/* page-company.css */
@charset "UTF-8";

/* Header */
a.header-scroll__link {
  display: none;
}
.fv-walker {
  width: 330px;
  position: absolute;
  inset: 100px 0 0 0;
  margin: auto;
}
.header-nav__circle::after {
  width: 80px;
}
.header-scroll__image img {
  height: 450px;
  object-fit: cover;
  align-self: initial;
  width: 100%;
}
.header-nav {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -10px;
  width: 480px;
}
.header-scroll__container {
  padding-bottom: 160px;
  background-color: #f4f4f4;  
}

@media screen and (max-width: 768px) { 
  .header-scroll__container {
    padding-bottom: 0px;
  }
  .header-scroll__image img {
    height: 250px;
  }
  .header-nav {
    bottom: -5px;
    width: 80%;
    max-width: 345px;
  }
  .fv-walker {
    width: 200px;
    inset: 45px 0 0 0;
  }
  .header-nav__circle::after {
    width: 188%;
  }
}

@media screen and (max-width: 415px) { 
  .header-nav__circle::after {
      width: 162%;
  }
}


/* Company Section */
.company-section {
  background-color: #f4f4f4;
  padding: 80px 0 120px;
}

.company-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Company Header */
.company-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 80px;
}

.company-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #000000;
}

.company-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
}

/* Company Content */
.company-content {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* Message Section */
.company-message {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 70px;
}

.company-message__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 45px;
  max-width: 628px;
}

.company-message__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 540px;
}

.company-message__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.company-message__subtitle {
  font-family: "Climate Crisis", cursive;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: 0.1em;
  color: #369cdf;
}

.company-message__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.29;
  letter-spacing: 0.1em;
  color: #000000;
}

.company-message__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.31;
  letter-spacing: 0.1em;
  color: #000000;
}

.company-message__image {
  width: 517px;
  height: 587px;
  background: url(../images/company-building.png) center/cover no-repeat;
  position: relative;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}

.company-message__image img {
  position: absolute;
  bottom: 0;
  left: 30%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  height: 70%;
  object-fit: cover;
}

/* Company Info Section */
.company-info {
  background-color: #369cdf;
  padding: 60px 285px;
  margin: 0 auto;
}

.company-info__table {
  max-width: 100%;
  margin: 0 auto;
}

.company-info__item {
  display: flex;
  gap: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #271f8c;
  margin-bottom: 15px;
}

.company-info__item:last-child {
  margin-bottom: 0;
}

.company-info__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #271f8c;
  min-width: 150px;
  flex-shrink: 0;
}

.company-info__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #ffffff;
  flex: 1;
}

/* Access Section */
.company-access {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.company-access__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.company-access__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #271f8c;
  text-align: center;
}

.company-access__subtitle {
  font-family: "Climate Crisis", cursive;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: 0.1em;
  color: #369cdf;
  text-align: center;
}

.company-access__content {
  display: flex;
  gap: 69px;
  align-items: flex-start;
}

.company-access__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #000000;
}

.company-access__map {
  width: 500px;
  height: 400px;
  background-color: #828282;
  border-radius: 8px;
  flex-shrink: 0;
}

.company-access__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .company-info {
    padding: 60px 100px;
  }
}

@media screen and (max-width: 768px) {
  .company-section {
    padding: 0px 0 60px;
  }

  .company-header {
    margin-bottom: 40px;
  }

  .company-header__subtitle {
    font-size: 16px;
  }

  .company-header__title {
    font-size: 50px;
  }

  .company-message {
    flex-direction: column;
  }

  .company-message__card {
    padding: 30px 20px;
    max-width: 100%;
  }

  .company-message__content {
    max-width: 100%;
  }

  .company-message__title {
    font-size: 32px;
  }

  .company-message__subtitle {
    font-size: 28px;
  }

  .company-message__image {
    width: 100%;
    height: 300px;
  }

  .company-info {
    padding: 60px 40px;
    margin: 0 auto;
  }

  .company-info__item {
    flex-direction: column;
    gap: 15px;
  }

  .company-info__label {
    min-width: auto;
    font-size: 16px;
  }

  .company-info__content {
    font-size: 14px;
  }

  .company-access__content {
    flex-direction: column;
    gap: 30px;
  }

  .company-access__map {
    width: 100%;
    height: 300px;
  }

  .company-message {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 500px) {
  .company-header__title {
    font-size: 36px;
  }

  .company-message__card {
    padding: 20px 15px;
  }

  .company-message__subtitle {
    font-size: 24px;
  }

  .company-message__title {
    font-size: 24px;
  }

  .company-message__text {
    font-size: 14px;
  }

  .company-message__image {
    width: 50%;
    height: 250px;
    overflow: visible;
  }
  .company-message__image img {
    left: -5%;
  }

  .company-info__item {
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .company-info__label {
    font-size: 15px;
  }

  .company-info__content {
    font-size: 13px;
    line-height: 1.7;
  }

  .company-access__subtitle {
    font-size: 28px;
  }

  .company-access__text {
    font-size: 14px;
  }
}
