@charset "UTF-8";

.l-page {
  overflow: unset;
}

/* スクロールコンテンツ */

.scroll_content_space {
  height: 5px;
  display: block;
  position: relative;
}

.scroll_content {
  color: #fff;
  width: 100%;
  position: relative;
}

.scroll_content_inner {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

body.header_type2 .scroll_content_inner {
  height: calc(100vh - 80px);
  top: 80px;
}

.scroll_content_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.scroll_content_section:not(.active) {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease 0.2s;
}

.scroll_content_section.active {
  z-index: 2;
}

.scroll_content_nav {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 5;
}

.scroll_content.one_content .scroll_content_nav {
  display: none;
}

.scroll_content_nav_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.scroll_content_nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  max-width: 70px;
  max-height: 70px;
  color: #096DA2;
  font-size: clamp(8px, 1.0416666667vw, 20px);
  font-weight: 600;
  border-radius: 100%;
  transition: color 0.1s ease, background 0.1s ease;
}

.scroll_content_nav_item.active {
  color: #fff;
  background: #096DA2;
}

.scroll_content_spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.scroll_content_spacer_item {
  flex: 1;
  scroll-snap-align: start;
}

.scroll_content_spacer_item:last-child {
  flex: 2;
}

.scroll_content_section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.scroll_content_section .content {
  z-index: 3;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.scroll_content.active .scroll_content_section.active .content {
  opacity: 1;
}

.scroll_content .scroll_content_section.displayed .content {
  opacity: 1;
}

/* スクロールコンテンツ（アニメーション） */

@-webkit-keyframes scroll_content_image_animation {
  from {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
  }

  to {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes scroll_content_image_animation {
  from {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
  }

  to {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

/* =========================
   Philosophy
========================= */

.philosophy {
  padding: 42px 0 0;
}

.philosophy__wrapper {
  background: url(https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/raw_assets/public/Adval%20Renew%20Theme/assets/images/company/vision_bg.png) 0 0/1920px;
  background-attachment: fixed;
}

.philosophy__container {
  max-width: 100%;
  padding: 0;
}

.philosophy__content:nth-child(2) {
  padding-left: 0;
}

.philosophy__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 51% 49%;
  align-items: center;
  background: #AAD0DF;
  height: 27.0833333333vw;
  max-height: 520px;
  position: relative;
}

/* Box */

.philosophy-box__label {
  position: absolute;
  width: 36.4583333333vw;
  max-width: 700px;
  left: 2.6041666667vw;
  top: -3.0729166667vw;
}

.philosophy__content:nth-child(2) .philosophy-box__label {
  width: 31.25vw;
  max-width: 600px;
  left: 5.6770833333vw;
}

/* Text */

.philosophy-box__content p {
  color: #096DA2;
  font-size: clamp(10px, 1.1458333333vw, 22px);
  font-weight: 500;
  line-height: 3;
  letter-spacing: 6px;
}

.philosophy__content:nth-child(1) .philosophy-box__content p {
  text-align: center;
}

.philosophy__content:nth-child(2) .philosophy-box__content p {
  text-align: center;
}

.philosophy__content:nth-child(3) .philosophy-box__content p {
  padding-left: 4.0104166667vw;
}

/* Image */

.philosophy__image {
  width: 29.84375vw;
  position: absolute;
  bottom: -3.8020833333vw;
  right: 15.8854166667vw;
  max-width: 573px;
  transition: opacity 2.5s ease 0.6s;
  opacity: 0;
}

.philosophy__content:nth-child(2) .philosophy__image {
  right: -11.1979166667vw;
  bottom: -2.6041666667vw;
}

.philosophy__content:nth-child(3) .philosophy__image {
  right: 9.84375vw;
  bottom: -2.5vw;
}

/* =========================
   Profile
========================= */

.company-profile {
  padding-top: 91px;
  padding-bottom: 0;
}

.profile-table {
  margin: 0 auto;
  border-top: 1px solid #eee;
  line-height: normal;
}

.profile-row {
  display: grid;
  grid-template-columns: 13.8% 1fr;
  border-bottom: 1px solid #eee;
}

.profile-row--split {
  grid-template-columns: 13.8% 1fr 13.8% 1fr;
}

.profile-row__head {
  background: #096DA2;
  color: #fff;
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 600;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 5.4px;
  text-align: center;
}

.profile-row__body {
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 500;
  /* padding: 22px 20px 0; */
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.profile-row__body ul {
  padding: 0;
  margin: 0;
  gap: 20px 5px;
}

.profile-row__body li {
  display: inline-block;
  margin: 0 33px 21px 0;
  min-width: 165px;
}

.profile-row__body li::before {
  content: "・";
  margin-right: 3px;
}

.profile-row__body li:nth-child(1), .profile-row__body li:nth-child(5), .profile-row__body li:nth-child(8) {
  min-width: 202px;
}

.profile-row__body li:nth-child(2), .profile-row__body li:nth-child(6), .profile-row__body li:nth-child(9) {
  margin-right: 51px;
}

.profile-row__body li:nth-child(3) {
  margin-right: 50px;
}

.profile-row__body li a {
  text-decoration: underline;
}

.profile-row__body li a:hover {
  text-decoration: none;
}

/* =========================
   Access
========================= */

.access {
  padding: 90px 0 0;
  text-align: center;
}

/* MAP */

.access__container {
  max-width: 1240px;
}

.access__map-wrap {
  position: relative;
  background: #eee;
  padding-bottom: 41.5%;
  margin-bottom: 5px;
}

.access__map {
  width: 100%;
  height: 100%;
  border: none;
  inset: 0;
  position: absolute;
}

.access__map-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #333;
  pointer-events: none;
}

/* INFO */

.access__info {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.access__gmap-link {
  font-size: 14px;
  font-weight: 600;
  color: #087DAD;
  text-decoration: none;
}

.access__gmap-link:hover {
  text-decoration: underline;
}

.access__stations {
  margin-top: 18px;
  font-size: 18px;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* =========================
  Officer
========================= */

.officer {
  padding: 88px 0 0;
  background: #fff;
}

/* GRID */

.officer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* CARD */

.officer-card {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  line-height: normal;
  font-weight: 500;
  font-size: 20px;
}

.officer-card--no-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: none;
  padding: 0;
}

.officer-card__item {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}

.officer-card__body {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 30px;
}

.officer-card--no-image .officer-card__body {
  grid-template-columns: 1fr;
  gap: 0;
}

/* IMAGE */

.officer-card__img {
  overflow: hidden;
  border-radius: 5px;
}

/* CONTENT */

.officer-card__content {
  display: grid;
  align-self: flex-start;
  gap: 10px;
  letter-spacing: 2px;
}

.officer-card--no-image .officer-card__content {
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding: 0;
}

.officer-card__name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.officer-card--no-image .officer-card__role {
  margin-left: 10px;
  color: #333;
  font-weight: 500;
}

.officer-card__name span {
  letter-spacing: 1.6px;
  color: #096DA2;
}

.officer-card__name span:not(.officer-card__role)::before {
  content: "－ ";
  color: #333;
}

.officer-card__birth span {
  display: block;
  color: #096DA2;
  font-weight: 600;
  margin-right: 8px;
}

.officer-card--no-image .officer-card__birth {
  display: flex;
  flex-direction: column;
  margin-right: 0;
}

.officer-card--no-image .officer-card__birth span {
  margin-right: 0;
}

/* HISTORY */

.officer-card__history {
  margin-top: 27px;
  list-style: none;
  height: 138px;
  width: 100%;
  /* scrollbar-gutter: stable; */
  /* overflow-y: auto; */
  display: grid;
  gap: 14px;
}

.officer-card__history::-webkit-scrollbar {
  /* width: 3px; */
  -webkit-appearance: none;
  appearance: none;
}

.officer-card__history::-webkit-scrollbar-track {
  /* background: #D9D9D9;
  border-radius: 1000px; */
  background-color: transparent;
}

.officer-card__history::-webkit-scrollbar-thumb {
  /* background: #1CB3C4;
  border-radius: 1000px; */
  background-color: transparent;
}

/* .officer-card__history::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
} */

.officer-card__history .simplebar-track.simplebar-vertical {
  /* border-right: 3px solid #D9D9D9; */
  background-color: #D9D9D9;
  width: 3px;
}
.officer-card__history .simplebar-scrollbar.simplebar-visible {
  /* border-right: 3px solid #1CB3C4; */
  background-color: #096DA2;
  width: 3px;
}
.officer-card__history .simplebar-scrollbar.simplebar-visible::before {
  display: none;
}

.officer-card--no-image .officer-card__history {
  margin-top: 18px;
  gap: 10px;
  height: 115px;
}

.career-item {
  display: grid;
  grid-template-columns: 60px 42px 1fr;
  align-items: start;
  gap: 0 10px;
  padding-right: 20px;
  word-break: break-word;
}

/* YEAR */

.career-year {
  font-size: 20px;
  font-weight: 700;
  color: #096DA2;
  white-space: nowrap;
}

/* MONTH */

.career-month {
  font-size: 20px;
  font-weight: 700;
  color: #096DA2;
  text-align: right;
  margin-right: 5px;
}

.career-month em {
  color: #096DA2;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

/* TEXT */

.career-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: normal;
  word-break: break-word;
}

.history {
  padding-top: 90px;
  padding-bottom: 91px;
  position: relative;
}

.history__container {
  max-width: 1255px;
}

/* ===== WRAP ===== */

.history__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  max-height: 565px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.history__wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  transition: opacity 0.4s ease;
}

.history__wrap.is-full::after {
  display: none;
}

/* ===== TIMELINE ===== */

.history__timeline {
  position: relative;
  padding-left: 60px;
}

.history__timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  /* top: 20px; */
  top: 0;
  width: 2px;
  height: calc(100% - 20px);
  height: calc(100% - 74px);
  background: #d9d9d9;
}

/* ===== ITEM ===== */

.history-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  margin-bottom: 42px;
}

.history-itemfirst {
    margin-bottom: 42px;
    padding-top: 30px;
}

/* YEAR */

.history-year {
  position: relative;
  line-height: 1;
}

.history-year .year {
  font-size: 40px;
  font-weight: 700;
  color: #096DA2;
}

/* DOT */

.history-year .dot {
  position: absolute;
  left: -51px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #096DA2;
  border-radius: 50%;
}

.history-year .arrowup {
  background: url("https://20595209.fs1.hubspotusercontent-na2.net/hubfs/20595209/Adval/company/arrowup.png") no-repeat;
  background-size: 25px 17px;
  position: absolute;
  left: -53px;
  top: -30px;
  width: 25px;
  height: 17px;
  display: block;
}
}

/* CONTENT */

.history-content p {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 29px;
  letter-spacing: 1.8px;
  word-break: break-word;
  line-height: normal;
}

.history-content p + p {
  margin-top: 5px;
}

.history-content strong {
  color: #096DA2;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  min-width: 45px;
  text-align: right;
  align-self: flex-start;
  white-space: nowrap;
}

.history-content span {
  word-break: break-word;
}

.history-content em {
  font-size: 16px;
}

.history-content .hidden {
  opacity: 0;
}

/* ===== IMAGE ===== */

.history__image {
  width: 127px;
  position: absolute;
  top: 11.7708333333vw;
  right: 18.75vw;
  /* -webkit-animation: fuwafuwa 3s infinite;
          animation: fuwafuwa 3s infinite; */
}

/* ===== MORE ===== */

.history__more {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #096DA2;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-top: 17px;
}

.history__more svg {
  width: 15px;
  height: auto;
  transform: rotate(90deg);
  -webkit-animation: arrow 1.4s infinite;
          animation: arrow 1.4s infinite;
}

@-webkit-keyframes arrow {
  0% {
    transform: rotate(90deg) translate(0, 0);
  }

  50% {
    transform: rotate(90deg) translate(6px, 0);
  }

  100% {
    transform: rotate(90deg) translate(0, 0);
  }
}

@keyframes arrow {
  0% {
    transform: rotate(90deg) translate(0, 0);
  }

  50% {
    transform: rotate(90deg) translate(6px, 0);
  }

  100% {
    transform: rotate(90deg) translate(0, 0);
  }
}

@media screen and (min-width: 801px) {
  .scroll_content .content .item {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .scroll_content.active .scroll_content_section.active .philosophy-box__label {
    opacity: 1;
    transition: opacity 1.5s ease 0.3s;
  }

  .scroll_content.active .scroll_content_section.active .philosophy-box__content {
    opacity: 1;
    transition: opacity 1.5s ease 0.6s;
  }

  /* .scroll_content .scroll_content_section.displayed .philosophy__image {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-clip-path: circle(100% at 50% 50%) !important;
            clip-path: circle(100% at 50% 50%) !important;
  } */

  .scroll_content_section {
    transition: opacity 0.7s ease;
  }

  .scroll_content .scroll_content_section.displayed .content .item {
    opacity: 1 !important;
  }

  /* .scroll_content .scroll_content_section.displayed .content .circle_image_inner {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-clip-path: circle(100% at 50% 50%) !important;
            clip-path: circle(100% at 50% 50%) !important;
  } */
}

.scroll_content.active .scroll_content_section.displayed .content .philosophy__image {
  -webkit-animation: scroll_content_image_animation 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
  animation: scroll_content_image_animation 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
  opacity: 1;
}

@media screen and (max-width:1024px) {
  .officer-card {
    font-size: 1.5609756098vw;
    padding: 20px;
  }
  .officer-card__name {
    font-size: 1.5609756098vw;
  }
  .history__image {
    top: 17.5609756098vw;
    right: 2.9268292683vw;
  }
}

@media screen and (max-width:767px) {
  .nav-btn-group {
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
  }
  .nav-btn {
    height: 10.6666666667vw;
    justify-content: flex-start;
  }
  .scroll_content_nav {
    top: 11.2vw;
    right: 0;
    transition: top 0.3s ease;
  }
  .scroll_content_nav.active {
    top: 26.6666666667vw;
  }
  .scroll_content_nav_item {
    width: 10px;
    height: 10px;
    text-indent: -100px;
    overflow: hidden;
    margin-bottom: 10px;
    background: rgba(28, 179, 196, 0.5);
  }
  .philosophy {
    padding-bottom: 0;
    padding-top: 4.8vw;
  }
  .philosophy__container {
    padding: 0 4.2666666667vw;
  }
  .philosophy__title {
    margin-bottom: 12.2666666667vw;
  }
  .philosophy__inner {
    height: 100vw;
    grid-template-columns: 1fr;
  }
  .philosophy-box__label {
    width: 76vw;
    left: -1.6vw;
    top: -12vw;
  }
  .philosophy__content:nth-child(2) .philosophy-box__label {
    width: 80vw;
    left: -1.6vw;
    top: -13.0666666667vw;
  }
  .philosophy__content:nth-child(3) .philosophy-box__label {
    width: 78.9333333333vw;
  }
  .philosophy-box__content p {
    font-size: 4vw;
    line-height: 2.3333333333;
    letter-spacing: 3.2px;
  }
  .philosophy__content:nth-child(2) .philosophy-box__content p {
    margin-bottom: 8vw;
  }
  .philosophy__content:nth-child(3) .philosophy-box__content {
    margin-top: 9.8666666667vw;
  }
  .philosophy__content:nth-child(3) .philosophy-box__content p {
    padding: 1.3333333333vw;
    text-align: center;
    line-height: 1.87;
    letter-spacing: 1.6px;
  }
  .philosophy__image {
    width: 76.5333333333vw;
    left: 50%;
    bottom: -31.2vw;
    transform: translateX(-50%);
  }
  .philosophy__content:nth-child(2) .philosophy__image {
    width: 83.4666666667vw;
    bottom: -30.1333333333vw;
    right: 50%;
    transform: translateX(-50%);
  }
  .philosophy__content:nth-child(3) .philosophy__image {
    width: 64vw;
    bottom: -40.8vw;
  }
  .company-profile {
    padding-top: 16.2666666667vw;
  }
  .profile-row {
    grid-template-columns: 24vw 1fr;
  }
  .profile-row__head {
    font-size: 3.4666666667vw;
    padding: 0.8vw 1.3333333333vw;
    min-height: 13.3333333333vw;
    letter-spacing: 1.3px;
  }
  .profile-row__head:nth-child(3) {
    border-top: 1px solid #eee;
  }
  .profile-row__body {
    font-size: 3.7333333333vw;
    /* padding: 0.8vw 0 0.8vw 2.6666666667vw; */
    padding: 10px;
    min-height: 13.3333333333vw;
  }
  .profile-row__body:nth-child(4) {
    border-top: 1px solid #eee;
  }
  .profile-row__body ul {
    grid-template-columns: 1fr;
    gap: 0;
    /* padding: 4vw 0 2.6666666667vw; */
    padding: 0;
  }
  .profile-row__body li {
    /* margin: 0; */
    line-height: 5.333vw;
    margin: 0 0 1.333vw !important;
    padding: 1.6vw 0;
  }
  .profile-row__body li:before {
    display: none;
  }
  .profile-row__body li span {
    margin-right: 2.133vw;
    line-height: 4vw;
    overflow: hidden;
    display: inline-block;
  }
  .access {
    padding-top: 12.5333333333vw;
  }
  .access__map-wrap {
    height: 133.3333333333vw;
  }
  .access__gmap-link {
    font-size: 3.2vw;
  }
  .access__stations {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    gap: 10px 0;
  }
  .officer {
    padding: 11.4666666667vw 0 0;
  }
  .officer__list {
    grid-template-columns: 1fr;
    gap: 8vw 0;
  }
  .officer-card {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
  }
  .officer-card--no-image {
    padding: 0;
    gap: 8vw;
  }
  .officer-card__item {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  .officer-card__body {
    grid-template-columns: 1fr;
    gap: 3.7333333333vw;
  }
  .officer-card__img {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  .officer-card__content {
    gap: 1.3333333333vw;
  }
  .officer-card--no-image .officer-card__content {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .officer-card__name {
    font-size: 4.2666666667vw;
  }
  .officer-card__role {
    font-size: 3.7333333333vw;
  }
  .officer-card--no-image .officer-card__role {
    display: block;
    margin-left: 0;
    margin-top: 1.3333333333vw;
  }
  .officer-card__birth {
    font-size: 3.7333333333vw;
    margin-top: 0.8vw;
  }
  .officer-card__birth span {
    display: inline;
  }
  .officer-card--no-image .officer-card__birth {
    flex-direction: row;
    gap: 5.3333333333vw;
  }
  .officer-card__history {
    margin-top: 5.6vw;
    gap: 3.7333333333vw;
    height: 36.8vw;
  }
  .officer-card--no-image .officer-card__history {
    margin-top: 5.8666666667vw;
    height: 35.4666666667vw;
  }
  .career-item {
    grid-template-columns: 10.6666666667vw 1fr;
    gap: 0 2.6666666667vw;
    align-items: center;
  }
  .career-year {
    font-size: 4.2666666667vw;
  }
  .career-month {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .career-month em {
    font-size: 3.2vw;
  }
  .career-text {
    width: 100%;
    font-size: 3.7333333333vw;
    grid-column: 1/span 2;
    letter-spacing: 1.4px;
  }
  .history {
    padding-top: 12.5333333333vw;
    padding-bottom: 14.1333333333vw;
  }
  .history__wrap {
    padding-top: 2px;
    max-height: 80.5333333333vw;
  }
  .history__timeline {
    padding-left: 7.4666666667vw;
  }
  .history__timeline::before {
    left: 2.4vw;
    top: 2.6666666667vw;
    height: calc(100% - 32vw);
  }
  .history-item {
    grid-template-columns: 1fr;
    transform: translateY(0);
    gap: 0;
    margin-bottom: 9.0666666667vw;
  }
  .history-year .year {
    font-size: 5.3333333333vw;
  }
  .history-year .dot {
    left: -7.4666666667vw;
    top: -2px;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .history-year .arrowup {
    left: -8vw;
    top: -7.2vw;
    width: 6.667vw;
    height: 4.533vw;
  }
  .history-content p {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.7333333333vw;
    gap: 0;
    letter-spacing: 1.4px;
    padding-left: 1.3333333333vw;
  }
  .history-content p + p {
    margin-top: 1.3333333333vw;
  }
  .history-content strong {
    font-size: 4.8vw;
    text-align: left;
    line-height: 1.2;
    padding-left: 1.3333333333vw;
  }
  .history-content em {
    font-size: 3.2vw;
  }
  .history-content .hidden {
    display: none;
  }
  .history__image {
    position: absolute;
    top: 13.6vw;
    right: 10.4vw;
    width: 13.8666666667vw;
  }
  .history__more {
    font-size: 5.3333333333vw;
    margin-top: 6.4vw;
  }
  .history__more svg {
    width: 2.6666666667vw;
  }
}

@media print, screen and (min-width:768px) {
  .nav-btn {
    height: 54px;
    font-size: 20px;
  }
  .philosophy__content {
    padding-left: 6.3020833333vw;
  }
  .philosophy__content:nth-child(2) {
    padding-right: 21.8229166667vw;
  }
  .philosophy__content:nth-child(2) .philosophy__inner {
    grid-template-columns: 76% 24%;
  }
  .philosophy__content:nth-child(3) .philosophy__inner {
    grid-template-columns: 60% 40%;
  }
  .philosophy__content:nth-child(2) .philosophy-box__content p {
    padding-left: 4.84375vw;
  }
  .officer-card__content {
    padding: 11px 0;
  }
}