@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");

:root {
  --zen-maru: "Zen Maru Gothic", serif;
  --sen-kurinaido: "Zen Kurenaido", sans-serif;
  --font-awesome: "Font Awesome 6 Free";

  /* 1920 > 750 */
  --fnt36-50: clamp(2.25rem, 1.2885rem + 2.0513vw, 3.75rem);
  --fnt32-60: clamp(2rem, 0.8782rem + 2.3932vw, 3.75rem);
  --fnt16-18: clamp(1rem, 0.9199rem + 0.1709vw, 1.125rem);
  --fnt18-30: clamp(1.125rem, 0.6442rem + 1.0256vw, 1.875rem);
  --fnt18-20: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  /* 750 > 320 */
  --fnt16-14: clamp(0.875rem, 0.782rem + 0.4651vw, 1rem);
  --fnt14-18: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  --fnt22-36: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
  --fnt20-34: clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem);

  --fnt24-18: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  --fnt18-32: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);

  /* color */
  --black: #1e1e1e;
  --light_black: #636363;
  --white: #f8f8f8;
  --dark_light_blue: #879ca5;
  --light_blue: #41758b;
}

html {
  box-sizing: none;
  height: 100vh;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--zen-maru) !important;
  background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
}

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

/* ========== HEADER SECTION ========== */
header {
  position: relative;
  padding-block: 60px;
}

.fixed {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
}

.light_blk {
  background-color: #999797;
}

.blk {
  background-color: #787777;
}

a.top--contact {
  display: block;
  position: relative;
  padding-block: 5px;
  color: var(--white);
  text-align: center;
  padding-inline: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: 0.3s ease-out;
}

.top--contact:hover {
  box-shadow: inset 0px 4px 4px 0px #00000040;
  transition: 0.6s ease-out;
}

a.top--contact span {
  font-size: var(--fnt16-14);
  font-family: var(--zen-maru);
  font-weight: 700;
  color: var(--white);
}

.tel-text {
  font-size: 30px;
  font-weight: 900;
  font-family: var(--zen-maru);
  display: flex;
  align-items: end;
  gap: 5px;
}

.tel-text::before {
  content: "\f095";
  font-family: var(--font-awesome);
  font-size: 20px;
  font-weight: 900;
  color: var(--white);
  line-height: 2;
}

.header-container {
  display: grid;
  grid-template-rows: auto;
  position: relative;
}

.top-container,
.contact-container {
  display: flex;
  align-items: center;
}

.fadeDown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: var(--white);
  padding-block: 60px;
  transition: 0.3s ease-out;
}

.contact-container {
  position: fixed;
  top: 0px;
  right: 30px;
  gap: 10px;
}

.contact--01 {
  transition: 0.4s ease-out;
}

.logo-top {
  max-width: 210px;
  position: relative;
  z-index: 8;
}

.top-container {
  padding-inline: 5.208vw;
}

.header-navigation {
  display: block;
  margin-left: 5.208vw;
}

.header-navigation a {
  display: inline-block;
  font-size: var(--fnt16-18);
  margin-left: 1.563vw;
  font-family: var(--zen-maru);
  font-weight: 400;
  color: var(--light_black);
  transition: 0.3s ease-out;
}

.header-navigation a:first-child {
  margin-left: 0;
}

.header-navigation a:hover {
  font-weight: 700;
}

/* ===========================s========*/

/* ========== MV ========== */

.MV-MAIN {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.mv--cover-title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 4vw;
}

