@charset "UTF-8";
:root {
  --color-brand: #F07700;
  --color-brand-sub: #FAC897;
  --color-brand-line: #F4D4B5;
  --color-brand-arrow: #F8D5B2;
  --color-bg-brand: #F7E3D0;
  --color-light: #FFFFFF;
  --color-dark: #171717;
  --color-gray: #F3F3F3;
  --color-darkgray: #D8D8D8;
  --color-text: #171717;
  --color-text-sub: #454545;
  --color-text-on-dark: #FFFFFF;
  --color-text-decoration: #F8F8F8;
}

main.lower.has-nav {
  position: relative;
  padding-left: clamp(170px, 16.6015625%, 200px);
}
@media (max-width: 1023px) {
  main.lower.has-nav {
    padding-top: 132px;
    padding-left: 0;
  }
}

section {
  scroll-margin-top: 110px;
}
@media (max-width: 1023px) {
  section {
    scroll-margin-top: 120px;
  }
}

.page-nav {
  width: clamp(170px, 16.6015625%, 200px);
  height: calc(100dvh - 110px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 800;
  background-color: var(--color-brand);
}
@media (max-width: 1023px) {
  .page-nav {
    width: 100%;
    height: auto;
    top: 60px;
    bottom: auto;
  }
}
.page-nav.is-scroll {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1023px) {
  .page-nav.is-scroll {
    position: fixed;
  }
}
.page-nav .nav__inner {
  padding: 42.5% 0 0 11%;
}
@media (max-width: 1023px) {
  .page-nav .nav__inner {
    width: 82.6666666667%;
    padding: 20px 0 20px;
    margin: 0 auto;
  }
}
.page-nav .page-title {
  color: var(--color-text-on-dark);
}
@media (max-width: 1023px) {
  .page-nav .page-title {
    position: relative;
  }
  .page-nav .page-title::before, .page-nav .page-title::after {
    content: "";
    width: 14px;
    height: 3px;
    display: block;
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    background-color: var(--color-light);
  }
  .page-nav .page-title::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
}
.page-nav .page-title--en {
  display: block;
  font-size: clamp(2.6rem, 2.5390625vw, 2.8rem);
  line-height: 1.2142857143;
}
@media (max-width: 1023px) {
  .page-nav .page-title--en {
    display: inline-block;
  }
}
.page-nav .page-title--ja {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .page-nav .page-title--ja {
    display: inline-block;
  }
}
.page-nav .nav__list {
  width: 95.5056179775%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .page-nav .nav__list {
    width: 100%;
    max-height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    overflow-y: hidden;
    transform: translateY(0);
    transition: 0.3s;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .page-nav .nav__list .nav__item {
    width: 45.1612903226%;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-bottom: 1px solid var(--color-brand-sub);
    padding: 16px 0 4px;
  }
  .page-nav .nav__list .nav__item::before, .page-nav .nav__list .nav__item::after {
    content: "";
    width: 1px;
    height: 7px;
    display: block;
    position: absolute;
    right: 7.5px;
    bottom: 13px;
    background-color: var(--color-brand-sub);
    transform-origin: 50% calc(100% - 0.5px);
    pointer-events: none;
  }
  .page-nav .nav__list .nav__item::before {
    transform: translateX(-0.5px) rotate(50deg);
  }
  .page-nav .nav__list .nav__item::after {
    transform: translateX(-0.5px) rotate(-50deg);
  }
}
.page-nav .nav__list .nav__item .nav__anchor-link {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-brand-sub);
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .page-nav .nav__list .nav__item .nav__anchor-link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    color: var(--color-light);
    padding-right: 18px;
  }
}
.page-nav .nav__list .nav__item .nav__anchor-link:hover, .page-nav .nav__list .nav__item .nav__anchor-link.is-current {
  color: var(--color-text-on-dark);
}
.page-nav .nav__list .nav__item .nav__anchor-link > span {
  display: inline-block;
}
@media (max-width: 1023px) {
  .page-nav.is-open .page-title::after {
    transform: rotate(0deg);
  }
  .page-nav.is-open .nav__list {
    max-height: 92px;
    margin-top: 8px;
  }
}

@media (max-width: 1023px) {
  .page-nav.is-open .nav__list {
    max-height: 92px;
  }
}

