:root {
  --main-font: "Noto Serif JP", sans-serif;
  --black: black;
  --normal: 120%;
  --160: 160%;
  --transparent: transparent;
  --japanese: "Noto Sans JP", sans-serif;
  --white: white;
  --00561f: #00561f;
  --d8cb43: #d8cb43;
  --e0e0e0: #e0e0e0;
  --200: 200%;
  --f9f9f9: #f9f9f9;
  --100: 100%;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 0px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.sg-body {
  position: relative;
  overflow: hidden;
}

.fv-section {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
}

.fv-div {
  background-image: url('../images/AdobeStock_271930877-1_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  display: flex;
}

.fv-text-black {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 48px;
  line-height: var(--normal);
  font-weight: 600;
}

.fv-text-black.mobile {
  display: none;
}

.navbar {
  z-index: 999;
  background-color: var(--transparent);
  width: 100%;
  height: 106.938px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  z-index: 999;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.brand {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 7.5%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 49px;
  left: 0;
}

.brand.footer {
  margin-top: 0;
  margin-left: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brand.footer.mobile {
  display: none;
}

.nav-menu {
  background-color: var(--transparent);
  border-bottom-left-radius: 30px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
}

.top-link {
  padding: 22px 10px 24px;
  text-decoration: none;
}

.links-text {
  font-family: var(--japanese);
  color: var(--white);
  font-size: 16px;
  line-height: var(--normal);
  word-break: keep-all;
}

.nav-wrapper-tablet {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.contact-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--d8cb43);
  justify-content: center;
  align-items: center;
  padding: 22px 2.5% 22px 2%;
  text-decoration: none;
  display: flex;
}

.contact-arrow {
  aspect-ratio: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 32px;
}

.contact-text {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 20px;
  line-height: var(--normal);
  word-break: keep-all;
  font-weight: 700;
}

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

.fv-text-white {
  font-family: var(--japanese);
  color: var(--white);
  font-size: 42px;
  line-height: var(--normal);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.fv-text-white.mobile {
  display: none;
}

.machiben-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 111px;
  display: grid;
}

.circle-div {
  aspect-ratio: 1;
  background-image: url('../images/Ellipse-1.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 32%;
  min-width: 194px;
  display: flex;
}

.circle-div.center {
  background-image: url('../images/Ellipse-2.svg');
}

.circle-div.right {
  background-image: url('../images/Ellipse-3.svg');
}

.top-circle-txt {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--160);
  text-align: center;
  font-weight: 700;
}

.about-me-section {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 134px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.straight-lines-wrapper {
  z-index: -10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.straight-lines {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.stright-line {
  background-color: var(--e0e0e0);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  left: 0;
}

.stright-line.center {
  left: auto;
}

.stright-line.right {
  left: auto;
  right: 0;
}

._1240px-wrapper {
  width: 90%;
  max-width: 1240px;
}

._1240px-wrapper.inside {
  width: 86%;
  max-width: 1180px;
}

._1240px-wrapper.vision {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.profile-left-wrapper {
  width: 100%;
}

.name-text {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 42px;
  line-height: var(--normal);
  font-weight: 600;
}

.belongs-text {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 600;
}

.div-block-4 {
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  padding-top: 5px;
  padding-bottom: 24px;
}

.div-block-5 {
  width: 91%;
}

.about-me-txt {
  font-family: var(--main-font);
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
}

.me-image {
  aspect-ratio: 615.398 / 924;
  width: 100%;
  min-width: 478px;
  max-width: 615.398px;
  position: absolute;
  top: -120px;
  left: -22%;
}

.about-me-image {
  min-width: 478px;
}

.feature-section {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 68px;
  display: flex;
  position: relative;
}

.feature-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-div.vision {
  justify-content: flex-start;
  align-items: center;
}

.head-text {
  font-family: var(--main-font);
  color: var(--white);
  font-size: 48px;
  line-height: var(--normal);
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
}

.head-text.black {
  color: var(--black);
}

.head-text.office {
  color: var(--black);
  font-size: 40px;
}

.title-en-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--main-font);
  font-size: 20px;
  line-height: var(--normal);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 600;
  display: flex;
}

.title-en-div.center {
  justify-content: center;
  align-items: center;
}

.yellow-bar {
  background-color: var(--d8cb43);
  width: 12px;
  height: 2px;
}

.green-back {
  z-index: -1;
  background-color: var(--00561f);
  width: 100%;
  height: 432px;
  position: absolute;
  top: 0;
}

.title-english {
  color: var(--white);
}

.title-english.black {
  color: var(--black);
}

.back-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/AdobeStock_565006444-1-1_1.avif');
  background-position: 50%;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 28px;
  padding: 28px 2% 80px;
  display: grid;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-left: 7.3%;
  display: flex;
}

.button-wrapper.feature {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0%;
  position: relative;
  top: -31px;
}

.button-wrapper.handling {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0%;
  padding-right: 48px;
}

.button-wrapper.office {
  padding-left: 0%;
}

.button-wrapper.news {
  margin-top: 40px;
  padding-left: 0%;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-image: linear-gradient(90deg, #00561f, #d8cb43) 1;
  justify-content: center;
  align-items: center;
  padding: 14px 88px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text {
  font-family: var(--main-font);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 700;
}

.image-3 {
  aspect-ratio: 71 / 9;
  width: 80px;
  position: absolute;
  right: -54px;
}

.feature-card {
  background-color: var(--white);
  padding: 48px 6% 52px;
}

.text-block-3 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 32px;
  font-weight: 600;
  line-height: 175%;
}

.catchcopy {
  background-color: var(--d8cb43);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.6%;
  display: flex;
}

.catchcopy._2 {
  margin-top: 2px;
  margin-bottom: 35px;
}

.text-block-4 {
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 175%;
}

.feature-line {
  background-color: var(--e0e0e0);
  width: 100%;
  height: 1px;
}

.feature-bottom {
  width: 100%;
  margin-top: 22px;
}

.even-stand-image {
  aspect-ratio: 191 / 185;
  width: 16%;
  max-width: 143px;
  position: absolute;
  top: 0;
  left: 0;
}

.handling-operations-section {
  justify-content: center;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 200px;
  display: flex;
}

.handling-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.handling-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  display: grid;
}

.handling-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.handling-card.first {
  margin-top: 100px;
}

.handling-card.secound {
  margin-top: 50px;
}

.handling-card.align-left {
  max-width: 1100px;
}

.hadling-title {
  font-family: var(--main-font);
  font-size: clamp(28px, 2.7777vw, 40px);
  font-weight: 600;
  line-height: 140%;
}

.handling-image {
  width: 100%;
}

.handlingimage-wrapper {
  aspect-ratio: 402.656 / 317.875;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.handlingimage-wrapper.page {
  aspect-ratio: auto;
}

.handling-disc {
  width: 100%;
}

.oparation-card-txt {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 225%;
}

.green-side {
  background-color: var(--00561f);
  width: 48px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-7 {
  font-family: var(--main-font);
  color: var(--d8cb43);
  font-size: 42px;
  line-height: var(--normal);
  position: absolute;
  top: 5px;
  right: 12px;
}

.office-section {
  background-image: url('../images/AdobeStock_131165295-1_1.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 64px;
  display: flex;
}

.office-section.other-page {
  margin-top: 180px;
  margin-bottom: 108px;
}

.office-wrapper {
  background-color: #ffffffe6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  padding-top: 64px;
  padding-bottom: 40px;
  padding-right: 2%;
  display: grid;
  position: relative;
}

.office-right {
  width: 100%;
}

.office-about-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 46px;
  display: flex;
}

.office-text {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 24px;
  line-height: var(--normal);
  font-weight: 600;
}

.office-txt {
  font-family: var(--japanese);
  font-size: 18px;
  line-height: var(--200);
  margin-bottom: 0;
}

 .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control-wrap[data-name="your-acceptance"]{
  width: Auto;
}

.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.office-left {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.office-left.other-page {
  top: -82px;
}

.office-image {
  aspect-ratio: 389.955 / 666.063;
  width: 100.001%;
}

.shadow-div {
  z-index: -1;
  background-color: #d2d2d280;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -24px;
  right: -5%;
}

.office-image-wrapper {
  z-index: 3;
  width: 30%;
  min-width: 342px;
  max-width: 372px;
  position: absolute;
  top: -82px;
  left: 4%;
}

.news-section {
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  display: flex;
}

.news-section a {
  color: var(--black);         
  text-decoration: none; 
}

.glay-block {
  z-index: 0;
  aspect-ratio: 85 / 138;
  border: 5px solid #d2d2d280;
  width: 18%;
  position: absolute;
  bottom: -6%;
  left: -8%;
}

.news-wrapper {
  grid-column-gap: 4%;
  background-color: #f6f6f6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 68px;
  padding-bottom: 76px;
  padding-right: 2.8%;
  display: grid;
  position: relative;
}

.right-news-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.news-card {
  grid-column-gap: 2.8%;
  grid-row-gap: 2.8%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-in-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.news-date {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 600;
}

.categoly-block {
  background-color: var(--d8cb43);
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.categoly-block._2 {
  background-color: var(--00561f);
}

.categoly-text {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  line-height: var(--160);
  word-break: keep-all;
}

.categoly-text.white {
  color: var(--white);
}

.left-in-carad {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--200);
  word-break: break-all;
  font-weight: 600;
}

.right-news {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.news-green {
  background-color: var(--00561f);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 74px 6% 84px;
  display: flex;
}

.div-block-10 {
  z-index: -1;
  background-color: #d2d2d280;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: -28px;
  right: -26px;
}

.news-green-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 32%;
  max-width: 328px;
  display: flex;
  position: absolute;
  top: -36px;
  left: 2.8%;
}

.book-section {
  justify-content: center;
  align-items: center;
  padding-bottom: 108px;
  display: flex;
}

.book-wrapper {
  grid-column-gap: 2%;
  background-color: #fdfcee;
  grid-template-rows: auto;
  grid-template-columns: 5.5fr 4.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 60px;
  padding-left: 6.8%;
  display: grid;
  position: relative;
}

.book-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.book-text-wrap {
  font-family: var(--main-font);
  font-size: 18px;
  line-height: var(--200);
  margin-top: 36px;
  margin-bottom: 20px;
}

.book-link {
  padding: 11px 8px;
  text-decoration: none;
  position: relative;
}

.text-block-12 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  line-height: var(--normal);
  letter-spacing: 1.6px;
  font-weight: 700;
}

.div-block-11 {
  background-image: linear-gradient(90deg, var(--00561f), var(--d8cb43));
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.book-right {
  width: 100%;
  height: 100%;
  position: relative;
}

.book-image-wrapper {
  z-index: 1;
  aspect-ratio: 201 / 261;
  width: 60%;
  max-width: 200px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 6.8%;
}

.book-image {
  background-color: var(--e0e0e0);
  width: 100%;
  height: 100%;
}

.book-image._2 {
  z-index: -1;
  background-color: var(--e0e0e0);
  position: absolute;
  top: -40px;
  left: -64%;
}

.access-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-date{
  font-family: var(--main-font);
  color: var(--black);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 600;
}

.category-and-date{
  display: flex;
  flex-flow: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.access-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 10%;
  display: flex;
}

.map-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 32px;
}

.text-block-13 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--200);
}

.footer-section {
  background-color: var(--00561f);
  padding-top: 60px;
  padding-bottom: 44px;
}

.footer-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.anker-links {
  font-family: var(--japanese);
  color: var(--white);
  letter-spacing: 4.8px;
  font-size: 16px;
  line-height: 300%;
  text-decoration: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 7%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.footer-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 27.43%;
  display: flex;
}

.address--txt {
  font-family: var(--main-font);
  color: var(--white);
  font-size: 16px;
  line-height: var(--200);
  word-break: keep-all;
}

.phone-number-txt {
  font-family: var(--japanese);
  color: var(--white);
  font-size: 20px;
  line-height: 140%;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.email-txt {
  font-family: var(--japanese);
  color: var(--white);
  font-size: 20px;
  line-height: 180%;
}

.footer-contact {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 7px;
  padding: 18px 87px 21px 30px;
  text-decoration: none;
  display: flex;
}

.text-block-18 {
  font-family: var(--main-font);
  color: var(--black);
  word-break: keep-all;
  font-size: 20px;
  font-weight: 700;
}

.whitearrow {
  aspect-ratio: 1;
  background-color: var(--d8cb43);
  width: 31px;
  min-width: 31px;
}

.logo-test {
  font-family: var(--main-font);
  color: var(--black);
  line-height: var(--normal);
  font-size: clamp(16px, 1.61vw, 32px);
}

.logo-test.white {
  color: var(--white);
  font-size: 24px;
}

.nav-wrapper {
  width: 100%;
  height: 76px;
  min-height: 76px;
  max-height: 76px;
}

.logo-text-sub {
  font-family: var(--main-font);
  color: var(--black);
  line-height: var(--normal);
  font-size: clamp(14px, 1.411vw, 20px);
}

.logo-text-sub.white {
  color: var(--white);
  font-size: 20px;
}

.copylight-div {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.copylight-div.mobile {
  display: none;
}

.copylight {
  font-family: var(--main-font);
  color: var(--white);
  line-height: var(--normal);
}

.other-fv-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 464px;
  display: flex;
  position: relative;
}

.other-fv-section.consul {
  justify-content: center;
  align-items: center;
}

.other-text {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 48px;
  line-height: var(--normal);
  font-weight: 600;
}

.other-text.white {
  color: var(--white);
}

.other-fv-top {
  z-index: 3;
}

.top-back-pic {
  opacity: .7;
  background-image: url('../images/AdobeStock_271930877-1-1_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-back-pic.clear {
  opacity: 1;
  background-image: url('../images/AdobeStock_445805072-1-1_1.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.top-back-pic.clear.estate {
  background-image: url('../images/AdobeStock_91458289-1_1.avif');
}

.top-back-pic.clear.legal {
  background-image: url('../images/AdobeStock_276268350-1_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.top-back-pic.clear.art {
  background-image: url('../images/AdobeStock_593598209-1_1.avif');
}

.breadcrumb {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--f9f9f9);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7%;
  display: flex;
}

.breadcrumb.white-back {
  background-color: var(--white);
}

.breadcrumb-text {
  font-family: var(--japanese);
  color: #666;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumb-text.current {
  line-height: var(--200);
  font-weight: 700;
}

.prolile-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.your-name {
  background-color: var(--white);
  border-bottom: 1px solid #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 54px;
  display: flex;
}

.text-block-19 {
  font-family: var(--main-font);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 600;
}

.div-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  font-family: var(--main-font);
  font-size: 42px;
  line-height: var(--normal);
  font-weight: 600;
}

.about-me-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 94px;
  display: flex;
}

.word-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 118px;
  display: flex;
  position: relative;
}

.vision-wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 2% 68px;
  display: flex;
}

.text-block-21 {
  font-family: var(--main-font);
  line-height: var(--160);
  text-align: center;
  white-space: nowrap;
  font-size: clamp(0px, 2.83vw, 36px);
  font-weight: 600;
}

.vision-section {
  background-color: var(--00561f);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 108px;
  padding-top: 118px;
  padding-bottom: 118px;
  display: flex;
}

.wordwrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 45px;
  display: flex;
}

.div-block-17 {
  background-color: var(--d8cb43);
  padding: 8px 25px;
}

.text-block-22 {
  font-family: var(--main-font);
  line-height: var(--normal);
  font-size: clamp(24px, 2.04vw, 28px);
  font-weight: 600;
}

.text-block-23 {
  font-family: var(--main-font);
  font-size: 22px;
  line-height: var(--160);
  text-align: center;
  font-weight: 600;
}

.text-block-23.mobile {
  display: none;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 44px;
  display: flex;
}

.text-block-24 {
  font-family: var(--main-font);
  line-height: var(--100);
  white-space: nowrap;
  font-size: clamp(0px, 2.34vw, 32px);
  font-weight: 600;
}

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-20 {
  background-color: #333;
  padding: 8px 16px;
}

.text-block-25 {
  font-family: var(--main-font);
  color: var(--white);
  line-height: var(--normal);
  white-space: nowrap;
  font-size: clamp(0px, 2.34vw, 32px);
  font-weight: 600;
}

.text-block-25.mobile {
  display: none;
}

.text-span {
  color: var(--d8cb43);
}

.text-block-26 {
  font-family: var(--main-font);
  line-height: var(--normal);
  font-size: clamp(24px, 2.04vw, 28px);
  font-weight: 600;
  display: none;
}

.statement-yellow {
  background-color: #d8cb4380;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 16px 25px;
  display: flex;
}

.statement-title {
  font-family: var(--main-font);
  text-align: center;
  font-size: clamp(24px, 2.04vw, 28px);
  font-weight: 600;
  line-height: 140%;
}

.statement-texts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.statement-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.8%;
  display: flex;
  position: relative;
}

.yellow-ball {
  aspect-ratio: 1;
  background-color: #d8cb4380;
  border-radius: 50%;
  width: 16px;
}

._700bold {
  font-weight: 700;
}

.text-block-28 {
  font-family: var(--main-font);
  font-size: 17px;
  line-height: var(--200);
  white-space: nowrap;
}

.text-block-29 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 225%;
}

.text-span-10 {
  text-underline-offset: -2px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--d8cb43);
  text-decoration-color: var(--d8cb43);
  text-decoration-thickness: 10px;
}

.handling-page-section {
  justify-content: center;
  align-items: center;
  padding-bottom: 130px;
  display: flex;
}

.align-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.handling-title {
  margin-bottom: 20px;
}

.handling-title.page {
  margin-left: clamp(56px, 4.6%, 68px);
}

.text-block-30 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 28px;
  font-weight: 600;
  line-height: 185%;
}

.consultation-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.consultation-section.bottom {
  margin-bottom: 108px;
}

.consul-text-wrapper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  display: flex;
  position: relative;
}

.consul-text {
  font-family: var(--main-font);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-22 {
  aspect-ratio: 1;
  background-color: var(--white);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 28px;
  position: absolute;
  bottom: -24px;
}

.consultation-button {
  background-color: var(--d8cb43);
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 43px;
  padding: 20px 130px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-31 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 700;
}

.yellowarrow {
  aspect-ratio: 1;
  background-color: var(--white);
  width: 31px;
  position: absolute;
  left: 33px;
}

.consultation-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 36px;
  display: flex;
  position: relative;
}

.consul-green {
  z-index: -1;
  background-color: var(--00561f);
  border-top-right-radius: 30px;
  width: 82%;
  max-width: 1180px;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.consul-image {
  z-index: -2;
  background-image: url('../images/AdobeStock_279617349-1_1.avif');
  background-position: 0 0;
  background-size: cover;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.inheritance-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  display: flex;
}

._1100px-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 88%;
  max-width: 1100px;
  display: flex;
}

._1100px-wrapper.handling {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  display: flex;
}

._1100px-wrapper.flow {
  width: auto;
}

._1100px-wrapper.archive {
  justify-content: center;
}

.inheritance-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paeple-talk-wrapper {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.peaple-talk-card {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-9 {
  aspect-ratio: 1;
  width: 52px;
}

.text-block-32 {
  font-family: var(--main-font);
  font-size: clamp(20px, 1.66vw, 24px);
  font-weight: 600;
  line-height: 233%;
}

.gray-back-text {
  background-color: #f6f6f6;
  width: 100%;
  margin-top: 32px;
}

.paragraph-4 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--200);
  margin-bottom: 0;
}

.div-block-24 {
  padding: 16px;
}

.inheritance-steps-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 400px;
  margin-top: 120px;
  display: flex;
  position: relative;
}

.inheritance-steps-wrapper.secound {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}

.inheritance-steps-wrapper._3rd {
  min-height: 300px;
  margin-top: 150px;
}

.text-block-33 {
  font-family: var(--main-font);
  font-size: clamp(21.5px, 2vw, 27px);
  font-weight: 600;
  line-height: 175%;
}

.steps-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64%;
  max-width: 780px;
  padding-right: 2%;
  display: flex;
}

.steps-text-wrapper.secound {
  padding-left: 2%;
  padding-right: 0%;
}

.paragraph-5 {
  font-family: var(--main-font);
  line-height: var(--200);
  margin-top: 24px;
  font-size: clamp(16px, 1.11vw, 18px);
}

.paragraph-5.low-sentence {
  padding-bottom: 8vw;
}

.steps-title {
  border-bottom: 1px solid var(--black);
  width: 100%;
}

.steps-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.steps-wrapper.secound {
  justify-content: flex-end;
  align-items: center;
}

.step-image {
  aspect-ratio: 460 / 405;
  width: 32%;
  min-width: 354px;
  max-width: 453px;
  max-height: 404px;
  position: absolute;
  top: 20px;
  right: 0;
}

.step-image.secound {
  aspect-ratio: 436 / 504;
  max-width: 396px;
  top: 20px;
  left: 0;
  right: auto;
}

.step-image.third {
  top: 20px;
  bottom: auto;
}

.step-pic {
  width: 100%;
}

.step-image-back {
  z-index: -1;
  background-color: #f6f6f6;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.step-image-back.secound {
  background-color: #d8cb431a;
  left: auto;
  right: -20px;
}

.profile-pic {
  aspect-ratio: 533 / 653.76;
  background-image: url('../images/nemoto02-3-1_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 48%;
  max-height: 592.906px;
  overflow: hidden;
}

.profile-pic.mobile {
  display: none;
}

.profile-page-text {
  flex-flow: column;
  width: 48%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-34 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 32px;
  line-height: var(--normal);
  font-weight: 600;
}

.div-block-29 {
  margin-top: 20px;
}

.paragraph-6 {
  font-family: var(--main-font);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 225%;
}

.video-sectiion {
  background-color: var(--00561f);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 120px;
  display: none;
}

.video-wrapper {
  aspect-ratio: 1240 / 595;
  width: 100%;
  margin-top: 72px;
  overflow: visible;
}

.youtube {
  aspect-ratio: 1240 / 595;
}

.why-become-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 144px;
  display: flex;
}

.why-become-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.become-left {
  width: 48%;
  padding-top: 44px;
}

.why-green-back {
  background-color: var(--00561f);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.text-block-35 {
  font-family: var(--main-font);
  color: var(--white);
  line-height: var(--normal);
  font-size: clamp(20px, 1.94vw, 28px);
  font-weight: 600;
}

.div-block-30 {
  aspect-ratio: 1;
  background-color: var(--00561f);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 54px;
  position: absolute;
  bottom: -30px;
}

.why-text-wrapper {
  margin-top: 64px;
}

.paragraph-7 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--200);
  margin-bottom: 0;
}

.div-block-31 {
  width: 44%;
  margin-right: 4%;
}

.operations-wrapper {
  width: 100%;
  margin-top: 132px;
}

.operations-detail-wrapper {
  margin-top: 88px;
}

.text-block-36 {
  font-family: var(--main-font);
  line-height: var(--160);
  word-break: keep-all;
  font-size: clamp(16px, 1.38vw, 20px);
  font-weight: 600;
}

.paragraph-8 {
  font-family: var(--main-font);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 225%;
}

.div-block-32 {
  width: 68%;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-34 {
  background-color: var(--black);
  width: 20%;
  position: relative;
}

.image-11 {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.image-11.abso {
  z-index: -1;
  position: absolute;
  top: -90px;
  left: -90px;
}

.career-section {
  background-color: var(--00561f);
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 84px;
  display: flex;
}

.career-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 24%;
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 32px;
}

.text-block-37 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 300%;
}

.text-block-37.date.white, .text-block-37.white {
  color: var(--white);
}

.office-below {
  width: 99.9999%;
}

.office-below-card {
  width: 99.9999%;
  display: flex;
}

.div-block-38 {
  width: 12%;
  min-width: 76px;
}

.text-block-38 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--200);
  font-weight: 500;
}

.fee-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 152px;
  padding-bottom: 260px;
  display: flex;
}

._800px-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.text-block-39 {
  font-family: var(--main-font);
  font-size: 42px;
  line-height: var(--normal);
  font-weight: 600;
}

.fee-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 46px;
  display: flex;
}

.fee-left {
  background-color: var(--00561f);
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.fee-left.higher {
  padding-top: 82px;
  padding-bottom: 82px;
}

.fee-text {
  font-family: var(--main-font);
  color: var(--white);
  font-size: 20px;
  line-height: var(--normal);
  font-weight: 600;
}

.fee-text.black {
  color: var(--black);
}

.fee-text.high-linehight {
  color: var(--black);
  line-height: 225%;
}

.fee-card {
  border: 1px solid #000;
  border-bottom-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fee-card.last {
  border-bottom-width: 1px;
}

.fee-right {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 38px;
}

.fees-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.gray {
  background-color: #333c;
}

.flow-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 210px;
  display: flex;
}

.flow-wrapper {
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.flow-card {
  grid-column-gap: 3.8%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gradient-ball {
  aspect-ratio: 1;
  background-image: linear-gradient(157deg, var(--d8cb43), var(--00561f) 70%);
  font-family: var(--main-font);
  color: var(--white);
  font-size: 42px;
  line-height: var(--normal);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 87px;
  min-width: 87px;
  font-weight: 600;
  display: flex;
}

.text-block-40 {
  font-family: var(--main-font);
  font-size: 24px;
  line-height: var(--160);
  font-weight: 600;
}

.div-block-39 {
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.text-block-41 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--160);
  font-weight: 600;
}

.green-straght-line {
  z-index: -1;
  background-color: var(--00561f);
  width: 2px;
  height: 84%;
  position: absolute;
  top: 0;
  left: 43px;
}

.contact-section {
  background-color: var(--f9f9f9);
  justify-content: center;
  align-items: center;
  margin-bottom: 108px;
  padding-top: 80px;
  padding-bottom: 180px;
  display: flex;
}

._900px-wrapper {
  background-color: var(--white);
  width: 90%;
  max-width: 900px;
}

.form-block {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 68px;
  padding-bottom: 88px;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-42 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 32px;
  line-height: var(--normal);
  font-weight: 600;
}

.text-block-43 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--160);
  font-weight: 600;
}

.text-block-43.mobile {
  display: none;
}

.div-block-41 {
  max-width: 680px;
  margin-top: 52px;
  margin-bottom: 52px;
}

.field-label {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: var(--normal);
  margin-bottom: 0;
  font-weight: 600;
}

.form-card {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-bottom: 16px;
  display: flex;
}

.form-each {
  background-color: var(--white);
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  line-height: var(--normal);
  border-radius: 6px;
  height: 58px;
  margin-bottom: 0;
  font-weight: 600;
}

.form-each.text-area {
  height: 154px;
}

.success-message {
  background-color: var(--white);
  padding-top: 52px;
  padding-bottom: 52px;
}

.privacy-agreed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox {
  aspect-ratio: 1;
  width: 22px;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.wpcf7-form{
 display: flex;
 flex-direction: column;
 align-items: center;
}

.form-button-cover {
  margin-top: 52px;
  max-width: 400px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.form-button {
  background-color: var(--00561f);
  font-family: var(--main-font);
  color: var(--white);
  font-size: 20px;
  line-height: var(--normal);
  padding: 20px 160px;
  font-weight: 700;
}

.div-block-42 {
  aspect-ratio: 1;
  background-color: var(--d8cb43);
  width: 31px;
  position: absolute;
  top: 19px;
  left: 32px;
}

.list-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 108px;
  display: flex;
}

.list-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.categoly-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.categoly-tag {
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.text-block-44 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  line-height: 225%;
}

.archives-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  margin-top: 92px;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.archive-card {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-43 {
  width: 205px;
  height: 140px;
  min-width: 205px;
  min-height: 140px;
}

.div-block-44 {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-45 {
  font-family: var(--main-font);
  font-size: 24px;
  line-height: var(--normal);
  font-weight: 600;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  background-color: var(--00561f);
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-block-46 {
  font-family: var(--main-font);
  color: var(--white);
  font-size: 16px;
  line-height: 225%;
}

.paragraph-9 {
  font-family: var(--main-font);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 225%;
}

.what-work-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.works-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.works-title {
  border-bottom: 1px solid #000;
  width: 100%;
}

.text-block-47 {
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 175%;
}

.works-detail-card {
  width: 100%;
  margin-top: 32px;
}

.work-detail-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-48 {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 24px;
  line-height: var(--160);
  font-weight: 700;
}

.work-detail-texts {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 16px;
  line-height: var(--200);
  margin-top: 24px;
}

.price-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 84px;
  padding-top: 90px;
  padding-bottom: 84px;
  display: flex;
}

.price-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-16 {
  font-size: 20px;
}

.price-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.praice-card {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-52 {
  aspect-ratio: 1;
  background-color: var(--d8cb43);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 24px;
}

.text-block-50 {
  font-family: var(--main-font);
  font-size: 24px;
  line-height: var(--160);
  font-weight: 700;
}

.text-block-51 {
  font-family: var(--main-font);
  font-size: 18px;
  line-height: var(--200);
  font-weight: 400;
}

.price-span {
  font-weight: 700;
}

.left-news-wrapper {
  width: 100%;
  height: 100%;
}

.profile-right-wrapper {
  width: 100%;
  position: relative;
}

.statement-wrapper {
  flex-flow: column;
  display: flex;
}

.article-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 120px;
  display: flex;
}

.article-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 900px;
  padding-top: 52px;
  display: flex;
}

.category-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-div {
  background-color: var(--00561f);
  border-radius: 20px;
  padding: 2px 16px;
}

.text-block-52 {
  font-family: var(--japanese);
  color: var(--white);
  font-size: 16px;
  line-height: var(--200);
}

.article-title-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}

.article-title {
  font-family: var(--japanese);
  font-size: 38px;
  line-height: var(--normal);
}

.div-block-334 {
  aspect-ratio: 900 / 466;
  width: 100%;
  margin-bottom: 24px;
}

.image-13 {
  aspect-ratio: 900 / 466;
  width: 100%;
}

.article-paragraph {
  font-family: var(--japanese);
  width: 100%;
  font-size: 16px;
  line-height: 160%;
}

.paragraph-10 {
  font-family: var(--japanese);
  font-size: 16px;
  line-height: var(--200);
  margin-bottom: 0;
}

.article-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.link-block {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-335 {
  background-image: linear-gradient(90deg, var(--00561f), var(--d8cb43));
  width: 100%;
  height: 2px;
}

.text-block-53 {
  font-family: var(--japanese);
  font-size: 16px;
  line-height: var(--normal);
  letter-spacing: 1.6px;
  padding-bottom: 11px;
}

.image-14 {
  position: absolute;
  top: 14px;
  right: -20px;
}

.top-white-image {
  aspect-ratio: 84 / 82;
  width: 6%;
  margin-top: 54px;
}

.contact-wrapper {
  display: none;
}

.feature-txt {
  font-family: var(--japanese);
  font-size: 18px;
  line-height: var(--200);
}

.div-block-337 {
  width: 100%;
  min-width: 270px;
  max-width: 311px;
}

.navbar-2 {
  background-color: var(--transparent);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
}

.navbar-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--00561f);
  border-bottom-left-radius: 30px;
  flex-flow: row;
  padding-left: 3.61111%;
  padding-right: 3.61111%;
  display: flex;
}

.label-menu-icon, .mobile-navmenu {
  display: none;
}

.text-span-18 {
  font-size: 14px;
  font-weight: 500;
}

.text-span-19 {
  font-size: 16px;
  font-weight: 500;
}

.text-span-20 {
  font-size: 16px;
}

.div-block-348 {
  margin-top: 20px;
}

.heading {
  font-family: var(--main-font);
  line-height: var(--160);
  text-align: center;
}

.paragraph-11 {
  font-family: var(--japanese);
  text-align: center;
  margin-top: 30px;
}

.paragraph-12 {
  font-family: var(--japanese);
  line-height: var(--normal);
}

.link-block-2 {
  text-decoration: none;
}

.privacy-policy-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.pagenation {
  grid-column-gap: 1.5625vw;
  justify-content: center;
  align-items: center;
  margin-top: 7.8125vw;
  display: flex;
}

.pagenation-button {
  color: #fff;
  background-color: #00561f;
  border: 1px solid #00561f;
  justify-content: center;
  align-items: center;
  width: 3.125vw;
  height: 3.125vw;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5625vw;
  line-height: 100%;
  transition: all .4s;
  display: flex;
}

.pagenation-button:hover {
  color: #00561f;
  background-color: #fff;
}

.pagenation-button.w-button.current {
  color: #fff;
  border: 0px solid #d8cb43;
  background-color: #d8cb43;
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .pagenation {
    grid-column-gap: 20px;
    margin-top: 100px;
  }

  .pagenation-button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .fv-div {
    padding-top: 160px;
  }

  .fv-text-black {
    font-size: clamp(30px, 4.2vw, 42px);
  }

  .fv-text-black.mobile {
    display: none;
  }

  .brand {
    z-index: -1;
  }

  .brand.w--current {
    z-index: 98;
  }

  .brand.footer {
    z-index: 0;
    display: flex;
  }

  .brand.footer.mobile {
    display: none;
  }

  .brand.mobile-menu-logo {
    z-index: auto;
    margin-top: 26px;
    margin-left: 0%;
    position: relative;
    top: auto;
    left: auto;
  }

  .nav-menu {
    width: 100%;
    position: fixed;
  }

  .top-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-link.privacy {
    margin-top: 8px;
  }

  .links-text {
    letter-spacing: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 300%;
  }

  .contact-button {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
  }

  .contact-button.tablet {
    display: flex;
  }

  .contact-arrow {
    position: absolute;
    left: 10%;
  }

  .contact-text {
    font-size: 24px;
  }

  .fv-text-white {
    padding-left: 20px;
    padding-right: 20px;
    font-size: clamp(30px, 4.2vw, 42px);
  }

  .fv-text-white.mobile {
    display: none;
  }

  .machiben-wrapper {
    justify-content: center;
    align-items: center;
  }

  .top-grid {
    margin-top: 92px;
  }

  .about-me-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .name-text {
    font-size: 40px;
  }

  .belongs-text {
    font-size: 18px;
  }

  .div-block-4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .about-me-txt {
    font-size: 18px;
  }

  .feature-section {
    padding-top: 60px;
  }

  .head-text {
    font-size: 40px;
  }

  .head-text.office {
    font-size: 32px;
  }

  .title-english {
    font-size: 18px;
  }

  .back-image-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-size: cover;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-wrapper.handling {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-right: 0;
  }

  .button-wrapper.office {
    margin-top: 20px;
  }

  .button {
    padding: 12px 72px;
  }

  .button-text {
    font-size: 18px;
  }

  .image-3 {
    right: -48px;
  }

  .feature-card {
    width: 48%;
    height: 481px;
    padding: 40px 4% 42px;
  }

  .text-block-3, .text-block-4 {
    font-size: 28px;
  }

  .even-stand-image {
    left: auto;
    right: 0;
  }

  .handling-operations-section {
    padding-top: 88px;
    padding-bottom: 180px;
  }

  .handling-grid {
    grid-column-gap: 8%;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .div-block-334 {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-13 {
    width: 100%;
    height: 100%;
  }
  .handling-card {
    max-width: 800px;
  }

  .handling-card.first, .handling-card.secound {
    margin-top: 0;
  }

  .hadling-title {
    font-size: clamp(30px, 2.7777vw, 36px);
  }

  .handlingimage-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .office-section {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .office-section.other-page {
    margin-top: 80px;
  }

  .office-about-div {
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .office-text {
    font-size: 22px;
  }

  .office-txt {
    font-size: 16px;
  }

  .office-image-wrapper {
    width: 40%;
    min-width: auto;
    max-width: 300px;
    top: -64px;
    left: 2%;
  }

  .news-section {
    padding-top: 220px;
  }

  .news-wrapper {
    padding-top: 64px;
    padding-bottom: 68px;
    padding-right: 2%;
  }

  .news-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news-date {
    font-size: 18px;
  }

  .categoly-text, .left-in-carad {
    font-size: 14px;
  }

  .right-news {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .news-green {
    padding-top: 68px;
    padding-bottom: 64px;
  }

  .div-block-10 {
    top: -20px;
    right: -20px;
  }

  .book-section {
    padding-bottom: 96px;
  }

  .book-wrapper {
    padding-left: 4%;
  }

  .book-text-wrap {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 16px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .book-image._2 {
    left: -44%;
  }

  .access-wrapper {
    padding-left: 0%;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .anker-links {
    font-size: clamp(13px, 1.41vw, 14px);
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-right {
    width: 29%;
  }

  .address--txt {
    font-size: 14px;
  }

  .phone-number-txt {
    font-size: 18px;
  }

  .div-block-13 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .email-txt {
    font-size: 16px;
  }

  .footer-contact {
    grid-column-gap: 9%;
    grid-row-gap: 9%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-test.white {
    font-size: 20px;
  }

  .logo-test.mobile-navbar {
    color: var(--white);
    font-size: 26px;
  }

  .nav-wrapper {
    height: 0;
  }

  .logo-text-sub.white {
    font-size: 18px;
  }

  .logo-text-sub.mobile-navbar {
    color: var(--white);
    font-size: 26px;
  }

  .copylight-div {
    bottom: -20px;
  }

  .other-text {
    font-size: 40px;
  }

  .top-back-pic.clear.legal {
    background-image: url('../images/AdobeStock_276268350-3.avif');
  }

  .about-me-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 50px;
  }

  .word-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .text-block-21 {
    font-size: clamp(0px, 2.79vw, 36px);
  }

  .text-block-23 {
    font-size: 20px;
  }

  .div-block-18 {
    width: 100%;
  }

  .text-block-24 {
    font-size: 24px;
  }

  .div-block-19 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-20 {
    width: 659px;
  }

  .text-block-25 {
    text-align: center;
    font-size: 24px;
  }

  .mission-wrapper {
    width: 100%;
  }

  .text-block-28 {
    white-space: normal;
  }

  ._1100px-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._1100px-wrapper.flow {
    width: 88%;
  }

  .text-block-32 {
    line-height: var(--200);
    font-size: clamp(17px, 1.66vw, 24px);
  }

  .inheritance-steps-wrapper {
    margin-top: 50px;
  }

  .inheritance-steps-wrapper.secound {
    height: auto;
    margin-top: 50px;
  }

  .inheritance-steps-wrapper._3rd {
    margin-top: 50px;
  }

  .inheritance-steps-wrapper._1st {
    min-height: auto;
  }

  .step-image {
    min-width: 283px;
  }

  .profile-pic {
    display: none;
  }

  .profile-pic.mobile {
    background-position: 50% 0;
    width: 100vw;
    max-height: 700px;
    display: block;
  }

  .profile-page-text {
    width: 92%;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .why-become-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-become-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .become-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .why-green-back {
    width: 535px;
  }

  .text-block-35 {
    font-size: 20px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .operations-detail-wrapper {
    margin-top: 50px;
  }

  .text-block-36 {
    font-size: 16px;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .div-block-34 {
    width: 40%;
    margin-top: 161px;
  }

  .div-block-35 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 14%;
  }

  .text-block-38 {
    font-size: 15px;
  }

  .fee-wrapper {
    width: 90%;
  }

  .what-work-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .price-section {
    margin-bottom: 60px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .price-left {
    width: 34%;
  }

  .text-span-16 {
    font-size: 18px;
  }

  .article-wrapper {
    width: 90%;
  }

  .menu-button {
    z-index: 999;
    aspect-ratio: 73 / 64;
    background-color: var(--00561f);
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding-top: 24px;
    padding-left: 28px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .icon {
    aspect-ratio: 73 / 64;
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 50px;
    font-size: 40px;
    display: flex;
  }

  .contact-wrapper {
    z-index: 99;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
  }

  .feature-txt {
    font-size: 16px;
  }

  .div-block-337 {
    min-width: auto;
    max-width: none;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .label-menu-icon {
    z-index: 99;
    background-color: var(--00561f);
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 88px;
    margin-top: 0;
    padding-left: 5px;
    display: flex;
    position: fixed;
    right: 0;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-340 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    letter-spacing: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .cta {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    background-color: var(--white);
    text-decoration: none;
    -webkit-text-decoration-color: var(--black);
    text-decoration-color: var(--black);
    justify-content: flex-start;
    align-items: center;
    padding: 25px 108px 25px 60px;
    display: flex;
  }

  .text-block-54 {
    font-family: var(--japanese);
    color: var(--black);
    font-size: 25px;
    line-height: var(--100);
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
  }

  .div-block-342 {
    background-color: #cabe40;
    width: 31px;
    height: 31px;
  }

  .text-block-55 {
    font-family: var(--main-font);
    color: var(--white);
    font-size: 12px;
    line-height: var(--normal);
    margin-top: 34px;
  }

  .mobile-navmenu {
    flex-flow: column;
    width: 100%;
    height: 0;
    transition: all .4s;
    display: flex;
  }

  .mobile-navmenu.active {
    z-index: 98;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    position: relative;
  }

  .body, .body-2 {
    padding-bottom: 88.8px;
  }
}

@media screen and (max-width: 767px) {
  .fv-div {
    padding-top: 80px;
  }

  .fv-text-black {
    font-size: 36px;
    display: none;
  }

  .fv-text-black.mobile {
    line-height: var(--160);
    display: block;
  }

  .brand.footer {
    display: none;
  }

  .brand.footer.mobile {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
  }

  .nav-menu {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-button {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact-text {
    font-size: 22px;
  }

  .fv-text-white {
    display: none;
  }

  .fv-text-white.mobile {
    font-family: var(--main-font);
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    line-height: 140%;
    display: block;
  }

  .machiben-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 92%;
    margin-top: 60px;
  }

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

  .circle-div {
    min-width: 146px;
    max-width: 100%;
  }

  .top-circle-txt {
    font-size: 12px;
  }

  .about-me-section {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .about-us-wrapper {
    flex-flow: column;
    display: flex;
  }

  .name-text {
    font-size: 36px;
  }

  .belongs-text {
    font-size: 16px;
  }

  .div-block-4 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .me-image {
    width: 63%;
    min-width: 400px;
    max-width: 500px;
    top: -264px;
    left: auto;
    right: -20%;
  }

  .about-me-image {
    width: 100%;
    min-width: auto;
  }

  .title-div.handling {
    margin-bottom: 20px;
  }

  .head-text.black {
    text-align: left;
  }

  .back-image-grid {
    flex-flow: column;
    width: 112%;
    padding-top: 32px;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    padding-left: 0%;
  }

  .feature-card {
    width: 96%;
    max-width: 400px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .catchcopy._2 {
    margin-bottom: 20px;
  }

  .feature-bottom {
    margin-top: 20px;
  }

  .handling-operations-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .handling-grid {
    flex-flow: column;
    margin-top: 64px;
  }

  .handling-card {
    width: 80%;
    max-width: 400px;
  }

  .hadling-title {
    font-size: 36px;
  }

  .oparation-card-txt {
    font-size: 14px;
  }

  .green-side {
    height: clamp(0px, 30vw, 200px);
  }

  .office-section {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .office-section.other-page {
    margin-top: 70px;
  }

  .office-wrapper {
    flex-flow: column-reverse wrap;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .office-left {
    justify-content: flex-end;
    align-items: center;
  }

  .office-left.mobile {
    justify-content: flex-end;
    align-items: center;
    margin-top: 72px;
    display: flex;
  }

  .shadow-div {
    right: -11%;
  }

  .office-image-wrapper {
    width: 60%;
    max-width: 290.297px;
    margin-top: 48px;
    position: relative;
    top: 0;
    left: auto;
    right: 2%;
  }

  .glay-block {
    width: 24%;
    left: -12%;
  }

  .news-wrapper {
    padding: 117px 4% 66px;
    display: flex;
  }

  .news-card {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .right-news {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .news-green {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .news-green-wrapper {
    width: 54%;
    top: -117px;
  }

  .book-wrapper {
    flex-flow: column;
    padding-top: 72px;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .book-right {
    justify-content: flex-end;
    align-items: center;
    margin-top: 80px;
    display: flex;
  }

  .book-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
    right: 0%;
  }

  .book-image._2 {
    top: -28px;
    left: -90%;
  }

  .access-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .access-right {
    margin-top: 52px;
  }

  .footer-section {
    flex-flow: column;
    padding-bottom: 23px;
    display: flex;
  }

  .anker-links {
    font-size: 16px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-right {
    width: 100%;
    margin-top: 32px;
  }

  .phone-number-txt {
    font-size: 16px;
  }

  .email-txt {
    font-size: 14px;
  }

  .footer-contact {
    width: 64%;
    padding-right: 48px;
  }

  .whitearrow {
    width: 26px;
    min-width: 26px;
  }

  .copylight-div {
    display: none;
  }

  .copylight-div.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .copylight {
    font-size: 12px;
  }

  .other-text, .other-text.privacy {
    font-size: 36px;
  }

  .other-fv-top.consul {
    margin-right: 7%;
  }

  .word-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-21 {
    font-size: clamp(0px, 2.65vw, 36px);
  }

  .div-block-16 {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .div-block-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-22 {
    font-size: clamp(17.5px, 1.9vw, 28px);
  }

  .text-block-23 {
    font-size: 15px;
    display: none;
  }

  .text-block-23.mobile {
    display: block;
  }

  .text-block-24 {
    font-size: clamp(15px, 3vw, 20px);
  }

  .div-block-20 {
    width: 99%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-25 {
    white-space: normal;
    font-size: clamp(15.5px, 3vw, 20px);
  }

  .text-block-25.mobile {
    font-size: clamp(15px, 3vw, 20px);
  }

  .statement-yellow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .statement-title {
    font-size: clamp(0px, 2.9vw, 28px);
  }

  ._700bold {
    font-size: clamp(14px, 1.11vw, 18px);
  }

  .text-block-28 {
    white-space: normal;
    font-size: 15px;
  }

  .text-block-29 {
    font-size: 13px;
  }

  .text-block-30 {
    font-size: 20px;
  }

  .consultation-section.bottom {
    margin-bottom: 50px;
  }

  .consul-text-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .consul-text {
    word-break: keep-all;
  }

  .consultation-button {
    width: 57%;
    padding-right: 80px;
  }

  .text-block-31 {
    word-break: keep-all;
  }

  .consul-green {
    width: 82%;
  }

  ._1100px-wrapper.flow {
    width: 88%;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .inheritance-steps-wrapper.secound {
    min-height: 300px;
  }

  .text-block-33 {
    font-size: clamp(18px, 2vw, 27px);
  }

  .steps-text-wrapper.secound {
    width: 60%;
  }

  .paragraph-5 {
    font-size: clamp(14px, 1.11vw, 18px);
  }

  .paragraph-5.low-sentence {
    padding-bottom: 0;
  }

  .step-image {
    min-width: 187px;
  }

  .profile-pic.mobile {
    width: 100vw;
  }

  .why-become-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-green-back {
    width: auto;
    padding: 20px 40px;
  }

  .text-block-35 {
    font-size: 18px;
  }

  .div-block-30 {
    width: 40px;
  }

  .operations-wrapper {
    margin-top: 100px;
  }

  .text-block-36 {
    font-size: 16px;
    line-height: var(--200);
  }

  .image-11.abso {
    top: -45%;
    left: -68%;
  }

  .career-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-35 {
    width: 100%;
    padding-left: 0%;
  }

  .div-block-36 {
    padding-right: 15px;
  }

  .text-block-37 {
    white-space: nowrap;
  }

  .text-block-37.date {
    word-break: keep-all;
  }

  .fee-section {
    padding-bottom: 160px;
  }

  .fee-wrapper {
    width: 90%;
  }

  .fee-text {
    font-size: 16px;
  }

  .flow-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-block-40 {
    font-size: 20px;
  }

  .div-block-39 {
    grid-row-gap: 10px;
  }

  .text-block-41 {
    font-size: 14px;
  }

  .contact-section {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-43 {
    font-size: clamp(14px, 2.2vw, 16px);
  }

  .div-block-41 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-44 {
    white-space: nowrap;
    font-size: 14px;
  }

  .image-12 {
    width: 88%;
  }

  .archive-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap-reverse;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-45 {
    font-size: 24px;
  }

  .text-block-46, .paragraph-9 {
    font-size: 18px;
  }

  .text-block-47 {
    font-size: 24px;
  }

  .text-block-48 {
    font-size: 18px;
  }

  .work-detail-texts {
    font-size: 14px;
  }

  .price-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-left {
    width: auto;
  }

  .text-span-16 {
    word-break: keep-all;
  }

  .div-block-52 {
    width: 20px;
  }

  .text-block-50 {
    font-size: 18px;
  }

  .text-block-51 {
    font-size: 16px;
  }

  .profile-right-wrapper {
    z-index: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article-title {
    font-size: 30px;
  }

  .top-white-image {
    min-width: 42px;
  }

  .menu-button {
    height: 80px;
    padding-top: 20px;
  }

  .menu-button.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .div-block-336 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    display: flex;
  }

  .div-block-337 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .label-menu-icon {
    width: 73px;
    height: 64px;
  }

  .cta {
    padding: 19px 108px 19px 30px;
  }

  .text-block-54 {
    font-size: 20px;
  }

  .text-span-18 {
    font-size: 11px;
  }

  .body, .body-2 {
    padding-bottom: 74px;
  }

  .heading {
    font-size: 32px;
  }

  .pagenation {
    grid-column-gap: 3vw;
    margin-top: 10vw;
  }

  .pagenation-button {
    width: 6vw;
    height: 6vw;
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 479px) {
  .fv-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
  }

  .fv-text-black.mobile {
    font-size: clamp(26px, 5.8vw, 28px);
  }

  .links-text {
    white-space: nowrap;
    word-break: keep-all;
  }

  .nav-wrapper-tablet {
    background-color: var(--00561f);
  }

  .contact-text {
    font-size: 20px;
  }

  .fv-text-white.mobile {
    line-height: var(--160);
    font-size: clamp(21px, 5.8vw, 28px);
  }

  .machiben-wrapper {
    width: 95%;
    margin-top: 0;
  }

  .top-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .circle-div {
    width: 100%;
    min-width: 100px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .top-circle-txt {
    font-size: clamp(8px, 2.6vw, 12px);
  }

  .about-me-section {
    padding-top: 53px;
    padding-bottom: 127px;
  }

  ._1240px-wrapper.inside {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._1240px-wrapper.vision {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._1240px-wrapper.movie {
    width: 100%;
  }

  .name-text {
    font-size: 32px;
  }

  .div-block-4 {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .about-me-txt {
    font-size: 14px;
  }

  .me-image {
    width: 83%;
    min-width: 340px;
    max-width: 300px;
    top: -250px;
    left: 11%;
    right: auto;
  }

  .about-me-image {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .text-block-45 {
    font-size: 16px;
  }

  .text-block-46{
    line-height: 200%;
    font-size: 14px;
  }

  .title-div.handling {
    flex-flow: column;
  }

  .head-text {
    font-size: 36px;
  }

  .head-text.black {
    flex-flow: column;
  }

  .head-text.office {
    font-size: clamp(30px, 8.53vw, 32px);
  }

  .title-english, .title-english.black {
    font-size: 16px;
  }

  .back-image-grid {
    padding-bottom: 60px;
  }

  .button-wrapper {
    margin-top: 150px;
  }

  .button-wrapper.office {
    width: 88%;
  }

  .button-wrapper.news {
    width: 90%;
  }

  .button {
    max-width: 240px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .button.office {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    right: -36px;
  }

  .feature-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .handling-grid {
    grid-row-gap: 42px;
  }

  .handling-card {
    width: 100%;
  }

  .hadling-title {
    margin-left: 20px;
    font-size: 32px;
  }

  .office-text {
    font-size: 20px;
  }

  .shadow-div {
    top: -16px;
    right: -7%;
  }

  .office-image-wrapper {
    width: 72%;
    max-width: 192px;
  }

  .news-wrapper {
    padding-top: 113px;
  }

  .news-date {
    font-size: 16px;
  }

  .categoly-text {
    font-size: 12px;
  }

  .left-in-carad {
    font-size: 14px;
  }

  .right-news {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .news-green {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-green-wrapper {
    width: 80%;
    max-width: 232px;
    top: -66px;
  }

  .book-section {
    padding-bottom: 72px;
  }

  .book-wrapper {
    width: 116%;
  }

  .book-text-wrap {
    font-size: 14px;
  }

  .book-image._2 {
    left: -44%;
  }

  .access-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .access-right {
    margin-top: 28px;
  }

  .text-block-13 {
    text-align: center;
  }

  .anker-links {
    font-size: 14px;
  }

  .anker-links:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
  }

  .address--txt {
    font-size: 12px;
  }

  .phone-number-txt {
    font-size: 14px;
  }

  .footer-contact {
    width: 100%;
    padding-right: 0;
  }
  .article-paragraph {
    font-size: 14px;
  }
  .logo-test.mobile-navbar, .logo-text-sub.mobile-navbar {
    font-size: clamp(0px, 11vw, 26px);
  }

  .other-fv-section {
    height: 353px;
  }

  .other-fv-section.consul {
    justify-content: center;
    align-items: center;
    height: 353px;
  }

  .other-text {
    font-size: 32px;
  }

  .other-text.white {
    font-size: 36px;
  }

  .other-fv-top.consul {
    margin-left: 10px;
  }

  .prolile-section {
    padding-bottom: 32px;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .text-block-20 {
    font-size: 32px;
  }

  .about-me-wrapper {
    flex-flow: column;
    padding-top: 30px;
  }

  .word-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vision-wrapper {
    padding-bottom: 30px;
  }

  .text-block-21 {
    font-size: clamp(0px, 2.8vw, 36px);
  }

  .vision-section {
    margin-bottom: 56px;
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .wordwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .text-block-22 {
    font-size: clamp(0px, 3.5vw, 28px);
  }

  .text-block-23.mobile {
    font-size: clamp(0px, 2.8vw, 28px);
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .div-block-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-25 {
    font-size: 16px;
    display: none;
  }

  .text-block-25.mobile {
    display: block;
  }

  .statement-yellow {
    margin-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .statement-title {
    font-size: clamp(0px, 3vw, 28px);
  }

  ._700bold {
    font-size: clamp(13px, 1.11vw, 18px);
  }

  ._700bold.break {
    word-break: keep-all;
    font-size: clamp(13px, 1.11vw, 18px);
  }

  .text-block-28 {
    white-space: normal;
    font-size: 12px;
  }

  .text-block-29 {
    font-size: 12px;
  }

  .handling-page-section {
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .consultation-section.bottom {
    margin-bottom: 56px;
  }

  .consul-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .consul-text {
    font-size: 16px;
  }

  .consultation-button {
    width: 85%;
    margin-bottom: 28px;
  }

  .text-block-31 {
    font-size: 18px;
  }

  .consul-green {
    width: 100%;
    height: 130px;
  }

  .inheritance-section {
    padding-top: 40px;
  }

  ._1100px-wrapper {
    width: 90%;
  }

  .text-block-32 {
    font-size: clamp(14px, 1.66vw, 24px);
  }

  .inheritance-steps-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .inheritance-steps-wrapper.secound {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .inheritance-steps-wrapper._3rd {
    margin-top: 40px;
  }

  .text-block-33 {
    font-size: clamp(17px, 2vw, 27px);
  }

  .steps-text-wrapper {
    width: 100%;
  }

  .steps-text-wrapper.secound {
    width: 100%;
    padding-left: 0%;
  }

  .paragraph-5 {
    font-size: clamp(14px, 1.11vw, 18px);
  }

  .step-image {
    width: 100%;
    min-width: 131px;
    margin-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .step-image.secound {
    margin-bottom: 27px;
  }

  .profile-pic {
    display: none;
  }

  .profile-pic.mobile {
    width: 100vw;
    display: block;
  }

  .profile-page-text {
    width: 100%;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .video-sectiion {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .video-wrapper {
    margin-top: 40px;
  }

  .why-become-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .why-become-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .become-left {
    width: 100%;
  }

  .why-green-back {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-35 {
    font-size: clamp(0px, 4vw, 28px);
  }

  .div-block-31 {
    width: 100vw;
    margin-right: 0%;
  }

  .operations-wrapper {
    margin-top: 70px;
  }

  .operations-detail-wrapper {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .text-block-36 {
    word-break: normal;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-34 {
    width: 50%;
    margin-top: 138px;
  }

  .image-11.abso {
    left: -53%;
  }

  .career-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .career-wrapper {
    flex-flow: column;
  }

  .div-block-35 {
    padding-left: 0%;
  }

  .div-block-36 {
    padding-right: 8px;
  }

  .text-block-37 {
    font-size: clamp(10px, 3.2vw, 16px);
  }

  .text-block-37.date {
    word-break: keep-all;
  }

  .text-block-37.date.margin {
    margin-bottom: 43px;
  }

  .text-block-37.normal {
    word-break: normal;
  }

  .office-below-card {
    flex-flow: column;
  }

  .office-below-card.horizontal {
    flex-flow: row;
  }

  .fee-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-block-39 {
    font-size: 36px;
  }

  .fee-left {
    width: 140px;
  }

  .fee-left.higher.gray {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .fee-text {
    font-size: 12px;
  }

  .fee-right {
    padding-left: 10px;
  }

  .fees-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .gradient-ball {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .div-block-39 {
    padding-top: 5px;
  }

  .green-straght-line {
    height: 82%;
    top: 30px;
    left: 19px;
  }

  .contact-section {
    padding-top: 30px;
  }

  .form-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .text-block-42 {
    font-size: 28px;
  }

  .text-block-43 {
    font-size: clamp(0px, 3vw, 14px);
    display: none;
  }

  .text-block-43.mobile {
    font-size: 14px;
    display: block;
  }

  .field-label {
    font-size: 14px;
  }

  .form-button {
    padding-left: 32vw;
    padding-right: 32vw;
  }

  .div-block-46{
    padding-left: 12px;
    padding-right: 12px;
  }

  .categoly-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .archives-wrapper {
    margin-top: 50px;
  }

  .what-work-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-block-48 {
    font-size: 16px;
  }

  .price-section {
    margin-bottom: 44px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .price-left {
    width: 100%;
  }

  .text-span-16 {
    font-size: 16px;
    font-weight: 400;
  }

  .price-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .praice-card {
    grid-row-gap: 12px;
  }

  .div-block-52 {
    width: 18px;
  }

  .text-block-50 {
    font-size: 16px;
  }

  .text-block-51 {
    font-size: 14px;
  }

  .text-block-51.mobile, .text-block-51.appear {
    display: block;
  }

  .article-section {
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .article-title {
    font-size: 24px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .menu-button {
    height: 68px;
    padding-top: 14px;
    padding-left: 20px;
  }

  .text-block-54 {
    word-break: keep-all;
  }

  .div-block-342 {
    min-width: 31px;
    min-height: 31px;
  }

  .text-span-18 {
    font-size: clamp(8px, 2vw, 10px);
  }

  .body, .body-2 {
    padding-bottom: 72px;
  }

  .div-block-343, .div-block-344 {
    margin-top: 10px;
  }

  .div-block-345 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-346 {
    margin-top: 15px;
  }

  .div-block-347 {
    margin-top: 10px;
  }

  .text-block-56 {
    font-size: 20px;
  }

  .heading {
    font-size: 24px;
  }

  .pagenation-button {
    width: 8vw;
    height: 8vw;
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db4535a3-3d59-fc13-8c11-46768c948f97-e5e526b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


