@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --barlow: "Barlow", sans-serif;
  --yu-gothic: "Yu Gothic", sans-serif;
  --font-awesome: "Font Awesome 6 Free";

  /* below 751 font */
  --fnt12-16: clamp(0.75rem, 0.564rem + 0.928vw, 1rem);

  /* 1920 to 1200 font*/
  --fnt33-28: clamp(1.75rem, 1.228rem + 0.696vw, 2.063rem);
  --fnt36-30: clamp(1.875rem, 1.25rem + 0.833vw, 2.25rem);
  --fnt150-128: clamp(8rem, 5.708rem + 3.056vw, 9.375rem);
  --fnt40-34: clamp(2.125rem, 1.5rem + 0.833vw, 2.5rem);
  /* color */
  --secondary: rgba(227, 164, 41, 1);
  --primary: rgba(164, 139, 106, 1);
  --black: rgba(51, 51, 51, 1);
  --brown20: rgba(164, 139, 106, 0.2);
  --white: #ffffff;
  --brown30: rgba(164, 139, 106, 0.341);
}

* {
  color: inherit;
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
  word-break: break-all;
}

a {
  text-decoration: none;
}

main {
  position: relative;
}

section {
  margin-block: 200px;
  position: relative;
}

h1,
strong h2,
h3,
h4,
h5,
h6,
p,
span,
body {
  margin: 0;
  padding: 0;
  font-family: var(--yu-gothic);
  color: var(--black);
}

body {
  background-color: var(--white);
  line-height: 1.5;
  font-size: 1rem;
  font-family: var(--yu-gothic);
}

img,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
  padding-block: 30px;
  padding-inline: 50px;
}

.logo-top {
  position: relative;
  z-index: 6;
}

.logo-top img {
  width: 270px;
}

.header-wrap,
.navigation-wrap,
.nav-top,
.cd-wrap {
  display: flex;
  align-items: center;
}

.nav-top {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 707px;
  gap: 30px;
}

.header-wrap {
  justify-content: space-between;
  max-width: 1520px;
  margin: auto;
}

.navigation-wrap {
  flex: 1;
  justify-content: end;
  gap: 30px;
}

.cd-wrap {
  justify-content: end;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

a.call-card {
  font-family: var(--yu-gothic);
  font-size: var(--fnt33-28);
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #333;
}

a.call-card::before {
  content: "\f095";
  font-family: var(--font-awesome);
  font-size: var(--fnt33-28);
  font-weight: 900;
  color: #333;
}

.time {
  font-family: var(--yu-gothic);
  font-size: 13px;
  font-weight: 400;
  border-left: 2px solid var(--black);
  padding-left: 20px;
  margin-left: 20px;
}

.time2 {
  font-family: var(--yu-gothic);
  font-size: 13px;
  font-weight: 400;

  color: #333;
  text-align: center;
}

/* navigation top  */

.top_link {
  display: block;
  text-transform: uppercase;
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  position: relative;
  font-weight: 500;
}

.top_link:first-child {
  margin-left: 0;
}

.top_link::before {
  content: "";
  border-bottom: 1px solid var(--secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease-out;
}
.top_link:hover.top_link::before {
  width: 100%;
}
.responsive--header_menu {
  display: none;
  visibility: hidden;
}

/*==================== button ====================*/
.button-top {
  width: 100%;
  max-width: 240px;
}

.contact-top {
  display: flex;
  position: relative;
  background-color: #FFFF86;
  padding-block: 17px;
  padding-inline: 10px;
  flex: 1 100%;
  justify-content: center;
  gap: 15px;
  border-radius: 50px;
  color: #333;
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 600;
}

.contact-top::before {
  content: "\f0e0";
  font-family: var(--font-awesome);
  font-size: var(--fnt12-16);
  font-weight: 400;
}
.contact-top:hover {
  background-color: #10BF48;
  transition: all 0.3s ease-out;
}

.see-button {
  max-width: 142px;
  margin-left: auto;
  width: 100%;
}

.see-more {
  display: block;
  gap: 30px;
  padding-block: 10px;
  text-transform: uppercase;
  font-family: var(--yu-gothic);
  font-weight: 400;
  font-size: var(--fnt12-16);
  position: relative;
  text-align: left;
  color: #333;
  transition: 0.3s ease-out;
}

button.primary,
button.b_submit {
  display: flex;
  gap: 30px;
  padding-block: 10px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--yu-gothic);
  font-weight: 400;
  font-size: var(--fnt12-16);
  position: relative;
  text-align: left;
  color: var(--primary);
  transition: 0.3s ease-out;
}

button.b_back {
  display: flex;
  gap: 30px;
  padding-block: 10px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: var(--yu-gothic);
  font-weight: 400;
  font-size: var(--fnt12-16);
  position: relative;
  text-align: right;
  color: var(--primary);
  transition: 0.3s ease-out;
}

button.b_back::before {
  content: "\f137";
  font-family: var(--font-awesome);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}

button.primary::after,
button.b_submit::after {
  content: "\f138";
  font-family: var(--font-awesome);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}

.see-more::after {
  content: "\f138";
  font-family: var(--font-awesome);
  font-weight: 900;
  font-size: clamp(0.75rem, 0.378rem + 1.86vw, 1.25rem);
  position: absolute;
  right: 10px;
  line-height: 1.2;
}

.see-more:hover {
  transition: 0.2s ease-in;
}

/* ========================================================= */

/* MV */

.mv-img-top {
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.mv-img-top img {
  max-width: 1520px;
  margin-left: auto;
  object-fit: cover;
  height: 850px;
}

.mv-title--wrapper {
  position: absolute;
  left: 10%;
  top: 45%;
  right: 0;
  bottom: 0;
  display: flex;
}

.mv-title--inner_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.mv-title--inner_wrap h1 {
  padding: 20px 30px 20px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.50);

}

.mv-title--inner_wrap h1,
.mv-title--inner_wrap span {
  font-size: 47px;
  font-family: var(--yu-gothic);
  font-weight: 500;
}

.mv-title--inner_wrap span {
  color: #10BF48;
}

.mv-text {
  font-family: var(--yu-gothic);
  font-weight: 700;
  color: var(--white) !important;
  text-align: center;
  background-color: #FFFF86;
  padding: 10px;
  max-width: 595px;
  width: 100%;
  border-radius: 40px;
  font-size: 20px;
}

.mv-text p {
  color: #333 !important;
}

.SUB--MV {
  display: block;
}

.sp-mv {
  display: none;
}

.SUB--MV-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: normal;
}

