@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&family=Poppins:wght@300;500;600&display=swap");
.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 0;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.is-fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button {
  border: none;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mt205 {
  margin-top: 205px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mt215 {
  margin-top: 215px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mt225 {
  margin-top: 225px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mt235 {
  margin-top: 235px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mt245 {
  margin-top: 245px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

.u-mt255 {
  margin-top: 255px !important;
}

.u-mt260 {
  margin-top: 260px !important;
}

.u-mt265 {
  margin-top: 265px !important;
}

.u-mt270 {
  margin-top: 270px !important;
}

.u-mt275 {
  margin-top: 275px !important;
}

.u-mt280 {
  margin-top: 280px !important;
}

.u-mt285 {
  margin-top: 285px !important;
}

.u-mt290 {
  margin-top: 290px !important;
}

.u-mt295 {
  margin-top: 295px !important;
}

.u-mt300 {
  margin-top: 300px !important;
}

.u-mt305 {
  margin-top: 305px !important;
}

.u-mt310 {
  margin-top: 310px !important;
}

.u-mt315 {
  margin-top: 315px !important;
}

.u-mt320 {
  margin-top: 320px !important;
}

.u-mt325 {
  margin-top: 325px !important;
}

.u-mt330 {
  margin-top: 330px !important;
}

.u-mt335 {
  margin-top: 335px !important;
}

.u-mt340 {
  margin-top: 340px !important;
}

.u-mt345 {
  margin-top: 345px !important;
}

.u-mt350 {
  margin-top: 350px !important;
}

.u-mt355 {
  margin-top: 355px !important;
}

.u-mt360 {
  margin-top: 360px !important;
}

.u-mt365 {
  margin-top: 365px !important;
}

.u-mt370 {
  margin-top: 370px !important;
}

.u-mt375 {
  margin-top: 375px !important;
}

.u-mt380 {
  margin-top: 380px !important;
}

.u-mt385 {
  margin-top: 385px !important;
}

.u-mt390 {
  margin-top: 390px !important;
}

.u-mt395 {
  margin-top: 395px !important;
}

.u-mt400 {
  margin-top: 400px !important;
}

.u-mt405 {
  margin-top: 405px !important;
}

.u-mt410 {
  margin-top: 410px !important;
}

.u-mt415 {
  margin-top: 415px !important;
}

.u-mt420 {
  margin-top: 420px !important;
}

.u-mt425 {
  margin-top: 425px !important;
}

.u-mt430 {
  margin-top: 430px !important;
}

.u-mt435 {
  margin-top: 435px !important;
}

.u-mt440 {
  margin-top: 440px !important;
}

.u-mt445 {
  margin-top: 445px !important;
}

.u-mt450 {
  margin-top: 450px !important;
}

.u-mt455 {
  margin-top: 455px !important;
}

.u-mt460 {
  margin-top: 460px !important;
}

.u-mt465 {
  margin-top: 465px !important;
}

.u-mt470 {
  margin-top: 470px !important;
}

.u-mt475 {
  margin-top: 475px !important;
}

.u-mt480 {
  margin-top: 480px !important;
}

.u-mt485 {
  margin-top: 485px !important;
}

.u-mt490 {
  margin-top: 490px !important;
}

.u-mt495 {
  margin-top: 495px !important;
}

.u-mt500 {
  margin-top: 500px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mb205 {
  margin-bottom: 205px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-mb215 {
  margin-bottom: 215px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-mb225 {
  margin-bottom: 225px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-mb235 {
  margin-bottom: 235px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mb245 {
  margin-bottom: 245px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

.u-mb255 {
  margin-bottom: 255px !important;
}

.u-mb260 {
  margin-bottom: 260px !important;
}

.u-mb265 {
  margin-bottom: 265px !important;
}

.u-mb270 {
  margin-bottom: 270px !important;
}

.u-mb275 {
  margin-bottom: 275px !important;
}

.u-mb280 {
  margin-bottom: 280px !important;
}

.u-mb285 {
  margin-bottom: 285px !important;
}

.u-mb290 {
  margin-bottom: 290px !important;
}

.u-mb295 {
  margin-bottom: 295px !important;
}

.u-mb300 {
  margin-bottom: 300px !important;
}

.u-mb305 {
  margin-bottom: 305px !important;
}

.u-mb310 {
  margin-bottom: 310px !important;
}

.u-mb315 {
  margin-bottom: 315px !important;
}

.u-mb320 {
  margin-bottom: 320px !important;
}

.u-mb325 {
  margin-bottom: 325px !important;
}

.u-mb330 {
  margin-bottom: 330px !important;
}

.u-mb335 {
  margin-bottom: 335px !important;
}

.u-mb340 {
  margin-bottom: 340px !important;
}

.u-mb345 {
  margin-bottom: 345px !important;
}

.u-mb350 {
  margin-bottom: 350px !important;
}

.u-mb355 {
  margin-bottom: 355px !important;
}

.u-mb360 {
  margin-bottom: 360px !important;
}

.u-mb365 {
  margin-bottom: 365px !important;
}

.u-mb370 {
  margin-bottom: 370px !important;
}

.u-mb375 {
  margin-bottom: 375px !important;
}

.u-mb380 {
  margin-bottom: 380px !important;
}

.u-mb385 {
  margin-bottom: 385px !important;
}

.u-mb390 {
  margin-bottom: 390px !important;
}

.u-mb395 {
  margin-bottom: 395px !important;
}

.u-mb400 {
  margin-bottom: 400px !important;
}

.u-mb405 {
  margin-bottom: 405px !important;
}

.u-mb410 {
  margin-bottom: 410px !important;
}

.u-mb415 {
  margin-bottom: 415px !important;
}

.u-mb420 {
  margin-bottom: 420px !important;
}

.u-mb425 {
  margin-bottom: 425px !important;
}

.u-mb430 {
  margin-bottom: 430px !important;
}

.u-mb435 {
  margin-bottom: 435px !important;
}

.u-mb440 {
  margin-bottom: 440px !important;
}

.u-mb445 {
  margin-bottom: 445px !important;
}

.u-mb450 {
  margin-bottom: 450px !important;
}

.u-mb455 {
  margin-bottom: 455px !important;
}

.u-mb460 {
  margin-bottom: 460px !important;
}

.u-mb465 {
  margin-bottom: 465px !important;
}

.u-mb470 {
  margin-bottom: 470px !important;
}

.u-mb475 {
  margin-bottom: 475px !important;
}

.u-mb480 {
  margin-bottom: 480px !important;
}

.u-mb485 {
  margin-bottom: 485px !important;
}

.u-mb490 {
  margin-bottom: 490px !important;
}

.u-mb495 {
  margin-bottom: 495px !important;
}

.u-mb500 {
  margin-bottom: 500px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-ml205 {
  margin-left: 205px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-ml215 {
  margin-left: 215px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-ml225 {
  margin-left: 225px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-ml235 {
  margin-left: 235px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-ml245 {
  margin-left: 245px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

.u-ml255 {
  margin-left: 255px !important;
}

.u-ml260 {
  margin-left: 260px !important;
}

.u-ml265 {
  margin-left: 265px !important;
}

.u-ml270 {
  margin-left: 270px !important;
}

.u-ml275 {
  margin-left: 275px !important;
}

.u-ml280 {
  margin-left: 280px !important;
}

.u-ml285 {
  margin-left: 285px !important;
}

.u-ml290 {
  margin-left: 290px !important;
}

.u-ml295 {
  margin-left: 295px !important;
}

.u-ml300 {
  margin-left: 300px !important;
}

.u-ml305 {
  margin-left: 305px !important;
}

.u-ml310 {
  margin-left: 310px !important;
}

.u-ml315 {
  margin-left: 315px !important;
}

.u-ml320 {
  margin-left: 320px !important;
}

.u-ml325 {
  margin-left: 325px !important;
}

.u-ml330 {
  margin-left: 330px !important;
}

.u-ml335 {
  margin-left: 335px !important;
}

.u-ml340 {
  margin-left: 340px !important;
}

.u-ml345 {
  margin-left: 345px !important;
}

.u-ml350 {
  margin-left: 350px !important;
}

.u-ml355 {
  margin-left: 355px !important;
}

.u-ml360 {
  margin-left: 360px !important;
}

.u-ml365 {
  margin-left: 365px !important;
}

.u-ml370 {
  margin-left: 370px !important;
}

.u-ml375 {
  margin-left: 375px !important;
}

.u-ml380 {
  margin-left: 380px !important;
}

.u-ml385 {
  margin-left: 385px !important;
}

.u-ml390 {
  margin-left: 390px !important;
}

.u-ml395 {
  margin-left: 395px !important;
}

.u-ml400 {
  margin-left: 400px !important;
}

.u-ml405 {
  margin-left: 405px !important;
}

.u-ml410 {
  margin-left: 410px !important;
}

.u-ml415 {
  margin-left: 415px !important;
}

.u-ml420 {
  margin-left: 420px !important;
}

.u-ml425 {
  margin-left: 425px !important;
}

.u-ml430 {
  margin-left: 430px !important;
}

.u-ml435 {
  margin-left: 435px !important;
}

.u-ml440 {
  margin-left: 440px !important;
}

.u-ml445 {
  margin-left: 445px !important;
}

.u-ml450 {
  margin-left: 450px !important;
}

.u-ml455 {
  margin-left: 455px !important;
}

.u-ml460 {
  margin-left: 460px !important;
}

.u-ml465 {
  margin-left: 465px !important;
}

.u-ml470 {
  margin-left: 470px !important;
}

.u-ml475 {
  margin-left: 475px !important;
}

.u-ml480 {
  margin-left: 480px !important;
}

.u-ml485 {
  margin-left: 485px !important;
}

.u-ml490 {
  margin-left: 490px !important;
}

.u-ml495 {
  margin-left: 495px !important;
}

.u-ml500 {
  margin-left: 500px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mr205 {
  margin-right: 205px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mr215 {
  margin-right: 215px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mr225 {
  margin-right: 225px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mr235 {
  margin-right: 235px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mr245 {
  margin-right: 245px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

.u-mr255 {
  margin-right: 255px !important;
}

.u-mr260 {
  margin-right: 260px !important;
}

.u-mr265 {
  margin-right: 265px !important;
}

.u-mr270 {
  margin-right: 270px !important;
}

.u-mr275 {
  margin-right: 275px !important;
}

.u-mr280 {
  margin-right: 280px !important;
}

.u-mr285 {
  margin-right: 285px !important;
}

.u-mr290 {
  margin-right: 290px !important;
}

.u-mr295 {
  margin-right: 295px !important;
}

.u-mr300 {
  margin-right: 300px !important;
}

.u-mr305 {
  margin-right: 305px !important;
}

.u-mr310 {
  margin-right: 310px !important;
}

.u-mr315 {
  margin-right: 315px !important;
}

.u-mr320 {
  margin-right: 320px !important;
}

.u-mr325 {
  margin-right: 325px !important;
}

.u-mr330 {
  margin-right: 330px !important;
}

.u-mr335 {
  margin-right: 335px !important;
}

.u-mr340 {
  margin-right: 340px !important;
}

.u-mr345 {
  margin-right: 345px !important;
}

.u-mr350 {
  margin-right: 350px !important;
}

.u-mr355 {
  margin-right: 355px !important;
}

.u-mr360 {
  margin-right: 360px !important;
}

.u-mr365 {
  margin-right: 365px !important;
}

.u-mr370 {
  margin-right: 370px !important;
}

.u-mr375 {
  margin-right: 375px !important;
}

.u-mr380 {
  margin-right: 380px !important;
}

.u-mr385 {
  margin-right: 385px !important;
}

.u-mr390 {
  margin-right: 390px !important;
}

.u-mr395 {
  margin-right: 395px !important;
}

.u-mr400 {
  margin-right: 400px !important;
}

.u-mr405 {
  margin-right: 405px !important;
}

.u-mr410 {
  margin-right: 410px !important;
}

.u-mr415 {
  margin-right: 415px !important;
}

.u-mr420 {
  margin-right: 420px !important;
}

.u-mr425 {
  margin-right: 425px !important;
}

.u-mr430 {
  margin-right: 430px !important;
}

.u-mr435 {
  margin-right: 435px !important;
}

.u-mr440 {
  margin-right: 440px !important;
}

.u-mr445 {
  margin-right: 445px !important;
}

.u-mr450 {
  margin-right: 450px !important;
}

.u-mr455 {
  margin-right: 455px !important;
}

.u-mr460 {
  margin-right: 460px !important;
}

.u-mr465 {
  margin-right: 465px !important;
}

.u-mr470 {
  margin-right: 470px !important;
}

.u-mr475 {
  margin-right: 475px !important;
}

.u-mr480 {
  margin-right: 480px !important;
}

.u-mr485 {
  margin-right: 485px !important;
}

.u-mr490 {
  margin-right: 490px !important;
}

.u-mr495 {
  margin-right: 495px !important;
}

.u-mr500 {
  margin-right: 500px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pt135 {
  padding-top: 135px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pt145 {
  padding-top: 145px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt155 {
  padding-top: 155px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pt165 {
  padding-top: 165px !important;
}

.u-pt170 {
  padding-top: 170px !important;
}

.u-pt175 {
  padding-top: 175px !important;
}

.u-pt180 {
  padding-top: 180px !important;
}

.u-pt185 {
  padding-top: 185px !important;
}

.u-pt190 {
  padding-top: 190px !important;
}

.u-pt195 {
  padding-top: 195px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pt205 {
  padding-top: 205px !important;
}

.u-pt210 {
  padding-top: 210px !important;
}

.u-pt215 {
  padding-top: 215px !important;
}

.u-pt220 {
  padding-top: 220px !important;
}

.u-pt225 {
  padding-top: 225px !important;
}

.u-pt230 {
  padding-top: 230px !important;
}

.u-pt235 {
  padding-top: 235px !important;
}

.u-pt240 {
  padding-top: 240px !important;
}

.u-pt245 {
  padding-top: 245px !important;
}

.u-pt250 {
  padding-top: 250px !important;
}

.u-pt255 {
  padding-top: 255px !important;
}

.u-pt260 {
  padding-top: 260px !important;
}

.u-pt265 {
  padding-top: 265px !important;
}

.u-pt270 {
  padding-top: 270px !important;
}

.u-pt275 {
  padding-top: 275px !important;
}

.u-pt280 {
  padding-top: 280px !important;
}

.u-pt285 {
  padding-top: 285px !important;
}

.u-pt290 {
  padding-top: 290px !important;
}

.u-pt295 {
  padding-top: 295px !important;
}

.u-pt300 {
  padding-top: 300px !important;
}

.u-pt305 {
  padding-top: 305px !important;
}

.u-pt310 {
  padding-top: 310px !important;
}

.u-pt315 {
  padding-top: 315px !important;
}

.u-pt320 {
  padding-top: 320px !important;
}

.u-pt325 {
  padding-top: 325px !important;
}

.u-pt330 {
  padding-top: 330px !important;
}

.u-pt335 {
  padding-top: 335px !important;
}

.u-pt340 {
  padding-top: 340px !important;
}

.u-pt345 {
  padding-top: 345px !important;
}

.u-pt350 {
  padding-top: 350px !important;
}

.u-pt355 {
  padding-top: 355px !important;
}

.u-pt360 {
  padding-top: 360px !important;
}

.u-pt365 {
  padding-top: 365px !important;
}

.u-pt370 {
  padding-top: 370px !important;
}

.u-pt375 {
  padding-top: 375px !important;
}

.u-pt380 {
  padding-top: 380px !important;
}

.u-pt385 {
  padding-top: 385px !important;
}

.u-pt390 {
  padding-top: 390px !important;
}

.u-pt395 {
  padding-top: 395px !important;
}

.u-pt400 {
  padding-top: 400px !important;
}

.u-pt405 {
  padding-top: 405px !important;
}

.u-pt410 {
  padding-top: 410px !important;
}

.u-pt415 {
  padding-top: 415px !important;
}

.u-pt420 {
  padding-top: 420px !important;
}

.u-pt425 {
  padding-top: 425px !important;
}

.u-pt430 {
  padding-top: 430px !important;
}

.u-pt435 {
  padding-top: 435px !important;
}

.u-pt440 {
  padding-top: 440px !important;
}

.u-pt445 {
  padding-top: 445px !important;
}

.u-pt450 {
  padding-top: 450px !important;
}

.u-pt455 {
  padding-top: 455px !important;
}

.u-pt460 {
  padding-top: 460px !important;
}

.u-pt465 {
  padding-top: 465px !important;
}

.u-pt470 {
  padding-top: 470px !important;
}

.u-pt475 {
  padding-top: 475px !important;
}

.u-pt480 {
  padding-top: 480px !important;
}

.u-pt485 {
  padding-top: 485px !important;
}

.u-pt490 {
  padding-top: 490px !important;
}

.u-pt495 {
  padding-top: 495px !important;
}

.u-pt500 {
  padding-top: 500px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pb135 {
  padding-bottom: 135px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pb145 {
  padding-bottom: 145px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb155 {
  padding-bottom: 155px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pb165 {
  padding-bottom: 165px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pb175 {
  padding-bottom: 175px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pb185 {
  padding-bottom: 185px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pb195 {
  padding-bottom: 195px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pb205 {
  padding-bottom: 205px !important;
}

.u-pb210 {
  padding-bottom: 210px !important;
}

.u-pb215 {
  padding-bottom: 215px !important;
}

.u-pb220 {
  padding-bottom: 220px !important;
}

.u-pb225 {
  padding-bottom: 225px !important;
}

.u-pb230 {
  padding-bottom: 230px !important;
}

.u-pb235 {
  padding-bottom: 235px !important;
}

.u-pb240 {
  padding-bottom: 240px !important;
}

.u-pb245 {
  padding-bottom: 245px !important;
}

.u-pb250 {
  padding-bottom: 250px !important;
}

.u-pb255 {
  padding-bottom: 255px !important;
}

.u-pb260 {
  padding-bottom: 260px !important;
}

.u-pb265 {
  padding-bottom: 265px !important;
}

.u-pb270 {
  padding-bottom: 270px !important;
}

.u-pb275 {
  padding-bottom: 275px !important;
}

.u-pb280 {
  padding-bottom: 280px !important;
}

.u-pb285 {
  padding-bottom: 285px !important;
}

.u-pb290 {
  padding-bottom: 290px !important;
}

.u-pb295 {
  padding-bottom: 295px !important;
}

.u-pb300 {
  padding-bottom: 300px !important;
}

.u-pb305 {
  padding-bottom: 305px !important;
}

.u-pb310 {
  padding-bottom: 310px !important;
}

.u-pb315 {
  padding-bottom: 315px !important;
}

.u-pb320 {
  padding-bottom: 320px !important;
}

.u-pb325 {
  padding-bottom: 325px !important;
}

.u-pb330 {
  padding-bottom: 330px !important;
}

.u-pb335 {
  padding-bottom: 335px !important;
}

.u-pb340 {
  padding-bottom: 340px !important;
}

.u-pb345 {
  padding-bottom: 345px !important;
}

.u-pb350 {
  padding-bottom: 350px !important;
}

.u-pb355 {
  padding-bottom: 355px !important;
}

.u-pb360 {
  padding-bottom: 360px !important;
}

.u-pb365 {
  padding-bottom: 365px !important;
}

.u-pb370 {
  padding-bottom: 370px !important;
}

.u-pb375 {
  padding-bottom: 375px !important;
}

.u-pb380 {
  padding-bottom: 380px !important;
}

.u-pb385 {
  padding-bottom: 385px !important;
}

.u-pb390 {
  padding-bottom: 390px !important;
}

.u-pb395 {
  padding-bottom: 395px !important;
}

.u-pb400 {
  padding-bottom: 400px !important;
}

.u-pb405 {
  padding-bottom: 405px !important;
}

.u-pb410 {
  padding-bottom: 410px !important;
}

.u-pb415 {
  padding-bottom: 415px !important;
}

.u-pb420 {
  padding-bottom: 420px !important;
}

.u-pb425 {
  padding-bottom: 425px !important;
}

.u-pb430 {
  padding-bottom: 430px !important;
}

.u-pb435 {
  padding-bottom: 435px !important;
}

.u-pb440 {
  padding-bottom: 440px !important;
}

.u-pb445 {
  padding-bottom: 445px !important;
}

.u-pb450 {
  padding-bottom: 450px !important;
}

.u-pb455 {
  padding-bottom: 455px !important;
}

.u-pb460 {
  padding-bottom: 460px !important;
}

.u-pb465 {
  padding-bottom: 465px !important;
}

.u-pb470 {
  padding-bottom: 470px !important;
}

.u-pb475 {
  padding-bottom: 475px !important;
}

.u-pb480 {
  padding-bottom: 480px !important;
}

.u-pb485 {
  padding-bottom: 485px !important;
}

.u-pb490 {
  padding-bottom: 490px !important;
}

.u-pb495 {
  padding-bottom: 495px !important;
}

.u-pb500 {
  padding-bottom: 500px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-pl135 {
  padding-left: 135px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-pl145 {
  padding-left: 145px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-pl155 {
  padding-left: 155px !important;
}

.u-pl160 {
  padding-left: 160px !important;
}

.u-pl165 {
  padding-left: 165px !important;
}

.u-pl170 {
  padding-left: 170px !important;
}

.u-pl175 {
  padding-left: 175px !important;
}

.u-pl180 {
  padding-left: 180px !important;
}

.u-pl185 {
  padding-left: 185px !important;
}

.u-pl190 {
  padding-left: 190px !important;
}

.u-pl195 {
  padding-left: 195px !important;
}

.u-pl200 {
  padding-left: 200px !important;
}

.u-pl205 {
  padding-left: 205px !important;
}

.u-pl210 {
  padding-left: 210px !important;
}

.u-pl215 {
  padding-left: 215px !important;
}

.u-pl220 {
  padding-left: 220px !important;
}

.u-pl225 {
  padding-left: 225px !important;
}

.u-pl230 {
  padding-left: 230px !important;
}

.u-pl235 {
  padding-left: 235px !important;
}

.u-pl240 {
  padding-left: 240px !important;
}

.u-pl245 {
  padding-left: 245px !important;
}

.u-pl250 {
  padding-left: 250px !important;
}

.u-pl255 {
  padding-left: 255px !important;
}

.u-pl260 {
  padding-left: 260px !important;
}

.u-pl265 {
  padding-left: 265px !important;
}

.u-pl270 {
  padding-left: 270px !important;
}

.u-pl275 {
  padding-left: 275px !important;
}

.u-pl280 {
  padding-left: 280px !important;
}

.u-pl285 {
  padding-left: 285px !important;
}

.u-pl290 {
  padding-left: 290px !important;
}

.u-pl295 {
  padding-left: 295px !important;
}

.u-pl300 {
  padding-left: 300px !important;
}

.u-pl305 {
  padding-left: 305px !important;
}

.u-pl310 {
  padding-left: 310px !important;
}

.u-pl315 {
  padding-left: 315px !important;
}

.u-pl320 {
  padding-left: 320px !important;
}

.u-pl325 {
  padding-left: 325px !important;
}

.u-pl330 {
  padding-left: 330px !important;
}

.u-pl335 {
  padding-left: 335px !important;
}

.u-pl340 {
  padding-left: 340px !important;
}

.u-pl345 {
  padding-left: 345px !important;
}

.u-pl350 {
  padding-left: 350px !important;
}

.u-pl355 {
  padding-left: 355px !important;
}

.u-pl360 {
  padding-left: 360px !important;
}

.u-pl365 {
  padding-left: 365px !important;
}

.u-pl370 {
  padding-left: 370px !important;
}

.u-pl375 {
  padding-left: 375px !important;
}

.u-pl380 {
  padding-left: 380px !important;
}

.u-pl385 {
  padding-left: 385px !important;
}

.u-pl390 {
  padding-left: 390px !important;
}

.u-pl395 {
  padding-left: 395px !important;
}

.u-pl400 {
  padding-left: 400px !important;
}

.u-pl405 {
  padding-left: 405px !important;
}

.u-pl410 {
  padding-left: 410px !important;
}

.u-pl415 {
  padding-left: 415px !important;
}

.u-pl420 {
  padding-left: 420px !important;
}

.u-pl425 {
  padding-left: 425px !important;
}

.u-pl430 {
  padding-left: 430px !important;
}

.u-pl435 {
  padding-left: 435px !important;
}

.u-pl440 {
  padding-left: 440px !important;
}

.u-pl445 {
  padding-left: 445px !important;
}

.u-pl450 {
  padding-left: 450px !important;
}

.u-pl455 {
  padding-left: 455px !important;
}

.u-pl460 {
  padding-left: 460px !important;
}

.u-pl465 {
  padding-left: 465px !important;
}

.u-pl470 {
  padding-left: 470px !important;
}

.u-pl475 {
  padding-left: 475px !important;
}

.u-pl480 {
  padding-left: 480px !important;
}

.u-pl485 {
  padding-left: 485px !important;
}

.u-pl490 {
  padding-left: 490px !important;
}

.u-pl495 {
  padding-left: 495px !important;
}

.u-pl500 {
  padding-left: 500px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

.u-pr130 {
  padding-right: 130px !important;
}

.u-pr135 {
  padding-right: 135px !important;
}

.u-pr140 {
  padding-right: 140px !important;
}

.u-pr145 {
  padding-right: 145px !important;
}

.u-pr150 {
  padding-right: 150px !important;
}

.u-pr155 {
  padding-right: 155px !important;
}

.u-pr160 {
  padding-right: 160px !important;
}

.u-pr165 {
  padding-right: 165px !important;
}

.u-pr170 {
  padding-right: 170px !important;
}

.u-pr175 {
  padding-right: 175px !important;
}

.u-pr180 {
  padding-right: 180px !important;
}

.u-pr185 {
  padding-right: 185px !important;
}

.u-pr190 {
  padding-right: 190px !important;
}

.u-pr195 {
  padding-right: 195px !important;
}

.u-pr200 {
  padding-right: 200px !important;
}

.u-pr205 {
  padding-right: 205px !important;
}

.u-pr210 {
  padding-right: 210px !important;
}

.u-pr215 {
  padding-right: 215px !important;
}

.u-pr220 {
  padding-right: 220px !important;
}

.u-pr225 {
  padding-right: 225px !important;
}

.u-pr230 {
  padding-right: 230px !important;
}

.u-pr235 {
  padding-right: 235px !important;
}

.u-pr240 {
  padding-right: 240px !important;
}

.u-pr245 {
  padding-right: 245px !important;
}

.u-pr250 {
  padding-right: 250px !important;
}

.u-pr255 {
  padding-right: 255px !important;
}

.u-pr260 {
  padding-right: 260px !important;
}

.u-pr265 {
  padding-right: 265px !important;
}

.u-pr270 {
  padding-right: 270px !important;
}

.u-pr275 {
  padding-right: 275px !important;
}

.u-pr280 {
  padding-right: 280px !important;
}

.u-pr285 {
  padding-right: 285px !important;
}

.u-pr290 {
  padding-right: 290px !important;
}

.u-pr295 {
  padding-right: 295px !important;
}

.u-pr300 {
  padding-right: 300px !important;
}

.u-pr305 {
  padding-right: 305px !important;
}

.u-pr310 {
  padding-right: 310px !important;
}

.u-pr315 {
  padding-right: 315px !important;
}

.u-pr320 {
  padding-right: 320px !important;
}

.u-pr325 {
  padding-right: 325px !important;
}

.u-pr330 {
  padding-right: 330px !important;
}

.u-pr335 {
  padding-right: 335px !important;
}

.u-pr340 {
  padding-right: 340px !important;
}

.u-pr345 {
  padding-right: 345px !important;
}

.u-pr350 {
  padding-right: 350px !important;
}

.u-pr355 {
  padding-right: 355px !important;
}

.u-pr360 {
  padding-right: 360px !important;
}

.u-pr365 {
  padding-right: 365px !important;
}

.u-pr370 {
  padding-right: 370px !important;
}

.u-pr375 {
  padding-right: 375px !important;
}

.u-pr380 {
  padding-right: 380px !important;
}

.u-pr385 {
  padding-right: 385px !important;
}

.u-pr390 {
  padding-right: 390px !important;
}

.u-pr395 {
  padding-right: 395px !important;
}

.u-pr400 {
  padding-right: 400px !important;
}

.u-pr405 {
  padding-right: 405px !important;
}

.u-pr410 {
  padding-right: 410px !important;
}

.u-pr415 {
  padding-right: 415px !important;
}

.u-pr420 {
  padding-right: 420px !important;
}

.u-pr425 {
  padding-right: 425px !important;
}

.u-pr430 {
  padding-right: 430px !important;
}

.u-pr435 {
  padding-right: 435px !important;
}

.u-pr440 {
  padding-right: 440px !important;
}

.u-pr445 {
  padding-right: 445px !important;
}

.u-pr450 {
  padding-right: 450px !important;
}

.u-pr455 {
  padding-right: 455px !important;
}

.u-pr460 {
  padding-right: 460px !important;
}

.u-pr465 {
  padding-right: 465px !important;
}

.u-pr470 {
  padding-right: 470px !important;
}

.u-pr475 {
  padding-right: 475px !important;
}

.u-pr480 {
  padding-right: 480px !important;
}

.u-pr485 {
  padding-right: 485px !important;
}

.u-pr490 {
  padding-right: 490px !important;
}

.u-pr495 {
  padding-right: 495px !important;
}

.u-pr500 {
  padding-right: 500px !important;
}

.u-align--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-align--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-fade {
  /* 下から上にフェードイン */
}
.u-fade__fadeInBottom.visible {
  -webkit-animation: fadeInBottom 0.7s ease 0s 1 normal;
          animation: fadeInBottom 0.7s ease 0s 1 normal;
}

/* fadeInBottom */
@-webkit-keyframes u-fade__fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes u-fade__fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  width: 100%;
  z-index: 200;
  position: fixed;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
	background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .header.is-active {
    background-color: #000;
  }
}
.header.is-active .header__logo img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7485%) hue-rotate(114deg) brightness(102%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(7485%) hue-rotate(114deg) brightness(102%) contrast(101%);
}
@media only screen and (min-width: 768px) {
  .header {
    height: 106px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header.js-header-bg {
  -webkit-animation: change-bgcolor-anim 3s linear infinite;
          animation: change-bgcolor-anim 3s linear infinite;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 15px 10px;
  }
}
.header__logo > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__logo img {
    width: 248px;
    height: 53px;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo img {
    width: 120px;
    height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__menu.is-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header__btnArea {
    margin: 0 0 0 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header__btnArea {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
@-webkit-keyframes change-bgcolor-anim {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgb(0, 0, 0);
  }
}
@keyframes change-bgcolor-anim {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgb(0, 0, 0);
  }
}

.top .header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .main {
    padding: 106px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    padding: 63px 0 0 0;
  }
}

.top .main {
  padding: 0;
}

.footer {
  width: 100%;
  background-image: url(./img/bg_footer.png);
  background-size: cover;
}
.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    width: 1280px;
    padding: 50px 0 110px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
    padding: 50px 20px 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 0 60px;
  }
}
.footer__logo a {
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.footer__logo a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    width: 263px;
    height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo img {
    width: 177px;
    height: 40px;
  }
}
.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer__navi {
    font-size: 18px;
    font-size: 1.8rem;
    gap: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__navi {
    font-size: 14px;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 90px 0;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media only screen and (max-width: 768px) {
  .footer__list {
    width: 50%;
  }
}
.footer__list a {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.footer__list a:hover {
  opacity: 0.7;
}
.footer address {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}
.footer .c-pagetop {
  position: absolute;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
@media only screen and (min-width: 768px) {
  .footer .c-pagetop {
    left: 0;
    bottom: -9px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .c-pagetop {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
  }
}
.footer .c-pagetop:hover {
  opacity: 0.7;
}

.floating {
  cursor: pointer;
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .floating {
    bottom: 5vw;
    right: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .floating {
    bottom: 5px;
    right: 0;
  }
}

.btncontents {
  width: 100%;
  background: #F5F5F5;
  text-align: center;
  margin-bottom: 100px;
}
.btncontents .inner {
  width: 550px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .btncontents .inner {
    width: 100%;
  }
}
.btncontents .inner .ttl p {
  display: inline-block;
  margin: 0;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .btncontents .inner .ttl p {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.btncontents .inner .ttl__lead {
  margin: 30px;
  line-height: 1.4;
}
.btncontents .inner .btncontents__area .start__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .btncontents .inner .btncontents__area .start__btn {
    gap: 15px;
    width: 90%;
    margin: 0 auto;
  }
}

.p-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-gnav {
    display: none;
    background-color: #000;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    left: 0;
    top: 60px;
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gnav.is-active {
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 63px);
  }
}
.p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-gnav__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #707070;
    margin: 30px 0;
  }
}
.p-gnav__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-gnav__item {
    border-bottom: 1px solid #707070;
  }
}
@media only screen and (max-width: 768px) {
  .p-gnav__item > a, .p-gnav__item > span {
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    cursor: pointer;
  }
}
.p-gnav__item > a:hover, .p-gnav__item > span:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .p-gnav__submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 30px;
    padding: 10px 40px 10px 20px;
    background-color: #000;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 768px) {
  .p-gnav__submenu {
    background-color: #fff;
    width: 100%;
    padding: 7px 0;
    display: none;
  }
}
.p-gnav__submenu > li {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .p-gnav__submenu > li {
    padding: 5px 40px;
  }
}
.p-gnav__submenu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-gnav__submenu > li > a {
    padding: 10px;
    color: #000;
  }
}
.p-gnav__submenu > li > a:hover {
  opacity: 0.7;
}
.p-gnav__item {
  white-space: nowrap;
}
.p-gnav__item.has-child:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-gnav__item.has-child:after {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-gnav__item.has-child:hover .p-gnav__submenu {
  opacity: 1;
  visibility: visible;
}
.p-gnav__item.has-child .p-gnav__submenu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-hero {
  z-index: 99;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-hero__inner {
  z-index: 88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-hero__inner {
    width: 1280px;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-hero__img {
  z-index: 87;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-hero__img .bg_logo {
    background: url(/promotion/img/bg_hero.svg) no-repeat center top/auto 100%;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__img .bg_logo {
    background-image: url(/promotion/img/bg_hero.svg);
    background-position: center center;
    background-size: 140vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}
.p-hero__heading {
  margin: 0 0 30px;
  font-weight: 900;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 768px) {
  .p-hero__heading {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-hero__lead {
  margin: 0 0 100px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 768px) {
  .p-hero__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-hero__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 768px) {
  .p-hero__foot {
    width: 412px;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__foot {
    width: 100%;
  }
}
.p-hero__foot > .logo {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-hero__foot > .logo {
    margin: 0 auto 30px;
    width: 250px;
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero__foot > .logo {
    margin: 0 auto 20px;
    width: 194px;
    height: 42px;
  }
}

.p-problem {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.p-problem__inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-problem__inner {
    width: 1000px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__inner {
    width: calc(100vw - 40px);
    padding: 0;
  }
}
.p-problem__title {
  font-weight: 400;
  text-align: center;
}
.p-problem__title span {
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .p-problem__title {
    margin: 0 0 60px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__title {
    margin: 0 0 40px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-problem__case {
  margin: 0 0 75px;
}
.p-problem__case:before {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
}
.p-problem__case:after {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
}
.p-problem__case > .border {
  position: relative;
  height: 100%;
}
.p-problem__case > .border:before, .p-problem__case > .border:after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-problem__case > .border:before {
  border: solid 20px transparent;
  border-top: solid 20px #000;
  border-radius: 2px;
}
.p-problem__case > .border:after {
  border: solid 20px transparent;
  border-top: solid 20px #fff;
  border-radius: 2px;
  margin-top: -5px;
}
.p-problem__case > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-problem__case .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-problem__case .inner {
    padding: 60px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__case .inner {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-problem__case .inner > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-problem__case .inner > .left {
    margin: 0 0 40px;
  }
}
.p-problem__case .text {
  margin: 0.5em 0 0.5em 0.5em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-problem__case .text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__case .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-problem__case .text:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-problem__case .text:before {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__case .text:before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-problem__case .img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-problem__case .img {
    margin: 0 30px 0 0;
    width: 332px;
    height: 221px;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__case .img {
    margin: 0 auto;
    width: 182px;
    height: 121px;
  }
}
.p-problem__message {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-problem__message > .top {
    margin: 0 0 60px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__message > .top {
    margin: 0 0 30px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__message > .top img {
    width: 188px;
    height: 40px;
  }
}
.p-problem__message > .text {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-problem__message > .text {
    margin: 0 0 120px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .p-problem__message > .text span {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-problem__message > .text {
    margin: 0 0 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-problem__message > .text span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-feature {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-feature {
    padding: 600px 0 120px;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature {
    padding: 600px 0 100px;
  }
}
.p-feature__inner {
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .p-feature__inner {
    width: 1080px;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__inner {
    width: 100%;
  }
}
.p-feature__title {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-feature__title {
    margin: 0 0 110px;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__title {
    margin: 0 0 50px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-feature__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
.p-feature__listitem {
  background-color: #e8e8e8;
}
@media only screen and (min-width: 768px) {
  .p-feature__listitem {
    width: 330px;
    height: 330px;
    border-radius: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__listitem {
    width: 270px;
    height: 270px;
    border-radius: 135px;
  }
}
.p-feature__listitem > .no {
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-feature__listitem > .no {
    margin: 55px 0 10px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__listitem > .no {
    margin: 30px 0 20px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.p-feature__listitem > .name {
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-feature__listitem > .name {
    margin: 0 0 35px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__listitem > .name {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-feature__listitem > .text {
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-feature__listitem > .text {
    height: 100px;
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-feature__listitem > .text {
    height: 90px;
    margin: 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-feature__listitem > .c-btn {
  display: inline-block;
  margin: 0 auto;
}

.p-system {
  position: relative;
  margin: 0 auto 40px;
  z-index: 100;
  background-image: url(./img/bg_zebra.png);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-system {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-system {
    padding: 50px 0 80px;
  }
}
.p-system__title {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-system__title {
    margin: 0 0 60px;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__title {
    margin: 0 0 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-system__text {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-system__text {
    margin: 0 auto 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__text {
    margin: 0 auto 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-system__head {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-system__head {
    width: 911px;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__head {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.p-system__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-system__subtitle {
    width: 355px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__subtitle {
    width: 50%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-system__subtitle > span {
  display: inline-block;
  font-weight: 100;
}
@media only screen and (min-width: 768px) {
  .p-system__subtitle > span {
    margin: 0 10px;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__subtitle > span {
    margin: 0 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-system__subtitle.improvement {
  color: #463A27;
}
.p-system__subtitle.crm {
  color: #374658;
}
@media only screen and (min-width: 768px) {
  .p-system__list {
    width: 1268px;
    height: 815px;
    margin: -30px auto 90px;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__list {
    width: 100%;
    height: auto;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__logo {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .p-system__logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listInner {
    position: relative;
    width: 1268px;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__listInner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem {
    position: absolute;
    width: 268px;
    height: 232px;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__listitem {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__listitem:nth-child(odd) {
    top: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.member {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.schedule {
    top: 123px;
    left: 215px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.communication {
    top: 123px;
    right: 215px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.staff {
    top: 305px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.ticket {
    top: 305px;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.coming {
    bottom: 43px;
    left: 215px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.point {
    bottom: 43px;
    right: 215px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__listitem.md {
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-system__listitem > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-image: url(/promotion/img/top/system-list_bg.svg);
  background-size: cover;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-system__listitem > .inner {
    width: 268px;
    height: 232px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media only screen and (max-width: 768px) {
  .p-system__listitem > .inner {
    width: 50vw;
    height: 43.5vw;
  }
}
.p-system__listitem > .inner > .name {
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-system__listitem > .inner > .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__listitem > .inner > .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-system__listitem > .inner > .list {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-system__listitem > .inner > .list {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-system__listitem > .inner > .list {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-system .splide__track {
    overflow: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .p-system .splide__track {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system .splide__list {
    height: 775px;
  }
}
@media only screen and (min-width: 768px) {
  .p-system .splide__slide {
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .p-system .splide__arrow {
    top: auto;
    bottom: -20px;
    background-color: #fff;
    color: #000;
  }
}

.p-case {
  position: relative;
  z-index: 100;
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-case {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-case {
    padding: 80px 0 100px;
  }
}
.p-case__title {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-case__title {
    margin: 0 0 100px;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__title {
    margin: 20px 0 60px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-case__list {
    width: 1010px;
    margin: 0 auto 120px;
    gap: 120px 70px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__list {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .p-case__listitem {
    width: 464px;
  }
}
.p-case__archives .img {
  position: relative;
  margin: 0 0 10px;
  aspect-ratio: 3/2;
}
@media only screen and (min-width: 768px) {
  .p-case__archives .img {
    width: 464px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__archives .img {
    width: 100%;
  }
}
.p-case__archives .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-case__archives .img > .c-category__case {
  position: absolute;
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-case__archives .img > .c-category__case {
    left: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__archives .img > .c-category__case {
    left: -10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-case__archives .title {
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-case__archives .title {
    margin: 0 0 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__archives .title {
    margin: 0 0 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.p-case__archives .title a:hover {
  opacity: 0.7;
}
.p-case__archives .name {
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .p-case__archives .name {
    margin: 0 0 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__archives .name {
    margin: 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-case__archives .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.p-news {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
}
.p-news__title {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-news__title {
    margin: 120px 0 100px;
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__title {
    margin: 0 0 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-news__list {
  border-top: 1px solid #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .p-news__list {
    margin: 0 auto 20px;
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__list {
    margin: 0 20px 40px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .p-news__list.topics {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__list.topics {
    width: 100%;
    margin: 0 0 40px;
  }
}
.p-news__listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .p-news__listitem {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__listitem {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-news__listitem > .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-news__listitem > .date {
    width: 130px;
  }
}
.p-news__listitem > .date-j {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-news__listitem > .date-j {
    width: 140px;
  }
}
.p-news__listitem > .category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-news__listitem > .category {
    width: 130px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__listitem > .category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-news__listitem > .title {
  line-height: 1.5;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  margin: 0;
}
.p-news__listitem > .title a:hover {
  opacity: 0.7;
}
.p-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-news__btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.p-news__link:hover > .title {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .p-news__detail {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__detail {
    padding: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-news__detail--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__detail--title {
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-news__detail--title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__detail--title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-news__detail--content {
  line-height: 1.5;
}
.p-news__detail--content img {
  display: block;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .p-news__detail--content img {
    max-width: 100%;
    height: auto;
  }
}
.p-news__detail--content h3 {
  margin: 40px 0 25px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-news__detail--content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__detail--content h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-news__detail--content h4 {
  margin: 40px 0 25px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-news__detail--content h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-news__detail--content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-news__detail--content h3 + h4 {
  margin: 25px 0;
}
.p-news__detail--content p {
  margin: 0 0 40px;
  font-weight: 400;
}
.p-news__detail--content a {
  color: #3C61CE;
}
.p-news__detail--content a:hover {
  opacity: 0.75;
}
.p-news__detail--content .red {
  color: #e50000;
}
.p-news__detail--content .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news__detail--content .col2 img {
  margin: 0;
}

.p-info {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-info {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-info {
    padding: 60px 0;
  }
}
.p-info__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-info__inner {
    width: 1000px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
.p-info__title {
  margin: 0 0 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-info__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__title {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.p-info__list {
  margin: 0 auto 20px;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .p-info__list {
    margin: 0 auto 20px;
    width: 490px;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__list {
    margin: 0 20px 40px;
    width: calc(100% - 40px);
  }
}
.p-info__listitem {
  border-bottom: 1px solid #e6e6e6;
}
.p-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-info__link {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__link {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-info__link > .title {
  margin: 0;
  line-height: 150%;
  text-align: left;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.p-info__link:hover > .title {
  opacity: 0.7;
}
.p-info__coming {
  padding: 30px 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-info__coming {
    margin: 0 auto 20px;
    width: 490px;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__coming {
    margin: 0 20px 40px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .p-info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .p-info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-floating {
  z-index: 198;
  position: fixed;
  bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .p-floating {
    right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -246px;
    bottom: 24px;
  }
}
.p-floating__spbtn {
  position: absolute;
  bottom: 0;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 190px;
  background-color: #000;
  color: #fff;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-floating__spbtn {
    display: none;
  }
}
.p-floating__spbtn span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}
.p-floating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-floating__inner {
    gap: 5px;
    padding: 10px 25px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-floating__inner {
    gap: 10px;
    padding: 0px 20px 20px;
  }
}
.p-floating__inner:after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  border-radius: 5px;
  border: 5px solid #000;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-floating__inner:after {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .p-floating__inner:after {
    height: 180px;
  }
}
.p-floating__inner span {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.p-floating__footer {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .p-floating__footer {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-floating__img {
    width: 183px;
    height: 133px;
  }
}
@media only screen and (max-width: 768px) {
  .p-floating__img {
    width: 144px;
    height: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .p-floating__title {
    width: 206px;
    height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .p-floating__title {
    width: 206px;
    height: 24px;
  }
}
.p-floating__close {
  z-index: 1;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-floating__close {
    top: 25px;
    right: -26px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-floating__close {
    top: 6px;
    right: -20px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.p-floating__close > .fa-solid {
  background-color: #fff;
  padding: 3px;
  border-radius: 36px;
}

.p-breadcrumb {
  font-weight: 400;
}
.p-breadcrumb > .inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-breadcrumb > .inner {
    width: 1040px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-breadcrumb > .inner {
    width: calc(100% - 40px);
    padding: 10px 0;
  }
}
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.p-breadcrumb__listitem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-breadcrumb__listitem {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-breadcrumb__listitem:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
@media only screen and (min-width: 768px) {
  .p-breadcrumb__listitem:after {
    margin: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-breadcrumb__listitem:after {
    margin: 0 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-breadcrumb__listitem:last-child:after {
  content: "";
}
.p-breadcrumb__link {
  color: #3C61CE;
}
.p-breadcrumb__link:hover {
  opacity: 0.75;
}

.p-content {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-content {
    width: 1040px;
    padding: 80px 0 120px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content {
    width: calc(100% - 40px);
    padding: 40px 0 60px;
  }
}
.p-content__lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-content__lead {
    text-align: center;
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content__lead {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-content__lead.center {
    text-align: center;
  }
}

.p-features__bg {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-features__bg {
    overflow: hidden;
    padding: 40px 0 160px;
  }
}
.p-features__bg:before {
  content: "";
  position: absolute;
  background-image: url(/promotion/img/features/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .p-features__bg:before {
    width: 525px;
    height: 479px;
    bottom: -60px;
    right: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__bg:before {
    width: 80vw;
    height: 72.984vw;
    bottom: -30px;
    right: 0px;
  }
}
.p-features__lead {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .p-features__lead {
    line-height: 2;
  }
}
.p-features__line {
  margin: 0 auto 60px;
  width: 315px;
  height: 2px;
  background-image: linear-gradient(to right, #9b9b9b, #9b9b9b 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  border: none;
}
.p-features__summary {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .p-features__summary {
    width: 650px;
    padding: 40px 70px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__summary {
    width: 100%;
    padding: 40px 30px;
    border-radius: 10px;
  }
}
.p-features__summary--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 25px;
}
.p-features__summary--listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.p-features__summary--listitem:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 900;
  margin: 0 5px 0 0;
  font-size: 20px;
  font-size: 2rem;
}
.p-features__nav {
  margin: 0 auto;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .p-features__nav {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__nav {
    padding: 40px 0 20px;
  }
}
.p-features__nav--title {
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .p-features__nav--title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__nav--title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-features__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-features__nav--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-features__nav--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-features__nav--link {
    width: 190px;
    height: 54px;
    text-indent: -1em;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__nav--link {
    width: calc((100vw - 50px) / 2);
    height: 54px;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -2em;
  }
}
.p-features__nav--link:after {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 6 Free";
  content: "\f0ab";
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .p-features__nav--link:after {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__nav--link:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-features__function {
  margin: 0 0 80px;
}
@media only screen and (min-width: 768px) {
  .p-features__function {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__function {
    margin: 0 0 80px;
    padding-top: 60px;
  }
}
.p-features__function--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-features__function--inner {
    padding-top: 110px;
    margin-top: -110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__function--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
    margin-top: -60px;
  }
}
.p-features__function--head > p {
  line-height: 1.7;
  font-weight: 400;
}
.p-features__function--title {
  margin: 45px 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-features__function--title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__function--title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-features__function--title span {
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .p-features__function--title span {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__function--title span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.p-features__function--img {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .p-features__function--img {
    width: 526px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__function--img {
    width: 100%;
  }
}
.p-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-features__list {
    width: 980px;
    margin: 0 auto 100px;
    gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__list {
    width: 100%;
    margin: 0 auto 80px;
    gap: 40px;
  }
}
.p-features__list--item {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.p-features__list--item > p {
  line-height: 1.7;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-features__list--item {
    width: 460px;
    height: 448px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__list--item {
    width: 100%;
    padding: 30px 20px 20px;
  }
}
.p-features__list--name {
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-features__list--name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-features__list--name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-features__list--img {
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .p-features__list--img {
    width: 100%;
    height: auto;
  }
}

.p-howto__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-howto__step {
    margin: 0 0 150px;
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-howto__step {
    margin: 0 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.p-howto__step--listitem {
  border: 3px solid #000;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-howto__step--listitem {
    width: 80vw;
  }
}
.p-howto__step--no {
  padding: 10px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
.p-howto__step--name {
  padding: 14px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.p-howto__step--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-howto__step--body {
    height: 180px;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-howto__step--body {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .p-howto__group {
    margin: 0 0 80px;
  }
}
.p-howto__box {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .p-howto__box {
    width: 864px;
    padding: 40px;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-howto__box {
    width: 100%;
    padding: 40px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-howto__body {
    width: 430px;
  }
}
.p-howto__body--no {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-howto__body--no {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-howto__body--no {
    margin: 0 0 10px;
    text-align: center;
  }
}
.p-howto__body--text {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-howto__body--text {
    margin: 0 0 30px;
  }
}
.p-howto__body--text p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .p-howto__body--text p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-howto__body--text p.small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .p-howto__body--img {
    width: 320px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .p-howto__body--img {
    margin: 0 auto;
    width: 60vw;
    height: auto;
  }
}

.p-faq__list--inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .p-faq__list--inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-faq__list--listitem {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
@media only screen and (min-width: 768px) {
  .p-faq__list--listitem {
    width: 230px;
    height: 195px;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__list--listitem {
    width: 240px;
    height: 165px;
  }
}
.p-faq__list--listitem:hover {
  background-color: #f2f2f2;
}
.p-faq__list--link {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-faq__list--link {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__list--link {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-faq__list--title {
    margin: 0 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__list--title {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-faq__list--text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-faq__accordion--listitem {
  margin: 0 0 10px;
}
.p-faq__accordion--head {
  border: 3px solid #000;
  padding: 10px;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.p-faq__accordion--head > .title {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  line-height: 1.75;
  margin: 3px 0;
}
.p-faq__accordion--head:before {
  content: "Q";
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-faq__accordion--head:before {
    width: 66px;
    margin: 0 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__accordion--head:before {
    width: 34px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-faq__accordion--head:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-faq__accordion--head:after {
    margin: 0 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__accordion--head:after {
    margin: 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-faq__accordion--head.is-close:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq__accordion--body {
  display: none;
}
.p-faq__accordion--body > .inner {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}
.p-faq__accordion--body > .inner:before {
  content: "A";
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-faq__accordion--body > .inner:before {
    width: 66px;
    margin: 0 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__accordion--body > .inner:before {
    width: 34px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-faq__accordion--body > .inner h3 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-faq__accordion--body > .inner h3 {
    margin: 14px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__accordion--body > .inner h3 {
    margin: 7px 0;
  }
}
.p-faq__accordion--body > .inner p {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-faq__accordion--body > .inner p {
    margin: 14px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__accordion--body > .inner p {
    margin: 7px 0;
  }
}
.p-faq__accordion--body > .inner a {
  color: #3C61CE;
}
.p-faq__accordion--body > .inner a:hover {
  opacity: 0.75;
}

.p-seminar__pickup {
  margin: 0 0 100px;
}
.p-seminar__pickup--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-seminar__pickup--list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-seminar__pickup--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .p-seminar__pickup--item {
    gap: 40px;
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-seminar__pickup--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-seminar__pickup--img {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .p-seminar__pickup--img {
    width: 500px;
    height: 281px;
  }
}
@media only screen and (max-width: 768px) {
  .p-seminar__pickup--img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.p-seminar__pickup--status {
  margin: 0 0 20px;
}
.p-seminar__pickup--title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-seminar__pickup--title > a:hover {
  opacity: 0.7;
}
.p-seminar__pickup--text {
  line-height: 1.7;
  font-weight: 400;
}
.p-seminar__pickup .splide__pagination__page {
  margin: 0 15px;
  background-color: #fff;
  border: 1px solid #4D4D4D;
  width: 13px;
  height: 13px;
}
.p-seminar__pickup .splide__pagination__page.is-active {
  background-color: #4D4D4D;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-seminar__pickup .splide__pagination__page:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.p-seminar__tabs {
  width: 100%;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .p-seminar__tabs {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-seminar__tabs {
    gap: 20px;
  }
}
.p-seminar__tabs--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  background-color: #fff;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .p-seminar__tabs--link {
    width: 190px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-seminar__tabs--link {
    width: calc((100vw - 100px) / 2);
    height: 50px;
  }
}
.p-seminar__tabs--link:hover {
  background-color: #f2f2f2;
}
.p-seminar__tabs--item.is-active .p-seminar__tabs--link {
  background-color: #000;
  color: #fff;
}
.p-seminar__tabs--item.is-active .p-seminar__tabs--link:hover {
  background-color: #404040;
}
.p-seminar__area {
  display: none;
}
.p-seminar__area.is-active {
  display: block;
}
.p-seminar__list {
  margin: 0 0 60px;
}
.p-seminar__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .p-seminar__list--item {
    padding: 30px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-seminar__list--item {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-seminar__list--status {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-seminar__list--status {
    margin: 0 0 5px;
  }
}
.p-seminar__list--date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .p-seminar__list--date {
    width: 180px;
  }
}
.p-seminar__list--title {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-seminar__list--title > a:hover {
  opacity: 0.7;
}

.p-pricing__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-pricing__price {
    margin: 0 0 80px;
    gap: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .p-pricing__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100vw - 80px);
    margin: 0 auto 60px;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .p-pricing__price--img {
    width: 333px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-pricing__price--img {
    width: 100%;
    height: auto;
  }
}
.p-pricing__image {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-pricing__image--img {
    width: 100%;
    height: auto;
  }
}
.p-pricing__table {
  margin: 0 auto;
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) {
  .p-pricing__table {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-pricing__table {
    width: 100%;
  }
}
.p-pricing__table tr, .p-pricing__table th, .p-pricing__table td {
  border: 1px solid #707070;
  padding: 12px;
  text-align: center;
}
.p-pricing__table th, .p-pricing__table td {
  font-weight: 400;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .p-pricing__table th, .p-pricing__table td {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pricing__table th, .p-pricing__table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-pricing__table th span, .p-pricing__table td span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pricing__table th span, .p-pricing__table td span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-pricing__table th {
  font-weight: 700;
}

.p-download {
  margin: 0 auto 100px;
}
@media only screen and (min-width: 768px) {
  .p-download {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-download {
    width: 285px;
  }
}
.p-download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-download__list {
    gap: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .p-download__list {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .p-download__item {
    width: 285px;
  }
}
.p-download__img {
  margin: 0 0 10px;
}
.p-download__date {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-download__title {
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-download .c-btn {
  margin: 0 auto;
}

.p-form {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-form {
    width: 530px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-form__inner {
    width: 530px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form__inner {
    width: 100%;
  }
}
.p-form__error--head {
  display: none;
  position: relative;
  margin: 0 0 40px;
  padding: 10px 15px 8px;
  background-color: rgba(229, 0, 0, 0.12);
  border-radius: 4px;
  line-height: 1.5;
  color: #e50000;
}
.p-form__error--item {
  display: none;
  margin: 5px 0 0 0;
  color: #e50000;
  vertical-align: middle;
}
.p-form__error--item .error:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f06a";
  line-height: 1.5;
  margin: 0 5px 0 0;
}
.p-form__list {
  margin: 0 0 40px;
}
.p-form__list.js-status1 {
  display: none;
}
.p-form__list.js-explainDate {
  display: none;
}
.p-form__text {
  margin: 0 0 5px;
  line-height: 1.5;
}
.p-form__notes {
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  font-weight: 700;
}
.p-form__required {
  margin: 0 0 2px;
  padding: 4px 8px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-size: 1.2rem;
  border: solid 1px #e50000;
  color: #e50000;
  font-weight: 500;
}
.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .p-form__item.name {
    gap: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form__item.name {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .p-form__item.tel {
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form__item.tel {
    gap: 10px;
  }
}
.p-form__item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-form__item label.radio,
.p-form__item label.checkbox {
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.p-form__item label.radio:before,
.p-form__item label.checkbox:before {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 5px 0 0;
  font-family: "Font Awesome 6 Free";
  color: #000;
}
.p-form__item input[type=radio],
.p-form__item input[type=checkbox] {
  /* 透明度0 */
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /* ブラウザのデフォルトのスタイルを削除 */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* レイアウトから無視 */
  position: absolute;
}
.p-form__item label.radio:before {
  font-size: 18px;
  font-size: 1.8rem;
  content: "\f111";
}
.p-form__item input[type=radio]:focus + label.radio::before {
  color: #005fcc;
}
.p-form__item input[type=radio].error + label.radio::before {
  color: #e50000;
}
.p-form__item input[type=radio]:checked + label.radio::before {
  content: "\f192";
}
.p-form__item label.checkbox:focus {
  border: 1px solid #005fcc;
}
.p-form__item label.checkbox:before {
  font-size: 22px;
  font-size: 2.2rem;
  content: "\f0c8";
}
.p-form__item input[type=checkbox]:focus + label.checkbox::before {
  color: #005fcc;
}
.p-form__item input[type=checkbox].error + label.checkbox::before {
  color: #e50000;
}
.p-form__item input[type=checkbox]:checked + label.checkbox::before {
  content: "\f14a";
}
.p-form__item input[type=text],
.p-form__item input[type=email],
.p-form__item input[type=tel],
.p-form__item input[type=password],
.p-form__item input[type=datetime-local] {
  padding: 15px 20px;
  border: solid 2px #d1d1d1;
}
.p-form__item input[type=text]::-webkit-input-placeholder, .p-form__item input[type=email]::-webkit-input-placeholder, .p-form__item input[type=tel]::-webkit-input-placeholder, .p-form__item input[type=password]::-webkit-input-placeholder, .p-form__item input[type=datetime-local]::-webkit-input-placeholder {
  color: #afafaf;
}
.p-form__item input[type=text]::-moz-placeholder, .p-form__item input[type=email]::-moz-placeholder, .p-form__item input[type=tel]::-moz-placeholder, .p-form__item input[type=password]::-moz-placeholder, .p-form__item input[type=datetime-local]::-moz-placeholder {
  color: #afafaf;
}
.p-form__item input[type=text]:-ms-input-placeholder, .p-form__item input[type=email]:-ms-input-placeholder, .p-form__item input[type=tel]:-ms-input-placeholder, .p-form__item input[type=password]:-ms-input-placeholder, .p-form__item input[type=datetime-local]:-ms-input-placeholder {
  color: #afafaf;
}
.p-form__item input[type=text]::-ms-input-placeholder, .p-form__item input[type=email]::-ms-input-placeholder, .p-form__item input[type=tel]::-ms-input-placeholder, .p-form__item input[type=password]::-ms-input-placeholder, .p-form__item input[type=datetime-local]::-ms-input-placeholder {
  color: #afafaf;
}
.p-form__item input[type=text]::placeholder,
.p-form__item input[type=email]::placeholder,
.p-form__item input[type=tel]::placeholder,
.p-form__item input[type=password]::placeholder,
.p-form__item input[type=datetime-local]::placeholder {
  color: #afafaf;
}
.p-form__item input[type=text].error,
.p-form__item input[type=email].error,
.p-form__item input[type=tel].error,
.p-form__item input[type=password].error,
.p-form__item input[type=datetime-local].error {
  border-color: #e50000;
  background-color: rgba(229, 0, 0, 0.12);
}
.p-form__item input[type=text],
.p-form__item input[type=email],
.p-form__item input[type=password],
.p-form__item input[type=datetime-local] {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-form__item input[type=datetime-local] {
    -webkit-appearance: none;
    height: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .p-form__item input[type=tel] {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .p-form__item input[type=tel] {
    width: 100%;
  }
}
.p-form__item input.text[type=tel] {
  width: 100%;
}
.p-form__item .select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
}
.p-form__item .select:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 20px;
  font-size: 2rem;
}
.p-form__item .select select {
  width: 100%;
  padding: 15px 20px;
  border: solid 2px #d1d1d1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background-color: #fff;
}
.p-form__item .select select.error {
  border-color: #e50000;
  background-color: rgba(229, 0, 0, 0.12);
}
.p-form__item textarea {
  width: 100%;
  height: 240px;
  padding: 15px 20px;
  border: solid 2px #d1d1d1;
}
.p-form__item textarea.error {
  border-color: #e50000;
  background-color: rgba(229, 0, 0, 0.12);
}
.p-form__item.agree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-form__item.agree .check:disabled + label {
  opacity: 0.5;
}
.p-form__item--agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
}
.p-form__privacy {
  width: 100%;
  height: 240px;
  padding: 15px 20px;
  border: solid 2px #d1d1d1;
  overflow: scroll;
  line-height: 1.75;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-regist.p-content {
  padding: 80px 0;
}
.p-regist.p-form {
  padding: 80px 0;
}
.p-regist__step {
  background: #f5f5f5;
  padding: 60px 0;
}
.p-regist__step--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-regist__step--list {
    width: 1000px;
    gap: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-regist__step--list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-regist__step--item {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-regist__step--item {
    width: 310px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-regist__step--item {
    width: 100%;
  }
}
.p-regist__step--item .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}
.p-regist__step--item .number span {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}
.p-regist__step--item .step_ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.p-regist__step--item .step_text {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.p-terms__inner {
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .p-terms__inner {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-terms__inner {
    padding: 40px 10px;
  }
}
.p-terms__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-terms__inner dl {
    margin: 0 0 40px;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-terms__inner dl {
    margin: 0 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-terms__inner dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p-terms__inner dt {
    width: 260px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .p-terms__inner dt {
    margin: 0 0 10px;
  }
}
.p-terms__inner dd {
  font-weight: 400;
  margin: 0;
}
.p-terms__inner p {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-terms__inner a {
  color: #3C61CE;
}
.p-terms__inner a:hover {
  opacity: 0.75;
}
.p-terms__inner span.small {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-utilize .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 40px auto 70px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #9B9B9B;
}
@media only screen and (max-width: 768px) {
  .p-utilize .category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-utilize .utilize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 40px;
}
@media only screen and (max-width: 768px) {
  .p-utilize .utilize__list {
    gap: 50px;
  }
}
.p-utilize .utilize__list > li {
  width: 500px;
}
.p-utilize .utilize__list--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-utilize .utilize__list--box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-utilize .utilize__list--box .inner .article_ttl {
  margin: 10px;
  font-size: 14px;
  display: inline-block;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-utilize .utilize__list--box .inner .article_ttl {
    margin: 10px 0 20px;
  }
}
.p-utilize .utilize__list--box .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .p-utilize .utilize__list--box .inner ul {
    margin-left: 0;
  }
}
.p-utilize .utilize__list--box img {
  width: 200px;
  height: 113px;
}
@media only screen and (max-width: 768px) {
  .p-utilize .utilize__list--box img {
    width: 100%;
    height: auto;
  }
}
.p-utilize .article {
  width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-utilize .article {
    width: 100%;
  }
}
.p-utilize .article .date {
  text-align: right;
  margin-bottom: 20px;
}
.p-utilize .article .date p {
  margin: 0;
}
.p-utilize .article .kv_area img {
  width: 100%;
}
.p-utilize .article p {
  font-weight: 400;
  line-height: 1.8;
}
.p-utilize .article .table_contents {
  border-top: 2px solid;
  border-bottom: 2px solid;
  background: #F7F7F7;
  margin-top: 40px;
  padding: 0 20px 20px;
}
.p-utilize .article .table_contents p {
  font-size: 20px;
  font-weight: bold;
}
.p-utilize .article .table_contents ol {
  margin-left: 20px;
  font-size: 14px;
}
.p-utilize .article .table_contents ol li {
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
  line-height: 1.4;
}
.p-utilize .article .table_contents ol li::before {
  position: absolute;
  content: "・";
  left: -10px;
}
.p-utilize .article .table_contents ol li:hover {
  opacity: 0.6;
}
.p-utilize .article .article_inner .contents_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0 30px;
  line-height: 1.4;
  padding-top: 166px;
  margin-top: -106px;
}
@media only screen and (max-width: 768px) {
  .p-utilize .article .article_inner .contents_ttl {
    padding-top: 96px;
    margin-top: -46px;
  }
}
.p-utilize .article .article_inner p {
  font-weight: 400;
  line-height: 1.8;
}
.p-utilize .article .article_inner p.questioner {
  font-weight: 500;
}
.p-utilize .article .article_inner p.questioner.gainare {
  color: #3f9920;
}
.p-utilize .article .article_inner figure {
  margin: 30px 0;
}
.p-utilize .article .article_inner figure img {
  width: 100%;
}
.p-utilize .article .article_inner figure figcaption {
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.p-utilize .article .article_inner .thoughts_area {
  margin: 40px 0;
}
.p-utilize .article .article_inner .thoughts_area .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 14px;
  padding: 30px;
  border-bottom: 2px dotted;
}
.p-utilize .article .article_inner .thoughts_area .user:first-child {
  border-top: 2px dotted;
}
.p-utilize .article .article_inner .thoughts_area .user .user_icon img {
  width: 50px;
}
.p-utilize .article .article_inner .thoughts_area .user p {
  margin: 0;
}

.p-sports-customization .top_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.p-sports-customization .top_contents img {
  width: 480px;
  height: 480px;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .top_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sports-customization .top_contents img {
    width: 100%;
    height: auto;
  }
}
.p-sports-customization .top_contents--wrap .inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}
.p-sports-customization .top_contents--wrap .inner:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.p-sports-customization .top_contents--wrap .inner .top_ttl {
  background: #055787;
  margin-bottom: 20px;
  padding: 10px 15px;
  display: inline-block;
  color: #FFF33F;
  font-size: 26px;
}
.p-sports-customization .top_contents--wrap .inner .top_text {
  padding: 0 20px;
  line-height: 1.2;
}
.p-sports-customization .top_contents--wrap .inner .top_text:nth-child(3) {
  padding-top: 20px;
}
.p-sports-customization .top_contents--wrap .inner .top_text span {
  color: #055787;
  font-weight: 600;
  font-size: 22px;
}
.p-sports-customization .dx_area .ttl {
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 22px 0 0;
  background: #FDEF24;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .dx_area .ttl {
    height: auto;
    padding: 25px;
  }
}
.p-sports-customization .dx_area .inner {
  width: 900px;
  margin: 60px auto;
}
.p-sports-customization .dx_area .inner img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .dx_area .inner {
    width: 100%;
  }
}
.p-sports-customization .login_area .ttl {
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 0 20px;
  color: #fff;
  background: #055787;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .login_area .ttl {
    height: auto;
    padding: 20px;
  }
}
.p-sports-customization .login_area .ttl span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .login_area .ttl span {
    display: block;
  }
}
.p-sports-customization .login_area .inner {
  width: 950px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-sports-customization .login_area .inner img {
  width: 450px;
  height: 424px;
}
.p-sports-customization .login_area .inner ul {
  margin-left: 20px;
}
.p-sports-customization .login_area .inner ul li {
  list-style-type: disc;
  margin-bottom: 20px;
  line-height: 1.4;
}
.p-sports-customization .login_area .inner ul li.red {
  color: #C40000;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .login_area .inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-sports-customization .login_area .inner img {
    width: 100%;
    height: auto;
  }
}
.p-sports-customization .function_area .ttl {
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 0 20px;
  color: #fff;
  background: #055787;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .function_area .ttl {
    height: auto;
    padding: 20px;
  }
}
.p-sports-customization .function_area .inner {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.p-sports-customization .function_area .inner .item {
  width: 280px;
}
.p-sports-customization .function_area .inner .item_ttl {
  background: #FFF33F;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #055787;
}
.p-sports-customization .function_area .inner .item img {
  width: 280px;
}
.p-sports-customization .function_area .inner .item p {
  line-height: 1.5;
}
.p-sports-customization .function_area .table_inner table, .p-sports-customization .function_area .table_inner td, .p-sports-customization .function_area .table_inner th {
  border: 1px solid #BABABA;
  border-collapse: collapse;
  text-align: center;
}
.p-sports-customization .function_area .table_inner table {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .function_area .table_inner table {
    margin-top: 50px;
  }
  .p-sports-customization .function_area .table_inner table.line {
    border: 5px solid #C40000;
  }
}
.p-sports-customization .function_area .table_inner table td {
  padding: 20px 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .function_area .table_inner table td {
    padding: 20px 10px;
  }
}
.p-sports-customization .function_area .table_inner table td.table_ttl {
  width: 340px;
  font-weight: 600;
  color: #055787;
  background: #EDEDED;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .function_area .table_inner table td.table_ttl {
    width: 100%;
  }
}
.p-sports-customization .function_area .table_inner table td.tate {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  padding: 15px;
  color: #055787;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .function_area .table_inner table td.tate {
    font-size: 16px;
    padding: 10px;
  }
}
.p-sports-customization .function_area .table_inner table td.child {
  color: #055787;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .p-sports-customization .function_area .table_inner table td.child {
    font-size: 14px;
    padding: 10px;
  }
}
.p-sports-customization .function_area .table_inner table td.table_subttl {
  color: #055787;
}
.p-sports-customization .function_area .table_inner table td.line {
  border-left: 4px solid #C40000;
  border-right: 4px solid #C40000;
}
.p-sports-customization .function_area .table_inner table td.line_first {
  border-top: 4px solid #C40000;
  border-left: 4px solid #C40000;
  border-right: 4px solid #C40000;
}
.p-sports-customization .function_area .table_inner table td.line_last {
  border-bottom: 4px solid #C40000;
  border-left: 4px solid #C40000;
  border-right: 4px solid #C40000;
}
.p-sports-customization .function_area .table_inner table td .fa-xmark, .p-sports-customization .function_area .table_inner table td .fa-circle {
  font-size: 24px;
}
.p-sports-customization .function_area .table_inner table td span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.c-btn {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  padding: 10px;
}
.c-btn__primary {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .c-btn__primary {
    width: 326px;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__primary {
    width: 270px;
    height: 56px;
  }
}
.c-btn__primary:hover {
  background-color: #404040;
}
.c-btn__primary--hero {
  background-color: #fff25f;
  color: #000;
  font-weight: 700;
  padding: 30px 0;
}
.c-btn__primary--hero:hover {
  background-color: #dfcc00;
}
@media only screen and (min-width: 768px) {
  .c-btn__primary--hero {
    width: 100%;
    height: 92px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__primary--hero {
    font-size: 19px;
    font-size: 1.9rem;
    width: 270px;
    height: 56px;
  }
}
.c-btn__primary--floating {
  background-color: #fff25f;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .c-btn__primary--floating {
    width: 264px;
    height: 58px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__primary--floating {
    width: 170px;
    height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-btn__primary--floating:hover {
  background-color: #dfcc00;
}
.c-btn__secondary {
  margin: 2px auto;
  border-radius: 4px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
}
.c-btn__tertiary {
  position: relative;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.c-btn__tertiary.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .c-btn__tertiary.feature {
    width: 236px;
    height: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__tertiary.feature {
    width: 236px;
    height: 46px;
  }
}
.c-btn__tertiary.feature:after {
  position: absolute;
  padding: 0 0 0 10px;
  top: 16px;
  right: 20px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  font-size: 1.4rem;
}
.c-btn__tertiary.feature:hover {
  background-color: #404040;
}
.c-btn__tertiary.feature:hover:after {
  right: 10px;
}
.c-btn__tertiary.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -10px;
}
.c-btn__tertiary.download:after {
  position: absolute;
  padding: 0 0 0 10px;
  top: 16px;
  right: 20px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f019";
}
.c-btn__tertiary.download:hover {
  background-color: #404040;
}
.c-btn__tertiary.download:hover:after {
  top: 20px;
}
.c-btn__arrow {
  position: relative;
  display: block;
  padding: 10px 15px 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-btn__arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: #000;
  bottom: 0;
}
.c-btn__arrow:after {
  position: absolute;
  top: 6px;
  right: -10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.c-btn__arrow:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.c-btn__header {
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .c-btn__header {
    min-width: 170px;
    height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__header {
    width: 100%;
    height: 56px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-btn__header.free {
  border-color: #000;
  background-color: #6a6a6a;
  color: #fff;
}
.c-btn__header.contact {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
.c-btn__header:hover {
  opacity: 0.7;
}
.c-btn__btncontents {
  font-weight: 700;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  background-color: #EBE441;
}
@media only screen and (min-width: 768px) {
  .c-btn__btncontents {
    width: 460px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__btncontents {
    width: 90%;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-btn__btncontents:hover {
  opacity: 0.7;
}
.c-btn__btncontents--second {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .c-btn__btncontents--second {
    width: 460px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn__btncontents--second {
    width: 43%;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-btn__btncontents--second.dl {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn__btncontents--second.dl {
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-btn__btncontents--second.free {
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  background-color: #6a6a6a;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-btn__btncontents--second.free {
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-btn__btncontents--second:hover {
  opacity: 0.7;
}

.c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .c-arrow {
    width: 52px;
    height: 52px;
    border-radius: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .c-arrow {
    width: 9vw;
    height: 9vw;
    border-radius: 4.5vw;
  }
}
.c-arrow:hover {
  background-color: #000;
  color: #fff;
}

.c-category__news {
  display: block;
  width: 106px;
  padding: 6px 10px 4px;
  background-color: #fff;
  color: #1F6EA0;
  border: 1px solid #1F6EA0;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-category__case {
  padding: 7px 14px 5px;
  background-color: #fff25f;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}
.c-category__type {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 15px 8px;
}
.c-category__seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  padding: 8px 10px 6px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.c-category__seminar--inviting {
  background-color: #B52121;
}
.c-category__seminar--hold {
  background-color: #3c3c3c;
}
.c-category__seminar--end {
  background-color: #b5b5b5;
}
.c-category__keyword {
  display: block;
  padding: 6px 14px 4px;
  background-color: #fff;
  color: #1F6EA0;
  border: 1px solid #1F6EA0;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-category__keyword--12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-status__seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  padding: 8px 10px 6px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.c-status__seminar.inviting {
  background-color: #B52121;
}
.c-status__seminar.hold {
  background-color: #3c3c3c;
}
.c-status__seminar.end {
  background-color: #b5b5b5;
}

.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-pager__item.pre {
  margin: 0 10px 0 0;
}
.c-pager__item.next {
  margin: 0 0 0 10px;
}
.c-pager__link {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-pager__link {
    width: 44px;
    height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .c-pager__link {
    width: 42px;
    height: 34px;
  }
}
.c-pager__link:hover {
  background-color: #f2f2f2;
}
.c-pager__link.is-active {
  background-color: #000;
  color: #fff;
}
.c-pager__link.is-active:hover {
  background-color: #404040;
}

.c-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .c-pagetop {
    font-weight: 500px;
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-pagetop {
    font-weight: 500px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.c-hamburger {
  position: relative;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background-color: transparent;
}
.c-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 3px;
  border-radius: 5px;
  background: #000;
  width: 100%;
}
.c-hamburger span:nth-of-type(1) {
  top: 3px;
}
.c-hamburger span:nth-of-type(2) {
  top: 15px;
}
.c-hamburger span:nth-of-type(3) {
  bottom: 3px;
}
.c-hamburger.is-active span {
  background: #fff;
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: 20px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.c-ttl__heading {
  background-image: url(./img/bg_zebra.png);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .c-ttl__heading {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl__heading {
    padding: 60px 0;
  }
}
.c-ttl__heading > .inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .c-ttl__heading > .inner {
    width: 1040px;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl__heading > .inner {
    width: calc(100% - 40px);
    padding: 10px 0;
  }
}
.c-ttl__heading > .inner > .title {
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .c-ttl__heading > .inner > .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl__heading > .inner > .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-ttl__top {
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-ttl__top {
    margin: 0 0 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl__top {
    margin: 0 0 50px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-ttl__top.line {
  position: relative;
  display: inline-block;
  padding: 5px 26px;
  line-height: 1.2;
}
.c-ttl__top.line:before, .c-ttl__top.line:after {
  position: absolute;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: #000;
}
.c-ttl__top.line:before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.c-ttl__top.line:after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.c-ttl__top.underline {
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
}
@media only screen and (min-width: 768px) {
  .c-ttl__top.underline {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl__top.underline {
    text-underline-offset: 0.5em;
    line-height: 2;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl__top.howto {
    margin: 70px 0 50px;
  }
}
.c-ttl__middle {
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
.c-ttl__terms {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
}
.c-ttl__center {
  text-align: center;
}

.c-text__color--red {
  color: #FF4E2E;
}
.c-text__size--kome {
  font-size: 12px;
}
.c-text__size--12 {
  font-size: 12px;
}

::-webkit-input-placeholder {
  color: #AAAAAA;
}

::-moz-placeholder {
  color: #AAAAAA;
}

:-ms-input-placeholder {
  color: #AAAAAA;
}

::-ms-input-placeholder {
  color: #AAAAAA;
}

::placeholder {
  color: #AAAAAA;
}