@charset "UTF-8";
@font-face {
  font-family: "Yu Mincho";
  font-style: normal;
  font-weight: 600;
  src: url(./../fonts/yumindb.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: auto;
}
body {
  color: #111111;
  /* font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; */
  font-family: "Yu Mincho" !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%;
  overflow-y: hidden;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.font-yumincho {
  font-family: "Yu Mincho" !important;
}

.font-yugothic {
  font-family: YuGothic, "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;
}

.c-main {
  padding-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 60px;
  }
}
/* ======================================================== */
/* ULTILITIES */
.u-cl--red {
  color: #c3132b;
}
.u-cl--gray {
  color: #cccccc;
}
.c-text-bg {
  background-color: #00488e;
  color: #fff;
  border-radius: 5px;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.fw--500 {
  font-weight: 500;
}
.fw--700 {
  font-weight: 700;
}
.c-text-main {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.c-subtitle {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
}

.c-title1 {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: 0;
}
.c-title1 small {
  display: block;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
}

.c-title2 small {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.c-title2 strong {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
}
.c-title2--border {
  position: relative;
  padding-bottom: 24px;
}
.c-title2--border::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .c-text-main {
    font-size: 13px;
    line-height: 1.6;
  }

  .c-subtitle {
    font-size: 18px;
  }
  .c-title1 {
    font-size: 26px;
  }
  .c-title1 small {
    font-size: 11px;
  }

  .c-title2--border {
    padding-bottom: 12px;
  }
  .c-title2 small {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .c-title2 strong {
    font-size: 26px;
    line-height: 1.6;
  }
}
/* RADIUS */
.u-radius--10 {
  border-radius: 10px;
}
/* BOX SHADOW */
.u-bs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* ======================================================== */
/* 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-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;
}
/* 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-left: 50px;
  padding-right: 24px;
  height: 120px;
  color: #111;
  background-color: #fff;
  display: flex;
  transition: 0.4s;
}
.pt-header {
  padding-top: 120px !important;
}
.header.view {
  height: 100px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
html {
  scroll-padding-top: 100px;
}
.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 {
  flex-shrink: 0;
  width: 133px;
}
.header .header-mainnav {
  align-self: stretch;
  margin-right: 40px;
}
.header .header-mainnav .c-headernav {
  height: 100%;
}
.header .header-mainnav .c-headernav__text {
  padding: 0 25px;
}

.menu-trigger {
  display: none;
}
.header .link-icon {
  display: block;
  width: 25px;
}
.header .link-icon img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
  }
  .header.view {
    height: 80px;
  }
  .pt-header {
    padding-top: 100px !important;
  }
  html {
    scroll-padding-top: 80px;
  }
  .header-logo {
    position: relative;
    z-index: 1001;
  }
  /* TRIGGER */
  .menu-trigger {
    display: block;
    width: 50px;
    height: 40px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
    margin-left: 25px;
  }
  .menu-trigger span {
    width: 100%;
    height: 3px;
    background-color: #191313;
    position: absolute;
    left: 0;
    transition: 0.2s;
  }
  .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .menu-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-trigger span:nth-child(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  .menu-trigger.active span:nth-child(2) {
    left: 150%;
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(3) {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
  }
  /* 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: 20px;
  }
  .header .header-mainnav .c-headernav {
    display: block;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    height: 60px;
  }
  .header.header-top {
    background-color: transparent;
  }
  .header.view {
    background-color: #fff;
    height: 50px;
  }
  .pt-header {
    padding-top: 60px !important;
  }
  html {
    scroll-padding-top: 60px;
  }
  .menu-trigger {
    width: 25px;
    height: 20px;
    margin-left: 10px;
  }
  .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: 600;
  font-size: 16px;
  letter-spacing: 0;
}
.c-headernav .c-headernav__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.c-headernav__text .line {
  text-decoration: line-through;
  cursor: auto;
}
.c-headernav__text .coming_soon {
  display: block;
  cursor: auto;
  font-size: 0.7em;
}

@media screen and (max-width: 1024px) {
  .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: 22px;
  }
}
.c-headernav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 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 {
  color: #f6317b;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-headernav2 .item {
    font-size: 14px;
  }
}
/* END HEADER NAV */
/* BTN 3 */
.c-header-btn {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, #ff9f5e, #fe3737);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.c-header-btn span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.4s ease-in-out;
}
.c-header-btn span.icon-mail:before {
  background-image: url(./../images/common/ic-mail-white.png);
  width: 27px;
  height: 21px;
  margin-bottom: 5px;
}
.c-header-btn:hover {
  color: #fe8737;
  opacity: 1;
}
.c-header-btn:hover span {
  background-color: #fff;
}
.c-header-btn:hover span.icon-mail:before {
  background-image: url(./../images/common/ic-mail-orange.png);
}
@media screen and (max-width: 1024px) {
  .c-header-btn {
    width: 100%;
    max-width: 270px;
    height: 70px;
  }
  .c-header-btn span {
    flex-direction: row;
  }
  .c-header-btn span.icon-mail:before {
    width: 24px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
/* SUBMENU */
.parent {
  position: relative;
}
/* SUB MENU 1 */
.parent .submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fafafa;
  width: 300px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.parent:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.parent .submenu .submenu-item + .submenu-item {
  border-top: 1px solid #ccc;
}
.parent .submenu a {
  display: block;
  padding: 10px 10px;
}

/* SUB MENU 2 */
.parent .submenu2 {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #f5700b;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.parent:hover .submenu2 {
  visibility: visible;
  opacity: 1;
}

/* SLIDE UP SLIDE DOWN */
/* .parent .submenu2 {
  position: fixed;
  left: 0;
  right: 0;
  padding: 23px 20px;
  background-color: #f5700b;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.parent:hover .submenu2 {
  max-height: 100px; 
} */

.parent .submenu2 .submenu-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  padding: 23px 20px;
  margin-left: auto;
  margin-right: auto;
}
.parent .submenu2 .submenu-item {
  width: 25%;
}
.parent .submenu2 a {
  font-size: 15px;
  color: #fff;
}
.header .c-headernav .submenu2 {
  top: 120px;
}
.header.view .c-headernav .submenu2 {
  top: 100px;
}
@media screen and (max-width: 1250px) {
  .parent .submenu,
  .parent .submenu2 {
    position: static;
    background-color: unset;
    transform: translate(0);
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
  }
  .parent .submenu .submenu-item + .submenu-item {
    border-top: unset;
  }
  .parent .submenu a,
  .parent .submenu2 a {
    display: inline-block;
    color: #111;
    font-size: 14px;
    padding: 10px 10px;
  }
  /* SUB MENU 2 */
  .parent .submenu2 .submenu-list {
    display: block;
    padding: 10px 0 0;
    max-width: unset;
  }
  .parent .submenu2 .submenu-item {
    width: 100%;
  }
}
/* END HEADER */
/* ===================================================================== */
/* FOOTER */
/* TOP */
.footer__top {
  padding: 56px 0 135px;
  background-color: #191313;
  color: #fff;
}
.footer__top-wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.c-footer__nav {
  width: 280px;
  flex-shrink: 0;
}
.c-footer__nav li + li {
  margin-top: 3px;
}
.c-footer__nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 0;
  letter-spacing: 0;
}
.c-footer__nav a::after {
  background-image: url(./../images/common/ic-chevron-white.png);
  width: 8px;
  height: 14px;
}
.c-footer__nav a .line {
  text-decoration: line-through;
  cursor: auto;
}
.c-footer__nav a .coming_soon {
  display: block;
  font-size: 11px;
}
.footer__text {
  padding-top: 40px;
}
.footer__text1 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
}
.footer .c-phone {
  margin-top: 10px;
  margin-bottom: 32px;
}
.footer__btn {
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  margin: 12px 0 24px;
  letter-spacing: 0;
}
.footer__btn::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;
  background-image: url(./../images/common/ic-chevron-white.png);
  width: 8px;
  height: 14px;
}
.footer__icon {
  display: inline-block;
  margin-top: 12px;
}
.footer__icon img {
  display: block;
  width: 28px;
}
/* COPY RIGHT */
.c-copyright {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  padding-top: 68px;
  padding-bottom: 100px;
}
.c-copyright span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__top {
    padding: 50px 0;
  }
  .footer__top-wrapper {
    flex-direction: column-reverse;
  }
  .footer__top-block {
    text-align: center;
    margin-bottom: 50px;
  }
  .footer__text1 {
    font-size: 13px;
  }
  .c-footer__nav {
    width: 100%;
    max-width: 240px;
  }
  .c-footer__nav a {
    font-size: 16px;
  }
  .c-copyright {
    font-size: 11px;
    padding: 60px 0 100px;
  }
}
/* END FOOTER */
/* ======================================================== */
/* PHONE */
.c-phone a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 40px;
  letter-spacing: 0;
}
.c-phone a::before {
  background-image: url(./../images/common/ic-phone-white.png);
  width: 37px;
  height: 37px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.c-phone p {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-phone a {
    font-size: 32px;
  }
  .c-phone a::before {
    width: 32px;
    height: 32px;
  }
  .c-phone p {
    font-size: 13px;
  }
}
/* END PHONE */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* 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;
  margin-bottom: 42px;
  padding: 24px 20px;
}
.c-bread li a {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
  }
  .c-bread li a {
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 460px;
  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.--about {
  background-image: url(./../images/page/heading-about.jpg);
}
.c-page-heading.--menu {
  background-image: url(./../images/page/heading-menu.jpg);
}
.c-page-heading.--news {
  background-image: url(./../images/page/heading-news.jpg);
}
.c-page-heading.--profile {
  background-image: url(./../images/page/heading-profile.jpg);
}
.c-page-heading.--safety {
  background-image: url(./../images/page/heading-safety.jpg);
}
.c-page-heading h2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h2 strong {
  display: block;
  font-size: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 250px;
  }
  .c-page-heading h2 {
    font-size: 14px;
  }
  .c-page-heading h2 strong {
    font-size: 30px;
  }
}
/* END PAGE HEADING */
/* ======================================================== */
/* POST */
.c-post-date {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}
.c-post-cat {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  border-radius: 10px;
}
.c-post-cat.red {
  background-color: #e51717;
  color: #fff;
}
.c-post-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.c-post-title2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
}
.c-post-content {
  word-break: break-all;
  font-weight: 400;
  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: 25px;
  }
  .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-top: 1px dashed #cccccc;
}
.c-news-list .item:nth-child(odd):after {
  background-color: rgba(25, 19, 19, 0.07);
}
.c-news-list .item:last-child:after {
  border-bottom: 1px dashed #cccccc;
}

