@charset "UTF-8";
.siteheader {
  padding: 30px 40px;
}
@media (max-width: 1249px) {
  .siteheader {
    padding: 10px 4%;
  }
}
@media (max-width: 767px) {
  .siteheader {
    padding: 0 15px;
  }
}

.inc_recruit_header {
  height: 100px;
  padding: 10px 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 200;
  transition: background 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 767px) {
  .inc_recruit_header {
    height: 50px;
    padding: 0px 0 0px 15px;
  }
}

.site-nav .site-nav-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-inner {
    height: 100%;
    padding-bottom: 10rem;
    flex-direction: column;
    overflow-y: auto;
  }
}
.site-nav .site-nav-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-main {
    display: contents;
  }
}
.site-nav .site-nav-btnwrap.site-nav-head {
  margin: 0;
  gap: 10px;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btnwrap.site-nav-head {
    margin: 13px 0 0;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    order: 3;
  }
}
@media (max-width: 767px) {
  .site-nav .site-nav-btnwrap.site-nav-head {
    max-width: 344px;
  }
}
.site-nav .site-nav-btn_yt,
.site-nav .site-nav-btn03 {
  width: auto;
  padding: 0;
}
.site-nav .site-nav-btn_yt a,
.site-nav .site-nav-btn03 a {
  border: 1px solid #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.026rem;
  white-space: nowrap;
  background: transparent !important;
  transition: all 0.3s ease;
}
.site-nav .site-nav-btn_yt a::after,
.site-nav .site-nav-btn03 a::after {
  display: none;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btn_yt a,
  .site-nav .site-nav-btn03 a {
    border: 1px solid #003A88 !important;
    background: transparent !important;
    color: #003A88;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    letter-spacing: 0.024rem;
  }
}
.site-nav .site-nav-btn_yt a:hover {
  background: #FF0000 !important;
  border-color: #FF0000;
  color: #fff;
}
.site-nav .site-nav-btn_yt a:hover .icn-blank::before {
  background-image: url(../img/common/ico_blank.svg);
}
.site-nav .site-nav-btn03 a:hover {
  background: #003A88 !important;
  border-color: #003A88;
  color: #fff;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btn_yt {
    flex: 0 224px;
    margin: 0;
    order: 1;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .site-nav .site-nav-btn_yt {
    flex: 0 0 167px;
  }
}
.site-nav .site-nav-btn_yt a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.9rem 2rem;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btn03 {
    flex: 0 0 224px;
    order: 2;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .site-nav .site-nav-btn03 {
    flex: 0 0 167px;
  }
}
.site-nav .site-nav-btn03 a {
  padding: 0.9rem 2rem;
}
@media (max-width: 1249px) {
  .site-nav nav {
    order: 1;
    width: 100%;
  }
}
.site-nav nav ul {
  gap: clamp(15px, 2.2vw, 30px);
  margin: 0;
}
@media (max-width: 1249px) {
  .site-nav nav ul {
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .site-nav nav ul {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 1249px) {
  .site-nav nav li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-nav nav li {
    border-bottom: 1px solid #ddd;
  }
}
.site-nav nav a {
  display: flex;
  gap: 7px;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.03rem;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 1249px) {
  .site-nav nav a {
    padding: 0rem !important;
    color: #000;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    gap: 5px;
  }
}
.site-nav .site-nav-entry {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 1;
  align-self: stretch;
  justify-content: center;
  min-width: 0;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-entry {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
    max-width: 344px;
    box-sizing: border-box;
    align-self: auto;
    order: 2;
  }
}
.site-nav .site-nav-btn04,
.site-nav .site-nav-btn05 {
  width: auto;
  padding: 0;
  flex: 1;
  display: flex;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btn04,
  .site-nav .site-nav-btn05 {
    flex: 1;
    width: auto;
  }
}
.site-nav .site-nav-btn04 a,
.site-nav .site-nav-btn05 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding: 0.9rem 1.9rem;
  white-space: nowrap;
  letter-spacing: 0.028rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btn04 a,
  .site-nav .site-nav-btn05 a {
    padding: 1.3rem 2rem;
    text-align: center;
    line-height: 1.4;
  }
}
@media (max-width: 1249px) {
  .site-nav .site-nav-btn04 {
    margin-bottom: 0;
  }
}
.site-nav .site-nav-btn04 a {
  background: #003A88;
  transition: background 0.3s ease;
}
.site-nav .site-nav-btn04 a::after {
  display: none;
}
.site-nav .site-nav-btn04 a:hover {
  background: #5BBAEC;
}
.site-nav .site-nav-btn05 a {
  background: #5BBAEC;
  transition: background 0.3s ease;
}
.site-nav .site-nav-btn05 a::after {
  display: none;
}
.site-nav .site-nav-btn05 a:hover {
  background: #003A88;
}
.site-nav .site-nav-btn01 {
  display: none;
}

.icn-blank {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.icn-blank::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_blank.svg) no-repeat center/contain;
  transition: opacity 0.3s ease;
}
@media (max-width: 1249px) {
  .icn-blank {
    display: none;
  }
}

.nav-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -4px;
  flex-shrink: 0;
}
@media (max-width: 1249px) {
  .nav-arrow {
    display: none;
  }
}

.nav-item-head button {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(1.2rem, 1.1vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.03rem;
  padding: 0;
  white-space: nowrap;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
}

.siteheader.c-bk .nav-item-head button,
.scrolled.siteheader .nav-item-head button {
  color: #000;
}

.nav-item:hover .nav-item-head button {
  color: #003A88 !important;
}

.nav-item-head {
  display: contents;
}
@media (max-width: 1249px) {
  .nav-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 11px;
    border-top: 1px solid #EAEAEA;
    cursor: pointer;
  }
  .nav-item-head button {
    flex: 1;
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.028rem;
    font-family: inherit;
    cursor: pointer;
  }
}

.nav-toggle {
  display: none;
}
@media (max-width: 1249px) {
  .nav-toggle {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0;
  }
  .nav-toggle::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #003A88;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .nav-toggle::after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background: #003A88;
    position: absolute;
    top: 0;
    left: 6px;
    transition: transform 0.3s ease;
  }
  .nav-item.is-open .nav-toggle::after {
    transform: rotate(90deg);
  }
}

@media (max-width: 1249px) {
  .nav-dropdown {
    display: none;
    position: static;
    background: #E2F5FF;
    box-shadow: none;
    padding: 0 15px 14px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    white-space: normal;
  }
}

@media (max-width: 1249px) {
  .nav-item.is-open .nav-item-head {
    background: #E2F5FF;
  }
  .nav-item.is-open .nav-item-head button {
    color: #003A88;
  }
}

.header-nav.site-nav nav a.nav-dropdown-head {
  text-decoration: none;
  color: inherit;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1249px) {
  .header-nav.site-nav nav a.nav-dropdown-head {
    border-bottom: 1px dashed #7C909B;
    padding: 0 0 5px !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 1249px) {
  .nav-dropdown-ttl {
    font-size: 1.4rem !important;
  }
  .nav-dropdown-ttl span {
    display: inline !important;
  }
}

@media (max-width: 1249px) {
  .nav-dropdown-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px !important;
    width: 100%;
  }
}

@media (max-width: 1249px) {
  .nav-dropdown-item {
    width: calc((100% - 20px) / 3) !important;
    max-width: calc((100% - 20px) / 3) !important;
    height: auto !important;
    flex: none;
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    padding: 0 !important;
    overflow: hidden;
  }
}

.nav-dropdown-thumb {
  overflow: hidden;
}
@media (max-width: 1249px) {
  .nav-dropdown-thumb {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 108/62;
  }
}
.nav-dropdown-thumb img {
  transition: transform 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  transform: scale(1.001);
}
@media (max-width: 1249px) {
  .nav-dropdown-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
a:hover .nav-dropdown-thumb img, .nav-dropdown-thumb:hover img {
  transform: scale(1.2);
}

@media (max-width: 1249px) {
  .nav-dropdown-name {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: normal;
  }
}

@media (max-width: 1249px) {
  .nav-dropdown-arrow-btn {
    width: 15px;
    height: 15px;
  }
  .nav-dropdown-arrow-btn::after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 1249px) {
  .site-nav .site-nav-inner {
    gap: 0;
    align-items: center;
    padding-bottom: 5rem;
  }
}

@media (max-width: 1249px) {
  .site-nav .site-nav-main {
    gap: 0;
  }
}

@media (max-width: 1249px) {
  .site-nav nav ul {
    border-bottom: 1px solid #EAEAEA;
  }
}

@media (max-width: 1249px) {
  .site-nav nav li {
    border: none !important;
  }
}

@media (max-width: 1249px) {
  .site-nav .site-nav-btn_yt .icn-blank {
    display: inline-block;
  }
  .site-nav .site-nav-btn_yt .icn-blank::before {
    background-image: url(../img/common/ico_blank_navy.svg);
  }
}

.siteheader.c-bk,
.scrolled.siteheader {
  background: rgba(255, 255, 255, 0.8);
}
.siteheader.c-bk .site-nav-btn_yt a,
.siteheader.c-bk .site-nav-btn03 a,
.scrolled.siteheader .site-nav-btn_yt a,
.scrolled.siteheader .site-nav-btn03 a {
  border-color: #003A88;
  color: #003A88;
}
.siteheader.c-bk .site-nav-btn_yt .icn-blank::before,
.scrolled.siteheader .site-nav-btn_yt .icn-blank::before {
  background-image: url(../img/common/ico_blank_navy.svg);
}
.siteheader.c-bk .site-nav-btn_yt a:hover,
.scrolled.siteheader .site-nav-btn_yt a:hover {
  background: #FF0000 !important;
  border-color: #FF0000;
  color: #fff;
}
.siteheader.c-bk .site-nav-btn_yt a:hover .icn-blank::before,
.scrolled.siteheader .site-nav-btn_yt a:hover .icn-blank::before {
  background-image: url(../img/common/ico_blank.svg);
}
.siteheader.c-bk .site-nav-btn03 a:hover,
.scrolled.siteheader .site-nav-btn03 a:hover {
  background: #003A88 !important;
  color: #fff;
}
.siteheader.c-bk .site-nav nav a,
.scrolled.siteheader .site-nav nav a {
  color: #000;
}
.siteheader.c-bk .nav-arrow,
.scrolled.siteheader .nav-arrow {
  border-color: #003A88;
}

.nav-item {
  position: relative;
}
@media (min-width: 1250px) {
  .nav-item:hover > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-item:hover > .nav-item-head button {
    color: #003A88 !important;
  }
  .nav-item:hover .nav-arrow {
    transform: rotate(135deg);
    border-color: #003A88;
    margin-top: 2px;
  }
}
.nav-item:last-child .nav-dropdown, .nav-item:nth-last-child(2) .nav-dropdown {
  left: auto;
  right: -20px;
}

@media (min-width: 1250px) {
  .nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 23px 20px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 100;
    white-space: nowrap;
  }
}
.nav-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px dashed #7C909B;
  margin-bottom: 15px;
}
.nav-dropdown-head:hover .nav-dropdown-ttl {
  color: #003A88;
}
.nav-dropdown-ttl {
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  transition: color 0.3s ease;
}
.nav-dropdown-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-dropdown-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background: #003A88;
  border-radius: 50%;
  flex-shrink: 0;
}
.nav-dropdown-arrow-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(../img/common/arrow-right.svg) no-repeat center/contain;
}
.nav-dropdown-body {
  display: flex;
  gap: 15px;
}
.nav-dropdown-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 180px;
  text-decoration: none;
}
@media (min-width: 1250px) {
  .nav-dropdown-item:hover .nav-dropdown-name {
    color: #003A88;
  }
}
.nav-dropdown-thumb {
  width: 180px;
  height: 102px;
  overflow: hidden;
  background: #ECF3F6;
}
.nav-dropdown-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-dropdown-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  white-space: normal;
  transition: color 0.3s ease;
}

