.u-d-n {
  display: none !important;
}

.mv {
  position: relative;
  padding: 3rem 0 0 12.3rem;
  height: 40.6rem;
  color: #fff;
}

@media (max-width: 768px) {
  .mv {
    position: relative;
    padding: 2rem 0 0 2.4rem;
    height: 28.8rem;
  }
}

.mv__background--1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 86.4rem;
}

@media (max-width: 768px) {
  .mv__background--1 {
    height: 17.5rem;
    width: 100%;
    background: linear-gradient(to bottom right, #0b7ad9, #35bede);
  }
}

.mv__background--2 {
  position: absolute;
  top: 5.2rem;
  right: 0;
  width: 79.5rem;
}

@media (max-width: 768px) {
  .mv__background--2 {
    top: 14.7rem;
    width: 36.6rem;
  }
}

.mv__breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .mv__breadcrumb {
    font-size: 1.2rem;
  }
}

.mv__box {
  position: relative;
  margin: 8rem 0 0 0;
  font-weight: 700;
}

@media (max-width: 768px) {
  .mv__box {
    position: relative;
    margin: 2.9rem 0 0 0;
  }
}

.mv__box-subtitle {
  font-family: "Roboto";
  font-size: 3.4rem;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .mv__box-subtitle {
    font-size: 2rem;
  }
}

.mv__box-title {
  margin: 4.5rem 0 0;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .mv__box-title {
    margin: 1.7rem 0 0;
    font-size: 2.4rem;
  }
}

.tabs__list {
  margin: 10.7rem auto 0;
  width: fit-content;
  display: flex;
  gap: 1.6rem;
}

@media (max-width: 768px) {
  .tabs__list {
    margin: 4rem auto 0;
    width: 34.2rem;
    flex-direction: column;
  }
}

.tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.5rem;
  height: 6.5rem;
  border: #0075cb 1px solid;
  border-radius: 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tabs__item {
    width: 34.2rem;
    height: 4.8rem;
  }
}

.tabs__item--active {
  background: #0075cb;
  color: #fff;
}

.tabs__item-text {
  font-weight: 700;
}

.gaiyou {
  margin: 10.9rem auto 0;
  width: 112rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 768px) {
  .gaiyou {
    margin: 4rem auto 0;
    width: 34.2rem;
    flex-direction: column;
    justify-content: start;
    gap: 2.6rem;
  }
}

.gaiyou__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.gaiyou__title-icon {
  width: 3.28rem;
}

@media (max-width: 768px) {
  .gaiyou__title-icon {
    width: 2.2rem;
  }
}

.gaiyou__title-text {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .gaiyou__title-text {
    font-size: 2.2rem;
  }
}

.gaiyou__item {
  padding: 2.5rem 1.9rem 2.6rem;
  width: 70rem;
  border-bottom: 1px solid #0075cb;
  display: flex;
  align-items: start;
}

@media (max-width: 768px) {
  .gaiyou__item {
    padding: 1.6rem 0;
    width: 100%;
    flex-direction: column;
  }
}

.gaiyou__item--top {
  border-top: 1px solid #0075cb;
}

.gaiyou__item-title {
  width: 16rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.275;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .gaiyou__item-title {
    width: 100%;
    font-size: 1.4rem;
  }
}

.gaiyou__item-text {
  line-height: 1.625;
}

@media (max-width: 768px) {
  .gaiyou__item-text {
    margin: 0.8rem 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.enkaku {
  margin: 19.6rem auto 0;
  width: 112rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .enkaku {
    margin: 5.6rem auto 0;
    width: 34.2rem;
    flex-direction: column;
    justify-content: start;
    gap: 2.4rem;
  }
}

.enkaku__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.enkaku__title-icon {
  width: 3.28rem;
}

@media (max-width: 768px) {
  .enkaku__title-icon {
    width: 2.2rem;
  }
}

.enkaku__title-text {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .enkaku__title-text {
    font-size: 2.2rem;
  }
}

.enkaku__list {
  position: relative;
  padding: 0 0 21.3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (max-width: 768px) {
  .enkaku__list {
    padding: 0 0 8.7rem;
  }
}

.enkaku__blue-line {
  position: absolute;
  top: 8.5rem;
  left: 4.6rem;
  width: 1px;
  height: 278.5rem;
  background: #0075cb;
}

@media (max-width: 768px) {
  .enkaku__blue-line {
    top: 4.8rem;
    left: 2.8rem;
    height: 204rem;
  }
}

.enkaku__item {
  position: relative;
  width: 70.3rem;
  display: flex;
  align-items: center;
  gap: 4.1rem;
  align-items: center;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .enkaku__item {
    width: 100%;
    gap: 2.6rem;
  }
}

.enkaku__item-circle {
  padding: 0.6rem 0 0;
  width: 9.4rem;
  height: 9.4rem;
  border: 1px solid #0075cb;
  background: #fff;
  border-radius: 50%;
  color: #0075cb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.enkaku__item-circle .year {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .enkaku__item-circle {
    padding: 0.5rem 0 0;
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1rem;
    line-height: 1.3em;
  }
}

@media (max-width: 768px) {
  .enkaku__item-circle .year {
    font-size: 1.2rem;
  }
}

.enkaku__item-text {
  width: 56.8rem;
  line-height: 1.625;
}

@media (max-width: 768px) {
  .enkaku__item-text {
    width: 26rem;
    font-size: 1.4rem;
  }
}

.access {
  margin: 10.9rem auto 0;
  width: 112rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 768px) {
  .access {
    margin: 4rem auto 0;
    width: 34.2rem;
    flex-direction: column;
    justify-content: start;
    gap: 2.2rem;
  }
}

.access__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.access__title-icon {
  width: 3.28rem;
}

@media (max-width: 768px) {
  .access__title-icon {
    width: 2.2rem;
  }
}

.access__title-text {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .access__title-text {
    font-size: 2.2rem;
  }
}

.access__box {
  width: 70rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

@media (max-width: 768px) {
  .access__box {
    width: 100%;
    gap: 2.4rem;
  }
}

.access__map {
  width: 100%;
  height: 36rem;
}

@media (max-width: 768px) {
  .access__map {
    height: 17.6rem;
  }
}

.access__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access__item {
  padding: 2.5rem 1.9rem 2.6rem;
  width: 100%;
  border-bottom: 1px solid #0075cb;
  display: flex;
  align-items: start;
}

@media (max-width: 768px) {
  .access__item {
    padding: 1.6rem 0;
    flex-direction: column;
  }
}

.access__item--top {
  border-top: 1px solid #0075cb;
}

.access__item-title {
  width: 16rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.275;
}

@media (max-width: 768px) {
  .access__item-title {
    width: 100%;
    font-size: 1.4rem;
  }
}

.access__item-text {
  line-height: 1.625;
}

@media (max-width: 768px) {
  .access__item-text {
    margin: 0.8rem 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.jigyousho {
  margin: 10.9rem auto 15rem;
  width: 112rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 768px) {
  .jigyousho {
    margin: 5.6rem 2.4rem 7rem 0;
    width: 36.6rem;
    flex-direction: column;
    justify-content: start;
    gap: 2.4rem;
  }
}

.jigyousho__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media (max-width: 768px) {
  .jigyousho__title {
    margin: 0 0 0 2.4rem;
  }
}

.jigyousho__title-icon {
  width: 3.28rem;
}

@media (max-width: 768px) {
  .jigyousho__title-icon {
    width: 2.2rem;
  }
}

.jigyousho__title-text {
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .jigyousho__title-text {
    font-size: 2.2rem;
  }
}

.jigyousho__list {
  width: 70rem;
  display: flex;
  flex-direction: column;
  gap: 7.8rem;
}

@media (max-width: 768px) {
  .jigyousho__list {
    width: 100%;
    gap: 4rem;
  }
}

.jigyousho__list-title {
  position: relative;
}

.jigyousho__list-title-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jigyousho__list-title-text {
  position: relative;
  padding: 1.4rem 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .jigyousho__list-title-text {
    padding: 1.1rem 2.4rem;
    font-size: 2rem;
  }
}

.jigyousho__list-image {
  margin: 4.5rem 0 0;
}

@media (max-width: 768px) {
  .jigyousho__list-image {
    margin: 4.5rem 0 0 2.4rem;
    width: 34.2rem;
  }
}

.jigyousho__list-image--chiba {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: center 36%;
}
@media (max-width: 768px) {
  .jigyousho__list-image {
    width: 34.2rem;
    height: 15rem;
  }
}

.jigyousho__list-name {
  margin: 0.3rem 0 0;
  color: #0075cb;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.5em;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .jigyousho__list-name {
    margin: 0.3rem 0 0 2.4rem;
    font-size: 2rem;
  }
}

.jigyousho__list-text {
  margin: 1.8rem 0 0;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .jigyousho__list-text {
    margin: 2rem 0 0 2.4rem;
    font-size: 1.6rem;
  }
}

.jigyousho__list-link {
  margin: 2.5rem 0 0;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .jigyousho__list-link {
    margin: 2.5rem 0 0 2.4rem;
  }
}

.jigyousho__list-link-icon {
  margin: 0.1rem 0 0;
  width: 1rem;
}

@media (max-width: 768px) {
  .gaiyou__title-text,
  .enkaku__title-text,
  .access__title-text,
  .jigyousho__title-text {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