.SUB--MV img {
  object-fit: cover;
  object-position: center;
  height: 600px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline: 50px;
  max-width: 1520px;
  margin: auto;
  width: 100%;
}

.breadcrumb a {
  display: block;
}

.breadcrumb p {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 500;
}

/* layout */
.textv1 {
  font-size: var(--fnt12-16);
  font-family: var(--yu-gothic);
  font-weight: 400;
  line-height: 2;
}

.mr--center {
  margin: auto;
}

.mr70--left {
  margin-left: 70px;
}

.dp-inline--50 {
  padding-inline: 50px;
}

/* main */
.about-outer-wrap{
  max-width: 1920px;
  margin: auto;
}

.news-outer-wrap {
  max-width: 1520px;
  margin: 0 auto;
}

.about-wrap, .news-wrap {
  padding-inline: 50px;
}

.about--section {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  column-gap: 60px;
  /* max-width: 1520px; */
  margin: auto;
}

.about--section2 {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: center;
  column-gap: 60px;
  /* max-width: 1520px; */
  margin: auto;
}

.about--section2 .about-content {
  margin-left: unset;
  margin-right: auto;
}

.about-img {
  width: 100%;
}

.about-images2 {
  max-width: unset;
}

.Headline-v1--title {
  position: relative;
  display: inline-block;
}

.background-text {
  font-size: 128px;
  font-family: var(--barlow);
  color: rgba(16, 191, 72, 0.30);;
  font-weight: 500;
  display: flex;
  line-height: 1.2;
}

.overlay-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-left: 70px;
  font-family: var(--yu-gothic);
  font-weight: 700;
  font-size: var(--fnt36-30);
}

.about-content {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about--images {
  display: flex;
  gap: 30px;
}

.about--images img {
  max-width: 380px;
}

.about--images div {
  flex: 1;
}

.dv2 {
  position: relative;
  bottom: -6.3rem;
}

/* == */
.head-top-service {
  max-width: 1520px;
  margin: auto;
  margin-bottom: 60px;
}

.service-background {
  max-width: 1920px;
  margin: auto;
  position: relative;
}

.bg-sb {
  position: absolute;
  right: 0;
  left: 0;
  top: 230px;
  bottom: 15%;
  padding-left: 28%;
  z-index: -1;
}

.sbg {
  display: block;
  fill: #B8ECC9;
  background-color: #B8ECC9;
  max-width: 1380px;
  width: 100%;
  height: 110%;
}

.service-wrap {
  padding-inline: 50px;
}

.service--section {
  display: grid;
  grid-template-rows: auto;
  row-gap: 100px;
}

.grid-v1 {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  position: relative;
}

.outer--border {
  padding: 100px;
  border-radius: 100px 30px;
  max-width: 640px;
  box-shadow: -10px -10px 30px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translate(0, -50%);
}

.border-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 430px;
  margin: auto;
}

