.c-tel-bnr {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.c-tel-bnr__head {
  align-items: center;
  display: flex;
  gap: 5px;
}

.c-tel-bnr__icon {
  aspect-ratio: 47/27;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 30px;
}
.c-tel-bnr__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-tel-bnr__num {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(35 / 24);
}

.c-tel-bnr__bottom {
  font-size: 10px;
  font-weight: normal;
  line-height: calc(16 / 11);
}

a.c-btn-simple {
  align-items: center;
  background: #fff;
  border: solid 1px #0057aa;
  border-radius: 5px;
  color: #0057aa;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  height: 60px;
  line-height: calc(20 / 14);
  padding-inline: 24px 20px;
  width: 216px;
}
a.c-btn-simple p {
  color: currentColor;
  width: 100%;
}
a.c-btn-simple::after {
  background: url(../images/arrow_blue.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 20px;
  transition: transform 0.3s ease;
  width: 20px;
}
a.c-btn-simple.c-btn-simple--blue {
  background-color: #0057aa;
  color: #fff;
}
a.c-btn-simple.c-btn-simple--blue::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
}
a.c-btn-simple:hover {
  opacity: 1;
}
a.c-btn-simple:hover::after {
  transform: translateX(5px);
}

.c-title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title h1,
.c-title h2,
.c-title h3 {
  color: #0092e6;
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: calc(80 / 80);
}
.c-title p {
  color: #0057aa;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.l-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
}

.l-top__left {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  padding-top: 20px;
  width: 100%;
}

.l-top__left-desc {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  opacity: 0.8;
}

.page-header {
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
}
.page-header.page-header--tabView .page-header__img {
  margin-top: 70px;
}
.page-header.page-header--tabView .page-header__title {
  margin-top: 100px;
}

.page-header__bg {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 121px;
  width: 200px;
  z-index: 1;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

a.page-header__bread-item,
.page-header__bread-item {
  color: #848484;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: calc(19 / 13);
}

.page-header__bread-item {
  align-items: center;
  color: #848484;
  display: flex;
  gap: 15px;
}
.page-header__bread-item:not(:first-child)::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}

.page-header__title {
  margin-inline: auto;
  margin-top: 122px;
  max-width: 1230px;
  position: relative;
  z-index: 2;
}
.page-header__title > p {
  color: #0057aa;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.page-header__title > h1 {
  color: #00081a;
  font-size: 35px;
  font-weight: bold;
  line-height: calc(51 / 35);
  margin-top: 22px;
}

.page-header__tab {
  margin-inline: auto;
  margin-top: 38px;
  max-width: 1230px;
  position: relative;
  z-index: 2;
}

.page-header__tab-list {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

a.page-header__tab-item {
  align-items: center;
  color: #0057aa;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  line-height: calc(20 / 14);
}
a.page-header__tab-item::before {
  background: url(../images/arrow_square_blue.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 22px;
  width: 22px;
}

.page-header__img {
  aspect-ratio: 1230/460;
  border-radius: 5px;
  height: 300px;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1230px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-main {
  margin-top: -292px;
  padding-top: 340px;
  position: relative;
}
.page-main::after {
  background: url(../images/page_bg_round.png) no-repeat top center/cover;
  content: "";
  height: 372px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-main__contents {
  background-color: #ecf6fc;
  margin-bottom: -380px;
  padding-bottom: 380px;
  position: relative;
  z-index: 2;
}

.c-page-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-page-title h1,
.c-page-title h2,
.c-page-title h3,
.c-page-title h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: calc(35 / 24);
}
.c-page-title p {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-page-desc {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 20px;
  line-height: 2.2;
}

@media (min-width: 768px) {
  .page-header__bg {
    right: 40px;
    width: 367px;
  }
  .page-header__img {
    height: 460px;
    margin-top: 110px;
  }
  .page-main {
    padding-top: 372px;
  }
}

@media (min-width: 1024px) {
  .c-title {
    gap: 12px;
  }
  .c-title h1,
  .c-title h2,
  .c-title h3 {
    font-size: 80px;
  }
  .l-top {
    flex-direction: row;
  }
  .l-top__left {
    max-width: 308px;
    padding-top: 75px;
  }
  .l-top__right {
    max-width: 822px;
    width: 100%;
  }
  .page-header__tab-list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    max-width: 730px;
    row-gap: 20px;
  }
}

@media (min-width: 1366px) {
  .c-tel-bnr__icon {
    width: 47px;
  }
  .c-tel-bnr__num {
    font-size: 24px;
  }
  .c-tel-bnr__bottom {
    font-size: 11px;
  }
}