@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}
a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

:where(a) {
  color: #CD2C3D;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

html {
  scroll-padding-top: 152px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 124px;
  }
}

@media screen and (min-width: 769px) {
  .main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 104px;
  }
}

.wrap {
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.title02 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.8px;
  font-weight: 600;
  font-size: 80px;
  font-family: "Afacad", sans-serif;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .title02 {
    padding-left: 13px;
    letter-spacing: 0.48px;
    font-size: 48px;
  }
}
.title02::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -13px;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #CD2C3D;
}
@media screen and (max-width: 768px) {
  .title02::before {
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.title02 span {
  display: block;
  margin-top: 8px;
  letter-spacing: 0.72px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-family: "Noto Sans JP";
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .title02 span {
    letter-spacing: 0.64px;
    font-size: 1.6rem;
    line-height: 160%;
  }
}

.title03 {
  color: #CD2C3D;
  letter-spacing: 0.32px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .title03 {
    letter-spacing: 0.24px;
    font-size: 2.4rem;
  }
}

.title04 {
  position: relative;
  padding-left: 26px;
  letter-spacing: 0.24px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .title04 {
    padding-left: 20px;
    letter-spacing: 0.2px;
    font-size: 2rem;
  }
}
.title04::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CD2C3D;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .title04::before {
    width: 8px;
    height: 8px;
  }
}

.title05 {
  position: relative;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .title05 {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.24px;
    padding-left: 36px;
    margin-bottom: 32px;
  }
}
.title05:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 4px;
  background: #CD2C3D;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .title05:before {
    width: 24px;
    height: 2px;
  }
}

ce-email {
  display: contents;
}
ce-email a {
  display: inline-flex;
  cursor: pointer;
}

.pink {
  background: #FFF8F8;
}

.bg-red {
  background: #CD2C3D;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.color-red {
  color: #CD2C3D;
}

main.top {
  position: relative;
  overflow: hidden;
}

.line {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  max-height: 460px;
  z-index: -1;
  opacity: 0.1;
}

