@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  color: #111111;
  font-family: YuGothic, "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%;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.font-yugothic {
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
.font-yumincho {
  font-family: "Yu Mincho", serif !important;
}
.font-mei {
  font-family: Meiryo, sans-serif !important;
}
ul {
  list-style-type: none;
}
a {
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}

.p-main {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-main {
    padding-bottom: 60px;
  }
}
/* ======================================================== */
/* ULTILITIES */
.u-cl--green {
  color: #437c27;
}
.u-cl--red {
  color: #d90000;
}
.d-inlineblock {
  display: inline-block;
}
.d-block-sp {
  display: none !important;
}
.d-inlineflex-sp,
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .d-none-tab {
    display: none !important;
  }
  .d-block-tab {
    display: block !important;
  }
  .d-inline-flex-tab {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 767px) {
  .d-block-sp {
    display: block !important;
  }
  .d-inlineflex-sp {
    display: inline-flex !important;
  }
  .d-none-sp {
    display: none !important;
  }
  .d-inlineblock-sp {
    display: inline-block !important;
  }
  .d-flex-sp {
    display: flex !important;
  }
}
/* RADIUS */
.u-radius--10 {
  border-radius: 10px;
}
/* BOX SHADOW */
.u-bs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* ======================================================== */
/* TEXT */
/* ======================================================== */
/* CONTAINER */
.l-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--1680 {
  max-width: 1680px;
}
.l-container--1600 {
  max-width: 1600px;
}
.l-container--1400 {
  max-width: 1400px;
}
.l-container--1360 {
  max-width: 1360px;
}
.l-container--1220 {
  max-width: 1220px;
}
.l-container--1200 {
  max-width: 1200px;
}
.l-container--1170 {
  max-width: 1170px;
}
.l-container--1100 {
  max-width: 1100px;
}
.l-container--1080 {
  max-width: 1080px;
}
.l-container--1040 {
  max-width: 1040px;
}
.l-container--1000 {
  max-width: 1000px;
}
.l-container--960 {
  max-width: 960px;
}
.l-container--940 {
  max-width: 940px;
}
.l-container--930 {
  max-width: 930px;
}
.l-container--920 {
  max-width: 920px;
}
.l-container--900 {
  max-width: 900px;
}
.l-container--888 {
  max-width: 888px;
}
.l-container--770 {
  max-width: 770px;
}
.l-container--640 {
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ======================================================== */
/* LOGO  */
.c-logo img,
.c-logo a {
  display: block;
  width: 100%;
}
/* ======================================================== */
/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 70px;
  height: 120px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.pt-header {
  padding-top: 120px;
}
.header.view {
  height: 90px;
}
.header.header2,
.header.view {
  background-color: #fff;
  color: #111;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-group {
  display: flex;
  align-items: center;
}
.header-logo {
  flex-shrink: 0;
  width: 247px;
  position: relative;
  z-index: 1001;
}

.header-logo .logo-scroll,
.header.header2 .header-logo .logo-normal,
.header.view .header-logo .logo-normal,
.header.show-menu .header-logo .logo-normal {
  display: none;
}
.header.header2 .header-logo .logo-scroll,
.header.view .header-logo .logo-scroll,
.header.show-menu .header-logo .logo-scroll {
  display: block;
}

.header .header-mainnav {
  margin-right: 30px;
}
.header .header-mainnav a {
  padding: 0 15px;
}

.header .c-btn1 {
  width: 200px;
  flex-shrink: 0;
  margin-left: 15px;
}
.header .c-btn1::before {
  margin-right: 10px;
}
.header .c-btn1:hover {
  background-color: #fff;
  color: #111;
}
.header .c-btn1.c-icon.before.icon-mail:hover::before {
  background-image: url(./../images/common/ic-mail-black.png);
}
.header.header2 .c-btn1,
.header.view .c-btn1 {
  color: #437c27;
  border-color: #437c27;
}
.header.header2 .c-btn1.c-icon.before.icon-mail::before,
.header.view .c-btn1.c-icon.before.icon-mail::before {
  background-image: url(./../images/common/ic-mail-green.png);
}
.header.header2 .c-btn1:hover,
.header.view .c-btn1:hover {
  background-color: #437c27;
  border-color: #437c27;
  color: #fff;
}
.header.header2 .c-btn1.c-icon.before.icon-mail:hover::before,
.header.view .c-btn1.c-icon.before.icon-mail:hover::before {
  background-image: url(./../images/common/ic-mail-white.png);
}
.menu-trigger {
  display: none;
}
/* 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;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-toggle::-webkit-scrollbar {
  display: none;
}
.menu-toggle.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.menu-toggle__inner {
  padding: 120px 30px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
@media screen and (max-width: 1150px) {
  .header {
    padding: 0 50px;
  }
  .header .header-group > nav,
  .header .header-group > .c-phone,
  .header .header-group > .c-btn1 {
    display: none;
  }
  /* TRIGGER */
  .menu-trigger {
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
    margin-left: 25px;
  }
  .menu-trigger span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.2s;
  }
  .header.show-menu .menu-trigger span,
  .header.header2 .menu-trigger span,
  .header.view .menu-trigger span {
    background-color: #437c27;
  }
  .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%);
  }
  .header .menu-toggle .c-btn1 {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background-color: #437c27;
    border-color: #437c27;
    color: #fff;
  }
  .header .menu-toggle .c-btn1.c-icon.before.icon-mail::before {
    background-image: url(./../images/common/ic-mail-white.png);
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .pt-header {
    padding-top: 70px;
  }
  .header.view {
    height: 60px;
  }
  .header-logo {
    width: 150px;
  }
  .menu-trigger {
    height: 30px;
  }
}

