@charset "UTF-8";
:root {
  --c-color-vol1: #f4d132;
  --c-color-vol2: #294ffe;
}

.anesthesiology_column_top__head {
  background: url("/med/jb_square/anesthesiology/column/img/top_mv.png") center/cover no-repeat;
  padding: 32px;
  text-align: center;
  aspect-ratio: 1200/675;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
}
.anesthesiology_column_top__head h1 {
  font-size: 52px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 3px black, 0 0 3px black, 0 0 16px rgba(0, 0, 0, 0.5);
}
.anesthesiology_column_top__head p {
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.8;
}
.anesthesiology_column_top__head + .anesthesiology_column_top__contents .anesthesiology_column_top__contents__btn h3 {
  display: none !important;
}
.anesthesiology_column_top__contents {
  max-width: 980px;
  width: 90%;
  margin-inline: auto;
}
.anesthesiology_column_top__contents p {
  padding: 40px 0;
  font-size: var(--text-base);
  line-height: var(--text-line-height);
}
.anesthesiology_column_top__contents__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.anesthesiology_column_top__contents__btn h3 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 48px;
}
.anesthesiology_column_top__contents__btn h3 small {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .anesthesiology_column_top__contents__btn h3 {
    margin-top: 32px;
    font-size: 18px;
  }
}
.anesthesiology_column_top__contents__btn a {
  width: 49%;
  display: block;
  padding: 16px 72px 16px 24px;
  border-radius: 8px;
  font-size: var(--text-base);
  line-height: var(--text-line-height);
  color: var(--color-txt);
  font-weight: bold;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  border: 2px solid black;
  overflow: hidden;
  z-index: 0;
}
.anesthesiology_column_top__contents__btn a::after {
  content: "▶";
  position: absolute;
  font-size: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 32px;
  transition: all 0.3s ease-out;
}
.anesthesiology_column_top__contents__btn a.vol1 {
  background: var(--c-color-vol1);
}
.anesthesiology_column_top__contents__btn a.vol1:hover::after {
  color: var(--c-color-vol1);
}
.anesthesiology_column_top__contents__btn a.vol2 {
  background: var(--c-color-vol2);
  color: #fff;
}
.anesthesiology_column_top__contents__btn a.vol2:hover::after {
  color: var(--c-color-vol2);
}
.anesthesiology_column_top__contents__btn a:hover::after {
  color: #666;
  background: #fff;
  right: 8px;
}
.anesthesiology_column_top__contents__exnum {
  text-align: right;
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .anesthesiology_column_top__head {
    background: url("/med/jb_square/anesthesiology/column/img/top_mv.png") left bottom/cover no-repeat;
    padding: 32px;
    text-align: center;
    aspect-ratio: 2/1.6;
    box-sizing: border-box;
  }
  .anesthesiology_column_top__head h1 {
    font-size: 7vw;
  }
  .anesthesiology_column_top__head p {
    font-size: 3.5vw;
    margin-top: 12px;
  }
  .anesthesiology_column_top__contents p {
    padding: 24px 0;
  }
  .anesthesiology_column_top__contents__btn {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .anesthesiology_column_top__contents__btn a {
    width: 100%;
  }
}