.line img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .line {
    top: 280px;
    left: 0;
    max-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .line {
    top: 220px;
    max-width: 700px;
    height: 190px;
  }
}
@media screen and (min-width: 769px) {
  .topMv {
    padding-bottom: 140px;
  }
}
.topMv-inner {
  display: flex;
  padding: 64px 20px 160px 20px;
  overflow: hidden;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .topMv-inner {
    padding: 40px 20px 64px;
    flex-direction: column;
  }
}
.topMv-inner-text {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .topMv-inner-text {
    position: absolute;
    z-index: 4;
    height: auto;
  }
}
.topMv-inner-text-headline {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .topMv-inner-text-headline {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    line-height: normal;
  }
}
.topMv-inner-text-main {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .topMv-inner-text-main {
    font-size: 36px;
    line-height: 1.2;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.01em;
    margin: 16px auto 20px;
  }
}
.topMv-inner-text-sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 768px) {
  .topMv-inner-text-sub {
    font-size: 1.4rem;
    letter-spacing: 0.16em;
    line-height: 1.8;
  }
}
.topMv-img {
  width: 360px;
  margin-right: 0px;
  margin-left: auto;
  position: relative;
  height: 100%;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .topMv-img {
    width: 100%;
    margin: 80px auto 0;
  }
}
.topMv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .topMv-img img {
    border-radius: 0;
  }
}
.topMv-btn-area-entry {
  width: 460px;
  height: 96px;
  margin: 0 auto;
  background: linear-gradient(90deg, #CD2C3D 0%, #EC5C23 100%);
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .topMv-btn-area-entry {
    width: 335px;
    height: 80px;
  }
}
.topMv-btn-area-entry a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topMv-btn-area-entry a {
    font-size: 1.6rem;
    gap: 12px;
  }
}
.topMv-btn-area-entry a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .topMv-btn-area-entry a::after {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
.topMv-btn-area-entry-txt {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topMv-btn-area-entry-txt {
    font-size: 1.2rem;
    line-height: 1;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topMv-btn-area-entry-txt-title {
    padding-right: 8px;
  }
}
.topMv-btn-area-pdf {
  padding-top: 16px;
}

.topMv-btn-area-pdf a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  color: #CD2C3D;
  text-align: center;
  text-decoration: underline;
  position: relative;
  margin: 0 auto;
}

.topMv-btn-area-pdf a::after {
  content: "";
  position: absolute;
  top: 54%;
  right: -20px;
  background: url(../img/dl_icon_red.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.About {
  position: relative;
  padding: 96px 0 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .About {
    padding: 64px 0 0;
  }
}
.About::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/tst.svg) no-repeat;
  background-size: contain;
  width: 1440px;
  height: 178px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .About::before {
    bottom: -56px;
    width: 100%;
    height: 46px;
  }
}
.About-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .About-title {
    padding: 80px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .About-title {
    font-size: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .About-title h2.title02 {
    margin-right: 10px;
    margin-left: auto;
  }
}
.About-content-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .About-content-item {
    flex-direction: column;
    gap: 58px;
  }
}
.About-content-item-img {
  width: 540px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .About-content-item-img {
    margin-top: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    gap: 15px;
    order: 2;
  }
}
.About-content-item-img-item {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .About-content-item-img-item {
    width: 100%;
  }
}
.About-content-item-img-item:last-child {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .About-content-item-img-item:last-child {
    padding-top: 50px;
  }
}
.About-content-item-img-item img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box {
    order: 1;
  }
}
.About-content-item-txt-box-p1 {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box-p1 {
    padding-right: 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.About-content-item-txt-box-p2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box-p2 {
    padding-right: 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  .About-content-item-txt-box-flex {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 6px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box-flex {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box-flex-img {
    width: 294px;
    margin: 0 auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.Recommend {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .Recommend {
    padding: 110px 0 80px;
  }
}
.Recommend .title02 {
  color: #fff;
}
.Recommend .title02:before {
  background: #000;
}
.Recommend-list {
  padding-top: 64px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .Recommend-list {
    flex-direction: column;
    gap: 16px;
    padding-top: 48px;
  }
}
.Recommend-list-item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .Recommend-list-item {
    width: 100%;
    padding: 20px;
    gap: 16px;
  }
}
.Recommend-list-item-img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Recommend-list-item-img {
    width: 48px;
    height: 48px;
  }
}
.Recommend-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.Recommend-list-item-txt {
  text-align: center;
  display: grid;
  gap: 8px;
}
.Recommend-list-item-txt-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #CD2C3D;
}
@media screen and (max-width: 768px) {
  .Recommend-list-item-txt-title {
    font-size: 1.8rem;
  }
}
.Recommend-list-item-txt-txt {
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .Recommend-list-item-txt-txt {
    font-size: 1.4rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.Support {
  padding: 96px 0 0;
}
@media screen and (max-width: 768px) {
  .Support {
    padding: 64px 0 60px;
  }
}
.Support-contents {
  padding: 64px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .Support-contents {
    padding: 48px 0 16px;
    gap: 24px;
  }
}
.Support-contents-box {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 46px 48px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box {
    flex-direction: column;
    gap: 24px;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .Support-contents-box::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 32px;
    color: #F5DBDB;
    font-size: 4.8rem;
    font-weight: 400;
    font-family: "Afacad", sans-serif;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .Support-contents-box:nth-child(1)::before {
    content: "Seminar";
  }
  .Support-contents-box:nth-child(2)::before {
    content: "Group Mentoring";
  }
  .Support-contents-box:nth-child(3)::before {
    content: "Independent Learning";
  }
}
.Support-contents-box-img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-img {
    width: 100%;
  }
}
.Support-contents-box-img img {
  border-radius: 8px;
}
.Support-contents-box-txt {
  width: 696px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt {
    width: 100%;
  }
}
.Support-contents-box-txt-top {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1;
  color: #CD2C3D;
  letter-spacing: 0.01em;
  font-family: "Afacad", sans-serif;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt-top {
    font-size: 2rem;
  }
}
.Support-contents-box-txt-top-num {
  font-size: 4rem;
  line-height: 1;
  color: #CD2C3D;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt-top-num {
    font-size: 3.2rem;
  }
}
.Support-contents-box-txt-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt-title {
    font-size: 2.4rem;
    margin-top: 18px;
  }
}
.Support-contents-box-txt-bottom {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt-bottom {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
.Support-contents-box-txt-bottom a {
  display: inline;
  color: #CD2C3D;
  text-decoration: underline;
}
.Support-contents-box-txt-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt-list {
    margin-top: 24px;
  }
}
.Support-contents-box-txt-list-item {
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .Support-contents-box-txt-list-item {
    padding-left: 27px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.Support-contents-box-txt-list-item:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/list-icon.svg) no-repeat;
  background-size: contain;
}
.Support-caption {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .Support-caption {
    font-size: 1.2rem;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.Seminar {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .Seminar {
    padding: 60px 0 80px;
  }
}
.Seminar-content {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .Seminar-content {
    padding-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table {
    width: 1058px;
  }
}
.Seminar-content-item-table-thead tr th {
  background: #CD2C3D;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-thead tr th {
    font-size: 1.6rem;
    padding: 7px 0 11px;
  }
}
.Seminar-content-item-table-thead tr th:first-child {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-thead tr th:first-child {
    width: 200px;
  }
}
.Seminar-content-item-table-thead tr th:nth-child(2) {
  width: 570px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.Seminar-content-item-table-thead tr th:nth-child(3) {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-thead tr th:nth-child(3) {
    width: 296px;
  }
}
.Seminar-content-item-table tbody tr:nth-child(2n) {
  background: #F2F2F2;
}
.Seminar-content-item-table td {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table td {
    font-size: 1.4rem;
    line-height: 1;
    padding: 16px;
  }
}
.Seminar-content-item-table td:first-child {
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.4;
  border-right: 1px solid #CDCDCD;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table td:first-child {
    text-indent: -3rem;
    padding-left: 5rem;
  }
}
.Seminar-content-item-table td:first-child img {
  padding-right: 8px;
  vertical-align: text-top;
}
.Seminar-content-item-table td:nth-child(2) {
  border-right: 1px solid #CDCDCD;
}
.Seminar-content-item-table td:last-child {
  vertical-align: middle;
}
.Seminar-content-item-table-txt-concept-txt {
  line-height: 1.4;
}
.Seminar-content-item-table-txt-concept-aim {
  line-height: 1;
  margin: 16px 0 8px;
}
.Seminar-content-item-table-txt-concept-list {
  padding-left: 27px;
}
.Seminar-content-item-table-txt-concept-list-item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-txt-concept-list-item {
    font-size: 1.2rem;
  }
}
.Seminar-content-item-table-txt-concept-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.Seminar-content-item-table-txt-learn-list-item {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-txt-learn-list-item {
    font-size: 1.4rem;
    padding-left: 16px;
  }
}
.Seminar-content-item-table-txt-learn-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-table-txt-learn-list-item:before {
    left: 6px;
    width: 4px;
    height: 4px;
  }
}
.Seminar-content-item-caption {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item-caption {
    font-size: 1.2rem;
    margin-top: 16px;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.Seminar-content-item:last-child {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .Seminar-content-item:last-child {
    padding-top: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.Target {
  padding: 96px 0 120px;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .Target {
    padding: 64px 0 80px;
  }
}
.Target-flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .Target-flex {
    flex-direction: column;
    gap: 48px;
  }
}
.Target-flex-title-txt {
  padding-top: 33px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .Target-flex-title-txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 24px;
  }
}
.Target-flex-txt {
  max-width: 670px;
  background: #fff;
  padding: 32px 40px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .Target-flex-txt {
    max-width: 100%;
    padding: 32px 20px;
  }
}
.Target-flex-txt-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Target-flex-txt-list-item {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Target-flex-txt-list-item {
    font-size: 1.4rem;
    text-indent: -1.5rem;
    padding-left: 2rem;
    letter-spacing: 0.03em;
  }
}
.Target-flex-txt-box {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  border: 1px solid #CDCDCD;
  padding: 16px;
  margin: 8px auto 24px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .Target-flex-txt-box {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
.Target-flex-txt-caption {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .Target-flex-txt-caption {
    font-size: 1.2rem;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.Overview {
  padding: 96px 0 120px;
}
@media screen and (max-width: 768px) {
  .Overview {
    padding: 64px 0 80px;
  }
}
.Overview-content {
  margin-top: 48px;
}
.Overview-content-flex {
  border-radius: 8px;
  background: #F2F2F2;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .Overview-content-flex {
    flex-direction: column;
    gap: 32px;
    padding: 32px 20px;
  }
}
@media screen and (max-width: 768px) {
  .Overview-content-flex-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.Overview-content-flex-list-item {
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Overview-content-flex-list-item {
    line-height: 1.6;
    padding-left: 14px;
  }
}
.Overview-content-flex-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #CD2C3D;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Overview-content-flex-list-item:before {
    top: 13px;
    width: 4px;
    height: 4px;
  }
}
.Overview-content-flex-list-item-ttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .Overview-content-flex-list-item-ttl {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Overview-content-flex-list-item-ttl {
    display: block;
    line-height: 1.6;
  }
}
.Overview-content-flex-btn a {
  width: 300px;
  height: 80px;
  border-radius: 8px;
  background: #EC5C24;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Overview-content-flex-btn a {
    font-size: 1.4rem;
    width: 295px;
    height: 64px;
    padding: 12px 40px 12px 24px;
  }
}
.Overview-content-flex-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  background: url(../img/dl_icon.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.Entry {
  padding: 96px 0;
  background: url(../img/entry_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 56px 56px 0 0;
}
@media screen and (max-width: 768px) {
  .Entry {
    padding: 64px 0 80px;
    background: url(../img/entry_bg_sp.jpg) no-repeat;
    background-size: 100% auto;
    border-radius: 24px 24px 0 0;
  }
}
.Entry .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Entry-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .Entry-title {
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 24px;
  }
}
.Entry-txt {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .Entry-txt {
    font-size: 1.6rem;
    margin-bottom: 48px;
  }
}
.Entry-btn a {
  position: relative;
  padding: 20px 0;
  text-align: center;
  border-radius: 8px;
  background: #FFF;
  width: 460px;
  height: 96px;
  border-radius: 8px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .Entry-btn a {
    width: 335px;
    height: 80px;
  }
}
.Entry-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  background: url(../img/entry-btn_icon.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .Entry-btn a:after {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
.Entry-btn-ttl {
  color: #CD2C3D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .Entry-btn-ttl {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 12px;
    padding-right: 20px;
  }
}
.Entry-btn-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Entry-btn-txt {
    font-size: 1.2rem;
    line-height: 1;
    padding-right: 24px;
  }
}
.Entry-btn-pdf a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  margin-top: 16px;
  position: relative;
}
.Entry-btn-pdf a::after {
  content: "";
  position: absolute;
  top: 54%;
  right: -20px;
  background: url(../img/dl_icon.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.header {
  container-type: inline-size;
}
@media screen and (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 1040px) {
  .header-sp-nav {
    z-index: 1000;
    display: block;
  }
  .header-sp-nav-btn {
    position: relative;
    box-sizing: border-box;
    padding: 19px 16px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #CD2C3D;
    cursor: pointer;
  }
  .header-sp-nav-btn-line {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .header-sp-nav-btn-line:nth-child(1) {
    top: 19px;
  }
  .header-sp-nav-btn-line:nth-child(2) {
    top: 27px;
  }
  .header-sp-nav-btn-line:nth-child(3) {
    top: 35px;
  }
  .header-sp-nav-btn.active .header-sp-nav-btn-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header-sp-nav-btn.active .header-sp-nav-btn-line:nth-child(2) {
    opacity: 0;
  }
  .header-sp-nav-btn.active .header-sp-nav-btn-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .header-bottom-nav-list {
    position: fixed;
    top: 124px;
    left: 0;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    padding: 30px 20px 40px;
    width: 100%;
    height: auto;
    background-color: #fff;
    transition: all 0.3s;
  }
  .header-bottom-nav-list.active {
    display: flex;
  }
  .header-bottom-nav-list-item {
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .header-bottom-nav-list-item {
    margin-bottom: 0;
    border-bottom: 1px solid #cdcdcd;
  }
}
@media screen and (max-width: 1040px) {
  .header-bottom-nav-list-item:last-child {
    width: 100%;
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .header-bottom-nav-list-item:last-child {
    margin: 32px auto 0;
    width: 195px;
    height: 56px;
    border-bottom: none;
    background: #CD2C3D;
  }
}
@media screen and (max-width: 1040px) {
  .header-bottom-nav-list-item:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #cd2c3d;
    font-weight: 700;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .header-bottom-nav-list-item:last-child a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 0;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .header-bottom-nav-list-item:last-child a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 20px;
    width: 100%;
    width: 16px;
    height: 12px;
    background: url(../img/btn_arrow_w.svg) no-repeat;
  }
}
@media screen and (max-width: 1040px) {
  .header-bottom-nav-list-item a {
    padding: 10px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .header-bottom-nav-list-item a {
    padding: 20px 0;
    font-weight: 700;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .header-bottom-nav-list-item:first-child a {
    padding-top: 0;
  }
}
.header-contents {
  padding: 16px 24px;
}
@media screen and (max-width: 1040px) {
  .header-contents {
    position: fixed;
    z-index: 1000;
    padding: 12px 12px 12px 20px;
    width: 100%;
    height: 124px;
    background-color: #fff;
  }
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 1040px) {
  .header-top {
    position: relative;
    z-index: 1000;
    margin-bottom: 12px;
  }
}
.header-top-logo {
  width: 77px;
}
@media screen and (max-width: 1040px) {
  .header-top-logo {
    width: 62px;
  }
  .header-top-logo img {
    vertical-align: middle;
  }
}
.header-top-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-top-contact {
    gap: 20px;
  }
}
.header-top-contact a {
  position: relative;
  text-align: center;
  text-decoration: underline;
  text-decoration: none;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 1040px) {
  .header-top-contact a {
    font-size: 1.2rem;
  }
}
.header-top-contact-fb {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .header-top-contact-fb {
    width: 30px;
  }
}
.header-top-contact-fb a {
  padding: 0;
}
.header-top-contact-fb a::after {
  content: none;
}
.header-top-contact-txt a {
  color: #595959;
  text-decoration: underline;
}
.header-top-contact-email {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 48px;
  border-radius: 8px;
  background: #cd2c3d;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .header-top-contact-email {
    display: none;
  }
}
.header-top-contact-email a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header-top-contact-lang {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header-top-contact-lang-btn {
  color: #999;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header-top-contact-lang-btn {
    font-size: 1.2rem;
  }
}
.header-top-contact-lang-btn.active {
  border-bottom: 1px solid #cd2c3d;
  color: #000;
}
.header-top-contact-lang-slash {
  color: #999;
  font-size: 1.2rem;
}
.header-top-contact-lang a {
  transition: all 0.3s;
}
.header-top-contact-lang a:hover {
  color: #000;
}
.header-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.header-bottom h1 {
  width: 356px;
}
@media screen and (max-width: 1040px) {
  .header-bottom h1 {
    position: relative;
    z-index: 1000;
    width: 254px;
  }
}
.header-bottom-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}
@media screen and (max-width: 1040px) {
  .header-bottom-nav-list {
    display: none;
  }
}
.header-bottom-nav-list-item a {
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.4rem;
}
.header-bottom-nav-list-item:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 48px;
  border-radius: 8px;
  background: #cd2c3d;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .header-bottom-nav-list-item:last-child {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    line-height: 3.5;
  }
}
@media screen and (min-width: 1041px) {
  .header-bottom-nav-list-item:last-child {
    display: none;
  }
}
.header-bottom-nav-list-item:last-child a {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1041px) {
  .header-sp-nav {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  body.menu-open .main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.footer {
  padding: 48px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 0 32px;
  }
}
.footer-content-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 62px;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  .footer-content-top {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 48px;
  }
}
.footer-content-top-logo {
  width: 406px;
}
@media screen and (max-width: 768px) {
  .footer-content-top-logo {
    margin: 0 auto;
    width: 305px;
  }
}
@media screen and (max-width: 768px) {
  .footer-content-top-contact {
    padding-left: 14px;
  }
}
.footer-content-top-contact-list-item a {
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-content-top-contact-list-item a {
    padding-left: 23px;
  }
}
.footer-content-top-contact-list-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 16px;
  transform: translateY(-50%);
}
.footer-content-top-contact-list-item:first-child {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  font-size: 1.8rem;
}
.footer-content-top-contact-list-item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  top: 20px;
  left: 0;
  left: 1px;
  margin-right: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CD2C3D;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer-content-top-contact-list-item:first-child::before {
    top: 20px;
    letter-spacing: 0.64px;
    font-size: 1.6rem;
  }
}
.footer-content-top-contact-list-item:nth-child(2) {
  display: flex;
  align-items: baseline;
  padding: 6px 0 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-content-top-contact-list-item:nth-child(2) {
    letter-spacing: 0.56px;
    font-size: 1.4rem;
  }
}
.footer-content-top-contact-list-item:nth-child(2) a {
  color: #000 !important;
  letter-spacing: 0.64px;
}
.footer-content-top-contact-list-item:nth-child(2) ce-email {
  color: #000 !important;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-content-top-contact-list-item:nth-child(2) ce-email a {
  padding-left: 3px;
  color: #000 !important;
  letter-spacing: 0.64px;
}
.footer-content-top-contact-list-item:nth-child(2) img {
  margin-right: 6px;
}
.footer-content-top-contact-list-item.tel {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-content-top-contact-list-item.tel {
    letter-spacing: 0.56px;
    font-size: 1.4rem;
  }
}
.footer-content-top-contact-list-item.tel a {
  letter-spacing: 0.64px;
}
.footer-content-top-contact-list-item.tel a::before {
  top: 15px;
  width: 15px;
  height: 18px;
  background: url(../img/tel_icon.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .footer-content-top-contact-list-item.tel a::before {
    top: 10px;
    width: 14px;
    height: 14px;
  }
}
.footer-content-bottom {
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom {
    padding-top: 26px;
  }
}
.footer-content-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-flex {
    flex-direction: column;
    gap: 40px;
  }
}
.footer-content-bottom-flex-link {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-flex-link {
    gap: 16px;
  }
}
.footer-content-bottom-flex-link a {
  width: -moz-fit-content;
  width: fit-content;
  color: #595959;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-flex-link a {
    font-size: 1.2rem;
  }
}
.footer-content-bottom-flex-link a:first-child {
  padding-right: 24px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-flex-link a:first-child {
    padding-right: 16px;
    height: 16px;
  }
}
.footer-content-bottom-copyright {
  color: #999;
  letter-spacing: 0.64px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-copyright {
    font-size: 1rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

.fadeInDown.animated {
  animation: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}

.fadeInUp.animated {
  animation: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRight;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.delay-1 {
  animation-delay: 0.1s !important;
}

.delay-2 {
  animation-delay: 0.2s !important;
}

.delay-3 {
  animation-delay: 0.3s !important;
}

.delay-4 {
  animation-delay: 0.4s !important;
}

.delay-5 {
  animation-delay: 0.5s !important;
}

.delay-6 {
  animation-delay: 0.6s !important;
}

.delay-7 {
  animation-delay: 0.7s !important;
}

.delay-8 {
  animation-delay: 0.8s !important;
}

.delay-9 {
  animation-delay: 0.9s !important;
}

.delay-10 {
  animation-delay: 1s !important;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 16px;
  }
}
.pagination-btn {
  width: 48px;
}
.pagination-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pagination-list {
    gap: 16px;
  }
}
.pagination-list-item {
  font-weight: 500;
  font-size: 1.8rem;
}
.pagination-list-item a {
  color: #7e7e7e;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-family: Afacad;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pagination-list-item a {
    font-size: 2rem;
  }
}
.pagination-list-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 48px;
  border-radius: 4px;
  background: #CD2C3D;
}
@media screen and (max-width: 768px) {
  .pagination-list-item.active {
    width: 32px;
    height: 40px;
  }
}
.pagination-list-item.active a,
.pagination-list-item.active span {
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.pagination-list-item.active a:hover,
.pagination-list-item.active span:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */