:root {
  --green: #9BC11C;
  --white: #fff; 
}

.topAreaBg {
  clip-path: inset(0);
  min-height: 100vh;
  max-width: 100%;
  width: 100vw;
  margin-inline: auto;
  padding: 0 0 150vh;
  text-align: center;
}

.topAreaBg:before {
  content: "";
  z-index: -1;
  position: fixed;
  max-width: 1440px;
  top: clamp(150px, calc(375px - 8.55vw), 300px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../img/easternjapan/top__mv.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .topAreaBg {
    min-height: clamp(70vh, calc(92.5px - 8.25vw), 85vh);
    padding: 0;
  }

  .topAreaBg:before {
    top: clamp(130px, calc(167.5px - 3.55vw), 155px);
  }
}

@media screen and (max-width: 767px) {
  .topAreaBg {
    min-height: 130vw;
  }

  .topAreaBg:before {
    top: clamp(110px, calc(170px - 1.125vw), 150px);
  }
}

.concept-secTtl {
  font-family: "Figtree", sans-serif;
  font-size: 80px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.03em;
  color: var(--white);
  -webkit-text-stroke: 3px var(--green);
  text-stroke: 3px var(--green);
  paint-order: stroke;
  transform: skewX(-15deg);
}

@media screen and (max-width: 1024px) {
  .concept-secTtl {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .concept-secTtl {
    font-size: 35px;
  }
}

.concept-secTxt {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .concept-secTxt {
    font-size: 18px;
  }
}

.concept-secTxt span {
  padding: 2px 0;
  color: var(--white);
  background-image: linear-gradient(90deg, #4f8029, #78b847);
}

.mainItemArea {
  padding: 0;
}

.conceptInner {
  background-image: url("../img/easternjapan/concept-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: var(--white);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px 33.5%;
  position: relative;

}

.conceptInner:before {
  position: absolute;
  content: "";
  top: -9.5%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/easternjapan/concept-top.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .conceptInner {
    background-position: right bottom;
    padding: 0 60px 33%;
    background-size: contain;
  }

  .conceptInner:before {
    top: -8.5%;
  }
}

@media screen and (max-width: 767px) {
  .conceptInner {
    background-image: none;
    padding: 0 25px 80px;
  }

  .conceptInner:before {
    top: -6.5vw;
  }
}

.concept-secImg {
  display: none;
}

@media screen and (max-width: 767px) {
  .concept-secImg {
    display: block;
  }
}

.c-pankuz {
  font-size: 14px;
  text-align: right;
  z-index: +2000;
  position: fixed;
  top: 200px;
  right: 15.5vw;
}

@media screen and (max-width: 1920px) {
  .c-pankuz {
    right: 9%;
  }
}

@media screen and (max-width: 1440px) {
  .c-pankuz {
    right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .c-pankuz {
    font-size: 12px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    top: 120px;
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-pankuz {
    margin-top: 30px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    top: 80px;
    right: 25px;
  }
}

.c-pankuz ul li {
  display: inline-block;
  line-height: 1.2;
  margin-right: 8px;
}

.c-pankuz ul li+li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--green);
  margin-right: 10px;
}

.c-pankuz ul li a {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-pankuz ul li a:hover {
  color: var(--green);
}

.sec-features {
  margin: 0;
  padding: 0;
  background-color: var(--white);
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.featuresInner {
  margin: 0 auto 0 40px;
  padding: 130px 120px 65px 80px;
  background-image: linear-gradient(#78b847, #4f8029);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 60px 0 0 10px;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .featuresInner {
    margin: 0 auto 0 20px;
    padding: 130px 60px 100px;
  }
}

@media screen and (max-width: 767px) {
  .featuresInner {
    margin: 0 auto 0 20px;
    padding: 60px 25px;
  }
}

.features-secTtl--top {
  position: absolute;
  top: -95px;
  left: 65px;
  font-family: "Figtree", sans-serif;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 0;
  color: #69AC35;
  transform: skewX(-13deg);
  z-index: +1;
}

.features-secTtl--bottom {
  position: absolute;
  bottom: -95px;
  right: 65px;
  font-family: "Figtree", sans-serif;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 0;
  color: #579824;
  transform: skewX(-13deg);
  z-index: +1;
}

@media screen and (max-width: 1024px) {
  .features-secTtl--top {
    top: -55px;
    left: 60px;
    font-size: 90px;
  }

  .features-secTtl--bottom {
    bottom: -55px;
    right: 60px;
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  .features-secTtl--top {
    top: -23px;
    left: 40px;
    font-size: 40px;
  }

  .features-secTtl--bottom {
    bottom: -23px;
    right: 40px;
    font-size: 40px;
  }
}

.featuresBoxList {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1024px) {
  .featuresBoxList {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}

.featuresCatch {
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  color: var(--white);
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .featuresCatch {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .featuresCatch {
    font-size: 24px;
  }
}

.featuresBoxItem {
  z-index: +2;
}

.featuresBoxItem:nth-child(2) {
  margin-top: 80px;
}

.featuresBoxItem:nth-child(3) {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .featuresBoxItem:nth-child(2) {
    margin-top: 0;
  }

  .featuresBoxItem:nth-child(3) {
    margin-top: 0;
  }
}

.featuresBoxCard {
  background-color: var(--white);
  border-radius: 8px;
  padding: 0 15px 35px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.featuresBoxCard--label {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--green);
  transform: skewX(-15deg);
}

.featuresBoxCard--Ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.07em;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .featuresBoxCard--Ttl {
    font-size: 20px;
    padding: 0 5px;
  }
}

.featuresBoxCard--Img {
  width: 180px;
  text-align: center;
  margin: 0 auto 30px;
}

.featuresBoxItem:first-child .featuresBoxCard--Img {
  margin: 30px auto;
}

@media screen and (max-width: 1024px) {
  .featuresBoxItem:first-child .featuresBoxCard--Img {
    margin: 0 auto 30px;
  }
}

.featuresBoxCard--Txt {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  padding: 5px 15px 0;
}

@media screen and (max-width: 1024px) {
  .featuresBoxCard--Txt {
    padding: 5px 5px 0;
  }
}

.sec-office {
  margin: -120px auto 0;
  padding: 210px 0 135px;
  background-color: #272927;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .sec-office {
    margin: -60px auto 0;
    padding: 100px 0;
  }
}

.officeInner {
  padding: 0;
  z-index: -1;
}

.officeInner-head {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .officeInner-head {
    padding: 0 60px 40px;
    flex-direction: column;
    gap: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .officeInner-head {
    padding: 0 0 40px;
    flex-direction: column;
  }
}

.office-secTtl {
  font-family: "Figtree", sans-serif;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: left;
  color: #272927;
  -webkit-text-stroke: 3px var(--green);
  text-stroke: 3px var(--green);
  paint-order: stroke;
  transform: skewX(-15deg);
}

@media screen and (max-width: 1024px) {
  .office-secTtl {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .office-secTtl {
    font-size: 35px;
  }
}

.office-secTxt {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  text-align: left;
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .office-secTxt {
    max-width: 350px;
    width: 100%;
  }
}

.office-sliderTxt {
  padding-top: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}

@media screen and (max-width: 1024px) {
  .office-sliderTxt {
    font-size: 18px;
  }
}

.office-sliderTxt::before {
  content: "";
  background-color: var(--green);
  margin-right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  vertical-align: middle;
}

.office-sliderImg {
  background-color: #272927;
  padding: 0 7.5px;
  width: 100%;
}

.office-sliderImg img {
  clip-path: inset(0 round 8px);
}

@media only screen and (max-width: 767px) {
  .office-sliderImg {
    padding: 0 5px;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  top: 0;
  left: 24px;
  width: 80px;
  height: 100%;
  z-index: +1;
}

.prev-arrow::before,
.prev-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 64px;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--white);
  transform-origin: 1px 50%;
}

.prev-arrow::before {
  transform: rotate(45deg);
}

.prev-arrow::after {
  transform: rotate(-45deg);
}

.next-arrow {
  top: 0;
  right: 24px;
  width: 80px;
  height: 100%;
  z-index: +1;
}

.next-arrow::before,
.next-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 64px;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--white);
  transform-origin: calc(100% - 1px) 50%;
}

.next-arrow::before {
  transform: rotate(45deg);
}

.next-arrow::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .prev-arrow {
    left: 20px;
  }

  .next-arrow {
    right: 20px;
  }

  .next-arrow::before,
  .next-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: var(--white);
    transform-origin: calc(100% - 1px) 50%;
  }

  .prev-arrow::before,
  .prev-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: var(--white);
    transform-origin: 1px 50%;
  }
}

.accessInner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding: 120px 120px 160px;
}

@media screen and (max-width: 1024px) {
  .accessInner {
    padding: 100px 60px;
  }
}

@media screen and (max-width: 767px) {
  .accessInner {
    padding: 100px 25px;
  }
}

.access-secTtl {
  font-family: "Figtree", sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #F4F4F2;
  -webkit-text-stroke: 3px var(--green);
  text-stroke: 3px var(--green);
  paint-order: stroke;
  transform: skewX(-15deg);
}

@media screen and (max-width: 1024px) {
  .access-secTtl {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .access-secTtl {
    font-size: 35px;
  }
}

.accessFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  gap: 0 110px;
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  .accessFlex {
    flex-direction: column;
    gap: 40px 0;
    padding-top: 0;
  }
}


.accessItem{
  display: flex;
  flex-direction: column;
}

.accessItemTtl {
  display: inline-block;
  margin-top: 55px;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--white);
  background-image: linear-gradient(90deg, #4f8029, #78b847);
}

@media screen and (max-width: 1024px) {
  .accessItemTtl {
    margin-top: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accessItemTtl {
    padding: 5px;
  }
}

.accessItemTxt {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin: 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .accessItemTxt {
    font-size: 16px;
  }
}

.accessBoxList--Ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  position: relative;
  vertical-align: middle;
}

.accessBoxList--Ttl::before {
  content: "";
  background-color: var(--green);
  margin-right: 5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
}

.accessBoxList ul {
  margin: 10px 0 60px 0;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .accessBoxList ul {
    margin: 10px 0 40px 0;
  }
}

.accessBoxList ul li {
  letter-spacing: 0.05em;
  padding-left: 16px;
  text-indent: -16px;
}

.accessBoxList ul li::before {
  content: "";
  background-color: #333;
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
}

.accessBoxList ul li span {
  font-weight: 700;
}


.accessBoxList--BtnLink{
  margin-top: auto;
}

.accessBoxList--Btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 58px;
  position: relative;
  width: 250px;
  height: 60px;
  background-color: #333;
  border-radius: 999px;
  color: var(--white);
  text-align: center;
}

.accessBoxList--Btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}

.accessBoxList--Btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 20px;
  height: 2px;
  background: var(--white);
}

@media screen and (max-width: 1024px) {
  .accessBoxList--Btn::before {
    right: 20px;
  }

  .accessBoxList--Btn::after {
    right: 20px;
    width: 18px;
  }
}

.accessIframe {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .accessIframe {
    width: 100%;
  }
}

.accessIframe iframe {
  aspect-ratio: 3 / 2;
  max-width: 660px;
  width: 100%;
  height: auto;
  clip-path: inset(0 round 8px);
  display: block;
}

@media screen and (max-width: 1024px) {
  .accessIframe iframe {
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }
}



.accessTelBlock{
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


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

.accessTelIcon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  line-height: 0;
  vertical-align: middle;
}

.accessTelIcon__svg {
  display: block;
  width: 15.5px;
  height: auto;
  aspect-ratio: 16 / 23;
}

.accessTelIcon__svg path {
  fill:#69AC35;
}

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

.accessTelTtl{
  color: #69AC35;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.accessTelNum {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.accessTelTxt{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #69AC35;
  font-weight: 500;
}