@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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

.delay-10 {
  -webkit-animation-delay: 1s !important;
          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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .title04::before {
    width: 8px;
    height: 8px;
  }
}

ce-email {
  display: contents;
}
ce-email a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

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

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.color-red {
  color: #CD2C3D;
}

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

@media screen and (min-width: 769px) {
  main.top::before {
    content: "";
    position: absolute;
    top: 130px;
    left: -40px;
    background: url(../img/bg_tokyo.svg) no-repeat;
    width: 722px;
    height: 380px;
    background-size: 722px;
    z-index: -1;
    opacity: 0.1;
  }
}
.line {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  max-height: 580px;
  z-index: 1;
  opacity: 0.2;
}

.line img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .line {
    top: 660px;
    left: 0;
    max-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .line {
    top: 590px;
    width: 100%;
    height: 460px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.topMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 155px 20px;
  overflow: hidden;
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .topMv {
    padding: 48px 0 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topMv-text {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .topMv-text {
    padding-top: 23px;
    width: 906px;
    position: absolute;
    z-index: 4;
    height: auto;
  }
}
.topMv-text-headline {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topMv-text-headline {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    line-height: normal;
  }
}
.topMv-text-main {
  font-family: "Afacad", sans-serif;
  font-size: 140px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  background: -webkit-gradient(linear, left top, right top, from(#CD2C3D), to(#EC5C23));
  background: linear-gradient(90deg, #CD2C3D 0%, #EC5C23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .topMv-text-main {
    font-size: 60px;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }
}
.topMv-text-sub {
  color: #CD2C3D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.16em;
}

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

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

.About {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .About {
    padding: 64px 0 96px;
  }
}
.About-title {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .About-title {
    display: grid;
    grid-template-columns: 0.29fr 0.68fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .About-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .About-title h2.title02 {
    margin-right: 10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .About-content {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .About-content-item {
    display: grid;
    grid-template-columns: 0.32fr 0.65fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    max-width: 1440px;
    padding: 0 80px 0 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .About-content-item {
    padding-right: 20px;
  }
}
.About-content-item-img {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .About-content-item-img {
    margin-top: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-right: 20px;
  }
}
.About-content-item-txt-box-p1 {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

@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 {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .About-content-item-txt-box-p2 {
    width: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .About-content-item-txt-box-flex-img {
    width: 294px;
    margin: 0 auto;
  }
}
.News {
  padding: 96px 0;
  background: url(../img/news_bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .News {
    background: url(../img/news_bg2.jpg) no-repeat, -webkit-gradient(linear, left top, right top, from(#CD2C3D), to(#FF6A00));
    background: url(../img/news_bg2.jpg) no-repeat, linear-gradient(90deg, #CD2C3D 0%, #FF6A00 100%);
    background-size: 320%, cover;
    background-position: top, bottom;
    padding: 64px 0;
  }
}
.News h2.title02 {
  color: #fff;
}

.News h2.title02::before {
  background-color: #000;
}

.News-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .News-content {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .News-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.News-content-title-btn {
  position: relative;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 48px;
  width: 286px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .News-content-title-btn {
    margin: 0 auto;
    width: 295px;
    height: 64px;
  }
}
.News-content-title-btn a {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  font-family: Afacad;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .News-content-title-btn a {
    font-size: 1.4rem;
    padding-right: 24px;
  }
}
.News-content-title-btn::after {
  content: "";
  position: absolute;
  background: url(../img/btn_arrow_w.svg) no-repeat;
  width: 16px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
}

@media screen and (max-width: 768px) {
  .News-content-title-btn::after {
    right: 24px;
  }
}
.News-content-item-column {
  width: 850px;
}

@media screen and (max-width: 768px) {
  .News-content-item-column {
    width: 100%;
  }
}
.News-content-item {
  background: #fff;
  padding: 24px 10px 10px 32px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .News-content-item {
    padding: 20px 12px 12px 20px;
  }
}
.News-content-item:not(:last-child) {
  margin-bottom: 16px;
}

.News-content-item-list-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .News-content-item-list-item-flex {
    margin-bottom: 6px;
  }
}
.News-content-item-list-item-flex-date {
  color: #7E7E7E;
  font-family: Afacad;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .News-content-item-list-item-flex-date {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.News-content-item-list-item-flex-label {
  padding: 0px 16px 0px 16px;
  border-radius: 4px;
  background-color: #CD2C3D;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .News-content-item-list-item-flex-label {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.News-content-item-list-item-title {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .News-content-item-list-item-title {
    font-size: 1.4rem;
  }
}
.News-content-item-btn {
  margin-right: 0;
  margin-left: auto;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .News-content-item-btn {
    width: 32px;
  }
}
.eventbg {
  background: #FFF8F8;
}

.Event {
  padding: 96px 0;
}

@media screen and (max-width: 768px) {
  .Event {
    padding: 64px 0;
  }
}
.Event-content {
  margin-top: 64px;
  padding: 64px 80px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .Event-content {
    margin-top: 48px;
    padding: 40px 16px 64px;
  }
}
@media screen and (max-width: 768px) {
  .Event-content h3.title03 {
    font-size: 2rem;
  }
}
.Event-content-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px auto 0;
  max-width: 360px;
  height: 80px;
  border-radius: 8px;
  background-color: #CD2C3D;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .Event-content-btn {
    max-width: 295px;
    height: 64px;
    font-size: 1.4rem;
  }
}
.Event-content-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 16px;
  height: 12px;
  background: url(../img/btn_arrow_w.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .Event-content-btn::after {
    right: 24px;
  }
}
.Event-content-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 32px;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .Event-content-btn a {
    padding-right: 24px;
  }
}
.Event-detail {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .Event-detail {
    margin-top: 48px;
  }
}
.Event-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .Event-detail-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.Event-detail-list-item {
  position: relative;
  z-index: 5;
  width: calc((100% + 20px) / 3 - 20px);
}

@media screen and (max-width: 768px) {
  .Event-detail-list-item {
    width: 100%;
  }
}
.Event-detail-list-item-img {
  margin-bottom: 20px;
}

.Event-detail-list-item-img img {
  height: auto;
  aspect-ratio: 40/21;
  -o-object-fit: cover;
     object-fit: cover;
}

.Event-detail-list-item-txt-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 2rem;
  font-family: Afacad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .Event-detail-list-item-txt-date {
    letter-spacing: 0.036em;
    font-size: 1.8rem;
  }
}
.Event-detail-list-item-txt-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Event-detail-list-item-txt-title {
    font-size: 1.6rem;
  }
}
.Program {
  padding: 140px 0;
}

@media screen and (max-width: 768px) {
  .Program {
    padding: 64px 0;
  }
}
.Program h2.title02::before {
  background-color: #CD2C3D;
}

.Program-content {
  margin-top: 48px;
}

.Program-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .Program-content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.Program-content-flex-item {
  width: calc(50% - 32px);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 44, 61, 0.8)), to(rgba(223, 87, 24, 0.8)));
  background: linear-gradient(90deg, rgba(205, 44, 61, 0.8) 0%, rgba(223, 87, 24, 0.8) 100%);
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .Program-content-flex-item {
    width: 100%;
    padding: 20px 0 32px;
    margin: 0 auto;
  }
}
.Program-content-flex-item-img {
  width: 56px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Program-content-flex-item-img {
    width: 48px;
  }
}
.Program-content-flex-item-img::before {
  content: "coming soon";
  position: absolute;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  font-family: Afacad;
  letter-spacing: 0.04em;
  top: 64%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 222px;
}

@media screen and (max-width: 768px) {
  .Program-content-flex-item-img::before {
    font-size: 2.4rem;
    width: 137px;
    top: 74%;
  }
}
.Program-content-flex-item-txt {
  margin-top: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #CD2C3D;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .Program-content-flex-item-txt {
    margin-top: 12px;
    font-size: 2rem;
  }
}
.Community {
  padding: 96px 0 120px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .Community {
    padding: 64px 0;
  }
}
.Community-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .Community-bg {
    background-size: cover;
    background-position: 85% center;
  }
}
.Community-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: url(../img/group.png) no-repeat center bottom/cover;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .Community-bg::after {
    height: 15%;
    background: url(../img/group.png) no-repeat right bottom/cover;
  }
}
.Community h2.title02 {
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Community h2.title02::before {
  left: 32px;
}

.Community h2.title02 span {
  margin-top: 16px;
}

.Community-content {
  z-index: 2;
  position: relative;
}

.Community-content-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .Community-content-txt {
    font-size: 1.4rem;
  }
}
.Community-content-img {
  margin: 64px auto 80px;
}

@media screen and (max-width: 768px) {
  .Community-content-img {
    margin-bottom: 71px;
  }
}
.Community-content-benefit {
  background: #fff;
  border-radius: 8px;
  padding: 40px 40px 56px 50px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .Community-content-benefit {
    padding: 32px 20px 40px;
    margin-bottom: 12px;
  }
}
.Community-content-benefit-title {
  background: -webkit-gradient(linear, left top, right top, from(#CD2C3D), to(#EC5C24));
  background: linear-gradient(90deg, #CD2C3D 0%, #EC5C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .Community-content-benefit-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.Community-content-benefit-title-note {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: text-top;
}

.Community-content-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Community-content-benefit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .Community-content-benefit-list:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #CDCDCD;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Community-content-benefit-list-item {
  width: calc(50% - 32px);
}

@media screen and (max-width: 768px) {
  .Community-content-benefit-list-item {
    width: 100%;
  }
}
.Community-content-benefit-list-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #CD2C3D;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .Community-content-benefit-list-item-title {
    font-size: 2rem;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.Community-content-benefit-list-item-title-icon {
  vertical-align: -webkit-baseline-middle;
}

.Community-content-benefit-list-item-txt-item {
  font-size: 1.6rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.Community-content-benefit-list-item-txt-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .Community-content-benefit-list-item-txt-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.Community-content-benefit-list-item-txt-item span {
  color: #CD2C3D;
}

.Community-content-benefit-list-item-txt-item-number {
  background: #CD2C3D;
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  font-family: Afacad;
  line-height: 1;
}

.Community-content-benefit-list-item-txt-item-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .Community-content-benefit-list-item-txt-item-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .Community-content-benefit-list-item.start {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 48px;
  }
}
.Community-content-benefit-list-item.individual .Community-content-benefit-list-item-title {
  color: #EC5C24;
}

.Community-content-benefit-list-item.individual .Community-content-benefit-list-item-txt-item span {
  color: #EC5C24;
}

.Community-content-benefit-list-item.individual .Community-content-benefit-list-item-txt-item-number {
  background: #EC5C24;
}

.Community-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px auto 0;
  max-width: 784px;
}

@media screen and (max-width: 768px) {
  .Community-content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.Community-content-flex-btn {
  width: calc(50% - 32px);
  border-radius: 8px;
  background: #fff;
  height: 80px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .Community-content-flex-btn {
    width: 295px;
    height: 64px;
    margin: 0 auto;
  }
}
.Community-content-flex-btn a {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .Community-content-flex-btn a {
    font-size: 1.4rem;
  }
}
.Community-content-flex-btn:first-child {
  background: #CD2C3D;
  margin-bottom: 16px;
}

.Community-content-flex-btn:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 100%;
  padding-right: 32px;
}

@media screen and (max-width: 768px) {
  .Community-content-flex-btn:first-child a {
    padding-right: 24px;
  }
}
.Community-content-flex-btn:first-child::after {
  content: "";
  position: absolute;
  background: url(../img/btn_arrow_w.svg) no-repeat;
  width: 16px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}

@media screen and (max-width: 768px) {
  .Community-content-flex-btn:first-child::after {
    right: 24px;
  }
}
.Community-content-flex-btn:last-child {
  background: initial;
  width: initial;
  height: initial;
  padding: 0;
}

.Community-content-flex-btn:last-child a {
  color: #CD2C3D;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: underline;
}

.Community-content-note-item {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .Community-content-note-item {
    font-size: 1.2rem;
    padding-left: 1rem;
    text-indent: -1.5rem;
  }
}
.Community-content-flex-top {
  text-align: center;
  margin-top: 80px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .Community-content-flex-top {
    margin-top: 64px;
    font-size: 1.4rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.PrivacyPolicy {
  padding: 120px 0;
}

.PrivacyPolicy h2.title02 {
  color: #CD2C3D;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy h2.title02 {
    font-size: 3.2rem;
    padding: 40px 0 24px 0;
    text-align: center;
    line-height: 1.3;
  }
}
.PrivacyPolicy h2.title02::before {
  content: none;
}

.PrivacyPolicy h3.title03 {
  color: inherit;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy h3.title03 {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
}
.PrivacyPolicy-content-column:not(:last-child) {
  border-bottom: 1px solid #CDCDCD;
  padding: 20px 0;
}

.PrivacyPolicy-content-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.PrivacyPolicy-content-list {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy-content-list {
    padding-left: 22px;
  }
}
.PrivacyPolicy-content-list-item {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 0;
  list-style: disc;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy-content-list-item {
    line-height: 1.8;
    margin-bottom: 6px;
  }
}
.PrivacyPolicy-content-company {
  padding: 60px 0 0;
}

.PrivacyPolicy-content-company a {
  display: inline;
  text-decoration: underline;
  color: #595959;
  letter-spacing: 0.64px;
}

.PrivacyPolicy-content-company-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy-content-company-txt {
    font-size: 1.2rem;
  }
}
.PrivacyPolicy-content-company-txt:first-child {
  padding-bottom: 10px;
}

.PrivacyPolicy-content-company-txt ce-email {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.PrivacyPolicy-content-list-ol {
  padding-left: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy-content-list-ol {
    padding-left: 18px;
  }
}
.PrivacyPolicy-content-list-ol-item {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 0;
  list-style: decimal;
  padding-left: 6px;
  margin-bottom: 8px;
}

.PrivacyPolicy-content-list-ol-ol {
  padding-left: 20px;
  margin: 13px 0 18px;
}

@media screen and (max-width: 768px) {
  .PrivacyPolicy-content-list-ol-ol {
    padding-left: 18px;
  }
}
.PrivacyPolicy-content-list-ol-ol-item {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 0;
  list-style: decimal;
  margin-bottom: 8px;
}

.membership h3.title03 {
  border-bottom: 1px solid #CDCDCD;
  padding: 0 0 10px;
  margin-bottom: 20px;
}

.membership .PrivacyPolicy-content-column:not(:last-child) {
  border-bottom: none;
  padding: 20px 0;
}

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

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.eventbg {
  background: #FFF8F8;
}

.Single {
  padding: 80px 0 96px;
}

@media screen and (max-width: 768px) {
  .Single {
    padding: 48px 0 64px;
  }
}
.Single .title03 {
  line-height: 1.4;
}

.Single-content {
  padding: 0 100px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .Single-content {
    margin-top: 0;
    padding: 0;
  }
}
.Single-content-main-img {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .Single-content-main-img {
    margin-bottom: 20px;
  }
}
.Single-content-main-img img {
  height: auto;
  aspect-ratio: 40/21;
  -o-object-fit: cover;
     object-fit: cover;
}

.Single-content-main-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: Afacad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .Single-content-main-date {
    margin-bottom: 5px;
    letter-spacing: 0.036em;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .Single-content h3.title03 {
    font-size: 2rem;
  }
}
.Single-content-lead {
  margin: 24px 0 8px;
  letter-spacing: 0.013em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Single-content-lead {
    letter-spacing: 0.015em;
    font-size: 1.6rem;
  }
}
.Single-content-txt {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .Single-content-txt {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.Single-content-inner {
  margin-top: 64px;
}

.Single-content-inner-item table {
  display: table;
  width: 100%;
}

.Single-content-inner-item table tbody {
  display: block;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item table tbody {
    padding: 0 20px;
  }
}
.Single-content-inner-item-flex {
  margin: 16px 0 48px;
  padding: 0 40px;
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex {
    padding: 0 20px;
  }
}
.Single-content-inner-item-flex-list {
  display: grid;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  grid-template-columns: 184px 1fr;
  padding: 32px 0;
  border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
}
.Single-content-inner-item-flex-list:first-child {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list:first-child {
    padding-top: 24px;
  }
}
.Single-content-inner-item-flex-list:last-child {
  padding-bottom: 40px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list:last-child {
    padding-bottom: 24px;
  }
}
.Single-content-inner-item-flex-list-item {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item {
    width: 100%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item {
    font-size: 1.6rem;
  }
}
.Single-content-inner-item-flex-list-item:first-child {
  height: 100%;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .Single-content-inner-item-flex-list-item:first-child {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item:first-child {
    font-size: 1.6rem;
  }
}
.Single-content-inner-item-flex-list-item-ol {
  width: 100%;
}

.Single-content-inner-item-flex-list-item-ol-list:last-child .Single-content-inner-item-flex-list-item-table {
  padding-bottom: 0;
}

.Single-content-inner-item-flex-list-item-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 0 0 24px;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.Single-content-inner-item-flex-list-item-table-time {
  width: 120px;
  color: #CD2C3D;
  letter-spacing: 0.057em;
  font-size: 2rem;
  font-family: Afacad;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-table-time {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 200px;
    font-size: 1.8rem;
  }
}
.Single-content-inner-item-flex-list-item-table-item {
  width: 78%;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-table-item {
    left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.Single-content-inner-item-flex-list-item-table:last-child .Event-content-inner-item-flex-list-item-timeline-line::after {
  content: none;
}

.Single-content-inner-item-flex-list-item-timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 16px;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-timeline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.Single-content-inner-item-flex-list-item-name {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-name {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
}
.Single-content-inner-item-flex-list-item-job {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-job {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.Single-content-inner-item-flex-list-item-txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Single-content-inner-item-flex-list-item-txt {
    font-size: 1.2rem;
  }
}
.Single-content-inner-item-flex-list-item.desc {
  max-width: 766px;
}

.Single-content-inner-item-flex-list-item-person:nth-child(2) {
  margin: 40px 0;
}

.Single-content-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px auto 0;
  max-width: 360px;
  height: 80px;
  border-radius: 8px;
  background-color: #CD2C3D;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .Single-content-btn {
    margin-top: 48px;
    max-width: 295px;
    height: 64px;
    font-size: 1.4rem;
    line-height: 64px;
  }
}
.Single-content-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 16px;
  height: 12px;
  background: url(../img/btn_arrow_w.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .Single-content-btn::after {
    right: 24px;
  }
}
.Single-content-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 32px;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .Single-content-btn a {
    padding-right: 24px;
  }
}
.Single-detail {
  margin-top: 64px;
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .Single-detail {
    margin-top: 48px;
  }
}
.Single-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .Single-detail-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.Single-detail-list-item {
  width: calc(33.3333333333% - 20px);
}

@media screen and (max-width: 768px) {
  .Single-detail-list-item {
    width: 100%;
  }
}
.Single-detail-list-item-img {
  margin-bottom: 20px;
}

.Single-detail-list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.Single-detail-list-item-txt-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 2rem;
  font-family: Afacad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .Single-detail-list-item-txt-date {
    letter-spacing: 0.036em;
    font-size: 1.8rem;
  }
}
.Single-detail-list-item-txt-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Single-detail-list-item-txt-title {
    font-size: 1.6rem;
  }
}
.bgS {
  background: #FFF8F8;
}

.EventTop {
  padding: 96px 0;
}

@media screen and (max-width: 768px) {
  .EventTop {
    padding: 64px 0;
  }
}
.EventTop-detail {
  margin-top: 64px;
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .EventTop-detail {
    margin-top: 48px;
    padding-bottom: 32px;
  }
}
.EventTop-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .EventTop-detail-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.EventTop-detail-list-item {
  width: calc((100% + 20px) / 3 - 20px);
}

@media screen and (max-width: 768px) {
  .EventTop-detail-list-item {
    width: 100%;
  }
}
.EventTop-detail-list-item-img {
  margin-bottom: 20px;
}

.EventTop-detail-list-item-img img {
  height: auto;
  aspect-ratio: 40/21;
  -o-object-fit: cover;
     object-fit: cover;
}

.EventTop-detail-list-item-txt-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 2rem;
  font-family: Afacad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .EventTop-detail-list-item-txt-date {
    letter-spacing: 0.036em;
    font-size: 1.8rem;
  }
}
.EventTop-detail-list-item-txt-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .EventTop-detail-list-item-txt-title {
    font-size: 1.6rem;
  }
}
.EventTop-detail-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 338px;
}

@media screen and (max-width: 768px) {
  .EventTop-detail-pagination {
    width: 270px;
  }
}
.EventTop-detail-pagination-btn {
  width: 48px;
}

.EventTop-detail-pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .EventTop-detail-pagination-list {
    gap: 32px;
  }
}
.EventTop-detail-pagination-list-item {
  font-weight: 500;
  font-size: 1.8rem;
}

.EventTop-detail-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) {
  .EventTop-detail-pagination-list-item a {
    font-size: 2rem;
  }
}
.EventTop-detail-pagination-list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 48px;
  border-radius: 4px;
  background: #CD2C3D;
}

@media screen and (max-width: 768px) {
  .EventTop-detail-pagination-list-item.active {
    width: 32px;
    height: 40px;
  }
}
.EventTop-detail-pagination-list-item.active a {
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.EventTop-detail-pagination-list-item.active a:hover {
  opacity: 1;
}

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

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.newsTop {
  padding: 96px 0;
}

@media screen and (max-width: 768px) {
  .newsTop {
    padding: 64px 0;
  }
}
.newsTop h2.title02 {
  color: #fff;
}

.newsTop h2.title02::before {
  background-color: #000;
}

.newsTop-detail {
  padding-top: 64px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail {
    padding-top: 48px;
  }
}
.newsTop-detail-title-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  width: 286px;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-title-btn {
    margin: 0 auto;
    width: 295px;
    height: 64px;
  }
}
.newsTop-detail-title-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 32px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: Afacad;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-title-btn a {
    padding-right: 24px;
    font-size: 1.4rem;
  }
}
.newsTop-detail-title-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 16px;
  height: 12px;
  background: url(../img/btn_arrow_w.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .newsTop-detail-title-btn::after {
    right: 24px;
  }
}
.newsTop-detail-item-column {
  margin: 0 auto;
  padding-bottom: 120px;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item-column {
    padding-bottom: 64px;
    width: 100%;
  }
}
.newsTop-detail-item {
  padding: 24px 10px 10px 32px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item {
    padding: 20px 12px 12px 20px;
  }
}
.newsTop-detail-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.newsTop-detail-item-list-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item-list-item-flex {
    margin-bottom: 6px;
  }
}
.newsTop-detail-item-list-item-flex-date {
  color: #7e7e7e;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-family: Afacad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item-list-item-flex-date {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.newsTop-detail-item-list-item-flex-label {
  padding: 0 16px 0 16px;
  border-radius: 4px;
  background-color: #CD2C3D;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item-list-item-flex-label {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.newsTop-detail-item-list-item-title {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item-list-item-title {
    font-size: 1.4rem;
  }
}
.newsTop-detail-item-btn {
  margin-right: 0;
  margin-left: auto;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .newsTop-detail-item-btn {
    width: 32px;
  }
}
.newsSingle {
  padding: 80px 0 140px;
}

@media screen and (max-width: 768px) {
  .newsSingle {
    padding: 48px 0 96px;
  }
}
.newsSingle-detail {
  margin: 0 auto;
  max-width: 1000px;
}

.newsSingle-detail-title-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  width: 286px;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-title-btn {
    margin: 0 auto;
    width: 295px;
    height: 64px;
  }
}
.newsSingle-detail-title-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 32px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: Afacad;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-title-btn a {
    padding-right: 24px;
    font-size: 1.4rem;
  }
}
.newsSingle-detail-title-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 16px;
  height: 12px;
  background: url(../img/btn_arrow_w.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-title-btn::after {
    right: 24px;
  }
}
.newsSingle-detail-item-column {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-item-column {
    padding-bottom: 64px;
    width: 100%;
  }
}
.newsSingle-detail-item-list-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-item-list-item-flex {
    margin-bottom: 8px;
  }
}
.newsSingle-detail-item-list-item-flex-date {
  color: #7e7e7e;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-family: Afacad;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-item-list-item-flex-date {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.newsSingle-detail-item-list-item-flex-label {
  padding: 0 16px 0 16px;
  border-radius: 4px;
  background-color: #CD2C3D;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-item-list-item-flex-label {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.newsSingle-detail-item-list-item-title {
  padding-bottom: 48px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-item-list-item-title {
    padding-bottom: 32px;
    font-size: 2rem;
  }
}
.newsSingle-detail-item-list-item-txt {
  padding: 48px 0 64px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .newsSingle-detail-item-list-item-txt {
    padding: 32px 0 64px;
    font-size: 1.4rem;
  }
}
.newsSingle-detail-item-list-item-txt p + p {
  margin-top: 1em;
}