@media (max-width: 1249px) {
  .header-nav.site-nav {
    transition: none;
    transform: scale3d(0.95, 0.95, 1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 58px);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .header-nav.site-nav {
    top: 57px;
    height: calc(100vh - 57px);
  }
}

.nav-open .siteheader {
  background: #fff;
}
.nav-open .site-nav.header-nav {
  transition: opacity 0.5s cubic-bezier(0.17, 0.935, 0.305, 1), visibility 0.5s cubic-bezier(0.17, 0.935, 0.305, 1), transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.nav-open .trigger span {
  opacity: 0;
}
.nav-open .trigger::after {
  bottom: 9px;
  background: #000;
  transform: rotate(45deg);
}
.nav-open .trigger::before {
  top: 10px;
  background: #000;
  transform: rotate(-45deg);
}

@media (max-width: 1249px) {
  .trigger_wrap {
    z-index: 600;
    display: flex !important;
    width: 80px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: flex-end;
    align-items: center;
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .trigger_wrap {
    height: 50px;
  }
}

@media (max-width: 1249px) {
  .trigger {
    position: relative;
    display: block;
    margin: 20px 11px;
    width: 32px;
    height: 22px;
  }
  .trigger span, .trigger::after, .trigger::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
  }
  .trigger::after, .trigger::before {
    content: "";
  }
  .trigger span {
    top: 10px;
  }
  .trigger::before {
    top: 0;
  }
  .trigger::after {
    bottom: 0;
  }
}

@media (max-width: 1249px) {
  .scrolled .trigger span, .scrolled .trigger::after, .scrolled .trigger::before,
  .c-bk .trigger span,
  .c-bk .trigger::after,
  .c-bk .trigger::before {
    background: #333;
  }
}

.section-cv {
  display: flex;
}
@media (max-width: 970px) {
  .section-cv {
    flex-direction: column;
  }
}

.section-cv-panel {
  position: relative;
  width: 50%;
  height: 379px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 970px) {
  .section-cv-panel {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 970px) {
  .section-cv-panel .icn-more {
    margin-top: 2.6rem;
  }
}

.section-cv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-cv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.section-cv-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.section-cv-entry .section-cv-overlay {
  background: rgba(0, 58, 136, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cv-internship .section-cv-overlay {
  background: rgba(37, 117, 159, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cv-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-cv-content.internship {
  gap: 0;
}

.section-cv-ttl {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 970px) {
  .section-cv-ttl {
    font-size: 2.4rem;
  }
}

.section-cv-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 280px;
}
@media (max-width: 970px) {
  .section-cv-btns {
    width: 280px;
    gap: 17px;
  }
}

.section-cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.3s ease;
}
@media (max-width: 970px) {
  .section-cv-btn {
    font-size: 1.8rem;
    padding: 1.1rem 1.5rem;
  }
}
.section-cv-btn--navy {
  background: #003A88;
}
.section-cv-btn--navy:hover {
  background: #5BBAEC;
}
.section-cv-btn--blue {
  background: #5BBAEC;
}
.section-cv-btn--blue:hover {
  background: #003A88;
}

.section-cv-panel .icn-more {
  background: #fff;
  color: #003A88;
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-cv-overlay:hover .icn-more {
  background: #5BBAEC;
  color: #fff;
}

.section-cv-entry .section-cv-overlay:hover .section-cv-btn--blue {
  background: #003A88;
}

.section-cv-entry .section-cv-overlay:hover .section-cv-btn--navy {
  background: #5BBAEC;
}

.footer-main {
  background: #ECF3F6;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1350px;
  margin: 0 auto;
  padding: 35px 50px 41px;
  box-sizing: border-box;
}
@media (max-width: 970px) {
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 21px;
    padding: 50px 14px 38px;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 5px;
}
@media (max-width: 970px) {
  .footer-left {
    align-items: flex-start;
    margin-top: 0;
  }
}

.footer-logo-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 970px) {
  .footer-logo-inner {
    gap: 13px;
  }
}

.footer-logo-img {
  width: 118px;
  height: auto;
}
.footer-logo-img img {
  width: 100%;
  height: auto;
}

.footer-logo-txt {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 970px) {
  .footer-logo-txt {
    font-size: 1.4rem;
  }
}

.footer-address {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.024rem;
  line-height: 1.4;
}
@media (max-width: 970px) {
  .footer-address {
    font-size: 1.4rem;
  }
}
.footer-address p {
  margin: 0;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
@media (max-width: 970px) {
  .footer-right {
    align-items: stretch;
    gap: 15px;
  }
}

.footer-nav ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 970px) {
  .footer-nav ul {
    flex-wrap: wrap;
    gap: 2px 20px;
  }
}
@media (max-width: 970px) {
  .footer-nav li {
    width: 162px;
  }
}
.footer-nav a {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.028rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: #003A88;
}
@media (max-width: 970px) {
  .footer-nav a {
    letter-spacing: 0.024rem;
  }
}

.footer-entry {
  display: flex;
  gap: 10px;
}
@media (max-width: 970px) {
  .footer-entry {
    width: 100%;
    margin-top: 11px;
  }
}

.footer-entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.028rem;
  transition: background 0.3s ease;
}
@media (max-width: 970px) {
  .footer-entry-btn {
    flex: 1;
    height: auto;
    padding: 10px 20px;
    font-size: 1.6rem;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
}
.footer-entry-btn--navy {
  background: #003A88;
}
.footer-entry-btn--navy:hover {
  background: #5BBAEC;
}
.footer-entry-btn--blue {
  background: #5BBAEC;
}
.footer-entry-btn--blue:hover {
  background: #003A88;
}

.footer-btns {
  display: flex;
  gap: 10px;
}
@media (max-width: 970px) {
  .footer-btns {
    width: 100%;
  }
}

.footer-btn-border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 14px;
  border: 1px solid #003A88;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #003A88;
  text-decoration: none;
  letter-spacing: 0.026rem;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 970px) {
  .footer-btn-border {
    flex: 1;
    padding: 10px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.024rem;
  }
}
.footer-btn-border.footer-btn-yt:hover {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
}
.footer-btn-border.footer-btn-yt:hover .icn-blank::before {
  background-image: url(../img/common/ico_blank.svg);
}
.footer-btn-border:not(.footer-btn-yt):hover {
  background: #003A88;
  border-color: #003A88;
  color: #fff;
}
.footer-btn-border .icn-blank {
  display: inline-block;
}
.footer-btn-border .icn-blank::before {
  background-image: url(../img/common/ico_blank_navy.svg);
  transition: opacity 0.3s ease;
}

.copyright {
  background: #000;
  padding: 16px 0;
  text-align: center;
}
.copyright p {
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02rem;
  margin: 0;
}
@media (max-width: 970px) {
  .copyright p {
    font-size: 1.15rem;
  }
}

.container-l-mid {
  margin: 0 auto;
}
@media not screen and (max-width: 767px) {
  .container-l-mid {
    max-width: 1210px;
  }
}

@media (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

.hp_spOnly {
  display: none !important;
}
@media (max-width: 767px) {
  .hp_spOnly {
    display: block !important;
  }
}

.section-introduction {
  padding-top: 13.1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-introduction {
    padding-top: 11.3rem;
  }
}
.section-introduction::before {
  content: "";
  display: block;
  width: 509px;
  height: 318px;
  background: url(../img/home/dots.svg) no-repeat center/contain;
  position: absolute;
  left: -67px;
  top: 348px;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-introduction::before {
    width: 275px;
    height: 171px;
    left: auto;
    right: -24px;
    top: 27px;
  }
}

.section-introduction-inner {
  display: flex;
  gap: 123px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section-introduction-inner {
    flex-direction: column;
    gap: 38px;
    padding: 0 13px 92px;
  }
}

.section-introduction-ttl {
  flex-shrink: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .section-introduction-ttl {
    margin-top: 0;
  }
}
.section-introduction-ttl img {
  width: auto;
  height: auto;
  max-width: 382px;
}
@media (max-width: 767px) {
  .section-introduction-ttl img {
    max-width: 271px;
  }
}

.section-introduction-body {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  color: #000;
}
.section-introduction-body p {
  margin: 0;
}
@media (max-width: 767px) {
  .section-introduction-body p {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.section-introduction-body p + p {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .section-introduction-body p + p {
    margin-top: 2.2rem;
  }
}

.btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 68px;
  margin: 5rem auto 0;
  background: #003A88;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .btn-top {
    margin-top: 4.5rem;
    height: 56px;
  }
}
.btn-top:hover {
  background: #5BBAEC;
}
.btn-top::after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url(../img/common/arrow-right.svg) no-repeat center/contain;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-top--wide {
  width: 300px;
}
@media (max-width: 767px) {
  .btn-top--wide {
    width: 273px;
  }
}

.workstyle-links {
  display: flex;
  gap: 50px;
  margin-top: 8rem;
  justify-content: center;
}

.workstyle-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 503px;
  max-width: 100%;
  padding: 20px 25px;
  background: #ECF3F6;
  text-decoration: none;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.workstyle-link-card:hover {
  opacity: 0.7;
}

.workstyle-link-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.workstyle-link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.workstyle-link-name {
  flex: 1;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding-left: 20px;
}

.workstyle-link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #003A88;
  border-radius: 50%;
  flex-shrink: 0;
}
.workstyle-link-arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/common/arrow-right.svg") no-repeat center/contain;
}

.section-workstyle, .section-industry {
  margin-bottom: 4rem;
  padding-top: 6.5rem;
  padding-bottom: 10.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-workstyle, .section-industry {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
.section-workstyle::before, .section-industry::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/bg-workstyle.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-workstyle .home-section-ttl, .section-industry .home-section-ttl {
  transform: translateY(2.5rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-workstyle .home-section-ttl, .section-industry .home-section-ttl {
    transform: none;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .section-workstyle.section-workstyle .home-section-ttl, .section-industry.section-workstyle .home-section-ttl {
    flex-direction: column-reverse;
  }
}
.section-workstyle .list, .section-industry .list {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .section-workstyle .list, .section-industry .list {
    flex-direction: column;
  }
}
.section-workstyle .list a, .section-industry .list a {
  display: block;
}
.section-workstyle .list figure, .section-industry .list figure {
  height: 100%;
  max-width: 100%;
}
@media not screen and (max-width: 767px) {
  .section-workstyle .list figure, .section-industry .list figure {
    width: 734px;
    aspect-ratio: 734/420;
  }
}
@media (max-width: 767px) {
  .section-workstyle .list figure, .section-industry .list figure {
    width: 100%;
    aspect-ratio: 345/197;
  }
}
@media (max-width: 767px) {
  .section-workstyle .list figure img, .section-industry .list figure img {
    height: 100%;
  }
}
.section-workstyle .list-label, .section-industry .list-label {
  position: absolute;
  width: 472px;
  padding: 5rem;
  text-align: left;
  color: #fff;
  background: #003A88;
  bottom: 2.3em;
}
@media (max-width: 767px) {
  .section-workstyle .list-label, .section-industry .list-label {
    position: static;
    width: 100%;
    padding: 4rem 3.6rem 4.4rem;
  }
}
.section-workstyle .list-label h3, .section-industry .list-label h3 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-workstyle .list-label h3, .section-industry .list-label h3 {
    font-size: 2.3rem;
  }
}
.section-workstyle .list-label .ja, .section-industry .list-label .ja {
  font-weight: 700;
}
.section-workstyle .list-label .list-label-num, .section-industry .list-label .list-label-num {
  font-family: "Viga", sans-serif;
  padding-right: 3rem;
}
.section-workstyle .list-label .list-label-txt, .section-industry .list-label .list-label-txt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .section-workstyle .list-label .list-label-txt, .section-industry .list-label .list-label-txt {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.section-workstyle .list01, .section-industry .list01 {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .section-workstyle .list01, .section-industry .list01 {
    margin-bottom: 4rem;
  }
}
.section-workstyle .list01 .list-label, .section-industry .list01 .list-label {
  right: 0;
}
.section-workstyle .list02, .section-industry .list02 {
  margin-bottom: 7.9rem;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section-workstyle .list02, .section-industry .list02 {
    margin-bottom: 3.5rem;
    justify-content: flex-start;
  }
}
.section-workstyle .list02 .list-label, .section-industry .list02 .list-label {
  left: 0;
  bottom: 5.4rem;
}
@media (max-width: 767px) {
  .section-workstyle .list02 .list-label, .section-industry .list02 .list-label {
    left: auto;
    bottom: auto;
  }
}

.section-workstyle .icn-more {
  margin: 3rem auto 0 0;
}
@media (max-width: 767px) {
  .section-workstyle .icn-more {
    margin: 2.2rem auto 0 0;
  }
}

.section-workstyle {
  padding-block: 6.4rem 10.9rem;
}
@media (max-width: 767px) {
  .section-workstyle {
    padding-block: 12.4rem 9.8rem;
  }
}
.section-workstyle .container {
  max-width: 1055px;
  padding-inline: 0;
}
@media (max-width: 767px) {
  .section-workstyle .container {
    padding-inline: 15px;
  }
}
.section-workstyle .btn-top {
  margin-top: 6.7rem;
}
@media (max-width: 767px) {
  .section-workstyle .btn-top {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .section-workstyle-list {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .workstyle-links {
    flex-direction: column;
    gap: 20px;
    margin-top: 4.1rem;
  }
}

@media (max-width: 767px) {
  .workstyle-link-card {
    width: 100%;
    padding: 16px 15px 16px 20px;
  }
}

@media (max-width: 767px) {
  .workstyle-link-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .workstyle-link-name {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .workstyle-link-arrow {
    width: 26px;
    height: 26px;
  }
}

.section-industry {
  padding-block: 5.3rem 9.3rem;
}
@media (max-width: 767px) {
  .section-industry {
    padding-block: 13.3rem 10rem;
  }
}
.section-industry::before {
  background-image: url(../img/home/bg-industry.svg);
}
@media (max-width: 767px) {
  .section-industry .home-section-ttl {
    flex-direction: column-reverse;
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
    align-items: flex-end;
  }
}
.section-industry .list figure {
  max-width: 100%;
}
@media not screen and (max-width: 767px) {
  .section-industry .list figure {
    aspect-ratio: 1125/350;
  }
}
@media (max-width: 767px) {
  .section-industry .list figure {
    aspect-ratio: 345/179;
  }
}
@media not screen and (max-width: 767px) {
  .section-industry .list figure img {
    width: 1125px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .section-industry .list figure img {
    width: 100%;
  }
}
.section-industry .list .list-label {
  width: 500px;
  text-align: center;
  padding-block: 4rem 4.6rem;
}
@media (max-width: 767px) {
  .section-industry .list .list-label {
    width: 100%;
    padding: 2.4rem 4rem 1.6rem;
  }
}
.section-industry .list .list-label h3 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .section-industry .list .list-label h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .section-industry .list .list-label .list-label-num {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 2rem;
    flex-shrink: 0;
  }
}
.section-industry .list01 {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .section-industry .list01 {
    margin-bottom: 4rem;
  }
}
.section-industry .list01 .list-label {
  bottom: -8rem;
  right: 6.8rem;
}
@media (max-width: 767px) {
  .section-industry .list01 .list-label {
    bottom: auto;
    right: auto;
  }
}
.section-industry .list02 {
  margin-bottom: 10.9rem;
  padding-right: 7.3rem;
}
@media (max-width: 767px) {
  .section-industry .list02 {
    margin-bottom: 3.5rem;
    padding-right: 0;
  }
}
.section-industry .list02 .list-label {
  left: 0;
  bottom: -5.4rem;
}
@media (max-width: 767px) {
  .section-industry .list02 .list-label {
    left: auto;
    bottom: auto;
  }
}
.section-industry .icn-more {
  margin: 1.2rem auto 0;
}
@media (max-width: 767px) {
  .section-industry .icn-more {
    margin: 2.8rem auto 0;
  }
}
@media (max-width: 767px) {
  .section-industry .btn-top {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .section-industry-list {
    margin-top: 4rem;
  }
}

.section-about {
  padding-block: 1.3rem 7.4rem;
}
@media (max-width: 767px) {
  .section-about {
    padding-block: 2.1rem 7.6rem;
  }
}
@media (max-width: 767px) {
  .section-about .container {
    padding: 0 4rem 3rem 4rem;
  }
}
@media (max-width: 767px) {
  .section-about-list {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .section-about-list .list {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .section-about-list .list:last-child h3 {
    padding-top: 0;
  }
}
.section-about-list .list-card figure {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
@media (max-width: 767px) {
  .section-about-list .list-label {
    padding: 0.7rem 1rem 1rem;
  }
}
.section-about-list .list-label .list-label-num {
  transform: translateX(-50%) translateZ(1px);
}
@media (max-width: 767px) {
  .section-about-list .list-label .list-label-num {
    top: -38px;
  }
}

.section-people {
  padding-block: 6.6rem 0.6rem;
}
@media (max-width: 767px) {
  .section-people {
    margin-bottom: 3rem;
    padding-block: 11.7rem 3.7rem;
  }
}
.section-people::before {
  content: "";
  display: block;
  width: 498px;
  height: 504px;
  background: url(../img/home/dots_9.svg) no-repeat center/contain;
  position: absolute;
  left: -36px;
  top: 52px;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-people::before {
    width: 275px;
    height: 262px;
    left: -39px;
    top: 80px;
  }
}
.section-people .bl_peopleCardList {
  margin-top: 10.8rem;
}
@media (max-width: 767px) {
  .section-people .bl_peopleCardList {
    margin-top: 8.2rem;
  }
}
.section-people .bl_peopleCard {
  position: relative;
}
.section-people .bl_peopleCard:nth-child(3n-1) {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .section-people .bl_peopleCard:nth-child(3n-1) {
    margin-top: 0;
  }
}
.section-people .bl_peopleCard::before {
  position: absolute;
  width: 61px;
  height: 42px;
  top: -55px;
  left: 3px;
  font-size: 3rem;
  color: #003A88;
  font-family: "Viga", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-people .bl_peopleCard::before {
    top: -33px;
    height: 22px;
    font-size: 2rem;
    left: 0;
  }
}
.section-people .bl_peopleCard:nth-child(1)::before {
  content: "#01";
}
.section-people .bl_peopleCard:nth-child(2)::before {
  content: "#02";
}
.section-people .bl_peopleCard:nth-child(3)::before {
  content: "#03";
}
.section-people .bl_peopleCard:nth-child(4)::before {
  content: "#04";
}
.section-people .bl_peopleCard:nth-child(5)::before {
  content: "#05";
}
.section-people .bl_peopleCard:nth-child(6)::before {
  content: "#06";
}
.section-people .bl_peopleCardList {
  row-gap: 144px;
}
@media (max-width: 767px) {
  .section-people .bl_peopleCardList {
    row-gap: 41px;
  }
}
.section-people .btn-top {
  margin-top: 7.8rem;
}
@media (max-width: 767px) {
  .section-people .btn-top {
    margin-top: 3.8rem;
  }
}

@media (max-width: 767px) {
  .section-last h3 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .people-list-wrap {
    padding-top: 6rem;
  }
}
.people-list-wrap .list.is-hide {
  display: none;
}

@media not screen and (max-width: 767px) {
  .pg_peopleIndex .bl_peopleCardList {
    margin-top: -43px;
  }
}
@media (max-width: 767px) {
  .pg_peopleIndex .bl_peopleCardList {
    margin-top: -38px;
  }
}
.pg_peopleIndex .nodata.show {
  grid-column: 1/-1;
}

.bl_peopleCard_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bl_peopleCard_ttl {
    -webkit-line-clamp: 5;
  }
}

.interview-page-header {
  margin-bottom: 124px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 39.29%, rgba(255, 255, 255, 0.8) 60.91%, rgba(255, 255, 255, 0.9) 72.74%, #FFF 100%);
}
@media (max-width: 1200px) {
  .interview-page-header {
    height: 100%;
    max-height: 100%;
    margin-bottom: 64px;
    padding: 0 20px 60px 20px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .interview-page-header {
    margin-bottom: 4.1rem;
    padding-inline: 15px;
  }
}
@media (max-width: 1200px) {
  .interview-page-header figure {
    height: 86vw;
  }
}

@media (max-width: 1200px) {
  .int-top {
    height: 86vw;
  }
}

.interview-page-content {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .interview-page-content {
    padding-inline: 15px;
  }
}

.container:has(.int-card) {
  padding-inline: 20px;
}
@media (max-width: 850px) {
  .container:has(.int-card) {
    padding-inline: 0;
  }
}

.int-card.in-view.fu {
  min-width: 554px;
  max-width: 707px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  left: -20px;
  margin-top: -271px;
}
@media (max-width: 850px) {
  .int-card.in-view.fu {
    max-width: 100%;
    min-width: 0;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    bottom: 39px;
    margin-top: 0;
  }
}
.int-card.in-view.fu .int-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-card-header {
    gap: 17px;
  }
}
.int-card.in-view.fu .int-name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-name {
    font-size: 2.4rem;
  }
}
.int-card.in-view.fu .int-section {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 13px;
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-section {
    margin-bottom: 0;
    gap: 10px;
  }
}
.int-card.in-view.fu .int-section::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: rotate(27deg);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-section::before {
    height: 28px;
  }
}
.int-card.in-view.fu .int-section::after {
  display: none;
}
.int-card.in-view.fu .int-tags {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-tags {
    flex-direction: column;
  }
}
.int-card.in-view.fu .int-tags-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-tags-category {
    max-width: 100%;
  }
}
.int-card.in-view.fu .int-tags-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6px;
  border-left: 1px dashed #fff;
  padding-left: 9px;
  max-width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-tags-fields {
    max-width: 100%;
    border-left: none;
    border-top: 1px dashed #fff;
    padding-top: 8px;
    padding-left: 0;
  }
}
.int-card.in-view.fu .int-tag {
  display: inline-block;
  border-radius: 30px;
  padding: 4px 14px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .int-card.in-view.fu .int-tag {
    font-size: 1.4rem;
    padding: 4px 18px;
  }
}
.int-card.in-view.fu .int-tag--outline {
  border: 1px solid #fff;
  color: #fff;
}
.int-card.in-view.fu .int-tag--fill {
  background: #ECF3F6;
  border: 1px solid #003A88;
  color: #003A88;
}
.int-card.in-view.fu .int-profile {
  margin-top: 11px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

.career-step {
  background: #ECF3F6;
  padding: 42px 48px;
  position: relative;
  margin: 124px auto 93px;
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 767px) {
  .career-step {
    margin: 0 auto 76px;
    flex-direction: column;
    gap: 15px;
    padding: 35px 29px;
    align-items: flex-start;
  }
}
.career-step::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 22px;
  width: 59px;
  height: 38px;
  background-image: url("../img/people/index/career-step__deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .career-step::before {
    top: -12px;
    right: 16px;
    width: 43px;
    height: 30px;
  }
}
.career-step__ttl {
  font-family: "Viga", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #003A88;
  text-decoration: underline;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .career-step__ttl {
    font-size: 2.5rem;
  }
}
.career-step__timeline {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.career-step__row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 4px;
}
.career-step__row:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .career-step__row {
    margin-top: 1px;
  }
}
.career-step__date {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #222;
  white-space: nowrap;
  flex-shrink: 0;
  width: 94px;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .career-step__date {
    width: 78px;
    font-size: 1.5rem;
  }
}
.career-step__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #222;
  margin: 0;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .career-step__desc {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

.bclo-detail.rt_bn_block_list {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .bclo-detail.rt_bn_block_list {
    margin-top: 80px;
  }
}
.bclo-detail.rt_bn_block_list:first-of-type {
  margin-top: 40px;
}
.bclo-detail.rt_bn_block_list:has(.bclo-type_is_1) {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .bclo-detail.rt_bn_block_list:has(.bclo-type_is_1) {
    margin: 41px 0;
  }
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 {
  margin-bottom: 0;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 {
  margin-top: 0;
  margin-left: 0;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 56px;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-text {
  padding-top: 0;
  padding-left: 0;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img {
  width: 45%;
  flex-shrink: 0;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img .bclo-imgWrap img,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img .bclo-imgWrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img .bclo-cap,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img .bclo-cap {
  display: none;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text,
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-text {
  width: 50%;
}
@media (max-width: 1024px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 {
    flex-wrap: wrap;
    gap: 41px;
  }
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-text {
    width: 100%;
  }
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img {
    order: 2;
    width: 80%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-text {
    order: 1;
    max-width: 580px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text,
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-text {
    max-width: 100%;
  }
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-text {
  order: 1;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_2 .bclo-detail-column-item-img {
  order: 2;
  margin-left: auto;
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img {
  order: 1;
}
@media (max-width: 1024px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img {
    order: 2;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-img {
    margin-right: 0;
  }
}
.bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text {
  order: 2;
}
@media (max-width: 1024px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text {
    order: 1;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .bclo-detail.rt_bn_block_list .bclo-type_is_3 .bclo-it_layout_1 .bclo-detail-column-item-text {
    margin-left: 0;
  }
}
.bclo-detail.rt_bn_block_list .bclo-textWrap {
  margin-top: 0;
}
.bclo-detail.rt_bn_block_list .bclo-textWrap-title, .bclo-detail.rt_bn_block_list .bclo-detail-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003A88;
}
@media (max-width: 767px) {
  .bclo-detail.rt_bn_block_list .bclo-textWrap-title, .bclo-detail.rt_bn_block_list .bclo-detail-title {
    font-size: 2.5rem;
  }
}
.bclo-detail.rt_bn_block_list .bclo-imgLink {
  pointer-events: none;
}
.bclo-detail.rt_bn_block_list .bclo-imgLink:hover {
  opacity: 1;
}

.bclo-textWrap-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .bclo-textWrap-text {
    font-size: 1.6rem;
    margin-top: 26px !important;
  }
}

.bclo-detail .bclo-type_is_4 {
  margin-bottom: 0;
}
.bclo-detail .bclo-type_is_4 .bclo-title-sm {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003A88;
}
@media (max-width: 767px) {
  .bclo-detail .bclo-type_is_4 .bclo-title-sm {
    font-size: 2.2rem;
  }
}
.bclo-detail .bclo-type_is_4 a {
  pointer-events: none;
}

> .bclo-detail-column-item-text {
  margin-top: 25px;
}
> .bclo-detail-column-item-text .bclo-textWrap-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
@media (max-width: 767px) {
  > .bclo-detail-column-item-text .bclo-textWrap-text {
    font-size: 1.4rem;
  }
}

.bclo-type_is_1 {
  margin-bottom: 0;
}
.bclo-type_is_1 .bclo-imgWrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.bclo-type_is_1 .bclo-cap {
  display: none;
}
.bclo-type_is_1 .bclo-imgLink {
  pointer-events: none;
}
.bclo-type_is_1 .bclo-imgLink:hover {
  opacity: 1;
}

.int-section-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.int-section-ttl__en {
  font-family: "Viga", sans-serif;
  font-size: 12.1rem;
  line-height: 1;
  color: #ECF3F6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .int-section-ttl__en {
    font-size: 7rem;
  }
}
.int-section-ttl__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003A88;
  margin-top: -21px;
}
@media (max-width: 767px) {
  .int-section-ttl__ja {
    margin-top: -19px;
    font-size: 3rem;
  }
}
.int-section-ttl + .rt_bn_block_list {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .int-section-ttl + .rt_bn_block_list {
    margin-top: 40px;
  }
}

.int-schedule {
  background: #ECF3F6;
  padding: 80px;
  margin-top: 130px;
  margin-inline: -40px;
  position: relative;
}
@media (max-width: 1024px) {
  .int-schedule {
    margin-inline: 0;
    margin-top: 99px;
    padding: 60px 20px;
  }
}
.int-schedule .int-section-ttl__en {
  color: #fff;
}
.int-schedule::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 0px;
  width: 473px;
  height: 294px;
  background-image: url("../img/people/index/dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .int-schedule::after {
    width: 241px;
    bottom: -182px;
  }
}
.int-schedule__body {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .int-schedule__body {
    flex-direction: column;
    margin-top: 40px;
  }
}
.int-schedule__list {
  display: flex;
  flex-direction: column;
  gap: 41px;
  flex: 1;
  z-index: 2;
}
@media (max-width: 1024px) {
  .int-schedule__list {
    gap: 29px;
  }
}
.int-schedule__item {
  display: flex;
  gap: 34px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .int-schedule__item {
    gap: 20px;
  }
}
.int-schedule__time {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.int-schedule__time span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 130px;
  padding: 10px 26px;
  background: #003A88;
  border-radius: 50px;
  font-family: "Viga", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .int-schedule__time span {
    width: 100px;
    padding: 7px 26px;
    font-size: 2.55rem;
  }
}
.int-schedule__time span::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 0;
  border-top: 3px dotted #003A88;
}
@media (max-width: 1024px) {
  .int-schedule__time span::after {
    width: 28px;
    right: -23px;
  }
}
.int-schedule__time::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #003A88;
  flex-shrink: 0;
  margin-left: 51px;
}
@media (max-width: 1024px) {
  .int-schedule__time::after {
    width: 8px;
    height: 8px;
    margin-left: 19px;
  }
}
.int-schedule__desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  padding-top: 10px;
  margin: 0;
}
@media (max-width: 1024px) {
  .int-schedule__desc {
    padding-top: 4px;
    font-size: 1.72rem;
  }
}
.int-schedule__imgs {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 42.3%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .int-schedule__imgs {
    width: 100%;
    gap: 18px;
  }
}
.int-schedule__imgs figure {
  overflow: hidden;
}
.int-schedule__imgs figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.int-section-ttl--dayoff {
  margin-top: 127px;
}
@media (max-width: 767px) {
  .int-section-ttl--dayoff {
    margin-top: 94px;
  }
}

@media (max-width: 767px) {
  .pagenavi {
    margin: 9rem auto 0;
  }
}

.int-top {
  padding: 0;
}
@media (max-width: 767px) {
  .int-top {
    padding: 0;
  }
}
.int-top .int-ttl {
  margin-top: 35px;
  padding: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .int-top .int-ttl {
    width: 69%;
    margin-block: 80px 20px;
  }
}
@media (max-width: 767px) {
  .int-top .int-ttl br {
    display: none;
  }
}

/* 人物詳細ページ: タグ未設定時に空エリアの余白を発生させない */
.cf_n_tags:empty {
  display: none;
}

.bl_peopleCardList {
  display: grid;
  row-gap: 60px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .bl_peopleCardList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
}

.bl_peopleCard_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.bl_peopleCard_link img {
  transition: all 0.6s cubic-bezier(0.36, 0.1, 0.16, 1);
  transform: scale(1.001);
}
.bl_peopleCard_link:hover img {
  transform: scale(1.2);
}
.bl_peopleCard_imgWrap {
  overflow: hidden;
  aspect-ratio: 370/456;
}
.bl_peopleCard_imgWrap figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.bl_peopleCard_imgWrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.bl_peopleCard_body {
  --_diagonal-h: 60px;
  --_pt: 14px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: var(--_pt);
}
@media not screen and (max-width: 767px) {
  .bl_peopleCard_body {
    margin-top: -19.4%;
    padding-right: 27px;
    width: 89%;
  }
}
@media (max-width: 767px) {
  .bl_peopleCard_body {
    --_diagonal-h: 29px;
    --_pt: 7px;
    margin-top: -11%;
    width: 93%;
  }
}
.bl_peopleCard_body::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: calc(var(--_diagonal-h) - var(--_pt));
  background: #fff;
  clip-path: polygon(0 0, 100% 96%, 100% 100%, 0 100%);
}
.bl_peopleCard_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003A88;
}
@media screen and (max-width: 767px) {
  .bl_peopleCard_ttl {
    font-size: 2.2857142857rem;
  }
}
@media (max-width: 767px) {
  .bl_peopleCard_ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_peopleCard_ttl {
    font-size: 1.6rem;
  }
}
.bl_peopleCard_meta {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .bl_peopleCard_meta {
    margin-top: 10px;
  }
}
.bl_peopleCard_name {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #7C909B;
}
@media screen and (max-width: 767px) {
  .bl_peopleCard_name {
    font-size: 1.8285714286rem;
  }
}
@media (max-width: 767px) {
  .bl_peopleCard_name {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_peopleCard_name {
    font-size: 1.3714285714rem;
  }
}
.bl_peopleCard_name_br {
  display: none;
}
@media (max-width: 767px) {
  .bl_peopleCard_name_br {
    display: block;
  }
}
.bl_peopleCard_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .bl_peopleCard_tags {
    gap: 5px;
    margin-top: 8px;
  }
}
.bl_peopleCard_tag {
  display: inline-block;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  color: #003A88;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bl_peopleCard_tag {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bl_peopleCard_tag {
    padding: 2px 10px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_peopleCard_tag {
    font-size: 1.2571428571rem;
  }
}
.bl_peopleCard_tag__outline {
  border: 1px solid #003A88;
}
.bl_peopleCard_tag__fill {
  background: #ECF3F6;
}

.bl_periodSection_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .bl_periodSection_ttl {
    font-size: 1.9rem;
  }
}

.bl_periodSection_table {
  margin-top: 30px;
  background: #F2F2F2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bl_periodSection_table {
    margin-top: 20px;
  }
}
.bl_periodSection_table figure {
  margin: 0;
}
.bl_periodSection_table img {
  width: 100%;
  height: auto;
  display: block;
}

.bl_periodSection_note {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  margin: 15px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.bl_periodSection_note::before {
  content: "※";
}

.bl_linkBtn[href$=".pdf"]::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_pdf.svg) no-repeat center/contain;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .bl_linkBtn[href$=".pdf"]::after {
    margin-right: 0;
  }
}

.common-page-benefits {
  background-image: url("../img/work_style/benefits/kv.webp");
}
@media (max-width: 767px) {
  .common-page-benefits {
    background-image: url("../img/work_style/benefits/kv_sp.webp");
  }
}

.anchorLinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  max-width: 1080px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .anchorLinks {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 340px;
    margin-top: 40px;
  }
}

.anchorLinks_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 68px;
  padding: 15px 45px;
  background: #A8CAD5;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .anchorLinks_item {
    width: 100%;
    max-width: 340px;
    min-height: auto;
    padding: 14px 40px 14px 17px;
    font-size: 1.7rem;
    text-align: left;
    justify-content: flex-start;
  }
}
.anchorLinks_item:hover {
  background: #003A88;
}
.anchorLinks_item::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 14px;
  background: url("../img/common/arrow_bottom.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .anchorLinks_item::after {
    right: 17px;
  }
}

.pg_benefits .sectionHead {
  max-width: 1080px;
  margin: 102px auto 0;
  padding: 0px 70px 70px;
  background: linear-gradient(to bottom, transparent 50px, #fff 50px);
  scroll-margin-top: 120px;
}
.pg_benefits .sectionHead:nth-of-type(1) {
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead:nth-of-type(1) {
    margin: 60px 16px 0;
  }
}
.pg_benefits .sectionHead:last-of-type {
  padding-bottom: 127px;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead {
    margin: 18px 16px 0;
    padding: 0px 20px 50px;
  }
}
.pg_benefits .sectionHead_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg_benefits .sectionHead_icon img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead_icon img {
    width: 60px;
    height: 60px;
  }
}
.pg_benefits .sectionHead_icon::after {
  content: "";
  display: block;
  width: 69px;
  height: 2px;
  background: #CDE849;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead_icon::after {
    margin-top: 15px;
  }
}
.pg_benefits #section02 .sectionHead_icon::after,
.pg_benefits #section05 .sectionHead_icon::after {
  background: #5BBAEC;
}
.pg_benefits #section03 .sectionHead_icon::after,
.pg_benefits #section06 .sectionHead_icon::after {
  background: #FCC256;
}
.pg_benefits .sectionHead_ttl {
  font-size: 3.4rem;
  font-weight: 700;
  color: #003A88;
  text-align: center;
  line-height: 1.4;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead_ttl {
    font-size: 2.5rem;
    margin-top: 30px;
  }
}
.pg_benefits .sectionHead_desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 1.75;
  max-width: 564px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead_desc {
    font-size: 1.6rem;
    max-width: 305px;
    margin-top: 32px;
  }
}
.pg_benefits .sectionHead_desc + .wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .pg_benefits .sectionHead_desc + .wrap {
    margin-top: 44px;
  }
}
.pg_benefits .wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pg_benefits .wrap {
    margin-top: 61px;
  }
}