.mv--cover-title h1,
.mv--cover-title h2 {
  text-align: center;
  color: var(--white);
  font-size: var(--fnt36-50);
  font-family: var(--sen-kurinaido);
  text-shadow: 2px 2px 4px #000000;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}

.mv--cover-title h2 {
  display: none;
}

/* marquee */

.marquee-outer-wrapper {
  max-width: 1920px;
  margin: auto;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/*     .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  } */

.swiper-slide.marquee-slide {
  width: 100%;
  height: auto;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: -1px;
  /* padding: 0 50px; */
}

.marquee-img {
  display: flex;
  align-items: center;
  width: 100%;
}

.mv2-main {
  position: relative;
}

.mv2-title2 {
  padding-inline: 10.417vw;
}

.mv2-title2 h1 {
  color: var(--light_blue);
  font-family: var(--zen-maru);
  font-size: var(--fnt32-60);
  font-weight: 900;
}

.mv2-title2 p {
  font-family: var(--zen-maru);
  font-size: var(--fnt24-18);
  font-weight: 400;
  color: var(--light_black);
  line-height: 1;
}

.sp-img {
  display: none;
}

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

/* ========== MAIN SECTION ========== */
/* == headline layout == */

.Headline--v1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.Headline--v1::before {
  content: "";
  width: 5%;
  display: block;
  left: 0;
  border-bottom: 1px solid #636363;
  height: 0.5px;
  margin: auto 0;
  line-height: 0;
  background-color: var(--light_black);
}

.Headline--v1::after {
  content: "";
  display: block;
  width: 5%;
  right: 0;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid #636363;
  height: 0.5px;
  margin: auto 0;
  line-height: 0;
  background-color: var(--light_black);
}

.v1_cover {
  display: block;
  text-align: center;
}

.v1_cover h1 {
  font-family: var(--zen-maru);
  font-size: var(--fnt22-36);
  font-weight: 900;
  line-height: 1.8;
  color: var(--light_blue);
}

.v1_cover p {
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt16-18);
  font-weight: 400;
  color: var(--light_black);
}

/* ========== SECTION 1========== */
.section01 {
  background-color: var(--dark_light_blue);
  padding-block: 169px;
  clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 0 100%, 0 31%);
}

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

.section-logo {
  max-width: 210px;
  margin: auto;
}

.section-text {
  line-height: 2;
  text-align: center;
  color: var(--white);
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt16-18);
  font-weight: 400;
}

/* ========== SECTION 2 ========== */

.bg-blk {
  background-color: #eaeaea;
  padding-block: 100px;
}

.wrapper-sec02 {
  margin-top: 60px;
  max-width: 1200px;
  padding: 0 3vw;
  margin-inline: auto;
  display: grid;
  gap: 60px;
}

.company-info {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  max-width: 1000px;
  width: 85%;
  margin: auto;
  background-color: #fff;
  font-family: var(--zen-maru) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  /* padding-inline: 3vw; */
}

.company-info .info-label {
  background-color: #879ca5;
  color: #fff;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  font-size: var(--fnt14-18);
  font-weight: 700;
}

.company-info .info-value {
  padding: 20px;
  color: var(--black);
  border-bottom: 0.5px solid #636363;
  font-size: var(--fnt14-18);
  font-weight: 400;
}

.wh {
  background-color: #eaeaea;
}

/* Remove bottom border for last row */
.company-info .info-label:last-of-type,
.company-info .info-value:last-of-type {
  border-bottom: 0.5px solid#636363;
}

/* ========== SECTION 3 ========== */

.section03 {
  padding-block: 100px;
  display: grid;
  gap: 60px;
  background-color: #eaeaea;
}

.business-text {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-family: var(--zen-maru);
  width: 100%;
  font-size: var(--fnt14-18);
}

.business-border {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding-inline: 4vw;
}

.business-wrapper {
  max-width: 1200px;
  display: flex;
  margin: auto;

  justify-content: center;
}

.business-content-image {
  max-width: 300px;
  width: 100%;
  padding-block: 30px;
}

.business-wrapper hr {
  margin-block: 0;
  margin-inline: clamp(35px, 5%, 75px);
}

.bs-image {
  display: flex;
}

.bs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-block: 5px;
}

.o1 {
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt36-50);
  font-weight: 700;
  color: var(--light_blue);
}

.o1--title {
  flex: 1;
  margin-left: 3.646vw;
  font-size: var(--fnt20-34);
  position: absolute;
  margin: auto;
  left: 100px;
}

.bs-text {
  text-align: center;
  line-height: 2;
  font-family: var(--zen-maru);
  font-size: var(--fnt16-14);
  max-width: 300px;
  font-weight: 400;
  padding: 0 20px;
}

/* ========== SECTION 4 ========== */

.section04 {
  max-width: 1100px;
  margin: auto;
  display: grid;
  gap: 60px;
}

.sec04-title {
  text-align: center;
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt22-36);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.grid--gallery-wrapper {
  display: grid;
}

.image-pattern1 {
  display: flex;
  gap: 100px;
  justify-content: center;
}

.pt2 {
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.slide-image {
  max-width: 500px;
}

.image-slide1-wrap:nth-child(2) {
  margin-top: 60px;
}

.swiper-wrapper.image-wrap {
  max-width: 500px;
  width: 100%;
}

.image-left {
  margin-top: -215px;
}

/* ========== SECTION 5 ========== */

.section5 {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center; */
  display: flex;
  max-width: 1920px;
  margin: auto;
}

.supporting--bg-blue {
  background-color: var(--dark_light_blue);
  flex: 1;
  padding: 55px;
}

.supporting-wrap {
  display: grid;
  gap: 30px;
  color: var(--white) !important;
  max-width: 333px;
  margin: 55px auto;
}

.sup--heading-wrap h1 {
  font-family: var(--zen-maru);
  font-size: var(--fnt22-36);
  font-weight: 900;
}

.sup--heading-wrap p {
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt14-18);
  font-weight: 400;
}

.sup--body-wrap {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  font-weight: 400;
}

.sup--foot-wrap {
  margin-left: 0;
}

.supporting--image {
  display: flex;
  width: 50%;
}

.supporting--image img {
  object-fit: cover;
  height: 500px;
}

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

/* ========== BUTTON SECTION========== */
.button_primary {
  display: flex;
  justify-content: center;
}

a.primary_btn {
  display: block;
  padding: 20px 40px;
  color: var(--light_blue);
  border: 1px solid var(--dark_light_blue);
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: 0.3s ease-out;
}

a.primary_btn:hover {
  background-color: var(--dark_light_blue);
  color: var(--white);
  transition: 0.3s ease-out;
  box-shadow: inset 0px 4px 4px 0px #00000040;
}

a.sub-btn {
  background-color: var(--dark_light_blue);
  color: var(--white);
  box-shadow: none;
  border: 1px solid var(--white);
}

a.sub-btn:hover {
  background-color: var(--white);
  color: var(--dark_light_blue);
  transition: 0.3s ease-out;
}

.sup--foot-wrap > .button_primary {
  justify-content: flex-start;
}

.back-wrapper {
  max-width: 400px;
  margin: auto;
  width: -webkit-fill-available;
  padding-inline: 3vw;
}

a.back-button {
  display: block;
  font-family: var(--zen-maru) !important;
  background-color: var(--dark_light_blue);
  color: var(--white);
  padding-block: 30px;
  border-radius: 20px;
  position: relative;
}

a.back-button p {
  font-size: var(--fnt16-14);
  text-align: center;
}

a.back-button p::before {
  content: "\f053";
  font-family: var(--font-awesome);
  font-size: var(--fnt16-14);
  font-weight: 600;
  position: absolute;
  left: 30px;
  line-height: 1.8;
  text-align: center;
}

a.back-button:hover {
  background-color: var(--dark_light_blue);
  color: var(--white);
  transition: 0.3s ease-out;
  box-shadow: inset 0px 4px 4px 0px #00000040;
}

.contact-check {
  max-width: 400px;
  margin: auto;
  padding-inline: 3vw;
}

button.primary {
  display: block;
  font-family: var(--zen-maru) !important;
  border: 1px solid var(--light_blue);
  color: var(--light_blue);
  padding-block: 30px;
  border-radius: 20px;
  position: relative;
  background-color: transparent;
  width: 100%;
  font-weight: 700 !important;
  letter-spacing: 0.2em;
}

button.primary::after {
  content: "\f054";
  font-family: var(--font-awesome);
  font-size: var(--fnt16-14);
  font-weight: 700;
  position: absolute;
  right: 30px;
  line-height: 1.5;
  text-align: center;
}

button.primary:hover {
  background-color: var(--dark_light_blue);
  color: var(--white);
}

/* ========== FOOTER SECTION ========== */

footer {
  position: relative;
}

.contact-footer {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  display: flex;
  justify-content: center;
}

.contact-footer hr {
  margin-inline: 8vw;
  margin-block: 0;
}

.contact-wrap {
  display: flex;
  justify-content: center;
  margin-block: 5.208vw;
}

a.contact1,
a.contact2 {
  display: block;
  text-align: center;
  font-family: var(--zen-maru);
}

a.contact1:hover,
a.contact2:hover {
  opacity: 0.8;
  transition: 0.3s ease-out;
}

a.contact1 {
  color: var(--light_black);
}

a.contact2 {
  color: var(--light_blue);
}

a.contact1 h1,
a.contact2 h1 {
  font-size: var(--fnt32-60);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.contact1 h1::before,
a.contact2 h1::before {
  content: "\f095";
  font-family: var(--font-awesome);
  font-weight: 600;
  font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
}

a.contact1 p,
a.contact2 p {
  font-size: var(--fnt22-36);
  font-weight: 400;
}

.footer-section {
  background-color: #787777;
  padding-block: 100px;
  padding-bottom: 20px;
}

.footer-wrapper {
  display: grid;
  gap: 60px;
  max-width: 605px;
  margin: auto;
}

.footer-logo {
  max-width: 210px;
  margin: auto;
}

.footer-logo a {
  display: block;
}

.footer-nav {
  display: block;
  margin: auto;
  text-align: center;
}

.footer-nav a {
  display: inline-block;
  margin: auto;
  margin-left: 2vw;
  color: var(--white) !important;
}

.footer-nav a:first-child {
  margin: 0;
}

.nav2 {
  display: flex;
  justify-content: end;
  text-align: right !important;
  align-items: last baseline;
  margin: 0;
}

.nav2 a {
  display: block;
  margin: 0;
}

.copyright {
  text-align: center;
  font-size: var(--fnt16-14);
  font-family: var(--sen-kurinaido);
  font-weight: 400;
  color: var(--white);
  margin-top: 60px;
}

/* about */

.mini-map iframe {
  height: 300px;
}

.breakline {
  width: 100%;
  border-bottom: 1px solid var(--light_black);
}

.paragraph {
  text-align: center;
  font-family: var(--sen-kurinaido);
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
  margin-left: -35px;
}

/* business */
.mx-1200 {
  max-width: 1200px;
  margin: auto;
  padding-inline: 4vw;
}

.blue-text {
  text-align: right;
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt24-18);
  color: var(--light_blue);
  margin-top: 30px;
}

.business-wrapper-grid {
  display: grid;
  gap: 100px;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  padding-inline: 3vw;
}

.works-wrapper {
  display: grid;
  gap: 60px;
}

.grid-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.works-text-top {
  font-size: var(--fnt14-18);
  font-family: var(--zen-maru);
  text-align: center;
}

.works--smpl {
  position: relative;
  display: grid;
  gap: 30px;
}

.works--title {
  text-align: center;
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt24-18);
}

.works--smpl-img {
  max-width: 150px;
  margin: auto;
}

.works--30 {
  display: grid;
  gap: 30px;
}

.s--text {
  font-size: var(--fnt14-18);
  font-family: var(--zen-maru);
  text-align: center;
}

.work-flow-wrapper {
  display: grid;
  gap: 60px;
}

.work-contents {
  display: flex;
  gap: 30px;
  align-items: center;
}

.flow-works-title {
  max-width: 300px;
  width: 100%;
}

.flow-works-title h1 {
  font-family: var(--zen-maru);
  font-size: var(--fnt18-32);
  color: var(--light_blue);
  font-weight: 700;
}

.flow-works-title p {
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt14-18);
  color: #1e1e1e;
  font-weight: 400;
}

.img-box {
  max-width: 300px;
  display: flex;
}

.img-box img {
  width: 300px;
  height: 230px;
}

