@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "UTM Avo Bold";
  src: url("../font/UTMAvoBold.eot");
  src:
    url("../font/UTMAvoBold.eot?#iefix") format("embedded-opentype"),
    url("../font/UTMAvoBold.woff2") format("woff2"),
    url("../font/UTMAvoBold.woff") format("woff"),
    url("../font/UTMAvoBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTM Avo";
  src: url("../font/UTMAvo.eot");
  src:
    url("../font/UTMAvo.eot?#iefix") format("embedded-opentype"),
    url("../font/UTMAvo.woff2") format("woff2"),
    url("../font/UTMAvo.woff") format("woff"),
    url("../font/UTMAvo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*==========================================================================*/
/*                                                                          */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
html:focus-within {
  scroll-behavior: smooth;
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
*,
::before,
::after {
  box-sizing: border-box;
  outline: none;
}
select {
  visibility: visible !important;
}
a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}
a[href^="tel:"] {
  word-break: keep-all;
}

/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff;
}
body {
  color: var(--txt);
  -webkit-text-size-adjust: none;
  min-width: 320px;
  font-family: var(--font-main);
}
table {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
p,
dd,
dt,
li,
th,
td,
address {
  line-height: 1.5em;
  letter-spacing: 0;
  font-size: var(--mfont-size);
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
:root {
  /* FONT SITE */
  --font-main: "Google Sans", sans-serif;
  --font-open: "Open Sans", sans-serif;
  --font-avo-bold: "UTM Avo Bold", sans-serif;
  --font-avo: "UTM Avo", sans-serif;
  --mfont-size: 17px;

  /* COLOR TEXT */
  --txt: #0b0733;

  /* MAIN COLOR  */
  --mcolor: #4f9d86;

  /* SUB COLOR */
  --scolor: #ccf5d9;
  --l_blue: #f4f6fc;
  --orange: #ef7131;
  --l_orange: #ffc3a1;
  --yellow: #fcc931;
  --l_yellow: #ffe293;
  --purple: #93a3fa;
  --l_purple: #d9dfff;
  --dark-blue: #0b0733;

  --red: #e31837;

  /* SIZE WRAPPER */
  --site_size: 1230px;
}

#wrapper {
  min-width: var(--site_size);
  margin: 0 auto;
  user-select: none;
}
.inner {
  width: var(--site_size);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}
.inner100 {
  width: 100%;
  max-width: 100%;
}

/*==========================================================
                      C U S T O M 
==========================================================*/
.d-flex {
  display: flex;
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.flex_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.flex_col_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fixed {
  position: fixed;
}
.posr {
  position: relative;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.red {
  color: var(--red);
}
.txt_line {
  text-decoration: underline;
}
.m0a {
  display: block;
  margin: 0 auto;
}
.f_big {
  font-size: 150%;
}
.f_sm {
  font-size: 80%;
}

/*==========================================================
                       H E A D E R
==========================================================*/
header {
  position: relative;
  z-index: 10;
}
header.show .h_top {
  padding: 8px 0;
}
.h_box {
  width: 100%;
  position: fixed;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}
.h_top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
  transition: 0.3s;
}
.h_left {
  flex-shrink: 0;
}
.h_left #logo {
  margin: 0;
  line-height: 0;
  width: 180px;
}
.h_left #logo img {
  display: block;
  height: auto;
}
.h_contact {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
  min-width: 0;
  color: var(--txt);
  font-size: 15px;
  font-weight: 500;
  align-self: flex-end;
}
.h_contact__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.h_contact__item:hover {
  color: var(--purple);
}
.h_contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--purple);
}
.h_contact__item--phone .h_contact__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M19.95 17.21 17.4 14.66a1.5 1.5 0 0 0-2.04-.07l-1.39 1.16a13.6 13.6 0 0 1-5.72-5.72l1.16-1.39a1.5 1.5 0 0 0-.07-2.04L6.79 4.05a1.5 1.5 0 0 0-2.12 0L3.4 5.32a3 3 0 0 0-.87 2.51A18.34 18.34 0 0 0 16.17 21.47a3 3 0 0 0 2.51-.87l1.27-1.27a1.5 1.5 0 0 0 0-2.12Z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M19.95 17.21 17.4 14.66a1.5 1.5 0 0 0-2.04-.07l-1.39 1.16a13.6 13.6 0 0 1-5.72-5.72l1.16-1.39a1.5 1.5 0 0 0-.07-2.04L6.79 4.05a1.5 1.5 0 0 0-2.12 0L3.4 5.32a3 3 0 0 0-.87 2.51A18.34 18.34 0 0 0 16.17 21.47a3 3 0 0 0 2.51-.87l1.27-1.27a1.5 1.5 0 0 0 0-2.12Z'/></svg>") center / contain no-repeat;
}
.h_contact__item--mail .h_contact__icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M4 6h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Zm0 2v.5l8 5 8-5V8H4Zm16 2.07-7.45 4.66a1 1 0 0 1-1.1 0L4 10.07V16h16v-5.93Z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M4 6h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Zm0 2v.5l8 5 8-5V8H4Zm16 2.07-7.45 4.66a1 1 0 0 1-1.1 0L4 10.07V16h16v-5.93Z'/></svg>") center / contain no-repeat;
}
.h_actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.h_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px 9px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: 0.2s;
}
.h_btn--primary {
  background: var(--purple);
  color: #fff;
}
.h_btn--primary:hover {
  background: #0b0733;
  color: #fff;
}
.h_btn--ghost {
  background: #fff;
  color: var(--txt);
  border-color: #d8deef;
}
.h_btn--ghost:hover {
  border-color: var(--purple);
  color: var(--purple);
}
.h_btn__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.h_btn--primary .h_btn__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm.5 5a1 1 0 0 1 1 1v4.59l3.3 3.3a1 1 0 0 1-1.41 1.42l-3.6-3.6A1 1 0 0 1 11.5 13V8a1 1 0 0 1 1-1Z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm.5 5a1 1 0 0 1 1 1v4.59l3.3 3.3a1 1 0 0 1-1.41 1.42l-3.6-3.6A1 1 0 0 1 11.5 13V8a1 1 0 0 1 1-1Z'/></svg>") center / contain no-repeat;
}
.h_btn--ghost .h_btn__icon--user::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm0 2c-3.31 0-8 1.68-8 5v1a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1c0-3.32-4.69-5-8-5Z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm0 2c-3.31 0-8 1.68-8 5v1a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1c0-3.32-4.69-5-8-5Z'/></svg>") center / contain no-repeat;
}
.h_btn__label--mobile {
  display: none;
}
.h_nav {
  border-top: 1px solid var(--l_purple);
}

