@charset "UTF-8";
/* mixin var
-----------------------------------------------------*/
/* reset
-----------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E6E6E6;
  margin: 1em 0;
  padding: 0;
}

/* html
-----------------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  color: #333;
  font: 1.6rem/1.8 YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}
@-moz-document url-prefix() {
  body {
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

/* link
-----------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s linear;
}
a:hover {
  opacity: 0.7;
}

/*flex
-----------------------------------------------------*/
.flex {
  display: flex;
}
@media (max-width: 1199px) {
  .flex-xl {
    display: flex !important;
  }
}
@media (max-width: 1023px) {
  .flex-lg {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .flex-md {
    display: flex !important;
  }
}
@media (max-width: 575px) {
  .flex-sm {
    display: flex !important;
  }
}

.justify-start {
  justify-content: start;
}
@media (max-width: 1199px) {
  .justify-start-xl {
    justify-content: start !important;
  }
}
@media (max-width: 1023px) {
  .justify-start-lg {
    justify-content: start !important;
  }
}
@media (max-width: 767px) {
  .justify-start-md {
    justify-content: start !important;
  }
}
@media (max-width: 575px) {
  .justify-start-sm {
    justify-content: start !important;
  }
}

.justify-center {
  justify-content: center;
}
@media (max-width: 1199px) {
  .justify-center-xl {
    justify-content: center !important;
  }
}
@media (max-width: 1023px) {
  .justify-center-lg {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .justify-center-md {
    justify-content: center !important;
  }
}
@media (max-width: 575px) {
  .justify-center-sm {
    justify-content: center !important;
  }
}

.justify-between {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .justify-between-xl {
    justify-content: space-between !important;
  }
}
@media (max-width: 1023px) {
  .justify-between-lg {
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .justify-between-md {
    justify-content: space-between !important;
  }
}
@media (max-width: 575px) {
  .justify-between-sm {
    justify-content: space-between !important;
  }
}

.justify-around {
  justify-content: space-around;
}
@media (max-width: 1199px) {
  .justify-around-xl {
    justify-content: space-around !important;
  }
}
@media (max-width: 1023px) {
  .justify-around-lg {
    justify-content: space-around !important;
  }
}
@media (max-width: 767px) {
  .justify-around-md {
    justify-content: space-around !important;
  }
}
@media (max-width: 575px) {
  .justify-around-sm {
    justify-content: space-around !important;
  }
}

.justify-end {
  justify-content: end;
}
@media (max-width: 1199px) {
  .justify-end-xl {
    justify-content: end !important;
  }
}
@media (max-width: 1023px) {
  .justify-end-lg {
    justify-content: end !important;
  }
}
@media (max-width: 767px) {
  .justify-end-md {
    justify-content: end !important;
  }
}
@media (max-width: 575px) {
  .justify-end-sm {
    justify-content: end !important;
  }
}

.align-items-start {
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .align-items-start-xl {
    align-items: flex-start !important;
  }
}
@media (max-width: 1023px) {
  .align-items-start-lg {
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-items-start-md {
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .align-items-start-sm {
    align-items: flex-start !important;
  }
}

.align-items-center {
  align-items: center;
}
@media (max-width: 1199px) {
  .align-items-center-xl {
    align-items: center !important;
  }
}
@media (max-width: 1023px) {
  .align-items-center-lg {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .align-items-center-md {
    align-items: center !important;
  }
}
@media (max-width: 575px) {
  .align-items-center-sm {
    align-items: center !important;
  }
}

.align-items-end {
  align-items: end;
}
@media (max-width: 1199px) {
  .align-items-end-xl {
    align-items: end !important;
  }
}
@media (max-width: 1023px) {
  .align-items-end-lg {
    align-items: end !important;
  }
}
@media (max-width: 767px) {
  .align-items-end-md {
    align-items: end !important;
  }
}
@media (max-width: 575px) {
  .align-items-end-sm {
    align-items: end !important;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .flex-wrap-xl {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .flex-wrap-lg {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .flex-wrap-md {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 575px) {
  .flex-wrap-sm {
    flex-wrap: wrap !important;
  }
}

.flex-nowrap {
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .flex-nowrap-xl {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1023px) {
  .flex-nowrap-lg {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  .flex-nowrap-md {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 575px) {
  .flex-nowrap-sm {
    flex-wrap: nowrap !important;
  }
}

.flex-shrink-0 {
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .flex-shrink-0-xl {
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .flex-shrink-0-lg {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .flex-shrink-0-md {
    flex-shrink: 0;
  }
}
@media (max-width: 575px) {
  .flex-shrink-0-sm {
    flex-shrink: 0;
  }
}

.flex-shrink-1 {
  flex-shrink: 1;
}
@media (max-width: 1199px) {
  .flex-shrink-1-xl {
    flex-shrink: 1;
  }
}
@media (max-width: 1023px) {
  .flex-shrink-1-lg {
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .flex-shrink-1-md {
    flex-shrink: 1;
  }
}
@media (max-width: 575px) {
  .flex-shrink-1-sm {
    flex-shrink: 1;
  }
}

/*font-size
-----------------------------------------------------*/
.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-41 {
  font-size: 4.1rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-43 {
  font-size: 4.3rem !important;
}

.fs-44 {
  font-size: 4.4rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-46 {
  font-size: 4.6rem !important;
}

.fs-47 {
  font-size: 4.7rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-49 {
  font-size: 4.9rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

.fs-51 {
  font-size: 5.1rem !important;
}

.fs-52 {
  font-size: 5.2rem !important;
}

.fs-53 {
  font-size: 5.3rem !important;
}

.fs-54 {
  font-size: 5.4rem !important;
}

.fs-55 {
  font-size: 5.5rem !important;
}

.fs-56 {
  font-size: 5.6rem !important;
}

.fs-57 {
  font-size: 5.7rem !important;
}

.fs-58 {
  font-size: 5.8rem !important;
}

.fs-59 {
  font-size: 5.9rem !important;
}

.fs-60 {
  font-size: 6rem !important;
}

@media (max-width: 1199px) {
  .fs-10-xl {
    font-size: 1rem !important;
  }
  .fs-11-xl {
    font-size: 1.1rem !important;
  }
  .fs-12-xl {
    font-size: 1.2rem !important;
  }
  .fs-13-xl {
    font-size: 1.3rem !important;
  }
  .fs-14-xl {
    font-size: 1.4rem !important;
  }
  .fs-15-xl {
    font-size: 1.5rem !important;
  }
  .fs-16-xl {
    font-size: 1.6rem !important;
  }
  .fs-17-xl {
    font-size: 1.7rem !important;
  }
  .fs-18-xl {
    font-size: 1.8rem !important;
  }
  .fs-19-xl {
    font-size: 1.9rem !important;
  }
  .fs-20-xl {
    font-size: 2rem !important;
  }
  .fs-21-xl {
    font-size: 2.1rem !important;
  }
  .fs-22-xl {
    font-size: 2.2rem !important;
  }
  .fs-23-xl {
    font-size: 2.3rem !important;
  }
  .fs-24-xl {
    font-size: 2.4rem !important;
  }
  .fs-25-xl {
    font-size: 2.5rem !important;
  }
  .fs-26-xl {
    font-size: 2.6rem !important;
  }
  .fs-27-xl {
    font-size: 2.7rem !important;
  }
  .fs-28-xl {
    font-size: 2.8rem !important;
  }
  .fs-29-xl {
    font-size: 2.9rem !important;
  }
  .fs-30-xl {
    font-size: 3rem !important;
  }
  .fs-31-xl {
    font-size: 3.1rem !important;
  }
  .fs-32-xl {
    font-size: 3.2rem !important;
  }
  .fs-33-xl {
    font-size: 3.3rem !important;
  }
  .fs-34-xl {
    font-size: 3.4rem !important;
  }
  .fs-35-xl {
    font-size: 3.5rem !important;
  }
  .fs-36-xl {
    font-size: 3.6rem !important;
  }
  .fs-37-xl {
    font-size: 3.7rem !important;
  }
  .fs-38-xl {
    font-size: 3.8rem !important;
  }
  .fs-39-xl {
    font-size: 3.9rem !important;
  }
  .fs-40-xl {
    font-size: 4rem !important;
  }
  .fs-41-xl {
    font-size: 4.1rem !important;
  }
  .fs-42-xl {
    font-size: 4.2rem !important;
  }
  .fs-43-xl {
    font-size: 4.3rem !important;
  }
  .fs-44-xl {
    font-size: 4.4rem !important;
  }
  .fs-45-xl {
    font-size: 4.5rem !important;
  }
  .fs-46-xl {
    font-size: 4.6rem !important;
  }
  .fs-47-xl {
    font-size: 4.7rem !important;
  }
  .fs-48-xl {
    font-size: 4.8rem !important;
  }
  .fs-49-xl {
    font-size: 4.9rem !important;
  }
  .fs-50-xl {
    font-size: 5rem !important;
  }
  .fs-51-xl {
    font-size: 5.1rem !important;
  }
  .fs-52-xl {
    font-size: 5.2rem !important;
  }
  .fs-53-xl {
    font-size: 5.3rem !important;
  }
  .fs-54-xl {
    font-size: 5.4rem !important;
  }
  .fs-55-xl {
    font-size: 5.5rem !important;
  }
  .fs-56-xl {
    font-size: 5.6rem !important;
  }
  .fs-57-xl {
    font-size: 5.7rem !important;
  }
  .fs-58-xl {
    font-size: 5.8rem !important;
  }
  .fs-59-xl {
    font-size: 5.9rem !important;
  }
  .fs-60-xl {
    font-size: 6rem !important;
  }
}
@media (max-width: 1023px) {
  .fs-10-lg {
    font-size: 1rem !important;
  }
  .fs-11-lg {
    font-size: 1.1rem !important;
  }
  .fs-12-lg {
    font-size: 1.2rem !important;
  }
  .fs-13-lg {
    font-size: 1.3rem !important;
  }
  .fs-14-lg {
    font-size: 1.4rem !important;
  }
  .fs-15-lg {
    font-size: 1.5rem !important;
  }
  .fs-16-lg {
    font-size: 1.6rem !important;
  }
  .fs-17-lg {
    font-size: 1.7rem !important;
  }
  .fs-18-lg {
    font-size: 1.8rem !important;
  }
  .fs-19-lg {
    font-size: 1.9rem !important;
  }
  .fs-20-lg {
    font-size: 2rem !important;
  }
  .fs-21-lg {
    font-size: 2.1rem !important;
  }
  .fs-22-lg {
    font-size: 2.2rem !important;
  }
  .fs-23-lg {
    font-size: 2.3rem !important;
  }
  .fs-24-lg {
    font-size: 2.4rem !important;
  }
  .fs-25-lg {
    font-size: 2.5rem !important;
  }
  .fs-26-lg {
    font-size: 2.6rem !important;
  }
  .fs-27-lg {
    font-size: 2.7rem !important;
  }
  .fs-28-lg {
    font-size: 2.8rem !important;
  }
  .fs-29-lg {
    font-size: 2.9rem !important;
  }
  .fs-30-lg {
    font-size: 3rem !important;
  }
  .fs-31-lg {
    font-size: 3.1rem !important;
  }
  .fs-32-lg {
    font-size: 3.2rem !important;
  }
  .fs-33-lg {
    font-size: 3.3rem !important;
  }
  .fs-34-lg {
    font-size: 3.4rem !important;
  }
  .fs-35-lg {
    font-size: 3.5rem !important;
  }
  .fs-36-lg {
    font-size: 3.6rem !important;
  }
  .fs-37-lg {
    font-size: 3.7rem !important;
  }
  .fs-38-lg {
    font-size: 3.8rem !important;
  }
  .fs-39-lg {
    font-size: 3.9rem !important;
  }
  .fs-40-lg {
    font-size: 4rem !important;
  }
  .fs-41-lg {
    font-size: 4.1rem !important;
  }
  .fs-42-lg {
    font-size: 4.2rem !important;
  }
  .fs-43-lg {
    font-size: 4.3rem !important;
  }
  .fs-44-lg {
    font-size: 4.4rem !important;
  }
  .fs-45-lg {
    font-size: 4.5rem !important;
  }
  .fs-46-lg {
    font-size: 4.6rem !important;
  }
  .fs-47-lg {
    font-size: 4.7rem !important;
  }
  .fs-48-lg {
    font-size: 4.8rem !important;
  }
  .fs-49-lg {
    font-size: 4.9rem !important;
  }
  .fs-50-lg {
    font-size: 5rem !important;
  }
  .fs-51-lg {
    font-size: 5.1rem !important;
  }
  .fs-52-lg {
    font-size: 5.2rem !important;
  }
  .fs-53-lg {
    font-size: 5.3rem !important;
  }
  .fs-54-lg {
    font-size: 5.4rem !important;
  }
  .fs-55-lg {
    font-size: 5.5rem !important;
  }
  .fs-56-lg {
    font-size: 5.6rem !important;
  }
  .fs-57-lg {
    font-size: 5.7rem !important;
  }
  .fs-58-lg {
    font-size: 5.8rem !important;
  }
  .fs-59-lg {
    font-size: 5.9rem !important;
  }
  .fs-60-lg {
    font-size: 6rem !important;
  }
}
@media (max-width: 767px) {
  .fs-10-md {
    font-size: 1rem !important;
  }
  .fs-11-md {
    font-size: 1.1rem !important;
  }
  .fs-12-md {
    font-size: 1.2rem !important;
  }
  .fs-13-md {
    font-size: 1.3rem !important;
  }
  .fs-14-md {
    font-size: 1.4rem !important;
  }
  .fs-15-md {
    font-size: 1.5rem !important;
  }
  .fs-16-md {
    font-size: 1.6rem !important;
  }
  .fs-17-md {
    font-size: 1.7rem !important;
  }
  .fs-18-md {
    font-size: 1.8rem !important;
  }
  .fs-19-md {
    font-size: 1.9rem !important;
  }
  .fs-20-md {
    font-size: 2rem !important;
  }
  .fs-21-md {
    font-size: 2.1rem !important;
  }
  .fs-22-md {
    font-size: 2.2rem !important;
  }
  .fs-23-md {
    font-size: 2.3rem !important;
  }
  .fs-24-md {
    font-size: 2.4rem !important;
  }
  .fs-25-md {
    font-size: 2.5rem !important;
  }
  .fs-26-md {
    font-size: 2.6rem !important;
  }
  .fs-27-md {
    font-size: 2.7rem !important;
  }
  .fs-28-md {
    font-size: 2.8rem !important;
  }
  .fs-29-md {
    font-size: 2.9rem !important;
  }
  .fs-30-md {
    font-size: 3rem !important;
  }
  .fs-31-md {
    font-size: 3.1rem !important;
  }
  .fs-32-md {
    font-size: 3.2rem !important;
  }
  .fs-33-md {
    font-size: 3.3rem !important;
  }
  .fs-34-md {
    font-size: 3.4rem !important;
  }
  .fs-35-md {
    font-size: 3.5rem !important;
  }
  .fs-36-md {
    font-size: 3.6rem !important;
  }
  .fs-37-md {
    font-size: 3.7rem !important;
  }
  .fs-38-md {
    font-size: 3.8rem !important;
  }
  .fs-39-md {
    font-size: 3.9rem !important;
  }
  .fs-40-md {
    font-size: 4rem !important;
  }
  .fs-41-md {
    font-size: 4.1rem !important;
  }
  .fs-42-md {
    font-size: 4.2rem !important;
  }
  .fs-43-md {
    font-size: 4.3rem !important;
  }
  .fs-44-md {
    font-size: 4.4rem !important;
  }
  .fs-45-md {
    font-size: 4.5rem !important;
  }
  .fs-46-md {
    font-size: 4.6rem !important;
  }
  .fs-47-md {
    font-size: 4.7rem !important;
  }
  .fs-48-md {
    font-size: 4.8rem !important;
  }
  .fs-49-md {
    font-size: 4.9rem !important;
  }
  .fs-50-md {
    font-size: 5rem !important;
  }
  .fs-51-md {
    font-size: 5.1rem !important;
  }
  .fs-52-md {
    font-size: 5.2rem !important;
  }
  .fs-53-md {
    font-size: 5.3rem !important;
  }
  .fs-54-md {
    font-size: 5.4rem !important;
  }
  .fs-55-md {
    font-size: 5.5rem !important;
  }
  .fs-56-md {
    font-size: 5.6rem !important;
  }
  .fs-57-md {
    font-size: 5.7rem !important;
  }
  .fs-58-md {
    font-size: 5.8rem !important;
  }
  .fs-59-md {
    font-size: 5.9rem !important;
  }
  .fs-60-md {
    font-size: 6rem !important;
  }
}
@media (max-width: 575px) {
  .fs-10-sm {
    font-size: 1rem !important;
  }
  .fs-11-sm {
    font-size: 1.1rem !important;
  }
  .fs-12-sm {
    font-size: 1.2rem !important;
  }
  .fs-13-sm {
    font-size: 1.3rem !important;
  }
  .fs-14-sm {
    font-size: 1.4rem !important;
  }
  .fs-15-sm {
    font-size: 1.5rem !important;
  }
  .fs-16-sm {
    font-size: 1.6rem !important;
  }
  .fs-17-sm {
    font-size: 1.7rem !important;
  }
  .fs-18-sm {
    font-size: 1.8rem !important;
  }
  .fs-19-sm {
    font-size: 1.9rem !important;
  }
  .fs-20-sm {
    font-size: 2rem !important;
  }
  .fs-21-sm {
    font-size: 2.1rem !important;
  }
  .fs-22-sm {
    font-size: 2.2rem !important;
  }
  .fs-23-sm {
    font-size: 2.3rem !important;
  }
  .fs-24-sm {
    font-size: 2.4rem !important;
  }
  .fs-25-sm {
    font-size: 2.5rem !important;
  }
  .fs-26-sm {
    font-size: 2.6rem !important;
  }
  .fs-27-sm {
    font-size: 2.7rem !important;
  }
  .fs-28-sm {
    font-size: 2.8rem !important;
  }
  .fs-29-sm {
    font-size: 2.9rem !important;
  }
  .fs-30-sm {
    font-size: 3rem !important;
  }
  .fs-31-sm {
    font-size: 3.1rem !important;
  }
  .fs-32-sm {
    font-size: 3.2rem !important;
  }
  .fs-33-sm {
    font-size: 3.3rem !important;
  }
  .fs-34-sm {
    font-size: 3.4rem !important;
  }
  .fs-35-sm {
    font-size: 3.5rem !important;
  }
  .fs-36-sm {
    font-size: 3.6rem !important;
  }
  .fs-37-sm {
    font-size: 3.7rem !important;
  }
  .fs-38-sm {
    font-size: 3.8rem !important;
  }
  .fs-39-sm {
    font-size: 3.9rem !important;
  }
  .fs-40-sm {
    font-size: 4rem !important;
  }
  .fs-41-sm {
    font-size: 4.1rem !important;
  }
  .fs-42-sm {
    font-size: 4.2rem !important;
  }
  .fs-43-sm {
    font-size: 4.3rem !important;
  }
  .fs-44-sm {
    font-size: 4.4rem !important;
  }
  .fs-45-sm {
    font-size: 4.5rem !important;
  }
  .fs-46-sm {
    font-size: 4.6rem !important;
  }
  .fs-47-sm {
    font-size: 4.7rem !important;
  }
  .fs-48-sm {
    font-size: 4.8rem !important;
  }
  .fs-49-sm {
    font-size: 4.9rem !important;
  }
  .fs-50-sm {
    font-size: 5rem !important;
  }
  .fs-51-sm {
    font-size: 5.1rem !important;
  }
  .fs-52-sm {
    font-size: 5.2rem !important;
  }
  .fs-53-sm {
    font-size: 5.3rem !important;
  }
  .fs-54-sm {
    font-size: 5.4rem !important;
  }
  .fs-55-sm {
    font-size: 5.5rem !important;
  }
  .fs-56-sm {
    font-size: 5.6rem !important;
  }
  .fs-57-sm {
    font-size: 5.7rem !important;
  }
  .fs-58-sm {
    font-size: 5.8rem !important;
  }
  .fs-59-sm {
    font-size: 5.9rem !important;
  }
  .fs-60-sm {
    font-size: 6rem !important;
  }
}
.lh-1 {
  line-height: 1.1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.4;
}

.lh-5 {
  line-height: 1.5;
}

.lh-6 {
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .lh-1-xl {
    line-height: 1.1 !important;
  }
  .lh-2-xl {
    line-height: 1.2 !important;
  }
  .lh-3-xl {
    line-height: 1.3 !important;
  }
  .lh-4-xl {
    line-height: 1.4 !important;
  }
  .lh-5-xl {
    line-height: 1.5 !important;
  }
  .lh-6-xl {
    line-height: 1.6 !important;
  }
}
@media (max-width: 1023px) {
  .lh-1-lg {
    line-height: 1.1 !important;
  }
  .lh-2-lg {
    line-height: 1.2 !important;
  }
  .lh-3-lg {
    line-height: 1.3 !important;
  }
  .lh-4-lg {
    line-height: 1.4 !important;
  }
  .lh-5-lg {
    line-height: 1.5 !important;
  }
  .lh-6-lg {
    line-height: 1.6 !important;
  }
}
@media (max-width: 767px) {
  .lh-1-md {
    line-height: 1.1 !important;
  }
  .lh-2-md {
    line-height: 1.2 !important;
  }
  .lh-3-md {
    line-height: 1.3 !important;
  }
  .lh-4-md {
    line-height: 1.4 !important;
  }
  .lh-5-md {
    line-height: 1.5 !important;
  }
  .lh-6-md {
    line-height: 1.6 !important;
  }
}
@media (max-width: 575px) {
  .lh-1-sm {
    line-height: 1.1 !important;
  }
  .lh-2-sm {
    line-height: 1.2 !important;
  }
  .lh-3-sm {
    line-height: 1.3 !important;
  }
  .lh-4-sm {
    line-height: 1.4 !important;
  }
  .lh-5-sm {
    line-height: 1.5 !important;
  }
  .lh-6-sm {
    line-height: 1.6 !important;
  }
}
/*utility
-----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

ol {
  padding-left: 1em;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.en, .steams-lp .why-area__point li:before,
.steams-lp2 .why-area__point li:before {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.mincho {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.jost {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

em {
  font-style: normal;
  font-weight: bold;
}

.line, .reason-area__box__header__text__inner {
  background: linear-gradient(transparent 60%, #FFEE93 60%);
}

.line-purple {
  background: linear-gradient(transparent 60%, #F8EAFE 60%);
}

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

.disc-list {
  list-style: disc;
  padding-left: 1.5em;
}

.color-main {
  color: #D10456 !important;
}

.color-accent01 {
  color: #037edd !important;
}

.color-caution {
  color: #A52929 !important;
}

.color-white {
  color: #fff !important;
}

.color-gray02 {
  color: #999 !important;
}

.color-yellow01 {
  color: #FFEE93 !important;
}

.bg-main {
  background: #D10456 !important;
}

.bg-sub {
  background: #F97709 !important;
}

.bg-purple01 {
  background: #8836AE !important;
}

.bg-purple02 {
  background: #9E46C8 !important;
}

.bg-purple03 {
  background: #EEE3F4 !important;
}

.bg-gray01 {
  background: #F5F5F5 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-tile-purple01 {
  background: #8836AE;
  background-image: linear-gradient(90deg, #8F43B3 2px, transparent 0), linear-gradient(#8F43B3 2px, transparent 0);
  background-size: 18px 18px;
}

.bg-tile-purple02 {
  background: #9E46C8;
  background-image: linear-gradient(90deg, #A452CB 2px, transparent 0), linear-gradient(#A452CB 2px, transparent 0);
  background-size: 18px 18px;
}

.radius-30, .post-cat a, .reason-area__box, .feature-area__box {
  border-radius: 30px;
}

.bold, .module-header04 span, .reason-area__box__contents__text li, .steams-lp .why-area__point li,
.steams-lp2 .why-area__point li {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.align-l {
  text-align: left;
}
@media (max-width: 1199px) {
  .align-l-xl {
    text-align: left !important;
  }
}
@media (max-width: 1023px) {
  .align-l-lg {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .align-l-md {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .align-l-sm {
    text-align: left !important;
  }
}

.align-c {
  text-align: center;
}
@media (max-width: 1199px) {
  .align-c-xl {
    text-align: center !important;
  }
}
@media (max-width: 1023px) {
  .align-c-lg {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .align-c-md {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .align-c-sm {
    text-align: center !important;
  }
}

.align-r {
  text-align: right;
}
@media (max-width: 1199px) {
  .align-r-xl {
    text-align: right !important;
  }
}
@media (max-width: 1023px) {
  .align-r-lg {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .align-r-md {
    text-align: right !important;
  }
}
@media (max-width: 575px) {
  .align-r-sm {
    text-align: right !important;
  }
}

.pos-r {
  position: relative;
}

.box-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block-xl {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .block-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .block-md {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .block-sm {
    display: block !important;
  }
}

.none {
  display: none;
}
@media (max-width: 1199px) {
  .none-xl {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .none-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .none-md {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .none-sm {
    display: none !important;
  }
}

.inline-block {
  display: inline-block;
}
@media (max-width: 1199px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  .inline-block-lg {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .inline-block-md {
    display: inline-block !important;
  }
}
@media (max-width: 575px) {
  .inline-block-sm {
    display: inline-block !important;
  }
}

.inline {
  display: inline;
}
@media (max-width: 1199px) {
  .inline-xl {
    display: inline !important;
  }
}
@media (max-width: 1023px) {
  .inline-lg {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .inline-md {
    display: inline !important;
  }
}
@media (max-width: 575px) {
  .inline-sm {
    display: inline !important;
  }
}

/* margin padding gap
-----------------------------------------------------*/
.mt-0 {
  margin-top: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.ml-25 {
  margin-left: 2.5rem !important;
}

.pl-25 {
  padding-left: 2.5rem !important;
}

.mr-25 {
  margin-right: 2.5rem !important;
}

.pr-25 {
  padding-right: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.ml-35 {
  margin-left: 3.5rem !important;
}

.pl-35 {
  padding-left: 3.5rem !important;
}

.mr-35 {
  margin-right: 3.5rem !important;
}

.pr-35 {
  padding-right: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.ml-45 {
  margin-left: 4.5rem !important;
}

.pl-45 {
  padding-left: 4.5rem !important;
}

.mr-45 {
  margin-right: 4.5rem !important;
}

.pr-45 {
  padding-right: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.pl-70 {
  padding-left: 7rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.pr-70 {
  padding-right: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.pl-80 {
  padding-left: 8rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.pr-80 {
  padding-right: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.ml-110 {
  margin-left: 11rem !important;
}

.pl-110 {
  padding-left: 11rem !important;
}

.mr-110 {
  margin-right: 11rem !important;
}

.pr-110 {
  padding-right: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

@media (max-width: 1199px) {
  .mt-0-xl {
    margin-top: 0rem !important;
  }
  .pt-0-xl {
    padding-top: 0rem !important;
  }
  .mb-0-xl {
    margin-bottom: 0rem !important;
  }
  .pb-0-xl {
    padding-bottom: 0rem !important;
  }
  .ml-0-xl {
    margin-left: 0rem !important;
  }
  .pl-0-xl {
    padding-left: 0rem !important;
  }
  .mr-0-xl {
    margin-right: 0rem !important;
  }
  .pr-0-xl {
    padding-right: 0rem !important;
  }
  .mt-5-xl {
    margin-top: 0.5rem !important;
  }
  .pt-5-xl {
    padding-top: 0.5rem !important;
  }
  .mb-5-xl {
    margin-bottom: 0.5rem !important;
  }
  .pb-5-xl {
    padding-bottom: 0.5rem !important;
  }
  .ml-5-xl {
    margin-left: 0.5rem !important;
  }
  .pl-5-xl {
    padding-left: 0.5rem !important;
  }
  .mr-5-xl {
    margin-right: 0.5rem !important;
  }
  .pr-5-xl {
    padding-right: 0.5rem !important;
  }
  .mt-10-xl {
    margin-top: 1rem !important;
  }
  .pt-10-xl {
    padding-top: 1rem !important;
  }
  .mb-10-xl {
    margin-bottom: 1rem !important;
  }
  .pb-10-xl {
    padding-bottom: 1rem !important;
  }
  .ml-10-xl {
    margin-left: 1rem !important;
  }
  .pl-10-xl {
    padding-left: 1rem !important;
  }
  .mr-10-xl {
    margin-right: 1rem !important;
  }
  .pr-10-xl {
    padding-right: 1rem !important;
  }
  .mt-15-xl {
    margin-top: 1.5rem !important;
  }
  .pt-15-xl {
    padding-top: 1.5rem !important;
  }
  .mb-15-xl {
    margin-bottom: 1.5rem !important;
  }
  .pb-15-xl {
    padding-bottom: 1.5rem !important;
  }
  .ml-15-xl {
    margin-left: 1.5rem !important;
  }
  .pl-15-xl {
    padding-left: 1.5rem !important;
  }
  .mr-15-xl {
    margin-right: 1.5rem !important;
  }
  .pr-15-xl {
    padding-right: 1.5rem !important;
  }
  .mt-20-xl {
    margin-top: 2rem !important;
  }
  .pt-20-xl {
    padding-top: 2rem !important;
  }
  .mb-20-xl {
    margin-bottom: 2rem !important;
  }
  .pb-20-xl {
    padding-bottom: 2rem !important;
  }
  .ml-20-xl {
    margin-left: 2rem !important;
  }
  .pl-20-xl {
    padding-left: 2rem !important;
  }
  .mr-20-xl {
    margin-right: 2rem !important;
  }
  .pr-20-xl {
    padding-right: 2rem !important;
  }
  .mt-25-xl {
    margin-top: 2.5rem !important;
  }
  .pt-25-xl {
    padding-top: 2.5rem !important;
  }
  .mb-25-xl {
    margin-bottom: 2.5rem !important;
  }
  .pb-25-xl {
    padding-bottom: 2.5rem !important;
  }
  .ml-25-xl {
    margin-left: 2.5rem !important;
  }
  .pl-25-xl {
    padding-left: 2.5rem !important;
  }
  .mr-25-xl {
    margin-right: 2.5rem !important;
  }
  .pr-25-xl {
    padding-right: 2.5rem !important;
  }
  .mt-30-xl {
    margin-top: 3rem !important;
  }
  .pt-30-xl {
    padding-top: 3rem !important;
  }
  .mb-30-xl {
    margin-bottom: 3rem !important;
  }
  .pb-30-xl {
    padding-bottom: 3rem !important;
  }
  .ml-30-xl {
    margin-left: 3rem !important;
  }
  .pl-30-xl {
    padding-left: 3rem !important;
  }
  .mr-30-xl {
    margin-right: 3rem !important;
  }
  .pr-30-xl {
    padding-right: 3rem !important;
  }
  .mt-35-xl {
    margin-top: 3.5rem !important;
  }
  .pt-35-xl {
    padding-top: 3.5rem !important;
  }
  .mb-35-xl {
    margin-bottom: 3.5rem !important;
  }
  .pb-35-xl {
    padding-bottom: 3.5rem !important;
  }
  .ml-35-xl {
    margin-left: 3.5rem !important;
  }
  .pl-35-xl {
    padding-left: 3.5rem !important;
  }
  .mr-35-xl {
    margin-right: 3.5rem !important;
  }
  .pr-35-xl {
    padding-right: 3.5rem !important;
  }
  .mt-40-xl {
    margin-top: 4rem !important;
  }
  .pt-40-xl {
    padding-top: 4rem !important;
  }
  .mb-40-xl {
    margin-bottom: 4rem !important;
  }
  .pb-40-xl {
    padding-bottom: 4rem !important;
  }
  .ml-40-xl {
    margin-left: 4rem !important;
  }
  .pl-40-xl {
    padding-left: 4rem !important;
  }
  .mr-40-xl {
    margin-right: 4rem !important;
  }
  .pr-40-xl {
    padding-right: 4rem !important;
  }
  .mt-45-xl {
    margin-top: 4.5rem !important;
  }
  .pt-45-xl {
    padding-top: 4.5rem !important;
  }
  .mb-45-xl {
    margin-bottom: 4.5rem !important;
  }
  .pb-45-xl {
    padding-bottom: 4.5rem !important;
  }
  .ml-45-xl {
    margin-left: 4.5rem !important;
  }
  .pl-45-xl {
    padding-left: 4.5rem !important;
  }
  .mr-45-xl {
    margin-right: 4.5rem !important;
  }
  .pr-45-xl {
    padding-right: 4.5rem !important;
  }
  .mt-50-xl {
    margin-top: 5rem !important;
  }
  .pt-50-xl {
    padding-top: 5rem !important;
  }
  .mb-50-xl {
    margin-bottom: 5rem !important;
  }
  .pb-50-xl {
    padding-bottom: 5rem !important;
  }
  .ml-50-xl {
    margin-left: 5rem !important;
  }
  .pl-50-xl {
    padding-left: 5rem !important;
  }
  .mr-50-xl {
    margin-right: 5rem !important;
  }
  .pr-50-xl {
    padding-right: 5rem !important;
  }
  .mt-60-xl {
    margin-top: 6rem !important;
  }
  .pt-60-xl {
    padding-top: 6rem !important;
  }
  .mb-60-xl {
    margin-bottom: 6rem !important;
  }
  .pb-60-xl {
    padding-bottom: 6rem !important;
  }
  .ml-60-xl {
    margin-left: 6rem !important;
  }
  .pl-60-xl {
    padding-left: 6rem !important;
  }
  .mr-60-xl {
    margin-right: 6rem !important;
  }
  .pr-60-xl {
    padding-right: 6rem !important;
  }
  .mt-70-xl {
    margin-top: 7rem !important;
  }
  .pt-70-xl {
    padding-top: 7rem !important;
  }
  .mb-70-xl {
    margin-bottom: 7rem !important;
  }
  .pb-70-xl {
    padding-bottom: 7rem !important;
  }
  .ml-70-xl {
    margin-left: 7rem !important;
  }
  .pl-70-xl {
    padding-left: 7rem !important;
  }
  .mr-70-xl {
    margin-right: 7rem !important;
  }
  .pr-70-xl {
    padding-right: 7rem !important;
  }
  .mt-80-xl {
    margin-top: 8rem !important;
  }
  .pt-80-xl {
    padding-top: 8rem !important;
  }
  .mb-80-xl {
    margin-bottom: 8rem !important;
  }
  .pb-80-xl {
    padding-bottom: 8rem !important;
  }
  .ml-80-xl {
    margin-left: 8rem !important;
  }
  .pl-80-xl {
    padding-left: 8rem !important;
  }
  .mr-80-xl {
    margin-right: 8rem !important;
  }
  .pr-80-xl {
    padding-right: 8rem !important;
  }
  .mt-90-xl {
    margin-top: 9rem !important;
  }
  .pt-90-xl {
    padding-top: 9rem !important;
  }
  .mb-90-xl {
    margin-bottom: 9rem !important;
  }
  .pb-90-xl {
    padding-bottom: 9rem !important;
  }
  .ml-90-xl {
    margin-left: 9rem !important;
  }
  .pl-90-xl {
    padding-left: 9rem !important;
  }
  .mr-90-xl {
    margin-right: 9rem !important;
  }
  .pr-90-xl {
    padding-right: 9rem !important;
  }
  .mt-100-xl {
    margin-top: 10rem !important;
  }
  .pt-100-xl {
    padding-top: 10rem !important;
  }
  .mb-100-xl {
    margin-bottom: 10rem !important;
  }
  .pb-100-xl {
    padding-bottom: 10rem !important;
  }
  .ml-100-xl {
    margin-left: 10rem !important;
  }
  .pl-100-xl {
    padding-left: 10rem !important;
  }
  .mr-100-xl {
    margin-right: 10rem !important;
  }
  .pr-100-xl {
    padding-right: 10rem !important;
  }
  .mt-110-xl {
    margin-top: 11rem !important;
  }
  .pt-110-xl {
    padding-top: 11rem !important;
  }
  .mb-110-xl {
    margin-bottom: 11rem !important;
  }
  .pb-110-xl {
    padding-bottom: 11rem !important;
  }
  .ml-110-xl {
    margin-left: 11rem !important;
  }
  .pl-110-xl {
    padding-left: 11rem !important;
  }
  .mr-110-xl {
    margin-right: 11rem !important;
  }
  .pr-110-xl {
    padding-right: 11rem !important;
  }
  .mt-120-xl {
    margin-top: 12rem !important;
  }
  .pt-120-xl {
    padding-top: 12rem !important;
  }
  .mb-120-xl {
    margin-bottom: 12rem !important;
  }
  .pb-120-xl {
    padding-bottom: 12rem !important;
  }
  .ml-120-xl {
    margin-left: 12rem !important;
  }
  .pl-120-xl {
    padding-left: 12rem !important;
  }
  .mr-120-xl {
    margin-right: 12rem !important;
  }
  .pr-120-xl {
    padding-right: 12rem !important;
  }
}
@media (max-width: 1023px) {
  .mt-0-lg {
    margin-top: 0rem !important;
  }
  .pt-0-lg {
    padding-top: 0rem !important;
  }
  .mb-0-lg {
    margin-bottom: 0rem !important;
  }
  .pb-0-lg {
    padding-bottom: 0rem !important;
  }
  .ml-0-lg {
    margin-left: 0rem !important;
  }
  .pl-0-lg {
    padding-left: 0rem !important;
  }
  .mr-0-lg {
    margin-right: 0rem !important;
  }
  .pr-0-lg {
    padding-right: 0rem !important;
  }
  .mt-5-lg {
    margin-top: 0.5rem !important;
  }
  .pt-5-lg {
    padding-top: 0.5rem !important;
  }
  .mb-5-lg {
    margin-bottom: 0.5rem !important;
  }
  .pb-5-lg {
    padding-bottom: 0.5rem !important;
  }
  .ml-5-lg {
    margin-left: 0.5rem !important;
  }
  .pl-5-lg {
    padding-left: 0.5rem !important;
  }
  .mr-5-lg {
    margin-right: 0.5rem !important;
  }
  .pr-5-lg {
    padding-right: 0.5rem !important;
  }
  .mt-10-lg {
    margin-top: 1rem !important;
  }
  .pt-10-lg {
    padding-top: 1rem !important;
  }
  .mb-10-lg {
    margin-bottom: 1rem !important;
  }
  .pb-10-lg {
    padding-bottom: 1rem !important;
  }
  .ml-10-lg {
    margin-left: 1rem !important;
  }
  .pl-10-lg {
    padding-left: 1rem !important;
  }
  .mr-10-lg {
    margin-right: 1rem !important;
  }
  .pr-10-lg {
    padding-right: 1rem !important;
  }
  .mt-15-lg {
    margin-top: 1.5rem !important;
  }
  .pt-15-lg {
    padding-top: 1.5rem !important;
  }
  .mb-15-lg {
    margin-bottom: 1.5rem !important;
  }
  .pb-15-lg {
    padding-bottom: 1.5rem !important;
  }
  .ml-15-lg {
    margin-left: 1.5rem !important;
  }
  .pl-15-lg {
    padding-left: 1.5rem !important;
  }
  .mr-15-lg {
    margin-right: 1.5rem !important;
  }
  .pr-15-lg {
    padding-right: 1.5rem !important;
  }
  .mt-20-lg {
    margin-top: 2rem !important;
  }
  .pt-20-lg {
    padding-top: 2rem !important;
  }
  .mb-20-lg {
    margin-bottom: 2rem !important;
  }
  .pb-20-lg {
    padding-bottom: 2rem !important;
  }
  .ml-20-lg {
    margin-left: 2rem !important;
  }
  .pl-20-lg {
    padding-left: 2rem !important;
  }
  .mr-20-lg {
    margin-right: 2rem !important;
  }
  .pr-20-lg {
    padding-right: 2rem !important;
  }
  .mt-25-lg {
    margin-top: 2.5rem !important;
  }
  .pt-25-lg {
    padding-top: 2.5rem !important;
  }
  .mb-25-lg {
    margin-bottom: 2.5rem !important;
  }
  .pb-25-lg {
    padding-bottom: 2.5rem !important;
  }
  .ml-25-lg {
    margin-left: 2.5rem !important;
  }
  .pl-25-lg {
    padding-left: 2.5rem !important;
  }
  .mr-25-lg {
    margin-right: 2.5rem !important;
  }
  .pr-25-lg {
    padding-right: 2.5rem !important;
  }
  .mt-30-lg {
    margin-top: 3rem !important;
  }
  .pt-30-lg {
    padding-top: 3rem !important;
  }
  .mb-30-lg {
    margin-bottom: 3rem !important;
  }
  .pb-30-lg {
    padding-bottom: 3rem !important;
  }
  .ml-30-lg {
    margin-left: 3rem !important;
  }
  .pl-30-lg {
    padding-left: 3rem !important;
  }
  .mr-30-lg {
    margin-right: 3rem !important;
  }
  .pr-30-lg {
    padding-right: 3rem !important;
  }
  .mt-35-lg {
    margin-top: 3.5rem !important;
  }
  .pt-35-lg {
    padding-top: 3.5rem !important;
  }
  .mb-35-lg {
    margin-bottom: 3.5rem !important;
  }
  .pb-35-lg {
    padding-bottom: 3.5rem !important;
  }
  .ml-35-lg {
    margin-left: 3.5rem !important;
  }
  .pl-35-lg {
    padding-left: 3.5rem !important;
  }
  .mr-35-lg {
    margin-right: 3.5rem !important;
  }
  .pr-35-lg {
    padding-right: 3.5rem !important;
  }
  .mt-40-lg {
    margin-top: 4rem !important;
  }
  .pt-40-lg {
    padding-top: 4rem !important;
  }
  .mb-40-lg {
    margin-bottom: 4rem !important;
  }
  .pb-40-lg {
    padding-bottom: 4rem !important;
  }
  .ml-40-lg {
    margin-left: 4rem !important;
  }
  .pl-40-lg {
    padding-left: 4rem !important;
  }
  .mr-40-lg {
    margin-right: 4rem !important;
  }
  .pr-40-lg {
    padding-right: 4rem !important;
  }
  .mt-45-lg {
    margin-top: 4.5rem !important;
  }
  .pt-45-lg {
    padding-top: 4.5rem !important;
  }
  .mb-45-lg {
    margin-bottom: 4.5rem !important;
  }
  .pb-45-lg {
    padding-bottom: 4.5rem !important;
  }
  .ml-45-lg {
    margin-left: 4.5rem !important;
  }
  .pl-45-lg {
    padding-left: 4.5rem !important;
  }
  .mr-45-lg {
    margin-right: 4.5rem !important;
  }
  .pr-45-lg {
    padding-right: 4.5rem !important;
  }
  .mt-50-lg {
    margin-top: 5rem !important;
  }
  .pt-50-lg {
    padding-top: 5rem !important;
  }
  .mb-50-lg {
    margin-bottom: 5rem !important;
  }
  .pb-50-lg {
    padding-bottom: 5rem !important;
  }
  .ml-50-lg {
    margin-left: 5rem !important;
  }
  .pl-50-lg {
    padding-left: 5rem !important;
  }
  .mr-50-lg {
    margin-right: 5rem !important;
  }
  .pr-50-lg {
    padding-right: 5rem !important;
  }
  .mt-60-lg {
    margin-top: 6rem !important;
  }
  .pt-60-lg {
    padding-top: 6rem !important;
  }
  .mb-60-lg {
    margin-bottom: 6rem !important;
  }
  .pb-60-lg {
    padding-bottom: 6rem !important;
  }
  .ml-60-lg {
    margin-left: 6rem !important;
  }
  .pl-60-lg {
    padding-left: 6rem !important;
  }
  .mr-60-lg {
    margin-right: 6rem !important;
  }
  .pr-60-lg {
    padding-right: 6rem !important;
  }
  .mt-70-lg {
    margin-top: 7rem !important;
  }
  .pt-70-lg {
    padding-top: 7rem !important;
  }
  .mb-70-lg {
    margin-bottom: 7rem !important;
  }
  .pb-70-lg {
    padding-bottom: 7rem !important;
  }
  .ml-70-lg {
    margin-left: 7rem !important;
  }
  .pl-70-lg {
    padding-left: 7rem !important;
  }
  .mr-70-lg {
    margin-right: 7rem !important;
  }
  .pr-70-lg {
    padding-right: 7rem !important;
  }
  .mt-80-lg {
    margin-top: 8rem !important;
  }
  .pt-80-lg {
    padding-top: 8rem !important;
  }
  .mb-80-lg {
    margin-bottom: 8rem !important;
  }
  .pb-80-lg {
    padding-bottom: 8rem !important;
  }
  .ml-80-lg {
    margin-left: 8rem !important;
  }
  .pl-80-lg {
    padding-left: 8rem !important;
  }
  .mr-80-lg {
    margin-right: 8rem !important;
  }
  .pr-80-lg {
    padding-right: 8rem !important;
  }
  .mt-90-lg {
    margin-top: 9rem !important;
  }
  .pt-90-lg {
    padding-top: 9rem !important;
  }
  .mb-90-lg {
    margin-bottom: 9rem !important;
  }
  .pb-90-lg {
    padding-bottom: 9rem !important;
  }
  .ml-90-lg {
    margin-left: 9rem !important;
  }
  .pl-90-lg {
    padding-left: 9rem !important;
  }
  .mr-90-lg {
    margin-right: 9rem !important;
  }
  .pr-90-lg {
    padding-right: 9rem !important;
  }
  .mt-100-lg {
    margin-top: 10rem !important;
  }
  .pt-100-lg {
    padding-top: 10rem !important;
  }
  .mb-100-lg {
    margin-bottom: 10rem !important;
  }
  .pb-100-lg {
    padding-bottom: 10rem !important;
  }
  .ml-100-lg {
    margin-left: 10rem !important;
  }
  .pl-100-lg {
    padding-left: 10rem !important;
  }
  .mr-100-lg {
    margin-right: 10rem !important;
  }
  .pr-100-lg {
    padding-right: 10rem !important;
  }
  .mt-110-lg {
    margin-top: 11rem !important;
  }
  .pt-110-lg {
    padding-top: 11rem !important;
  }
  .mb-110-lg {
    margin-bottom: 11rem !important;
  }
  .pb-110-lg {
    padding-bottom: 11rem !important;
  }
  .ml-110-lg {
    margin-left: 11rem !important;
  }
  .pl-110-lg {
    padding-left: 11rem !important;
  }
  .mr-110-lg {
    margin-right: 11rem !important;
  }
  .pr-110-lg {
    padding-right: 11rem !important;
  }
  .mt-120-lg {
    margin-top: 12rem !important;
  }
  .pt-120-lg {
    padding-top: 12rem !important;
  }
  .mb-120-lg {
    margin-bottom: 12rem !important;
  }
  .pb-120-lg {
    padding-bottom: 12rem !important;
  }
  .ml-120-lg {
    margin-left: 12rem !important;
  }
  .pl-120-lg {
    padding-left: 12rem !important;
  }
  .mr-120-lg {
    margin-right: 12rem !important;
  }
  .pr-120-lg {
    padding-right: 12rem !important;
  }
}
@media (max-width: 767px) {
  .mt-0-md {
    margin-top: 0rem !important;
  }
  .pt-0-md {
    padding-top: 0rem !important;
  }
  .mb-0-md {
    margin-bottom: 0rem !important;
  }
  .pb-0-md {
    padding-bottom: 0rem !important;
  }
  .ml-0-md {
    margin-left: 0rem !important;
  }
  .pl-0-md {
    padding-left: 0rem !important;
  }
  .mr-0-md {
    margin-right: 0rem !important;
  }
  .pr-0-md {
    padding-right: 0rem !important;
  }
  .mt-5-md {
    margin-top: 0.5rem !important;
  }
  .pt-5-md {
    padding-top: 0.5rem !important;
  }
  .mb-5-md {
    margin-bottom: 0.5rem !important;
  }
  .pb-5-md {
    padding-bottom: 0.5rem !important;
  }
  .ml-5-md {
    margin-left: 0.5rem !important;
  }
  .pl-5-md {
    padding-left: 0.5rem !important;
  }
  .mr-5-md {
    margin-right: 0.5rem !important;
  }
  .pr-5-md {
    padding-right: 0.5rem !important;
  }
  .mt-10-md {
    margin-top: 1rem !important;
  }
  .pt-10-md {
    padding-top: 1rem !important;
  }
  .mb-10-md {
    margin-bottom: 1rem !important;
  }
  .pb-10-md {
    padding-bottom: 1rem !important;
  }
  .ml-10-md {
    margin-left: 1rem !important;
  }
  .pl-10-md {
    padding-left: 1rem !important;
  }
  .mr-10-md {
    margin-right: 1rem !important;
  }
  .pr-10-md {
    padding-right: 1rem !important;
  }
  .mt-15-md {
    margin-top: 1.5rem !important;
  }
  .pt-15-md {
    padding-top: 1.5rem !important;
  }
  .mb-15-md {
    margin-bottom: 1.5rem !important;
  }
  .pb-15-md {
    padding-bottom: 1.5rem !important;
  }
  .ml-15-md {
    margin-left: 1.5rem !important;
  }
  .pl-15-md {
    padding-left: 1.5rem !important;
  }
  .mr-15-md {
    margin-right: 1.5rem !important;
  }
  .pr-15-md {
    padding-right: 1.5rem !important;
  }
  .mt-20-md {
    margin-top: 2rem !important;
  }
  .pt-20-md {
    padding-top: 2rem !important;
  }
  .mb-20-md {
    margin-bottom: 2rem !important;
  }
  .pb-20-md {
    padding-bottom: 2rem !important;
  }
  .ml-20-md {
    margin-left: 2rem !important;
  }
  .pl-20-md {
    padding-left: 2rem !important;
  }
  .mr-20-md {
    margin-right: 2rem !important;
  }
  .pr-20-md {
    padding-right: 2rem !important;
  }
  .mt-25-md {
    margin-top: 2.5rem !important;
  }
  .pt-25-md {
    padding-top: 2.5rem !important;
  }
  .mb-25-md {
    margin-bottom: 2.5rem !important;
  }
  .pb-25-md {
    padding-bottom: 2.5rem !important;
  }
  .ml-25-md {
    margin-left: 2.5rem !important;
  }
  .pl-25-md {
    padding-left: 2.5rem !important;
  }
  .mr-25-md {
    margin-right: 2.5rem !important;
  }
  .pr-25-md {
    padding-right: 2.5rem !important;
  }
  .mt-30-md {
    margin-top: 3rem !important;
  }
  .pt-30-md {
    padding-top: 3rem !important;
  }
  .mb-30-md {
    margin-bottom: 3rem !important;
  }
  .pb-30-md {
    padding-bottom: 3rem !important;
  }
  .ml-30-md {
    margin-left: 3rem !important;
  }
  .pl-30-md {
    padding-left: 3rem !important;
  }
  .mr-30-md {
    margin-right: 3rem !important;
  }
  .pr-30-md {
    padding-right: 3rem !important;
  }
  .mt-35-md {
    margin-top: 3.5rem !important;
  }
  .pt-35-md {
    padding-top: 3.5rem !important;
  }
  .mb-35-md {
    margin-bottom: 3.5rem !important;
  }
  .pb-35-md {
    padding-bottom: 3.5rem !important;
  }
  .ml-35-md {
    margin-left: 3.5rem !important;
  }
  .pl-35-md {
    padding-left: 3.5rem !important;
  }
  .mr-35-md {
    margin-right: 3.5rem !important;
  }
  .pr-35-md {
    padding-right: 3.5rem !important;
  }
  .mt-40-md {
    margin-top: 4rem !important;
  }
  .pt-40-md {
    padding-top: 4rem !important;
  }
  .mb-40-md {
    margin-bottom: 4rem !important;
  }
  .pb-40-md {
    padding-bottom: 4rem !important;
  }
  .ml-40-md {
    margin-left: 4rem !important;
  }
  .pl-40-md {
    padding-left: 4rem !important;
  }
  .mr-40-md {
    margin-right: 4rem !important;
  }
  .pr-40-md {
    padding-right: 4rem !important;
  }
  .mt-45-md {
    margin-top: 4.5rem !important;
  }
  .pt-45-md {
    padding-top: 4.5rem !important;
  }
  .mb-45-md {
    margin-bottom: 4.5rem !important;
  }
  .pb-45-md {
    padding-bottom: 4.5rem !important;
  }
  .ml-45-md {
    margin-left: 4.5rem !important;
  }
  .pl-45-md {
    padding-left: 4.5rem !important;
  }
  .mr-45-md {
    margin-right: 4.5rem !important;
  }
  .pr-45-md {
    padding-right: 4.5rem !important;
  }
  .mt-50-md {
    margin-top: 5rem !important;
  }
  .pt-50-md {
    padding-top: 5rem !important;
  }
  .mb-50-md {
    margin-bottom: 5rem !important;
  }
  .pb-50-md {
    padding-bottom: 5rem !important;
  }
  .ml-50-md {
    margin-left: 5rem !important;
  }
  .pl-50-md {
    padding-left: 5rem !important;
  }
  .mr-50-md {
    margin-right: 5rem !important;
  }
  .pr-50-md {
    padding-right: 5rem !important;
  }
  .mt-60-md {
    margin-top: 6rem !important;
  }
  .pt-60-md {
    padding-top: 6rem !important;
  }
  .mb-60-md {
    margin-bottom: 6rem !important;
  }
  .pb-60-md {
    padding-bottom: 6rem !important;
  }
  .ml-60-md {
    margin-left: 6rem !important;
  }
  .pl-60-md {
    padding-left: 6rem !important;
  }
  .mr-60-md {
    margin-right: 6rem !important;
  }
  .pr-60-md {
    padding-right: 6rem !important;
  }
  .mt-70-md {
    margin-top: 7rem !important;
  }
  .pt-70-md {
    padding-top: 7rem !important;
  }
  .mb-70-md {
    margin-bottom: 7rem !important;
  }
  .pb-70-md {
    padding-bottom: 7rem !important;
  }
  .ml-70-md {
    margin-left: 7rem !important;
  }
  .pl-70-md {
    padding-left: 7rem !important;
  }
  .mr-70-md {
    margin-right: 7rem !important;
  }
  .pr-70-md {
    padding-right: 7rem !important;
  }
  .mt-80-md {
    margin-top: 8rem !important;
  }
  .pt-80-md {
    padding-top: 8rem !important;
  }
  .mb-80-md {
    margin-bottom: 8rem !important;
  }
  .pb-80-md {
    padding-bottom: 8rem !important;
  }
  .ml-80-md {
    margin-left: 8rem !important;
  }
  .pl-80-md {
    padding-left: 8rem !important;
  }
  .mr-80-md {
    margin-right: 8rem !important;
  }
  .pr-80-md {
    padding-right: 8rem !important;
  }
  .mt-90-md {
    margin-top: 9rem !important;
  }
  .pt-90-md {
    padding-top: 9rem !important;
  }
  .mb-90-md {
    margin-bottom: 9rem !important;
  }
  .pb-90-md {
    padding-bottom: 9rem !important;
  }
  .ml-90-md {
    margin-left: 9rem !important;
  }
  .pl-90-md {
    padding-left: 9rem !important;
  }
  .mr-90-md {
    margin-right: 9rem !important;
  }
  .pr-90-md {
    padding-right: 9rem !important;
  }
  .mt-100-md {
    margin-top: 10rem !important;
  }
  .pt-100-md {
    padding-top: 10rem !important;
  }
  .mb-100-md {
    margin-bottom: 10rem !important;
  }
  .pb-100-md {
    padding-bottom: 10rem !important;
  }
  .ml-100-md {
    margin-left: 10rem !important;
  }
  .pl-100-md {
    padding-left: 10rem !important;
  }
  .mr-100-md {
    margin-right: 10rem !important;
  }
  .pr-100-md {
    padding-right: 10rem !important;
  }
  .mt-110-md {
    margin-top: 11rem !important;
  }
  .pt-110-md {
    padding-top: 11rem !important;
  }
  .mb-110-md {
    margin-bottom: 11rem !important;
  }
  .pb-110-md {
    padding-bottom: 11rem !important;
  }
  .ml-110-md {
    margin-left: 11rem !important;
  }
  .pl-110-md {
    padding-left: 11rem !important;
  }
  .mr-110-md {
    margin-right: 11rem !important;
  }
  .pr-110-md {
    padding-right: 11rem !important;
  }
  .mt-120-md {
    margin-top: 12rem !important;
  }
  .pt-120-md {
    padding-top: 12rem !important;
  }
  .mb-120-md {
    margin-bottom: 12rem !important;
  }
  .pb-120-md {
    padding-bottom: 12rem !important;
  }
  .ml-120-md {
    margin-left: 12rem !important;
  }
  .pl-120-md {
    padding-left: 12rem !important;
  }
  .mr-120-md {
    margin-right: 12rem !important;
  }
  .pr-120-md {
    padding-right: 12rem !important;
  }
}
@media (max-width: 575px) {
  .mt-0-sm {
    margin-top: 0rem !important;
  }
  .pt-0-sm {
    padding-top: 0rem !important;
  }
  .mb-0-sm {
    margin-bottom: 0rem !important;
  }
  .pb-0-sm {
    padding-bottom: 0rem !important;
  }
  .ml-0-sm {
    margin-left: 0rem !important;
  }
  .pl-0-sm {
    padding-left: 0rem !important;
  }
  .mr-0-sm {
    margin-right: 0rem !important;
  }
  .pr-0-sm {
    padding-right: 0rem !important;
  }
  .mt-5-sm {
    margin-top: 0.5rem !important;
  }
  .pt-5-sm {
    padding-top: 0.5rem !important;
  }
  .mb-5-sm {
    margin-bottom: 0.5rem !important;
  }
  .pb-5-sm {
    padding-bottom: 0.5rem !important;
  }
  .ml-5-sm {
    margin-left: 0.5rem !important;
  }
  .pl-5-sm {
    padding-left: 0.5rem !important;
  }
  .mr-5-sm {
    margin-right: 0.5rem !important;
  }
  .pr-5-sm {
    padding-right: 0.5rem !important;
  }
  .mt-10-sm {
    margin-top: 1rem !important;
  }
  .pt-10-sm {
    padding-top: 1rem !important;
  }
  .mb-10-sm {
    margin-bottom: 1rem !important;
  }
  .pb-10-sm {
    padding-bottom: 1rem !important;
  }
  .ml-10-sm {
    margin-left: 1rem !important;
  }
  .pl-10-sm {
    padding-left: 1rem !important;
  }
  .mr-10-sm {
    margin-right: 1rem !important;
  }
  .pr-10-sm {
    padding-right: 1rem !important;
  }
  .mt-15-sm {
    margin-top: 1.5rem !important;
  }
  .pt-15-sm {
    padding-top: 1.5rem !important;
  }
  .mb-15-sm {
    margin-bottom: 1.5rem !important;
  }
  .pb-15-sm {
    padding-bottom: 1.5rem !important;
  }
  .ml-15-sm {
    margin-left: 1.5rem !important;
  }
  .pl-15-sm {
    padding-left: 1.5rem !important;
  }
  .mr-15-sm {
    margin-right: 1.5rem !important;
  }
  .pr-15-sm {
    padding-right: 1.5rem !important;
  }
  .mt-20-sm {
    margin-top: 2rem !important;
  }
  .pt-20-sm {
    padding-top: 2rem !important;
  }
  .mb-20-sm {
    margin-bottom: 2rem !important;
  }
  .pb-20-sm {
    padding-bottom: 2rem !important;
  }
  .ml-20-sm {
    margin-left: 2rem !important;
  }
  .pl-20-sm {
    padding-left: 2rem !important;
  }
  .mr-20-sm {
    margin-right: 2rem !important;
  }
  .pr-20-sm {
    padding-right: 2rem !important;
  }
  .mt-25-sm {
    margin-top: 2.5rem !important;
  }
  .pt-25-sm {
    padding-top: 2.5rem !important;
  }
  .mb-25-sm {
    margin-bottom: 2.5rem !important;
  }
  .pb-25-sm {
    padding-bottom: 2.5rem !important;
  }
  .ml-25-sm {
    margin-left: 2.5rem !important;
  }
  .pl-25-sm {
    padding-left: 2.5rem !important;
  }
  .mr-25-sm {
    margin-right: 2.5rem !important;
  }
  .pr-25-sm {
    padding-right: 2.5rem !important;
  }
  .mt-30-sm {
    margin-top: 3rem !important;
  }
  .pt-30-sm {
    padding-top: 3rem !important;
  }
  .mb-30-sm {
    margin-bottom: 3rem !important;
  }
  .pb-30-sm {
    padding-bottom: 3rem !important;
  }
  .ml-30-sm {
    margin-left: 3rem !important;
  }
  .pl-30-sm {
    padding-left: 3rem !important;
  }
  .mr-30-sm {
    margin-right: 3rem !important;
  }
  .pr-30-sm {
    padding-right: 3rem !important;
  }
  .mt-35-sm {
    margin-top: 3.5rem !important;
  }
  .pt-35-sm {
    padding-top: 3.5rem !important;
  }
  .mb-35-sm {
    margin-bottom: 3.5rem !important;
  }
  .pb-35-sm {
    padding-bottom: 3.5rem !important;
  }
  .ml-35-sm {
    margin-left: 3.5rem !important;
  }
  .pl-35-sm {
    padding-left: 3.5rem !important;
  }
  .mr-35-sm {
    margin-right: 3.5rem !important;
  }
  .pr-35-sm {
    padding-right: 3.5rem !important;
  }
  .mt-40-sm {
    margin-top: 4rem !important;
  }
  .pt-40-sm {
    padding-top: 4rem !important;
  }
  .mb-40-sm {
    margin-bottom: 4rem !important;
  }
  .pb-40-sm {
    padding-bottom: 4rem !important;
  }
  .ml-40-sm {
    margin-left: 4rem !important;
  }
  .pl-40-sm {
    padding-left: 4rem !important;
  }
  .mr-40-sm {
    margin-right: 4rem !important;
  }
  .pr-40-sm {
    padding-right: 4rem !important;
  }
  .mt-45-sm {
    margin-top: 4.5rem !important;
  }
  .pt-45-sm {
    padding-top: 4.5rem !important;
  }
  .mb-45-sm {
    margin-bottom: 4.5rem !important;
  }
  .pb-45-sm {
    padding-bottom: 4.5rem !important;
  }
  .ml-45-sm {
    margin-left: 4.5rem !important;
  }
  .pl-45-sm {
    padding-left: 4.5rem !important;
  }
  .mr-45-sm {
    margin-right: 4.5rem !important;
  }
  .pr-45-sm {
    padding-right: 4.5rem !important;
  }
  .mt-50-sm {
    margin-top: 5rem !important;
  }
  .pt-50-sm {
    padding-top: 5rem !important;
  }
  .mb-50-sm {
    margin-bottom: 5rem !important;
  }
  .pb-50-sm {
    padding-bottom: 5rem !important;
  }
  .ml-50-sm {
    margin-left: 5rem !important;
  }
  .pl-50-sm {
    padding-left: 5rem !important;
  }
  .mr-50-sm {
    margin-right: 5rem !important;
  }
  .pr-50-sm {
    padding-right: 5rem !important;
  }
  .mt-60-sm {
    margin-top: 6rem !important;
  }
  .pt-60-sm {
    padding-top: 6rem !important;
  }
  .mb-60-sm {
    margin-bottom: 6rem !important;
  }
  .pb-60-sm {
    padding-bottom: 6rem !important;
  }
  .ml-60-sm {
    margin-left: 6rem !important;
  }
  .pl-60-sm {
    padding-left: 6rem !important;
  }
  .mr-60-sm {
    margin-right: 6rem !important;
  }
  .pr-60-sm {
    padding-right: 6rem !important;
  }
  .mt-70-sm {
    margin-top: 7rem !important;
  }
  .pt-70-sm {
    padding-top: 7rem !important;
  }
  .mb-70-sm {
    margin-bottom: 7rem !important;
  }
  .pb-70-sm {
    padding-bottom: 7rem !important;
  }
  .ml-70-sm {
    margin-left: 7rem !important;
  }
  .pl-70-sm {
    padding-left: 7rem !important;
  }
  .mr-70-sm {
    margin-right: 7rem !important;
  }
  .pr-70-sm {
    padding-right: 7rem !important;
  }
  .mt-80-sm {
    margin-top: 8rem !important;
  }
  .pt-80-sm {
    padding-top: 8rem !important;
  }
  .mb-80-sm {
    margin-bottom: 8rem !important;
  }
  .pb-80-sm {
    padding-bottom: 8rem !important;
  }
  .ml-80-sm {
    margin-left: 8rem !important;
  }
  .pl-80-sm {
    padding-left: 8rem !important;
  }
  .mr-80-sm {
    margin-right: 8rem !important;
  }
  .pr-80-sm {
    padding-right: 8rem !important;
  }
  .mt-90-sm {
    margin-top: 9rem !important;
  }
  .pt-90-sm {
    padding-top: 9rem !important;
  }
  .mb-90-sm {
    margin-bottom: 9rem !important;
  }
  .pb-90-sm {
    padding-bottom: 9rem !important;
  }
  .ml-90-sm {
    margin-left: 9rem !important;
  }
  .pl-90-sm {
    padding-left: 9rem !important;
  }
  .mr-90-sm {
    margin-right: 9rem !important;
  }
  .pr-90-sm {
    padding-right: 9rem !important;
  }
  .mt-100-sm {
    margin-top: 10rem !important;
  }
  .pt-100-sm {
    padding-top: 10rem !important;
  }
  .mb-100-sm {
    margin-bottom: 10rem !important;
  }
  .pb-100-sm {
    padding-bottom: 10rem !important;
  }
  .ml-100-sm {
    margin-left: 10rem !important;
  }
  .pl-100-sm {
    padding-left: 10rem !important;
  }
  .mr-100-sm {
    margin-right: 10rem !important;
  }
  .pr-100-sm {
    padding-right: 10rem !important;
  }
  .mt-110-sm {
    margin-top: 11rem !important;
  }
  .pt-110-sm {
    padding-top: 11rem !important;
  }
  .mb-110-sm {
    margin-bottom: 11rem !important;
  }
  .pb-110-sm {
    padding-bottom: 11rem !important;
  }
  .ml-110-sm {
    margin-left: 11rem !important;
  }
  .pl-110-sm {
    padding-left: 11rem !important;
  }
  .mr-110-sm {
    margin-right: 11rem !important;
  }
  .pr-110-sm {
    padding-right: 11rem !important;
  }
  .mt-120-sm {
    margin-top: 12rem !important;
  }
  .pt-120-sm {
    padding-top: 12rem !important;
  }
  .mb-120-sm {
    margin-bottom: 12rem !important;
  }
  .pb-120-sm {
    padding-bottom: 12rem !important;
  }
  .ml-120-sm {
    margin-left: 12rem !important;
  }
  .pl-120-sm {
    padding-left: 12rem !important;
  }
  .mr-120-sm {
    margin-right: 12rem !important;
  }
  .pr-120-sm {
    padding-right: 12rem !important;
  }
}
/*
  mx px
*/
.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.mx-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.px-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.mx-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.mx-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.px-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.mx-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.mx-25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.mx-30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.mx-35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.mx-50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.mx-110 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.px-110 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.mx-120 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.px-120 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

@media (max-width: 1199px) {
  .mx-0-xl {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .px-0-xl {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mx-5-xl {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .px-5-xl {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mx-10-xl {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .px-10-xl {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .mx-15-xl {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .px-15-xl {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mx-20-xl {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .px-20-xl {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .mx-25-xl {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .px-25-xl {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mx-30-xl {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .px-30-xl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .mx-35-xl {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .px-35-xl {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .mx-40-xl {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .px-40-xl {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .mx-45-xl {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .px-45-xl {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .mx-50-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .px-50-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .mx-60-xl {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .px-60-xl {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .mx-70-xl {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .px-70-xl {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .mx-80-xl {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .px-80-xl {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .mx-90-xl {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .px-90-xl {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .mx-100-xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .px-100-xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .mx-110-xl {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .px-110-xl {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .mx-120-xl {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .px-120-xl {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
}
@media (max-width: 1023px) {
  .mx-0-lg {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .px-0-lg {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mx-5-lg {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .px-5-lg {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mx-10-lg {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .px-10-lg {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .mx-15-lg {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .px-15-lg {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mx-20-lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .px-20-lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .mx-25-lg {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .px-25-lg {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mx-30-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .px-30-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .mx-35-lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .px-35-lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .mx-40-lg {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .px-40-lg {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .mx-45-lg {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .px-45-lg {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .mx-50-lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .px-50-lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .mx-60-lg {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .px-60-lg {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .mx-70-lg {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .px-70-lg {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .mx-80-lg {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .px-80-lg {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .mx-90-lg {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .px-90-lg {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .mx-100-lg {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .px-100-lg {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .mx-110-lg {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .px-110-lg {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .mx-120-lg {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .px-120-lg {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
}
@media (max-width: 767px) {
  .mx-0-md {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .px-0-md {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mx-5-md {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .px-5-md {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mx-10-md {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .px-10-md {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .mx-15-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .px-15-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mx-20-md {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .px-20-md {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .mx-25-md {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .px-25-md {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mx-30-md {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .px-30-md {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .mx-35-md {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .px-35-md {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .mx-40-md {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .px-40-md {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .mx-45-md {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .px-45-md {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .mx-50-md {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .px-50-md {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .mx-60-md {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .px-60-md {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .mx-70-md {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .px-70-md {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .mx-80-md {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .px-80-md {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .mx-90-md {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .px-90-md {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .mx-100-md {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .px-100-md {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .mx-110-md {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .px-110-md {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .mx-120-md {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .px-120-md {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
}
@media (max-width: 575px) {
  .mx-0-sm {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .px-0-sm {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .mx-5-sm {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .px-5-sm {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .mx-10-sm {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .px-10-sm {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .mx-15-sm {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .px-15-sm {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .mx-20-sm {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .px-20-sm {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .mx-25-sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .px-25-sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .mx-30-sm {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .px-30-sm {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .mx-35-sm {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .px-35-sm {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .mx-40-sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .px-40-sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .mx-45-sm {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .px-45-sm {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .mx-50-sm {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .px-50-sm {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .mx-60-sm {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .px-60-sm {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .mx-70-sm {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .px-70-sm {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .mx-80-sm {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .px-80-sm {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .mx-90-sm {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .px-90-sm {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .mx-100-sm {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .px-100-sm {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .mx-110-sm {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .px-110-sm {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .mx-120-sm {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .px-120-sm {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
}
/*
  my py
*/
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.my-110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.py-110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

@media (max-width: 1199px) {
  .my-0-xl {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-0-xl {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-5-xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-5-xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-10-xl {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-10-xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-15-xl {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-15-xl {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-20-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-20-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .my-25-xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .py-25-xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .my-30-xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-30-xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-35-xl {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .py-35-xl {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .my-40-xl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-40-xl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .my-45-xl {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .py-45-xl {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .my-50-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .py-50-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .my-60-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .py-60-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .my-70-xl {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .py-70-xl {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .my-80-xl {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .py-80-xl {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .my-90-xl {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .py-90-xl {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .my-100-xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .py-100-xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .my-110-xl {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .py-110-xl {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .my-120-xl {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .py-120-xl {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 1023px) {
  .my-0-lg {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-0-lg {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-5-lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-5-lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-10-lg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-10-lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-15-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-15-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-20-lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-20-lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .my-25-lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .py-25-lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .my-30-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-30-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-35-lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .py-35-lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .my-40-lg {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-40-lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .my-45-lg {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .py-45-lg {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .my-50-lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .py-50-lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .my-60-lg {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .py-60-lg {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .my-70-lg {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .py-70-lg {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .my-80-lg {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .py-80-lg {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .my-90-lg {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .py-90-lg {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .my-100-lg {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .py-100-lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .my-110-lg {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .py-110-lg {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .my-120-lg {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .py-120-lg {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 767px) {
  .my-0-md {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-0-md {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-5-md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-5-md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-10-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-10-md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-15-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-15-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-20-md {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-20-md {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .my-25-md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .py-25-md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .my-30-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-30-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-35-md {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .py-35-md {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .my-40-md {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-40-md {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .my-45-md {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .py-45-md {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .my-50-md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .py-50-md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .my-60-md {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .py-60-md {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .my-70-md {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .py-70-md {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .my-80-md {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .py-80-md {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .my-90-md {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .py-90-md {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .my-100-md {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .py-100-md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .my-110-md {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .py-110-md {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .my-120-md {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .py-120-md {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 575px) {
  .my-0-sm {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-0-sm {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .my-5-sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-5-sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .my-10-sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-10-sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-15-sm {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .py-15-sm {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .my-20-sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-20-sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .my-25-sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .py-25-sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .my-30-sm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-30-sm {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .my-35-sm {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .py-35-sm {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .my-40-sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-40-sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .my-45-sm {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .py-45-sm {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .my-50-sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .py-50-sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .my-60-sm {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .py-60-sm {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .my-70-sm {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .py-70-sm {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .my-80-sm {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .py-80-sm {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .my-90-sm {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .py-90-sm {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .my-100-sm {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .py-100-sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .my-110-sm {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .py-110-sm {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .my-120-sm {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .py-120-sm {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
.mx-auto, .gaiyou-area, .charm-area__inner, .skill-area__inner, .profile-area__inner, .steams-lp .about-area__inner,
.steams-lp2 .about-area__inner, .steams-lp .about-area__text,
.steams-lp2 .about-area__text, .steams-lp .support-area__inner,
.steams-lp2 .support-area__inner {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .mx-auto-xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1023px) {
  .mx-auto-lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 767px) {
  .mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 575px) {
  .mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.gap-0 {
  gap: 0rem !important;
}

.gap-5 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 1rem !important;
}

.gap-15 {
  gap: 1.5rem !important;
}

.gap-20 {
  gap: 2rem !important;
}

.gap-25 {
  gap: 2.5rem !important;
}

.gap-30 {
  gap: 3rem !important;
}

.gap-35 {
  gap: 3.5rem !important;
}

.gap-40 {
  gap: 4rem !important;
}

.gap-45 {
  gap: 4.5rem !important;
}

.gap-50 {
  gap: 5rem !important;
}

.gap-60 {
  gap: 6rem !important;
}

.gap-70 {
  gap: 7rem !important;
}

.gap-80 {
  gap: 8rem !important;
}

.gap-90 {
  gap: 9rem !important;
}

.gap-100 {
  gap: 10rem !important;
}

.gap-110 {
  gap: 11rem !important;
}

.gap-120 {
  gap: 12rem !important;
}

@media (max-width: 1599px) {
  .gap-0-xxl {
    gap: 0rem !important;
  }
  .gap-5-xxl {
    gap: 0.5rem !important;
  }
  .gap-10-xxl {
    gap: 1rem !important;
  }
  .gap-15-xxl {
    gap: 1.5rem !important;
  }
  .gap-20-xxl {
    gap: 2rem !important;
  }
  .gap-25-xxl {
    gap: 2.5rem !important;
  }
  .gap-30-xxl {
    gap: 3rem !important;
  }
  .gap-35-xxl {
    gap: 3.5rem !important;
  }
  .gap-40-xxl {
    gap: 4rem !important;
  }
  .gap-45-xxl {
    gap: 4.5rem !important;
  }
  .gap-50-xxl {
    gap: 5rem !important;
  }
  .gap-60-xxl {
    gap: 6rem !important;
  }
  .gap-70-xxl {
    gap: 7rem !important;
  }
  .gap-80-xxl {
    gap: 8rem !important;
  }
  .gap-90-xxl {
    gap: 9rem !important;
  }
  .gap-100-xxl {
    gap: 10rem !important;
  }
  .gap-110-xxl {
    gap: 11rem !important;
  }
  .gap-120-xxl {
    gap: 12rem !important;
  }
}
@media (max-width: 1199px) {
  .gap-0-xl {
    gap: 0rem !important;
  }
  .gap-5-xl {
    gap: 0.5rem !important;
  }
  .gap-10-xl {
    gap: 1rem !important;
  }
  .gap-15-xl {
    gap: 1.5rem !important;
  }
  .gap-20-xl {
    gap: 2rem !important;
  }
  .gap-25-xl {
    gap: 2.5rem !important;
  }
  .gap-30-xl {
    gap: 3rem !important;
  }
  .gap-35-xl {
    gap: 3.5rem !important;
  }
  .gap-40-xl {
    gap: 4rem !important;
  }
  .gap-45-xl {
    gap: 4.5rem !important;
  }
  .gap-50-xl {
    gap: 5rem !important;
  }
  .gap-60-xl {
    gap: 6rem !important;
  }
  .gap-70-xl {
    gap: 7rem !important;
  }
  .gap-80-xl {
    gap: 8rem !important;
  }
  .gap-90-xl {
    gap: 9rem !important;
  }
  .gap-100-xl {
    gap: 10rem !important;
  }
  .gap-110-xl {
    gap: 11rem !important;
  }
  .gap-120-xl {
    gap: 12rem !important;
  }
}
@media (max-width: 1023px) {
  .gap-0-lg {
    gap: 0rem !important;
  }
  .gap-5-lg {
    gap: 0.5rem !important;
  }
  .gap-10-lg {
    gap: 1rem !important;
  }
  .gap-15-lg {
    gap: 1.5rem !important;
  }
  .gap-20-lg {
    gap: 2rem !important;
  }
  .gap-25-lg {
    gap: 2.5rem !important;
  }
  .gap-30-lg {
    gap: 3rem !important;
  }
  .gap-35-lg {
    gap: 3.5rem !important;
  }
  .gap-40-lg {
    gap: 4rem !important;
  }
  .gap-45-lg {
    gap: 4.5rem !important;
  }
  .gap-50-lg {
    gap: 5rem !important;
  }
  .gap-60-lg {
    gap: 6rem !important;
  }
  .gap-70-lg {
    gap: 7rem !important;
  }
  .gap-80-lg {
    gap: 8rem !important;
  }
  .gap-90-lg {
    gap: 9rem !important;
  }
  .gap-100-lg {
    gap: 10rem !important;
  }
  .gap-110-lg {
    gap: 11rem !important;
  }
  .gap-120-lg {
    gap: 12rem !important;
  }
}
@media (max-width: 767px) {
  .gap-0-md {
    gap: 0rem !important;
  }
  .gap-5-md {
    gap: 0.5rem !important;
  }
  .gap-10-md {
    gap: 1rem !important;
  }
  .gap-15-md {
    gap: 1.5rem !important;
  }
  .gap-20-md {
    gap: 2rem !important;
  }
  .gap-25-md {
    gap: 2.5rem !important;
  }
  .gap-30-md {
    gap: 3rem !important;
  }
  .gap-35-md {
    gap: 3.5rem !important;
  }
  .gap-40-md {
    gap: 4rem !important;
  }
  .gap-45-md {
    gap: 4.5rem !important;
  }
  .gap-50-md {
    gap: 5rem !important;
  }
  .gap-60-md {
    gap: 6rem !important;
  }
  .gap-70-md {
    gap: 7rem !important;
  }
  .gap-80-md {
    gap: 8rem !important;
  }
  .gap-90-md {
    gap: 9rem !important;
  }
  .gap-100-md {
    gap: 10rem !important;
  }
  .gap-110-md {
    gap: 11rem !important;
  }
  .gap-120-md {
    gap: 12rem !important;
  }
}
@media (max-width: 575px) {
  .gap-0-sm {
    gap: 0rem !important;
  }
  .gap-5-sm {
    gap: 0.5rem !important;
  }
  .gap-10-sm {
    gap: 1rem !important;
  }
  .gap-15-sm {
    gap: 1.5rem !important;
  }
  .gap-20-sm {
    gap: 2rem !important;
  }
  .gap-25-sm {
    gap: 2.5rem !important;
  }
  .gap-30-sm {
    gap: 3rem !important;
  }
  .gap-35-sm {
    gap: 3.5rem !important;
  }
  .gap-40-sm {
    gap: 4rem !important;
  }
  .gap-45-sm {
    gap: 4.5rem !important;
  }
  .gap-50-sm {
    gap: 5rem !important;
  }
  .gap-60-sm {
    gap: 6rem !important;
  }
  .gap-70-sm {
    gap: 7rem !important;
  }
  .gap-80-sm {
    gap: 8rem !important;
  }
  .gap-90-sm {
    gap: 9rem !important;
  }
  .gap-100-sm {
    gap: 10rem !important;
  }
  .gap-110-sm {
    gap: 11rem !important;
  }
  .gap-120-sm {
    gap: 12rem !important;
  }
}
/****************************************

	header

*****************************************/
.header {
  position: fixed;
  z-index: 100;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header__inner {
  margin: auto;
}
.header .logo {
  margin-right: 3rem;
}
@media (max-width: 1023px) {
  .header .logo {
    max-width: 200px;
  }
}

.nav-pc__gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  width: auto;
  gap: 0 1rem;
  /* 画面幅が狭く全項目が収まらない場合、bodyのoverflow:hiddenで項目が
     見えなくなる事故を防ぐため、ナビ自体に横スクロールの保険をかける */
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-pc__gnav > li {
  background: transparent;
  color: #333;
  text-decoration: none;
  border-left: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-pc__gnav > li a {
  background: transparent;
  color: #333;
  text-decoration: none;
  border-left: none;
  display: block;
  padding: 1rem 2rem;
}
.nav-pc__gnav > li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #D10456;
  border-bottom: 2px solid #D10456;
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
  left: 0;
}
.nav-pc__gnav > li {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.nav-pc__gnav > li > a {
  padding: 3.5rem 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .nav-pc__gnav > li > a {
    padding: 3rem 1rem;
  }
}
.nav-pc__gnav .menu-item-has-children {
  position: relative;
}
.nav-pc__gnav .menu-item-has-children .sub-menu {
  min-width: 300px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 9.3rem;
  left: 0;
  z-index: 2;
  text-align: left;
  transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
}
@media (max-width: 1199px) {
  .nav-pc__gnav .menu-item-has-children .sub-menu {
    top: 8.3rem;
  }
}
@media (max-width: 1023px) {
  .nav-pc__gnav .menu-item-has-children .sub-menu {
    visibility: visible;
    opacity: 1;
    position: static;
  }
}
.nav-pc__gnav .menu-item-has-children .sub-menu li {
  padding-right: 0;
  width: 100%;
}
.nav-pc__gnav .menu-item-has-children .sub-menu li a {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  background: #D10456;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.2rem 2rem;
}
.nav-pc__gnav .menu-item-has-children .sub-menu li a:hover {
  opacity: 0.9;
}
.nav-pc__gnav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1023px) {
  .nav-pc {
    display: none;
  }
  .nav-pc-menu {
    display: none;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    visibility: visible;
  }
}
/****************************************

hamburger

*****************************************/
.navi-sp {
  display: none;
}

@media (max-width: 1023px) {
  .navi-sp {
    margin: 0;
    padding-top: 1rem;
    transition: all 0.6s;
    overflow-y: auto;
    width: 300px;
    height: 100vh;
    z-index: 200;
    top: 0;
    left: -320px;
    background-color: #D10456;
    position: fixed;
    display: block;
  }
  .navi-sp__inner a {
    display: block;
    border-bottom: 1px solid #b8044c;
    color: #fff;
    font-weight: 700;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
  .navi-sp__inner li {
    position: relative;
  }
  .navi-sp__inner li a {
    position: relative;
    font-size: 1.3rem;
  }
  .navi-sp__inner .menu-item-has-children > i {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 49px;
    width: 70px;
    z-index: 1000;
    cursor: pointer;
    display: table;
  }
  .navi-sp__inner .menu-item-has-children > .fa::before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
  }
  .navi-sp__inner .menu-item-has-children > .menu-item-has-children a i {
    display: none;
  }
  .navi-sp .sub-menu {
    display: none;
  }
  .navi-sp .sub-menu a {
    background-color: #bd044e;
  }
  .nav_btn {
    width: 40px;
    height: 44px;
    z-index: 300;
    top: 13px;
    right: 16px;
    cursor: pointer;
    position: absolute;
  }
  .hamburger_line {
    transition: all 0.6s;
    width: 34px;
    height: 1px;
    left: 5px;
    background-color: #333;
    position: absolute;
  }
  .hamburger_line1 {
    top: 10px;
  }
  .hamburger_line2 {
    top: 21px;
  }
  .hamburger_line3 {
    top: 32px;
  }
  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #333;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open header .navi-sp {
    left: 0;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open .hamburger_line {
    background-color: #fff;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}
/*footer
-----------------------------------------------------*/
/*bnr-list*/
.bnr-list {
  padding: 6rem 0;
}
.bnr-list__flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 1000px;
  padding: 0 5%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .bnr-list__flex {
    gap: 2rem 3rem;
  }
}
.bnr-list__flex .bnr {
  width: calc(50% - 1.5rem);
}
@media (max-width: 767px) {
  .bnr-list__flex .bnr {
    width: 100%;
  }
}
.bnr-list__flex .bnr a {
  text-align: center;
}
.bnr-list__flex .bnr img {
  display: block;
  width: 100%;
  aspect-ratio: 485/155;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-nav {
  background: #F5F5F5;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .footer-nav {
    padding: 2rem 0;
  }
}
.footer-nav__inner {
  gap: 0 5%;
}
.footer-nav__inner > ul {
  width: 30%;
}
@media (max-width: 767px) {
  .footer-nav__inner > ul {
    width: 100%;
  }
}
.footer-nav__inner > ul > li > a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
}
.footer-nav__inner > ul > li > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #D10456;
  border-bottom: 2px solid #D10456;
  transform: rotate(-45deg);
  position: absolute;
  top: 42%;
  left: 0;
}
.footer-nav__inner > ul > li ul {
  margin-bottom: 0.5rem;
}
.footer-nav__inner > ul > li ul a {
  position: relative;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 1.4rem;
}
.footer-nav__inner > ul > li ul a:before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}

.footer-sns {
  text-align: center;
  padding: 5.5rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.footer-sns .slash {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.footer-sns .slash:before, .footer-sns .slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 1px;
  height: 1.2rem;
  margin: 0 1.5rem;
  margin-top: -0.4rem;
  vertical-align: middle;
}
.footer-sns .slash:before {
  transform: rotate(-30deg);
}
.footer-sns .slash:after {
  transform: rotate(30deg);
}
.footer-sns-text {
  font-size: 1.1rem;
}

.footer-info {
  max-width: 1000px;
  margin: auto;
  padding: 4rem 5%;
}
@media (max-width: 1023px) {
  .footer-info {
    max-width: 500px;
  }
}
.footer-info .flex {
  gap: 3rem 7rem;
}
@media (max-width: 1023px) {
  .footer-info .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 1023px) {
  .footer-info .flex {
    justify-content: center;
  }
}
.footer-info .flex .logo {
  max-width: 240px;
  width: 100%;
}
.footer-info .flex .address {
  font-size: 1.5rem;
  width: 100%;
}
.footer-info .flex .address-box {
  padding: 2rem 0;
}
.footer-info .flex .address-box:nth-child(n+2) {
  border-top: 1px solid #D9D9D9;
}

.copy {
  background: #D10456;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  font-size: 1.2rem;
}

/*reset------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*page-common
-----------------------------------------------------*/
.container-sm {
  max-width: 800px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-md {
  max-width: 960px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-ex {
  max-width: 1000px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-lg {
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-xl {
  max-width: 1400px;
  padding: 0 5%;
  margin: 0 auto;
}

/****************************************

area-wrap

*****************************************/
.area-wrap-padding-01 {
  padding: 8rem 0;
}

.area-wrap-padding-02 {
  padding: 10rem 0;
}

@media (max-width: 767px) {
  .area-wrap-padding-01,
  .area-wrap-padding-02 {
    padding: 11vw 0;
  }
}

.area-wrap-margin-01 {
  margin: 8rem 0;
}

.area-wrap-margin-02 {
  padding: 10rem 0;
}

@media (max-width: 767px) {
  .area-wrap-margin-01,
  .area-wrap-margin-02 {
    margin: 11vw 0;
  }
}

/****************************************

	youtube

*****************************************/
.video-wrapper {
  line-height: 0;
}
.video-wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/****************************************

module-header

*****************************************/
.module-header01 {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .module-header01 {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .module-header01 {
    font-size: 2rem;
  }
}
.module-header01:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  border-radius: 5px;
  background: #D10456;
}
.module-header01__wrap {
  position: relative;
}
.module-header01__wrap:before, .module-header01__wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.module-header01__wrap:before {
  width: 103px;
  height: 106px;
  background: url(../images/common/triangle06.png) left top no-repeat;
  background-size: 103px 106px;
  left: 15%;
  top: -5rem;
}
@media (max-width: 767px) {
  .module-header01__wrap:before {
    top: -5vw;
    width: 13vw;
    height: 13vw;
    background-size: 13vw 13vw;
  }
}
.module-header01__wrap:after {
  width: 109px;
  height: 99px;
  background: url(../images/common/triangle07.png) left bottom no-repeat;
  background-size: 109px 99px;
  right: 13%;
  bottom: -5rem;
}
@media (max-width: 767px) {
  .module-header01__wrap:after {
    bottom: -5vw;
    width: 13vw;
    height: 13vw;
    background-size: 13vw 13vw;
  }
}

.module-header02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  .module-header02 {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .module-header02 {
    font-size: 2rem;
    display: block;
  }
}
.module-header02:before, .module-header02:after {
  content: "";
  display: block;
}
.module-header02:before {
  background: url(../images/common/bg_shapes01_left.png) left top no-repeat;
  background-size: 108px 149px;
  width: 108px;
  height: 149px;
}
@media (max-width: 767px) {
  .module-header02:before {
    background-size: 8vw 11vw;
    width: 8vw;
    height: 11vw;
  }
}
@media (max-width: 575px) {
  .module-header02:before {
    content: none;
  }
}
.module-header02:after {
  background: url(../images/common/bg_shapes01_right.png) left top no-repeat;
  background-size: 108px 140px;
  width: 108px;
  height: 140px;
}
@media (max-width: 767px) {
  .module-header02:after {
    background-size: 8vw 10.5vw;
    width: 8vw;
    height: 10.5vw;
  }
}
@media (max-width: 575px) {
  .module-header02:after {
    background-image: none;
    width: 100px;
    height: 4px;
    background: #D10456;
    margin: 1.5rem auto 0;
  }
}

.module-header03 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  line-height: 1.5;
}
.module-header03:before, .module-header03:after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #000;
}
.module-header03:before {
  transform: rotate(-30deg);
}
.module-header03:after {
  transform: rotate(30deg);
}

.module-header04 {
  display: flex;
  justify-content: center;
}
.module-header04 span {
  background: #D10456;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 0.5rem 3rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .module-header04 span {
    font-size: 1.4rem;
  }
}
.module-header04--lg span {
  font-size: 2.1rem;
  padding: 0.8rem 3rem;
  min-width: 440px;
}
@media (max-width: 1023px) {
  .module-header04--lg span {
    font-size: 1.8rem;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .module-header04--lg span {
    font-size: 1.6rem;
  }
}
.module-header04--sub span {
  background: #F97709;
}

.module-header05 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 3.3rem;
}
@media (max-width: 1199px) {
  .module-header05 {
    font-size: 1.4rem;
  }
}
.module-header05:before {
  content: url(../images/common/check.svg);
  position: absolute;
  top: 10%;
  left: 0;
}

/****************************************

module-box

*****************************************/
.module-box01 {
  padding: 3rem 4rem;
  background: #F5F5F5;
}
@media (max-width: 575px) {
  .module-box01 {
    padding: 2.5rem 3rem;
  }
}
.module-box01__inner {
  position: relative;
  display: flex;
  gap: 2rem 8rem;
}
@media (max-width: 575px) {
  .module-box01__inner {
    flex-wrap: wrap;
  }
}
.module-box01__inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 100%;
  background: #E6E6E6;
}
@media (max-width: 575px) {
  .module-box01__inner:before {
    content: none;
  }
}
.module-box01 dl {
  width: 50%;
}
@media (max-width: 575px) {
  .module-box01 dl {
    width: 100%;
  }
}
.module-box01 dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.module-box01 dd {
  line-height: 1.5;
}

/****************************************

module-list

*****************************************/
.module-list01 {
  margin: 3rem 0;
}
.module-list01 li {
  list-style-position: outside;
  list-style-type: disc;
  line-height: 1.6;
  padding: 0.5rem 0;
  margin-left: 1.5rem;
}

.module-list02 {
  background: #FFF;
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 30px;
  padding: 6rem 10rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .module-list02 {
    padding: 4rem 5rem;
  }
}
@media (max-width: 575px) {
  .module-list02 {
    padding: 3rem;
  }
}
.module-list02 ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 700;
  position: relative;
  padding: 2rem 0 2rem 4rem;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .module-list02 ul li {
    font-size: 1.5rem;
  }
}
.module-list02 ul li:last-of-type {
  border: 0;
}
.module-list02 ul li:before {
  content: url(../images/common/check.svg);
  position: absolute;
  top: 31%;
  left: 0;
}

/****************************************

module-frame

*****************************************/
.module-frame01 {
  border: 1px solid #000;
}

.module-frame02 {
  position: relative;
  background: #8836AE;
  border-radius: 5px;
  color: #fff;
  padding: 3.5rem 2rem;
}
.module-frame02__ic {
  position: absolute;
  top: -4.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

/****************************************

module-point

*****************************************/
.module-point01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 132px;
  height: 132px;
  background: url(../images/common/bg_point.svg) center center no-repeat;
}
@media (max-width: 1199px) {
  .module-point01 {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}
.module-point01__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.module-point01 span {
  width: 100%;
  line-height: 1;
}

/****************************************

module-contact

*****************************************/
.module-contact__header {
  background: #D10456;
  color: #fff;
  font-size: 2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
}
@media (max-width: 767px) {
  .module-contact__header {
    font-size: 1.6rem;
  }
}
.module-contact__inner {
  background: #fff;
  padding: 3rem;
}
@media (max-width: 767px) {
  .module-contact__inner {
    padding: 2rem;
  }
}

/****************************************

module-btn

*****************************************/
.module-btn01 {
  background: #F97709;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  display: flex;
  padding: 1rem 2rem;
  width: 240px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 60px;
  line-height: 1.5;
  margin: auto;
  height: 50px;
}
.module-btn01--lg {
  font-size: 1.9rem;
  padding: 3.5rem 2rem;
  width: 500px;
}
@media (max-width: 767px) {
  .module-btn01--lg {
    font-size: 1.6rem;
    padding: 2rem 2rem;
    width: 100%;
    max-width: 500px;
  }
}
.module-btn01--md {
  font-size: 1.9rem;
  padding: 3.5rem 2rem;
  width: 330px;
}
@media (max-width: 767px) {
  .module-btn01--md {
    font-size: 1.6rem;
    padding: 3rem 2rem;
    width: 90%;
  }
}
.module-btn01:hover, .module-btn01:active, .module-btn01:focus {
  color: #fff;
}
.module-btn01:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/arrow.svg) left center no-repeat;
  background-size: 1.5rem 1.5rem;
  margin-right: 1rem;
}

.module-btn02 {
  background: #F97709;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 2.3rem 2rem;
  min-width: 300px;
  box-sizing: border-box;
  border-radius: 60px;
  line-height: 1.5;
}
.module-btn02--lg {
  width: 100%;
}
.module-btn02--white {
  background: #fff;
  border: 1px solid #F97709;
  color: #F97709;
}
.module-btn02--main {
  background: #D10456;
}

/****************************************

module

*****************************************/
/*bg*/
.bg-gray {
  background: #F5F5F5;
}

/*h*/
/*下線*/
.h-underline {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .h-underline {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .h-underline {
    font-size: 2rem;
  }
}
.h-underline:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -4px;
  width: 100px;
  height: 3px;
  border-radius: 5px;
  background: #D10456;
  left: 50%;
  transform: translateX(-50%);
}

/*吹き出し見出し*/
.fukidashi-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.fukidashi-box .slash {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #D10456;
  margin-bottom: 1rem;
}
.fukidashi-box .slash:before, .fukidashi-box .slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #D10456;
  width: 1px;
  height: 1.8rem;
  margin: 0 1.5rem;
  margin-top: -0.2rem;
  vertical-align: middle;
}
.fukidashi-box .slash:before {
  transform: rotate(-30deg);
}
.fukidashi-box .slash:after {
  transform: rotate(30deg);
}
.fukidashi-box .fukidashi {
  position: relative;
  min-height: 40px;
  background: #D10456;
  padding: 0.5rem 6rem;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .fukidashi-box .fukidashi {
    font-size: 1.6rem;
  }
}
.fukidashi-box .fukidashi:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(209, 4, 86, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  border-top-color: #D10456;
  top: 100%;
  left: 50%;
}
.fukidashi-box .h-underline {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fukidashi-box .h-underline {
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .fukidashi-box .h-underline {
    font-size: 2rem;
  }
}
.fukidashi-box .h-underline:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -4px;
  width: 100px;
  height: 3px;
  border-radius: 5px;
  background: #D10456;
  left: 50%;
  transform: translateX(-50%);
}

/*見出し*/
h2.h2-enja {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media (max-width: 575px) {
  h2.h2-enja {
    margin-bottom: 3rem;
  }
}
h2.h2-enja .en, h2.h2-enja .steams-lp .why-area__point li:before, .steams-lp .why-area__point h2.h2-enja li:before,
h2.h2-enja .steams-lp2 .why-area__point li:before,
.steams-lp2 .why-area__point h2.h2-enja li:before {
  color: #D10456;
  font-size: 5rem;
}
@media (max-width: 575px) {
  h2.h2-enja .en, h2.h2-enja .steams-lp .why-area__point li:before, .steams-lp .why-area__point h2.h2-enja li:before,
  h2.h2-enja .steams-lp2 .why-area__point li:before,
  .steams-lp2 .why-area__point h2.h2-enja li:before {
    font-size: 4rem;
  }
}

/*btn*/
.btn-o {
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .btn-o {
    margin-top: 2rem;
  }
}
.btn-o a {
  background: #F97709;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  display: flex;
  padding: 1rem 2rem;
  width: 240px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 60px;
  line-height: 1.5;
  margin: auto;
  height: 50px;
}
.btn-o a img {
  margin-right: 1rem;
  vertical-align: super;
  margin-bottom: 0.2rem;
}

.mark {
  background: linear-gradient(transparent 60%, #FFEE93 60%);
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .br-sm {
    display: none;
  }
}

/*front-page.php
-----------------------------------------------------*/
#main {
  padding-top: 92px;
}
@media (max-width: 1199px) {
  #main {
    padding-top: 82px;
  }
}
@media (max-width: 1023px) {
  #main {
    padding-top: 71px;
  }
}

/*header-mv*/
.header-mv {
  position: relative;
}
@media (max-width: 575px) {
  .header-mv {
    padding-bottom: 4rem;
  }
}
.header-mv .mainv-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-mv .mainv-container img {
  width: 100%;
}
.header-mv .slide-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.header-mv .slide-dots li {
  display: inline-block;
  position: relative;
  height: 13px;
  width: 60px;
}
.header-mv .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.header-mv .slide-dots li button::before {
  background-image: url(../images/common/slide-dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
}
.header-mv .slide-dots li.slick-active button::before {
  background-image: url(../images/common/slide-dots_active.svg);
}
.header-mv .slide-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

/*top-about*/
.top-about {
  background: url(../images/top/about.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 18rem 0 0 0;
  margin: 5rem 0 0 0;
}
@media (max-width: 1023px) {
  .top-about {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .top-about {
    background-image: none;
    padding: 0;
    margin: 0;
  }
}
.top-about .sm-about-img {
  display: none;
  width: 100%;
}
@media (max-width: 575px) {
  .top-about .sm-about-img {
    display: block;
    height: 45vw;
  }
}
.top-about .h2-enja {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 6rem;
}
@media (max-width: 1023px) {
  .top-about .h2-enja {
    margin-bottom: 0;
  }
}
.top-about-box {
  background: #FFF;
  width: 64%;
  padding: 6rem 7rem 4rem 0;
  border-radius: 0 60px 0 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
@media (max-width: 1023px) {
  .top-about-box {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .top-about-box {
    width: 100%;
    padding-top: 0;
  }
}
.top-about-box h3 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .top-about-box h3 {
    font-size: 2rem;
  }
}
.top-about-box h3 strong {
  color: #D10456;
}
.top-about-box p {
  font-size: 1.5rem;
}
.top-about .btn-o a {
  margin: 0;
}
@media (max-width: 575px) {
  .top-about .btn-o a {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .top-mail__inner {
    max-width: 400px;
  }
}
.top-mail svg {
  display: block;
}
.top-mail form {
  background-color: #EA4989;
  padding: 2rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
.top-mail input {
  padding: 10px;
  border-radius: 3px;
}
.top-mail input[type=text] {
  width: 16%;
}
.top-mail input.email {
  width: 46%;
  background: #fff;
}
.top-mail input[type=text], .top-mail input.email {
  border: none;
  box-sizing: border-box;
  font-size: 1.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .top-mail input[type=text], .top-mail input.email {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
.top-mail input[type=submit] {
  margin: 0 !important;
  width: 18%;
  background: #F97709;
  color: #fff;
}
@media (max-width: 767px) {
  .top-mail input[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}

/*top-line*/
.top-line {
  text-align: center;
}
@media (max-width: 767px) {
  .top-line a {
    max-width: 400px;
    display: block;
    margin: auto;
  }
}

/*top-service*/
.top-service {
  padding-top: 6rem;
  border-top: 1px solid #D9D9D9;
  background: url(../images/common/bg-triangle.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (max-width: 575px) {
  .top-service {
    padding-top: 10%;
  }
}
.top-service .top-service-box01__wrap .fukidashi-box .slash {
  color: #8836AE;
}
.top-service .top-service-box01__wrap .fukidashi-box .slash:before, .top-service .top-service-box01__wrap .fukidashi-box .slash:after {
  background: #8836AE;
}
.top-service .top-service-box01__wrap .fukidashi-box .fukidashi {
  background-color: #8836AE;
}
.top-service .top-service-box01__wrap .fukidashi-box .fukidashi:after {
  border-top-color: #8836AE;
}
.top-service .top-service-box01__wrap .fukidashi-box .h-underline::before {
  background: #8836AE;
}
.top-service .top-service-box01__wrap img.triangle01 {
  top: -30px;
  right: 0;
}
.top-service .top-service-box01__wrap img.triangle02 {
  left: -90px;
  bottom: 36%;
}
@media (max-width: 575px) {
  .top-service .top-service-box01__wrap img.triangle02 {
    left: -40px;
  }
}
.top-service .top-service-box02__wrap .fukidashi-box .fukidashi {
  background: #00377D;
}
.top-service .top-service-box02__wrap .fukidashi-box .fukidashi:after {
  border-top-color: #00377D;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
}
.top-service .top-service-box02__wrap .fukidashi-box .h-underline::before {
  background: #00377D;
}
.top-service .top-service-box02__wrap .top-service-box02 {
  margin: 8rem auto;
}
@media (max-width: 575px) {
  .top-service .top-service-box02__wrap .top-service-box02 {
    margin: 10% auto;
  }
}
.top-service .top-service-box02__wrap img.triangle01 {
  top: -30px;
  right: 0;
}
.top-service .top-service-box02__wrap img.triangle02 {
  left: -90px;
  bottom: 36%;
}
@media (max-width: 575px) {
  .top-service .top-service-box02__wrap img.triangle02 {
    left: -40px;
  }
}
.top-service .top-service-box02__wrap .slash {
  color: #00377D;
}
.top-service .top-service-box02__wrap .slash:before, .top-service .top-service-box02__wrap .slash:after {
  background: #00377D;
}
.top-service .top-service-box02__wrap .flex-box {
  margin-top: -8rem;
}
.top-service .top-service-box02__wrap img.service-img03 {
  max-width: 800px;
  width: 100%;
  margin: -8rem auto 0 auto;
}
.top-service .top-service-box02__wrap p {
  max-width: 800px;
  margin: 0 auto 3rem auto;
}
.top-service .top-service-box02__wrap .bg-gray {
  margin-top: 12rem;
  padding: 0 2rem 7rem 2rem;
}
.top-service .top-service-box03 {
  background: url(../images/common/bg-circle.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 8rem auto;
}
@media (max-width: 575px) {
  .top-service .top-service-box03 {
    margin: 10% auto;
  }
}
.top-service .top-service-box03 img.service-img03 {
  max-width: 800px;
  width: 100%;
  margin: -8rem auto 0 auto;
}
.top-service .top-service-box03 p {
  max-width: 800px;
  margin: 0 auto 3rem auto;
}
@media (max-width: 575px) {
  .top-service .fukidashi {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
  }
}
.top-service img.service-img01 {
  max-width: 1000px;
  width: 100%;
  margin: -8rem auto 8rem auto;
}
@media (max-width: 767px) {
  .top-service img.service-img01 {
    margin-top: -6rem;
  }
}
.top-service .bg-gray {
  text-align: center;
  margin-top: 12rem;
  padding: 0 2rem 7rem 2rem;
}
@media (max-width: 575px) {
  .top-service .bg-gray {
    padding: 0 2rem 10% 2rem;
  }
}
.top-service .flex {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  gap: 8rem 10rem;
}
@media (max-width: 1023px) {
  .top-service .flex {
    gap: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .top-service .flex {
    flex-wrap: wrap;
  }
}
.top-service .flex-box {
  position: relative;
  width: 44%;
  text-align: center;
}
@media (max-width: 1023px) {
  .top-service .flex-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .top-service .flex-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .top-service .flex-box {
    width: 100%;
  }
}
.top-service .flex-box img.hexagon-img {
  display: block;
  width: 100%;
  aspect-ratio: 153/101;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 306px;
  margin: 0 auto 2.5rem auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.top-service .flex-box img.triangle01,
.top-service .flex-box img.triangle02,
.top-service .flex-box img.triangle03 {
  position: absolute;
}
@media (max-width: 575px) {
  .top-service .flex-box img.triangle01,
  .top-service .flex-box img.triangle02,
  .top-service .flex-box img.triangle03 {
    width: 20%;
  }
}
.top-service .bg-hexagon {
  background: url(../images/common/bg-hexagon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: bottom;
  padding-bottom: 24%;
}
.top-service .bg-hexagon .fukidashi-box {
  margin-bottom: 0;
  padding: 0 1rem;
}
.top-service .bg-hexagon .fukidashi {
  font-size: 1.6rem;
  max-width: 240px;
  width: 100%;
  padding: 0 6rem;
}
@media (max-width: 575px) {
  .top-service .bg-hexagon .fukidashi {
    font-size: 1.5rem;
    max-width: 200px;
    padding: 0 3rem;
  }
}
.top-service .bg-hexagon .h-underline {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .top-service .bg-hexagon .h-underline {
    font-size: 2rem;
  }
}
.top-service .bg-hexagon .h-underline:before {
  bottom: -4px;
  width: 80px;
}
.top-service .bg-hexagon .btn-o {
  margin-top: 1rem;
  text-align: center;
}
.top-service .bg-hexagon .btn-o a {
  padding: 1rem 2rem;
  width: 210px;
  margin: 0 auto;
}

/*top-news*/
.top-news .h2-enja {
  text-align: left;
  align-items: flex-start;
  color: #FFF;
}
@media (max-width: 767px) {
  .top-news .h2-enja {
    margin-bottom: 0;
  }
}
.top-news .h2-enja .en, .top-news .h2-enja .steams-lp .why-area__point li:before, .steams-lp .why-area__point .top-news .h2-enja li:before,
.top-news .h2-enja .steams-lp2 .why-area__point li:before,
.steams-lp2 .why-area__point .top-news .h2-enja li:before {
  color: #FFF;
}
@media (min-width: 767px) {
  .top-news .btn-o a {
    font-size: 1.3rem;
    height: 37px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .top-news .btn-o {
    margin-top: 2rem;
  }
}
.top-news__inner {
  gap: 4rem 9rem;
}
@media (max-width: 1023px) {
  .top-news__inner {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .top-news__inner {
    flex-wrap: wrap;
  }
}
.top-news .flex-box:first-of-type {
  background: #D10456;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 50px;
  padding-right: 120px;
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .top-news .flex-box:first-of-type {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .top-news .flex-box:first-of-type {
    width: 100%;
    margin-right: calc(50% - 50vw);
    padding: 3rem 5rem 4rem 5rem;
  }
}
.top-news .flex-box:last-of-type {
  width: 100%;
  margin-right: 10rem;
}
@media (max-width: 1023px) {
  .top-news .flex-box:last-of-type {
    margin-right: 0;
  }
}
.top-news-list {
  padding: 0 0 2rem 0;
}
.top-news-list li {
  border-bottom: 1px solid #EAEAEA;
  padding: 2rem 0;
}
.top-news-list li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
}
.top-news-list li .post-box .date {
  font-size: 1.3rem;
  color: #777;
}
.top-news-list li .post-box .cat {
  color: #D10456;
  border: 1px solid #D10456;
  border-radius: 50px;
  padding: 0.2rem 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.home .archive-area, .single-steams .archive-area, .steams-lp .archive-area, .steams-lp2 .archive-area {
  margin: 8rem auto;
  background: url(../images/common/bg-event.png);
  background-repeat: no-repeat;
  background-position: top -3rem center;
}
@media (max-width: 767px) {
  .home .archive-area, .single-steams .archive-area, .steams-lp .archive-area, .steams-lp2 .archive-area {
    margin: 10% auto;
  }
}
.archive-area-list {
  gap: 4rem;
}
@media (max-width: 767px) {
  .archive-area-list {
    gap: 2rem 4rem;
  }
}
.archive-area-list a {
  text-decoration: none;
  color: #333;
}
.archive-area-list .thumb {
  position: relative;
  text-align: center;
}
.archive-area-list .thumb img {
  aspect-ratio: 435/256;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-area-list .thumb .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  color: #777;
}
.archive-area-list .cat {
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}
.archive-area-list .post-ttl {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.archive-area .flex-box {
  background: #FFF;
  width: calc(33.3333333333% - 2.7rem);
}
@media (max-width: 1023px) {
  .archive-area .flex-box {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 575px) {
  .archive-area .flex-box {
    width: 100%;
  }
}
.archive-area__text {
  padding: 2rem;
}
@media (max-width: 1023px) {
  .archive-area__text {
    padding: 2rem 0;
  }
}

.top-blog {
  background: url(../images/common/bg-circle.png);
  background-repeat: no-repeat;
  background-position: center 120px;
  background-size: contain;
  margin: 8rem auto 0;
  position: relative;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .top-blog {
    margin: 10% auto 0 auto;
    padding-bottom: 10%;
  }
}
.top-blog::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: #D10456;
  bottom: 0;
}
.top-blog .container-lg {
  border-top: 1px solid #EAEAEA;
  padding-top: 7rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-blog .container-lg {
    padding-top: 10%;
  }
}
.top-blog-list {
  gap: 3rem;
}
@media (max-width: 575px) {
  .top-blog-list {
    gap: 1.5rem;
  }
}
.top-blog-list a {
  text-decoration: none;
  color: #333;
  gap: 2.5rem;
}
@media (max-width: 575px) {
  .top-blog-list a {
    gap: 1.5rem;
  }
}
.top-blog-list .thumb {
  max-width: 139px;
  height: 139px;
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  .top-blog-list .thumb {
    max-width: 100px;
    height: 100px;
  }
}
.top-blog-list .thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-blog-list .box-r {
  width: 100%;
}
.top-blog-list .cat {
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 575px) {
  .top-blog-list .cat {
    padding: 0.2rem 1.5rem;
  }
}
.top-blog-list .post-ttl {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1rem 0 0 0;
}
@media (max-width: 575px) {
  .top-blog-list .post-ttl {
    padding: 0.2rem 0 0 0;
    margin: 0.5rem 0;
  }
}
.top-blog .flex-box {
  background: #FFF;
  width: calc(50% - 1.5rem);
  padding: 2.5rem 2.5rem 3rem 2.5rem;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .top-blog .flex-box {
    width: 100%;
    padding: 1.5rem;
  }
}
.top-blog .flex-box .date {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: block;
  font-size: 1.3rem;
  color: #777;
  text-align: right;
}
@media (max-width: 575px) {
  .top-blog .flex-box .date {
    font-size: 1rem;
    position: static;
  }
}
.top-blog .btn-o {
  position: relative;
  z-index: 1;
}

/*breadcrumb
-----------------------------------------------------*/
#breadcrumb {
  background: #F5F5F5;
  color: #333;
  font-size: 1.2rem;
  padding: 2rem 4.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #breadcrumb {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
#breadcrumb a {
  color: #333;
  text-decoration: none;
}
#breadcrumb .span {
  margin: 0 1.4rem;
}
@media (max-width: 767px) {
  #breadcrumb .span {
    margin: 0 1rem;
  }
}

/*page.php
-----------------------------------------------------*/
.page-header {
  text-align: center;
}
@media (max-width: 1199px) {
  .page-header {
    margin-bottom: 0;
  }
}
.blog .page-header, .archive .page-header {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-header .container-xl {
    padding: 0;
  }
}
.page-header__text {
  background: url(../images/common/bg_page-header.svg) center top -1rem no-repeat;
  padding: 9rem 2rem;
}
@media (max-width: 1023px) {
  .page-header__text {
    padding: 4rem 2rem;
    background-size: contain;
    background-position: center center;
  }
}
.page-header__text .jp {
  font-size: 3.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-header__text .jp {
    font-size: 2.6rem;
  }
}
.page-header__text .en, .page-header__text .steams-lp .why-area__point li:before, .steams-lp .why-area__point .page-header__text li:before,
.page-header__text .steams-lp2 .why-area__point li:before,
.steams-lp2 .why-area__point .page-header__text li:before {
  font-size: 1.4rem;
  color: #D10456;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-header__text .en, .page-header__text .steams-lp .why-area__point li:before, .steams-lp .why-area__point .page-header__text li:before,
  .page-header__text .steams-lp2 .why-area__point li:before,
  .steams-lp2 .why-area__point .page-header__text li:before {
    font-size: 1.2rem;
  }
}
.page-header__img img {
  width: 100%;
  margin-bottom: 3rem;
}

/****************************************

pagination

*****************************************/
ul.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  gap: 9px 9px;
}
@media (max-width: 767px) {
  ul.page-numbers {
    justify-content: start;
  }
}
ul.page-numbers li {
  width: 41px;
  height: 41px;
}
@media (max-width: 767px) {
  ul.page-numbers li {
    width: 35px;
    height: 35px;
  }
}
ul.page-numbers li .page-numbers {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  font-size: 1.5rem;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  ul.page-numbers li .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }
}
ul.page-numbers li .page-numbers.current {
  background: #D10456;
  color: #fff;
}
ul.page-numbers .prev,
ul.page-numbers .next {
  position: relative;
}
ul.page-numbers .prev:before,
ul.page-numbers .next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 7px;
  height: 7px;
}
ul.page-numbers .prev:before {
  transform: rotate(135deg);
}
ul.page-numbers .next:before {
  transform: rotate(-45deg);
}

/****************************************

page.php / single.php

*****************************************/
.page-sec {
  margin-bottom: 10rem;
}
@media (max-width: 1199px) {
  .page-sec {
    margin-bottom: 3rem;
  }
}

.row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .row {
    flex-wrap: wrap;
  }
}
.row .contents {
  width: 67%;
}
@media (max-width: 1199px) {
  .row .contents {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.row .sidebar {
  width: 28%;
}
@media (max-width: 1199px) {
  .row .sidebar {
    width: 100%;
  }
}
.row .sidebar .widget ul {
  margin-bottom: 4rem;
}
.row .sidebar .widget:last-child ul {
  margin-bottom: 0;
}
.row .sidebar .wp-block-heading {
  font-size: 1.6rem;
  border-bottom: 2px solid #000;
  margin-bottom: 0.7rem;
  padding-bottom: 1rem;
}
.row .sidebar .widget_recent_entries li {
  position: relative;
  border-bottom: 1px solid #F5F5F5;
  padding: 1.5rem 2rem 1.5rem 0;
}
.row .sidebar .widget_recent_entries li:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 0.5rem;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .row .sidebar .widget_recent_entries li:before {
    right: 0;
  }
}
.row .sidebar .widget_recent_entries li:after {
  content: "";
  display: block;
  clear: both;
}
.row .sidebar .widget_recent_entries li a {
  display: block;
  font-size: 1.5rem;
  /* 1.4remだとchromeでカラム落ちするため1.5rem。【1】←カッコに半角数字が入る場合、カラム落ちが発生する */
  line-height: 1.6;
}
@media (max-width: 575px) {
  .row .sidebar .widget_recent_entries li a {
    font-size: 1.4rem;
  }
}
.row .sidebar .wp-block-categories a:hover {
  opacity: 1;
}
.row .sidebar .wp-block-categories > li {
  border-bottom: 1px solid #E6E6E6;
  clear: both;
}
.row .sidebar .wp-block-categories > li > a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1.5rem 3rem 1.5rem 0;
}
.row .sidebar .wp-block-categories > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 1.5rem;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}
.row .sidebar .wp-block-categories > li ul.children li {
  padding: 0;
}
.row .sidebar .wp-block-categories > li ul.children li:last-child {
  border-bottom: 0;
}
.row .sidebar .wp-block-categories > li ul.children li a {
  display: block;
}
.row .sidebar .wp-block-categories > li ul.children li a:before {
  content: "─";
  margin-right: 1rem;
}
.row .sidebar .wp-block-categories > li ul.children li ul.children {
  padding-top: 0;
}
.row .sidebar .wp-block-categories > li ul.children li ul.children li {
  padding: 0;
}
.row .sidebar .wp-block-categories > li ul.children li ul.children li a {
  padding-left: 3rem;
  background: #E6E6E6;
}
.row .sidebar .wp-block-categories > li ul.children li ul.children li a:before {
  content: "─";
  margin-right: 1rem;
}
.row .sidebar .wp-block-categories > li ul.children a {
  background: #F5F5F5;
  padding: 1.5rem;
  font-size: 1.3rem;
}
.row .sidebar .wp-block-categories > li ul.children a:before {
  right: 1.5rem;
}
.row .sidebar .wp-block-latest-posts__list li:after {
  content: "";
  display: block;
  clear: both;
}
.row .sidebar .wp-block-latest-posts__featured-image {
  float: left;
  width: 30%;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .row .sidebar .wp-block-latest-posts__featured-image {
    width: 80px;
  }
}
.row .sidebar .wp-block-latest-posts__post-date {
  font-size: 1.1rem;
  color: #999;
}
.row .sidebar .wp-block-tag-cloud {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.row .sidebar .wp-block-tag-cloud a {
  background: #D10456;
  margin-bottom: 5px;
  padding: 0.2rem 1rem;
  border-radius: 5px;
  color: #fff;
}

.single-head {
  border-bottom: 1px solid #ccc;
}
.single-head h1 {
  font-size: 3.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .single-head h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .single-head h1 {
    font-size: 2.2rem;
  }
}

.post-date {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #777;
}

.post-cat {
  display: flex;
  gap: 0.5rem;
}
.post-cat a {
  padding: 0.1rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.single-news .post-cat a {
  color: #D10456;
  border: 1px solid #D10456;
}

.h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  margin: 3rem 0;
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 2rem;
  }
}
.h2:before, .h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .h2:before, .h2:after {
    height: 3px;
  }
}
.h2:before {
  background: #E6E6E6;
}
.h2:after {
  width: 13%;
  background: #D10456;
}

.h3 {
  position: relative;
  font-size: 2.2rem;
  background: rgba(209, 4, 86, 0.75);
  padding: 1.5rem 2rem;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 1.8rem;
  }
}
.h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #D10456 #fff #D10456;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.h4 {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 0 1rem 1.7rem;
  border-left: 5px solid #D10456;
  background: #F5F5F5;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .h4 {
    font-size: 1.7rem;
  }
}

.h5 {
  font-size: 1.9rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .h5 {
    font-size: 1.6rem;
  }
}
.h5:before {
  content: "●";
  color: #D10456;
  margin-right: 1rem;
}

.h6 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .h6 {
    font-size: 1.4rem;
  }
}

.post-sec h2,
.post-sec h3,
.post-sec h4,
.post-sec h5,
.post-sec h6 {
  margin: 3rem 0;
  font-weight: 700;
}
.post-sec h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  margin: 3rem 0;
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .post-sec h2 {
    font-size: 2rem;
  }
}
.post-sec h2:before, .post-sec h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .post-sec h2:before, .post-sec h2:after {
    height: 3px;
  }
}
.post-sec h2:before {
  background: #E6E6E6;
}
.post-sec h2:after {
  width: 13%;
  background: #D10456;
}
.post-sec h3 {
  position: relative;
  font-size: 2.2rem;
  background: rgba(209, 4, 86, 0.75);
  padding: 1.5rem 2rem;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 767px) {
  .post-sec h3 {
    font-size: 1.8rem;
  }
}
.post-sec h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #D10456 #fff #D10456;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.post-sec h4 {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1rem 0 1rem 1.7rem;
  border-left: 5px solid #D10456;
  background: #F5F5F5;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .post-sec h4 {
    font-size: 1.7rem;
  }
}
.post-sec h5 {
  font-size: 1.9rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .post-sec h5 {
    font-size: 1.6rem;
  }
}
.post-sec h5:before {
  content: "●";
  color: #D10456;
  margin-right: 1rem;
}
.post-sec h6 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .post-sec h6 {
    font-size: 1.4rem;
  }
}
.post-sec p + h2 {
  margin-top: 4rem;
}
.post-sec p {
  margin: 3rem 0;
}
.post-sec > p {
  margin: 0 0 3rem;
}
.post-sec ul {
  margin: 3rem 0;
  padding-left: 2rem;
}
.post-sec ul li {
  list-style-type: disc;
  line-height: 1.6;
  padding: 1rem 0;
}
.post-sec ol {
  margin: 3rem 0;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.post-sec ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.post-sec ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #D10456;
  color: #fff;
  font-weight: 700;
  display: block;
  float: left;
  line-height: 1.5;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: 0.2rem 0 0 -30px;
}
.post-sec a {
  color: #D10456;
  word-break: break-all;
  text-decoration: underline;
}
.post-sec dt {
  color: #D10456;
}
.post-sec dd {
  text-indent: 2rem;
}
.post-sec .wp-block-image {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.post-sec .wp-block-separator {
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.post-sec .wp-block-column > h2, .post-sec .wp-block-column > h3, .post-sec .wp-block-column > h4, .post-sec .wp-block-column > h5, .post-sec .wp-block-column > h6 {
  margin-top: 0;
}
.post-sec .wp-block-column p {
  margin: 0 0 2.5rem;
}
.post-sec .wp-element-caption {
  line-height: 1.5;
}
.post-sec .wp-block-button__link {
  color: #fff;
}
.post-sec .wp-block-buttons {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.post-sec .wp-block-buttons a {
  text-decoration: none;
}
.post-sec mark {
  background: linear-gradient(transparent 60%, #FFEE93 60%);
}
.post-sec mark.has-inline-color {
  background: none;
}

.next-btn__pagenation {
  width: 49%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media (max-width: 575px) {
  .next-btn__pagenation {
    width: 100%;
  }
}
.next-btn a {
  position: relative;
  border: 1px solid #E6E6E6;
}
.next-btn .previous:after,
.next-btn .next:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 10px;
}
@media (max-width: 1023px) {
  .next-btn .previous:after,
  .next-btn .next:after {
    width: 8px;
    height: 8px;
  }
}
.next-btn .previous {
  justify-content: flex-start;
  padding: 2rem 2rem 2rem 3.5rem;
}
@media (max-width: 1023px) {
  .next-btn .previous {
    padding: 1rem 1rem 1rem 3rem;
  }
}
.next-btn .previous::after {
  left: 1.4rem;
  transform: scale(-1, 1) rotate(-45deg);
}
@media (max-width: 1023px) {
  .next-btn .previous::after {
    left: 1rem;
  }
}
@media (max-width: 575px) {
  .next-btn .previous::after {
    transform: scale(1, 1) rotate(135deg);
  }
}
@media (max-width: 575px) {
  .next-btn .previous .img {
    order: 2;
  }
}
@media (max-width: 575px) {
  .next-btn .previous .title {
    order: 1;
  }
}
.next-btn .next {
  justify-content: flex-end;
  padding: 2rem 3.5rem 2rem 2rem;
  margin-left: -1px;
}
@media (max-width: 1023px) {
  .next-btn .next {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.next-btn .next::after {
  transform: rotate(-45deg);
  right: 1.4rem;
}
.next-btn .title {
  width: calc(100% - 100px);
}
@media (max-width: 1023px) {
  .next-btn .title {
    width: calc(100% - 15vw);
  }
}
.next-btn .img {
  position: relative;
  width: 100px;
}
@media (max-width: 1023px) {
  .next-btn .img {
    width: 15vw;
  }
}
.next-btn .img img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

/*page-ceo.php
-----------------------------------------------------*/
.bg-wave {
  background-color: #BDE3FF;
  padding: 9rem 0 10rem 0;
}
@media (max-width: 575px) {
  .bg-wave {
    padding: 8rem 0;
  }
}
.bg-wave .fukidashi-box {
  margin-bottom: 5rem;
}
.bg-wave .h-underline {
  color: #00377D;
}

.bg-wave__top {
  background: url(../images/common/bg-wave__top.svg);
  padding: 6px 0;
  background-position: bottom left;
  margin-bottom: -2px;
}
.bg-wave__top--purple {
  background: url(../images/common/bg-wave__top__purple.svg);
}
.bg-wave__top--purple02 {
  background: url(../images/common/bg-wave__purple02.svg);
}

.bg-wave__bottom {
  background: url(../images/common/bg-wave__bottom.svg);
  padding: 6px 0;
  background-position: bottom left;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}
.bg-wave__bottom--purple {
  background: url(../images/common/bg-wave__bottom__purple.svg);
}
.bg-wave__bottom--purple02 {
  background: url(../images/common/bg-wave__purple02.svg);
  transform: scale(1, -1);
}

.bg-wave-gray {
  background-color: #F5F5F5;
  padding: 9rem 0 10rem 0;
}
@media (max-width: 575px) {
  .bg-wave-gray {
    padding: 8rem 0;
  }
}
.bg-wave-gray .fukidashi-box {
  margin-bottom: 5rem;
}
@media (max-width: 575px) {
  .bg-wave-gray .fukidashi-box {
    margin-bottom: 4rem;
  }
}

.bg-wave-gray__bottom {
  background: url(../images/common/bg-wave-gray__bottom.svg);
  padding: 6px 0;
  background-position: bottom left;
  margin-top: -1px;
}

.page-ceo .triangle-wrap {
  position: relative;
}
.page-ceo .triangle-wrap .triangle06,
.page-ceo .triangle-wrap .triangle07 {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .triangle-wrap .triangle06,
  .page-ceo .triangle-wrap .triangle07 {
    width: 14%;
  }
}
.page-ceo .triangle-wrap .triangle06 {
  top: -30px;
  left: 14%;
}
.page-ceo .triangle-wrap .triangle07 {
  bottom: -54px;
  right: 14%;
}
.page-ceo p + p {
  margin-top: 3rem;
}
.page-ceo .whatis {
  position: relative;
  padding: 5rem 0 19rem;
}
@media (max-width: 1023px) {
  .page-ceo .whatis {
    padding: 5rem 0 12rem;
  }
}
@media (max-width: 767px) {
  .page-ceo .whatis {
    padding: 0 0 8rem;
  }
}
.page-ceo .whatis .flex {
  gap: 5rem;
}
@media (max-width: 1023px) {
  .page-ceo .whatis .flex {
    gap: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .page-ceo .whatis .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-ceo .whatis .flex-box {
  position: relative;
}
.page-ceo .whatis .flex-box:first-of-type {
  max-width: 426px;
  width: 100%;
}
.page-ceo .whatis .flex-box .bg-triangle-l {
  position: absolute;
  bottom: -20%;
  left: -190px;
  z-index: -1;
}
.page-ceo .whatis .flex-box strong span {
  color: #D10456;
}
.page-ceo .whatis .bg-triangle-r {
  position: absolute;
  top: -80%;
  right: -70%;
  z-index: -1;
}
.page-ceo .worries .container-lg {
  position: relative;
}
.page-ceo .worries .bg-square-l {
  position: absolute;
  top: 3%;
  left: 6%;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-ceo .worries .bg-square-l {
    left: 0;
    width: 30%;
  }
}
.page-ceo .worries .bg-square-r {
  position: absolute;
  bottom: 3%;
  right: 6%;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-ceo .worries .bg-square-r {
    right: 0;
    width: 30%;
  }
}
.page-ceo .checklist {
  background: #FFF;
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 30px;
  padding: 6rem 10rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page-ceo .checklist {
    padding: 4rem 5rem;
  }
}
@media (max-width: 575px) {
  .page-ceo .checklist {
    padding: 3rem 3rem 12rem 3rem;
  }
}
.page-ceo .checklist ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #D9D9D9;
  font-weight: bold;
  position: relative;
  padding: 2rem 0 2rem 4rem;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .page-ceo .checklist ul li {
    font-size: 1.6rem;
  }
}
.page-ceo .checklist ul li:last-of-type {
  border: 0;
}
.page-ceo .checklist ul li:before {
  content: url(../images/common/check.svg);
  position: absolute;
  top: 31%;
  left: 0;
}
.page-ceo .checklist ul li strong {
  color: #D10456;
}
.page-ceo .checklist img {
  width: 124px;
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media (max-width: 1023px) {
  .page-ceo .checklist img {
    width: 110px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .page-ceo .checklist img {
    width: 80px;
    right: 20px;
  }
}
.page-ceo .power {
  padding: 9rem 0;
}
.page-ceo .power .container-lg {
  position: relative;
}
.page-ceo .power .bg-square-l {
  position: absolute;
  top: 3%;
  left: 6%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .power .bg-square-l {
    left: 0;
    width: 30%;
  }
}
.page-ceo .power .bg-square-r {
  position: absolute;
  bottom: 3%;
  right: 6%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .power .bg-square-r {
    right: 0;
    width: 30%;
  }
}
.page-ceo .power .fukidashi-box {
  margin-bottom: 8rem;
}
.page-ceo .power .fukidashi-box .slash {
  color: #333;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .page-ceo .power .fukidashi-box .slash {
    margin-bottom: 4rem;
  }
}
.page-ceo .power .fukidashi-box .slash:before, .page-ceo .power .fukidashi-box .slash:after {
  margin: 0.5rem 2.5rem 0 2.5rem;
  height: 2.5rem;
  background: #000 !important;
  width: 2px;
}
.page-ceo .power .fukidashi-box .slash-p {
  color: #D10456;
  font-weight: bold;
}
.page-ceo .power .fukidashi-box .h-underline strong {
  color: #D10456;
}
.page-ceo .power .flex {
  gap: 4.5rem 2.5rem;
}
.page-ceo .power .flex-box__inner {
  background: #1E8EF5;
  position: relative;
  padding: 1.2rem;
  outline: 1px dashed #FFF;
  outline-offset: -14px;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  width: 230px;
  height: 230px;
  border-radius: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .page-ceo .power .flex-box__inner {
    padding: 1rem;
    outline-offset: -8px;
    font-size: 1.2rem;
    width: 140px;
    height: 140px;
  }
}
.page-ceo .power .flex-box .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
}
@media (max-width: 575px) {
  .page-ceo .power .flex-box .num {
    top: -30px;
    width: 34%;
  }
}
.page-ceo .power .flex-box p {
  line-height: 1.4;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .page-ceo .power .flex-box p {
    line-height: 1.2;
    margin-top: 0.5rem;
  }
}
.page-ceo .step .fukidashi {
  padding: 0.5rem 3rem;
}
.page-ceo .step .triangle-wrap {
  position: relative;
}
.page-ceo .step .triangle-wrap .triangle04,
.page-ceo .step .triangle-wrap .triangle05 {
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-ceo .step .triangle-wrap .triangle04,
  .page-ceo .step .triangle-wrap .triangle05 {
    width: 14%;
  }
}
.page-ceo .step .triangle-wrap .triangle04 {
  top: -30px;
  left: 14%;
}
.page-ceo .step .triangle-wrap .triangle05 {
  bottom: -54px;
  right: 14%;
}
.page-ceo .step .triangle-wrap .step-img {
  position: absolute;
  width: 240px;
  bottom: -52px;
  right: 20px;
}
@media (max-width: 767px) {
  .page-ceo .step .triangle-wrap .step-img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .page-ceo .step .triangle-wrap .step-img {
    width: 100px;
  }
}
.page-ceo .step-box {
  background: #FFF;
  border-radius: 0 30px 0 30px;
  padding: 5rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .page-ceo .step-box {
    padding: 4rem 3rem;
  }
}
.page-ceo .step-box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(209, 4, 86, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 22px;
  border-right-width: 22px;
  margin-left: -22px;
  border-top-color: #D10456;
  top: 100%;
  left: 50%;
}
.page-ceo .step-box:last-of-type {
  margin-bottom: 0;
}
.page-ceo .step-box:last-of-type:after {
  display: none;
}
.page-ceo .step-box .flex {
  gap: 3rem;
}
@media (max-width: 767px) {
  .page-ceo .step-box .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-ceo .step-box .flex-box:first-of-type {
  max-width: 265px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-ceo .step-box .flex-box:first-of-type {
    order: 1;
  }
}
.page-ceo .step-box h3 {
  position: relative;
  padding: 0.5em 0.75em;
  border: solid 1px #D10456;
  border-left: solid 110px #D10456;
  color: #D10456;
  font-size: 2rem;
}
@media (max-width: 575px) {
  .page-ceo .step-box h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.page-ceo .step-box h3:before {
  position: absolute;
  font-size: 1.9rem;
  color: #fff;
  padding: 0;
  left: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.page-ceo .step-box:nth-of-type(2) h3:before {
  content: "STEP 01";
}
.page-ceo .step-box:nth-of-type(3) h3:before {
  content: "STEP 02";
}
.page-ceo .step-box:nth-of-type(4) h3:before {
  content: "STEP 03";
}
.page-ceo .step-box:nth-of-type(5) h3:before {
  content: "STEP 04";
}
.page-ceo .step-box p {
  font-size: 1.5rem;
}
.page-ceo .step-box .marker {
  margin: 2rem 0;
}
.page-ceo .step-box .marker p {
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, #FFEE93 60%);
  font-weight: bold;
  display: inline;
  line-height: 1.4;
}
.page-ceo .because {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-ceo .because {
    padding: 8rem 0;
  }
}
.page-ceo .because .container-lg {
  position: relative;
}
.page-ceo .because .bg-square-l {
  position: absolute;
  top: 14%;
  left: 6%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .because .bg-square-l {
    left: 0;
    width: 30%;
  }
}
.page-ceo .because .bg-square-r {
  position: absolute;
  bottom: 18%;
  right: 6%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .because .bg-square-r {
    right: 0;
    width: 30%;
  }
}
.page-ceo .because .triangle06 {
  top: -10px !important;
  left: 14% !important;
}
.page-ceo .because .triangle07 {
  bottom: -30px !important;
  right: 14% !important;
}
.page-ceo .because .fukidashi-box {
  margin-bottom: 5rem;
}
.page-ceo .because .fukidashi-box .fukidashi {
  padding: 0.5rem 3rem;
}
.page-ceo .because .flex {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media (max-width: 575px) {
  .page-ceo .because .flex {
    flex-wrap: wrap;
  }
}
.page-ceo .because .flex-box {
  width: calc(50% - 4rem);
  padding-left: 4rem;
}
@media (max-width: 575px) {
  .page-ceo .because .flex-box {
    padding: 4rem 0 0 0;
    width: 100%;
  }
}
.page-ceo .because .flex-box h3 {
  font-size: 2rem;
  margin: 3rem 0 1rem 0;
}
@media (max-width: 575px) {
  .page-ceo .because .flex-box h3 {
    font-size: 1.8rem;
  }
}
.page-ceo .because .flex-box p {
  font-size: 1.5rem;
}
.page-ceo .because .flex-box:first-of-type {
  padding-right: 4rem;
  padding-left: 0;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .page-ceo .because .flex-box:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 4rem 0;
  }
}
.page-ceo .because .btn-o a {
  font-size: 1.9rem;
  width: 330px;
  height: 70px;
}
.page-ceo .course {
  position: relative;
}
.page-ceo .course .triangle-wrap .triangle04 {
  position: absolute;
  top: -30px;
  left: 14%;
}
@media (max-width: 767px) {
  .page-ceo .course .triangle-wrap .triangle04 {
    width: 14%;
  }
}
.page-ceo .course .triangle-wrap .triangle05 {
  position: absolute;
  bottom: -54px;
  right: 14%;
}
@media (max-width: 767px) {
  .page-ceo .course .triangle-wrap .triangle05 {
    width: 14%;
  }
}
.page-ceo .course-box {
  background: #FFF;
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 30px;
  padding: 6rem 10rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page-ceo .course-box {
    padding: 5rem;
  }
}
@media (max-width: 575px) {
  .page-ceo .course-box {
    padding: 3rem;
  }
}
.page-ceo .course-box table {
  font-size: 1.7rem;
  width: 100%;
}
.page-ceo .course-box table tr {
  border-bottom: 1px solid #D9D9D9;
}
.page-ceo .course-box table tr:last-of-type {
  border: 0;
}
.page-ceo .course-box table th {
  color: #00377D;
  text-align: left;
  width: 160px;
}
@media (max-width: 767px) {
  .page-ceo .course-box table th {
    padding-bottom: 0 !important;
  }
}
.page-ceo .course-box table th,
.page-ceo .course-box table td {
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 767px) {
  .page-ceo .course-box table th,
  .page-ceo .course-box table td {
    display: block;
  }
}
.page-ceo .iecturer {
  margin-top: -12px;
}
.page-ceo .iecturer .triangle-wrap {
  position: relative;
}
.page-ceo .iecturer .triangle-wrap .triangle02,
.page-ceo .iecturer .triangle-wrap .triangle03 {
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-ceo .iecturer .triangle-wrap .triangle02,
  .page-ceo .iecturer .triangle-wrap .triangle03 {
    width: 14%;
  }
}
.page-ceo .iecturer .triangle-wrap .triangle02 {
  top: -30px;
  left: 14%;
}
.page-ceo .iecturer .triangle-wrap .triangle03 {
  bottom: -42px;
  right: 14%;
}
.page-ceo .iecturer-box:nth-child(n+2) {
  margin-top: 4rem;
}
.page-ceo .iecturer-box h3 {
  background: #D10456;
  color: #FFF;
  font-size: 2rem;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .page-ceo .iecturer-box h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.page-ceo .iecturer-box .flex {
  gap: 3.5rem;
  padding: 3.5rem;
  background: #FFF;
}
@media (max-width: 767px) {
  .page-ceo .iecturer-box .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-ceo .iecturer-box .flex-box:first-of-type {
  max-width: 174px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-ceo .iecturer-box .flex-box:first-of-type {
    order: 1;
  }
}
.page-ceo .iecturer-box .flex-box img {
  width: 174px;
}
.page-ceo .iecturer-box .flex-box h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page-ceo .iecturer-box .flex-box h4 small {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
}
.page-ceo .iecturer-box .flex-box span {
  color: #D10456;
  font-size: 1.3rem;
  border: 1px solid #D10456;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
}
.page-ceo .iecturer-box .flex-box p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.page-ceo .iecturer .btn-o a {
  font-size: 1.9rem;
  width: 320px;
  height: 70px;
}
.page-ceo .franchise {
  padding: 10rem 0;
}
@media (max-width: 575px) {
  .page-ceo .franchise {
    padding: 8rem 0;
  }
}
.page-ceo .franchise-inner {
  background: rgba(209, 4, 86, 0.05);
  padding: 12rem 4.5rem 5.5rem 4.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-ceo .franchise-inner {
    padding-top: 16rem;
  }
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner {
    padding: 14rem 3rem 3rem 3rem;
  }
}
.page-ceo .franchise-inner h2 {
  font-size: 6.7rem;
  color: rgba(209, 4, 86, 0.07);
  position: absolute;
  width: 100%;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
}
@media (max-width: 1023px) {
  .page-ceo .franchise-inner h2 {
    font-size: 5rem;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .page-ceo .franchise-inner h2 {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner h2 {
    width: 100%;
    font-size: 4rem;
  }
}
.page-ceo .franchise-inner p {
  font-size: 1.5rem;
  margin-top: 0 !important;
}
.page-ceo .franchise-inner .ribbon {
  position: absolute;
  left: 0;
  top: 50px;
}
@media (max-width: 767px) {
  .page-ceo .franchise-inner .ribbon {
    top: 90px;
  }
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner .ribbon {
    top: 76px;
    width: 90%;
  }
}
.page-ceo .franchise-inner .flex {
  gap: 2rem 3.5rem;
}
@media (max-width: 880px) {
  .page-ceo .franchise-inner .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-ceo .franchise-inner .flex-box {
  background: #FFF;
  border: 1px solid #EAEAEA;
  width: calc(50% - 1.75rem);
  padding: 3rem 3.5rem;
}
@media (max-width: 1023px) {
  .page-ceo .franchise-inner .flex-box {
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 880px) {
  .page-ceo .franchise-inner .flex-box {
    padding: 3rem 3.5rem;
    width: 70%;
  }
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner .flex-box {
    width: 100%;
    padding: 2rem 4rem 2rem 2rem;
  }
}
.page-ceo .franchise-inner .flex-box a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
}
.page-ceo .franchise-inner .flex-box a .fc-icon {
  padding-right: 3rem;
  border-right: 1px solid #EAEAEA;
}
@media (max-width: 1023px) {
  .page-ceo .franchise-inner .flex-box a .fc-icon {
    padding-right: 2.5rem;
  }
}
@media (max-width: 880px) {
  .page-ceo .franchise-inner .flex-box a .fc-icon {
    padding-right: 3rem;
  }
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner .flex-box a .fc-icon {
    padding-right: 2rem;
  }
}
.page-ceo .franchise-inner .flex-box a p {
  padding-left: 3rem;
}
@media (max-width: 1023px) {
  .page-ceo .franchise-inner .flex-box a p {
    padding-left: 2.5rem;
  }
}
@media (max-width: 880px) {
  .page-ceo .franchise-inner .flex-box a p {
    padding-left: 3rem;
  }
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner .flex-box a p {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
.page-ceo .franchise-inner .flex-box a .arrow-p {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .page-ceo .franchise-inner .flex-box a .arrow-p {
    right: -26px;
  }
}
.page-ceo .profile {
  padding: 10rem 0;
}
@media (max-width: 575px) {
  .page-ceo .profile {
    padding: 8rem 0;
  }
}
.page-ceo .profile .container-lg {
  position: relative;
}
.page-ceo .profile .bg-square-l {
  position: absolute;
  top: 32%;
  left: 8%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .profile .bg-square-l {
    left: 0;
    width: 30%;
  }
}
.page-ceo .profile .bg-square-r {
  position: absolute;
  bottom: -50%;
  right: 6%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-ceo .profile .bg-square-r {
    right: 0;
    width: 30%;
  }
}
.page-ceo .profile .triangle-wrap .triangle06 {
  left: 14% !important;
}
.page-ceo .profile .triangle-wrap .triangle07 {
  right: 14% !important;
}
.page-ceo .profile .fukidashi-box {
  margin-bottom: 5rem;
}
.page-ceo .profile .flex {
  max-width: 800px;
  width: 100%;
  margin: auto;
  gap: 4rem;
}
@media (max-width: 575px) {
  .page-ceo .profile .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-ceo .profile .flex-box h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-ceo .profile .flex-box p {
  font-size: 1.5rem;
}
.page-ceo .profile .flex-box:first-of-type {
  max-width: 310px;
  width: 100%;
}
@media (max-width: 575px) {
  .page-ceo .profile .flex-box:first-of-type {
    order: 1;
  }
}

/****************************************

page-yumekidslp.php

*****************************************/
.module-icons .flex {
  gap: 4.5rem 2.5rem;
}
.module-icons__box {
  background: #8836AE;
  position: relative;
  outline: 1px dashed #FFF;
  outline-offset: -12px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 230px;
  height: 230px;
  border-radius: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .module-icons__box {
    padding: 1rem;
    outline-offset: -8px;
    font-size: 1.2rem;
    width: 140px;
    height: 140px;
  }
}
.module-icons__box .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
}
@media (max-width: 575px) {
  .module-icons__box .num {
    top: -30px;
    width: 34%;
  }
}
.module-icons__box p {
  line-height: 1.4;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .module-icons__box p {
    line-height: 1.2;
    margin-top: 0.5rem;
  }
}

.gaiyou-area {
  max-width: 1400px;
  background-image: url(../images/common/triangle08.png), url(../images/common/triangle08.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right top;
}
@media (max-width: 1199px) {
  .gaiyou-area {
    background: none;
  }
}
.gaiyou-area .flex-img {
  width: 45%;
}
@media (max-width: 767px) {
  .gaiyou-area .flex-img {
    width: 100%;
  }
}
.gaiyou-area .flex-text {
  width: 55%;
}
@media (max-width: 767px) {
  .gaiyou-area .flex-text {
    width: 100%;
  }
}

.charm-area__inner {
  max-width: 1200px;
  background-image: url(../images/common/square03.png), url(../images/common/square03.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top 30rem;
}
@media (max-width: 767px) {
  .charm-area__inner {
    background: none;
  }
}
@media (max-width: 1023px) {
  .charm-area .module-list02 {
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  .charm-area .module-list02 {
    padding: 2rem 2rem 5rem 2rem;
  }
}

.yumekidslp .charm-area {
  padding: 8rem 0 10rem;
}
@media (max-width: 1023px) {
  .yumekidslp .charm-area {
    padding: 10% 0 13rem;
  }
}
@media (max-width: 575px) {
  .yumekidslp .charm-area {
    padding: 10% 0 11rem;
  }
}
.yumekidslp .charm-area .module-list02 img {
  position: absolute;
  right: -7rem;
  bottom: -10rem;
}
@media (max-width: 1023px) {
  .yumekidslp .charm-area .module-list02 img {
    right: -4rem;
    bottom: -12rem;
  }
}
@media (max-width: 767px) {
  .yumekidslp .charm-area .module-list02 img {
    right: 0;
    bottom: -9rem;
    width: 150px;
  }
}

.skill-area__inner {
  max-width: 1200px;
  background-image: url(../images/common/square02.png), url(../images/common/square02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top 10rem, right bottom;
}
@media (max-width: 1023px) {
  .skill-area__inner {
    background-size: 30vw 30vw;
  }
}

.reason-area__box {
  position: relative;
  background: #fff;
  padding: 8rem 5rem 5rem;
}
@media (max-width: 1199px) {
  .reason-area__box {
    max-width: 500px;
    margin: auto;
    padding: 7rem 2rem 2rem;
  }
}
.reason-area__box:not(:last-child) {
  margin-bottom: 9rem;
}
.reason-area__box:before, .reason-area__box:after {
  content: "";
  display: block;
  position: absolute;
}
.reason-area__box:before {
  width: 226px;
  height: 118px;
  background: url(../images/common/bg_shapes02.png) left top no-repeat;
  background-size: 226px 118px;
  top: -5rem;
  left: -6rem;
}
@media (max-width: 1199px) {
  .reason-area__box:before {
    width: 150px;
    height: 81px;
    background-size: 150px 81px;
    top: -3rem;
    left: -2rem;
  }
}
.reason-area__box:after {
  width: 165px;
  height: 172px;
  background: url(../images/common/bg_shapes03.png) left top no-repeat;
  background-size: 165px 172px;
  right: -5rem;
  bottom: -3rem;
}
@media (max-width: 1199px) {
  .reason-area__box:after {
    right: -2rem;
    width: 100px;
    height: 102px;
    background-size: 100px 102px;
  }
}
.reason-area__box .module-point01 {
  position: absolute;
  left: -6rem;
  top: 5rem;
}
@media (max-width: 1199px) {
  .reason-area__box .module-point01 {
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reason-area__box__header {
  margin-left: 5rem;
}
@media (max-width: 1199px) {
  .reason-area__box__header {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .reason-area__box__header__text {
    text-align: center;
  }
}
.reason-area__box__header__text__inner {
  font-size: 2.4rem;
  line-height: 1.5;
  display: inline;
}
@media (max-width: 1199px) {
  .reason-area__box__header__text__inner {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .reason-area__box__header__text__inner {
    font-size: 1.8rem;
  }
}
.reason-area__box__contents {
  margin-top: 3rem;
}
.reason-area__box__contents__text {
  width: 65%;
}
@media (max-width: 1199px) {
  .reason-area__box__contents__text {
    width: 100%;
  }
}
.reason-area__box__contents__text li {
  border-radius: 10px;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 1rem 2rem 1rem 4rem;
  background: url(../images/yumekidslp/ic_gear.svg) #F5F5F5 left 1.5rem top 1.3rem no-repeat;
}
@media (max-width: 767px) {
  .reason-area__box__contents__text li {
    font-size: 1.5rem;
  }
}
.reason-area__box__contents__text li:not(:last-child) {
  margin-bottom: 1rem;
}
.reason-area__box__contents__img {
  width: 35%;
}
@media (max-width: 1199px) {
  .reason-area__box__contents__img {
    width: 100%;
    text-align: center;
  }
}

.feature-area__box {
  position: relative;
  background: #fff;
  padding: 3.5rem 2rem 4rem 8rem;
}
@media (max-width: 1199px) {
  .feature-area__box {
    max-width: 500px;
    margin: auto;
    padding: 7rem 3rem 4rem;
  }
}
.feature-area__box:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  .feature-area__box:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1199px) {
  .feature-area__box__text {
    order: 2;
  }
}
.feature-area__box__img {
  width: 30%;
  text-align: center;
}
@media (max-width: 1199px) {
  .feature-area__box__img {
    width: 100%;
    order: 1;
  }
}
.feature-area .module-point01 {
  position: absolute;
  left: -6rem;
  top: 2rem;
  width: 121px;
  height: 121px;
  background-size: 121px 121px;
}
@media (max-width: 1199px) {
  .feature-area .module-point01 {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.profile-area__inner {
  max-width: 1400px;
  background-image: url(../images/common/triangle08.png), url(../images/common/triangle08.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top 60rem, right top 30rem;
}
@media (max-width: 1199px) {
  .profile-area__inner {
    background: none;
  }
}
@media (max-width: 767px) {
  .profile-area__img {
    width: 60%;
    text-align: center;
  }
}

/****************************************

single-steams.php
archive-steams.php

*****************************************/
.steams-block__title {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.5;
  padding-left: 6rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
}
@media (max-width: 1023px) {
  .steams-block__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .steams-block__title {
    font-size: 2rem;
  }
}
.steams-block__title--archive {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .steams-block__title--archive {
    font-size: 2.1rem;
  }
}
@media (max-width: 575px) {
  .steams-block__title--archive {
    font-size: 1.8rem;
  }
}
.steams-block__title:before {
  content: "";
  display: block;
  background: url(../images/common/ic_gear_purple.svg) left top no-repeat;
  background-size: 49px 35px;
  width: 49px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (max-width: 575px) {
  .steams-block__title:before {
    top: 0;
  }
}
.steams-block__header {
  border-left: 4px solid #8836AE;
  padding-left: 1rem;
  font-size: 1.7rem;
}
.steams-block .module-list01 {
  margin: 1rem 0;
}
.steams-block__img {
  width: 48%;
  text-align: center;
}
@media (max-width: 767px) {
  .steams-block__img {
    width: 100%;
  }
}
.steams-block__img img {
  aspect-ratio: 2/1.33;
  -o-object-fit: cover;
  object-fit: cover;
}
.steams-block__text {
  width: 52%;
}
@media (max-width: 767px) {
  .steams-block__text {
    width: 100%;
  }
}

.steams-gaiyou {
  padding: 5.5rem 0;
}
@media (max-width: 767px) {
  .steams-gaiyou {
    padding: 3rem 0;
  }
}
.steams-gaiyou__table th,
.steams-gaiyou__table td {
  padding: 0.6rem 0;
}
.steams-gaiyou__table th {
  text-align: left;
  width: 14rem;
}
@media (max-width: 767px) {
  .steams-gaiyou__table th {
    width: 11rem;
  }
}

.steams-btn {
  margin: 5rem 0 6rem;
}
@media (max-width: 767px) {
  .steams-btn {
    margin: 3rem 0 4rem;
  }
}
.steams-btn a {
  width: 50%;
}
@media (max-width: 767px) {
  .steams-btn a {
    width: 100%;
  }
}

.steams-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.steams-cat li {
  border: 1px solid #8836AE;
  background: #fff;
  display: inline-block;
  color: #8836AE;
  font-weight: 700;
  padding: 0 1rem;
}

/****************************************

archive-steams.php

*****************************************/
.post-type-archive-steams .page-sec {
  margin-bottom: 0;
}
.post-type-archive-steams .module-header01__wrap:before, .post-type-archive-steams .module-header01__wrap:after {
  z-index: 0;
}
.post-type-archive-steams .steams-block {
  background: #fff;
  padding: 4rem;
}
@media (max-width: 1023px) {
  .post-type-archive-steams .steams-block {
    padding: 3rem 5%;
  }
}
.post-type-archive-steams .steams-block:not(:last-child) {
  margin-bottom: 2rem;
}
.post-type-archive-steams .steams-block .module-btn02 {
  min-width: auto;
  width: 50%;
  font-size: 1.5rem;
  padding: 0.8rem 1rem;
}
@media (max-width: 1023px) {
  .post-type-archive-steams .steams-block .module-btn02 {
    width: 100%;
  }
}
.post-type-archive-steams .steams-block__wrap {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .post-type-archive-steams .steams-block__wrap {
    padding: 10% 0;
  }
}
.post-type-archive-steams .steams-block__img {
  width: 40%;
}
@media (max-width: 767px) {
  .post-type-archive-steams .steams-block__img {
    width: 100%;
  }
}
.post-type-archive-steams .steams-block__text {
  width: 70%;
}
@media (max-width: 767px) {
  .post-type-archive-steams .steams-block__text {
    width: 100%;
  }
}
.post-type-archive-steams .steams-cat li {
  line-height: 1.5;
}
.post-type-archive-steams ul.page-numbers {
  margin-top: 5%;
}

@media (max-width: 767px) {
  .bottom-banner__inner {
    max-width: 375px;
    margin: 0 auto;
  }
}

/****************************************

single-steams.php

*****************************************/
.single-steams .bg-wave__top--purple02 {
  margin-top: -1rem;
}
.single-steams .steams-block {
  margin: 9rem 0 5rem;
}
@media (max-width: 767px) {
  .single-steams .steams-block {
    margin: 5rem 0 3rem;
  }
}

.steams-free {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .steams-free {
    padding: 3rem 0;
  }
}
.steams-free__inner {
  padding: 6rem 5rem;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .steams-free__inner {
    padding: 3rem 3rem;
  }
}

.steams-voice__inner:not(:last-child) {
  margin-bottom: 2.5rem;
}
.steams-voice__img {
  width: 114px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .steams-voice__img {
    width: 15vw;
  }
}
.steams-voice__text {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 3rem;
  color: #fff;
  font-weight: 700;
  background: #D10456;
  width: calc(100% - 170px);
}
@media (max-width: 1023px) {
  .steams-voice__text {
    font-size: 1.3rem;
    width: calc(100% - 15vw);
    padding: 2rem;
  }
}
.steams-voice__text:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #D10456;
}
@media (max-width: 575px) {
  .steams-voice__text:before {
    top: 9vw;
  }
}

/****************************************

	page-steams-lp.php

*****************************************/
.steams-lp .about-area,
.steams-lp2 .about-area {
  padding-right: 5%;
  padding-left: 5%;
}
.steams-lp .about-area__inner,
.steams-lp2 .about-area__inner {
  position: relative;
  max-width: 1400px;
}
.steams-lp .about-area__img01, .steams-lp .about-area__img02,
.steams-lp2 .about-area__img01,
.steams-lp2 .about-area__img02 {
  position: absolute;
}
@media (max-width: 1023px) {
  .steams-lp .about-area__img01, .steams-lp .about-area__img02,
  .steams-lp2 .about-area__img01,
  .steams-lp2 .about-area__img02 {
    display: none;
  }
}
.steams-lp .about-area__img01,
.steams-lp2 .about-area__img01 {
  left: -1rem;
  top: 15rem;
}
@media (max-width: 1599px) {
  .steams-lp .about-area__img01,
  .steams-lp2 .about-area__img01 {
    width: 21vw;
  }
}
.steams-lp .about-area__img02,
.steams-lp2 .about-area__img02 {
  right: -4rem;
  bottom: 10rem;
}
@media (max-width: 1599px) {
  .steams-lp .about-area__img02,
  .steams-lp2 .about-area__img02 {
    width: 23vw;
  }
}
.steams-lp .about-area__text,
.steams-lp2 .about-area__text {
  max-width: 500px;
}
.steams-lp .about-area__box__inner,
.steams-lp2 .about-area__box__inner {
  padding: 3rem 0;
}
.steams-lp .about-area__box__inner:not(:last-child),
.steams-lp2 .about-area__box__inner:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.steams-lp .about-area__box__inner:last-child,
.steams-lp2 .about-area__box__inner:last-child {
  padding: 3rem 0 0;
}
.steams-lp .about-area__box__inner .module-header05,
.steams-lp2 .about-area__box__inner .module-header05 {
  margin-bottom: 1rem;
}
.steams-lp .about-area__box__inner p,
.steams-lp2 .about-area__box__inner p {
  font-size: 1.5rem;
}
.steams-lp .why-area,
.steams-lp2 .why-area {
  position: relative;
}
.steams-lp .why-area:before, .steams-lp .why-area:after,
.steams-lp2 .why-area:before,
.steams-lp2 .why-area:after {
  content: "";
  display: block;
  position: absolute;
  width: 267px;
  height: 255px;
  background: url(../images/common/triangle08.png) left top no-repeat;
  z-index: -1;
}
@media (max-width: 1599px) {
  .steams-lp .why-area:before, .steams-lp .why-area:after,
  .steams-lp2 .why-area:before,
  .steams-lp2 .why-area:after {
    display: none;
  }
}
.steams-lp .why-area:before,
.steams-lp2 .why-area:before {
  left: 10%;
  top: 50%;
}
.steams-lp .why-area:after,
.steams-lp2 .why-area:after {
  right: 10%;
  top: 30%;
}
.steams-lp .why-area__point,
.steams-lp2 .why-area__point {
  margin: 5rem 0 3rem;
  padding-left: 0;
  gap: 2rem 2rem;
  list-style: none;
  /* デフォルトの数字を非表示に */
  counter-reset: li;
}
@media (max-width: 767px) {
  .steams-lp .why-area__point,
  .steams-lp2 .why-area__point {
    margin: 5rem 0 1rem;
  }
}
.steams-lp .why-area__point li,
.steams-lp2 .why-area__point li {
  position: relative;
  padding-top: 5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 767px) {
  .steams-lp .why-area__point li,
  .steams-lp2 .why-area__point li {
    font-size: 1.6rem;
    width: calc((100% - 2rem) / 2);
  }
}
.steams-lp .why-area__point li:before,
.steams-lp2 .why-area__point li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #D10456;
  font-size: 1.9rem;
  color: #fff;
  line-height: 20px;
}
.steams-lp .why-area__point li img,
.steams-lp2 .why-area__point li img {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .steams-lp .why-area__point li img,
  .steams-lp2 .why-area__point li img {
    margin-top: 1rem;
  }
}
.steams-lp .why-area__box__inner,
.steams-lp2 .why-area__box__inner {
  padding: 3rem 0;
}
.steams-lp .why-area__box__inner:not(:last-child),
.steams-lp2 .why-area__box__inner:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.steams-lp .why-area__box__inner:last-child,
.steams-lp2 .why-area__box__inner:last-child {
  padding: 3rem 0 0;
}
.steams-lp .why-area__box__inner .module-header05,
.steams-lp2 .why-area__box__inner .module-header05 {
  margin-bottom: 1rem;
}
.steams-lp .why-area__box__inner p,
.steams-lp2 .why-area__box__inner p {
  font-size: 1.5rem;
}
.steams-lp .why-area .module-contact ul,
.steams-lp2 .why-area .module-contact ul {
  padding: 0 8rem;
  gap: 1rem 0;
}
@media (max-width: 767px) {
  .steams-lp .why-area .module-contact ul,
  .steams-lp2 .why-area .module-contact ul {
    padding: 0;
  }
}
.steams-lp .why-area .module-contact ul li,
.steams-lp2 .why-area .module-contact ul li {
  width: 33.333%;
}
@media (max-width: 575px) {
  .steams-lp .why-area .module-contact ul li,
  .steams-lp2 .why-area .module-contact ul li {
    width: 50%;
  }
}
.steams-lp .charm-area__wave,
.steams-lp2 .charm-area__wave {
  margin-top: -1rem;
}
.steams-lp .charm-area .module-header04,
.steams-lp2 .charm-area .module-header04 {
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
}
.steams-lp .charm-area .module-list02,
.steams-lp2 .charm-area .module-list02 {
  padding: 3rem 10rem;
}
@media (max-width: 1023px) {
  .steams-lp .charm-area .module-list02,
  .steams-lp2 .charm-area .module-list02 {
    padding: 3rem 5rem;
  }
}
@media (max-width: 575px) {
  .steams-lp .charm-area .module-list02,
  .steams-lp2 .charm-area .module-list02 {
    padding: 3rem;
  }
}
.steams-lp .charm-area .first img,
.steams-lp2 .charm-area .first img {
  right: 3rem;
  bottom: 2rem;
}
.steams-lp .charm-area .last img,
.steams-lp2 .charm-area .last img {
  right: 4rem;
  bottom: 2rem;
}
.steams-lp .charm-area .first img,
.steams-lp .charm-area .last img,
.steams-lp2 .charm-area .first img,
.steams-lp2 .charm-area .last img {
  position: absolute;
}
@media (max-width: 1023px) {
  .steams-lp .charm-area .first img,
  .steams-lp .charm-area .last img,
  .steams-lp2 .charm-area .first img,
  .steams-lp2 .charm-area .last img {
    position: static;
    display: block;
    margin: auto;
  }
}
.steams-lp .support-area__inner,
.steams-lp2 .support-area__inner {
  max-width: 1200px;
  background-image: url(../images/common/square02.png), url(../images/common/square02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top 50%, right bottom;
}
@media (max-width: 1023px) {
  .steams-lp .support-area__inner,
  .steams-lp2 .support-area__inner {
    background-size: 30vw 30vw;
  }
}

/****************************************

page-about.php

*****************************************/
.span-slash {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.span-slash::before, .span-slash::after {
  content: "";
  background-color: #333333;
  height: 2px;
  width: 30px;
}
.span-slash::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.span-slash::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.span-slash .marker {
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: #FFEE93;
  text-underline-offset: -6px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.span-purple {
  color: #8836AE;
}

.span-blue {
  color: #1E8EF5;
}

.span-pink {
  color: #D10456;
}

.lab-course {
  position: relative;
  padding-bottom: 3rem;
}
.lab-course .bg-gray {
  padding: 14rem 0 7rem 0;
}
@media (max-width: 575px) {
  .lab-course .bg-gray {
    padding: 8rem 0 4rem 0;
  }
}
.lab-course__inner {
  max-width: 1200px;
  background-image: url(../images/common/square01.png), url(../images/common/square01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  margin: auto;
}
.lab-course__logo {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .lab-course__logo {
    top: 6rem;
  }
}
@media (max-width: 575px) {
  .lab-course__logo {
    top: 3rem;
  }
}
.lab-course .flex {
  gap: 6rem 4.5rem;
}
@media (max-width: 700px) {
  .lab-course__box {
    width: 100%;
  }
}
.lab-course__box .fukidashi-box .fukidashi {
  background: #8836AE;
  padding: 0.5rem 4rem;
}
.lab-course__box .fukidashi-box .fukidashi::after {
  border-top-color: #8836AE;
}
.lab-course__box .fukidashi-box .fukidashi.num02 {
  background: #00377D;
  padding: 0.5rem 4rem;
}
.lab-course__box .fukidashi-box .fukidashi.num02::after {
  border-top-color: #00377D;
}
.lab-course__box__inner {
  background: #8836AE;
  position: relative;
  outline: 1px dashed #FFF;
  outline-offset: -12px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 280px;
  height: 280px;
  border-radius: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.lab-course__box__inner .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
  z-index: 1;
}
.lab-course__box__inner p {
  line-height: 1.2;
}
.lab-course__box__inner .yume-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.8rem;
}
.lab-course__box__inner .yume-p span {
  color: #FFF;
  font-size: 1.3rem;
  background-color: #5A0084;
  border-radius: 30px;
  padding: 0.2rem 1rem;
}
.lab-course__box__inner .yume-p01 {
  width: 90px;
}
.lab-course__box__inner .yume-p02 {
  width: 80px;
}
.lab-course__box__inner__img {
  width: 240px;
  height: 240px;
  border-radius: 300px;
  overflow: hidden;
}
.lab-course__box__inner__img .img01,
.lab-course__box__inner__img .img02,
.lab-course__box__inner__img .img03 {
  width: 240px;
  border-radius: 300px 300px 0 0;
  overflow: hidden;
  background-size: 150%;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}
.lab-course__box__inner__img .img01 {
  height: 114px;
  background-image: url(../images/about/about-yume.jpg);
  background-position: -80px 0;
}
.lab-course__box__inner__img .img02 {
  height: 144px;
  background-image: url(../images/about/about-ceo.jpg);
  background-size: 104%;
  background-position: right 0;
}
.lab-course__box__inner__img .img03 {
  height: 144px;
  background-image: url(../images/about/about-community.jpg);
  background-size: 104%;
  background-position: -10px -2px;
}
.lab-course__box__inner.num01 {
  position: relative;
}
.lab-course__box__inner.num01::after {
  content: "";
  background-image: url(../images/about/arrow.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 700px) {
  .lab-course__box__inner.num01::after {
    top: auto;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.lab-course__box__inner.num02 {
  background: #00377D;
}
.lab-course__box__inner.num03 {
  background: #D10456;
}

.page-contents {
  margin: auto;
}
.page-contents h3.h-purple {
  background: #8836AE;
}
.page-contents h3.h-purple::after {
  border-color: #75209D #fff #75209D;
}
.page-contents h3.h-blue {
  background: #00377D;
}
.page-contents h3.h-blue::after {
  border-color: #00224D #fff #00224D;
}
.page-contents h4.h-purple {
  border-left: 5px solid #8836AE;
}
.page-contents h5.h-purple {
  margin-top: 4.5rem;
}
.page-contents h5.h-purple:before {
  color: #8836AE;
}
.page-contents .about-flex {
  align-items: flex-start;
  gap: 2rem 4.5rem;
}
@media (max-width: 767px) {
  .page-contents .about-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-contents .about-flex ul {
  margin: 0;
}
.page-contents .about-flex .wp-block-buttons {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 1120px) {
  .page-contents .about-flex .btn-wrap {
    flex-wrap: wrap;
  }
}
.page-contents .about-flex figure {
  max-width: 416px;
  width: 100%;
  margin: 0;
}
.page-contents .about-flex .wp-block-group {
  width: 100%;
}
.page-contents .about-flex .wp-block-group p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */