@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/futura-pt");
@font-face {
    font-family: 'YDWBananaSlipPlus';
    src: url('assets/font/YDWbananaslipplus.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
  /* BASE COLORS */
  --base-white: #fdfdfd;
  --base-black: #2d2d2d;
  --base-green: #20bf62;
  --base-line-green: #00af26;
  --base-red: #e43d4a;
  --base-yellow: #ffffba;
  --base-yellow2: #fee70d;
  --base-blue:#3838FF;
  --base-green2:#1DA855;
  --base-lightBlack:rgba(45, 45, 45, 0.5);


  /*TEXT COLORS*/
  --text-white: #fdfdfd;
  --text-black: #2d2d2d;
  --text-green: #20bf62;
  --text-line-green: #00af26;
  --text-red: #e43d4a;
  --text-blue:#3838FF;
  --text-green2:#1DA855;
  --text-lightBlack:rgba(45, 45, 45, 0.5);


  /*BOX SHADOW*/
  --boxShadow-base1: 4px 4px 15px 0px rgba(0, 0, 0, 0.11);
}
.text-white {
  color: var(--text-white);
}
.text-black {
  color: var(--text-black);
}
.text-green {
  color: var(--text-green);
}
.text-blue{
  color:var(--text-blue);
}
.text-lightBlack{
  color:var(--text-lightBlack);
}

.base-white {
  background-color: var(--base-white);
}
.base-blue {
  background-color: var(--base-blue);
}
.base-lightBlack{
  background-color:var(--base-lightBlack)
}

/* ===========================================
   FONT FAMILY (px based)
   =========================================== */
.font-new {
  font-family: "Zen Kaku Gothic New";
}
.font-ant {
  font-family: "Zen Kaku Gothic Antique";
}
.font-futura {
  font-family: "Futura PT";
}
.font-banana{
  font-family:'YDWBananaSlipPlus'
}

/* ===========================================
   FONT FORMAT (px based)
   =========================================== */
.text-underline {
  text-decoration: underline;
}



/* ===========================================
   FONT WEIGHT
   =========================================== */
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-550 {
  font-weight: 550;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

/* ===========================================
   LINE HEIGHT (in em, using .05em step)
   =========================================== */
.lh-5 {
  line-height: 0.05em;
}
.lh-10 {
  line-height: 0.1em;
}
.lh-15 {
  line-height: 0.15em;
}
.lh-20 {
  line-height: 0.2em;
}
.lh-25 {
  line-height: 0.25em;
}
.lh-30 {
  line-height: 0.3em;
}
.lh-36px {
  line-height: 36px;
}
.lh-40 {
  line-height: 0.4em;
}
.lh-50 {
  line-height: 0.5em;
}
.lh-75 {
  line-height: 0.75em;
}
.lh-100 {
  line-height: 1em;
}
.lh-120 {
  line-height: 1.2em;
}
.lh-130 {
  line-height: 1.3em;
}
.lh-140 {
  line-height: 1.4em;
}
.lh-150 {
  line-height: 1.5em;
}
.lh-160 {
  line-height: 1.6em;
}
.lh-170 {
  line-height: 1.7em;
}
.lh-200 {
  line-height: 2em;
}
.lh-20px {
  line-height: 20px;
}
.lh-30px {
  line-height: 1.875em;
}
.lh-34px {
  line-height: 2.125em;
}
.lh-40px {
  line-height: 2.5em;
}
.lh-40px2 {
  line-height: 40px;
}
.lh-60px {
  line-height: 60px;
}

/* ===========================================
   LETTER SPACING (in em, using .05em step)
   =========================================== */
.ls-2 {
  letter-spacing: 0.04em;
}
.ls-3 {
  letter-spacing: 0.04em;
}
.ls-4 {
  letter-spacing: 0.04em;
}
.ls-5 {
  letter-spacing: 0.04em;
}
.ls-5 {
  letter-spacing: 0.05em;
}
.ls-7 {
  letter-spacing: 0.07em;
}
.ls-8 {
  letter-spacing: 0.08em;
}
.ls-10 {
  letter-spacing: 0.1em;
}
.ls-15 {
  letter-spacing: 0.15em;
}
.ls-20 {
  letter-spacing: 0.2em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-30 {
  letter-spacing: 0.3em;
}
.ls-40 {
  letter-spacing: 0.4em;
}
.ls-50 {
  letter-spacing: 0.5em;
}

/* ===========================================
   GAP (px-based)
   =========================================== */
.gap-5px {
  gap: 5px;
}
.gap-8px {
  gap: 8px;
}
.gap-12px {
  gap: 12px;
}

.gap-10px {
  gap: 10px;
}
.gap-14px {
  gap: 14px;
}

.gap-15px {
  gap: 15px;
}
.gap-16px {
  gap: 16px;
}
.gap-18px {
  gap: 18px;
}
.gap-20px {
  gap: 20px;
}
.gap-25px {
  gap: 25px;
}
.gap-29px {
  gap: 29px;
}

.gap-30px {
  gap: 30px;
}
.gap-34px {
  gap: 34px;
}
.gap-40px {
  gap: 40px;
}
.gap-45px {
  gap: 45px;
}

.gap-50px {
  gap: 50px;
}
.gap-59px {
  gap: 59px;
}

.gap-60px {
  gap: 60px;
}
.gap-70px {
  gap: 70px;
}
.gap-75px {
  gap: 75px;
}
.gap-80px {
  gap: 80px;
}
.gap-84px {
  gap: 84px;
}
.gap-100px {
  gap: 100px;
}

/* ===========================================
   DISPLAY
   =========================================== */
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-none {
  display: none;
}

/* ===========================================
   FLEX DIRECTION
   =========================================== */
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}

/* ===========================================
   ALIGN ITEMS
   =========================================== */
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}
.items-baseline {
  align-items: baseline;
}

/* ===========================================
   JUSTIFY CONTENT
   =========================================== */
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* ===========================================
   width
   =========================================== */
.w-100 {
  width: 100%;
}
.rel {
  position: relative;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Zen Kaku Gothic Antique", serif;
	scroll-behavior: smooth;
	scroll-margin-top: 80px;
}

body,
html {
	margin: 0px !important;
	padding: 0px !important;
	color: var(--text-black);
}


/*------BUTTONS---------------*/
/* .button-red {
	color: var(--text-white);
	background-color: var(--base-red);
	padding: 20px 47px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	border: 2px solid var(--base-yellow);
	box-shadow: 4px 4px 0px 0px var(--base-yellow);
	width: fit-content;
	font-weight: bold;
	font-size: 18px;
	font-family: "Zen Kaku Gothic Antique";
	border-radius: 1000px;
}

.button-green-bg{
	display:flex;
	flex-direction:row;
	gap:12px;
	align-items:center;
	padding:10px 18px;
	width:100%;
	max-width:fit-content;
	border-radius:129.41px;
	background-color:var(--base-line-green);
	font-weight:700;
	font-size:22px;
	color:var(--text-white);
	height:51.86px !important;
}
.img-wrapper {
	background-color: var(--base-white);
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	align-items: center !important;
	justify-content: center !important;
	min-width: 29.66px;
	min-height: 29.66px;
	position: relative;
}
.img-wrapper img {
	width: 100%;
	max-width: 9.41px;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%) !important;
}

.button-green {
	color: var(--text-green);
	background-color: var(--base-white);
	padding: 17px 20px !important;
	max-height: 67.67px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	border: 2px solid var(--base-green);
	box-shadow: 4px 4px 0px 0px var(--base-green);
	width: fit-content;
	font-weight: bold;
	font-size: 18px;
	font-family: "Zen Kaku Gothic Antique";
	border-radius: 1000px;
}
.button-green-sp {
	color: var(--text-green);
	background-color: var(--base-white);
	padding: 12px 20px !important;
	max-height: 48px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	border: 2px solid var(--base-green);
	box-shadow: 4px 4px 0px 0px var(--base-green);
	width: fit-content;
	font-weight: bold;
	font-size: 15px;
	font-family: "Zen Kaku Gothic Antique";
	border-radius: 1000px;
}
.button-red2 {
	color: var(--text-white);
	background-color: var(--base-red);
	padding: 17px 20px;
	max-height: 67.67px;

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	border: 2px solid var(--base-yellow);
	box-shadow: 4px 4px 0px 0px var(--base-yellow);
	width: fit-content;
	font-weight: bold;
	font-size: 18px;
	font-family: "Zen Kaku Gothic Antique";
	border-radius: 1000px;
}
.button-red2-sp {
	color: var(--text-white);
	background-color: var(--base-red);
	padding: 12px 20px;
	max-height: 48px;

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	border: 2px solid var(--base-yellow);
	box-shadow: 4px 4px 0px 0px var(--base-yellow);
	width: fit-content;
	font-weight: bold;
	font-size: 15px;
	font-family: "Zen Kaku Gothic Antique";
	border-radius: 1000px;
}
.btn-img-sp {
	max-width: 25.24px;
	height: auto;
}

@media screen and (max-width: 650px) {
	.button-red {
		font-size: 15px;
		padding: 16px 30px;
	}
	.button-green-bg{
		font-size:15px;
	}
	.button-green-bg .line-icon{
		height:28px;
		width:auto;
	}
	.img-wrapper {
		width: 18px;
		height: 18px;
	}
	.img-wrapper img {
		height: 7px;
		width: 7px;
	}
}

 */
.button-red {
  color: var(--text-white);
  background-color: var(--base-red);
  padding: 20px 47px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border: 2px solid var(--base-yellow);
  box-shadow: 4px 4px 0px 0px var(--base-yellow);
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique";
  border-radius: 1000px;
  transition: all 0.3s ease-in-out;
}

.button-red:hover,
.button-red2:hover,
.button-red2-sp:hover{
  color: var(--text-red);
  background-color: var(--base-white);
  border: 2px solid var(--base-red, rgba(228, 61, 74, 1));
  box-shadow: 4px 4px 0px 0px var(--base-red);
}

.button-red .img-wrapper,
.button-red2 .img-wrapper,
.button-red2-sp .img-wrapper{
  background-color: var(--base-white);
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
  min-width: 29.66px;
  min-height: 29.66px;
  height: 100%;
  position: relative;
}
.contact-button-red {
  color: var(--text-white);
  background-color: var(--base-red);
  padding: 10px 25px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique";
  border-radius: 1000px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--base-red);
}
.contact-button-red:hover {
  background-color: var(--base-white);
  color: var(--text-red);
}
.contact-button-red:hover .img-wrapper {
  background-color: var(--base-red);
}
.contact-button-red:hover .img-wrapper img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(24%)
    hue-rotate(26deg) brightness(106%) contrast(104%);
}
.contact-button-red .img-wrapper {
  background-color: var(--base-white);
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
  min-width: 17.66px;
  min-height: 17.66px;
  height: 100%;
  position: relative;
}
.contact-button-red .img-wrapper img {
  width: 5.86px !important;
  height: auto;
  margin-left: 2px;
}
.button-green-bg:hover {
  color: var(--base-line-green) !important;
  background-color: var(--text-white);
  /* border:2px solid var(--base-line-green); */
}
.button-green-bg:hover .img-wrapper {
  background-color: var(--base-line-green);
}
.button-green-bg:hover .img-wrapper img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(24%)
    hue-rotate(26deg) brightness(106%) contrast(104%);
}
.button-green-bg .img-wrapper {
  background-color: var(--base-white);
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center !important;
  min-width: 22.86px;
  height: 22.86px !important;
  height: 100%;
  position: relative;
}
.button-green-bg .img-wrapper img {
  width: 100%;
  max-width: 8px;
  position: absolute;
  top: 53%;
  left: 55%;
  transform: translate(-50%, -50%) !important;
}
.button-red:hover .img-wrapper,
.button-red2:hover .img-wrapper,
.button-red2-sp:hover .img-wrapper{
  background-color: var(--base-red);
  transition: all 0.3s ease-in-out;
}
.button-red .img-wrapper img,
.button-red2 .img-wrapper img {
  width: 100%;
  max-width: 9.41px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) !important;
}
.button-red:hover .img-wrapper img {
  transition: all 0.3s ease-in-out;
  filter: brightness(1000%) saturate(0%) contrast(100%) invert(0%);
}
.button-red2:hover img,
.button-red2-sp:hover img{
  filter: brightness(0) saturate(100%) invert(30%) sepia(64%) saturate(3671%)
    hue-rotate(338deg) brightness(97%) contrast(84%);
}