.bl_mediaCard {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .bl_mediaCard {
    flex-direction: column;
    gap: 20px;
  }
}
.bl_mediaCard + .bl_mediaCard {
  margin-top: 52px;
}

.bl_mediaCard_img {
  width: 51%;
  max-width: 480px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bl_mediaCard_img {
    width: 100%;
    max-width: none;
  }
}
.bl_mediaCard_img img {
  width: 100%;
  height: auto;
  display: block;
}

.bl_mediaCard_body {
  flex: 1;
  min-width: 0;
}

.bl_mediaCard_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .bl_mediaCard_ttl {
    font-size: 1.9rem;
  }
}

.bl_mediaCard_text {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 767px) {
  .bl_mediaCard_text {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
.bl_mediaCard_text p {
  margin: 0;
}
.bl_mediaCard_text p + p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .bl_mediaCard_text p + p {
    margin-top: 12px;
  }
}

.bl_linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 275px;
  height: 68px;
  margin-top: 30px;
  padding: 24px 20px;
  background: #003A88;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .bl_linkBtn {
    height: auto;
    padding: 18px 20px;
    font-size: 1.5rem;
    margin-top: 22px;
    margin-inline: auto;
  }
}
.bl_linkBtn:hover {
  background: #5BBAEC;
}
.bl_linkBtn::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.bl_voice {
  display: flex;
  gap: 46px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
}
.bl_voice + .bl_mediaCard {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .bl_voice + .bl_mediaCard {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .bl_voice {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.bl_voice_person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bl_voice_person {
    flex-direction: row;
    gap: 15px;
  }
}

.bl_voice_avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bl_voice_avatar {
    width: 80px;
    height: 80px;
  }
}
.bl_voice_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_voice_label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .bl_voice_label {
    font-size: 1.7rem;
  }
}

.bl_voice_bubble {
  position: relative;
  flex: 1;
  min-width: 0;
  background: #F2F2F2;
  padding: 40px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .bl_voice_bubble {
    margin-top: 18px;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.bl_voice_bubble::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px 33px 10px 0;
  border-color: transparent #F2F2F2 transparent transparent;
}
@media (max-width: 767px) {
  .bl_voice_bubble::before {
    left: 33%;
    top: -12px;
    transform: translateX(-50%);
    border-width: 0 13px 15px 13px;
    border-color: transparent transparent #F2F2F2 transparent;
  }
}
.bl_voice_bubble p {
  margin: 0;
}

.bl_infoCardGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .bl_infoCardGrid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.bl_infoCard {
  background: #ECF3F6;
  padding: 30px;
}
@media (max-width: 767px) {
  .bl_infoCard {
    padding: 25px 20px;
  }
}

.bl_infoCard_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .bl_infoCard_ttl {
    font-size: 1.9rem;
  }
}

.bl_infoCard_text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .bl_infoCard_text {
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.85;
  }
}

.sectionHead--orange,
.sectionHead--blue,
.sectionHead--green {
  position: relative;
  overflow: visible;
}
.sectionHead--orange::before,
.sectionHead--blue::before,
.sectionHead--green::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 200%;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .sectionHead--orange::before,
  .sectionHead--blue::before,
  .sectionHead--green::before {
    height: calc(100% + 79px);
    background-size: 363% auto;
  }
}