.flows-image_and_contents {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

.img-box--with-text {
  display: grid;
  gap: 20px;
  max-width: 540px;
  width: 100%;
}

.img-box--with-text p {
  font-size: var(--fnt14-18);
  font-family: var(--zen-maru);
  text-align: center;
  color: var(--light_blue);
  max-width: 540px;
}

.image--combine {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.image--combine img {
  max-width: 200px;
}

.steps-works {
  display: grid;
  gap: 60px;
}

.steps-text {
  font-size: var(--fnt24-18);
  font-family: var(--sen-kurinaido);
  font-weight: 400;
  text-align: center;
}

.grid-steps {
  display: grid;
  grid-template-columns: 579px 1fr;
  align-items: center;
}

.step-img-container {
  position: relative;
  padding-right: 50px;
}

.numbers-left {
  position: absolute;
  left: -40px;
  top: -40px;
}

.numbers-right {
  position: absolute;
  left: inherit;
  right: 0px;
  top: -40px;
}

.txt-left {
  position: absolute;
  bottom: -23px;
  right: 0px;
}

.txt-right {
  position: absolute;
  bottom: -23px;
  left: 0px;
  right: inherit;
}

.step-img-container > .s-img {
  max-width: 450px;
  width: 100%;
}

.steps-texts {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  text-align: center;
  color: #1e1e1e;
}

.step-reverse {
  direction: rtl;
}

.txt-norm {
  direction: ltr !important;
}

.arrow-down {
  display: flex;
  justify-content: center;
}

.bottom-text {
  text-align: center;
  font-size: var(--fnt24-18);
  color: var(--light_blue);
  font-family: var(--sen-kurinaido);
}

/* faq */

.question-wrapper {
  display: grid;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
}

.question-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 0.5px solid #524b40;
  padding-inline: 2.604vw;
  padding-bottom: 60px;
}

.q {
  font-family: var(--zen-maru);
  font-size: var(--fnt22-36);
  font-weight: 900;
  color: var(--light_blue);
  line-height: 1;
}

.quest-container {
  display: grid;
  gap: 30px;
}

.quest-container h1 {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  font-weight: 700;
  color: var(--light_blue);
}

.quest-container p {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  font-weight: 400;
}

/* support */
.support-block {
  max-width: 1200px;
  margin: auto;
  font-family: var(--zen-maru) !important;
  display: grid;
  gap: 60px;
  padding-inline: 3vw;
}

.support-block h1 {
  font-size: var(--fnt22-36);
  color: var(--light_blue);
  font-weight: 700;
}

.support-block p {
  text-align: center;
  font-size: var(--fnt14-18);
  font-weight: 400;
  color: #1e1e1e;
}

.support-block h2 {
  color: var(--light_blue);
  font-size: var(--fnt14-18);
  font-weight: 400;
  text-align: center;
}

.text-sup {
  display: grid;
  gap: 30px;
}

.text-sup p {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  text-align: center;
}

.text-sup h1 {
  font-family: var(--zen-maru);
  font-size: var(--fnt24-18);
  font-weight: 700;
  color: var(--light_blue);
  text-align: center;
}

.dispost-wrapper {
  display: grid;
  gap: 60px;
}

.dist-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

.dist-rv {
  direction: rtl;
}

.dist-norm {
  direction: ltr;
}

.dist-context {
  display: grid;
  gap: 30px;
}

.dist-wrapper {
  display: grid;
  gap: 60px;
}

.dist-context h1 {
  font-family: var(--zen-maru);
  font-size: var(--fnt24-18);
  font-weight: 700;
  color: var(--light_blue);
  text-align: center;
}

.dist-context p {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  font-weight: 400;
}

.bullet {
  position: relative;
}

.bullet::before {
  content: "•";
  position: absolute;
  width: 5px;
  font-size: 20px;
  position: absolute;
  left: -0.8em;
  /* Adjust this value so that it appears where you want. */
  font-size: 1.1em;
}

.plant-text {
  text-align: center;
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  font-weight: 400;
}

/* contact page */

.contact-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: auto;
  align-items: baseline;
  padding-inline: 3vw;
}