.about {
  padding-bottom: 160px;
}
@media (max-width: 1023px) {
  .about {
    padding-bottom: 140px;
  }
}
.about .greeting {
  width: clamp(700px, 75.5813953488%, 1300px);
  padding: 120px 0 160px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about .greeting {
    width: clamp(320px, 85.3333333333%, 500px);
    padding: 60px 0;
  }
}
.about .philosophy {
  width: clamp(700px, 90.9090909091%, 1500px);
  background-color: var(--color-gray);
  border-radius: 40px;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about .philosophy {
    width: clamp(320px, 94.6666666667%, 500px);
    border-radius: 20px;
    padding: 60px 0 70px;
  }
}
.about .outline {
  width: clamp(700px, 90%, 1080px);
  padding: 160px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about .outline {
    width: clamp(320px, 94.6666666667%, 500px);
    padding: 100px 0 60px;
  }
}
.about .history {
  width: clamp(700px, 90.9090909091%, 1500px);
  background-color: var(--color-gray);
  border-radius: 40px;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about .history {
    width: clamp(320px, 94.6666666667%, 500px);
    border-radius: 20px;
    padding: 60px 0;
  }
}
.about .location {
  width: clamp(700px, 89.6551724138%, 1300px);
  padding: 160px 0 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about .location {
    width: clamp(320px, 94.6666666667%, 500px);
    padding: 100px 0 0;
  }
}

.about .greeting__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .about .greeting__wrap {
    flex-direction: column;
    gap: 30px;
    margin: 50px auto 0;
  }
}
.about .greeting__img {
  width: 52.3076923077%;
}
@media (max-width: 1023px) {
  .about .greeting__img {
    width: 100%;
  }
}
.about .greeting__content {
  width: 41.5384615385%;
}
@media (max-width: 1023px) {
  .about .greeting__content {
    width: 100%;
  }
}
.about .greeting__content .greeting__text:not(:first-child) {
  margin-top: 30px;
}
.about .greeting__content .greeting__signature {
  margin-top: 94px;
}
@media (max-width: 1023px) {
  .about .greeting__content .greeting__signature {
    margin-top: 25px;
  }
}
.about .greeting__content .greeting__signature .greeting__signature-post {
  display: block;
  line-height: 1.4444444444;
}
@media (max-width: 1023px) {
  .about .greeting__content .greeting__signature .greeting__signature-post {
    line-height: 1.875;
  }
}
.about .greeting__content .greeting__signature .greeting__signature-post > span {
  display: inline-block;
}
@media (max-width: 1023px) {
  .about .greeting__content .greeting__signature .greeting__signature-post > span {
    display: block;
  }
}
.about .greeting__content .greeting__signature .greeting__signature-name {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 0.5em;
}
@media (max-width: 1023px) {
  .about .greeting__content .greeting__signature .greeting__signature-name {
    font-size: 2rem;
  }
}

.about .philosophy__contents {
  width: 82%;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0;
}
@media (max-width: 1023px) {
  .about .philosophy__contents {
    width: calc(90.1408450704% + 10px);
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
  }
}
.about .philosophy__content {
  width: 30.081300813%;
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
  background-color: var(--color-light);
  border: 2px solid var(--color-brand);
  box-shadow: 10px 10px 0px var(--color-brand);
  border-radius: 20px;
  padding: 50px 0;
}
@media (max-width: 1023px) {
  .about .philosophy__content {
    width: calc(100% - 10px);
    width: 310px;
    padding: 38px 0;
    margin: 0 auto;
  }
}
.about .philosophy__content:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media (max-width: 1023px) {
  .about .philosophy__content:nth-of-type(2) {
    transition-delay: 0;
  }
}
.about .philosophy__content:nth-of-type(3) {
  transition-delay: 0.6s;
}
@media (max-width: 1023px) {
  .about .philosophy__content:nth-of-type(3) {
    transition-delay: 0;
  }
}
.about .philosophy__content.is-active {
  transform: translate(0, 0);
  opacity: 1;
}
.about .philosophy__heading {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.21875;
  color: var(--color-brand);
  padding-bottom: 26px;
}
@media (max-width: 1500px) {
  .about .philosophy__heading {
    font-size: clamp(2rem, 1.7391304348vw, 3rem);
  }
}
@media (max-width: 1023px) {
  .about .philosophy__heading {
    font-size: 2.6rem;
    line-height: 1.2307692308;
    padding-bottom: 20px;
  }
}
.about .philosophy__heading::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  background-color: var(--color-brand);
  border-radius: 50%;
}
.about .philosophy__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.about .outline__img {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .about .outline__img {
    margin-top: 50px;
  }
}
.about .outline__content {
  margin-top: 46px;
}
@media (max-width: 1023px) {
  .about .outline__content {
    margin-top: 36px;
  }
}
.about .outline__list {
  display: grid;
  grid-template-columns: 32.4074074074% 1fr;
  padding: 34px 0;
}
@media (max-width: 1023px) {
  .about .outline__list {
    grid-template-columns: 31.5492957746% 1fr;
    font-size: 1.4rem;
    padding: 19px 0;
  }
}
.about .outline__term {
  white-space: pre;
  padding-left: 9.4285714286%;
}
@media (max-width: 1023px) {
  .about .outline__term {
    white-space: normal;
    padding-left: 3.5714285714%;
  }
}
.about .outline__desc {
  padding-right: 6.8493150685%;
}
@media (max-width: 1023px) {
  .about .outline__desc {
    padding-right: 2.4691358025%;
  }
}
.about .outline__desc .outline__partners--clients {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
}
@media (max-width: 1023px) {
  .about .outline__desc .outline__partners--clients {
    display: block;
  }
}
.about .outline__desc .outline__partners--clients .outline__partner::before {
  content: "●";
}

.about .history {
  position: relative;
  overflow: hidden;
}
.about .history__contents {
  position: relative;
  padding: 0 5.6666666667% 0 6.6666666667%;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .about .history__contents {
    padding: 0 5.6% 0 4.8%;
    margin-top: 50px;
  }
}
.about .history__contents::after {
  content: "";
  width: 3px;
  height: calc(100% - var(--after-height-adjustment));
  display: block;
  position: absolute;
  top: 11px;
  left: calc(6.6666666667% + 145px);
  background-color: var(--color-brand);
  transform: scaleY(var(--progress, 0));
  transition: transform 0.3s;
  transform-origin: top;
}
@media (max-width: 1023px) {
  .about .history__contents::after {
    height: calc(100% - 78px);
    left: calc(4.8% + 6px);
  }
}
.about .history__content {
  display: grid;
  grid-template-columns: 192px 80px 1fr;
  position: relative;
}
@media (max-width: 1023px) {
  .about .history__content {
    grid-template-columns: 46px 1fr;
    grid-row-gap: 6px;
    padding-left: 28px;
  }
}
.about .history__content:not(:last-child) {
  padding-bottom: 75px;
}
@media (max-width: 1023px) {
  .about .history__content:not(:last-child) {
    padding-bottom: 46px;
  }
}
.about .history__content:not(:last-child)::before {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 11px;
  left: 145px;
  background-color: var(--color-brand-line);
}
@media (max-width: 1023px) {
  .about .history__content:not(:last-child)::before {
    left: 6px;
  }
}
.about .history__content.padding-next-no-year {
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .about .history__content.padding-next-no-year {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .about .history__content.is-no-year {
    grid-row-gap: 0;
  }
}
.about .history__content.is-no-year .history__month::before, .about .history__content.is-no-year .history__month::after {
  content: "";
}
@media (max-width: 1023px) {
  .about .history__content.is-no-year .history__month::before {
    top: 6px;
  }
}
@media (max-width: 1023px) {
  .about .history__content.is-no-year .history__month::after {
    top: 9px;
  }
}
.about .history__content:not(.is-no-year) .history__year::before, .about .history__content:not(.is-no-year) .history__year::after {
  content: "";
}
@media (max-width: 1023px) {
  .about .history__content:not(.is-no-year) .history__year::before {
    top: 8px;
  }
}
@media (max-width: 1023px) {
  .about .history__content:not(.is-no-year) .history__year::after {
    top: 11px;
  }
}
.about .history__year {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 0.7894736842;
}
@media (max-width: 1023px) {
  .about .history__year {
    grid-area: 1/1/2/3;
    font-size: 2.6rem;
    line-height: 1.2307692308;
  }
}
@media (max-width: 1023px) {
  .about .history__month {
    grid-area: 2/1/3/2;
    font-size: 1.4rem;
    line-height: 1.9285714286;
  }
}
.about .history__month--num {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.1538461538;
}
@media (max-width: 1023px) {
  .about .history__month--num {
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }
}
.about .history__year::before, .about .history__month::before {
  content: none;
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  top: 8px;
  left: 139px;
  z-index: 10;
  border: 1px solid var(--color-brand);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .about .history__year::before, .about .history__month::before {
    left: 0;
  }
}
.about .history__year::after, .about .history__month::after {
  content: none;
  width: 10px;
  aspect-ratio: 1;
  position: absolute;
  top: 11px;
  left: 142px;
  z-index: 10;
  background-color: var(--color-brand);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .about .history__year::after, .about .history__month::after {
    left: 3px;
  }
}
@media (max-width: 1023px) {
  .about .history__desc {
    grid-area: 2/2/3/3;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-top: 2px;
  }
}
.about .history__partner::before {
  content: "・";
}
.about .history__partner:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .about .history__partner:not(:first-child) {
    margin-top: 25px;
  }
}
.about .history__deco {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 24.8rem;
  line-height: 0.65;
  letter-spacing: 0.05em;
  color: var(--color-text-decoration);
}
@media (max-width: 1023px) {
  .about .history__deco {
    font-size: 14.1rem;
  }
}

.about .location__office {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .about .location__office {
    margin-top: 50px;
  }
}
.about .location__office .office__title {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .about .location__office .office__title {
    width: 340px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.about .location__office .office__title .office__title-img {
  width: 340px;
}
.about .location__office .office__title .office__title-name {
  padding-bottom: 26px;
}
@media (max-width: 1023px) {
  .about .location__office .office__title .office__title-name {
    width: 100%;
    display: block;
    text-align: right;
    padding-bottom: 0;
    padding-right: 14px;
  }
}
.about .location__office .office__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 80px;
  border-bottom: 1px solid var(--color-dark);
  padding-bottom: 100px;
  margin-top: 60px;
}
@media (max-width: 1480px) {
  .about .location__office .office__list {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    padding-bottom: 60px;
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .about .location__office .office__list {
    row-gap: 50px;
  }
}
.about .location__office .office__list .office__item {
  width: clamp(550px, 48%, 600px);
  display: flex;
  align-items: center;
}
@media (max-width: 1480px) {
  .about .location__office .office__list .office__item {
    width: 600px;
  }
}
@media (max-width: 1023px) {
  .about .location__office .office__list .office__item {
    width: 316px;
    display: block;
  }
}
.about .location__office .office__list .office__item .office__content {
  width: 47.3333333333%;
}
@media (max-width: 1023px) {
  .about .location__office .office__list .office__item .office__content {
    width: 100%;
  }
}
.about .location__office .office__list .office__item .office__content span {
  display: block;
}
.about .location__office .office__list .office__item .office__content .office__name {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .about .location__office .office__list .office__item .office__content .office__name {
    line-height: 1;
    font-size: 2rem;
  }
}
.about .location__office .office__list .office__item .office__content .office__zip-code {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .about .location__office .office__list .office__item .office__content .office__zip-code {
    margin-top: 10px;
  }
}
.about .location__office .office__list .office__item .office__content .office__tel::before {
  content: "TEL. ";
}
.about .location__office .office__list .office__item .office__content .office__fax::before {
  content: "FAX. ";
}
.about .location__office .office__list .office__gmap {
  width: 52.6666666667%;
  height: 228px;
}
@media (max-width: 1023px) {
  .about .location__office .office__list .office__gmap {
    width: 100%;
    margin-top: 10px;
  }
}
.about .location__group {
  padding-top: 89px;
}
@media (max-width: 1023px) {
  .about .location__group {
    width: 87.323943662%;
    width: 310px;
    padding-top: 60px;
    margin: 0 auto;
  }
}
.about .location__group .group__title {
  line-height: 1;
}
.about .location__group .group__title .group__title--en {
  font-size: 4.8rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .about .location__group .group__title .group__title--en {
    font-size: 3.2rem;
  }
}
.about .location__group .group__title .group__title--ja {
  font-size: 1.6rem;
}
.about .location__group .group__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: clamp(40px, 6.1538461538%, 80px);
  grid-row-gap: 60px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .about .location__group .group__links {
    display: block;
  }
}
@media (max-width: 1023px) {
  .about .location__group .group__links .group__link + .group__link {
    margin-top: 40px;
  }
}
.about .location__group .group__links .group__link .group__name {
  display: block;
  font-size: clamp(1.4rem, 1.3671875vw, 1.8rem);
  line-height: 1;
  color: var(--color-text);
  margin-top: 0.5555555556em;
}
@media (max-width: 1023px) {
  .about .location__group .group__links .group__link .group__name {
    padding-right: 8px;
    margin-top: 6px;
  }
}/*# sourceMappingURL=page-about.css.map */