.border-content h1 {
  font-size: var(--fnt36-30);
  font-family: var(--yu-gothic);
  font-weight: 700;
}

.border-content p {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

.reverse {
  direction: rtl;
}

.reverse-left {
  direction: ltr;
}

.reverse-border {
  border-radius: 30px 100px;
}

.abs-right {
  left: inherit;
  right: 120px;
}

.flow--faq-container {
  display: flex;
  background: rgba(255, 255, 0, 0.30);
  max-width: 1920px;
  margin: auto;
  align-items: center;
  padding: 50px 0;
}

.flow--faq-container .box .title {
  color: #333;
}
.box {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  position: relative;
  gap: 30px;
}

.box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #333;
  
}

.icon {
  /* font-size: 40px; */
  max-width: 200px;
 /* padding: 20px;*/
  margin: auto;
}

.title {
  font-family: var(--yu-gothic);
  font-size: var(--fnt40-34);
  font-weight: 500;
  text-align: center;
}

.cn {
  margin: auto;
}

.wt {
  color: var(--white) !important;
}
.wt::before {
  color: var(--white) !important;
}

.top-center {
  display: flex;
  justify-content: center;
}

.top-blog-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1920px;
  margin: auto;
}

.bg-blog-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  top: 540px;
  right: 0;
}

.bg--blog {
  display: block;
  background-color: rgba(16, 191, 72, 0.3);
  max-width: 1720px;
  width: 100%;
  height: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.title-blog {
  font-family: var(--yu-gothic);
  font-size: clamp(1.875rem, 1.675rem + 0.427vw, 2.188rem);
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
  color: #333;

}

.date {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 500;
  color: #333;
}

.blog--wrap {
  padding-inline: 50px;
  padding-bottom: 50px;
  max-width: 1520px;
  margin: 0 auto;
}

.blog-inner--wrap {
  max-width: 1380px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}

.blog-grid {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}

.img-blog {
  margin-bottom: 20px;
}
.img-blog img {
  object-fit: cover;
  height: 420px;
  border-radius: 20px;
}

.card-blog {
  gap: 30px;
  display: flex;
  flex-direction: column;
  color: var(--white) !important;
}

.blog_text {
  margin-top: 20px;
  font-family: var(--yu-gothic);
  overflow: hidden;
  font-size: var(--fnt12-16);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2;
}

.white-cr{
  color: var(--white) !important;
}
.white-cr p{
  color: var(--white) !important;
}

.ov {
  margin-left: 0;
  width: 100%;
}

.news-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 100px 30px;
  background: #FFF;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 60px;
}

.news-title-date {
  display: flex;
  align-items: center;
  gap: 30px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.news-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #d7d7d7;
}

.news-card::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f105';
  right: 0;
}

.news-text-content p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* footer */
.foot-pad {
  padding-inline: 50px;
}

.footer__contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(16, 191, 72, 0.30);
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1320px;
  margin: auto;
  border-radius: 30px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.buttom-button .contact-top {
  font-size: 33px;
  padding: 17px 70px;
}

.buttom-button .contact-top::before {
  font-size: 33px;
  font: var(--fa-font-solid);
  align-items: center;
}

.tel-wt::before {
  content: url("/img/common/tel-wt.svg");
  line-height: 1;
}

.contact-num p {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  text-align: center;
  font-weight: 400;
  color: #333;
}

.footer--section {
  background-color: rgba(255, 255, 0, 0.30);;
  padding: 100px 200px 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #333;
}

.footer-logo-wrapper {
  display: flex;
}

.foot-logo {
  font-size: 36px;
}

.footer--info-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}

.foot_info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.title_footer {
  font-family: var(--yu-gothic);
  font-size: clamp(1.875rem, 1.675rem + 0.427vw, 2.188rem);
  color: #333;
  font-weight: 500;
}

.foot_info p {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 400;
  line-height: 2;
  color: #333;
}

.foot_nav {
  display: flex;
  gap: 100px;
  align-items: center;
}

.foot_nav div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

a.ft--nav {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 400;
  position: relative;
  color: #333;
}

.ft--nav::before {
  content: "";
  border-bottom: 1px solid var(--secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease-out;
}
.ft--nav:hover.ft--nav::before {
  width: 100%;
}

a.ft--nav-soc {
  display: block;
}

.navigation-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation-footer div {
  display: flex;
  gap: 30px;
  align-items: center;
  color: var(--white);
}

.navigation-footer div:last-child {
  gap: 10px;
}

.copyright {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 400;
  text-align: center;
  color: #333;
}

/* ======================== ABOUT PAGE ========================================= */

.about--outline {
  display: flex;
  padding: 50px 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 100px 30px;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.25);
  max-width: 1520px;
  margin: auto;
}