.search-container {
  position: relative;
}
.search-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-input {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.search-input.input_active {
  width: 240px;
  visibility: visible;
  opacity: 1;
}
.search-input input {
  width: 100%;
  padding: 0 15px;
  border-radius: 50px;
  border: 1px solid #cccccc;
  font-size: 14px;
  height: 40px;
}
.search.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/search_ic.svg) center / cover no-repeat;
  transition: 0.3s;
}
.search_active .search.icon {
  background-image: url(../images/close_ic.svg);
}

/* HAMBUGER BUTTON */
.hamburger {
  font: inherit;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 10px 8px 5px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  width: 35px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner::after,
.hamburger-inner::before {
  display: block;
  content: "";
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  transition: transform 0 cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dxy.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
  top: -10px;
}
.hamburger--3dxy.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  bottom: -10px;
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition:
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
  transition: transform 0 cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}
.hamburger--3dxy-r.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/* DEFAULT TITLE */
.title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}

/* DEFAUTL NAME BUTTON */
.btn a {
  width: fit-content;
  height: 40px;
  border-radius: 5px;
  padding: 15px 15px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--yellow);
  font-size: 16px;
  color: var(--txt);
  text-decoration: none;
  position: relative;
  font-weight: 700;
  border: 2px solid #333;
}
/*.btn a::before{content: '';position: absolute;width: 10px;height: 10px;border-top: 2px solid var(--txt);border-right: 2px solid var(--txt);transform: rotate(45deg);right: 20px;top: calc(50% - 5px)}*/
.btn a.no_ic::before {
  display: none;
}
.btn a.prev_ic::before {
  left: 20px;
  right: initial;
  transform: rotate(-135deg);
}
.btn.center a {
  margin-left: auto;
  margin-right: auto;
}
.list_anchor_fun {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
.list_anchor_fun .btn {
  margin: 0 15px;
}
.list_anchor_fun .btn a {
  width: 180px;
  height: 50px;
}
section {
  padding: 40px 0;
}

/*DEFAULT FRAME*/
.item_ytb,
.box_ytb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  line-height: 0;
}
.item_ytb {
  aspect-ratio: 9/16;
}
.item_ytb iframe,
.box_ytb iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  display: block;
}

/*==========================================================
                  M A I N    V I S U A L
==========================================================*/