.c-post-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
}
.c-post-news .group {
  display: flex;
  align-items: center;
}
.c-post-news .new {
  margin-right: 30px;
}
.c-post-news .c-post-date {
  margin-right: 46px;
}
.c-post-news .c-post-cat {
  margin-right: 22px;
}
.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;
}
@media screen and (max-width: 767px) {
  .c-post-news {
    padding: 15px 0;
  }
  .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: 0;
  }
  .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: 60px;
  height: 30px;
}
.c-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  background-color: #f9060e;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .new {
    width: auto;
    height: auto;
  }
  .c-new {
    font-size: 10px;
    width: 50px;
    height: 25px;
  }
}
/* 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: #c3132b;
  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;
}
.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 .c-slider-pagination {
  bottom: 0;
}
.c-slider-wrapper.u-pagination .c-slider-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  margin: 2px 5px;
  border-radius: 0;
  background-color: #cccccc;
  opacity: 1;
}
.c-slider-wrapper.u-pagination
  .c-slider-pagination
  .swiper-pagination-bullet-active {
  background-color: #c3132b;
}
@media screen and (max-width: 767px) {
  .c-slider-wrapper.u-pagination
    .c-slider-pagination
    .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 2px 4px;
  }
}
/* 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;
}
/* 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);
  }
}
/* 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;
}
@media screen and (max-width: 1024px) {
  .c-section1__img,
  .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}

.c-section2--cl-white {
  color: #fff;
}
.c-section2__heading {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 20px 10px;
}
.c-section2__wrapper {
  padding: 32px 20px;
}
.c-section2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 60px;
}
.c-section2__list > li {
  width: calc((100% - 60px) / 2);
}
.c-section2__list p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  padding: 22px 20px 0;
}
.c-section2__block + .c-section2__block {
  margin-top: 46px;
}
.c-section2__list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
}
.c-section2__list2 > li {
  width: calc((100% - 80px) / 2);
}
.c-section2__list2 img {
  display: block;
  width: 100%;
}
.c-section2__list2 .c-section2__list3 {
  padding-top: 42px;
  padding-left: 20px;
}
.c-section2__list2 .c-section2__list3.no-padding {
  padding: 0 !important;
}
.c-section2__list3 > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 10px 0; */
  gap: 10px 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}