.header-text {
  font-family: var(--yu-gothic);
  font-size: var(--fnt36-30);
  font-weight: 700;
  border-bottom: 1px solid #333;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

.about--outline p {
  font-size: var(--fnt12-16);
  font-family: var(--yu-gothic);
  font-weight: 400;
  text-align: center;
  line-height: 2;
}

.about-table {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-row {
  display: flex;
  gap: 30px;
}

.colm1 {
  width: 180px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

/* ======================== SERVICE PAGE========================================= */

.service--cover {
  max-width: 1520px;
  margin: auto;
}

.grid-v2 {
  display: grid;
  grid-template-columns: 0.68fr 1fr;
  gap: 60px;
  max-width: 1520px;
  margin: auto;
  align-items: center;
}

.service--content-body {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  margin-left: auto;
  gap: 20px;
}

.service--content-body h1 {
  font-size: var(--fnt36-30);
  font-family: var(--yu-gothic);
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--black);
}

.service--content-body p {
  font-size: var(--fnt12-16);
  font-family: var(--yu-gothic);
  font-weight: 400;
  line-height: 2;
}

.r-right {
  margin-right: auto;
  margin-left: 0;
}

.rv {
  max-width: 1920px;
}

/* ======================== FLOW PAGE ========================================= */

.flow--wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.flows--inner-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  justify-content: center;
}

.flows {
  display: flex;
  position: relative;
  max-width: 150px;
}

.direction::after {
  display: block;
  content: url("/img/common/arrow-right.svg");
  font-family: var(--font-awesome);
  font-size: var(--fnt36-30);
  font-weight: 900;
  margin: 0 auto;
  position: absolute;
  right: -70px;
}

.flow--textt01 {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  text-align: center;
  line-height: 2;
}

/* ======================== FAQ PAGE ========================================= */

.accordion-wrapper {
  max-width: 1320px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.accordion-outer {
  margin-bottom: 5px;
  border-radius: 4px;
}

.accordion-heading {
  background-color: var(--white);
  padding: 10px 30px 30px 0px;
  cursor: pointer;
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid var(--black);
}

.accordion-heading:after {
  content: "\2b";
  font-family: var(--font-awesome);
  position: absolute;
  right: 15px;
  color: var(--black);
  font-weight: bolder;
}

.accordion-outer.is-open .accordion-heading:after {
  content: "\f068";
  font-family: var(--font-awesome);
  font-weight: bolder;
  transition: all 1s ease-out;
}

.accordion-content {
  padding: 50px;
  background-color: #a9a293;
  display: none;
  color: var(--white);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top: 1px solid var(--black);
  transition: height 0.5ss ease-out;
  /* optional */
  /* Hidden by default */
}

.accordion-content p {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 400;
  color: var(--white);
}

.wd-100 {
  width: 100%;
}

/* ======================== BLOG PAGE ========================================= */

.blk {
  color: var(--black) !important;
}

/* .v2 {} */

/* pagination */
.pagination {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

a.page-numbers {
  padding: 5px 16px;
  margin: 0;
  color: var(--black);
}

.page-numbers {
  display: flex;
  gap: 20px;
}

a.next > .page-numbers,
a.prev > .page-numbers {
  padding: 7px 1px;
}

.page-numbers i {
  padding: 7px 1px;
}

.current {
  background-color: var(--orange);
  padding: 6px 12px;
  color: white;
  border-radius: 90px;
}

.wts {
  text-align: end;
}

.wts::before {
  content: "\f137";
  font-family: var(--font-awesome);
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 10px;
  line-height: 1.2;
}

.wts::after {
  content: "";
}

.blog_title-wrapper {
  font-family: var(--yu-gothic) !important;
}

.blog_title-wrapper h1 {
  font-size: 68px;
  font-weight: 700;
  font-family: var(--yu-gothic) !important;
}

.blog_title-wrapper p {
  font-size: var(--fnt12-16);
  font-weight: 400;
}

.blog-detail-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.blog-detail-image {
  max-width: 1380px;
}

.blog-detail-image img {
  object-fit: cover;
}

/* ================================== CONTACT SECTION ========================== */
.head-contact-wrap {
  max-width: 1570px;
  padding: 0 7vw;
  margin: auto;
}

.head-contact {
  font-family: var(--yu-gothic);
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--primary);
  padding-bottom: 60px;
  text-align: center;
}

.head-contact h1 {
  font-family: var(--yu-gothic);
  font-size: var(--fnt33-28);
  font-weight: 700;
  color: var(--primary);
  text-align: center;
}

.head-contact p {
  font-size: var(--fnt12-16);
  font-weight: 400;
  color: var(--black);
  text-align: center;
}

.ctc {
  padding-inline: 4vw;
}

/* ========================== contact-form  ===================*/

.contact-text-form {
  text-align: center;
  font-family: var(--noto-sans-jp);

  font-weight: 600;
  color: var(--primary-blue);
  padding: 100px 3vw;
  line-height: 50px;
}

.form-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 0 3vw;
}

.contact-table {
  max-width: 1100px;
  margin: auto;
  /* padding: 0 4.545vw; */
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 30px;
}

.table-card {
  display: grid;
  grid-template-columns: 1fr;
}

.text-input {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
  align-items: center;
}

.text-input p {
  text-align: left;
}

.labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  color: var(--black);
  font-weight: 400;
}

.label_input {
  max-width: 400px;
}

.radio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio_top,
.check_top {
  display: flex;
  gap: 10px;
}

.radio_top div,
.check_top div {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.radio_top div label,
.check_top div label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio_top div label span,
.check_top div label span {
  font-size: var(--fnt12-16);
  font-family: var(--yu-gothic);
  color: var(--black);
}

.radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio label span {
  white-space: nowrap;
  font-family: var(--yu-gothic);
  color: var(--black);
  font-size: var(--fnt12-16);
}

.input {
  width: 100%;
  /* border: 1px solid var(--primary-blue); */
  padding: 19px;
  color: #989898;
  font-family: var(--yu-gothic);
  font-size: var(--black);
  font-style: normal;
  font-weight: 400;

  /* border: 1px solid var(--primary-blue); */
  /* border-radius: 20px; */
}

textarea::placeholder {
  color: #898989;
}

.textarea {
  max-width: 800px;
  width: 100%;
  padding: 19px;
  font-weight: 400;
  font-family: var(--yu-gothic);
  font-size: var(--fnt14-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.label_input_textarea {
  max-width: 760px;
}

.no-br {
  /* border-bottom: 1px solid #d9d9d9; */
  margin-bottom: 60px;
}

.text_p {
  font-size: var(--fnt14-16);
  color: var(--black);
  font-family: var(--yu-gothic);
  margin-left: 20px;
}

.privacy {
  display: flex;
  gap: 10px;
  align-items: center;
}

.privacy p {
  font-size: var(--fnt12-16);
  font-family: var(--yu-gothic);
}

input::placeholder {
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #afc4d1;
}

.privacy a {
  display: block;
  color: var(--secondary-color);
}

.privacy a p::after {
  content: "\f0c5";
  font-family: "Font Awesome 6 Free";
  font-size: var(--fnt12-16);
  font-weight: 900;
  color: var(--secondary-color);
}

a.icons {
  display: block;
  color: #ff0000;
  font-family: var(--yu-gothic);
  letter-spacing: 1.6px;
  font-size: var(--fnt12-16);
  font-weight: 500;
  text-decoration: underline;
}

a.icons::after {
  content: "\f0c5";
  font-family: "Font Awesome 6 Free";
  font-size: var(--fnt14-16);
  font-weight: 900;
  color: var(--secondary-color);
}

.important::after {
  content: "必須";
  color: var(--white);
  background-color: var(--primary);
  padding: 3px 10px 3px 10px;
  font-family: var(--yu-gothic);
  font-weight: 500;
  font-size: var(--fnt12-16);
}

.check-first label span {
  display: none;
}

.contact-check {
  display: flex;
  justify-content: center;
}

.contact-back_submit {
  display: flex;
  justify-content: space-between;
}

.finish {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.finish h1 {
  font-family: var(--yu-gothic);
  font-size: var(--fnt33-28);
  color: var(--primary);
}

.finish p {
  text-align: center;
  font-family: var(--yu-gothic);
  font-size: var(--fnt12-16);
  font-weight: 400;
  color: var(--black);
  line-height: 2;
}

.ext {
  max-width: 202px;
  width: 100%;
}

/* =================================================================== */

/* sitemap */

.sitemap-wrapper {
  max-width: 1520px;
  margin: auto;
  padding: 0 3vw;
}
/* .home-site {
  font-size: var(--fnt36-28);
  font-family: var(--montserrat);
  border-left: 3px solid var(--black);
  padding-left: 30px;
} */

.site-navigation {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  max-width: 1200px;
  padding-inline: 4vw;
}

.site-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 515px;
  gap: 10px;
  width: 100%;
}
.com {
  display: flex;
  align-items: center;
  gap: 10px;
}
.com h1 {
  font-size: clamp(0.875rem, 0.41rem + 2.326vw, 1.5rem);
  font-family: var(--yu-gothic);
  color: var(--primary);
  font-weight: 400;
}
.com p {
  font-size: var(--fnt12-16);
  font-family: var(--yu-gothic);
  color: var(--brown30);
  font-weight: 400;
}
.chev::after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-size: clamp(1rem, 0.814rem + 0.93vw, 1.25rem);
  font-weight: 900;
  color: var(--primary);
}
/* ======================= */

/* privacy policy */

.mr-minus {
  margin-top: 100px;
}
.privacy_policy-wrapper {
  max-width: 1520px;
  margin: auto;
  padding: 0 3vw;
}

.privacy_policy {
  padding: 0 3.947vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.policy-content {
  font-family: var(--yu-gothic);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy-content h1 {
  font-size: clamp(1rem, 0.814rem + 0.93vw, 1.25rem);
  color: var(--primary);
  font-weight: 500;
  line-height: 2;
  border-bottom: 3px solid #a48b6a;
}

.policy-content p {
  font-size: var(--fnt12-16);
  color: var(--black);
  font-weight: 400;
  line-height: 2;
}

/* ======================= */
.google-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.google-pad {
  padding: 0 4vw;
}
.google-view {
  max-width: 1200px;
  margin: auto;
}

.burger-wrap {
  display: none;
}

.head.fadeDown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.872);
}
.sp-g0 {
  display: block;
}
.sp-g {
  display: none;
  text-align: center;
}

/* ======================== RESPONSIVE VIEWPORT ========================================= */

@media screen and (max-width: 1650px) {
  .background-text {
    font-size: 8vw;
  }
}
@media screen and (max-width: 1440px) {
  


}

@media only screen and (max-width: 1200px) {
  /* burger section */

  .burger-wrap {
    display: block;
  }

  .burger {
    width: 45px;
    position: relative;
    padding: 24px 0px;
    display: block;
  }

  .burger span {
    height: 4px;
    width: 100%;
    background-color: #10BF48;
    /* border-radius: 25px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease;
    z-index: 5;
  }

  .burger.active span {
    background-color: #10BF48;
  }

  .burger span:nth-child(1) {
    top: 25%;
  }

  .burger span:nth-child(2) {
    width: 60%;
  }

  .burger span:nth-child(3) {
    top: 75%;
  }

  .burger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    color: var(--white);
    background-color: #10BF48;
  }

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

  .burger.active span:nth-child(3) {
    top: 42%;
    transform: translate(-50%, 50%) rotate(-45deg);
    color: var(--white);
    background-color: #10BF48;
  }

  .burger.active,
  .burger.active::after {
    border: none;
  }

  @keyframes myAnim {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes myAnims {
    0% {
      opacity: 0;
      transform: scaleY(0.4);
      transform-origin: 100% 0%;
    }

    100% {
      opacity: 1;
      transform: scaleY(1);
      transform-origin: 100% 0%;
    }
  }

  @keyframes scale-up-ver-top {
    0% {
      transform: scaleY(0);
      transition: 1s ease-out;
    }

    100% {
      transition: 1s ease-out;
      transform: scaleY(1);
    }
  }

  @keyframes scale-back {
    0% {
      transform: scaleY(1);
      transition: 1s ease-out;
    }

    100% {
      transition: 1s ease-out;
      transform: scaleY(0);
      display: none;
    }
  }

  .navigation-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 755px;
  }

  .fixed-nav {
    display: none;
  }

  .nav-container {
    position: relative;
    overflow-y: auto;
    background-color: var(--base-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    align-items: center;
    gap: 40px;
    scrollbar-width: none;
    height: 100%;
  }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }

  .nav {
    position: relative;
    background-color: #a9a293;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex: 1;
  }

  .open {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 4;
    overflow: auto;
  }

  .open .top_link {
    color: #333;
  }

  /* 
  .menu {
    position: relative;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A9A293;
  } */

  .menu > .navigation-wrap {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 7rem;
    /* bottom: 0; */
    flex-direction: column;
    justify-content: flex-start;
    margin: auto;
    gap: 60px;
    padding-bottom: 10px;
  }

  .nav-top {
    flex-direction: column;
    gap: 30px;
  }

  .sp-nav,
  .sp-nav div {
    flex-direction: column;
  }

  .sp-nav {
    gap: 60px;
  }

  .sp-nav div:last-child {
    flex-direction: row;
  }

  .top_link {
    margin: 0;
    color: var(--white);
  }

  .cd-wrap {
    color: var(--white);
  }

  .time {
    border-left: 2px solid var(--white);
  }

  .list-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  /* ================= */

  .radio_top {
    flex-direction: column;
  }

  .radio_top div {
    flex-direction: row;
  }

  .flows--inner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .navigation-wrap {
    display: none;
  }

  .mv-title--wrapper {
    justify-content: center;
    background-color: #e3d8c9cc;
    left: 0;
    padding: 0 8vw;
  }

  .footer--section {
    padding: 100px 10.417vw 50px;
  }

  /* layout */
  .pad-lf--200 {
    padding-left: 200px;
  }

  /* ============== */
  .grid-v1,
  .grid-v2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .grid-v2 {
    margin-top: 60px;
  }

  .grid-v2 > .service--image {
    height: 100%;
  }

  .grid-v2 .service--content > .service--content-body {
    max-width: 100%;
  }

  .outer--border {
    position: relative;
    left: 0;
  }

  .abs-right {
    right: 0;
  }

  .service--image {
    height: 500px;
  }

  .service--image img {
    object-fit: cover;
    object-position: center;
    height: 680px;
    border-radius: 20px;
  }

  .about--section {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .about--section2 {
    display: flex;
    flex-direction: column-reverse;
  }


  .about-content {
    margin: 0;
    max-width: 1200px;
  }

  .flows {
    max-width: 250px;
    width: 100%;
    margin: auto;
    display: flex;
  }

  .direction::after {
    display: none;
  }

  .flows:last-child {
    grid-column: span 2;
    margin: auto;
  }

  .ad-4 {
    margin-top: -5px;
  }

  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 460px;
    margin: auto;
  }

  .v2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .bg--blog {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .bg-blog-wrap {
    top: 16%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .background-text {
    font-size: 12vw;
  }

  .overlay-text {
    font-size: 3.2vw;
  }

  .accordion-wrapper {
    gap: 30px;
  }

  .flow--wrapper {
    gap: 50px;
  }
}

@media only screen and (max-width: 912px) {
  .sp-mv {
    display: block;
  }

  .main-mv {
    display: none;
  }

  .mv-title--wrapper {
    top: 52%;
  }
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  .sp-g0 {
    display: none;
  }
  .sp-g {
    display: block;
  }
  header {
    padding-inline: 5vw;
  }

  .logo-top {
    max-width: 120px;
  }
  .sp-btn_top {
    max-width: 150px;
  }

  .finish {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .finish h1 {
    font-size: 3.5vw;
  }

  .flows--inner-wrapper {
    display: flex;
    flex-direction: column;
  }

  .ab {
    margin: auto;
  }

  .v2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .background-text {
    justify-content: center;
    width: 100%;
  }

  .overlay-text {
    width: 100%;
    margin: auto;
  }

  .textv1 {
    margin: 0;
  }

  .colm1 {
    width: 30%;
  }

  .head-top-service {
    text-align: center;
  }

  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .flow--faq-container {
    flex-direction: column;
  }

  .box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: inherit;
    /* right: 0; */
    height: 1px;
    width: 100%;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .box {
    width: 60%;
  }

  .outer--border {
    left: 0px;
    padding: 60px;
    top: 50%;
  }

  .abs-right {
    right: unset;
  }

  .background-text {
    font-size: 14vw;
  }

  .border-content h1,
  .service--content-body h1 {
    font-size: 5vw;
  }

  .overlay-text {
    font-size: 4.07vw;
  }

  .card-blog {
    max-width: 420px;
  }

  .st-center {
    margin: auto;
  }

  .footer--info-nav,
  .navigation-footer,
  .navigation-footer div:first-of-type {
    flex-direction: column;
  }

  .navigation-footer {
    gap: 60px;
  }

  .footer-logo-wrapper {
    justify-content: center;
  }

  .foot_nav {
    display: none;
    visibility: hidden;
  }

  .foot_info {
    text-align: center;
    align-items: center;
  }

  .mv-title--inner_wrap h1,
  .mv-title--inner_wrap span {
    font-size: 4.5vw;
  }

  .mv-text {
    font-size: var(--fnt12-16);
  }

  .about--outline {
    padding: 50px 8.333vw;
  }

  .header-text {
    font-size: 4vw;
  }

  .flows--inner-wrapper {
    gap: 60px;
  }

  .Headline-v1--title {
    width: 100%;
  }

  .text-input {
    display: flex;
    align-items: normal;
    flex-direction: column;

    gap: 30px;
  }

  .label_input {
    max-width: -webkit-fill-available;
  }

  .radio_top {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .radio_top div {
    flex-direction: column;
    gap: 30px;
  }

  .head-contact {
    padding-bottom: 30px;
  }

  .labels {
    justify-content: flex-start;
    gap: 30px;
  }

  a.call-card {
    font-size: 5vw;
  }

  .nav-top {
    gap: 30px;
  }

  header {
    padding-block: 15px;
  }

  .sp-nav,
  .sp-na div:first-child {
    gap: 15px;
  }

  .menu > .navigation-wrap {
    gap: 25px;
  }

  .time {
    font-size: 2vw;
  }

  .nvw {
    padding: 10px;
    max-width: 200px;
    margin: auto;
  }

   .news-content {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .img-blog img {
    height: 300px;
  }
  .title-blog {
    font-size: 5vw !important;
  }
  .blog-grid {
    gap: 30px;
  }
  .box {
    gap: 15px;
  }

  .buttom-button .contact-top {
    font-size: 18px;
  }
  .see-button {
    max-width: 120px;
  }
  .finish h1 {
    font-size: 4vw;
  }

  .ext {
    max-width: 180px;
  }

  .contact-back_submit {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .no-br {
    margin-bottom: 30px;
  }

  .head-contact h1 {
    font-size: 5.5vw;
  }

  .head-contact {
    padding-bottom: 0;
  }

  section {
    margin-block: 50px;
  }

  .dv2 {
    bottom: -3.3rem;
  }

  .about-wrap,
  .service-wrap,
  .foot-pad,
  .blog--wrap,
  .dp-inline--50,
  .breadcrumb {
    padding-inline: 5vw;
  }

  .service--image {
    height: 400px;
  }

  .sw > .service--image {
    height: 400px;
  }

  .grid-v2 > .service--image {
    height: auto;
  }

  .service--image img {
    height: 520px;
  }

  .mv-img-top img {
    height: 480px;
  }

  .top-blog-wrapper {
    gap: 30px;
  }

  .service--section {
    gap: 60px;
  }

  .sw > .service--section {
    gap: 0;
  }

  .header-text {
    font-size: 5vw;
  }

  .SUB--MV img {
    height: 400px;
  }

  .flow--wrapper {
    gap: 50px;
  }

  .grid-v2 {
    gap: 30px;
  }

  .flows {
    max-width: 150px;
  }

  .bt {
    font-size: 18vw;
  }
  .mr-minus {
    margin-top: 30px;
  }
  .blog-inner--wrap {
    max-width: 260px;
    gap: 30px;
  }

  .outer--border {
    padding: 40px;
  }

  .about-row {
    flex-direction: column;
    gap: 10px;
  }

  .about-table {
    gap: 10px;
  }

  .news-card {
    flex-direction: column;
    padding: 0 0 20px 0;
  }

  .footer--section {
    gap: 30px;
    padding: 50px;
  }

  .foot-logo {
  font-size: 24px;
}

.news-outer-wrap {
  padding-top: 30px;
}

 
}

@media screen and (min-width: 481px) and (max-width: 750px) {
  .about--section {
    gap: 40px;
  }
  .dv2 {
    bottom: -4.3rem;
  }

  section {
    margin-block: 50px;
  }

  .about-outer-wrap {
    padding-bottom: 50px;
  }

  .grid-v2 {
    margin-top: 30px;
    gap: 60px;
  }

  /* .service--section {
    gap: 30px;
  } */

  .flow--wrapper {
    gap: 60px;
  }

  .flows {
    max-width: 150px;
  }
  .mr-minus {
    margin-top: 60px;
  }
  .blog-inner--wrap {
    max-width: 350px;
  }
}

@media screen and (min-width: 751px) {
  /* layout */
  .pad-lf--200 {
    padding-left: 200px;
  }
}

@media screen and (max-height: 700px) {
  .menu > .navigation-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-height: 1000px) {
  .menu > .navigation-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-height: 700px) {
  .menu > .navigation-wrap {
    gap: 15px;
  }
  .sp-nav {
    gap: 30px;
  }
}

/*Modification for layout*/
.elm-span-sub-title {
  font-weight: bold;
}
.news-text-content p {
 margin-top: 20px;
}

@media screen and (max-width: 751px) {
  .news-title-date {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .flow--faq-container .box .title {
    color: #333;
    margin-top: -30px;
  }
  .icon {
    margin-top: 30px;
  }
  .news-card::after {
    display: none;
  }
  .box:not(:last-child)::after {
        top: 107%;
        background: #333; 
  }
  .google-wrapper {
    gap: 0px;
  }
  .about-wrap, .news-wrap {
    padding-inline: 20px;
  }
}