main {
  position: relative;
  padding-top: 128px;
  z-index: 2;
}
.mv {
  position: relative;
  background: #f6f6ed;
  padding-bottom: 0;
}
.mv01 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.mv_ttl {
  margin-bottom: 0;
}
.box_map {
  width: 100%;
  height: 220px;
}
.box_map iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

/*==========================================================
                M A I N    C O N T E N T
==========================================================*/

/* use private */
/*==================== SECTION RIGHT ===================*/
.section_container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.sec_r {
  width: 30%;
}
.sec_r_ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: var(--font-main);
}
.sec_l {
  width: 70%;
  padding-right: 20px;
}
.sec_r_list_news {
}
.sec_r_list_news li {
  margin-bottom: 15px;
}
.sec_r_list_news a {
  display: flex;
  align-items: flex-start;
}
.sec_r_list_news a .news_img {
  width: 100px;
  margin-right: 10px;
  flex-shrink: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cdcdcd;
}
.sec_r_list_news a .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_r_list_news a .news_ttl {
  font-size: var(--mfont-size);
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.sec_r_list_news a:hover .news_ttl {
  color: var(--scolor);
}
.sec_r_list_news .news_content {
  line-height: 1.5em;
}
.sec_r_list_news .news_date {
  font-size: 14px;
  display: block;
}

.sec_2col {
  display: flex;
  align-items: flex-start;
}
.sec_2col.a_center {
  align-items: center;
}
.col_l,
.col_r {
  width: 50%;
}

/*==================== SEC01 ===================*/
.sec01 {
  background: #f6f6ed;
}
.sec01_h3 {
  padding-right: 80px;
}

/*==================== SEC02 ===================*/
.sec02 {
  background: #f4f6fc;
}
.s02_title {
  font-size: 36px;
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.flex_3fr {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.s02_list .item_ytb {
  width: 32%;
  border: 2px solid #000;
  padding: 5px;
}
.s02_list .item_ytb iframe {
}
/*==================== SEC03 ===================*/
.sec03 {
  background: #f6f6ed;
}
.flex_3fr .item_3fr {
  width: 32%;
  border-radius: 20px;
}
.lo-trinh-list {
  justify-content: center;
  align-items: initial;
}
.lo-trinh-list .item_lo-trinh {
  position: relative;
  padding-bottom: 80px;
}
.lo-trinh-list .item_lo-trinh .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
.lo-trinh-list .item_lo-trinh .item_img a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item_lo-trinh .item_info ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.item_lo-trinh .item_info ul li:last-child {
  margin-bottom: 0;
}
.item_lo-trinh .item_info ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #000;
}
.item_lo-trinh {
  border: 2px solid #333;
  border-bottom-width: 6px;
  position: relative;
  transition: 0.3s;
  padding: 15px;
}
.item_lo-trinh:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.item_lo-trinh .btn a {
  position: initial;
}
.item_lo-trinh .btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.item_lo-trinh .item_ttl {
  font-size: var(--mfont-size);
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--font-avo-bold);
}
.item_lo-trinh .item_img img {
  border-radius: 10px;
}
.item_lo-trinh .item_info_label,
.item_lo-trinh .item_ttl,
.item_lo-trinh .item_time {
  margin-bottom: 0;
}
.item_lo-trinh .item_info {
  margin-bottom: 15px;
}
.item_lo-trinh.item_l_orange {
  background: var(--l_orange);
}
.item_lo-trinh.item_l_green {
  background: var(--scolor);
}
.item_lo-trinh.item_l_purple {
  background: var(--l_purple);
}

/*==================== SEC04 ===================*/
.sec04 {
  background: #f4f6fc;
}
.gallery-3fr {
  position: relative;
  justify-content: space-between;
}
.gallery-3fr::before {
  content: "";
  position: absolute;
  width: 410px;
  aspect-ratio: 205/137;
  height: auto;
  left: -30px;
  top: calc(50% - 140px);
  background: url(../images/khoanh_khac_ic01.png) center / cover no-repeat;
}
.gallery-3fr::after {
  content: "";
  position: absolute;
  width: 260px;
  aspect-ratio: 130/87;
  height: auto;
  right: -40px;
  top: calc(50% - 90px);
  background: url(../images/khoanh_khac_ic02.png) center / cover no-repeat;
}
.gallery-3fr .item_3fr img {
  border-radius: 10px;
}

/*==================== SEC06 ===================*/
.sec06 {
  background: #d8ddff;
}
.frame_2col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.s06_content {
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 60px;
}
.s06_item {
  width: 45%;
  background: var(--mcolor);
  border-radius: 10px;
  border: 2px solid #333;
  border-bottom-width: 6px;
  padding: 5px 20px;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  position: relative;
  font-family: var(--font-open);
}
.s06_item:nth-child(even) {
  background: var(--orange);
}
.s06_item::before {
  content: "";
  position: absolute;
  width: 60px;
  border-radius: 50px;
  right: 20px;
  top: calc(50% - 14px);
  height: 28px;
  background: #fff;
  border: 2px solid #333;
}
.s06_item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--yellow);
  right: 26px;
  border: 2px solid #333;
  top: calc(50% - 10px);
}