.c-section2__list3 > li + li {
  margin-top: 30px;
}
.c-section2__list3.custom-mt > li + li {
  margin-top: 0px;
}
.c-section2__list3 > li p:first-child {
  display: flex;
  align-items: flex-start;
}
.c-section2__list3 > li p:first-child::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin-right: 10px;
  margin-top: 14px;
}
.c-section2__list3 > li p.no-line::before {
  content: unset;
}
.c-section2__list3 > li p:last-child {
  /* margin-left: 30px; */
  margin-left: 20px;
}
.c-section2__list3 p small {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: -6px;
}

.c-section2__list3.--custom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.c-section2__list3.--custom > li + li {
  margin-top: 0;
}
.c-section2__list3.--custom > li {
  width: calc((100% - 40px) / 2);
  justify-content: flex-start;
}
.c-section2__text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}
.c-section2 .custom-wrapper {
  max-width: 510px;
}
@media screen and (max-width: 1024px) {
  .c-section2__wrapper {
    padding: 30px 0;
  }
  .c-section2__list,
  .c-section2__list2 {
    gap: 60px 20px;
  }
  .c-section2__list > li {
    width: calc((100% - 20px) / 2);
  }
  .c-section2__list2 > li {
    width: calc((100% - 20px) / 2);
  }
  .c-section2__list2 .c-section2__list3 {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section2__heading {
    padding: 0 0 10px;
    font-size: 16px;
  }
  .c-section2__wrapper {
    padding: 15px 0;
  }
  .c-section2__list {
    gap: 30px 0;
  }
  .c-section2__list2 {
    gap: 10px 0;
  }
  .c-section2__list > li,
  .c-section2__list2 > li {
    width: 100%;
  }
  .c-section2__list p {
    padding: 15px 0 0;
    text-align: center;
    font-size: 14px;
  }

  .c-section2__block + .c-section2__block {
    margin-top: 30px;
  }
  .c-section2__list2 .c-section2__list3 {
    margin-top: 10px;
  }
  .c-section2__list3 > li,
  .c-section2__text {
    font-size: 13px;
    line-height: 26px;
  }
  .c-section2__list3 > li {
    gap: 0 10px;
  }
  .c-section2__list3 > li p:first-child::before {
    width: 10px;
    margin-right: 6px;
    margin-top: 10px;
  }
  .c-section2__list3 > li p:last-child {
    /* margin-left: 16px; */
    margin-left: 10px;
  }
  .c-section2__list3 > li + li {
    margin-top: 10px;
  }

  .c-section2__list3.--custom {
    gap: 10px;
  }
  .c-section2__list3.--custom > li {
    width: 100%;
    justify-content: space-between;
  }
}
/* ======================================================== */
/* CARD 1 */
.c-card1__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.c-card1__list-item {
  width: calc((100% - 120px) / 4);
}
.c-card1__list--col3 {
  gap: 30px;
}
.c-card1__list--col3 .c-card1__list-item {
  width: calc((100% - 60px) / 3);
}

.c-card1 {
  height: 100%;
  border: 1px solid #111111;
  padding: 40px 20px;
  text-align: center;
}
.c-card1__title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 26px;
}
.c-card1__title small {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
.c-card1__title.sm {
  font-size: 18px;
}
.c-card1__title.sm small {
  font-size: 13px;
  margin-bottom: 15px;
}
.c-card1 .c-btn2 {
  padding: 12px 50px;
}
.c-card1--yel {
  background-color: #7e6420;
  color: #fff;
}
.c-card1--blue {
  background-color: #031027;
  color: #fff;
}
.c-card1--red {
  background-color: #7b0112;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .c-card1__list,
  .c-card1__list--col3 {
    gap: 20px;
  }
  .c-card1__list-item {
    width: calc((100% - 60px) / 4);
  }
  .c-card1__list--col3 .c-card1__list-item {
    width: calc((100% - 40px) / 3);
  }
  .c-card1 .c-btn2 {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-card1__list-item {
    width: calc((100% - 20px) / 2);
  }
  .c-card1__list--col3 .c-card1__list-item {
    width: calc((100% - 20px) / 2);
  }
  .c-card1 .c-btn2 {
    padding: 12px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-card1 {
    padding: 30px 20px;
  }
  .c-card1__list,
  .c-card1__list--col3 {
    gap: 10px;
  }
  .c-card1__list-item,
  .c-card1__list--col3 .c-card1__list-item {
    width: 100%;
  }
  .c-card1 .c-btn2 {
    padding: 10px 30px;
  }
  .c-card1__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .c-card1__title.sm {
    font-size: 16px;
  }
  .c-card1__title small,
  .c-card1__title.sm small {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
/* END CARD 1 */
/* CARD 2 */
.c-card2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.c-card2__list-item {
  width: calc((100% - 60px) / 2);
}
.c-card2__content {
  padding: 38px 20px 0;
}
.c-card2 .c-subtitle {
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .c-card2__list {
    gap: 60px 30px;
  }
  .c-card2__list-item {
    width: calc((100% - 30px) / 2);
  }
  .c-card2__content {
    padding: 38px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-card2__list {
    gap: 40px 0;
  }
  .c-card2__list-item {
    width: 100%;
  }
  .c-card2__content {
    padding-top: 20px;
  }
}
/* END CARD 2 */
/* ======================================================== */
/* BTN  */
/* BTN WRAPPER */
.c-btn__wrapper {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-btn__wrapper.center {
  justify-content: center;
}
.c-btn__wrapper .c-btn {
  max-width: unset;
  width: calc((100% - 60px) / 2);
}
.c-btn__wrapper .c-btn a {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .c-btn__wrapper {
    gap: 10px 0;
    justify-content: center;
  }
  .c-btn__wrapper .c-btn {
    width: 100%;
    max-width: 290px;
  }
}
/* BTN 1 */

.c-btn1 {
  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: 600;
  font-size: 18px;
  letter-spacing: 0;
  width: 100%;
  max-width: 350px;
  padding: 24px 20px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #cccccc;
}
.c-btn1.center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background-color: #c3132b;
  z-index: 2;
  -webkit-transform: scaleX(0.35);
  -ms-transform: scaleX(0.35);
  transform: scaleX(0.35);
  -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-btn1--default::before {
  content: none;
}
.c-btn1__trigger:hover .c-btn1::before,
.c-btn1:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.c-btn1::after {
  background-image: url(./../images/common/ic-chevron-black.png);
  width: 12px;
  height: 20px;
  margin-left: 10px;
}
.c-btn1__trigger:hover .c-btn1,
.c-btn1:hover {
  color: #c3132b;
  opacity: 1;
}
.c-btn1__trigger:hover .c-btn1::after,
.c-btn1:hover::after {
  background-image: url(./../images/common/ic-chevron-blue.png);
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    width: 100%;
    max-width: 210px;
    font-size: 14px;
    padding: 20px 10px;
  }
  .c-btn1::after {
    width: 9px;
    height: 16px;
  }
}
/* END BTN 1 */
/* BTN 2 */
.c-btn2 {
  width: 100%;
  max-width: 290px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #111;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 50px;
  cursor: pointer;
  transition: 0.4s;
}
.c-btn2::after {
  background-image: url(./../images/common/ic-chevron-black.png);
  width: 8px;
  height: 14px;
}
.c-btn2.active,
.c-btn2:hover {
  opacity: 1;
  background-color: #191313;
  color: #fff;
}
.c-btn2.active::after,
.c-btn2:hover::after {
  background-image: url(./../images/common/ic-chevron-white.png);
}

.c-btn2--black {
  background-color: #191313;
  color: #fff;
}
.c-btn2--black.active,
.c-btn2--black:hover {
  background-color: #fff;
  color: #111;
  border-color: #111;
}
.c-btn2--black::after {
  background-image: url(./../images/common/ic-chevron-white.png);
}
.c-btn2--black.active::after,
.c-btn2--black:hover::after {
  background-image: url(./../images/common/ic-chevron-black.png);
}

.c-btn2--red {
  color: #c3132B;
  background-color: #fff;
}
.c-btn2--red.active,
.c-btn2--red:hover {
  color: #c3132B;
  background-color: #fff;
  opacity: 0.5;
}
.c-btn2--red::after {
  background-image: url(./../images/common/ic-chevron-red.png);
}
.c-btn2--red.active::after,
.c-btn2--red:hover::after {
  background-image: url(./../images/common/ic-chevron-red.png);
}

.c-btn2--orange {
  color: #ef8700;
  background-color: #fff;
}
.c-btn2--orange.active,
.c-btn2--orange:hover {
  color: #ef8700;
  background-color: #fff;
  opacity: 0.5;
}
.c-btn2--orange::after {
  background-image: url(./../images/common/ic-chevron-orange.png);
}
.c-btn2--orange.active::after,
.c-btn2--orange:hover::after {
  background-image: url(./../images/common/ic-chevron-orange.png);
}

.c-btn2--brown {
  color: #782500;
  background-color: #fff;
}
.c-btn2--brown.active,
.c-btn2--brown:hover {
  color: #782500;
  background-color: #fff;
  opacity: 0.5;
}
.c-btn2--brown::after {
  background-image: url(./../images/common/ic-chevron-brown.png);
}
.c-btn2--brown.active::after,
.c-btn2--brown:hover::after {
  background-image: url(./../images/common/ic-chevron-brown.png);
}

.c-btn2--blue{
  color: #1c068e;
  background-color: #fff;
}
.c-btn2--blue.active,
.c-btn2--blue:hover {
  opacity: 0.5;
  color: #1c068e;
  background-color: #fff;
}
.c-btn2--blue::after {
  background-image: url(./../images/common/ic-chevron-blue.png);
}
.c-btn2--blue.active::after,
.c-btn2--blue:hover::after {
  background-image: url(./../images/common/ic-chevron-blue.png);
}


@media screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 14px;
    padding: 15px 30px;
  }
}
/* END BTN 2 */
/* BTN 3 */
.c-btn3__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.c-btn3__list .c-btn3 {
  min-width: 160px;
}
.c-btn3 {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #111;
  border-bottom: 3px solid #cccccc;
  padding: 10px 0;
  transition: 0.4s;
}
.c-btn3.active,
.c-btn3:hover {
  opacity: 1;
  color: #c3132b;
  border-color: #c3132b;
}
@media screen and (max-width: 767px) {
  .c-btn3__list .c-btn3 {
    min-width: unset;
    width: 100%;
  }
}
/* END BTN 3 */
/* END BTN  */
/* ======================================================== */
/* LIST 1 */
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.c-list1 li {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 35px;
  background-color: #eee7d4;
}
.c-list1__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.c-list1__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #111111;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    gap: 10px;
  }
  .c-list1 li {
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1.6;
    padding-top: 0;
  }
  .c-list1__title {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
/* END LIST 1 */
/* ======================================================== */
/* HEADING */
.c-heading {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0;
  background-color: #c3132b;
  color: #fff;
  padding: 26px 20px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 18px;
    padding: 15px;
  }
}
/* END HEADING */
/* ======================================================== */
/* DATA LIST 1 */
.c-dl dl {
  display: flex;
  flex-wrap: wrap;
}
.c-dl dt,
.c-dl dd {
  border-bottom: 1px solid #cccccc;
  padding: 24px 30px;
}
.c-dl dt {
  width: 300px;
  flex-shrink: 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-color: #c3132b;
}
.c-dl dd {
  flex: 1;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-dl dt,
  .c-dl dd {
    line-height: 1.6;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-dl dt {
    width: 90px;
  }
  .c-dl dd {
    padding-left: 10px;
  }
}
/* END DATA LIST 1 */
/* DATA LIST 2 */
.c-dl1__item + .c-dl1__item {
  margin-top: 92px;
}
.c-dl1 .c-heading {
  margin-bottom: 44px;
}
.c-dl1 dl + dl {
  margin-top: 35px;
}
.c-dl1 dl {
  padding: 0 20px;
}
.c-dl1 dt {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  display: flex;
  align-items: flex-start;
  color: #c3132b;
  margin-bottom: 20px;
}
.c-dl1 dt::before {
  background-image: url(./../images/common/ic-question-red.png);
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-top: 6px;
}
.c-dl1 .heading {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  position: relative;
  color: #111;
  margin-bottom: 12px;
}
.c-dl1 .heading::after {
  content: "";
  width: calc((100% - 120px));
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-dl1__item + .c-dl1__item {
    margin-top: 30px;
  }
  .c-dl1 .c-heading {
    margin-bottom: 25px;
  }
  .c-dl1 dl + dl {
    margin-top: 20px;
  }
  .c-dl1 dl {
    padding: 0;
  }
  .c-dl1 dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c-dl1 dt::before {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
  }
  .c-dl1 .heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .c-dl1 .heading::after {
    width: calc((100% - 70px));
  }
}
/* END DATA LIST 2 */
/* ======================================================== */
/* SIDEBAR */
.c-sidebar {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    transform: translateY(0);
    display: flex;
    transition-duration: 0.4s;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .c-sidebar.hide {
    opacity: 0;
    visibility: hidden;
  }
  .c-sidebar a {
    width: 100%;
    background-color: #191313;
    color: #fff;
    padding: 15px 10px;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
  }
  .c-sidebar a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
  }

  .c-sidebar a .line {
    text-decoration: line-through;
    cursor: auto;
  }
  .c-sidebar a .coming_soon {
    display: block;
    font-size: 10px;
  }
}
/* END SIDEBAR */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