/* SIDEBAR */
.c-sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  z-index: 900;
  transition-duration: 0.4s;
}
.c-sidebar.hide {
  opacity: 0;
  visibility: hidden;
}
.c-sidebar a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4px;
  color: #fff;
  writing-mode: vertical-lr;
  padding: 24px 17px;
  background-color: #274714;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 22px),
    calc(100% - 18px) 100%,
    0% 100%
  );
  transition: 0.4s;
}
.c-sidebar a:not(:last-child) {
  margin-bottom: 10px;
}
.c-sidebar a:first-child {
  background-color: #437c27;
}
.c-sidebar a:hover {
  opacity: 1;
  background-color: #5e1401;
}
.c-sidebar a img {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .c-sidebar {
    right: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-sidebar {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    display: flex;
  }
  .c-sidebar a {
    clip-path: unset;
    width: 33.33333333%;
    writing-mode: horizontal-tb;
    padding: 10px 5px;
    font-size: 13px;
    flex-direction: column;
    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 img {
    margin-bottom: 5px;
  }
}
/* ======================================================== */
/* NAV */
/* NAV 1 */
.c-nav1 {
  display: flex;
}
.c-nav1 a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  color: currentColor;
  transition: 0.4s;
}
.c-nav1 a:hover strong,
.c-nav1 a:hover {
  opacity: 1;
  color: #437c27;
}
/* NAV 1 VERTICAL */
.c-nav1--vertical {
  display: block;
  text-align: center;
}
.c-nav1--vertical li {
  margin-bottom: 30px;
}
.c-nav1--vertical li:not(:last-child):after {
  content: none;
}
.c-nav1--vertical a {
  display: inline-block;
  font-size: 18px;
}
.c-nav1--vertical a strong {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  /* NAV 1 VERTICAL */
  .c-nav1--vertical li {
    margin-bottom: 35px;
  }
}
/* NAV 2 */
.c-nav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-nav2 li {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.c-nav2 li:not(:last-child)::after {
  content: "|";
  font-weight: 400;
  display: inline-block;
}
.c-nav2 a {
  display: block;
  padding: 0 10px;
}
.c-nav2 a:hover {
  opacity: 1;
  color: #437c27;
}
@media screen and (max-width: 767px) {
  .c-nav2 li {
    font-size: 14px;
    line-height: 2;
  }
}
/* =============================================================== */
/* ICON */
.c-icon {
  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;
}
/* ======================================================== */
/* BTN */
.c-btn1 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  color: #fff;
  border: 1px solid #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.4s;
}
.c-btn1.md-text {
  font-size: 16px;
}
.c-btn1:hover {
  opacity: 1;
}
.c-btn1--white {
  background-color: #fff;
  color: #111;
}
.c-btn1--green {
  border-color: #437c27;
  color: #437c27;
}
/* MAIL */
.c-btn1.c-icon.before.icon-mail::before {
  background-image: url(./../images/common/ic-mail-white.png);
  width: 18px;
  height: 16px;
}

.c-btn1--white.c-icon.before.icon-mail::before {
  background-image: url(./../images/common/ic-mail-black.png);
}
.c-btn1.hover-green:hover {
  background-color: #437c27;
  color: #fff;
  border-color: #437c27;
}
.c-btn1.hover-green.c-icon.before.icon-mail:hover::before {
  background-image: url(./../images/common/ic-mail-white.png);
}
/* BTN 1 LIST */
.btn1-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}
.btn1-list .c-btn1 {
  margin: 15px;
  min-width: 280px;
  padding: 17px 20px;
}
.btn1-list .c-btn1.before:before {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .btn1-list {
    margin: -5px;
  }
  .btn1-list .c-btn1 {
    width: 100%;
    min-width: unset;
    margin: 5px;
  }
  .btn1-list .c-btn1 + .c-btn1 {
    padding: 17px 20px;
  }
  .c-btn1 {
    font-size: 16px;
  }
  .c-btn1.md-text {
    font-size: 14px;
  }
  .c-btn1.c-icon.after.icon-arrow::after {
    width: 30px;
    height: 6px;
  }
  .c-btn1.custom1::after {
    margin-left: 20px;
  }
  /* SCOPE */
  .c-btn1.c-icon.before.icon-scope::before {
    width: 14px;
    height: 14px;
  }
}
/* ======================================================== */
/* BTN LIST */
.c-btnlist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.c-btnlist .btn-item {
  margin: 10px;
}
.c-btnlist.item-300 .btn-item {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btnlist {
    margin: 0;
  }
  .c-btnlist.item-300 .btn-item,
  .c-btnlist .btn-item {
    margin: 0 0 5px;
    width: 100%;
    min-width: unset;
  }
}
/* BTN 2  */
.c-btn2 {
  min-width: 180px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: #111;
  border: 1px solid #cccccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  transition: 0.4s;
}
.c-btn2:hover {
  opacity: 1;
}
.c-btn2.hover-green.active,
.c-btn2.hover-green:hover {
  background-color: #437c27;
  border-color: #437c27;
  color: #fff;
}
/* BTN 3 */
.c-btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 15px 14px;
  border-bottom: 1px solid currentColor;
}
.c-btn3.icon-arrow.before::before {
  background-image: url(./../images/common/ic-arrow-right-gray.png);
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.c-btn3--gray {
  color: #666666;
  border-color: #cccccc;
}
.c-btn3.hover-green:hover {
  opacity: 1;
  color: #437c27;
  border-color: #437c27;
}
.c-btn3.hover-green.icon-arrow.before:hover::before {
  background-image: url(./../images/common/ic-arrow-right-green.png);
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    width: 100%;
    justify-content: center;
  }
}
/* BTN 4 */
.c-btn4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 302px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #111;
  padding: 18px 14px;
  border: 1px solid currentColor;
  transition: 0.4s;
}