.sectionHead--orange::before {
  background-image: url(../img/work_style/benefits/bg_orange.png);
  bottom: -48.2%;
}
@media (max-width: 767px) {
  .sectionHead--orange::before {
    bottom: -34.3%;
  }
}

.sectionHead--blue::before {
  background-image: url(../img/work_style/benefits/bg_blue.png);
  bottom: 21.4%;
}
@media (max-width: 767px) {
  .sectionHead--blue::before {
    bottom: 38.9%;
  }
}

.sectionHead--green::before {
  background-image: url(../img/work_style/benefits/bg_green.png);
  bottom: -48.7%;
}
@media (max-width: 767px) {
  .sectionHead--green::before {
    bottom: -60%;
  }
}

.bl_linkBtn--center {
  margin: 30px auto 0;
}

.pg_location .common-page-location {
  background-image: url("../img/work_style/location/kv.webp");
}
@media (max-width: 767px) {
  .pg_location .common-page-location {
    background-image: url("../img/work_style/location/kv_sp.webp");
  }
}
.pg_location .location-content {
  position: relative;
  padding-bottom: 13px;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .pg_location .location-content {
    padding-bottom: 10px;
  }
}
.pg_location .location-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -130px;
  left: -282px;
  width: 100%;
  max-width: 1366px;
  aspect-ratio: 1366/942;
  background: url(../img/work_style/location/deco_wave.svg) no-repeat left top/100% 100%;
}
@media (max-width: 767px) {
  .pg_location .location-content::before {
    top: 0;
    left: 0;
    width: 235px;
    aspect-ratio: 235/227;
    background: url(../img/work_style/location/deco_wave_sp.svg) no-repeat left top/100% 100%;
  }
}
.pg_location .location-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 848px;
  right: 4%;
  width: 326px;
  height: 505px;
  background: url(../img/work_style/location/deco_dot.svg) no-repeat center/contain;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .pg_location .location-content::after {
    top: 322px;
    right: 17px;
    width: 160px;
    height: 245px;
  }
}
.pg_location .location-hdg {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding-block: 130px 0;
}
@media (max-width: 767px) {
  .pg_location .location-hdg {
    padding: 70px 15px 0;
  }
}
.pg_location .location-hdg_en {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-size: 8.8rem;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .pg_location .location-hdg_en {
    font-size: 4.5rem;
  }
}
.pg_location .location-hdg_en .color-sub {
  color: #5BBAEC;
}
.pg_location .location-hdg_en .color-main {
  color: #003A88;
}
.pg_location .location-hdg_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.4;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .pg_location .location-hdg_desc {
    display: none;
  }
}
.pg_location .location-map {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: -200px auto 0;
  aspect-ratio: 1078/1017;
}
@media (max-width: 767px) {
  .pg_location .location-map {
    max-width: 100%;
    margin: -80px auto 0;
    padding: 0 15px;
    aspect-ratio: 345/390;
  }
}
.pg_location .location-map_img {
  position: absolute;
  z-index: 0;
}
.pg_location .location-map_img img {
  display: block;
  width: 100%;
  height: auto;
}
.pg_location .location-map_img--pc {
  top: 0;
  left: 19.6%;
  width: 80.4%;
}
@media (max-width: 767px) {
  .pg_location .location-map_img--pc {
    display: none;
  }
}
.pg_location .location-map_img--sp {
  display: none;
}
@media (max-width: 767px) {
  .pg_location .location-map_img--sp {
    display: block;
    top: 5%;
    left: 4%;
    width: 92%;
  }
}
.pg_location .location-map_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(20.91vw, 230px);
  padding: min(1.18vw, 13px) min(1.82vw, 20px);
  background: #003A88;
  border-radius: min(4.55vw, 50px);
  color: #fff;
  font-size: min(1.64vw, 18px);
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  z-index: 4;
  overflow: hidden;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .pg_location .location-map_btn {
    display: none;
  }
}
.pg_location .location-map_btn:hover {
  background: #5BBAEC;
}
.pg_location .location-map_btn::after {
  content: "";
  display: block;
  width: min(1.27vw, 14px);
  height: min(1vw, 11px);
  background: url(../img/common/arrow-right.svg) no-repeat center/contain;
  position: absolute;
  right: min(1.82vw, 20px);
  top: 50%;
  transform: translateY(-50%);
}
.pg_location .location-map_dot {
  position: absolute;
  z-index: 5;
  width: 16px;
  height: 16px;
  background: #003A88;
  border: 3px solid #ECF3F6;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pg_location .location-map_dot {
    display: none;
  }
}
.pg_location .location-map_line {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pg_location .location-map_line {
    display: none;
  }
}
.pg_location .location-map_line--chitose {
  top: 14.4%;
  left: 67.3%;
  width: 11.7%;
  height: 5.6%;
  border-left: 2px solid #003A88;
  border-bottom: 2px solid #003A88;
}
.pg_location .location-map_line--jsq {
  top: 36.1%;
  left: 62%;
  width: 10%;
  height: 5%;
  border-left: 2px solid #003A88;
  border-bottom: 2px solid #003A88;
}
.pg_location .location-map_line--yonezawa {
  top: 52.8%;
  left: 70.1%;
  width: 7.4%;
  height: 0;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_line--tokyo {
  top: 68.3%;
  left: 69.8%;
  width: 0;
  height: 10.6%;
  border-left: 2px solid #003A88;
}
.pg_location .location-map_line--osaka {
  top: 63.5%;
  left: 48.9%;
  width: 0;
  height: 10.1%;
  border-left: 2px solid #003A88;
}
.pg_location .location-map_line--fukuoka {
  top: 80.3%;
  left: 24.5%;
  width: 15.9%;
  height: 5%;
  border-right: 2px solid #003A88;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_line--nagasaki {
  top: 85.2%;
  left: 11.3%;
  width: 10.8%;
  height: 8.2%;
  border-left: 2px solid #003A88;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_dot--kyushu-map {
  top: 81.1%;
  left: 21.2%;
}
.pg_location .location-map_line--kyushu-map {
  top: 72.3%;
  left: 21.9%;
  width: 0;
  height: 8.4%;
  border-left: 2px solid #003A88;
}
.pg_location .location-map_border--kyushu {
  position: absolute;
  z-index: 3;
  top: 80.5%;
  left: 20.6%;
  width: 2.7%;
  height: 2.8%;
  border: 2px solid #003A88;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pg_location .location-map_border--kyushu {
    display: none;
  }
}
.pg_location .location-map_kyushu {
  position: absolute;
  z-index: 3;
  width: 37.1%;
  padding-bottom: 36.6%;
  top: 33.3%;
  left: 2px;
  border: 2px solid #003A88;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .pg_location .location-map_kyushu {
    display: none;
  }
}
.pg_location .location-map_kyushu-bg {
  position: absolute;
  top: -20%;
  left: -9%;
  width: 189%;
  height: 174%;
}
.pg_location .location-map_kyushu-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
@media (max-width: 767px) {
  .pg_location .location-map_kyushu-bg {
    display: none;
  }
}
.pg_location .location-map_kyushu-detail {
  position: absolute;
  top: -7%;
  left: 4%;
  width: 175%;
  height: 167%;
}
.pg_location .location-map_kyushu-detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
@media (max-width: 767px) {
  .pg_location .location-map_kyushu-detail {
    display: none;
  }
}
.pg_location .location-map_tag {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(0.91vw, 10px) min(1.82vw, 20px);
  background: #ECF3F6;
  border: min(0.18vw, 2px) solid #003A88;
  border-radius: min(5.45vw, 60px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(1.27vw, 14px);
  color: #003A88;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pg_location .location-map_tag {
    display: none;
  }
}
.pg_location .location-map_tag--multi {
  display: inline-block;
  white-space: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .pg_location .location-map_tag--multi {
    display: none;
  }
}
.pg_location .location-map_tag--multi small {
  display: block;
  font-size: min(0.91vw, 10px);
  line-height: 1.2;
  margin-top: min(0.18vw, 2px);
}
.pg_location .location-btnList {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg_location .location-btnList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 345px;
    margin: 51px auto 0;
    justify-content: center;
  }
}
.pg_location .location-btnList_item {
  display: flex;
  align-items: center;
  width: 168px;
  padding: 11px 15px;
  background: #003A88;
  border: 2px solid #003A88;
  border-radius: 150px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s;
}
.pg_location .location-btnList_item:hover {
  opacity: 0.8;
}
.pg_location .location-btnList_item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: url(../img/work_style/location/ico_arw_sp.svg) no-repeat center/contain;
}
.pg_location .location-btnList_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #003A88;
  border: 1px solid #fff;
  border-radius: 50%;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
  padding-top: 1px;
}
.pg_location .location-btnList_label {
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.pg_location .location-map_btn--chitose {
  top: 9.9%;
  left: 56.4%;
}
.pg_location .location-map_btn--jsq {
  top: 31%;
  left: 51.5%;
}
.pg_location .location-map_btn--yonezawa {
  top: 50.4%;
  left: 77.5%;
}
.pg_location .location-map_btn--tokyo {
  top: 77.3%;
  left: 59.1%;
}
.pg_location .location-map_btn--osaka {
  top: 58.7%;
  left: 38.2%;
}
.pg_location .location-map_btn--fukuoka {
  top: 85.5%;
  left: 29.6%;
}
.pg_location .location-map_btn--nagasaki {
  top: 92.9%;
  left: 1.6%;
}
.pg_location .location-map_btn--imari-kuhara {
  top: 11.5%;
  left: 3.75%;
}
.pg_location .location-map_btn--imari-nagahama {
  top: 36.8%;
  left: 37.3%;
}
.pg_location .location-map_btn--saga {
  top: 69.5%;
  left: 9.3%;
}
.pg_location .location-map_dot--chitose {
  top: 19.1%;
  left: 78.7%;
}
.pg_location .location-map_dot--jsq {
  top: 40.1%;
  left: 71.2%;
}
.pg_location .location-map_dot--yonezawa {
  top: 52.2%;
  left: 69.4%;
}
.pg_location .location-map_dot--tokyo {
  top: 67.2%;
  left: 69.1%;
}
.pg_location .location-map_dot--osaka {
  top: 72.9%;
  left: 48.3%;
}
.pg_location .location-map_dot--fukuoka {
  top: 79.6%;
  left: 23.5%;
}
.pg_location .location-map_dot--nagasaki {
  top: 84.5%;
  left: 21.5%;
}
.pg_location .location-map_dot--imari-kuhara {
  top: 54.3%;
  left: 5%;
}
.pg_location .location-map_dot--imari-nagahama {
  top: 59.3%;
  left: 12.8%;
}
.pg_location .location-map_dot--saga {
  top: 77.5%;
  left: 88.5%;
}
.pg_location .location-map_line--imari-kuhara {
  top: 31.2%;
  left: 7.3%;
  width: 25%;
  height: 25.3%;
  border-right: 2px solid #003A88;
  border-bottom: 2px solid #003A88;
}
.pg_location .location-map_line--imari-nagahama {
  top: 56%;
  left: 15%;
  width: 49.3%;
  height: 5.5%;
  border-right: 2px solid #003A88;
  border-bottom: 2px solid #003A88;
}
.pg_location .location-map_line--saga {
  top: 79.3%;
  left: 66.3%;
  width: 23.3%;
  height: 0;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_tag--sumco-tech {
  top: 63%;
  left: 77.5%;
}
.pg_location .location-map_tag--kojundo {
  top: 75.8%;
  left: 40.9%;
}
.pg_location .location-map_tag--techxiv-nagasaki {
  top: 76.5%;
  left: 1%;
}
.pg_location .location-map_tag--techxiv-saga {
  top: 95.1%;
  left: 26.6%;
}
.pg_location .location-map_dot--tag-sumco-tech {
  top: 64.5%;
  left: 69.7%;
  width: 12px;
  height: 12px;
  border-width: 2.25px;
}
.pg_location .location-map_dot--tag-kojundo {
  top: 72%;
  left: 53.7%;
  width: 12px;
  height: 12px;
  border-width: 2.25px;
}
.pg_location .location-map_dot--tag-kojundo2 {
  top: 73.2%;
  left: 52.5%;
  width: 12px;
  height: 12px;
  border-width: 2.25px;
}
.pg_location .location-map_dot--tag-techxiv-saga {
  top: 91.6%;
  left: 28.1%;
  width: 12px;
  height: 12px;
  border-width: 2.25px;
}
.pg_location .location-map_line--tag-sumco-tech {
  top: 65%;
  left: 70.1%;
  width: 7.4%;
  height: 0;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_line--tag-kojundo {
  top: 72.5%;
  left: 51.3%;
  width: 2.9%;
  height: 3.3%;
  border-left: 2px solid #003A88;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_line--tag-kojundo2 {
  top: 73.8%;
  left: 51.3%;
  width: 1.6%;
  height: 2%;
  border-left: 2px solid #003A88;
  border-top: 2px solid #003A88;
}
.pg_location .location-map_line--tag-techxiv-nagasaki {
  top: 80.7%;
  left: 10.8%;
  width: 11.4%;
  height: 3.3%;
  border-left: 2px solid #003A88;
  border-bottom: 2px solid #003A88;
}
.pg_location .location-map_line--tag-techxiv-nagasaki::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #003A88;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 100%;
}
.pg_location .location-map_line--tag-techxiv-saga {
  top: 92%;
  left: 28.4%;
  width: 8.1%;
  height: 6.2%;
  border-top: 2px solid #003A88;
  border-right: 2px solid #003A88;
}

.pg_locDetail .common-page-location {
  background-image: url(../img/work_style/location/kv.webp);
}
@media (max-width: 767px) {
  .pg_locDetail .common-page-location {
    background-image: url(../img/work_style/location/kv_sp.webp);
  }
}
.pg_locDetail .locDetail-content {
  overflow-x: hidden;
}
.pg_locDetail .locDetail-container {
  max-width: 1200px;
  margin: 0 auto;
}
.pg_locDetail .locDetail-heading {
  font-size: 3.4rem;
  font-weight: 700;
  color: #003A88;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-heading {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.pg_locDetail .locDetail-heading::after {
  content: "";
  display: block;
  width: 69px;
  height: 2px;
  background: #CDE849;
  margin: 23px auto 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-heading::after {
    margin-top: 24px;
  }
}
.pg_locDetail .anchorLinks {
  margin-top: 89px;
  padding: 89px 20px 0;
}
@media (min-width: 1201px) {
  .pg_locDetail .anchorLinks {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .anchorLinks {
    margin-top: 35px;
    padding: 0;
  }
}
.pg_locDetail [id^=sec] {
  scroll-margin-top: 80px;
}
.pg_locDetail .locDetail-about {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about {
    margin-top: 91px;
  }
}
.pg_locDetail .locDetail-about::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 200%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../img/work_style/location/template/bg_location_detail.webp) no-repeat bottom center/100% auto;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about::before {
    height: 181%;
    background: url(../img/work_style/location/template/bg_location_detail_sp.webp) no-repeat bottom center/100% auto;
  }
}
.pg_locDetail .locDetail-about .locDetail-heading {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about .locDetail-heading {
    margin-bottom: 29px;
  }
}
.pg_locDetail .locDetail-about_cards {
  width: 94.8%;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_cards {
    width: 93.3%;
    gap: 3.6rem;
    margin-inline: auto;
  }
}
.pg_locDetail .locDetail-about_card {
  display: grid;
  grid-template-columns: 47% 1fr;
  align-items: start;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card {
    display: flex;
    flex-direction: column;
  }
}
.pg_locDetail .locDetail-about_card-text {
  grid-row: 1;
  grid-column: 1;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  padding: clamp(3rem, 6vw, 8rem) clamp(2.5rem, 9.5vw, 13.6rem) clamp(3rem, 5.5vw, 8rem) clamp(2rem, 4.3vw, 6rem);
  background: #003A88;
  color: #fff;
  margin-top: 9.9rem;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card-text {
    z-index: 2;
    width: 82%;
    max-width: none;
    padding: 6rem 3.5rem 3.5rem;
    margin-top: -24px;
  }
}
.pg_locDetail .locDetail-about_card-ttl {
  font-size: clamp(2rem, 2.17vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card-ttl {
    font-size: 2rem;
  }
}
.pg_locDetail .locDetail-about_card-desc {
  font-size: clamp(1.3rem, 1.33vw, 1.6rem);
  font-weight: 400;
  line-height: 1.75;
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card-desc {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.pg_locDetail .locDetail-about_card-img {
  grid-row: 1;
  grid-column: 1/-1;
  justify-self: end;
  overflow: hidden;
  z-index: 2;
}
@media not screen and (max-width: 767px) {
  .pg_locDetail .locDetail-about_card-img {
    width: 63%;
    max-width: 680px;
    aspect-ratio: 680/410;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card-img {
    width: 93.4%;
    margin-left: auto;
    aspect-ratio: 325/193;
    order: -1;
    z-index: 3;
  }
}
.pg_locDetail .locDetail-about_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pg_locDetail .locDetail-about_card--reverse {
  grid-template-columns: 1fr 47%;
  margin-left: clamp(2rem, 4.7vw, 56px);
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card--reverse {
    margin: 0;
  }
}
.pg_locDetail .locDetail-about_card--reverse .locDetail-about_card-text {
  grid-column: 2;
  max-width: none;
  margin-left: clamp(2rem, 5vw, 5.3rem);
  padding: clamp(3rem, 5.8vw, 7.7rem) clamp(2rem, 4.5vw, 6.3rem) clamp(3rem, 5.5vw, 8rem) clamp(2.5rem, 9.5vw, 13.4rem);
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card--reverse .locDetail-about_card-text {
    margin-left: auto;
    padding: 6.8rem 3rem 3.7rem 3.4rem;
  }
}
.pg_locDetail .locDetail-about_card--reverse .locDetail-about_card-img {
  justify-self: start;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-about_card--reverse .locDetail-about_card-img {
    order: -1;
    margin-left: 0;
  }
}
.pg_locDetail .locDetail-dorm {
  margin-top: 121px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm {
    margin-top: 80px;
  }
}
.pg_locDetail .locDetail-dorm .locDetail-heading {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm .locDetail-heading {
    margin-bottom: 31px;
  }
}
.pg_locDetail .locDetail-dorm .locDetail-heading::after {
  background: #5BBAEC;
}
.pg_locDetail .locDetail-dorm_slider {
  padding-inline: 20px;
}
@media (min-width: 1361px) {
  .pg_locDetail .locDetail-dorm_slider {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_slider {
    display: none;
  }
}
.pg_locDetail .locDetail-dorm_card {
  background: #ECF3F6;
  overflow: hidden;
}
.pg_locDetail .locDetail-dorm_card-header {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding-right: 42px;
}
.pg_locDetail .locDetail-dorm_card-name {
  background: #003A88;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 21px 40px;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-name {
    font-size: 2rem;
    padding: 15px 20px;
  }
}
.pg_locDetail .locDetail-dorm_card-access {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 10px;
  align-self: stretch;
  padding-block: 10px;
}
.pg_locDetail .locDetail-dorm_card-accessInner {
  display: flex;
  align-items: flex-start;
}
.pg_locDetail .locDetail-dorm_card-access-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #003A88;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  white-space: nowrap;
}
.pg_locDetail .locDetail-dorm_card-access-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 29px;
  flex-shrink: 0;
  background: url(../img/work_style/location/template/icon_map.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-access-label::before {
    width: 15px;
    height: 21px;
  }
}
.pg_locDetail .locDetail-dorm_card-access p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #222;
  display: flex;
  align-items: center;
  align-self: stretch;
}
.pg_locDetail .locDetail-dorm_card-body {
  display: flex;
  gap: 43px;
  padding: 20px 42px 32px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-body {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
  }
}
.pg_locDetail .locDetail-dorm_card-plan {
  flex-shrink: 0;
  width: 220px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-plan {
    width: 100%;
  }
}
.pg_locDetail .locDetail-dorm_card-plan figure {
  margin: 0;
  position: relative;
}
.pg_locDetail .locDetail-dorm_card-plan figure::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 6px;
  width: 32px;
  height: 32px;
  background: url(../img/work_style/location/template/zoom.svg) no-repeat center/contain;
  pointer-events: none;
}
.pg_locDetail .locDetail-dorm_card-plan img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}
.pg_locDetail .locDetail-dorm_card-plan:hover img {
  opacity: 0.6;
}
.pg_locDetail .locDetail-dorm_card-plan figcaption {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}
.pg_locDetail .locDetail-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.pg_locDetail .locDetail-modal.is-open {
  display: flex;
}
.pg_locDetail .locDetail-modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.pg_locDetail .locDetail-modal_content {
  position: relative;
  background: #ECF3F6;
  padding: 40px 260px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-modal_content {
    width: 345px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.pg_locDetail .locDetail-modal_img img {
  height: 600px;
  width: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-modal_img img {
    height: 300px;
    max-width: 100%;
  }
}
.pg_locDetail .locDetail-modal_close {
  position: absolute;
  top: -36px;
  right: -40px;
  width: 70px;
  height: 70px;
  background: #7C909B;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-modal_close {
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
  }
}
.pg_locDetail .locDetail-modal_close::before, .pg_locDetail .locDetail-modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 6px;
  background: #fff;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-modal_close::before, .pg_locDetail .locDetail-modal_close::after {
    width: 18px;
    height: 3px;
  }
}
.pg_locDetail .locDetail-modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pg_locDetail .locDetail-modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pg_locDetail .locDetail-modal_close:hover {
  opacity: 0.7;
}
.pg_locDetail .locDetail-dorm_card-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.pg_locDetail .locDetail-dorm_card-spec {
  margin: 0;
}
.pg_locDetail .locDetail-dorm_card-spec-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 10px 14px;
  border-bottom: 1px solid #D5D5D5;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-spec-row {
    padding: 0 10px 11px;
  }
}
.pg_locDetail .locDetail-dorm_card-spec-row + .locDetail-dorm_card-spec-row {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-spec-row + .locDetail-dorm_card-spec-row {
    margin-top: 9px;
  }
}
.pg_locDetail .locDetail-dorm_card-spec dt {
  width: 50px;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #003A88;
}
.pg_locDetail .locDetail-dorm_card-spec dd {
  flex: 1;
  min-width: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-spec dd {
    font-size: 1.6rem;
  }
}
.pg_locDetail .locDetail-dorm_card-map {
  margin: 0;
}
.pg_locDetail .locDetail-dorm_card-map iframe {
  width: 447px;
  height: 242px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 149/81;
  }
}
.pg_locDetail .locDetail-dorm_card-map img {
  width: 100%;
  height: auto;
  display: block;
}
.pg_locDetail .locDetail-dorm_card-photos {
  display: flex;
  gap: 25px;
  padding: 0 42px 48px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-photos {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px 20px;
  }
}
.pg_locDetail .locDetail-dorm_card-photo {
  flex: 1;
  min-width: 0;
}
.pg_locDetail .locDetail-dorm_card-photo img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-photo img {
    height: 187px;
  }
}
.pg_locDetail .locDetail-dorm_card-photo p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  margin: 9px 0 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_card-photo p {
    margin: 6px 0 0;
  }
}
.pg_locDetail .locDetail-dorm_slider {
  position: relative;
}
.pg_locDetail .locDetail-dorm_slider .splide__list {
  align-items: stretch;
}
.pg_locDetail .locDetail-dorm_slider .splide__slide {
  height: auto !important;
}
.pg_locDetail .locDetail-dorm_slider .locDetail-dorm_card {
  height: 100%;
}
.pg_locDetail .locDetail-dorm_slider .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-74%);
  width: 60px;
  height: 60px;
  border: 2px solid #7C909B;
  border-radius: 50%;
  background: #fff url(../img/common/arrow-right_gray.svg) no-repeat center/28px auto;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
}
.pg_locDetail .locDetail-dorm_slider .splide__arrow svg {
  display: none;
}
.pg_locDetail .locDetail-dorm_slider .splide__arrow:hover {
  opacity: 0.6;
}
.pg_locDetail .locDetail-dorm_slider .splide__arrow--prev {
  left: max(10px, 50% - 430px);
  transform: translateY(-74%) rotate(180deg);
}
.pg_locDetail .locDetail-dorm_slider .splide__arrow--next {
  right: max(10px, 50% - 430px);
}
.pg_locDetail .locDetail-dorm_slider .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 33px;
  padding: 0;
  list-style: none;
}
.pg_locDetail .locDetail-dorm_slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #EAEAEA;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.pg_locDetail .locDetail-dorm_slider .splide__pagination__page.is-active {
  background: #003A88;
}
.pg_locDetail .locDetail-dorm_accordion {
  width: 92%;
  margin-inline: auto;
  display: none;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_accordion {
    display: block;
  }
}
.pg_locDetail .locDetail-dorm_accordion-item {
  margin-top: 20px;
  background: #ECF3F6;
  position: relative;
}
.pg_locDetail .locDetail-dorm_accordion-item:first-child {
  margin-top: 0;
}
.pg_locDetail .locDetail-dorm_accordion-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.pg_locDetail .locDetail-dorm_accordion-trigger > span:first-child {
  background: #003A88;
  color: #fff;
  padding: 11px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-dorm_accordion-trigger > span:first-child {
    font-size: 2rem;
  }
}
.pg_locDetail .locDetail-dorm_accordion-trigger[aria-expanded=true] .locDetail-dorm_accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pg_locDetail .locDetail-dorm_accordion-icon {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.pg_locDetail .locDetail-dorm_accordion-icon::before, .pg_locDetail .locDetail-dorm_accordion-icon::after {
  content: "";
  position: absolute;
  background: #5BBAEC;
  top: 50%;
  left: 50%;
}
.pg_locDetail .locDetail-dorm_accordion-icon::before {
  width: 19px;
  height: 3px;
  transform: translate(-50%, -50%);
}
.pg_locDetail .locDetail-dorm_accordion-icon::after {
  width: 3px;
  height: 19px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.pg_locDetail .locDetail-dorm_accordion-panel {
  overflow: hidden;
  transition: height 0.4s ease;
}
.pg_locDetail .locDetail-dorm_accordion-panel[hidden] {
  display: block;
  height: 0;
  overflow: hidden;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card {
  background: #ECF3F6;
  padding: 14px 12px 18px;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card-access {
  padding-left: 5px;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card-plan {
  width: 150px;
  margin: 10px auto 0;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card-spec {
  width: 96%;
  margin-inline: auto;
  margin-top: 19px;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card-map {
  margin-top: 27px;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card-map img {
  width: 100%;
  height: auto;
}
.pg_locDetail .locDetail-dorm_accordion-panel .locDetail-dorm_card-photos {
  padding: 23px 0 0;
  gap: 8px;
}
.pg_locDetail .locDetail-spot {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot {
    margin-top: 80px;
  }
}
.pg_locDetail .locDetail-spot .locDetail-heading::after {
  background: #FCC256;
}
.pg_locDetail .locDetail-spot_card {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_card {
    flex-direction: column;
  }
}
.pg_locDetail .locDetail-spot_card-img {
  width: 400px;
  flex-shrink: 0;
  overflow: hidden;
  background: #F3F3F3;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_card-img {
    width: 100%;
    height: 159px;
  }
}
.pg_locDetail .locDetail-spot_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pg_locDetail .locDetail-spot_card-body {
  flex: 1;
  min-width: 0;
  background: #003A88;
  color: #fff;
  padding: 39px 50px 50px;
}
@media (max-width: 1360px) and (min-width: 768px) {
  .pg_locDetail .locDetail-spot_card-body {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_card-body {
    padding: 27px 25px 43px;
  }
}
.pg_locDetail .locDetail-spot_card-header {
  display: flex;
  align-items: center;
  gap: 21px;
}
.pg_locDetail .locDetail-spot_card-num {
  font-family: "Viga", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  opacity: 0.55;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_card-num {
    font-size: 3.8rem;
  }
}
.pg_locDetail .locDetail-spot_card-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_card-ttl {
    font-size: 2.2rem;
  }
}
.pg_locDetail .locDetail-spot_card-desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 18px 0 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_card-desc {
    font-size: 1.6rem;
    margin-top: 18px;
  }
}
.pg_locDetail .locDetail-spot_slider {
  position: relative;
}
@media (min-width: 1361px) {
  .pg_locDetail .locDetail-spot_slider {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_slider {
    margin-top: 38px;
  }
}
.pg_locDetail .locDetail-spot_slider .splide__list {
  align-items: stretch;
}
.pg_locDetail .locDetail-spot_slider .splide__slide {
  height: auto !important;
}
.pg_locDetail .locDetail-spot_slider .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  width: 60px;
  height: 60px;
  border: 2px solid #7C909B;
  border-radius: 50%;
  background: #fff url(../img/common/arrow-right_gray.svg) no-repeat center/26px auto;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_slider .splide__arrow {
    width: 44px;
    height: 44px;
    transform: translateY(-92%);
    background-size: 18px auto;
  }
}
.pg_locDetail .locDetail-spot_slider .splide__arrow svg {
  display: none;
}
.pg_locDetail .locDetail-spot_slider .splide__arrow:hover {
  opacity: 0.6;
}
.pg_locDetail .locDetail-spot_slider .splide__arrow--prev {
  left: max(13px, 50% - 430px);
  transform: translateY(-80%) rotate(180deg);
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_slider .splide__arrow--prev {
    left: 13px;
    transform: translateY(-92%) rotate(180deg);
  }
}
.pg_locDetail .locDetail-spot_slider .splide__arrow--next {
  right: max(13px, 50% - 430px);
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_slider .splide__arrow--next {
    right: 13px;
  }
}
.pg_locDetail .locDetail-spot_slider .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_slider .splide__pagination {
    margin-top: 16px;
  }
}
.pg_locDetail .locDetail-spot_slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #EAEAEA;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-spot_slider .splide__pagination__page {
    border: 2px solid #fff;
  }
}
.pg_locDetail .locDetail-spot_slider .splide__pagination__page.is-active {
  background: #003A88;
  border-color: #003A88;
}
.pg_locDetail .locDetail-heading--green::after {
  background: #CDE849;
}
.pg_locDetail .locDetail-interview {
  position: relative;
  overflow: visible;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview {
    margin-top: 80px;
  }
}
.pg_locDetail .locDetail-interview:not(:has(+ .locDetail-welfare)) {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview:not(:has(+ .locDetail-welfare)) {
    margin-bottom: 82px;
  }
}
.pg_locDetail .locDetail-interview .locDetail-container {
  width: 1081px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .pg_locDetail .locDetail-interview .locDetail-container {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview .locDetail-container {
    width: 92%;
    margin-inline: auto;
  }
}
.pg_locDetail .locDetail-interview .locDetail-heading {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview .locDetail-heading {
    margin-bottom: 39px;
  }
}
.pg_locDetail .locDetail-interview_profile {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile {
    margin-bottom: 0;
  }
}
.pg_locDetail .locDetail-interview_profile::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: -300px;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../img/work_style/location/template/bg_orange.webp) no-repeat bottom center/cover;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile::before {
    background-size: 363% auto;
    top: -353px;
  }
}
.pg_locDetail .locDetail-interview_profile-img {
  overflow: hidden;
  background: #D9D9D9;
  margin-left: -80px;
}
@media not screen and (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-img {
    width: 650px;
    aspect-ratio: 650/433;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .pg_locDetail .locDetail-interview_profile-img {
    width: 54.2vw;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-img {
    width: 81%;
    aspect-ratio: 305/202;
    margin-left: 0;
  }
}
.pg_locDetail .locDetail-interview_profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pg_locDetail .locDetail-interview_profile-body {
  background: #fff;
  padding: 70px;
}
@media not screen and (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-body {
    position: absolute;
    width: 661px;
    left: calc(50% - 118px);
    bottom: -56px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .pg_locDetail .locDetail-interview_profile-body {
    width: 55.1vw;
    left: calc(50% - 9.8vw);
    padding: 5vw;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-body {
    margin-left: auto;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    width: 92%;
    padding: 40px 23px 8px 40px;
  }
}
.pg_locDetail .locDetail-interview_profile-catch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-catch {
    font-size: 2.3rem;
  }
}
.pg_locDetail .locDetail-interview_profile-meta {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-meta {
    margin-top: 24px;
  }
}
.pg_locDetail .locDetail-interview_profile-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #7C909B;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-name span {
    padding-left: 5px;
  }
}
.pg_locDetail .locDetail-interview_profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-tags {
    margin-top: 7px;
  }
}
.pg_locDetail .locDetail-interview_profile-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #003A88;
  line-height: 1.8;
  padding: 3px 15px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-tag {
    padding: 2px 12px;
  }
}
.pg_locDetail .locDetail-interview_profile-tag--outline {
  border: 1px solid #003A88;
  background: transparent;
}
.pg_locDetail .locDetail-interview_profile-tag--fill {
  background: #ECF3F6;
  border: none;
}
.pg_locDetail .locDetail-interview_profile-year {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_profile-year {
    margin: 14px 0 0;
    font-size: 1.4rem;
  }
}
@media not screen and (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa {
    margin-top: 31px;
  }
}
.pg_locDetail .locDetail-interview_qa-item {
  display: flex;
  gap: 45px;
  align-items: center;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-item {
    flex-direction: column;
    gap: 20px;
  }
}
.pg_locDetail .locDetail-interview_qa-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-item--reverse {
    flex-direction: column;
  }
}
.pg_locDetail .locDetail-interview_qa-text {
  flex: 1;
  min-width: 0;
}
.pg_locDetail .locDetail-interview_qa-text h3 {
  margin: 0;
}
.pg_locDetail .locDetail-interview_qa-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-ttl {
    font-size: 1.95rem;
  }
}
.pg_locDetail .locDetail-interview_qa-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-txt {
    margin-top: 12px;
  }
}
.pg_locDetail .locDetail-interview_qa-img {
  overflow: hidden;
  flex-shrink: 0;
}
@media not screen and (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-img {
    width: 512px;
    aspect-ratio: 512/310;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .pg_locDetail .locDetail-interview_qa-img {
    width: 42.7vw;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-img {
    width: 100%;
    aspect-ratio: 345/208;
  }
}
.pg_locDetail .locDetail-interview_qa-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pg_locDetail .locDetail-interview_qa-divider {
  border: none;
  height: 2px;
  background: url(../img/common/dot.svg) repeat-x center/auto 2px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_qa-divider {
    margin: 25px 0;
  }
}
.pg_locDetail .locDetail-interview_btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-interview_btn {
    margin-top: 60px;
  }
}
.pg_locDetail .locDetail-heading--blue::after {
  background: #5BBAEC;
}
.pg_locDetail .locDetail-welfare {
  position: relative;
  overflow: visible;
  margin-top: 82px;
  padding: 0px 20px 80px;
}
@media not screen and (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare {
    margin-top: 119px;
    padding-bottom: 119px;
  }
}
.pg_locDetail .locDetail-welfare .locDetail-container {
  width: 1081px;
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .pg_locDetail .locDetail-welfare .locDetail-container {
    width: 90vw;
  }
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare .locDetail-container {
    width: 100%;
  }
}
.pg_locDetail .locDetail-welfare::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 284%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../img/work_style/location/template/bg_green.webp) no-repeat bottom center/cover;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-welfare::before {
    background-size: 363% auto;
  }
}
.pg_locDetail .locDetail-welfare_inner {
  background: #fff;
  padding: 70px;
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_inner {
    padding: 40px 20px;
  }
}
.pg_locDetail .locDetail-welfare_content {
  display: flex;
  gap: 45px;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_content {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.pg_locDetail .locDetail-welfare_content-img {
  overflow: hidden;
  flex-shrink: 0;
}
@media not screen and (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_content-img {
    width: 440px;
    aspect-ratio: 440/264;
  }
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_content-img {
    width: 100%;
  }
}
.pg_locDetail .locDetail-welfare_content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pg_locDetail .locDetail-welfare_content-text {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_content-text {
    order: -1;
  }
}
.pg_locDetail .locDetail-welfare_content-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_content-ttl {
    margin-top: 35px;
    font-size: 1.9rem;
  }
}
.pg_locDetail .locDetail-welfare_content-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  margin: 20px 0 0;
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_content-txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.pg_locDetail .locDetail-welfare_btn {
  margin-top: -10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .pg_locDetail .locDetail-welfare_btn {
    margin-top: -7px;
  }
}
.pg_locDetail .locDetail-more {
  position: relative;
  padding: 100px 0 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-more {
    padding: 60px 0 50px;
  }
}
.pg_locDetail .locDetail-more::before, .pg_locDetail .locDetail-more::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.pg_locDetail .locDetail-more::before {
  top: 0;
  left: 0;
  width: 246px;
  height: 409px;
  background-image: url(../img/work_style/location/template/more_circles01.webp);
  background-position: left top;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-more::before {
    width: 121px;
    height: 200px;
    left: -5px;
  }
}
.pg_locDetail .locDetail-more::after {
  bottom: -9px;
  right: -5px;
  width: 482px;
  height: 241px;
  background-image: url(../img/work_style/location/template/more_circles02.webp);
  background-position: right bottom;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-more::after {
    width: 242px;
    height: 121px;
    right: -16px;
    bottom: 0;
  }
}
.pg_locDetail .locDetail-heading--white {
  color: #fff;
}
.pg_locDetail .locDetail-heading--white::after {
  background: #fff;
}
.pg_locDetail .btn-top--white {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #003A88;
}
.pg_locDetail .btn-top--white::after {
  background: #003A88;
}
.pg_locDetail .btn-top--white[target=_blank]::after {
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_blank_navy.svg) no-repeat center/contain;
}
.pg_locDetail .locDetail-more_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.pg_locDetail .locDetail-more_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 58, 136, 0.6);
  z-index: 1;
}
.pg_locDetail .locDetail-more .locDetail-container {
  position: relative;
  z-index: 3;
}
.pg_locDetail .locDetail-more_desc {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.75;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-more_desc {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.pg_locDetail .locDetail-more_btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-more_btn {
    margin-top: 48px;
  }
}
.pg_locDetail .locDetail-more_btn a {
  transition: color 0.3s;
}
.pg_locDetail .locDetail-more_btn a:hover {
  background-color: #5BBAEC;
  color: #fff;
}
.pg_locDetail .locDetail-otherOffice {
  padding: 95px 0 54px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-otherOffice {
    padding: 57px 0 77px;
  }
}
.pg_locDetail .locDetail-otherOffice .locDetail-container {
  width: 1081px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .pg_locDetail .locDetail-otherOffice .locDetail-container {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-otherOffice .locDetail-container {
    width: 92%;
  }
}
.pg_locDetail .locDetail-otherOffice_hdg {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.pg_locDetail .locDetail-otherOffice_hdg span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  padding: 10px 30px;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-otherOffice_hdg span {
    font-size: 2.2rem;
    padding: 8px 20px;
  }
}
.pg_locDetail .locDetail-otherOffice_links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-otherOffice_links {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 13px;
  }
}
.pg_locDetail .locDetail-otherOffice_link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 35px 24px 20px;
  background: #ECF3F6;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity 0.3s;
  overflow: hidden;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-otherOffice_link {
    padding: 15px 40px 15px 18px;
    font-size: 1.8rem;
  }
}
.pg_locDetail .locDetail-otherOffice_link:hover {
  color: #5BBAEC;
}
.pg_locDetail .locDetail-otherOffice_link:hover::after {
  background-color: #5BBAEC;
}
.pg_locDetail .locDetail-otherOffice_link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #003A88;
  border-radius: 50%;
  background-image: url(../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .pg_locDetail .locDetail-otherOffice_link::after {
    right: 16px;
    width: 22px;
    height: 22px;
    background-size: 8px auto;
  }
}

