.offices__eachOffice {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (width < 768px) {
  .offices__eachOffice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.offices__eachOffice__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .offices__eachOffice__holder {
    display: block;
  }
}
.offices__eachOffice__holder__texts__hl {
  position: relative;
  color: var(--color-secondary);
  font-size: 42px;
  font-size: calc(42 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.4761904762;
  margin-bottom: 80px;
  padding-bottom: 30px;
}
@media (width < 768px) {
  .offices__eachOffice__holder__texts__hl {
    font-size: 28px;
    font-size: calc(28 / 10 * 1rem);
    text-align: center;
    margin-bottom: 10px;
  }
}
.offices__eachOffice__holder__texts__hl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 452px;
  height: 1px;
  background-color: var(--color-secondary);
}
@media (width < 768px) {
  .offices__eachOffice__holder__texts__hl:after {
    display: none;
  }
}
.offices__eachOffice__holder__texts__xsPhoto {
  margin-bottom: 30px;
}
.offices__eachOffice__holder__texts__sub {
  color: var(--color-secondary);
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  font-weight: 400;
  line-height: 1.4583333333;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .offices__eachOffice__holder__texts__sub {
    text-align: center;
    margin-bottom: 10px;
  }
}
.offices__eachOffice__holder__texts__rt {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 2;
}
@media (width < 768px) {
  .offices__eachOffice__holder__texts__rt {
    text-align: center;
  }
}
.offices__eachOffice__points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 100px;
}
@media (width < 768px) {
  .offices__eachOffice__points {
    display: block;
    margin-bottom: 30px;
  }
}
.offices__eachOffice__points__eachPoint {
  position: relative;
  padding: 50px;
}
@media (width < 768px) {
  .offices__eachOffice__points__eachPoint {
    padding: 20px;
    margin-bottom: 40px;
  }
  .offices__eachOffice__points__eachPoint:last-child {
    margin-bottom: 0;
  }
}
.offices__eachOffice__points__eachPoint:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
}
@media (width < 768px) {
  .offices__eachOffice__points__eachPoint:before {
    height: 70%;
  }
}
.offices__eachOffice__points__eachPoint__fig {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.offices__eachOffice__points__eachPoint__rt {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 1.875;
}
.offices__eachOffice__osakaLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 768px) {
  .offices__eachOffice__osakaLocation {
    display: block;
  }
}
.offices__eachOffice__osakaLocation__texts {
  width: 358px;
}
@media (width < 768px) {
  .offices__eachOffice__osakaLocation__texts {
    width: 100%;
    margin-bottom: 30px;
  }
}
.offices__eachOffice__osakaLocation__texts__rt {
  position: relative;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 1.875;
  padding-top: 40px;
}
.offices__eachOffice__osakaLocation__texts__rt::before {
  content: "";
  display: block;
  background-color: var(--color-secondary);
  width: 452px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width < 768px) {
  .offices__eachOffice__osakaLocation__texts__rt::before {
    display: none;
  }
}
.offices__eachOffice__osakaLocation__photo {
  width: 740px;
}
@media (width < 768px) {
  .offices__eachOffice__osakaLocation__photo {
    width: 100vw;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.offices__eachOffice__tokyoLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 160px;
}
@media (width < 768px) {
  .offices__eachOffice__tokyoLocation {
    padding: 0;
  }
}
.offices__eachOffice__tokyoLocation__texts {
  width: 454px;
}
@media (width < 768px) {
  .offices__eachOffice__tokyoLocation__texts {
    width: 48%;
  }
}
.offices__eachOffice__tokyoLocation__texts__rt {
  position: relative;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 1.875;
  padding-top: 40px;
}
@media (width < 768px) {
  .offices__eachOffice__tokyoLocation__texts__rt {
    padding-top: 0;
  }
}
.offices__eachOffice__tokyoLocation__texts__rt::before {
  content: "";
  display: block;
  background-color: var(--color-secondary);
  width: 578px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width < 768px) {
  .offices__eachOffice__tokyoLocation__texts__rt::before {
    display: none;
  }
}
.offices__eachOffice__tokyoLocation__photo {
  position: relative;
  z-index: 2;
  width: 326px;
}
@media (width < 768px) {
  .offices__eachOffice__tokyoLocation__photo {
    width: 48%;
  }
}
.offices__eachOffice[data-office=osaka] {
  background-color: #fff;
}
.offices__eachOffice[data-office=osaka] .offices__eachOffice__points__eachPoint:before {
  background-color: #f4f9ff;
}
.offices__eachOffice[data-office=tokyo] {
  background-color: #f4f9ff;
}
.offices__eachOffice[data-office=tokyo] .offices__eachOffice__points__eachPoint:before {
  background-color: #fff;
}