.c-btn4:hover {
  opacity: 1;
}
.c-btn4.icon-arrow.after::after {
  background-image: url(./../images/common/ic-arrow2-right-black.png);
  width: 22px;
  height: 8px;
  margin-left: 12px;
}
.c-btn4.hover-green:hover {
  background-color: #437c27;
  border-color: #437c27;
  color: #fff;
}
.c-btn4.hover-green.icon-arrow.after:hover::after {
  background-image: url(./../images/common/ic-arrow2-right-white.png);
}

.c-btn4--white {
  color: #fff;
}
.c-btn4--white.icon-arrow.after::after {
  background-image: url(./../images/common/ic-arrow2-right-white.png);
}

.c-btn4__trigger:hover .c-btn4.hover-white,
.c-btn4.hover-white:hover {
  background-color: #fff;
  color: #111;
  border-color: #fff;
}
.c-btn4__trigger:hover .c-btn4.hover-white.icon-arrow.after::after,
.c-btn4.hover-white.icon-arrow.after:hover::after {
  background-image: url(./../images/common/ic-arrow2-right-black.png);
}
@media screen and (max-width: 767px) {
  .c-btn4 {
    font-size: 16px;
    padding: 15px;
    max-width: 100%;
  }
}
/* ======================================================== */
/* LAYOUT */
.c-layout1 .btn1-list {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-layout1 .btn1-list {
    margin-bottom: 15px;
  }
}
/* ======================================================== */
/* NEWS */
.c-news-list .item:nth-child(even) {
  background-color: rgba(18, 18, 18, 0.02);
  border-radius: 10px 0 0 10px;
}
.c-news-list.no-radius .item,
.c-news-list.no-radius .item:nth-child(even) {
  border-radius: unset;
}
.c-news-list.border .item {
  border-bottom: 1px dashed #111111;
}
.c-post-news {
  display: flex;
  align-items: center;
  padding: 22px 34px;
}
.c-post-news .c-post-date {
  margin-right: 26px;
}
.c-post-news .c-post-cat {
  margin-right: 22px;
}
@media screen and (max-width: 1023px) {
  .c-news-list .item:nth-child(even) {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-post-news {
    flex-wrap: wrap;
    padding: 15px 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 {
    width: 100%;
    margin-top: 10px;
  }
}
/* ======================================================== */
/* POST */
.c-post-date {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
}
.c-post-cat {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 0.35rem;
  min-width: 70px;
}
.c-post-cat.gray {
  background-color: #707070;
  color: #fff;
}
.c-post-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.c-post-title2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
}
.c-post-content {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .c-post-date {
    font-size: 12px;
  }
  .c-post-cat {
    min-width: unset;
    padding: 5px 10px;
    font-size: 10px;
    padding: 5px 15px;
  }
  .c-post-title {
    font-size: 13px;
  }
  .c-post-title2 {
    font-size: 25px;
  }
  .c-post-content {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* ======================================================== */
/* LIMIT */
.c-limit-1line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* ======================================================== */
/* TITLE */
.c-title1 {
  margin-bottom: 68px;
}
.c-title1 strong {
  display: block;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
}
.c-title1 small {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  color: #cccccc;
}
.c-title1--border {
  padding-bottom: 30px;
  position: relative;
}
.c-title1--border::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #707070;
}
.c-title1--border strong {
  margin-bottom: 0;
}
.c-title1--small strong {
  font-size: 32px;
}
.c-title1--small small {
  font-size: 11px;
}
.c-title1--small2 strong {
  font-size: 28px;
}
.c-title1--small2 small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    margin-bottom: 20px;
  }
  .c-title1 strong {
    font-size: 28px;
  }
  .c-title1 {
    font-size: 12px;
  }
  .c-title1--border {
    padding-bottom: 15px;
  }
}

