@charset "UTF-8";
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
@media screen and (min-width: 768px) {
  .p-access {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-access {
    padding-bottom: 8.5714285714rem;
  }
}
.p-access-sections {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access-sections {
    gap: 12.5rem;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-sections {
    gap: 8.5714285714rem;
    margin-top: 5.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-section {
    display: grid;
    grid-template-columns: min(22.5vw, 342px) 1fr;
    gap: 60px;
  }
}
@media screen and (max-width:767px) {
  .p-access-section {
    display: flex;
    flex-direction: column;
    gap: 2.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-section-head .c-headingSection {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-access-section-body {
    max-width: 57.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-office-address, .p-access-office-contact-label, .p-access-office-contact-value, .p-access-office-title, .p-access-nav-link {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-address, .p-access-office-contact-label, .p-access-office-contact-value, .p-access-office-title, .p-access-nav-link {
    font-size: 0.9285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-nav {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-nav {
    margin-bottom: 4.2857142857rem;
  }
}
.p-access-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access-nav-list {
    gap: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-nav-list {
    gap: 0.2857142857rem;
  }
}
.p-access-nav-link {
  display: flex;
  align-items: center;
  color: #242424;
  text-decoration: none;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-access-nav-link {
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-nav-link {
    gap: 0.8571428571rem;
  }
}
.p-access-nav-link span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-access-nav-link span:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-access-nav-icon {
  flex-shrink: 0;
  fill: #7B7B7B;
}
.p-access-offices {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-access-offices {
    gap: 5rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-offices {
    gap: 5.7142857143rem;
  }
}
.p-access-office-title {
  color: #242424;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-access-office-title:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-access-office-title {
    font-size: 1.5rem;
    margin: 0 0 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-title {
    font-size: 1.4285714286rem;
    margin-bottom: 2.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-office-inner {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-access-office-inner {
    flex-direction: column;
  }
  .p-access-office-inner .p-access-office-map {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-inner {
    display: flex;
    flex-direction: column;
    gap: 2.1428571429rem;
  }
}
.p-access-office-content {
  flex: 1;
  min-width: 0;
  border-top: 1px dotted #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-access-office-content:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-access-office-content {
    padding: 1.875rem 0 0 0.3125rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-content {
    padding: 2.1428571429rem 0 0 0.3571428571rem;
  }
}
.p-access-office-address {
  color: #242424;
  font-feature-settings: "palt";
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-access-office-address {
    margin: 0 0 1.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-address {
    margin-bottom: 0;
  }
}
.p-access-office-address p {
  margin: 0;
  line-height: inherit;
}
.p-access-office-map-link {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #107bbd;
  font-weight: 500;
  text-decoration: underline;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-access-office-map-link {
    gap: 0.25rem;
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-map-link {
    font-size: 1rem;
    margin-bottom: 2.1428571429rem;
    margin-top: 0.8571428571rem;
  }
}
.p-access-office-map-icon {
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
@media screen and (min-width: 768px) {
  .p-access-office-contact {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-contact {
    margin-bottom: 2.1428571429rem;
  }
}
.p-access-office-contact-row {
  display: flex;
  margin: 0;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-access-office-contact-row {
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-contact-row {
    gap: 1.1428571429rem;
  }
}
.p-access-office-contact-row + .p-access-office-contact-row {
  margin-top: 0.25rem;
}
@media screen and (max-width:767px) {
  .p-access-office-contact-row + .p-access-office-contact-row {
    margin-top: 0.2857142857rem;
  }
}
.p-access-office-contact-label {
  color: #7B7B7B;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-access-office-contact-label {
    width: 2.375rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-contact-label {
    width: 2.3571428571rem;
  }
}
.p-access-office-contact-value {
  color: #242424;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-access-office-contact-value {
    pointer-events: none;
    cursor: default;
  }
}
.p-access-office-transport {
  margin: 0;
}
.p-access-office-transport-item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-access-office-transport-item span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-transport-item span {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-office-transport-item + .p-access-office-transport-item {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-transport-item + .p-access-office-transport-item {
    margin-top: 1.4285714286rem;
  }
}
.p-access-office-transport-label {
  display: block;
  color: #242424;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-access-office-transport-label {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-transport-label {
    margin-bottom: 0.2857142857rem;
  }
}
.p-access-office-transport-value {
  display: block;
  color: #7B7B7B;
  font-feature-settings: "palt";
  line-height: 1.8;
}
.p-access-office-map {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-access-office-map {
    width: 21.5625rem;
    height: 21.5625rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-map {
    width: 100%;
    height: 10.7142857143rem;
    border-radius: 0.2857142857rem;
    overflow: hidden;
  }
}
.p-access-office-map img,
.p-access-office-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .p-access-office-map img,
  .p-access-office-map iframe {
    border-radius: 0.2857142857rem;
  }
}
.p-access-office-map img {
  object-fit: cover;
}
.p-access-office-image {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-access-office-image {
    margin-top: 5rem;
    height: 25rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-access-office-image {
    margin-top: 4.2857142857rem;
    height: 16.4285714286rem;
    border-radius: 0.1428571429rem;
  }
}
.p-access-office-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}