@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: auto;
  margin-top: 0 !important;
}
body {
  top: 0 !important;
  color: #111111;
  font-family:
    "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-y: hidden;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.font-mei {
  font-family: Meiryo, sans-serif !important;
}
.font-yumincho {
  font-family: "Yu Mincho" !important;
}

.font-yugothic {
  font-family:
    "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
ul {
  list-style-type: none;
}
a {
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}
.w--1300 {
  width: 1300px;
}
.c-blockcenter {
  margin-left: auto;
  margin-right: auto;
}
.c-main {
  padding-bottom: 110px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
/* ======================================================== */
/* ULTILITIES */
.u-cl--primary {
  color: #ffbf0e;
}
.u-cl--gray {
  color: #cccccc;
}
.c-text-bg {
  background-color: #ffbf0e;
  color: #fff;
  border-radius: 5px;
}
.c-text-bg2 {
  background-image: linear-gradient(45deg, #ffbf0e, #ffbf0e);
  color: #fff;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.c-text-dot {
  position: relative;
}
.c-text-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 100%;
}
.lh--30 {
  line-height: 30px;
}
.fw--500 {
  font-weight: 500;
}
.fw--700 {
  font-weight: 700;
}
.c-text--14 {
  font-size: 14px;
  letter-spacing: 0;
}
.c-text--15 {
  font-size: 15px;
  letter-spacing: 0;
}
.c-text--16 {
  font-size: 16px;
  letter-spacing: 0;
}
.c-text--18 {
  font-size: 18px;
  letter-spacing: 0;
}
.c-title1 small {
  display: block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.c-title1 strong {
  display: block;
  font-weight: 700;
  font-size: 38px;
}

.c-title1--border {
  position: relative;
  padding-bottom: 16px;
}
.c-title1--border::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16px;
  height: 1px;
  background-color: #111111;
}
.c-title1--border small {
  font-size: 13px;
  margin-bottom: 4px;
}
.c-title1--border strong {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .c-text-underline {
    text-underline-offset: 4px;
  }
  .c-text-dot::after {
    top: -4px;
    width: 4px;
    height: 4px;
  }
  .c-text--14,
  .c-text--15,
  .c-text--16,
  .c-text--18 {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-title1 small {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .c-title1 strong {
    font-size: 22px;
  }
}
/* RADIUS */
.u-radius--10 {
  border-radius: 10px;
}
.u-radius--20 {
  border-radius: 20px;
}
.u-radius--30 {
  border-radius: 30px;
}
.u-radius--50 {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .u-radius--20,
  .u-radius--30,
  .u-radius--50 {
    border-radius: 10px;
  }
}
/* BOX SHADOW */
.u-bs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-center {
  margin-left: auto;
  margin-right: auto;
}
/* ======================================================== */
/* IMAGE */
img {
  object-fit: cover;
  max-width: 100%;
}
img.svg-img {
  object-fit: contain;
}
img.base-img {
  display: block;
  width: 100%;
}
img.base-img-auto {
  display: block;
  max-width: 100%;
}
img.base-img-auto-center {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c-imgwrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-imgwrapper.as42 {
  padding-top: 42%;
}
.c-imgwrapper.as45 {
  padding-top: 45%;
}
.c-imgwrapper.as52 {
  padding-top: 52%;
}
.c-imgwrapper.as62 {
  padding-top: 62%;
}
.c-imgwrapper.as65 {
  padding-top: 65%;
}
.c-imgwrapper.as66 {
  padding-top: 66%;
}
.c-imgwrapper.as67 {
  padding-top: 67%;
}
.c-imgwrapper.as75 {
  padding-top: 75%;
}
.c-imgwrapper.as100 {
  padding-top: 100%;
}
.c-imgwrapper.as107 {
  padding-top: 107%;
}
.c-imgwrapper .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.c-imgwrapper__trigger:hover {
  opacity: 1;
}
.c-imgwrapper__trigger:hover .img {
  transform: scale(1.2);
}

.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.c-bg2 {
  position: relative;
}
.c-bg2::before,
.c-bg2::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-overlay {
  position: relative;
  z-index: 1;
}
.c-overlay.before::before,
.c-overlay.after::after {
  content: "";
  /* background: linear-gradient(
    to bottom,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 0) 50%,
    rgba(18, 18, 18, 1)
  ); */
  background: #111;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.c-images__item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 1024px) {
  .c-images {
    gap: 30px;
  }
  .c-images__item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-images {
    gap: 10px;
  }
  .c-images__item {
    width: calc((100% - 10px) / 2);
  }
}
/* LOGO  */
.c-logo img,
.c-logo a {
  display: block;
  width: 100%;
}
/* =============================================================== */
/* ICON ARROW */
.c-icon-arrow::before,
.c-icon-arrow::after {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid;
}
.c-icon-arrow.pink::before,
.c-icon-arrow.pink::after {
  border-top-color: #dcc2ff;
}
.c-icon-arrow.green::before,
.c-icon-arrow.green::after {
  border-top-color: #00ae96;
}
.c-icon-arrow.red::before,
.c-icon-arrow.red::after {
  border-top-color: #ff2138;
}
/* ICON */
.c-icon-before,
.c-icon-after {
  position: relative;
}
.c-icon-before::before,
.c-icon-after::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
/* ======================================================== */
/* PARALLAX */
.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
  /* border radius if needed */
  /* clip-path: inset(0 round 10px); */
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

.top-pallarax {
  height: 540px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top-pallarax .parallax__container {
  width: 100%;
}
.top-pallarax .box1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.top-pallarax .box1 img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1240px) {
  .top-pallarax .parallax__container {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-pallarax {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-pallarax {
    height: 200px;
  }
}
/* ======================================================== */
/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 50px;
  height: 120px;
  color: #fff;
  display: flex;
  transition: 0.4s;
}
.pt-header {
  padding-top: 120px !important;
}
.header.header-page,
.header.view {
  background-color: #fff;
  color: #111;
}
.header.view {
  height: 100px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
html {
  scroll-padding-top: 120px;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
}
.header-group,
.menu-toggle,
.menu-toggle .menu-toggle__inner {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.header-logo {
  position: relative;
  z-index: 1001;
  flex-shrink: 0;
  width: 241px;
}
.header .header-mainnav {
  align-self: stretch;
  margin-right: 32px;
}
.header .header-mainnav .c-headernav {
  height: 100%;
}
.header.view .c-headernav .c-headernav__text:hover {
  color: #ffbf0e;
  opacity: 1;
}
.header .c-header-btn + .c-header-btn {
  margin-left: 24px;
}
.menu-trigger {
  display: none;
}

@media screen and (max-width: 1650px) {
  .header {
    padding-right: 20px;
  }
  .header .header-mainnav {
    margin-right: 10px;
  }
  .header .c-headernav .c-headernav__text {
    padding: 0 15px;
  }
  .header .c-header-btn + .c-header-btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    padding-right: 0;
    padding-left: 20px;
  }
  /* TRIGGER */
  .menu-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 100%;
    background-color: #ffbf0e;
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }

  .menu-trigger div {
    --gap: 12px; /* controls spacing */
    position: relative;
    width: 50px;
    height: 30px;
  }

  .menu-trigger span {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    transform: translateY(-50%);
    transition:
      transform 0.3s,
      opacity 0.3s;
  }
  .menu-trigger span:nth-child(1) {
    transform: translateY(calc(-50% - var(--gap)));
  }

  .menu-trigger span:nth-child(2) {
    transform: translateY(-50%);
  }

  .menu-trigger span:nth-child(3) {
    transform: translateY(calc(-50% + var(--gap)));
  }
  .menu-trigger.active span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }

  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
  /* MENU TOGGLE */
  .menu-toggle {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background-color: #fff;
    transition: 0.4s ease-in-out;
    color: #111;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: block;
    pointer-events: none;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .menu-toggle::-webkit-scrollbar {
    display: none;
  }
  .menu-toggle.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    pointer-events: all;
  }
  .menu-toggle .menu-toggle__inner {
    padding: 120px 30px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .header .header-mainnav {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .header .header-mainnav .c-headernav {
    display: block;
    height: auto;
    text-align: center;
  }
  .header .c-header-btn + .c-header-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
  }
  .header.view {
    height: 80px;
  }
  .pt-header {
    padding-top: 100px !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  .menu-trigger {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 20px;
    height: 70px;
  }
  .header.view {
    height: 60px;
  }
  .pt-header {
    padding-top: 70px !important;
  }
  html {
    scroll-padding-top: 80px;
  }
  .header-logo {
    width: 200px;
  }
  .menu-trigger {
    width: 70px;
    margin-left: 10px;
  }
  .menu-trigger div {
    --gap: 10px;
    width: 35px;
    height: 25px;
  }
  .menu-trigger span {
    height: 2px;
  }
  /* TOGGLE */
  .menu-toggle .menu-toggle__inner {
    padding: 100px 20px;
  }
}

/* HEADER NAV */
.c-headernav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-headernav .item {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
}
.c-headernav .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-headernav .c-headernav__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 0 29px;
}

@media screen and (max-width: 1400px) {
  .c-headernav--vertical .c-headernav__text {
    display: inline-block;
    height: auto;
    font-size: 22px;
  }
  .c-headernav--vertical .item {
    margin-bottom: 20px;
  }
  .c-headernav--vertical .item:not(:last-child)::after {
    content: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-headernav .item {
    font-size: 14px;
    line-height: 2;
  }
  /* NAV 2 VERTICAL */
  .c-headernav--vertical .item {
    margin-bottom: 10px;
  }
  .c-headernav--vertical .c-headernav__text {
    font-size: 16px;
  }
}
.c-headernav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0;
}
.c-headernav2 .item {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.c-headernav2 .item:not(:last-child):after {
  content: "|";
  display: block;
  font-weight: 700;
}
.c-headernav2 .item a {
  display: block;
  transition: 0.4s;
}
.c-headernav2 .item a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-headernav2 .item {
    font-size: 14px;
  }
}
/* END HEADER NAV */
/* BTN 3 */
.c-header-btn {
  min-width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  border-radius: 20px;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.c-header-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: inherit;
  transition: background-color 0.4s ease-in-out;
}
.c-header-btn:hover {
  opacity: 1;
}

.c-header-btn.--yellow {
  background-image: linear-gradient(45deg, #f1d916, #ffbf0e);
}
.c-header-btn.--yellow span:before {
  background-image: url(./../images/common/ic-news-white.png);
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
}
.c-header-btn.--yellow:hover {
  color: #ffbf0e;
}
.c-header-btn.--yellow:hover span {
  background-color: #fff;
  border-color: #ffbf0e;
}
.c-header-btn.--yellow:hover span:before {
  background-image: url(./../images/common/ic-news-yellow.png);
}

.c-header-btn.--green {
  background-image: linear-gradient(45deg, #6df288, #08b72b);
}
.c-header-btn.--green span:before {
  background-image: url(./../images/common/ic-people-white.png);
  width: 10px;
  height: 15px;
  margin-right: 5px;
}
.c-header-btn.--green:hover {
  color: #08b72b;
}
.c-header-btn.--green:hover span {
  background-color: #fff;
  border-color: #08b72b;
}
.c-header-btn.--green:hover span:before {
  background-image: url(./../images/common/ic-people-green.png);
}

@media screen and (max-width: 1024px) {
  .c-header-btn {
    width: 100%;
    max-width: 270px;
  }
  .c-header-btn span {
    flex-direction: row;
  }
}
/* END HEADER */
/* ===================================================================== */
/* FOOTER */
/* BOTTOM */
.footer-bottom {
  padding: 120px 0;
  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;
  text-align: center;
}
.footer-bottom .header-group {
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px dashed #cccccc;
  gap: 0 20px;
  padding-bottom: 48px;
  margin-bottom: 70px;
}

.footer-bottom .header-mainnav a {
  padding: 0 30px;
  font-size: 16px;
}
.footer-bottom .header-mainnav a:hover {
  color: #ffbf0e;
  opacity: 1;
}

.footer-bottom .c-headernav .item:not(:last-child)::after {
  background-color: unset;
  border-left: 1px dashed #ccc;
}
.footer-bottom .c-header-btn {
  min-width: 170px;
  height: 50px;
}
.footer .footer-logo {
  max-width: 222px;
  width: 100%;
  margin-bottom: 45px;
}
/* COPY RIGHT */
.c-copyright {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
}
.c-copyright span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer > img.base-img {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .footer > img.base-img {
    height: 250px;
  }
  /* BOTTOM */
  .footer-bottom {
    padding: 45px 0 90px;
  }
  .footer .footer-logo {
    max-width: 200px;
    margin-bottom: 40px;
  }
  .footer-bottom .c-headernav {
    display: block;
    margin-bottom: 36px;
  }
  .footer-bottom .c-headernav a {
    padding: 0 4px;
  }
  .footer-bottom .c-header-btn {
    max-width: 100%;
  }
  .footer-bottom .c-header-btn + .c-header-btn {
    margin-top: 10px;
  }
  .c-copyright {
    font-size: 11px;
  }
}
/* END FOOTER */
/* ======================================================== */
/* BREAD */
.c-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 136px;
  padding: 65px 20px 47px;
}
.c-bread::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffbf0e;
  opacity: 0.2;
  z-index: -1;
}
.c-bread li a, .c-bread li span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .c-bread {
    padding: 15px 20px;
    margin-bottom: 60px;
  }
  .c-bread li a,
  .c-bread li span{
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 400px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-page-heading h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h1 strong {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}

.p-link .c-page-heading {
  background-image: url(./../images/page/heading-link.jpg);
}
.p-profile .c-page-heading {
  background-image: url(./../images/page/heading-profile.jpg);
}
.p-member2 .c-page-heading {
  background-image: url(./../images/page/heading-member2.jpg);
}
.p-news .c-page-heading {
  background-image: url(./../images/page/heading-news.jpg);
}
.p-secretariat_news .c-page-heading {
  background-image: url(./../images/page/heading-secretariat_news.jpg);
}
.p-member .c-page-heading {
  background-image: url(./../images/page/heading-member.jpg);
}
.p-workshop .c-page-heading {
  background-image: url(./../images/page/heading-workshop.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 250px;
  }
  .c-page-heading h1 {
    font-size: 14px;
  }
  .c-page-heading h1 strong {
    font-size: 30px;
  }
}
/* END PAGE HEADING */
/* ======================================================== */
/* POST */
.c-post-date {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
}
.c-post-cat {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 20px;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  border: 1px solid;
}
.c-post-cat.--red {
  border-color: #e51717;
  color: #e51717;
}
.c-post-cat.--blue {
  border-color: #005de8;
  color: #005de8;
}
.c-post-cat.--green {
  border-color: #08b72b;
  color: #08b72b;
}
.c-post-cat.--orange {
  border-color: #ff8f0e;
  color: #ff8f0e;
}
.c-post-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.c-post-title2 {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0;
}
.c-post-content {
  word-break: break-all;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-post-date {
    font-size: 12px;
  }
  .c-post-cat {
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 5px;
  }
  .c-post-title {
    font-size: 13px;
  }
  .c-post-title2 {
    font-size: 22px;
  }
  .c-post-content {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* NEWS */
.c-news-list .item {
  position: relative;
  z-index: 1;
}
.c-news-list .item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 1px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  background-color: #fff;
  border-bottom: 1px dashed #cccccc;
}
.c-news-list .item:nth-child(even):after {
  background-color: rgba(255, 191, 14, 0.05);
}
.c-post-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  padding-right: 30px;
  min-height: 64px;
  position: relative;
}
.c-post-news::after {
  background-image: url(./../images/common/ic-chevron-black.png);
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.c-post-news .group {
  display: flex;
  align-items: center;
}
.c-post-news .new {
  margin-right: 12px;
}
.c-post-news .c-post-cat {
  margin-right: 16px;
}
.c-post-news .c-post-date {
  margin-right: 41px;
}
.c-post-news .c-post-title {
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.c-post-news:hover {
  color: #ffbf0e;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-post-news {
    padding: 15px 0;
    padding-right: 20px;
  }
  .c-post-news::after {
    right: 0;
    width: 7px;
    height: 14px;
  }
  .c-post-news .new {
    margin-right: 0;
  }
  .c-post-news .c-new {
    margin-right: 10px;
  }
  .c-post-news .c-post-date {
    margin-right: 10px;
  }
  .c-post-news .c-post-cat {
    margin-right: 8px;
  }
  .c-post-news .c-post-title {
    flex: 0 1 auto;
    width: 100%;
    margin-top: 10px;
  }
}
.c-post-news2 {
  text-align: center;
}
.c-post-news2 .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.c-post-news2 .heading .c-post-date {
  margin-left: 10px;
}

/* END NEWS */
/* NEW TAG */
.new,
.c-new {
  width: 36px;
  height: 36px;
}
.c-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
  border-radius: 100%;
  background-color: #e91826;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .new {
    width: auto;
    height: auto;
  }
  .c-new {
    font-size: 8px;
    width: 30px;
    height: 30px;
  }
}
/* END NEW TAG */
/* END POST */
/* ======================================================== */
/* PAGINATION */
.c-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.c-pagination .item {
  width: 32px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.2s;
  margin: 0 5px;
}
.c-pagination .item.prev {
  margin-right: 40px;
  margin-left: 0 !important;
}
.c-pagination .item.next {
  margin-left: 40px;
  margin-right: 0 !important;
}
.c-pagination .item-arrow img {
  display: block;
  width: 17px;
  height: 17px;
}
.c-pagination .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: inherit;
}
.c-pagination .item:not(.item-arrow) a:hover {
  opacity: 1;
}
.c-pagination .item:not(.item-arrow):hover,
.c-pagination .item.current {
  background: #ffbf0e;
  color: white;
}
.c-pagination .item.current,
.c-pagination .item.item-dot {
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination .item {
    width: 25px;
    height: 25px;
    font-size: 10px;
    margin: 0;
  }
  .c-pagination .item.prev {
    margin-right: 5px;
  }
  .c-pagination .item.next {
    margin-left: 5px;
  }
}
/* END PAGINATION */
/* ======================================================== */
/* SLIDER */
.c-slider-wrapper {
  position: relative;
}
/* ARROW */
.c-slider-wrapper .c-slider-arrow {
  width: 40px;
  height: 40px;
  background-image: url(https://placehold.co/40x40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  transform: translateY(-50%);
}
.c-slider-wrapper .c-slider-arrow.prev {
  left: 0;
}
.c-slider-wrapper .c-slider-arrow.next {
  right: 0;
}
.c-slider-wrapper .c-slider-arrow::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-slider-wrapper .c-slider-arrow {
    display: none;
  }
}
/* PAGINATION */
.c-slider-wrapper.u-pagination {
  padding-bottom: 50px;
}
.c-slider-wrapper.u-pagination .c-slider-pagination {
  bottom: 0;
}
.c-slider-wrapper.u-pagination .c-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background-color: gray;
  opacity: 1;
}
.c-slider-wrapper.u-pagination
  .c-slider-pagination
  .swiper-pagination-bullet-active {
  background-color: #ffbf0e;
}
/* VERTICAL PAGINATION */
.c-slider-wrapper.u-pagination-vertical {
  position: relative;
  padding: 0;
}
.c-slider-wrapper.u-pagination-vertical .c-slider-pagination {
  width: auto;
  height: 100%;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-slider-wrapper.u-pagination-vertical
  .c-slider-pagination
  .swiper-pagination-bullet {
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .c-slider-wrapper.u-pagination
    .c-slider-pagination
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
/* SLIDER CONTINOUS */
.slider-continous-opposite .swiper-wrapper,
.slider-continous .swiper-wrapper {
  transition-timing-function: linear;
}
/* END SLIDER CONTINOUS */
/* MAIN VISUAL */
.c-mainvisual__slider {
  height: 1080px;
}
.c-mainvisual__slider .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mainvisual__slider .swiper-slide-active .c-bg {
  animation: visual1 cubic-bezier(0, 0, 0.58, 1) 4s;
}
@keyframes visual1 {
  from {
    transform: scale(1.2) translate(0, -5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
}
/* END MAIN VISUAL */
/* THUMB SLIDER */
.c-thumbSwiper-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.c-thumbSwiper.thumbSwiper {
  margin: 10px;
}
.c-thumbSwiper.thumbSwiper .swiper-slide {
  opacity: 0.4;
}
.c-thumbSwiper.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/* END THUMB SLIDER */
/* END SLIDER */
/* ======================================================== */
/* SCROLLABLE */
.w-1000 {
  width: 1000px;
}
/* END SCROLLABLE */
/* ======================================================== */

/* ANIMATION  */
/* TEXT */
.c-text-curtain {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.c-text-curtain__text {
  color: #fff;
  opacity: 0;
  transition: all 1s 1s ease-in-out;
}
.c-text-curtain.leff .c-text-curtain__text {
  opacity: 1;
}
.c-text-curtain::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f6317b;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.c-text-curtain.leff::after {
  width: 100%;
  opacity: 1;
}
/* END ANIMATION  */
/* ======================================================== */
/* TAB LIST */
.tab-lists {
  position: relative;
}
.tab-lists .list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s;
}
.tab-lists .list-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
/* ======================================================== */
/* SECTION TEXT IMG */
.c-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-section1--aligncenter {
  align-items: center;
}
.c-section1__img {
  width: 50%;
}
.c-section1__text {
  flex: 1;
}
.c-section1--reverse {
  flex-direction: row-reverse;
}
.c-section1__title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 52px;
}

@media screen and (max-width: 1024px) {
  .c-section1--rs-normal.c-section1--reverse {
    flex-direction: row;
  }
  .c-section1--rs-normal .c-section1__img,
  .c-section1--rs-normal .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .c-section1--rs-mobile.c-section1--reverse {
    flex-direction: row;
  }
  .c-section1--rs-mobile .c-section1__img,
  .c-section1--rs-mobile .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }

  .c-section1__title {
    font-size: 22px;
    line-height: 1.6;
  }
}
/* ======================================================== */
/* MARQUEE */
.c-marquee {
  display: flex;
  white-space: nowrap;
  width: 100%;
  height: 305px;
  overflow: hidden;
  font-family: sans-serif;
}

.c-marquee__text {
  font-size: 300px;
  line-height: 305px;
  color: #ffbf0e;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 30px;
  opacity: 0.1;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .c-marquee {
    height: 95px;
  }
  .c-marquee__text {
    font-size: 90px;
    line-height: 95px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
}
@media screen and (max-width: 767px) {
  .c-marquee {
    height: 80px;
  }
  .c-marquee__text {
    font-size: 75px;
    line-height: 80px;
  }
}
/* END MARQUEE */
/* ======================================================== */
/* BTN 1 */
.c-btn1__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.c-btn1__wrapper .c-btn1 {
  width: 180px;
}
.c-btn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  border-radius: 20px;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  padding: 15px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
.c-btn1.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn1::after {
  background-image: url(./../images/common/ic-chevron-down-black.png);
  width: 10px;
  height: 12px;
}
.c-btn1:hover,.c-btn1.active{
  background-color: #ffbf0e;
  color: #fff;
  opacity: 1;
}
.c-btn1:hover::after {
  background-image: url(./../images/common/ic-chevron-down-white.png);
}
@media screen and (max-width: 1024px) {
  .c-btn1__wrapper .c-btn1 {
    width: calc((100% - 20px) / 2);
  }
  .c-btn1 {
    gap: 12px;
    border-radius: 10px;
    font-size: 14px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn1__wrapper .c-btn1 {
    width: 100%;
  }
}
/* END BTN 1 */
/* BTN 2 */
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
  width: 100%;
  max-width: 440px;
  padding: 24px 20px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #cccccc;
}
.c-btn2.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background-color: #ffbf0e;
  z-index: 2;
  -webkit-transform: scaleX(0.14);
  -ms-transform: scaleX(0.14);
  transform: scaleX(0.14);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.c-btn2__trigger:hover .c-btn2::before,
.c-btn2:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.c-btn2::after {
  background-image: url(./../images/common/ic-chevron-black.png);
  width: 9px;
  height: 16px;
  margin-left: 10px;
}
.c-btn2__trigger:hover .c-btn2,
.c-btn2:hover {
  color: #ffbf0e;
  opacity: 1;
}
.c-btn2__trigger:hover .c-btn2::after,
.c-btn2:hover::after {
  background-image: url(./../images/common/ic-chevron-yellow.png);
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    max-width: 100%;
    font-size: 14px;
    padding: 20px 10px;
  }
}
/* END BTN 2 */
/* BTN 3 */
.c-btn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  border: 2px solid #111111;
  border-radius: 60px;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  transition: 0.4s;
}
.c-btn3::before {
  background-image: url(./../images/common/ic-arrow-circle-black.png);
  width: 12px;
  height: 12px;
}
.c-btn3:hover {
  opacity: 1;
  background-color: #111;
  color: #fff;
}
.c-btn3:hover::before {
  background-image: url(./../images/common/ic-arrow-circle-white.png);
}
/* END BTN 3 */
/* BTN 4 */
.c-btn4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  background-color: #ffbf0e;
  border: 2px solid #ffbf0e;
  border-radius: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  padding: 30px 35px;
}
.c-btn4.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn4::before {
  background-image: url(./../images/common/ic-arrow-circle-white.png);
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}

.c-btn4:hover {
  opacity: 1;
  background-color: #fff;
  color: #ffbf0e;
}
.c-btn4:hover::before {
  background-image: url(./../images/common/ic-arrow-circle-yellow.png);
}
@media screen and (max-width: 767px) {
  .c-btn4__wrapper {
    gap: 10px;
  }
  .c-btn4__wrapper .c-btn4 {
    width: 100%;
  }
  .c-btn4 {
    width: 100%;
    max-width: 100%;
    padding: 17px 35px;
    font-size: 14px;
  }
  .c-btn4--custom {
    padding: 12px 20px;
  }
}
/* END BTN 4 */
/* ======================================================== */
/* CARD 1 */
.c-card1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-card1__list .c-card1 {
  width: calc((100% - 90px) / 4);
}
.c-card1__img {
  padding: 10px;
}
.c-card1 .c-imgwrapper {
  border-radius: inherit;
}
.c-card1__wrapper {
  padding: 22px 20px 0;
}
.c-card1__title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.c-card1__title::before {
  background-image: url(./../images/common/ic-arrow-black.png);
  width: 22px;
  height: 6px;
  position: relative;
  top: 12px;
}
.c-card1:hover .c-card1__title {
  color: #ffbf0e;
}
.c-card1:hover .c-card1__title::before {
  background-image: url(./../images/common/ic-arrow-yellow.png);
}
@media screen and (max-width: 1024px) {
  .c-card1__list .c-card1 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-card1__list {
    gap: 30px 10px;
  }
  .c-card1__list .c-card1 {
    width: calc((100% - 10px) / 2);
  }
  .c-card1__img {
    padding: 5px;
  }
  .c-card1__wrapper {
    padding: 15px 0 0;
  }
  .c-card1__title {
    gap: 8px;
    font-size: 13px;
    justify-content: center;
  }

  .c-card1__title::before {
    width: 16px;
    height: 4px;
    top: 8px;
  }
}
/* END CARD 1 */
/* ======================================================== */
/* DL 1 */
.c-dl1 > dl + dl {
  margin-top: 112px;
}
.c-dl1 > dl > dt {
  padding-left: 70px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
}

.c-dl1 > dl > dt::before {
  background-image: url(./../images/common/ic-book-yellow.png);
  width: 23px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 40px;
}
.c-dl1 > dl > dd {
  padding: 24px 30px 0;
}

.c-dl1.--yellow-title > dl > dt {
  color: #ffbf0e;
}
.c-dl1.--yellow-title > dl > dt.--icon-clock::before {
  background-image: url(./../images/common/ic-clock-yellow.png);
  width: 22px;
  height: 22px;
}
.c-dl1.--yellow-title > dl > dt.--icon-calendar::before {
  background-image: url(./../images/common/ic-calendar-yellow.png);
  width: 19px;
  height: 22px;
}
.c-dl1.--yellow-title > dl > dt.--icon-dish::before {
  background-image: url(./../images/common/ic-dish-yellow.png);
  width: 24px;
  height: 22px;
}
.c-dl1.--yellow-title > dl > dt.--icon-check::before {
  background-image: url(./../images/common/ic-check-yellow.png);
  width: 22px;
  height: 22px;
}

.c-dl1 > dl > dt.--icon-clock-black::before {
  background-image: url(./../images/common/ic-clock-black.png);
  width: 22px;
  height: 22px;
}
.c-dl1 > dl > dt.--icon-rec-black::before {
  background-image: url(./../images/common/ic-rect-black.png);
  width: 23px;
  height: 23px;
}
.c-dl1.--custom > dl > dt {
  padding-left: 46px;
  padding-bottom: 12px;
  font-size: 22px;
}
.c-dl1.--custom > dl > dt::before {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .c-dl1 > dl + dl {
    margin-top: 50px;
  }
  .c-dl1 > dl > dt,
  .c-dl1.--custom > dl > dt {
    padding-left: 26px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .c-dl1 > dl > dt::before {
    width: 18px;
    height: 14px;
    top: 2px;
    left: 0;
  }
  .c-dl1 > dl > dd {
    padding: 15px 0px 0;
  }

  .c-dl1.--custom > dl > dt::before {
    left: 0;
  }
  .c-dl1.--yellow-title > dl > dt.--icon-clock::before,
  .c-dl1.--yellow-title > dl > dt.--icon-check::before,
  .c-dl1 > dl > dt.--icon-clock-black::before,
  .c-dl1 > dl > dt.--icon-rec-black::before {
    width: 16px;
    height: 16px;
    top: 1px;
  }

  .c-dl1.--yellow-title > dl > dt.--icon-calendar::before {
    width: 14px;
    height: 16px;
    top: 0;
  }
  .c-dl1.--yellow-title > dl > dt.--icon-dish::before {
    width: 16px;
    height: 14px;
  }
}
/* END DL 1 */
/* DL 2 */
.c-dl2 > dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.c-dl2 > dl > dt,
.c-dl2 > dl > dd {
  border-bottom: 1px dashed #707070;
  padding: 16px 0;
}
.c-dl2 > dl > dt {
  width: 200px;
  flex-shrink: 0;
  font-weight: 700;
  text-align: center;
  color: #ffbf0e;
  border-color: #ffbf0e;
}
.c-dl2 > dl > dd {
  flex: 1;
  word-break: break-all;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .c-dl2 > dl {
    gap: 0 10px;
  }
  .c-dl2 > dl > dt,
  .c-dl2 > dl > dd {
    padding: 12px 0;
  }
  .c-dl2 > dl > dt {
    width: 90px;
  }
  .c-dl2 > dl > dd {
    padding-left: 0;
  }
}
/* END DL 2 */
/* ======================================================== */
/* TABLE */
.c-table__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.c-table__list-item {
  width: calc((100% - 40px) / 3);
}
.c-table__title {
  text-align: center;
  margin-bottom: 10px;
}
.c-table__title.--pink1 {
  color: #f596aa;
}
.c-table__title.--pink2 {
  color: #ff71b3;
}
.c-table__title.--purple {
  color: #66327c;
}
.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th,
.c-table td {
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  padding: 9px 10px;
  border-bottom: 1px solid #cccccc;
}
.c-table.--pink1 th {
  background-color: #f596aa;
  color: #fff;
}
.c-table.--pink1 tr.--even th {
  background-color: rgba(245, 150, 170, 0.8);
}
.c-table.--pink1 td {
  background-color: rgba(245, 150, 170, 0.1);
}
.c-table.--pink2 th {
  background-color: #ff71b3;
  color: #fff;
}
.c-table.--pink2 tr.--even th {
  background-color: rgba(255, 113, 179, 0.8);
}
.c-table.--pink2 td {
  background-color: rgba(255, 113, 179, 0.1);
}
.c-table.--purple th {
  background-color: #66327c;
  color: #fff;
}
.c-table.--purple tr.--even th {
  background-color: rgba(102, 50, 124, 0.8);
}
.c-table.--purple td {
  background-color: rgba(102, 50, 124, 0.1);
}
.c-table tr.--rowspan th,
.c-table tr.--rowspan td {
  min-height: 97px;
  height: 97px;
}
@media screen and (max-width: 1024px) {
  .c-table__list-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-table__list-item {
    width: 100%;
  }
  .c-table th,
  .c-table td {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-table tr.--rowspan th,
  .c-table tr.--rowspan td {
    min-height: auto;
    height: auto;
  }
}
/* END TABLE */
/* ======================================================== */
/* TABLE 2 */
/* TABLE 2 */
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2__header {
  width: 160px;
}
.c-table2__title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border: none;
}
.c-table2__title.--red {
  color: #f9366c;
}
.c-table2__title.--green1 {
  color: #49c481;
}
.c-table2__title.--green2 {
  color: #00684a;
}

.c-table2 tbody th,
.c-table2 tbody td {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  padding: 9px 10px;
  border-bottom: 1px solid #cccccc;
}
.c-table2.--yellow tbody th {
  background-color: #ffbf0e;
  color: #fff;
}
.c-table2.--yellow tbody tr.--even th {
  background-color: rgba(255, 191, 14, 0.8);
}
.c-table2.--yellow tbody td {
  background-color: rgba(255, 191, 14, 0.1);
}
.c-table2__title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-table2 thead {
    display: none;
  }
  .c-table2__title-sp {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-left: 100px;
    padding-bottom: 10px;
  }
  .c-table2__title-sp .--red {
    color: #f9366c;
  }
  .c-table2__title-sp .--green1 {
    color: #49c481;
  }
  .c-table2__title-sp .--green2 {
    color: #00684a;
  }

  .c-table2 tbody th,
  .c-table2 tbody td {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-table2 tbody th {
    width: 100px;
  }
}
/* END TABLE 2 */
/* EVENTS */
.c-events__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  gap: 0 40px;
}
.c-events__item {
  display: flex;
  border-top: 1px solid #707070;
}
.c-events__item:nth-child(6),
.c-events__item:last-child {
  border-bottom: 1px solid #707070;
}
.c-events__index {
  width: 116px;
  position: relative;
  flex-shrink: 0;
  background-color: #fdf8ef;
}
.c-events__index img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  max-width: unset;
}
.c-events__index.--index2 img,
.c-events__index.--index4 img,
.c-events__index.--index6 img {
  left: 64%;
}
.c-events__index.--index8 img {
  left: 57%;
}
.c-events__index.--index10 img {
  left: 57%;
}
.c-events__index.--index11 img {
  top: 64%;
}
.c-events__index.--index12 img {
  left: 59%;
}
.c-events__content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  position: relative;
}
.c-events__text {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}
.c-events__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  width: auto;
  object-fit: contain;
}
.c-events__bg.--bg2 {
  right: 36px;
}
.c-events__bg.--bg3 {
  right: 36px;
}
.c-events__bg.--bg4 {
  right: 8px;
  top: 58%;
}
.c-events__bg.--bg5 {
  right: 58px;
}
.c-events__bg.--bg6 {
  right: 22px;
}
.c-events__bg.--bg7 {
  right: 32px;
}
.c-events__bg.--bg9 {
  right: 12px;
}
.c-events__bg.--bg10 {
  right: 12px;
}
.c-events__bg.--bg12 {
  right: -5px;
  top: 64%;
}
.c-events__note {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .c-events__grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-auto-flow: row;
    gap: 0;
  }
  .c-events__item:nth-child(6),
  .c-events__item:last-child {
    border-bottom: unset;
  }
  .c-events__col:last-child .c-events__item:last-child {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 767px) {
  .c-events__index {
    width: 80px;
  }
  .c-events__index img {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .c-events__index.--index2 img,
  .c-events__index.--index4 img,
  .c-events__index.--index6 img,
  .c-events__index.--index12 img,
  .c-events__index.--index10 img {
    left: 50%;
  }
  .c-events__text {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-events__content {
    padding-left: 20px;
  }
  .c-events__bg {
    transform: translateY(-50%) scale(0.7);
  }
  .c-events__bg.--bg5 {
    right: 20px;
  }
  .c-events__bg.--bg2 {
    right: 20px;
  }
  .c-events__bg.--bg1 {
    right: -20px;
  }
  .c-events__bg.--bg3,
  .c-events__bg.--bg4,
  .c-events__bg.--bg6,
  .c-events__bg.--bg7 {
    right: 0px;
  }
  .c-events__bg.--bg12 {
    right: -26px;
  }
}
/* END EVENTS */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* FORM  */
::-ms-reveal {
  display: none;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
.c-login .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-login .input {
  width: 100%;
  max-width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.c-login .input input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #707070;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
}
.c-login .input #show-password {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.c-login .input #show-password img {
  display: block;
  width: 100%;
}
.c-login .input #show-password::after {
  content: "";
  width: 115%;
  height: 2px;
  background-color: #111;
  opacity: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: -1px;
}
.c-login .input #show-password.show::after {
  opacity: 1;
}
.c-login button {
  width: 80px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eeeeee;
  color: #111;
  border-radius: 10px;
  border: 1px solid #cccccc;
  cursor: pointer;
  transition: 0.2s;
}
.c-login button:hover {
  opacity: 0.5;
}
.c-login p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: red;
  padding: 10px 0;
}