.button-green-bg {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  padding: 10px 18px;
  width: 100%;
  max-width: fit-content;
  border-radius: 129.41px;
  background-color: var(--base-line-green);
  font-weight: 700;
  font-size: 22px;
  color: var(--text-white);
  height: 51.86px !important;
  transition: all 0.3s ease-in-out;
}

.button-green {
  color: var(--text-green);
  background-color: var(--base-white);
  padding: 17px 20px !important;
  max-height: 67.67px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--base-green);
  box-shadow: 4px 4px 0px 0px var(--base-green);
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique";
  border-radius: 1000px;
  transition: all 0.3s ease-in-out;
}
.line-icon-green {
  display: none;
}
.button-green:hover,
.button-green-sp:hover{
  background: rgba(0, 175, 38, 1);
  color: var(--text-white);
  transition: 0.3s ease-in-out;
  border: 2px solid var(--base-white);
}
.button-green:hover .line-icon-white {
  display: none;
  transition: all 0.3s ease-in-out;
}
.button-green:hover .line-icon-green {
  display: block;
  transition: all 0.3s ease-in-out;
  /* Slightly reduce contrast */
}
.button-green-sp {
  color: var(--text-green);
  background-color: var(--base-white);
  padding: 12px 20px !important;
  max-height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--base-green);
  box-shadow: 4px 4px 0px 0px var(--base-green);
  width: fit-content;
  font-weight: bold;
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique";
  border-radius: 1000px;
}
.button-red2 {
  color: var(--text-white);
  background-color: var(--base-red);
  padding: 17px 20px;
  max-height: 67.67px;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--base-yellow);
  box-shadow: 4px 4px 0px 0px var(--base-yellow);
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique";
  border-radius: 1000px;
  transition: all 0.3s ease-in-out;
}
.button-red2-sp {
  color: var(--text-white);
  background-color: var(--base-red);
  padding: 12px 20px;
  max-height: 48px;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--base-yellow);
  box-shadow: 4px 4px 0px 0px var(--base-yellow);
  width: fit-content;
  font-weight: bold;
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique";
  border-radius: 1000px;
	transition:all 0.3s ease-in-out;
}
.btn-img-sp {
  max-width: 25.24px;
  height: auto;
}