/* TITLE 2 */
.c-title2 small {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: #999999;
  margin-bottom: 18px;
}
.c-title2 strong {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-title2 small {
    margin-bottom: 5px;
  }
  .c-title2 strong {
    font-size: 26px;
  }
}
/* ======================================================== */
/* IMAGE */
img {
  object-fit: cover;
}
img.svg-img {
  object-fit: contain;
}
img.base-img {
  display: block;
  width: 100%;
}
img.base-img-auto {
  display: block;
  max-width: 100%;
}
.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.c-overlay,
.c-overlay2 {
  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)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-overlay2.before::before,
.c-overlay2.after::after {
  background: linear-gradient(
    to bottom,
    rgba(18, 18, 18, 0.32) 0%,
    rgba(18, 18, 18, 0.83) 70%,
    rgba(18, 18, 18, 1)
  );
}
.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.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 .img {
  transform: scale(1.2);
}
/* ======================================================== */
/* TEXT */
.text--center {
  text-align: center;
}
/* FONT WEIGHT */
.fw--500 {
  font-weight: 500;
}
.fw--600 {
  font-weight: 600;
}
.fw--700 {
  font-weight: 700;
}
/* FONT SIZE */
.fs--16 {
  font-size: 16px;
}
/* LINE HEIGHT */
.lh--26 {
  line-height: 26px;
}
.lh--28 {
  line-height: 28px;
}
.lh--30 {
  line-height: 30px;
}
/* LETTER SPACING */
.ls--0 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fs--16 {
    font-size: 13px;
  }
  .lh--26,
  .lh--28,
  .lh--30 {
    line-height: 1.6;
  }
}
/* UNDERLINE TEXT */
.u-underline {
  border-bottom: 1px solid currentColor;
}
/* =============================================================== */
/* LINK 2 */
.c-link2__wrapper {
  display: flex;
  justify-content: space-between;
}
.c-link2__wrapper .c-link2 {
  max-width: unset;
  width: calc((100% - 40px) / 2);
}
.c-link2 {
  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: 18px;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 424px;
  padding: 24px 18px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #cccccc;
}
.c-link2.center {
  margin-left: auto;
  margin-right: auto;
}
.c-link2:hover {
  color: #111;
  opacity: 1;
}
.c-link2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background-color: #111;
  z-index: 2;
  -webkit-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -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-link2--default::before {
  content: none;
}
.c-link2:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.c-link2::after {
  background-image: url(./../images/common/ic-chevron-right-black.png);
  width: 12px;
  height: 20px;
}
.c-link2--green::before {
  background-color: #437c27;
}
.c-link2--green:hover {
  color: #437c27;
}
.c-link2--green:hover::after {
  background-image: url(./../images/common/ic-chevron-right-green.png);
}

