@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* equipment */
/* ============================================ */
@media all and (max-width: 896px) {
  .page-title + .anc ul li {
    width: 30%;
  }
}

.contents {
  padding-bottom: 0;
}
.contents hgroup {
  margin-bottom: 32px;
}
.contents .flow {
  position: relative;
  padding-block: 9vw;
}
@media all and (max-width: 896px) {
  .contents .flow {
    padding-block: 24px 50px;
  }
}
.contents .flow .inner > ol {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: 70px;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol {
    margin-top: 50px;
  }
}
.contents .flow .inner > ol > li {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  padding: 46px 64px;
  background: #f8f8f9;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 24px;
  }
}
.contents .flow .inner > ol > li:has(.fig) {
  flex-direction: column;
  gap: 48px;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li:has(.fig) {
    gap: 20px;
  }
}
.contents .flow .inner > ol > li:not(:last-child)::before, .contents .flow .inner > ol > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
}
.contents .flow .inner > ol > li:not(:last-child)::before {
  left: 50%;
  width: 1px;
  height: 40px;
  border-left: 3px dashed #0068b7;
}
.contents .flow .inner > ol > li:not(:last-child)::after {
  left: calc(50% - 5px);
  width: 13px;
  height: 13px;
  border-right: 3px solid #0068b7;
  border-bottom: 3px solid #0068b7;
  rotate: 45deg;
}
.contents .flow .inner > ol > li hgroup {
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li hgroup {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .contents .flow .inner > ol > li hgroup h3 {
    margin-bottom: 0;
  }
}
.contents .flow .inner > ol > li h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #0068b7;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li h3 {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 16px;
  }
}
.contents .flow .inner > ol > li h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 8px 8px 10px 10px;
  background: #0068b7;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li h3 span {
    width: 48px;
    height: 48px;
    padding: 7px 7px 9px 9px;
    font-size: 2rem;
  }
}
.contents .flow .inner > ol > li .box {
  padding: 32px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li .box {
    padding: 16px;
    font-size: 1.6rem;
  }
}
.contents .flow .inner > ol > li figure {
  flex: none;
  width: 20vw;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li figure {
    width: 100%;
  }
}
.contents .flow .inner > ol > li figure.fig {
  width: 100%;
}
.contents .flow .inner > ol > li .exp {
  width: calc(100% - 20vw - 32px);
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li .exp {
    width: 100%;
  }
}
.contents .flow .inner > ol > li ol {
  display: none;
}
@media all and (max-width: 896px) {
  .contents .flow .inner > ol > li ol {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #dbdee0;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .contents .flow .inner > ol > li ol li {
    padding-block: 24px;
    border-bottom: 1px solid #dbdee0;
  }
}
.contents .facility {
  position: relative;
  padding-block: 12vw 100px;
  background: #f8f8f9;
}
@media all and (max-width: 896px) {
  .contents .facility {
    padding-block: 80px 50px;
  }
}
.contents .facility hgroup p[lang=en] {
  top: 3.4vw;
}
@media all and (max-width: 896px) {
  .contents .facility hgroup p[lang=en] {
    top: 72px;
  }
}
@media all and (max-width: 896px) {
  .contents .facility hgroup + p {
    font-size: 1.6rem;
  }
}
.contents .facility .ttl-lv3 {
  margin-block: 100px 48px;
}
@media all and (max-width: 896px) {
  .contents .facility .ttl-lv3 {
    margin-block: 56px 32px;
  }
}
.contents .facility .ttl-lv3:first-of-type {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .contents .facility .ttl-lv3:first-of-type {
    margin-top: 32px;
  }
}
.contents .facility table span {
  display: block;
  font-size: 1.4rem;
}
.contents .facility table a {
  text-decoration: underline;
}
@media all and (max-width: 896px) {
  .contents .facility table a {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (hover: hover) {
  .contents .facility table a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.contents .facility ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 72px;
}
@media all and (max-width: 896px) {
  .contents .facility ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
}
.contents .facility ul li {
  width: calc((100% - 80px) / 3);
}
@media all and (max-width: 896px) {
  .contents .facility ul li {
    width: 100%;
  }
}
.contents .facility ul li figure a {
  display: flex;
  position: relative;
}
@media all and (max-width: 896px) {
  .contents .facility ul li figure a {
    pointer-events: none;
  }
}
.contents .facility ul li figure a::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 28px;
  height: 28px;
  background: url(../images/equipment/ico_enlarge.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .contents .facility ul li figure a::after {
    content: none;
  }
}
.contents .facility ul li h4 {
  margin-bottom: 16px;
  color: #0068b7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .contents .facility ul li h4 {
    font-size: 1.8rem;
  }
}
.contents .facility ul li h4 span {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .facility ul li h4 span {
    font-size: 1.4rem;
  }
}
.contents .facility ul.other {
  align-items: flex-start;
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .contents .facility ul.other {
    gap: 24px;
  }
}
.contents .facility ul.other li {
  width: calc((100% - 40px) / 2);
  padding: 40px;
  background: #fff;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .contents .facility ul.other li {
    width: 100%;
    padding: 20px;
  }
}
.contents .facility ul.other li figure {
  margin-bottom: 16px;
}
.contents .facility ul.other li table {
  line-height: 2;
}
.contents .facility ul.other li table tr th {
  width: 140px;
  padding-block: 20px;
  border-bottom: 1px solid #fff;
  border-right: 0;
}
@media all and (max-width: 896px) {
  .contents .facility ul.other li table tr th {
    width: 100px;
  }
}
.contents .facility ul.other li table tr td {
  padding: 20px;
  text-align: left;
}
.contents .facility ul.other li table tr td ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .contents .facility ul.other li table tr td ul {
    justify-content: stretch;
  }
}
.contents .facility ul.other li table tr td ul li {
  width: calc((100% - 40px) / 5);
  padding: 0;
  background: none;
  text-align: right;
}
@media (max-width: 1376px) {
  .contents .facility ul.other li table tr td ul li {
    width: calc((100% - 20px) / 3);
    text-align: left;
  }
}
@media (max-width: 1080px) {
  .contents .facility ul.other li table tr td ul li {
    width: calc((100% - 10px) / 2);
  }
}
.contents .facility ul.other li table tr:first-of-type th {
  border-top: 1px solid #0068b7;
}
.contents .facility ul.other li table tr:first-of-type td {
  border-top: 1px solid rgba(0, 104, 183, 0.15);
}
.contents .facility ul.other li table tr:last-of-type th {
  border-bottom-color: #0068b7;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal_content {
  position: relative;
}
.modal_content img {
  max-width: 75vw;
  max-height: 75vh;
}
.modal_bg {
  position: absolute;
  inset: 0;
}
.modal_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #0068b7;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
}

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