.moira_banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.moira_banner .bnr_content {
  width: 100%;
  max-width: 375px;
  border: 2px solid #333;
  border-bottom-width: 8px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: 0.3s;
  background: #fff;
}
.moira_banner .bnr_content a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  left: 0;
  top: 0;
}
.moira_banner .bnr_txt {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 0;
  font-family: var(--font-open);
}
.moira_banner .bnr_btn a {
  border: 2px solid #333;
  border-radius: 10px;
  background: var(--yellow);
  padding: 5px 10px;
  font-weight: 900;
  font-family: var(--font-open);
}
.moira_banner .bnr_logo {
  margin-bottom: 0;
}
.moira_banner .bnr_logo img {
  width: 60px;
  border-radius: 10px;
}
.moira_banner .bnr_content:hover {
  background: #333;
  color: #fff;
}

/*==================== FORM ===================*/
.section_form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.section_form .label_form {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.f-control {
  border: 1px solid #cccccc;
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  font-size: var(--mfont-size);
  width: 100%;
}
textarea.f-control {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  font-size: var(--mfont-size);
  width: 100%;
}
.form_btn_box{position: relative;}
.form_btn_box .wpcf7-spinner{position: absolute;left: -15px;top: 8px;}
.btn_form {
  border: 2px solid var(--dark-blue);
  background: var(--yellow);
  color: var(--dark-blue);
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: 700;
}
.btn_form_mini {
  width: fit-content;
  padding-top: 1px;
}
.wpcf7-response-output {
  font-size: var(--mfont-size);
}

.section_form_bg {
  background-color: var(--l_purple);
  padding: 15px;
  border: 2px solid var(--dark-blue);
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  position: relative;
  z-index: 3;
  background: #f4f6fc;
  padding-top: 40px;
}
.ft_logo {
  margin-bottom: 0;
}
.ft_logo_txt {
  font-weight: 700;
  font-size: 24px;
}
.ft_label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ft_info {
  margin-bottom: 0;
}
.ft_box01 {
  width: 30%;
}
.ft_box02 {
  width: 13%;
}
.ft_box03 {
  width: 23%;
}
.ft_box04 {
  width: 27%;
}
.ft_box {
  flex-shrink: 0;
}
address {
  font-size: 14px;
  padding: 20px;
  margin: 0;
  font-style: normal;
  line-height: 1.5em;
  background: #0b0733;
  color: #fff;
  text-align: center;
}
.ft_social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.ft_social a {
  transition: 0.3s;
}
.ft_social a:hover {
  opacity: 0.8;
}
.ft_fanpage {
  max-width: 324px;
  overflow: hidden;
}
.ft_fanpage .fb_iframe_widget,
.ft_fanpage .fb_iframe_widget span,
.ft_fanpage .fb_iframe_widget iframe {
  max-width: 100% !important;
}
.ft_fanpage .fb_iframe_widget {
  height: auto !important;
  overflow: hidden;
}
.ft_fanpage .fb_iframe_widget span {
  max-height: none;
}

.ft_bot {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}
.ft_link {
  display: flex;
  flex-direction: column;
}
.ft_link li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a {
  display: inline-block;
  font-size: var(--mfont-size);
}
.ft_link a:hover {
  color: var(--purple);
}

/* FOOTER INFORMATION */
.ft_info_tel {
  margin-bottom: 10px;
}
.ft_info_tel a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  line-height: 1;
  display: block;
  font-family: var(--font-main);
}
.ft_info_tel a::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: calc(50% - 16px);
  background: url(../images/phone_ic.png) center / cover no-repeat;
}
.ft_info_mail {
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.ft_info_mail::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - 8px);
  background: url(../images/mail_ic.png) center / cover no-repeat;
}

/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 11;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  background: url(../images/totop.png) center / 16px no-repeat var(--purple);
}
.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* FIX EDGE ONLY  */
@supports (-ms-ime-align: auto) {
}

/* FIREFOX ONLY */
@-moz-document url-prefix() {
}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {
}