.additional-info {
  max-width: 350px;
  border-right: 1px solid var(--light_blue);
  padding-right: 85px;
  padding-bottom: 24px;
}

.additional-info h1 {
  font-family: var(--sen-kurinaido);
  font-size: var(--fnt24-18);
  font-weight: 400;
  margin-bottom: 60px;
}

.additional-info p {
  font-family: var(--zen-maru);
  font-size: var(--fnt14-18);
  font-weight: 400;
  color: var(--light_blue);
  line-height: 2;
}

/* finish section */

.finish-container {
  margin: auto;
  max-width: 1200px;
  display: grid;
  gap: 60px;
}

.finish-logo {
  max-width: 210px;
  margin: auto;
}

.finish-container {
  font-family: var(--zen-maru) !important;
  text-align: center;
  display: grid;
  gap: 60px;
  padding-inline: 3vw;
}

.finish-container h1 {
  font-size: var(--fnt24-18);
  font-weight: 400;
}

.finish-container p {
  font-size: var(--fnt14-18);
  font-weight: 400;
}

/* contact-form */

.contact-text-form {
  text-align: center;
  font-family: var(--zen-maru);
  font-weight: 600;
  color: var(--primary-blue);
  line-height: 50px;
}

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

.contact-table {
  max-width: 680px;
  margin: auto;
  padding-left: 85px;
  /* 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: 200px 1fr;
  gap: 30px;
  padding: 0;
  /* padding-bottom: 30px; */
  align-items: center;
}

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

.labels {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--zen-maru);
  font-size: var(--fnt16-14);
  color: var(--light_blue);
  font-weight: 400;
}

.label_input {
  max-width: 400px;
  word-break: break-all;
}

.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(--fnt14-16);
  font-family: var(--zen-maru);
  color: var(--black);
}

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

.radio label span {
  white-space: nowrap;
  font-family: var(--zen-maru);
  color: var(--black);
  font-size: var(--fnt14-16);
}

.input {
  width: 100%;
  /* border: 1px solid var(--primary-blue); */
  padding: 10px;
  color: #1e1e1e;
  font-family: var(--zen-maru);
  font-size: var(--fnt16-14);
  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: 10px;
  font-weight: 400;
  font-family: var(--zen-maru);
  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(--zen-maru);
  margin-left: 20px;
}

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

.privacy p {
  font-size: var(--fnt16-14);
  font-family: var(--zen-maru);
}

input::placeholder {
  font-family: var(--zen-maru);
  font-size: var(--fnt16-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #b7b7b7;
}

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

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

a.icons {
  display: block;
  color: #bc3232;
  font-family: var(--zen-maru);
  letter-spacing: 1.6px;
  font-size: var(--fnt16-14);
  font-weight: 500;
}

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: #bc3232;
  background-color: var(--primary);
  padding: 3px 10px 3px 10px;
  font-family: var(--zen-maru);
  font-weight: 500;
  font-size: var(--fnt14-16);
}

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

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

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

.burger-wrap {
  display: none;
  position: relative;
  z-index: 10;
}

.burger {
  position: relative;
  z-index: 10;
}

.sp-container {
  display: none;
}

/* privacy policy */
.privacy_policy-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 3vw;
}

