@charset "UTF-8";
.hero__visual {
  background-image: url("../media/images/about/image_bg.webp");
}
.side-menu {
  height: 405px;
}
#main .honda_about .link-cards {
  margin-top: 33px;
}
#main .greeting {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#main .greeting__body {
  display: flex;
  gap: 40px;
}
#main .greeting__photo {
  flex-shrink: 0;
  max-width: 120px;
}
#main .greeting__photo img {
  width: 100%;
  height: auto;
}
#main .greeting__photo-caption {
  margin-top: 10px;
  padding: 0 21px;
  font-size: 13px;
  line-height: calc(19/13);
  text-align: left;
}
#main .greeting__photo-name {
  margin-top: 5px;
  padding: 0 6px;
  font-size: 13px;
  line-height: calc(19/13);
}
#main .greeting__photo-name .space {
  margin-left: 13px;
}
#main .greeting__text {
  flex: 1;
  font-size: 14px;
  line-height: calc(22.4/14);
}
#main .greeting__text p {
  margin-bottom: 17px;
  text-indent: 1em;
}
#main .greeting__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1110px) {
  #main .greeting__body {
    flex-direction: column;
    gap: 15px;
  }
  #main .greeting__photo {
    width: 150px;
    margin: 0 auto;
  }
  #main .greeting__text p {
    margin-bottom: 12px;
  }
}
#main .kotaro__text {
  margin-top: 25px;
  font-size: 14px;
  line-height: calc(22.4/14);
  text-align: justify;
}
#main .kotaro__text .kotaro__date, #main .kotaro__text .kotaro__name {
  text-align: right;
  margin: 0;
}
#main .kotaro__text .kotaro__date {
  margin-top: 25px;
}
#main .kotaro__text .kotaro__name .space {
  margin-left: 14px;
}
#main .kotaro__text p {
  margin-bottom: 16px;
  text-indent: 1em;
}
#main .kotaro__text p:last-child {
  margin-bottom: 0;
}
#main .kotaro__photo {
  max-width: 500px;
  margin: 31px auto 48px;
  text-align: center;
}
#main .kotaro__photo img {
  width: 100%;
  height: auto;
}
#main .kotaro__photo-caption {
  margin-top: 8px;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-caption);
  text-align: center;
}
#main .kotaro__link {
  display: block;
  margin-top: 24px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(22.4/14);
  color: var(--color-text-black);
}
#main .kotaro__link[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../media/images/common/icon-pdf2.svg) center / contain no-repeat;
  transform: translateY(2px);
}
#main .kotaro__note {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(19/12);
}
@media (max-width: 1110px) {
  #main .kotaro__text {
    margin-top: 15px;
  }
  #main .kotaro__text .kotaro__date {
    margin-top: 17px;
  }
  #main .kotaro__text p {
    margin-bottom: 12px;
  }
  #main .kotaro__photo {
    margin-bottom: 27px;
  }
  #main .kotaro__photo-caption {
    margin-top: 3px;
  }
  #main .kotaro__link {
    margin-top: 15px;
  }
}
#main .history-table {
  width: 100%;
  margin: 24px 0 49px;
}
#main .history-table__row {
  display: flex;
  padding: 8px 0 8px;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body-m);
}
#main .history-table__row:first-child {
  padding-top: 0;
}
#main .history-table__box__year {
  display: flex;
  flex: 0 0 138px;
}
#main .history-table__year {
  flex: 0 0 68px;
  display: flex;
  justify-content: space-between;
  min-height: 23px;
  font-weight: 400;
}
#main .history-table__year .space_year {
  text-align: right;
}
#main .history-table__year_num {
  flex: 0 0 70px;
  padding-left: 9px;
  font-size: 13px;
}
#main .history-table__date {
  flex: 0 0 83px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  text-align: right;
}
#main .history-table__date .space_date {
  flex: 0 0 35px;
}
#main .history-table__detail__list {
  flex: 1 1 auto;
}
#main .history-table__box__detail {
  display: flex;
  gap: 24px;
  flex: 1 1 auto;
}
#main .history-table__detail {
  flex: 1 1 auto;
}
#main .history-table__detail p {
  margin-bottom: 0.5em;
}
#main .history-table__detail p:last-child {
  margin-bottom: 0;
}
#main .history-table__toggle {
  display: flex;
  justify-content: center;
  padding: var(--space-sm) 0;
}
#main .history-table__toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (hover) {
  #main .history-table__toggle button:hover {
    background-color: var(--color-surface-gray);
  }
}
#main .history-table__toggle button img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1110px) {
  #main .history-table {
    margin: 15px 0 49px;
  }
  #main .history-table__row {
    gap: 4px 16px;
    padding: 4px 0 5px;
  }
  #main .history-table__box__year {
    display: block;
    max-width: 64px;
    width: 100%;
  }
  #main .history-table__year {
    flex: 0 0 64px;
    font-size: 14px;
  }
  #main .history-table__box__detail {
    display: block;
  }
  #main .history-table__date {
    min-height: 23px;
    justify-content: flex-start;
    gap: 0px;
  }
  #main .history-table__detail {
    margin: 0;
    min-height: 23px;
    width: 100%;
  }
  #main .history-table__detail__list .detail__text__list {
    margin-left: 0;
  }
}
#main .history .history-table {
  margin: 8px 0 49px;
}
#main .history .history-table__row {
  gap: 2px;
  padding: 16px 0 0;
}
#main .history .history-table__year {
  justify-content: flex-start;
}
#main .history .history-table__box__detail {
  gap: 32px;
}
#main .history .history-table__detail__list > li {
  padding-left: 29px;
}
#main .history .history-table__detail__list > li:first-child {
  padding-bottom: 17px;
}
#main .history .history-table__detail__list > li + li {
  padding: 16px 0 16px 29px;
  border-top: 1px solid var(--color-border);
}
#main .history .history-table__detail__list .detail__text__list {
  margin-top: 16px;
}
#main .history .history-table__detail__list .detail__text__list li {
  min-height: 23px;
  font-size: 14px;
  line-height: calc(22.4/14);
}
#main .history .history-table__detail__list .detail__text__list li + li {
  margin-top: 5px;
}
@media (max-width: 1110px) {
  #main .history .section__title {
    margin-bottom: 4px;
  }
  #main .history .history-table {
    margin: 4px 0 49px;
  }
  #main .history .history-table__row {
    gap: 10px;
    padding: 11px 0 0;
  }
  #main .history .history-table__detail {
    margin-top: 6px;
  }
  #main .history .history-table__detail__list > li {
    padding-left: 11px;
  }
  #main .history .history-table__detail__list > li:first-child {
    padding-bottom: 12px;
  }
  #main .history .history-table__detail__list > li + li {
    padding: 13px 0 11px 11px;
  }
  #main .history .history-table__detail__list .detail__text__list {
    margin-top: 6px;
  }
  #main .history .history-table__date {
    gap: 6px;
  }
  #main .history .history-table__date .month {
    flex: 0 0 30px;
    text-align: left;
  }
  #main .history .history-table__date .space_date {
    text-align: left;
  }
}
#main .org .page-title-text .sub-title {
  margin-top: 17px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media (max-width: 1110px) {
  #main .org .page-title-text {
    justify-content: flex-start;
    padding-top: 16px;
  }
  #main .org .page-title-text .sub-title {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.17em;
  }
}
#main .org .org-content {
  margin-top: 48px;
}
#main .org .h3-page-title {
  font-size: 18px;
  line-height: calc(27/18);
  text-align: center;
}
#main .org .h3-page-title .space {
  margin: 0 18px;
}
#main .org .org-table__subtitle {
  font-size: 12px;
  line-height: var(--line-height-body-m);
  text-align: center;
  margin: 10px 0 0;
  color: var(--color-text-black);
}
#main .org .org-section {
  margin-top: 29px;
}
#main .org .org-section + .org-section {
  margin-top: 32px;
}
#main .org .org-table {
  width: 100%;
}
#main .org .org-table__row {
  display: flex;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body-m);
}
#main .org .org-table__name {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  gap: 14px;
}
#main .org .org-table__name .family-name {
  flex-shrink: 0;
  min-height: 23px;
}
#main .org .org-table__name .given-name {
  flex-shrink: 0;
}
#main .org .org-table__title {
  flex: 1;
  min-height: 23px;
}
@media (max-width: 1110px) {
  #main .org .org-content {
    margin-top: 29px;
  }
  #main .org .h3-page-title {
    font-size: 16px;
    line-height: calc(24/16);
  }
  #main .org .h3-page-title .space {
    margin: 0 16px;
  }
  #main .org .h3-page-title .sp_wrap {
    display: block;
  }
  #main .org .org-table__subtitle {
    margin: 7px 0 0;
  }
  #main .org .section__title {
    margin-bottom: 3px;
  }
  #main .org .org-section {
    margin-top: 17px;
  }
  #main .org .org-section + .org-section {
    margin-top: 20px;
  }
  #main .org .org-table__row {
    display: block;
    padding: 12px 0;
  }
  #main .org .org-table__name {
    width: 100px;
  }
}
#main .member .page-title-text .sub-title {
  margin-top: 17px;
  font-size: 13px;
  letter-spacing: 0.19em;
}
@media (max-width: 1110px) {
  #main .member .page-title-text {
    justify-content: flex-start;
    padding-top: 16px;
  }
  #main .member .page-title-text .sub-title {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.17em;
  }
}
#main .member .member-section {
  margin-top: 48px;
}
#main .member .member-list {
  margin-top: 24px;
}
#main .member .member-list__items {
  list-style: none;
  padding-left: 21px;
}
#main .member .member-list__items li {
  position: relative;
  min-height: 23px;
  font-size: 14px;
  line-height: calc(22.4/14);
  padding: 0;
}
#main .member .member-list__items li::before {
  content: "・";
  position: absolute;
  font-size: 16px;
  top: 0px;
  left: -18px;
}
#main .member .member-list__items li + li {
  margin-top: 10px;
}
#main .member .member-list__note {
  text-align: right;
  font-size: var(--font-size-caption);
  line-height: var(--line-height-caption);
  margin-top: var(--space-sm);
}
#main .member .member-list__note .space {
  margin-left: 13px;
}
#main .member .download-section {
  margin-top: 24px;
}
#main .member .download-section__link {
  display: block;
}
#main .member .download-section__link[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../media/images/common/icon-pdf2.svg) center / contain no-repeat;
  transform: translateY(2px);
}
#main .member .download-section__link + a {
  margin-top: 5px;
}
@media (max-width: 1110px) {
  #main .member .member-section {
    margin-top: 27px;
  }
  #main .member .member-section + .member-section {
    margin-top: 27px;
  }
  #main .member .member-list {
    margin-top: 15px;
  }
  #main .member .member-list__note {
    margin-top: 15px;
  }
  #main .member .member-list__note .space {
    margin-left: 13px;
  }
  #main .member .download-section {
    margin-top: 16px;
  }
}
#main .charter .page-title-text .sub-title {
  margin-top: 17px;
  font-size: 13px;
  letter-spacing: 0.19em;
}
@media (max-width: 1110px) {
  #main .charter .page-title-text {
    justify-content: flex-start;
    padding-top: 16px;
  }
  #main .charter .page-title-text .sub-title {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.17em;
  }
}
#main .charter .statement {
  margin-top: 48px;
}
#main .charter .statement__text {
  margin-top: 24px;
}
#main .charter .statement__text p {
  text-indent: 1em;
  line-height: calc(22 / 14);
}
#main .charter .statement__text p + p {
  margin-top: 18px;
}
#main .charter .statement__text .last {
  text-indent: unset;
}
#main .charter .statement_list {
  margin: 16px 0;
  line-height: calc(22 / 14);
}
#main .charter .statement_list li + li {
  margin-top: 17px;
}
#main .charter .statement_list .detail {
  display: block;
}
#main .charter .statement__note {
  margin-top: 26px;
  font-size: 12px;
  line-height: calc(19/12);
}
@media (max-width: 1110px) {
  #main .charter .statement {
    margin-top: 27px;
  }
}
#main .charter .statement__text {
  margin-top: 16px;
}
#main .charter .statement__text p + p {
  margin-top: 15px;
}
#main .charter .statement_list {
  margin: 14px 0;
}
#main .charter .statement_list li + li {
  margin-top: 14px;
}
#main .charter .statement__note {
  margin-top: 16px;
}
#main .contribution .page-title-text .sub-title {
  margin-top: 17px;
  font-size: 13px;
  letter-spacing: 0.19em;
}
@media (max-width: 1110px) {
  #main .contribution .page-title-text {
    justify-content: flex-start;
    padding-top: 16px;
  }
  #main .contribution .page-title-text .sub-title {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.17em;
  }
}
#main .contribution .contribution-section {
  margin-top: 47px;
}
#main .contribution .section__title {
  gap: 7px;
  padding-bottom: 5px;
  font-size: 16px;
}
#main .contribution .section__title::before {
  width: 18px;
  height: 18px;
  transform: translateY(-1px);
}
#main .contribution .contribution__text {
  margin-top: 24px;
  text-indent: 1em;
}
#main .contribution .contribution__list {
  margin-top: 17px;
  padding-left: 20px;
}
#main .contribution .contribution__list li {
  padding-left: 1px;
  list-style: decimal;
  font-size: 14px;
  line-height: calc(22.4/14);
}
#main .contribution .download-section {
  margin-top: 16px;
}
#main .contribution .download-text {
  font-size: 14px;
  line-height: calc(22.4/14);
}
#main .contribution .download-section__link {
  display: block;
  margin-top: 17px;
}
#main .contribution .download-section__link[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../media/images/common/icon-pdf2.svg) center / contain no-repeat;
  transform: translateY(2px);
}
#main .contribution .download-section__link + a {
  margin-top: 5px;
}
@media (max-width: 1110px) {
  #main .contribution .contribution-section {
    margin-top: 28px;
  }
  #main .contribution .contribution__text {
    margin-top: 15px;
  }
  #main .contribution .contribution__list {
    margin-top: 12px;
  }
  #main .contribution .download-section {
    margin-top: 13px;
  }
  #main .contribution .download-section__link {
    margin-top: 12px;
  }
}
#main .contact .page-title-text .sub-title {
  margin-top: 17px;
  font-size: 12px;
  letter-spacing: 0.25em;
}
@media (max-width: 1110px) {
  #main .contact .page-title-text {
    justify-content: flex-start;
    padding-top: 16px;
  }
  #main .contact .page-title-text .sub-title {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}