.c-link2.hover-green:hover {
  color: #437c27;
  border-color: #437c27;
}
.c-link2.hover-green:hover::after {
  background-image: url(./../images/common/ic-chevron-right-green.png);
}
@media screen and (max-width: 767px) {
  .c-link2__wrapper {
    flex-direction: column;
  }
  .c-link2__wrapper .c-link2 {
    max-width: unset;
    width: 100%;
  }
  .c-link2 {
    font-size: 16px;
    padding: 20px 10px;
  }
  .c-link2::after {
    width: 10px;
    height: 16px;
  }
}
/* =============================================================== */
/* LIST  */
.c-listwrapper {
  width: 100%;
  overflow: hidden;
}
.c-list {
  display: flex;
  flex-wrap: wrap;
}
.c-list.nogap .item {
  margin: 0 !important;
}
.c-list.center {
  justify-content: center;
}
/* COL 1 TAB */
@media screen and (max-width: 1023px) {
  .c-list.col1-tab .item {
    width: 100% !important;
  }
}
/* COL 2 */
.c-list.col2 .item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-list.col2 .item {
    width: 100%;
  }
}
/* COL 3 */
.c-list.col3 .item {
  width: 33.333333333%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-list.col3 .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-list.col3 .item {
    width: 100%;
  }
}
/* COL 4 */
.c-list.col4 .item {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .c-list.col4 .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-list.col4 .item {
    width: 100%;
  }
}
/* COL 5 */
.c-list.col5 .item {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .c-list.col5 .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-list.col5 .item {
    width: 100%;
  }
}
/* GAP  */
.c-list.gap40 {
  margin: 0 -20px;
}
.c-list.gap40 .item {
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .c-list.gap40 {
    margin: 0 -10px;
  }
  .c-list.gap40 .item {
    padding: 0 10px;
  }
}
.c-list.gap30 {
  margin: 0 -15px;
}
.c-list.gap30 .item {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-list.gap30 {
    margin: 0 -5px;
  }
  .c-list.gap30 .item {
    padding: 0 5px;
  }
}
.c-list.gap20 {
  margin: 0 -10px;
}
.c-list.gap20 .item {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list.gap20 {
    margin: 0 -5px;
  }
  .c-list.gap20 .item {
    padding: 0 5px;
  }
}
/* GAP BOT */
.c-list.gapbot60 {
  margin-bottom: -60px;
}
.c-list.gapbot60 .item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-list.gapbot60 {
    margin-bottom: -40px;
  }
  .c-list.gapbot60 .item {
    margin-bottom: 40px;
  }
}

