.topHeader__noSticky__border {
  box-shadow: none;
}

html.common .header_breadcrumb {
  display: none;
}

.awlp_container {
  max-width: 1054px;
  width: 1054px;
  margin: 0 auto;
  padding-inline: 15px
}

:root {
  --awlp_main_txt: #000;
  --awlp_main_c: #004aad;
  --awlp_main_shadow: 0px 0px 24px 0px #00000021
}

body {
  margin: 0
}

.awlp {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: var(--awlp_main_txt)
}

.awlp a {
  text-decoration: none;
  color: var(--awlp_main_txt)
}

.awlp ul,
.awlp li,
.awlp figure {
  margin: 0;
  padding: 0
}

.awlp li {
  list-style: none
}

.awlp img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto
}

.awlp .is_sp {
  display: none
}

.awlp_mv figure {
  width: 100vw;
  min-width: calc(1054px + 15px * 2);
}

.awlp_mv figure img {
  width: 100%
}

.awlp_container_in {
  margin: 47px 0 0
}

.awlp_container_in .txt_desc {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2
}

.awlp_container_in .tab_list {
  margin: 64px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

.awlp_container_in .tab_list .tab {
  padding: 20px 0;
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  color: #000;
  border-top: 2px solid #f4f4f4;
  transition: .3s;
  padding: 18px 0
}

.awlp_container_in .tab_list .tab:hover {
  cursor: pointer;
  border-top: 2px solid var(--awlp_main_c);
  background-color: #fff
}

.awlp_container_in .tab_list .tab:hover .txt_tab_list {
  color: var(--awlp_main_c)
}

.awlp_container_in .tab_list .tab span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em
}

.awlp_container_in .tab_list .tab .txt_tab_list {
  transition: color .3s
}

.awlp_container_in .tab.active {
  background: #fff;
  border-top: 2px solid var(--awlp_main_c)
}

.awlp_container_in .tab.active .txt_tab_list {
  color: var(--awlp_main_c)
}

.awlp_container_in .note {
  margin: 62px 0 0;
  padding: 40px 38px;
  border-radius: 10px;
  border: 1px solid var(--awlp_main_c);
  display: flex
}

.awlp_container_in .note svg {
  margin: 4px 0 0
}

.awlp_container_in .note span {
  margin: 0 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  flex: 1
}

.awlp_content {
  display: none;
  margin: 62px 0 80px
}

.awlp_content .ttl {
  margin: 62px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.awlp_content .ttl figure:last-of-type {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.awlp_content .ttl h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--awlp_main_c)
}

.awlp_content .anchor_list_wrap {
  width: 100%;
  margin: 56px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--awlp_main_c)
}

.awlp_content .anchor_list_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 32px
}

.awlp_content .anchor_list_wrap ul li .anchor_list {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.awlp_content .anchor_list_wrap ul li .anchor_list svg {
  margin: 4px 0 0
}

.awlp_content .anchor_list_wrap ul li .anchor_list .txt {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  transition: .3s
}

.awlp_content .anchor_list_wrap ul li .anchor_list .txt:hover {
  font-weight: 700
}

.awlp_content .boxy {
  margin: 48px 0 0;
  box-shadow: var(--awlp_main_shadow);
  border-radius: 10px;
  background: #fff
}

.awlp_content .boxy .sub_ttl {
  padding: 17.5px 0 27.5px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  background: var(--awlp_main_c);
  display: flex;
  align-items: center;
  justify-content: center
}

.awlp_content .boxy .sub_ttl h3 {
  margin: 0;
  padding: 0 24px 0 28px;
  position: relative;
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .07em
}

.awlp_content .boxy .sub_ttl h3 .middle {
  font-size: 34px
}

.awlp_content .boxy .sub_ttl h3 .small {
  font-size: 21px
}

.awlp_content .boxy .sub_ttl h3::before,
.awlp_content .boxy .sub_ttl h3::after {
  content: "";
  position: absolute;
  bottom: -1%;
  width: 2px;
  height: 38px;
  background: #fff
}

.awlp_content .boxy .sub_ttl h3::before {
  left: 0%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg)
}

.awlp_content .boxy .sub_ttl h3::after {
  right: 0%;
  -webkit-transform: scale(-1, 1) rotate(-35deg);
  transform: scale(-1, 1) rotate(-35deg)
}

.awlp_content .boxy .item_wrap {
  padding: 0 40px 32px
}

.awlp_content .boxy .item_wrap .item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #dcdcdc
}

.awlp_content .boxy .item_wrap .item:last-of-type {
  border-bottom: none
}

.awlp_content .main_rank .item_wrap .item {
  margin: 10px 0 0;
  padding: 40px 30px
}

.awlp_content .main_rank .item_wrap .item .icon_rank {
  width: 94.59px
}

.awlp_content .main_rank .item_wrap .item .icon_rank img {
  width: 100%;
  height: 100%
}

.awlp_content .main_rank .item_wrap .item .inner {
  display: contents
}

.awlp_content .main_rank .item_wrap .item .inner .logo {
  margin: 0 0 0 42px
}

.awlp_content .main_rank .item_wrap .item .inner p {
  margin: 0 0 0 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  flex: 1
}

.awlp_content .sub_rank .item_wrap .item {
  padding: 40px 24px
}

.awlp_content .sub_rank .item_wrap .item .txt_rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 68px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
  background: var(--awlp_main_c)
}

.awlp_content .sub_rank .item_wrap .item .txt_rank span {
  margin: 10px 0 0;
  font-size: 16px
}

.awlp_content .sub_rank .item_wrap .item p {
  margin: 0 0 0 42px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  color: var(--awlp_main_txt)
}

.awlp_content.active {
  display: block
}

.area_r_content .anchor_list_wrap,
.career_r_content .anchor_list_wrap {
  margin: 56px 0 0
}

.area_r_content .boxy .sub_ttl,
.career_r_content .boxy .sub_ttl {
  padding: 19.5px 0 25.5px
}

.area_r_content .boxy .sub_ttl h3,
.career_r_content .boxy .sub_ttl h3 {
  font-size: 36px
}

.area_r_content .boxy .sub_ttl h3:before,
.area_r_content .boxy .sub_ttl h3:after,
.career_r_content .boxy .sub_ttl h3:before,
.career_r_content .boxy .sub_ttl h3:after {
  bottom: -6%;
  height: 36px
}

.textlink {
  margin: 18px 0
}

.textlink a {
  font-size: 14px;
  color: #01abeb;
  transition: color .3s
}
/*
.textlink:hover a {
  color: #a0dbf6
}*/

br.sp_only {
  display: none;
}

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