#main .contact .contact-section {
  margin-top: 48px;
}
#main .contact .contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-top: 24px;
}
#main .contact .contact-info__body {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#main .contact .contact-info__details {
  flex: 1;
  font-size: 14px;
  line-height: calc(22.4/14);
}
#main .contact .contact-info__details p {
  margin-bottom: 0;
}
#main .contact .contact__name, #main .contact .contact__tel {
  margin-top: 10px;
}
#main .contact .contact__mail {
  margin-top: 1px;
}
#main .contact .contact-info__photo {
  flex-shrink: 0;
  max-width: 300px;
  width: 100%;
}
#main .contact .contact-info__photo img {
  width: 100%;
  height: auto;
}
#main .contact .contact-info__map {
  width: 100%;
  max-width: 600px;
  margin: 24px auto 0;
}
#main .contact .contact-info__map img {
  width: 100%;
  height: auto;
}
#main .contact .contact-info__map-link {
  display: block;
  margin: 29px auto 0;
  padding: 8px 25px;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  font-size: var(--font-size-body);
  color: var(--color-text-black);
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  max-width: 194px;
}
#main .contact .contact-info__map-link:hover {
  background-color: var(--color-gray-bg);
  opacity: 1;
}
@media (max-width: 640px) {
  #main .contact .contact-info__body {
    flex-direction: column;
  }
}
@media (max-width: 1110px) {
  #main .contact .contact-section {
    margin-top: 27px;
  }
  #main .contact .contact-info__body {
    gap: 21px;
  }
  #main .contact .contact-info {
    margin-top: 16px;
  }
  #main .contact .contact-info__photo {
    margin: 0 auto;
  }
  #main .contact .contact-info__map {
    width: calc(100% + 7px);
    transform: translateX(-3.5px);
  }
  #main .contact .contact-info__map-link {
    max-width: 174px;
    padding: 6px 20px;
    font-size: 13px;
  }
}
#main .links .page-title-text .sub-title {
  margin-top: 17px;
  font-size: 12px;
  letter-spacing: 0.25em;
}
@media (max-width: 1110px) {
  #main .links .page-title-text {
    justify-content: flex-start;
    padding-top: 16px;
  }
  #main .links .page-title-text .sub-title {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}