.button-red3:hover {
  border: 2px solid var(--base-white) !important;
  box-shadow: none !important;
}

@media screen and (max-width: 650px) {
  .button-red {
    font-size: 15px;
    padding: 16px 30px;
  }
  .button-green-bg {
    font-size: 15px;
  }
  .button-green-bg .line-icon {
    height: 28px;
    width: auto;
  }
  .button-red .img-wrapper {
    width: 18px;
    height: 18px;
  }
  .button-red .img-wrapper img {
    height: 10px;
    width: 10px;
  }
}


/*------END BUTTONS---------------*/






/*------ABOUT WHAT SECTION---------------*/
#page-about{
	height:100%;
	
/* 	overflow-y:hidden;
	 */
}
.contact-faq-container{
	background-image:url('/wp-content/uploads/2026/01/faq-bg.svg');
	background-size:cover;
	background-repeat:no-repeat;
	width:100% !important;
}
.about-what-section {
	width: 100vw !important;
	height: auto;
	background-color: var(--base-green);
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	overflow: hidden !important;
}
.about-what-main-container {
	padding: 70px 16px 100px 16px;
	overflow: hidden !important;
}
.what-sup-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding-top: 20px;
	padding-left: 30px;
}
.whats-title {
	width: 100vw !important;
	position: relative;
}
.whats-title div {
	width: 100%;
	overflow: hidden !important;
}
.whats-img1 {
	margin-left: 20px;
	position: absolute;
	left: -20px;
	top: -60px;
	max-width: 435.52px ;
	max-height: auto;
}
.whats-img2 {
	max-width: 475.81px;
	max-height: 409.26px;
	position: absolute;
	right: -10px;
	top: -70px;
}
.flyers-text {
	width: 100%;
	max-width: 1055.52px;
}
.flyers-text img {
	width: 100%;
	max-width: 451px;
	height: auto;
}
.whats-ul {
	padding-left: 20px;
}
.whats-ul li {
	color: var(--text-white);
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: "Zen Kaku Gothic Antique";
	margin-bottom: 10px;
}
.whats-ul li::marker {
	font-size: 0.65em;
}

.whats-break {
	display: none;
}
.flyers-container {
	width: 100%;
}
@media screen and (min-width:1600px){
	.whats-img1 {
		transform:scale(1.2);
		left:20px;
	}
	.whats-img2 {
		transform:scale(1.2);
		right:40px;
	}
}

@media screen and (max-width: 1400px) {
	.whats-img1 {
		max-width: 300px;
		top: 0px;
	}
	.whats-img2 {
		max-width: 300px;
		top: 0px;
	}
}

@media screen and (max-width: 1200px) {
	.whats-img1 {
		display: none;
	}
	.whats-img2 {
		display: none;
	}
	.flyers-text {
		flex-direction: column-reverse !important;
		align-items: center !important;
		justify-content:center !important;
	}
	.flyers-text {
		width: 100%;
		max-width: 600px;
	}
}

@media screen and (max-width: 735px) {
	.about-what-main-container {
		gap: 30px;
		padding: 50px 16px 60px 16px;
	}
	.about-what-item1 {
		gap: 20px;
	}
	.about-title-h {
		font-size: 48px;
	}
	.what-sup-text {
		padding-top: 25px;
		padding-left: 16px;
	}
	.whats-label {
		max-width: 313px;
		height: auto;
	}
	.whats-label-title {
		max-width: 346px;
		height: auto;
	}
	.whats-label-title1 {
		max-width: 195.36px;
		height: 43px;
	}
	.whats-h3 {
		font-size: 25px;
		max-width: 343px;
	}
	.whats-break {
		display: block;
	}
	.whats-break2 {
		display: none;
	}
	.flyers-text {
		gap: 24px;
		width: 100%;
		max-width: 100% !important;
	}

	.flyers-container {
		gap: 40px;
		width: 100% !important;
		max-width: 100% !important;
	}
	.whats-p {
		font-size: 15px !important;
	}
	.whats-ul li {
		font-size: 21px !important;
	}
	.about-what-section {
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
	}
}
/*------END ABOUT WHAT SECTION---------------*/







/*------SYSTEM SECTION---------------*/
.about-system-section {
	width: 100%;
	padding: 100px 16px;
	position: relative;
}
.about-bg {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}
.about-system-container {
	width: 100%;
	max-width: 1145px;
	display: flex;
	flex-direction: column;
	gap: 80px;
	align-items: center;
}
.system-item {
	box-shadow: var(--boxShadow-base1);
	padding: 40px 60px 40px 60px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	background-color: var(--base-white);
	width: 100% !important;
	display: flex;
	align-items: center;
}
.system-item > div:first-child {
	align-self: flex-start;
	width: 100%;
}
.sytem-item-content-left {
	width: 100% !important;
}
.step-label {
	max-width: 146px;
	height: auto;
	margin-bottom: 8px;
}
.step-banner-container {
	border: 1px solid var(--base-green);
	border-radius: 10px;
	padding: 30px 20px 20px 20px;
	position: relative;
	width: 100% !important;
}
.step-banner {
	width: fit-content;
	padding: 5px 21px;
	position: absolute;
	background-color: var(--base-green);
	border-radius: 200px;
	top: -10px;
}
.bubble {
	position: relative;
	max-width: 336.41px;
	width: 100%;
}
.bubble-line {
	width: fit-content;
}
.bubble-p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 15px;
	margin-top: 0px;
	text-wrap: nowrap;
}
.bubble-p2 {
	margin-top:0px;
	margin-left: 20px !important;
}
.bubble-p3 {
	margin-top:0px;
	margin-left: 27px;
}
.bubble-p4 {
	margin-top:0px;

	margin-left: 30px;
}
.chibi-container {
	width: 100% !important;
	position: absolute;
	bottom: 0px;
}

.chibi-container3 {
	bottom: -10px;
	left: 40px;
}
.chibi-container4 {
	bottom: 0px;
	left: 20px;
}
.chibi-container img {
	max-width: 150px;
	width: 100% !important;
	height: auto;
}
.chibi2 {
	margin-left: 40px;
}
.chibi3 {
	margin-left: -10px;
}

.system-svg1 {
	margin-top: -5px;
	width: 100%;
}

.about-item1-break,
.button-red-sp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.system-item {
		flex-direction: column;
		padding: 40px 60px 0px 60px;
		width: 100%;
		max-width: 700px;
		align-items: center;
	}
	.chibi-container {
		position: relative;
	}
	.chibi-container1 {
		margin-top: -50px;
	}
	.system-break {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.title-h{
		font-size:22px;
	}
	.about-system-section{
		padding:70px 16px;
	}
	.system-item {
		padding: 35px 10px 0px 10px !important;

		flex-direction: column;
		gap: 25px !important;
		width: 100%;
		align-items: center;
	}
	.about-system-container {
		gap: 30px;
	}
	.about-item-container {
		gap: 25px;
	}
	.system-item1-left {
		padding-right: 0px;
		background-color: blue;
		width: 100%;
		max-width: 100% !important;
	}
	.step-banner {
		left: 50%;
		transform: translate(-50%);
	}
	.title-box {
		gap: 10px;
	}
	.title-label,
	.step-label {
		height: 20px;
		width: auto;
	}
	.step-label {
		width: fit-content;
	}
	.title-label-h {
		font-size: 25px;
	}
	.step-label-h {
		font-size: 22px;
		text-wrap:nowrap;
	}
	.step-label-p {
		font-size: 15px;
	}
	.step-banner-container {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.step-banner-container p {
		font-size: 15px;
		text-wrap: nowrap;
	}
	.about-item1-break {
		display: block;
	}
	.chibi1 {
		max-width: 194.93px !important;
		height: auto;
	}
	.chibi2 {
		max-width: 140.16px !important;
		height: auto;
		margin-left: 20px;
	}
	.chibi3 {
		max-width: 188.16px !important;
		height: auto;
		margin-top: -60px;
		margin-left: -50px;
	}
	.step-3-container {
		gap: 20px;
	}
	.button-red-sp {
		display: inline-flex;
	}

	.button-red{
		gap:12px;
	}
	.img-wrapper {
		min-width: 18px;
		min-height: 18px;
	}
}

@media screen and (max-width: 500px) {
	.chibi-container {
		width: fit-content !important;
	}
	.chibi-container1 {
		margin-top: -40px;
	}
	.bubble-line {
		width: calc(100% + 5px);
	}
	.bubble-line2 {
		width: calc(100% + 25px);
	}
	.bubble-line4 {
		width: calc(100% - 10px);
	}

	.bubble {
		position: relative;
	}
	.bubble3 {
		margin-top: -50px;
	}
	.bubble-p,
	.bubble-p2,
	.bubble-p3 {
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		margin-left: 0px !important;
		transform: translate(-50%, -50%) !important;
	}
	.bubble-p2 p{
		font-size:10px !important;
		margin-left:18px;
	}
	.bubble-p2 {
		left: 54%;
	}
	.bubble-p3 {
		left: 45% !important;
	}

	.bubble-p p {
		font-size: 11px;
	}
	.chibi1 {
		max-width: 94.93px !important;
		height: auto;
	}
	.chibi2 {
		max-width: 88.16px !important;
		height: auto;
		margin-left: 20px;
	}

	.chibi-container2 {
		margin-top: -30px;
	}
	.chibi-container4 {
		margin-right: 10px;
		margin-top: -15px;
	}
	.chibi3 {
		max-width: 88.16px !important;
		height: auto;
		margin-top: -40px;
		margin-left: -130px;
	}
	.chibi4 {
		max-width: 88.16px !important;
		height: auto;
		margin-top: -0px;
		margin-left: -15px;
	}
	.system-item-title{
		gap:2px !important;
	}
}
@media screen and (max-width:360px){
	.step-label-h {
		text-wrap:wrap;
		font-size:21px;
	}
}

/*------END SYSTEM SECTION---------------*/





/*------FLOW SECTION---------------*/
.about-flow-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 16px;
  background-image: url("/wp-content/uploads/2026/01/fllow-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.about-flow-container {
  width: 100%;
  max-width: 1047.67px;
}

.flow-item {
  background-color: var(--base-white);
  box-shadow: 8px 8px 0px 0px var(--base-green);
  border-radius: 20px;
  padding: 40px 40px 40px 180px;
}
.flow-item1 {
  padding: 40px 40px 40px 150px;
}

.flow-label {
  position: absolute;
  top: -20px;
  left: 35px;
}
.flow-icon1 {
  max-width: 118.11px;
  height: auto;
}
.flow-icon2 {
  max-width: 94.82px;
  height: auto;
}
.flow-icon3 {
  max-width: 116.9px;
  height: auto;
}
.flow-icon4 {
  max-width: 109.59px;
  height: auto;
}
.flow-icon5 {
  max-width: 108.67px;
}
.flow-icon6 {
  max-height: 95.56px;
}

.step-label-sp {
  max-width: 55px;
  height: auto;
}

.flow-item-sp {
  width: 100%;
  max-width: 500px;
  padding: 15px 16px !important;
}
.flow-sp1 {
  max-width: 48.08px;
  height: auto;
}
.flow-sp2 {
  max-width: 36.56px;
  height: auto;
}
.flow-sp3 {
  max-width: 44px;
  height: auto;
}
.flow-sp4 {
  max-width: 44px;
  height: auto;
}

.flow-sp4 {
  max-width: 45px;
  height: auto;
}

.flow-sp5 {
  max-width: 45px;
  height: auto;
}
.flow-sp6 {
  max-width: 44.08px;
  height: auto;
}
.flow-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .flow-sp {
    display: flex;
  }
  .flow-pc {
    display: none;
  }
  .about-flow-container {
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
  .about-flow-section {
    background-image: url("/wp-content/uploads/2026/01/flow-sp-bg.svg");
    background-size: cover;
    padding: 70px 16px;
  }
}

/*------END FLOW SECTION---------------*/


/*------FAQ SECTION---------------*/
/* Faq.css */
.about-faq {
  padding: 100px 16px 200px 16px;
  background-image: url("/wp-content/uploads/2026/01/faq-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0px;
}

.accordion_one {
  border: 1px solid var(--base-green);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: var(--base-white);
}

.accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  background-color: var(--base-green);
  color: var(--text-white);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  height: 100%;
  font-size: 23px;
  opacity: 1;
}

.accordion_header:hover {
  opacity: 0.7;
}

.accordion_header.open {
  background-color: var(--base-green);
}

.i_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.one_i {
  position: relative;
  width: 16px;
  height: 2px;
  background-color: var(--base-white);
  transition: transform 0.3s ease;
}

.one_i::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--base-white);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.one_i.active::before {
  transform: rotate(0deg);
}

.accordion_inner {
  max-height: 0;
  overflow: hidden;
  padding: 0px 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease; 
}

.accordion_inner.open {
  background-color: var(--base-white);
  max-height: 800px; 
  opacity: 1;
  transition: max-height 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease 0.2s; 
}

.accordion_inner.animating {
  overflow: hidden;
}

.accordion_inner.opening {
  animation: slideDown 1.5s ease forwards;
}

.accordion_inner.closing {
  animation: slideUp 0.6s ease forwards;
}

@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  30% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    max-height: 500px;
    opacity: 1;
    padding: 30px;
  }
}

@keyframes slideUp {
  0% {
    max-height: 500px;
    opacity: 1;
    padding: 30px;
  }
  30% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.box_one {
  padding: 20px 0px;
  background-color: white;
}

.faq-break {
  display: none;
}

@media (max-width: 768px) {
  .accordion_header {
    padding: 15px 10px;
    font-size: 17px;
  }

  .box_one {
    padding: 16px;
  }
  .q-label {
    max-width: 28px;
    height: auto;
  }
  .faq-header-container {
    align-items: flex-start;
  }

  .faq-p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .accordion_inner {
    padding: 0px 10px 0px 8px;
  }
  .box_one {
    padding: 15px 0px;
    width: 100% !important;
  }
  .faq-break {
    display: block;
  }
  .faq-answer-container {
    align-items: flex-start;
    gap: 8px;
  }
  .about-faq {
    gap: 30px !important;
    padding: 70px 16px 100px 16px;
  }
  .about-faq .button-red {
    margin-top: 0px;
  }
  .faq-container {
    gap: 15px;
  }
}

.triangle-img {
  width: 15.71px !important;
  height: 589.71px;
}
.img-wrapper-faq {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  padding: 0px;
}


/*------END FAQ SECTION---------------*/



/*------COMPANY SECTION---------------*/
#page-company{
/* 	overflow:hidden; */
/* 	height:100%; */
}
.company-hero-section {
  width: 100%;
  height: 100%;
}
.msg-contact-container {
  background-image: url("/wp-content/uploads/2026/01/company-msg-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.company-contact-container {
  margin-top: 120px !important;
  background-image: url("/wp-content/uploads/2026/01/contact-company-bg.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.shop-list {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.section-hero-img {
  width: 100%;
}
.hero-title-box {
  position: relative;
}
.hero-title-box h1 {
  line-height: 100%;
  padding: 8px 120px;
  background-color: var(--base-white);
  border: 1px solid var(--base-green);
  width: fit-content;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-250px * 10));
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(calc(-250px * 10));
  }
  to {
    transform: translateX(0);
  }
}
.let-slider-container {
  width: 100%;
}

.let-slider {
  height: 120px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.let-slider::before,
.let-slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.let-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.let-slider::before {
  left: 0;
  top: 0;
}

.let-slider .let-slide-track {
  -webkit-animation: scroll 70s linear infinite;
  animation: scroll 70s linear infinite;
  display: flex;
  width: calc(250px * 15);
  gap: 40px;
}

.let-slider .slide {
  height: 120px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.let-slider .slide p span {
  margin-left: 10px;
}
.slide-sticker {
  width: auto;
  max-width: auto;
  height: 119px;
}
@media screen and (max-width:1250px){
/* 	.company-contact-container {
  margin-top: 310px !important;
 
  width: 100%;
} */
}
@media screen and (max-width: 850px) {
/* 	.company-contact-container {
  margin-top: 200px !important;
 
  width: 100%;
} */
  .hero-title-box h1 {
    padding: 8px 60px;
  }
}

@media screen and (max-width:650px){
 .company-contact-container{
  margin-top:0px !important;
 }
   .hero-title-box h1 {
    font-size:24px;
    padding:8px 50px;
    top:80px;
    text-wrap:nowrap;
	   border-radius:4px;
  }
  .shop-list p{
    font-size:13px;
  }
  .let-slider{
    margin-top:-30px;
  }
  .let-slider .slide-track {
 
  gap: 20px;
}

  .let-slide-track .slide p{
    font-size:43.33px;
  }
    .let-slide-track .slide p span{
    font-size:37.92px;
  }
   .let-slide-track  .slide img{
    max-height:60.81px;
  }
}

@media screen and (max-width:500px){
/* 	.company-contact-container {
  margin-top: -180px !important;
 
  width: 100%;
} */
}

@media screen and (max-width:360px){
/* 	.company-contact-container {
  margin-top: -150px !important;

} */
}
/*------END COMPANY SECTION----------*/





/*------COMPANY MESSAGE SECTION----------*/
.company-message {
  width: 100vw;
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 0px 0px;
  margin-top: -60px;
}
.company-message-main-container {
  background-image: url("/wp-content/uploads/2026/01/contact-company-bg.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.company-message-container {
  width: 100%;
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
}
.triangle-hero-title {
  width: 100%;
  max-width: 444.44px;
}
.triangle-header-title .header-h-title {
  border: 3px solid var(--base-green2);
  padding: 0px 15px;
  width: 100%;
  max-width: 444.44px;

  color: var(--text-green2);
  text-align: center;
  width: 100%;
  max-width: 444.44px;
  border-radius: 8px;
  background-color: var(--base-white);
  position: relative;
  z-index: 2;
}
.header-triangle {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -3px;
  z-index: 1;
}

.header-h-title2 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
}

.company-message-box {
  width: 100%;
  max-width: 1060px;
  border-radius: 20px;
  position: relative;
}
.owner-img {
  width: 100%;
  border-radius: 20px;
  padding: 0px;
  border: 10px solid var(--base-green2);
}
.company-msg-green {
  border-radius: 10px;
  padding: 10px 15px;
  background-color: var(--base-green);
  position: absolute;
  top: -60px;
  left: 20px;
  text-align: center;
  line-height: 42px;
}
.company-msg-yellow {
  line-height: 42px;
  border-radius: 10px;
  background-color: var(--base-yellow2);
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  right: 20px;
  top: -60px;
}
.company-msg-red-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
}
.company-msg-red {
  border-radius: 10px;
  padding: 12px 7px !important;
  background-color: var(--base-red);
  text-align: center;
  width: fit-content;
  line-height:100%;
}
.red-msg-span {
  margin-right: -20px;
  margin-left: -20px;
}
.msg-break {
  display: none;
}

@media screen and (min-width: 1280px) {
  .company-message-container {
    margin-top: -50px;
  }
}
@media screen and (max-width: 900px) {
  .msg-desc-break {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .company-msg-red,
  .company-msg-green,
  .company-msg-yellow {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 650px) {
  .company-message-main-container {
    padding-bottom: 80px;
  }
  .company-msg-green,
  .company-msg-yellow {
    font-size: 20px;
    line-height: 22px;
    padding: 5px 5px;
    border-radius: 0px;
  }
  .company-msg-green,
  .company-msg-yellow {
    top: -30px;
  }
  .company-msg-red {
    font-size: 18px !important;
    border-radius: 3px;
    padding: 3px 4px;
    line-height: 24px !important;
  }
  .red-msg-span {
    margin-right: -5px;
    margin-left: -5px;
  }
  .msg-break {
    display: block;
  }
  .triangle-header-title {
    max-width: 254px !important;
  }
  .header-triangle {
    margin-top: -21px;
  }
  .header-triangle svg {
    max-width: 254px !important;
  }
  .header-h-title2 {
    font-size: 20px;
    margin-top: 8px;
  }
  .header-h-title {
    font-size: 22px;
  }
  .company-message-box {
    margin-top: -10px;
  }
  .msg-desc-container {
    gap: 14px;
    margin-top: 20px;
  }
  .msg-desc-container p:first-of-type {
    font-size: 22px;
  }
  .msg-desc-container p:last-of-type {
    font-size: 14px;
  }
	.company-msg-red {

  padding:5px 7px !important;
 
}
}
@media screen and (max-width: 500px) {
  .company-message {
    margin-top: 60px;
  }
  .triangle-header-title {
    margin-top: -80px;
  }
  .company-msg-red,
  .company-msg-green,
  .company-msg-yellow {
    font-size: 14px;
    line-height: 14px;
  }
}


/*------END COMPANY MESSAGE SECTION----------*/


/*------COMPANY LOCATION----------------*/
.company-location-section{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:120px 16px 100px 16px;
}

.company-location-section-container {
    width: 100%;
    max-width: 1040px; 
    display: flex;
    justify-content: center;
}

.loc-info-box{
    width:100%;
    background-color:var(--base-white);
    border: 5px solid rgba(32, 191, 98, 1);
    box-shadow: 18px 18px 0px 0px var(--base-green);
    position:relative;
    border-radius:25px;
    padding:60px 40px;
}
.loc-title{
    background-color:var(--base-green);
    padding:0px 30px !important;
    width:fit-content;
    border-radius:5px;
    position:absolute;
    top:-50px;
    left:50%;
    transform:translateX(-50%);
}

.loc-info-container{
    width:100%; 
    max-width:1040px;
}


.loc-info-container > div.d-flex.flex-row.gap-40px {
    width: 100%;
}

.loc-info-container div > div {
    border-bottom: 0.5px solid rgba(83, 83, 83, 0.5);
    padding:13px 0px !important;
    width:100% !important;
    flex: 1 1 auto; 
}
.loc-info-ul{
	margin-left:-25px;
}
.loc-info-ul li::marker{
   font-size: 0.6em;
}
.loc-info-container div div p:first-child{
    width:100%;
    max-width:109px;
    flex-shrink: 0; 
}

.loc-info-container .d-flex.flex-column {
    flex: 1;
    min-width: 0; 
}

.map{
    width:100%;
    max-width:460px;
    border-radius:16px;
    overflow:hidden;
}
.map iframe{
    border:0px;
    height:100%;
    width:100%;
}

.google-span{
    margin-top:2px;
}
.google-link{
    border-bottom:1px solid rgba(45, 45, 45, 0.3);
}

@media screen and (max-width:900px){
    .loc-info-container{
        flex-direction:column-reverse;
    }
    .map{
        max-width:100% !important;
        width:100%;
        height:500px;   
    }
}

@media screen and (max-width:650px){
    .loc-info-box{
   box-shadow: 10px 10px 0px 0px var(--base-green);

}
    .company-location-section{
    padding:30px 16px 30px 16px;
    }
    .loc-info-box{
        padding:40px 16px;
    }
    .loc-info-container{
        gap:25px;
    }
    .loc-info-container div p:first-of-type{
        font-size:16px;
    }
    .loc-info-container div p:last-of-type{
        font-size:15px;
    }
    .loc-title{
        font-size:24px;
        top:-30px;
        text-wrap:nowrap;
    }
    .map{
        max-height:200px;
    }
    .loc-info-container div div p:first-child{
    max-width:70px;
}
.loc-info-ul li{
    font-size:15px;
}

}
/*------END COMPANY LOCATION------------*/





/*---------FLOW SECTION---------*/
.page-flow-main-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-hero-title-box {
  margin-bottom: 0px;
  height: 100%;
  overflow: hidden;
}

.shop-list-flow-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
.flow-section-main-container {
  width: 100%;
  max-width: 1040px;
  padding: 100px 16px;
}
.shop-list-flow {
  align-self: flex-start !important;
  justify-self: flex-start !important;
  position: relative;
  margin-left: 15px;
  z-index: 2;
}
.down-arrow-green {
  max-width: 45px;
  height: auto;
}
.flow-section-main-container .flow-item {
  border: 1px solid var(--base-green);
  z-index: 2;
  position: relative;
}

.yellow-circle1 {
  position: absolute;
  top: -70px;
  left: -225px;
  z-index:-1 !important
}
.yellow-circle2 {
  position: absolute;
  bottom: -110px;
  right: -200px;
  z-index: -1 !important;
}

.page-flow-contact-container {
  margin-top: 140px !important;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .flow-page-title {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .down-arrow-green {
    max-width: 26px;
  }
}

@media screen and (max-width: 650px) {
  .flow-section-main-container {
    padding: 40px 16px;
  }
  .page-flow-contact-container {
    margin-top: 45px !important;
  }

  .yellow-circle1,
  .yellow-circle2 {
    max-width: 200px;
  }
  .yellow-circle1 {
    top: -100px;
    left: -80px;
  }
  .yellow-circle2 {
    bottom: 20px;
    right: -80px;
  }
}

/*---------END FLOW SECTION-----*/


/*--------FAQ PAGE SECTION------*/
.page-faq-box{
    padding:45px 16px;
}
.page-faq-contact-container{
    margin-top:150px !important;
}
.faq-q-break{
    display:none;
}
.faq-page-h1{
	text-wrap:nowrap;
}
@media screen and (max-width:650px){
    .page-faq-box{
        padding:30px 16px;
    }
    .page-faq-contact-container{
    margin-top:50px !important;
}
.faq-q-break{
    display:block
}
	.faq-page-h1{
	text-wrap:nowrap;
}
}

@media screen and (max-width:340px){
    .faq-q-break{
    display:none;
}
}
/*-------END FAQ PAGE SECTION----------*/


/*------PRIVACY POLICY------------*/
.header-h1-policy {
  padding-left: 60px !important;
  padding-right: 60px !important;
  text-wrap: nowrap;
}
.policy-content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 70px 16px;
}
.policy-content-container h2 {
  text-align: center;
}
.policy-content-box {
  width: 100%;
  max-width: 960px;
}
.text-right-p {
  align-self: flex-end;
  text-align: right;
}

.policy-contact-container{
    margin-top:150px !important;
}


@media screen and (max-width:1200px){
    .policy-contact-container{
    margin-top:170px !important;
}
}
@media screen and (max-width: 900px) {
  .header-h1-policy {
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-wrap: nowrap;
    font-size: 30px;
  }
}

@media screen and (max-width: 650px) {
  .policy-content-container {
    padding: 30px 16px;
  }
  .policy-content-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .policy-paragraph{
    gap:20px !important;
  }
  .policy-paragraph h3 {
    font-size: 16px;
  }
  .policy-paragraph p {
    font-size: 14px;
  }
  .policy-paragraph-content {
    gap: 8px;
  }
    .policy-contact-container{
    margin-top:50px !important;
}
}



/*------END OF PRIVACY POLICY------*/

/*-----PAGE 404 SECTION-----------*/

.page-404 {
  width: 100%;
}

.Page-404-content {
  width: 100%;
  padding: 100px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Page404-contact-container {
  margin-top: 140px;
}
.page404-break {
  display: none;
}

@media screen and (max-width: 650px) {
  .Page-404-content {
    width: 100%;
    padding: 65px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Page404-h2 {
    font-size: 22px;
  }
  .page404-break {
    display: block;
  }

  .page404-p {
    font-size: 15px;
  }
  .page404-break2 {
    display: none;
  }
  .page404-p-container {
    gap: 40px;
  }
  .Page404-contact-container {
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .page404-p {
    max-width: 290px;
  }
}

/*-----END PAGE 404 SECTION--------*/







/*-----CONTACT LOCATION---------*/
.about-contact {
  height:auto !important;
	overflow:hidden;
/*   overflow:hidden; */
  margin-top: -180px;
/*   	position: relative; */
}
.about-page-contact-container{
	margin-top:-180px
}
.wave {
  display: block;
  width: 100% !important;
  height: auto;
  background-color: transparent;
}
.about-contact-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  
}
.wave path {
  width: 100%;
}
.contact-main-container {
  background-color: var(--base-green);
  width: 100%;
  margin-top: -2px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 70px;
}
.contact-title {
  background-color: var(--base-white);
  border: 3px solid #1da855;
  max-width: 432.09px;
  width: 432.09px;
  border-radius: 8px;
  padding: 5px 5px;
  z-index: 2;
  position: relative;
}
.contact-label {
  margin-top: -2px;
  z-index: -1;
}

.contact-info-container {
  background-image: url("/wp-content/uploads/2026/01/contact-yellow-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1030px;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 50px;
}
.yellow-bubble {
  background-color: var(--base-yellow2);
  border-radius: 8px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.bubble-tip {
  position: absolute;
  right: 90px;
  bottom: -20px;
}
.logo-main-container {
  background-color: var(--base-white);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  width: 100%;
}
.logo-container {
  display: flex;
  grid-template-columns: repeat(4, auto);
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.select-p {
  background-color: var(--base-green);
  border-radius: 3px;
  padding: 2px 5px;
  margin-top: 2px;
}
.contact-select-container {
  padding: 40px 20px;
  background-color: var(--base-white);
  height: auto !important;
  min-height: 431px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--gray, rgba(225, 225, 225, 1));
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.11);
}

.select-contact {
  width: 100% !important;
  border-radius: 5px;
  padding: 12px 35px 12px 12px;
  box-shadow: 0px 2px 4px 0px rgba(66, 80, 102, 0.1);
  border: 1px solid rgba(66, 80, 102, 0.4);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.select-contact:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

/* .contact-button-red {
  border: none;
  box-shadow: none;
  padding-top: 10.25px !important;
  padding-bottom: 10.25px !important;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 173px !important;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.select-container {
  max-width: 330px;
}

.contact-last-item {
  max-width: 1030px;
  width: 100%;
  padding: 10px;
  background-color: var(--base-white);
  background-image: url("/wp-content/uploads/2026/01/contact-bg2.svg");
  background-size: cover;
  background-position: 20% 20px;
  background-repeat: no-repeat;
  position: relative;
  max-height: auto;
  border-radius: 25px;
  border: 5px solid var(--base-green, rgba(32, 191, 98, 1));
  box-shadow: 4px 4px 0px 0px var(--base-yellow2);
  margin-top: 80px;
}
.contact-chibi {
  max-width: 221px;
  height: auto;
  margin-top: -90px;
  margin-left: 50px;
}
.contact-sticker {
  width: 100%;
  max-width: 272px;
  height: auto;
  margin-top: -60px;
  margin-right: 0px;
  clip-path: inset(0 0 0 0 round 0px 0 6px 25px);
}

@media screen and (max-width: 1200px) {
  .contact-info-container {
    max-width: 700px;
  }
  .contact-info-container {
    flex-direction: column-reverse;
  }
  .contact-info-container > div:first-child {
    order: 2;
  }

  .contact-select-container {
    order: 1;
  }
  .select-container {
    max-width: 100%;
  }
  .contact-info-p {
    font-size: 23px;
  }
}

@media screen and (max-width: 900px) {
	.about-page-contact-container{
	margin-top:0px !important;
}
  .contact-chibi {
    display: none;
  }
  .contact-last-item {
    max-width: 700px;
  }
  .contact-sticker {
    display: none;
  }
  .contact-line-container {
    justify-content: center;
  }
  .contact-last-item {
    margin-top: 0px;
  }
}

@media screen and (max-width: 650px) {
  .contact-main-container {
    padding-bottom: 45px;
  }
  .about-contact {
    margin-top: -50px;
  }
  .title-label-h3 {
    font-size: 22px;
  }
  .contact-title {
    max-width: 253px;
    border: 2px solid #1DA855;
    margin-top: 15px;
  }
  .contact-label {
    max-width: 253px;
    margin-top: -3px;
  }
  .contact-info-container {
    padding: 40px 16px;
  }
  .yellow-bubble-p {
    font-size: 16px;
  }
  .bubble-tip {
    right: 15px;
  }
  .logo-main-container {
    gap: 15px;
    margin-top: 20px;
  }
  .logo-container {
    column-gap: 5px;
    row-gap: 8px;
  }
  .logo-container img {
    height: 32px !important;
    width: auto;
  }
  .contact-select-container {
    padding: 30px 20px;
    height: auto !important;
    min-height: 0px;
    gap: 24px;
  }
  .contact-main-container {
    gap: 20px;
  }
  .contact-button-red {
    margin-top: 10px;
    max-width: 158.86px !important;
  }
  .contact-p {
    font-size: 16px;
  }
  .select-p {
    font-size: 12px;
  }
  .contact-info-p {
    font-size: 20px;
    text-wrap: nowrap;
  }
  .contact-last-item {
    padding: 30px 25px;
  }
  .contact-line {
    width: 25px;
    margin-top: 15px;
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  .contact-last-item {
    background-image: url("/wp-content/uploads/2026/01/contact-bg2-sp-1.svg");
    background-position: 100% 100%;
  }
}
@media (max-width: 650px){
  .contact-button-red{
    max-width: none !important;
    width: fit-content;
  }
}

/*-------------END OF CONTACT*--------------/