.newsSingle-detail-item-list-item-txt a {
  display: inline;
  color: #CD2C3D;
  text-decoration: underline;
}

.newsSingle-back-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 360px;
  height: 80px;
  border: 1px solid #cd2c3d;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .newsSingle-back-btn {
    width: 295px;
    height: 64px;
  }
}
.newsSingle-back-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 32px;
  width: 100%;
  height: 100%;
  color: #CD2C3D;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: Afacad;
}

@media screen and (max-width: 768px) {
  .newsSingle-back-btn a {
    padding-left: 24px;
    font-size: 1.4rem;
  }
  .newsSingle-back-btn a:after {
    top: 39%;
    left: 24px;
  }
}
.newsSingle-back-btn a:after {
  content: "";
  position: absolute;
  top: 42%;
  left: 32px;
  width: 16px;
  height: 12px;
  background: url(../img/btn_arrow_r.svg) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

.delay-10 {
  -webkit-animation-delay: 1s !important;
          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;
    -webkit-box-sizing: border-box;
            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;
    -webkit-transition: all 0.3s;
    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) {
    -webkit-transform: translateY(7px) rotate(45deg);
            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) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .header-bottom-nav-list {
    position: fixed;
    top: 124px;
    left: 0;
    display: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 20px 40px;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-bottom-nav-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 14px;
    height: 10px;
    background: url(../img/btn_arrow_w.svg) no-repeat;
    background-size: contain;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.footer {
  padding: 48px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 0 32px;
  }
}
.footer-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 62px;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  .footer-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer-content-bottom-flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer-content-bottom-flex-link {
    gap: 16px;
  }
}
.footer-content-bottom-flex-link a {
  width: -webkit-fit-content;
  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;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}

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

.fadeIn {
  opacity: 0;
}

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

.fadeInUp {
  opacity: 0;
}

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

.fadeInRight {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 16px;
  }
}
.pagination-btn {
  width: 48px;
}
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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;
}