#main .links .links-section {
  margin-top: 48px;
}
#main .links .external-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 14px;
  margin: 0 auto;
  max-width: 675px;
}
@media (max-width: 1300px) {
  #main .links .external-links {
    max-width: 330px;
  }
}
@media (max-width: 1110px) {
  #main .links .external-links {
    max-width: 615px;
  }
}
@media (max-width: 660px) {
  #main .links .external-links {
    max-width: 300px;
  }
}
#main .links .external-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 65px;
  max-width: 330px;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body-m);
  color: var(--color-text-black);
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
}
#main .links .external-links__item::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../media/images/common/icon-link.svg) center / contain no-repeat;
  transform: translateY(0px);
}
@media (hover) {
  #main .links .external-links__item:hover {
    background-color: var(--color-gray-bg);
    opacity: 1;
  }
}
#main .links .external-links__item .icon-external {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
@media (max-width: 1110px) {
  #main .links .links-section {
    margin-top: 28px;
  }
  #main .links .external-links {
    grid-template-columns: 1fr;
  }
  #main .links .external-links__item {
    min-height: 53px;
    max-width: 300px;
    padding: 14px 20px;
  }
}
#main .announce .announce-section {
  margin-top: 48px;
}
#main .announce .topic_list {
  margin-top: 24px;
}
#main .announce .topic_list li {
  display: flex;
  gap: var(--space-sm);
  align-items: center;
  min-height: 23px;
}
#main .announce .topic_list li + li {
  margin-top: 10px;
}
#main .announce .news-list__date {
  flex: 0 0 70px;
}
#main .announce .topic_link {
  display: block;
}
#main .announce .topic_link[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../media/images/common/icon-pdf2.svg) center / contain no-repeat;
  transform: translateY(2px);
}
#main .announce .topic_link[href$=".docx"]::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 14px;
  background: url(../media/images/common/icon-word.svg) center / contain no-repeat;
  transform: translateY(2px);
}
#main .announce .topic_link.links {
  display: inline-block;
}
#main .announce .topic_link.links + a {
  margin-left: 10px;
}
@media (max-width: 1110px) {
  #main .announce .page-title-text {
    max-width: none;
  }
  #main .announce .announce-section {
    margin-top: 28px;
  }
  #main .announce .topic_list {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=./about.css.map */