.intro_sec .page_inner_m {
  position: relative;
}

.intro_box {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 16px;
  position: absolute;
  top: -50%;
  left: 0;
  transform: translateY(-70%);
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .intro_box {
    padding: 40px 40px 60px;
    border-radius: 30px;
    transform: translateY(-50%);
  }
}

.intro_text {
  max-width: 940px;
  margin: 12px auto 0;
}
@media print, screen and (min-width: 920px) {
  .intro_text {
    margin: 30px auto 0;
  }
}

.scope_sec {
  padding: 80px 0 50px;
}
@media print, screen and (min-width: 920px) {
  .scope_sec {
    padding: 140px 0 100px;
  }
}

.scope_sec_inner {
  padding: 50px 0 0;
}
@media print, screen and (min-width: 920px) {
  .scope_sec_inner {
    padding: 100px 0 0;
  }
}

.scope_flex {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .scope_flex {
    flex-direction: row;
    column-gap: 6%;
    margin-top: 60px;
  }
}

.scope_left {
  flex-grow: 1;
}

.scope_link {
  display: block;
  text-decoration: none;
  color: #005bb5;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 92, 170, 0.1);
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .scope_link {
    border-radius: 30px;
  }
}

.scope_link_img img {
  width: 100%;
}

.scope_textarea {
  padding: 4px 16px 25px;
}
@media print, screen and (min-width: 920px) {
  .scope_textarea {
    padding: 4px 40px 36px;
  }
}

.scope_linktitle {
  border-bottom: 1px solid #005bb5;
  text-align: center;
}
.scope_linktitle span {
  display: inline-block;
  position: relative;
  color: #005bb5;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 32px 12px 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .scope_linktitle span {
    font-size: 2.2rem;
    padding: 20px 40px;
  }
}
.scope_linktitle span::before, .scope_linktitle span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.scope_linktitle span::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #e6e6e6;
  right: 0;
}
@media print, screen and (min-width: 920px) {
  .scope_linktitle span::before {
    width: 30px;
    height: 30px;
  }
}
.scope_linktitle span::after {
  content: "";
  display: block;
  background-image: url(../img/common/external_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: 8px;
  width: 11px;
  height: 11px;
}
@media print, screen and (min-width: 920px) {
  .scope_linktitle span::after {
    right: 8px;
    width: 13px;
    height: 13px;
  }
}

.scope_linktext {
  color: #7c7c7c;
  font-size: 1.3rem;
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .scope_linktext {
    margin-top: 16px;
  }
}

.scope_right {
  flex-shrink: 0;
  padding: 0 16px;
}
@media print, screen and (min-width: 920px) {
  .scope_right {
    padding: 0;
    width: 34%;
    min-width: 320px;
  }
}
@media print, screen and (min-width: 1180px) {
  .scope_right {
    width: 37%;
  }
}

.scope_sub_title {
  color: #005bb5;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-top: 16px;
}
@media print, screen and (min-width: 920px) {
  .scope_sub_title {
    font-size: 2.8rem;
  }
}
.scope_sub_title::before {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005bb5;
}
.scope_sub_title span {
  display: block;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .scope_sub_title span {
    font-size: 2.2rem;
  }
}

.scope_attention_list:not(:first-of-type) {
  margin-top: 20px;
}

.scope_attention_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005bb5;
  margin-bottom: 6px;
}

.scope_attention_text {
  text-indent: -1em;
  padding-left: 1em;
}

.scope_text {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .scope_text {
    margin-top: 40px;
  }
}

.scope_numberlist {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .scope_numberlist {
    margin-top: 24px;
  }
}

.scope_numberitem {
  text-indent: -1em;
  padding-left: 1em;
}

.scope_maplink {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .scope_maplink {
    margin-top: 40px;
  }
}
.scope_maplink::after {
  background-image: url(../img/common/plus_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  right: 18px;
}
@media print, screen and (min-width: 920px) {
  .scope_maplink::after {
    width: 17px;
    height: 17px;
    right: 24px;
  }
}

.operator_sec {
  padding: 50px 0;
}
@media print, screen and (min-width: 920px) {
  .operator_sec {
    padding: 100px 0;
  }
}

.operator_title {
  margin: 0 16px;
}
@media print, screen and (min-width: 920px) {
  .operator_title {
    margin: 0;
  }
}

.operator_card {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  counter-reset: li;
}
@media print, screen and (min-width: 768px) {
  .operator_card {
    column-gap: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .operator_card {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1180px) {
  .operator_card {
    column-gap: 24px;
    row-gap: 40px;
  }
}

.operator_carditem {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 92, 170, 0.1);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .operator_carditem {
    width: calc((100% - 15px) / 2);
  }
}
@media print, screen and (min-width: 920px) {
  .operator_carditem {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .operator_carditem {
    width: calc((100% - 48px) / 3);
  }
}

.operator_box {
  padding: 16px 16px 24px;
}

.operator_img {
  width: 100%;
}
.operator_img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  aspect-ratio: 21/10;
  border-radius: 15px;
}
@media print, screen and (min-width: 920px) {
  .operator_img img {
    aspect-ratio: 350/210;
  }
}

.operator_name {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #005bb5;
  padding: 10px 17px 10px calc(1em + 17px);
  text-indent: calc(-1em - 3px);
  min-height: 65px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 360px) {
  .operator_name {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .operator_name {
    padding: 15px 17px 15px calc(1em + 17px);
    font-size: clamp(1.6rem, 1.35vw, 1.8rem);
    text-indent: calc(-1em - 5px);
    min-height: 81px;
  }
}
.operator_name span {
  margin-right: 3px;
}
@media print, screen and (min-width: 920px) {
  .operator_name span {
    margin-right: 5px;
  }
}

.operator_overview {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 360px) {
  .operator_overview {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 920px) {
  .operator_overview {
    margin-top: 20px;
  }
}

.operator_overview_row {
  display: flex;
  column-gap: 10px;
}
.operator_overview_row:not(:first-child) {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .operator_overview_row:not(:first-child) {
    margin-top: 12px;
  }
}

.operator_overview_series {
  width: 64px;
  flex-shrink: 0;
  font-weight: 500;
  transform: translateY(2px);
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .operator_overview_series {
    width: 70px;
  }
}

.operator_overview_detail {
  flex-grow: 1;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .operator_overview_detail {
    font-size: 1.5rem;
  }
}
.operator_overview_detail a {
  display: block;
  text-decoration: underline;
}
.operator_overview_detail a:hover {
  text-decoration: none;
}
.operator_overview_detail a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/external_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 4px;
  transform: translateY(2px);
}
.operator_overview_detail a + a {
  margin-top: 5px;
}