.c-list.gapbot40 {
  margin-bottom: -40px;
}
.c-list.gapbot40 .item {
  margin-bottom: 40px;
}

.c-list.gapbot30 {
  margin-bottom: -30px;
}
.c-list.gapbot30 .item {
  margin-bottom: 30px;
}
.c-list.gapbot20 {
  margin-bottom: -20px;
}
.c-list.gapbot20 .item {
  margin-bottom: 20px;
}
/* ======================================================== */
/* CARD 1 */
.c-card1 {
  display: block;
  text-align: center;
  transition: 0.4s;
}
.c-card1 .content-wrapper {
  padding-top: 26px;
}
.c-card1 .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.c-card1 .heading .c-new {
  margin-right: 15px;
}
.c-card1.c-imgwrapper__trigger:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-card1 .content-wrapper {
    padding-top: 15px;
  }
  .c-card1 .heading {
    margin-bottom: 8px;
  }
}
/* CARD 2 */
.c-card2 .content-wrapper {
  padding: 30px 22px 0;
}
.c-card2 .heading {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.c-card2 .heading span {
  margin: 0 5px 10px;
}
.c-card2 .c-post-title {
  padding-top: 12px;
}
.c-card2:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-card2 .content-wrapper {
    padding: 15px 0 0;
    text-align: center;
  }
  .c-card2 .heading {
    justify-content: center;
  }
}

