.full-box {
  width: 100%;
  height: calc(var(--vh) * 100);
}

:root {
  --vh: var(--vh);
  --background-color: #ececec;
  --foreground-color: #292626;
  --black: #292626;
  --orange: #eb3800;
  --orange-half: #eb380080;
  --blue: #2130ba;
  --white: #ffffff;
  --black: #000;
  --se-orange: #f08300;
  --se-red: #e60012;
  --se-green: #009944;
  --bg-gray: #d8e8ea;
  --line-green: #009944;
  --se-head-pc: 203px;
  --se-head-sp: 56px;
}

@media screen and (min-width: 769px) {
  .common-button-type1 {
    cursor: pointer;
    filter: brightness(1);
    transition: all 0.2s ease-in-out;
  }
  .common-button-type1:hover {
    filter: brightness(1.1);
  }
}

@media screen and (min-width: 769px) {
  .common-button-type2 {
    cursor: pointer;
    filter: brightness(1);
    transition: all 0.2s ease-in-out;
  }
  .common-button-type2:hover {
    filter: brightness(1.2);
  }
}

.common-link {
  color: #eb3800;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .common-link {
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0, 0.8, 0.2, 1);
  }
  .common-link .link-img {
    position: relative;
  }
  .common-link .link-img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.2s cubic-bezier(0, 0.8, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .common-link:hover {
    color: #2130ba;
  }
  .common-link:hover .link-img::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 769px) {
  .common-clickable {
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) {
  .common-clickable-scale {
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0, 0.8, 0.2, 1);
  }
  .common-clickable-scale:hover {
    transform: scale(1.1);
  }
}

.scrollable-element {
  overflow: auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

select {
  margin: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

img {
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media print {
  img {
    visibility: hidden !important;
  }
  svg {
    visibility: hidden !important;
  }
}
a,
a:link {
  text-decoration: none;
}

*:not(a) {
  -webkit-tap-highlight-color: transparent;
}

body.sp-mode {
  width: 100vw;
  min-height: 100%;
  height: 100%;
  overflow: visible;
  min-height: 100dvh;
}

html {
  min-height: 100vh;
  min-height: 100dvh;
}

@media screen and (max-width: 768px) {
  body .pc,
  body .show-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  body .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body .sp,
  body .show-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  body .sp,
  body .show-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body .tablet-below {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body .tablet,
  body .show-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body .tablet,
  body .show-tablet {
    display: none !important;
  }
}

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  overscroll-behavior: contain;
}

svg {
  shape-rendering: geometricPrecision;
  image-rendering: crisp-edges;
}

.hidden {
  display: none;
}

.pbHeaderArea {
  overflow: hidden;
}

.pbAreaWrapper2 {
  padding-top: 0 !important;
}