@media screen and (max-width: 1200px) {
  section.kv {
    margin-top: 70px;
  }
}
section.kv .kv_img {
  background: url(/company/history/img/history_kv.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vw;
}

.history {
  position: relative;
}
@media screen and (max-width: 768px) {
  .history {
    overflow: auto;
  }
}
.history .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.history_block {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.history .bg_area {
  width: 11.13vw;
  position: absolute;
  z-index: -2;
  top: 0;
}
.history .bg_area:nth-child(odd) {
  right: 0;
}
.history .bg_area:nth-child(even) {
  left: 0;
}
.history .bg_area--1 {
  top: 120px;
}
.history .bg_area--2 {
  top: 50%;
}
.history .bg_area--3 {
  top: 80%;
}
.history_content {
  max-width: 1024px;
  width: 100%;
  border-left: 2px solid #d5d5d5;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_content {
    margin-top: 40px;
  }
}
.history_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.history_year {
  position: absolute;
  z-index: 2;
  color: #20459e;
  opacity: 0.35;
  font-family: Zen Kaku Gothic New;
  font-size: 80px;
  font-style: italic;
  left: -30px;
  translate: -100% -40%;
  padding-right: 10px;
}
@media screen and (max-width: 1280px) {
  .history_year {
    left: 50%;
    font-size: 100px;
    opacity: 0.1;
  }
  .history_year--1960 {
    translate: -20% 0%;
  }
  .history_year--2000 {
    translate: -20% -40%;
  }
  .history_year--2020 {
    translate: -20% -20%;
  }
}
.history_company {
  position: relative;
  z-index: 0;
  font-size: 24px;
  color: #20459e;
  font-family: Zen Old Mincho;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history_company {
    font-size: 18px;
    display: block;
    width: 100%;
    padding-block: 0.5em;
    z-index: 1 !important;
  }
  .history_company--1 {
    background: #f6f6f8;
    z-index: 1;
  }
  .history_company--2 {
    background: #ffffff;
    position: relative;
    z-index: 0;
  }
  .history_company--3 {
    background: #f8f3ee;
    position: relative;
    z-index: -2;
  }
}
.history_unit {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .history_unit {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .history_unit .history_item {
    padding: 1em;
  }
  .history_unit .history_item::before {
    top: 1.4em;
  }
}
.history_bg {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .history_bg {
    grid-template-columns: 1fr;
    width: 100%;
    z-index: unset;
    background: #f6f6f8;
  }
}
.history_bg--left {
  grid-area: 1/1/2/2;
  background: #f6f6f8;
  position: relative;
  z-index: 1;
}
.history_bg--center {
  grid-area: 1/2/2/3;
  background: #ffffff;
  position: relative;
  z-index: -1;
}
.history_bg--right {
  grid-area: 1/3/2/4;
  background: #f8f3ee;
  position: relative;
  z-index: -2;
}
.history_bg--left2 {
  grid-column: span 2/span 2;
  background: #f6f6f8;
  position: relative;
  z-index: 1;
}
.history_bg--right2 {
  grid-column-start: 3;
  background: #f8f3ee;
  position: relative;
  z-index: -2;
}
.history_head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  width: 100%;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_head {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .history_scroll {
    overflow-x: auto;
  }
}
.history_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 80px;
  padding-inline: 40px;
  padding-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history_grid {
    gap: 1em 10px;
    padding-inline: 10px;
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 20px 0;
  }
}
.history_grid--col2 .history_item:nth-child(1) {
  grid-column: span 2/span 2;
}
.history_grid--col2 .history_item:nth-child(2) {
  grid-column: span 2/span 2;
  grid-row-start: 2;
}
.history_item {
  z-index: 1;
}
.history_item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d5d5d5;
  top: 0.5em;
  translate: -100% 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .history_item::after {
    top: 1.35em;
  }
}
@media screen and (max-width: 768px) {
  .history_item {
    width: 100%;
    padding-left: 1em;
    padding: 0 1em 0 1em;
    grid-column-start: initial !important;
    grid-row-start: initial !important;
  }
}
.history_block {
  position: relative;
  z-index: 0;
}
.history_block--bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  background: #f6f6f8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history_block--bottom {
    padding-left: 40px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.history_block--bottom .history_item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .history_block--bottom .history_item {
    grid-template-columns: 1fr;
    min-width: auto;
    padding-right: 10px;
    padding-block: 1em;
  }
}
.history_block--bottom .history_item::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 180px;
  height: 2px;
  background: #d5d5d5;
  top: 0.5em;
  translate: -100% 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .history_block--bottom .history_item::after {
    top: 1.3em;
  }
}
.history_block--bottom .history_text {
  margin-top: 0;
  line-height: 1.8;
}
.history_block .history_text--eminent {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #20459e;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .history_block .history_text--eminent {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.history_block--col2 {
  grid-template-columns: auto 1fr;
  padding-top: 75px;
  padding-left: 95px;
}
@media screen and (max-width: 768px) {
  .history_block--col2 {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 20px;
  }
}
.history_block--col1 {
  grid-template-columns: auto 1fr;
  padding-top: 75px;
  padding-left: 180px;
}
@media screen and (max-width: 768px) {
  .history_block--col1 {
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: 1fr;
    padding-left: 20px;
  }
}
.history_block--bottom2 {
  padding-top: 0;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .history_block--bottom2 {
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
.history .y1960 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .history .y1960 {
    padding-top: 15px;
  }
}
.history .y1960 .history_item:nth-child(2) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.history .y1960 .history_item:nth-child(2)::after {
  width: 724px;
}
.history .y1960 .history_item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.history .y1960 .history_item:nth-child(3)::after {
  width: 382px;
}
.history .y1960 .history_item:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 4;
}
.history .y1960 .history_item:nth-child(4)::after {
  width: 724px;
}
.history .y1960 .history_item:nth-child(5) {
  grid-row-start: 5;
}
.history .y2000 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .history .y2000 {
    padding-bottom: 0;
  }
}
.history .y2000 .history_item:nth-child(1) {
  grid-column-start: 2;
}
.history .y2000 .history_item:nth-child(1)::after {
  width: 382px;
}
.history .y2000 .history_item:nth-child(2) {
  grid-row-start: 2;
}
.history .y2020 {
  overflow: hidden;
}
.history_date {
  font-size: 20px;
  color: #20459e;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .history_date {
    font-size: 16px;
  }
}
.history_text {
  margin-top: 0.5lh;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .history_text {
    font-size: 14px;
  }
}
.history_item {
  position: relative;
  padding-left: 27px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .history_item {
    padding-left: 1em;
  }
}
.history_item::before {
  content: "";
  position: absolute;
  background-color: #20459e;
  border-radius: 100%;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .history_item::before {
    width: 4px;
    height: 4px;
    top: 1.4em;
  }
}