/* CARD 3 */
.c-card3:hover {
  opacity: 1;
}
.c-card3 .content-wrapper {
  position: relative;
  height: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-card3 .content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.4;
  z-index: -1;
}
.c-card3 .title {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.c-card3 .title strong {
  display: block;
  font-size: 32px;
  letter-spacing: 0;
}
.c-card3 .c-btn4 {
  max-width: 140px;
  font-size: 16px;
  padding: 10px 10px;
}
.c-card3 .c-btn4.icon-arrow.after::after {
  width: 16px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .c-card3 .title strong {
    font-size: 26px;
  }
  .c-card3 .c-btn4 {
    font-size: 14px;
  }
}
/*  CARD 4 */
.c-card4 .content-wrapper {
  position: relative;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: -26px 20px 0;
  padding: 54px 20px 36px;
  text-align: center;
}
.c-card4 .index {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  background-color: #437c27;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.c-card4 .title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.c-card4 .text {
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .c-card4 .content-wrapper {
    margin: -15px 10px 0;
    padding: 40px 10px 30px;
  }
  .c-card4 .index {
    font-size: 16px;
    width: 45px;
    height: 45px;
    top: -22px;
  }
  .c-card4 .title {
    margin-bottom: 5px;
  }
  .c-card4 .text {
    line-height: 1.6;
  }
}
/* CARD 5 */
.c-card5 .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  writing-mode: vertical-lr;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  padding: 11px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-card5 .tag::before {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  margin-bottom: 2px;
  background-color: #111111;
}
.c-card5 .content-wrapper {
  padding: 20px;
}
.c-card5 .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-card5 .tag {
    font-size: 14px;
    padding: 8px 4px;
    top: 5px;
    left: 5px;
  }
  .c-card5 .tag::before {
    height: 8px;
  }
  .c-card5 .content-wrapper {
    padding: 15px 0 0;
    text-align: center;
  }
  .c-card5 .title {
    font-size: 22px;
  }
}
/* ================================================================== */
/* PHONE */
.c-phone {
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
}
.c-phone .icon {
  display: inline-block;
  width: 48px;
}
@media screen and (max-width: 1023px) {
  .c-phone {
    pointer-events: auto;
  }
  .c-phone {
    font-size: 32px;
  }
  .c-phone .icon {
    width: 32px;
    margin-bottom: 5px;
  }
}
/* ========================================= */
/* BOX */
.c-box--gray {
  background-color: rgba(238, 238, 230, 0.3);
  color: #111;
}
/* ========================================= */
/* HEADING */
.c-heading {
  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;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-heading__item {
  margin: 0 5px 10px;
}
@media screen and (max-width: 1023px) {
  .c-heading {
    display: block;
    margin: 0;
  }
  .c-heading__item {
    margin: 0 0 10px;
  }
}
/* ========================================= */
/* HEADING 1 */
.c-heading1 {
  display: flex;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.c-heading1::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 15px;
}
.c-heading1.icon-checked-green.before::before {
  background-image: url(./../images/common/ic-checked-green.png);
  width: 30px;
  height: 30px;
}
@media all and (max-width: 767px) {
  .c-heading1 {
    font-size: 18px;
    line-height: 1.5;
  }
  .c-heading1::before {
    margin-right: 8px;
  }
  .c-heading1.icon-checked-green.before::before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
}
/* ========================================= */
/* HEADING 3 */
.c-heading3 {
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  padding: 20px 30px;
}
.c-heading3.before.icon-chevron:before {
  background-image: url(./../images/common/ic-chevron-circle-black.png);
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .c-heading3 {
    font-size: 18px;
    padding: 15px 0;
  }
  .c-heading3.before.icon-chevron:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
/* ========================================= */

/* SLIDER */
.c-slider__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 30%;
  max-width: 70px;
  height: 2px;
  margin: 10px !important;
  background-color: #ffffff;
  opacity: 1;
}
.c-slider__pagination .swiper-pagination-bullet-active {
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .c-slider__pagination .swiper-pagination-bullet {
    max-width: 40px;
    margin: 5px !important;
  }
}
/* SLIDER 2 */
.slider2-wrapper {
  position: relative;
  padding: 0 50px;
}
.slider2 .item .c-imgwrapper {
  display: block;
  width: 100%;
}
.slider2-wrapper .swiper-button-prev {
  left: 10px;
}
.slider2-wrapper .swiper-button-next {
  right: 10px;
}
/* SLIDER CONTINOUS */
.slider-continous,
.slider-continous-reverse,
.slider-continous-opposite {
  pointer-events: none;
}
.slider-continous-opposite .swiper-wrapper,
.slider-continous-reverse .swiper-wrapper,
.slider-continous .swiper-wrapper {
  transition-timing-function: linear;
}
/* SLIDER ARROW */
.slider-arrow {
  width: 10px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.slider-arrow::after {
  content: none;
}
.slider-arrow::before {
  content: "";
  background-image: url(./../img/svg/icon-chevron-left-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #111;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-arrow-prev::before {
  background-image: url(./../img/svg/icon-chevron-right-black.svg);
}
/* SLIDER WRAPPER  */
.slider-wrapper {
  position: relative;
  padding: 0 100px;
}
/* COPY RIGHT */
.c-copyright {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
}
.c-copyright span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-copyright {
    font-size: 10px;
  }
}
/* ================================================================= */
/* FOOTER */
/* TOP */
.footer-top {
  color: #fff;
  text-align: center;
}
.footer-top .footer-list {
  align-items: center;
  min-height: 540px;
}
.footer-top .footer-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-top .footer-list li:last-child {
  position: relative;
}
.footer-top .footer-list li:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #cccccc;
  width: 1px;
  height: 131px;
}
.footer-top .title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 1px dashed #fff;
  padding-top: 20px;
  margin-bottom: 20px;
}
.footer-top .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.footer-top .c-btn1 {
  max-width: 300px;
  width: 100%;
  padding: 16px 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.footer-top .c-btn1::before {
  margin-right: 10px;
}
/* BOTTOM */
.footer-bottom {
  padding-top: 85px;
  padding-bottom: 110px;
}
.footer-logo {
  width: 100%;
  max-width: 247px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
.footer-bottom .c-nav2 {
  margin-bottom: 52px;
}
@media screen and (max-width: 1023px) {
  .footer-list.c-list.col2 .item {
    width: 100%;
  }
  .footer-list.c-list.col2 .item + .item {
    margin-top: 50px;
    padding-top: 50px;
  }
  .footer-top .footer-list li:last-child::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    height: 1px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-top .footer-list {
    min-height: unset;
    padding: 50px 0;
  }
  .footer-list.c-list.col2 .item {
    padding: 0;
  }
  .footer-list.c-list.col2 .item + .item {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer-top .title {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .footer-top .title::after {
    width: 9px;
    height: 14px;
    margin-left: 8px;
  }

  .footer-bottom {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .footer-logo {
    max-width: 150px;
    margin-bottom: 30px;
  }
  .footer-bottom .c-nav2 {
    margin-bottom: 30px;
  }
}
/* =============================================================== */
/* 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: #437c27;
  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: 30px;
    height: 30px;
    font-size: 10px;
  }
  .c-pagination .item.prev {
    margin-right: 10px;
  }
  .c-pagination .item.next {
    margin-left: 10px;
  }
}
/* =============================================================== */
/* NEW BADGE */
.c-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  width: 54px;
  height: 23px;
  background-color: #c9161e;
  color: #fff;
}
@media all and (max-width: 767px) {
  .c-new {
    font-size: 10px;
    width: 45px;
    height: 21px;
  }
}
/* =============================================================== */
/* SECTION TEXT IMG */
.c-textimg {
  display: flex;
  flex-wrap: wrap;
}
.c-textimg.align-center {
  align-items: center;
}
.c-textimg__fixed {
  display: block;
  width: 50%;
}
.c-textimg__expand {
  flex: 1;
  padding-left: 50px;
}
@media all and (max-width: 1023px) {
  .c-textimg__fixed {
    width: 100%;
  }
  .c-textimg__expand {
    flex: 0 1 auto;
    width: 100%;
    padding-top: 50px;
  }
}
/* =============================================================== */
/* DATA LIST */
.c-dl dl {
  display: flex;
}
.c-dl dt,
.c-dl dd {
  border-bottom: 1px solid #cccccc;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 18px;
}
.c-dl.u--border-gray dt,
.c-dl.u--border-gray dd {
  border-bottom: 1px solid #707070;
}
.c-dl.u--border-black dt,
.c-dl.u--border-black dd {
  border-bottom: 1px solid #111;
}
.c-dl dt {
  width: 240px;
  flex-shrink: 0;
  font-weight: 700;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.c-dl.u--title-green dt {
  color: #437c27;
}
.c-dl.u--title-greenborder dt {
  border-bottom: 1px solid #437c27;
}
.c-dl.gap30 dt {
  margin-right: 30px;
}
.c-dl dd {
  flex: 1;
  word-break: break-all;
}
.c-dl .md-text {
  font-size: 18px;
}
.c-dl .icon-text {
  display: flex;
  align-items: baseline;
}
.c-dl .icon-text.before::before {
  margin-right: 5px;
}
.c-dl .icon-text.before.icon-train::before {
  background-image: url(./../images/common/ic-train-black.png);
  width: 15px;
  height: 17px;
}
.c-dl .icon-text.before.icon-car::before {
  background-image: url(./../images/common/ic-car-black.png);
  width: 17px;
  height: 14px;
}

@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.gap30 dt {
    margin-right: 10px;
  }
  .c-dl .md-text {
    font-size: 14px;
  }
  .c-dl .icon-text.before.icon-train::before {
    width: 14px;
    height: 14px;
  }
  .c-dl .icon-text.before.icon-car::before {
    width: 14px;
    height: 12px;
  }
}

.c-dl .index {
  position: relative;
  z-index: 1;
  overflow: auto;
}
.c-dl .index::after {
  content: "";
  clear: both;
  display: table;
}
.c-dl .index .right,
.c-dl .index .left {
  background: #fff;
}
.c-dl .index:after {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  border: none;
  border-bottom: 1px dotted #000;
  z-index: -1;
}
.c-dl .index .right {
  min-width: 66px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .c-dl .index + .index {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-dl .index:after {
    bottom: 10px;
  }
  .c-dl .index .right {
    min-width: 52px;
  }
}
/* =============================================================== */
/* HEADING */
.c-heading2 {
  background: #fff;
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
  padding: 20px 80px 18px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.c-heading2::before {
  position: absolute;
  content: "";
  background: url(./../images/common/ic-check-circle-green.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 28px;
  top: 25px;
  left: 37px;
}

@media screen and (max-width: 768px) {
  .c-heading2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .c-heading2::before {
    top: 23px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
}

/**Custom*/
.c-tabContent__item {
  display: none;
}
.c-tabContent__item.active {
  display: flex;
}
/* =============================================================== */
/* =============================================================== */