.pg_feature {
  overflow-x: hidden;
}
.pg_feature .common-page-feature {
  background-image: url("../img/about/feature/kv.webp");
}
.pg_feature .feature-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 55px;
}
@media (max-width: 767px) {
  .pg_feature .feature-container {
    padding: 0 15px;
  }
}
.pg_feature .feature-intro {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 86px;
  text-align: center;
}
@media (max-width: 767px) {
  .pg_feature .feature-intro {
    padding-top: 35px;
  }
}
.pg_feature .feature-intro_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
  margin: 0;
}
.pg_feature .feature-intro_ttl span {
  display: block;
}
.pg_feature .feature-intro_desc {
  width: 640px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  line-height: 1.75;
  margin: 40px auto 0;
  text-align: left;
}
@media (max-width: 767px) {
  .pg_feature .feature-intro_desc {
    margin: 30px auto 0;
    text-align: left;
  }
}
.pg_feature .anchorLinks {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pg_feature .anchorLinks {
    margin-top: 55px;
    max-width: 345px;
  }
}
.pg_feature .feature-section {
  position: relative;
  margin-block: 110px 35px;
}
.pg_feature .feature-section:first-of-type {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .pg_feature .feature-section {
    margin-block: 79px 17px;
  }
  .pg_feature .feature-section:first-of-type {
    margin-top: 91px;
  }
  .pg_feature .feature-section:last-of-type {
    margin-bottom: 0;
  }
}
@media not screen and (max-width: 767px) {
  .pg_feature .feature-section.bg01 {
    position: relative;
  }
  .pg_feature .feature-section.bg01::before {
    content: "";
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 250%;
    top: 147px;
    z-index: -1;
    pointer-events: none;
    background: url(../img/about/feature/bg01.png) no-repeat top center/100% auto;
  }
}
@media not screen and (max-width: 767px) {
  .pg_feature .feature-section.bg02 {
    position: relative;
  }
  .pg_feature .feature-section.bg02::before {
    content: "";
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 400%;
    top: -200px;
    z-index: -1;
    pointer-events: none;
    background: url(../img/about/feature/bg02.png) no-repeat top center/100% auto;
  }
}
@media not screen and (max-width: 767px) {
  .pg_feature .feature-section.bg03 {
    position: relative;
  }
  .pg_feature .feature-section.bg03::before {
    content: "";
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 350%;
    top: -234px;
    z-index: -1;
    pointer-events: none;
    background: url(../img/about/feature/bg01.png) no-repeat top center/100% auto;
  }
}
.pg_feature .feature-section_head {
  font-size: 3.4rem;
  font-weight: 700;
  color: #003A88;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 0 33px;
  max-width: 940px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pg_feature .feature-section_head {
    font-size: 2.55rem;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.pg_feature .feature-section_head::after {
  content: "";
  display: block;
  width: 69px;
  height: 2px;
  background: #CDE849;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .pg_feature .feature-section_head::after {
    margin-top: 26px;
  }
}
.pg_feature #sec02 .feature-section_head::after,
.pg_feature #sec05 .feature-section_head::after {
  background: #5BBAEC;
}
.pg_feature #sec03 .feature-section_head::after,
.pg_feature #sec06 .feature-section_head::after {
  background: #FCC256;
}
.pg_feature .feature-cards {
  display: grid;
  gap: 40px;
  max-width: 1078px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg_feature .feature-cards {
    gap: 20px;
  }
}
.pg_feature .feature-cards + .feature-cards {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pg_feature .feature-cards + .feature-cards {
    margin-top: 20px;
  }
}
.pg_feature .feature-cards--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .pg_feature .feature-cards--2col {
    grid-template-columns: 1fr;
  }
}
.pg_feature .feature-cards--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .pg_feature .feature-cards--3col {
    grid-template-columns: 1fr;
  }
}
.pg_feature .feature-cards--mixed {
  grid-template-columns: 548fr 490fr;
}
@media (max-width: 767px) {
  .pg_feature .feature-cards--mixed {
    grid-template-columns: 1fr;
  }
}
.pg_feature .feature-card img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pg_feature .feature-section_btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pg_feature .feature-section_btn {
    margin-top: 30px;
  }
}
.pg_feature .feature-section_btn .bl_linkBtn {
  margin: 0 auto;
}
.pg_feature .feature-deco {
  position: absolute;
  z-index: -1;
  width: 1366px;
  height: 1160px;
  pointer-events: none;
}
.pg_feature .feature-deco--right {
  right: -3px;
  top: 0;
}
.pg_feature .feature-deco--left {
  left: -3px;
  top: 0;
}
.pg_feature .feature-deco img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pg_feature .feature-deco {
    display: none;
  }
}

.section-header-card h4[id] {
  scroll-margin-top: 120px;
}

.job-section02 .anchorLinks {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .job-section02 .anchorLinks {
    margin-bottom: 40px;
  }
}

.training.bl_periodSection {
  width: 940px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: border-box;
}
.training h2 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #003A88;
  text-align: center;
  line-height: 1.4;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .training h2 {
    font-size: 2.5rem;
    margin-top: 30px;
  }
}