section.menu {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  section.menu {
    margin-top: 50px;
  }
}
section.menu .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
section.menu .inner .menu_box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 600px) {
  section.menu .inner .menu_box {
    grid-template-columns: 1fr;
  }
}
section.menu .inner .menu_box .menu_item {
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.menu .inner .menu_box .menu_item {
    height: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  section.menu .inner .menu_box .menu_item {
    height: 70px;
  }
}
section.menu .inner .menu_box .menu_item a {
  text-decoration: none;
  height: 100%;
  width: 100%;
}
@media (hover) {
  section.menu .inner .menu_box .menu_item a:hover::before {
    background: rgba(35, 52, 94, 0.4);
  }
}
section.menu .inner .menu_box .menu_item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 52, 94, 0.6);
  z-index: 2;
  transition: background 0.5s;
}
section.menu .inner .menu_box .menu_item a p {
  font-size: 24px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.menu .inner .menu_box .menu_item a p {
    font-size: 16px;
  }
}
section.menu .inner .menu_box .menu_item a img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.sdgs {
  margin-top: 100px;
}
.sdgs__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.sdgs__top {
  margin-top: 40px;
  text-align: center;
  line-height: 2.3333333333em;
}
@media screen and (max-width: 768px) {
  .sdgs__top {
    font-size: 14px;
    margin-top: 20px;
  }
}
.sdgs__list {
  background: #f8f3ee;
  padding: 55px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sdgs__list {
    padding: 30px 5%;
  }
}
.sdgs__item {
  background: #fff;
  padding: 35px 40px;
  display: grid;
  grid-template-columns: 100px 1fr 240px;
  gap: 25px;
  align-items: center;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .sdgs__item {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px 5%;
    gap: 1em;
  }
}
.sdgs .section_title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sdgs .section_title {
    padding-bottom: 10px;
  }
}
.sdgs .section_title h2 {
  color: #4c4c4c;
  font-size: 32px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .sdgs .section_title h2 {
    font-size: 24px;
  }
}
.sdgs .section_title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 35px;
  border-bottom: 2px solid #20459e;
}
.sdgs .list__head {
  width: 100%;
  text-align: center;
  color: #20459e;
}
.sdgs .list__title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sdgs .list__title {
    font-size: 18px;
  }
}
.sdgs .list__subtitle {
  margin-top: 15px;
  padding-block: 10px;
  border-block: 1px solid #20459e;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sdgs .list__subtitle {
    font-size: 12px;
  }
}
.sdgs .list__disc {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .sdgs .list__disc {
    padding-left: 15px;
    font-size: 14px;
  }
}
.sdgs .list__text {
  position: relative;
  line-height: 1.875em;
}
.sdgs .list__text:nth-child(n+2) {
  margin-top: 10px;
}
.sdgs .list__text::before {
  content: "";
  background: #20459e;
  display: inline-block;
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  left: -0.7em;
  top: 1em;
  translate: 0 -50%;
  position: absolute;
  border-radius: 50%;
}
.sdgs .list__logo {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.sdgs .list__icon {
  width: 76px;
  height: auto;
  aspect-ratio: 1/1;
}

/*# sourceMappingURL=style.css.map */