.privacy_policy {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.policy-content h1 {
  font-size: var(--fnt18-20);
  color: var(--light_blue);
  font-weight: 700;
  line-height: 40px;
  border-bottom: 1px solid var(--primary-blue);
}

.policy-content p {
  font-size: var(--fnt16-14);
  color: var(--black);
  font-weight: 300;
  line-height: 40px;
  font-family: var(--zen-maru);
}

/* =================== responsive ===================== */

@media screen and (max-width: 1190px) {
  .fadeDown {
    padding-block: 15px;
  }

  .sp-nav-container {
    background-color: var(--white);
    transition: all 0.3s ease-out;
    padding: 4vw;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sp-nav-container > .header-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease-out;
    gap: 30px;
  }

  .open {
    display: block;
    position: fixed;
    background-color: var(--white);
    z-index: 6;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-out;
  }

  header {
    padding-block: 30px;
  }

  .top-container {
    justify-content: space-between;
    align-items: center;
  }

  /* burger section */

  .burger-wrap {
    display: block;
  }

  .burger {
    width: 35px;
    position: relative;
    padding: 20px 0px;
    display: block;
    z-index: 10;
  }

  .burger span {
    height: 3px;
    width: 100%;
    background-color: var(--light_blue);
    /* 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: var(--primary);
  }

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

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

  .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: var(--light_blue);
  }

  .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: var(--light_blue);
  }

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

  .burger.active {
    /* position: fixed;

    top: 30px;
    z-index: 8;
    right: 5.208vw; */
  }

  @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%;
  }

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

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

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

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

  .contact-table {
    padding-inline: 4vw;
  }

  .additional-info {
    padding-inline: 4vw;
    width: inherit;
    max-width: inherit;
    border: none;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
  }

  .additional-info::before {
    content: "";
    position: absolute;
    width: 60%;
    border-bottom: 1px solid var(--light_blue);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .additional-info h1 {
    margin-bottom: 30px;
  }

  .input {
    width: 85%;
  }

  .text-input {
    grid-template-columns: 170px 1fr;
  }

  .textarea {
    width: 100%;
  }

  .contact-container,
  .header-navigation {
    display: none;
  }

  /* .business-wrapper{
    display: flex;
    flex-direction: column;
  } */
  .image-pattern1 {
    /* flex-direction: column;
    gap: 10px; */
    gap: 30px;
  }

  .image-slide1-wrap:nth-child(2) {
    margin-top: 0px;
  }

  .pt2 {
    flex-direction: row;
    display: flex;
  }

  /* .image-slide1-wrap {
    order: 2;
  }

  .image-small {
    order: 3;
  } */

  .image-left {
    position: inherit;
    margin-top: 0;
  }

  .swiper-wrapper.image-wrap {
    max-width: 350px;
    width: 100%;
  }

  .business-text {
    padding-inline: 3vw;
    width: inherit;
  }

  .swiper-slide {
    width: 100% !important;
    margin: auto;
  }

  .grid-steps {
    grid-template-columns: 400px 1fr;
  }

  .step-img-container {
    padding: 0;
  }

  .work-contents {
    flex-direction: column;
  }

  .flow-works-title {
    max-width: inherit;
  }

  .flows-image_and_contents {
    width: 100%;
    justify-content: space-around;
  }

  .s--text {
    font-size: 1.5vw;
  }

  .works--title {
    font-size: 2.2vw;
  }

  .pop > .contact--01 {
    max-width: 300px;
  }

  .pop {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .ct_open {
  }
}

@media screen and (max-width: 800px) {
  .mv2-title2 h1 {
    font-size: 4.5vw;
  }

  .mv2-title2 p {
    font-size: 3.2vw;
  }

  .logo-top {
    max-width: 145px;
  }

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

  .text_p {
    margin-left: 0;
  }

  .txt-left {
    right: -15px;
    left: inherit;
    width: 40%;
  }

  .txt-right {
    width: 40%;
    left: -15px;
    right: inherit;
  }

  .wd-50 {
    width: 60%;
  }
  .wd-30 {
    width: 30%;
  }
  .wd-35 {
    width: 35%;
  }

  .numbers-left {
    left: -20px;
    width: 20%;
  }

  .numbers-right {
    right: -15px;
    top: -40px;
    width: 20%;
    left: 0;
  }

  .question-wrapper {
    padding-inline: 3vw;
  }

  .desk-img {
    display: none;
  }

  .mv2-main {
    display: grid;
    gap: 20px;
  }

  .sp-img {
    display: block;
  }

  .bg-blk {
    padding-block: 50px;
  }

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

  .business-wrapper-grid {
    padding-inline: 5vw;
    gap: 50px;
  }

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

  .s--text {
    font-size: var(--fnt14-18);
  }

  .works--title {
    font-size: var(--fnt24-18);
  }

  .flows-image_and_contents {
    width: 100%;
    justify-content: space-around;
    flex-direction: column;
  }

  .flow-works-title {
    max-width: inherit;
    width: 80%;
  }

  .image--combine img {
    width: 100%;
  }

  .img-box img {
    width: 100%;
  }

  .business-content-image {
    max-width: inherit;
    width: 95%;
    margin: auto;
    gap: 30px;
  }

  .bs-image img {
    object-fit: cover;
    height: 450px;
  }

  .business-wrapper {
    flex-direction: column;
  }

  section {
    margin-block: 50px;
  }

  .footer-nav {
    display: none;
  }

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

  .section03 {
    padding-block: 50px;
  }

  .footer-section {
    padding-top: 50px;
  }

  .copyrigth {
    margin-top: 30px;
  }

  .section01 {
    padding-block: 120px;
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0 15%);
  }

  .sections-container {
    gap: 30px;
    padding-inline: 3vw;
  }

  .bs-text {
    max-width: inherit;
  }

  .o1--title {
    text-align: center;
    position: relative;
    left: inherit;
  }

  .mv--cover-title h1 {
    display: none;
  }

  .mv--cover-title h2 {
    display: block;
    font-size: 6vw;
  }

  /* == */
  .image-pattern1 {
    flex-direction: column;
    align-items: center;
  }

  .grid--gallery-wrapper {
    gap: 30px;
  }

  .swiper-wrapper.image-wrap {
    max-width: 400px;
    width: inherit;
  }

  .image-slide1-wrap {
    order: 2;
  }

  .image-small {
    order: 3;
    width: 100%;
    max-width: 400px;
  }

  .section5 {
    flex-direction: column-reverse;
  }

  .supporting--image {
    width: 100%;
  }

  .supporting--bg-blue {
    padding: 30px;
  }

  .supporting-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .contact-footer {
    flex-direction: column;
  }

  .contact1,
  .contact2 {
    align-items: center;
  }

  .contact2 h1 {
    justify-content: center;
  }

  .finish-container {
    gap: 30px;
  }

  a.back-button {
    padding-block: 20px;
  }

  .vw {
    font-size: 3vw;
  }
  .vw2 {
    font-size: 2.4905vw;
  }
}
@media screen and (max-width: 560px) {
  .bs-image img {
    object-fit: cover;
    height: 350px;
  }
}

@media screen and (max-width: 480px) {
  .bs-image img {
    object-fit: cover;
    height: 300px;
  }

  .flow-works-title {
    width: 95%;
  }

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

  .input,
  .textarea {
    width: 96%;
  }

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

  .footer-wrapper {
    gap: 30px;
  }

  .blue-text {
    font-size: 3vw;
  }
  .paragraph {
    font-size: 3.7vw;
  }

  .company-info {
    width: 95%;
  }

  .additional-info h1 {
    font-size: 3.6vw;
  }

  .additional-info p {
    font-size: 3.6vw;
  }
  .business-text {
    line-height: 2;
    font-size: 3.3vw;
    padding-inline: 5vw;
  }
  .company-info .info-label {
    padding: 10px;
  }
  .company-info .info-value {
    padding: 10px 20px;
  }
  .section03,
  .section04s {
    gap: 30px;
  }
  .wrapper-sec02 {
    margin-top: 30px;
    gap: 30px;
  }
  .sec04-title {
    font-size: 4.5vw;
  }
  .section-logo {
    max-width: 180px;
  }
  .image-pattern1 {
    padding-inline: 4vw;
  }
  .supporting--image img {
    object-fit: cover;
    height: 370px;
  }
  .footer-logo {
    max-width: 180px;
  }
  .business-border {
    padding-inline: 15px;
  }
  .business-content-image {
    padding-block: 15px;
  }
  .o1--title {
    margin-block: 15px;
  }
  .support-block{
    padding-inline: 5vw;
  }
}

@media screen and (max-width: 390px) {
  .bs-image img {
    object-fit: cover;
    height: 250px;
  }
}
