@charset "utf-8";
/*****************************************
style.css
ページのみで使うスタイル
******************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

#header img, #footer img{
  width: auto;
}

#headContent{
  margin-bottom: 0;
}

#main .content{
  max-width: 100%;
}

#mainContent{
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#mainContent .content{
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/*****************************************
TOP レイアウトcss
******************************************/
@layer setting {
  :root {
    /* フォント関連 */
    --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    /* 色 */
    --main-color: #2473D2;
    /* アコーディオン */
    --circle-size: 1.9rem;
    --right-position: 3%;
    /* フォントサイズclamp */
    --font-size-min: 6px;
    --font-size-mid: .8vw;
    --font-size-max: 14px;
  }
  @media screen and (max-width: 768px) {
    :root {
      --font-size-mid: 2.36dvw;
    }
  }
}
.lp-2509-hk {
  font-family: var(--font-jp);
  font-size: clamp(var(--font-size-min), var(--font-size-mid), var(--font-size-max));
  /* layer resets */
  /* layer modules */
  /* layer layouts */
}
.lp-2509-hk a {
  color: inherit;
  text-underline-offset: 0.2ex;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
.lp-2509-hk a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.lp-2509-hk img,
.lp-2509-hk picture,
.lp-2509-hk svg,
.lp-2509-hk video {
  max-inline-size: 100%;
  block-size: auto;
  display: block;
  vertical-align: middle;
}
.lp-2509-hk .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.lp-2509-hk :where(.accordion-area) {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.lp-2509-hk :where(.accordion-area) > li {
  border-radius: 0.3rem;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk :where(.accordion-area) > li {
    font-size: 1.5em;
  }
}
.lp-2509-hk :where(.accordion-area) > li + li {
  margin-top: 1em;
}
.lp-2509-hk :where(.accordion-area) .title {
  position: relative;
  transition: all 0.5s ease;
  margin: 0;
  color: #fff;
}
.lp-2509-hk :where(.accordion-area) .title span {
  cursor: pointer;
  display: inline-block;
  padding: 0.4em 0;
  width: 100%;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 600;
  width: 100%;
  padding-right: calc(var(--circle-size) + var(--right-position));
  padding-left: 1.5rem;
  font-size: 1.2em;
}
.lp-2509-hk :where(.accordion-area) .title span:before {
  content: "〉";
  width: calc(var(--circle-size) - 0.5rem);
  height: calc(var(--circle-size) - 0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc(var(--circle-size) / 2 + var(--right-position));
  top: 0.15em;
  bottom: 0;
  margin: auto;
  background-size: 90%;
  background-position: center;
  transition: 0.3s;
}
.lp-2509-hk :where(.accordion-area) .title span:before {
  transform: translate(50%, 27%) rotate(90deg);
}
.lp-2509-hk :where(.accordion-area) .title.close span::before {
  transform: translate(50%, -27%) rotate(-90deg);
}
.lp-2509-hk :where(.accordion-area) .abox {
  display: none;
  font-size: 1.1em;
  padding: 1em;
  font-weight: 700;
  position: relative;
  color: #282828;
  font-size: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk :where(.accordion-area) .abox {
    font-size: 1.15em;
  }
}
.lp-2509-hk :where(.accordion-area) .abox:after {
  display: block;
  position: absolute;
  content: "";
  left: 0.75em;
  top: 1.7em;
  width: 1.4em;
  aspect-ratio: 1/1;
  height: auto;
  transform: translateY(-50%);
}
.lp-2509-hk .tab-content {
  display: none;
}
.lp-2509-hk .tab-content.show {
  display: block;
}
.lp-2509-hk .hamburger {
  display: none;
  margin: auto 0;
  cursor: pointer;
  text-align: center;
  width: 6.2%;
  top: 2em;
  right: 4%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk .hamburger {
    display: flex;
  }
}
.lp-2509-hk nav.globalMenuSp {
  position: fixed;
  z-index: 25;
  top: 0;
  right: 0;
  background: #fff;
  transform: translateX(120%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  max-width: 450px;
  background-size: 100% auto, auto;
  background-position: top center;
  padding: 0 4%;
}
.lp-2509-hk nav.globalMenuSp h2 {
  width: 80%;
  margin-top: 5em;
}
.lp-2509-hk nav.globalMenuSp ul {
  margin-top: 1.5em;
}
.lp-2509-hk nav.globalMenuSp ul li a {
  display: block;
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 0.6em 5%;
  width: 100%;
  position: relative;
  text-align: left;
}
.lp-2509-hk nav.globalMenuSp ul li a:before {
  display: block;
  position: absolute;
  content: "〉";
  right: 0.5em;
  top: 50%;
  width: 1em;
  aspect-ratio: 1/1;
  height: auto;
  line-height: 1em;
  transform: translateY(-50%);
}
.lp-2509-hk nav.globalMenuSp .close_menu {
  width: 3em;
  height: 3em;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
.lp-2509-hk nav.globalMenuSp .close_menu:before, .lp-2509-hk nav.globalMenuSp .close_menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 70%;
  background: var(--main-color);
}
.lp-2509-hk nav.globalMenuSp .close_menu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lp-2509-hk nav.globalMenuSp .close_menu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lp-2509-hk nav.globalMenuSp.active {
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .lp-2509-hk .pc {
    display: none !important;
  }
}
.lp-2509-hk .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk .sp {
    display: block !important;
  }
}
.lp-2509-hk * {
  box-sizing: border-box;
}
.lp-2509-hk .lp-2509-hk {
  overflow-x: hidden;
  width: 100%;
}
.lp-2509-hk .content {
  margin: 0;
  padding: 0.01em 0;
}
@media screen and (max-width: 1300px) {
  .lp-2509-hk .content {
    padding: 0.01em 1%;
  }
}
@media screen and (max-width: 768px) {
  .lp-2509-hk .content {
    padding: 0.01em 4%;
  }
}






.lp-2509-hk #kv-2509-hk {
  background: linear-gradient(0deg, rgb(36, 115, 210) 87%, rgb(255, 255, 255) 87%);
}
.lp-2509-hk #kv-2509-hk .swiper-button-prev,
.lp-2509-hk #kv-2509-hk .swiper-button-next {
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  background: url("/satelite1/img/kv_sliderarrow.webp") no-repeat center/98% auto;
}
.lp-2509-hk #kv-2509-hk .swiper-button-prev svg,
.lp-2509-hk #kv-2509-hk .swiper-button-next svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #kv-2509-hk .swiper-button-prev,
  .lp-2509-hk #kv-2509-hk .swiper-button-next {
    display: none;
  }
}
.lp-2509-hk #kv-2509-hk .swiper-button-prev {
  left: 4%;
}
.lp-2509-hk #kv-2509-hk .swiper-button-next {
  transform: rotate(180deg);
  right: 4%;
}
.lp-2509-hk #search-2509-hk {
  background: url("/satelite1/img/search_bg.webp") no-repeat right bottom/66% auto, var(--main-color);
  padding: 2.5em 0 4em;
}
.lp-2509-hk #search-2509-hk .pc {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .lp-2509-hk #search-2509-hk .accordion-area {
    display: grid;
    grid-template-columns: calc(524px + 2em) auto;
    grid-template-rows: auto 1fr;
    gap: 1.5%;
    list-style: none;
    padding: 0;
    font-size: clamp(11px, 1vw, 15px);
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li {
    display: flex;
    flex-direction: column;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li .title {
    padding: 0.5em 0;
    text-align: center;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li .abox {
    flex-grow: 1;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li .abox a {
    font-size: 0.9em;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(1) .abox {
    letter-spacing: 0;
  }

  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(1) .abox a:before{
    content: none;
    font-weight: 500;
  }

  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(1) .abox .a7 p.head a:before{
    content: "";
    right: auto;
    top: auto;
    width: 16px;
    height: 16px;
    aspect-ratio: auto;
    line-height: 1;
    transform: rotate(45deg);
  }

  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    margin-top: 0;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(2) .abox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5em 1.8em;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(2) .abox > a {
    width: calc(50% - 0.15em);
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(2) .abox > a:first-child {
    width: 100%;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(3) .abox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5em 1.8em;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(3) .abox > a {
    width: calc(50% - 0.15em);
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(3) .abox > a + a {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .lp-2509-hk #search-2509-hk .accordion-area {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr;
    font-size: 1.7em;
    margin-bottom: 3em;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
}
.lp-2509-hk #search-2509-hk .accordion-area > li {
  background-color: var(--main-color);
  border: 2px solid #fff;
}
.lp-2509-hk #search-2509-hk .accordion-area > li .title {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #search-2509-hk .accordion-area > li .title {
    pointer-events: painted;
  }
}
.lp-2509-hk #search-2509-hk .accordion-area > li .title span:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #search-2509-hk .accordion-area > li .title span:before {
    display: flex;
  }
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox {
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #search-2509-hk .accordion-area > li .abox {
    display: none;
  }
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox .area {
  right: 0;
  margin: 0 auto;
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox .area li a {
  background-color: transparent;
  transition: 0s;
  padding: 0;
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox .area li a:hover {
  opacity: 1;
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox a {
  font-size: 1.2em;
  background-color: var(--main-color);
  color: #fff;
  display: block;
  position: relative;
  padding: 0.8em 1.2em;
  border-radius: 0.4em;
  font-weight: 500;
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox a + a {
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #search-2509-hk .accordion-area > li .abox a + a {
    margin-top: 0.25em;
  }
}
.lp-2509-hk #search-2509-hk .accordion-area > li .abox a:before {
  display: block;
  position: absolute;
  content: "〉";
  right: 0.5em;
  top: 50%;
  width: 1em;
  aspect-ratio: 1/1;
  height: auto;
  line-height: 1em;
  transform: translateY(-50%);
}

.lp-2509-hk #sns-2509-hk {
  padding: 9.5em 0 5.5em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #sns-2509-hk {
    padding: 2em 0;
  }
}
.lp-2509-hk #sns-2509-hk h2 {
  color: var(--main-color);
  font-size: 2.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--main-color);
  letter-spacing: 0.02em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #sns-2509-hk h2 {
    text-align: center;
  }
}
.lp-2509-hk #sns-2509-hk .in {
  width: 62%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #sns-2509-hk .in {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .lp-2509-hk #sns-2509-hk .link_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .lp-2509-hk #sns-2509-hk .link_box a {
    width: 32.5%;
  }
}
.lp-2509-hk #sns-2509-hk figure {
  display: block;
  width: 80%;
  margin: 2em auto 0;
  position: relative;
}
.lp-2509-hk #sns-2509-hk figure img {
  width: 100%;
  aspect-ratio: 0.906/1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #sns-2509-hk figure img {
    aspect-ratio: 0.713/1;
  }
}
@media screen and (min-width: 769px) {
  .lp-2509-hk #sns-2509-hk figure {
    height: auto;
    width: 32%;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 4%;
  }
}
.lp-2509-hk #sns-2509-hk .box {
  border-radius: 1em;
  background-color: #F2F2F2;
  padding: 3em 5em 4em;
  margin-top: 9%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #sns-2509-hk .box {
    margin: 0;
    padding: 1.2em;
  }
}
.lp-2509-hk #sns-2509-hk .box a {
  display: block;
  padding: 1.4em 0;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid #CCCCCC;
}
.lp-2509-hk #sns-2509-hk .box a img {
  display: block;
  margin: 0 auto;
  width: 60%;
  aspect-ratio: 3.584/1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #sns-2509-hk .box a img {
    width: 45%;
  }
  .lp-2509-hk #sns-2509-hk .box a + a {
    margin-top: 1em;
  }
}
.lp-2509-hk #point-2509-hk {
  padding: 5em 0;
  background: url("/satelite1/img/point_bg.webp") no-repeat right top/27% auto, var(--main-color);
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #point-2509-hk {
    padding: 3.5em 0;
    background: url("/satelite1/img/point_bg.webp") no-repeat right top/45% auto, var(--main-color);
  }
}
.lp-2509-hk #point-2509-hk h2 {
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: #fff;
}
.lp-2509-hk #point-2509-hk h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-2509-hk #point-2509-hk .swiper {
  padding-bottom: 3em;
  padding: 0 calc(50vw - 610px) 3em;
}
@media screen and (max-width: 1220px) {
  .lp-2509-hk #point-2509-hk .swiper {
    padding: 0 1% 3em;
  }
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #point-2509-hk .swiper {
    padding: 0 4% 3em;
  }
}
.lp-2509-hk #point-2509-hk .swiper-pagination {
  text-align: left;
  bottom: 0;
  top: auto;
  padding: 0 calc(50vw - 610px);
}
@media screen and (max-width: 1220px) {
  .lp-2509-hk #point-2509-hk .swiper-pagination {
    padding: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #point-2509-hk .swiper-pagination {
    padding: 0 4%;
  }
}
.lp-2509-hk #point-2509-hk .swiper-pagination-bullet {
  background-color: #fff;
}
.lp-2509-hk #point-2509-hk .swiper-pagination-bullet-active {
  background-color: #fff;
}
.lp-2509-hk #point-2509-hk .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0.8em 0.8em 0.8em;
}

.lp-2509-hk #point-2509-hk .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 110%;
}
.lp-2509-hk #point-2509-hk .swiper-slide:nth-child(1) {
  background: url("/satelite1/img/point_img1.webp") no-repeat top center/cover;
}
.lp-2509-hk #point-2509-hk .swiper-slide:nth-child(2) {
  background: url("/satelite1/img/point_img2.webp") no-repeat top center/cover;
}
.lp-2509-hk #point-2509-hk .swiper-slide:nth-child(3) {
  background: url("/satelite1/img/point_img3.webp") no-repeat top center/cover;
}
.lp-2509-hk #point-2509-hk .swiper-slide:nth-child(4) {
  background: url("/satelite1/img/point_img4.webp") no-repeat top center/cover;
}
.lp-2509-hk #point-2509-hk .swiper-slide:nth-child(5) {
  background: url("/satelite1/img/point_img5.webp") no-repeat top center/cover;
}
.lp-2509-hk #point-2509-hk .swiper-slideInner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0.8em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #point-2509-hk .swiper-slideInner {
    font-size: 1.7em;
  }
}
.lp-2509-hk #point-2509-hk .swiper-slideInner h3 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.lp-2509-hk #point-2509-hk .swiper-slideInner p {
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .lp-2509-hk #point-2509-hk .swiper-slideInner p {
    font-size: 17.2px;
  }
}
.lp-2509-hk #voice-2509-hk {
  padding: 5em 0;
  background: url("/satelite1/img/voice_bg.webp") no-repeat right top/30% auto;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #voice-2509-hk {
    padding: 3.5em 0;
    background: url("/satelite1/img/voice_bg.webp") no-repeat right top/45% auto;
  }
}
.lp-2509-hk #voice-2509-hk h2 {
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: var(--main-color);
}
.lp-2509-hk #voice-2509-hk h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-2509-hk #voice-2509-hk .swiper {
  padding: 0 calc(50vw - 610px) 3em;
}
@media screen and (max-width: 1220px) {
  .lp-2509-hk #voice-2509-hk .swiper {
    padding: 0 1% 3em;
  }
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #voice-2509-hk .swiper {
    padding: 0 4% 3em;
  }
}
.lp-2509-hk #voice-2509-hk .swiper-pagination {
  text-align: left;
  bottom: 0;
  top: auto;
  padding: 0 calc(50vw - 610px);
}
@media screen and (max-width: 1220px) {
  .lp-2509-hk #voice-2509-hk .swiper-pagination {
    padding: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #voice-2509-hk .swiper-pagination {
    padding: 0 4%;
  }
}
.lp-2509-hk #voice-2509-hk .swiper-pagination-bullet {
  background-color: #fff;
}
.lp-2509-hk #voice-2509-hk .swiper-pagination-bullet-active {
  background-color: #fff;
}
.lp-2509-hk #voice-2509-hk .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0 0.8em 0.8em 0.8em;
  background: url("/satelite1/img/point_img1.webp") no-repeat top center/cover;
}
.lp-2509-hk #voice-2509-hk .swiper-slideInner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #voice-2509-hk .swiper-slideInner {
    font-size: 1.7em;
  }
}
.lp-2509-hk #voice-2509-hk .swiper-slideInner h3 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.lp-2509-hk #voice-2509-hk .swiper-slideInner p {
  text-align: left;
}
.lp-2509-hk #voice-2509-hk .swiper-slide {
  background: #F2F2F2;
  border-radius: 0.8em;
  aspect-ratio: 1/1;
  height: auto;
}
.lp-2509-hk #voice-2509-hk .swiper-slideInner {
  padding: 0;
}
.lp-2509-hk #voice-2509-hk .swiper-slide .bg {
  flex-grow: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: url("/satelite1/img/voice_img1.webp") top center/cover;
  padding: 1em;
}
.lp-2509-hk #voice-2509-hk .swiper-slide .txt {
  color: #000;
  padding: 1em;
  text-align: left;
}
.lp-2509-hk #voice-2509-hk .swiper-pagination-bullet {
  background-color: var(--main-color);
}
.lp-2509-hk #voice-2509-hk .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.lp-2509-hk #occupation-2509-hk {
  padding: 5em 0;
  background: url("/satelite1/img/occupation_bg.webp") no-repeat right top/27% auto, #F2F2F2;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #occupation-2509-hk {
    padding: 3.5em 0;
    background: url("/satelite1/img/occupation_bg.webp") no-repeat right top/45% auto, #F2F2F2;
  }
}
.lp-2509-hk #occupation-2509-hk h2 {
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: var(--main-color);
}
.lp-2509-hk #occupation-2509-hk h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-2509-hk #occupation-2509-hk .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.lp-2509-hk #occupation-2509-hk .box .pc {
  width: 52%;
}
.lp-2509-hk #occupation-2509-hk .box .pc img {
  width: 100%;
  aspect-ratio: 0.98/1;
  height: auto;
}
.lp-2509-hk #occupation-2509-hk .box ul.accordion-area {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #occupation-2509-hk .box ul.accordion-area {
    width: 100%;
  }
}
.lp-2509-hk #occupation-2509-hk .accordion-area {
  font-size: 1.05em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #occupation-2509-hk .accordion-area {
    font-size: 0.8em;
  }
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li {
  background-color: var(--main-color);
  border: 2px solid #fff;
  border-radius: 0.8em;
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li + li {
  margin-top: 0.4em;
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .title :where(span) {
  cursor: pointer;
  display: inline-block;
  padding: 0.7em 0;
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 100%;
  padding-right: calc(var(--circle-size) + var(--right-position));
  padding-left: 1.5rem;
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .title :where(span):before, .lp-2509-hk #occupation-2509-hk .accordion-area > li .title :where(span):after {
  content: "";
  height: 3px;
  width: calc(var(--circle-size) - 0.5rem);
  display: block;
  position: absolute;
  right: calc(var(--circle-size) / 2 + var(--right-position));
  top: 0.15em;
  bottom: 0;
  margin: auto;
  background-size: 90%;
  background-position: center;
  transition: 0.3s;
  background-color: #fff;
  transform: translate(50%, -50%) rotate(0deg);
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .title :where(span):before {
  transform: translate(50%, -50%) rotate(-90deg);
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .title.close span::before {
  transform: translate(50%, -50%) rotate(0deg);
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .abox {
  display: none;
  background-color: #fff;
  font-size: 1.1em;
  padding: 1.5em;
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .abox figure {
  margin-bottom: 1em;
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #occupation-2509-hk .accordion-area > li .abox figure {
    display: block;
  }
}
.lp-2509-hk #occupation-2509-hk .accordion-area > li .abox p {
  line-height: 1.8;
}
.lp-2509-hk #system-2509-hk {
  padding: 5em 0;
  background: url("/satelite1/img/system_bg.webp") no-repeat right top/27% auto, #fff;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #system-2509-hk {
    padding: 3.5em 0;
    background: url("/satelite1/img/system_bg.webp") no-repeat right top/45% auto, #fff;
  }
}
.lp-2509-hk #system-2509-hk h2 {
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: var(--main-color);
}
.lp-2509-hk #system-2509-hk h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-2509-hk #system-2509-hk ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5em 0 2em;
}
.lp-2509-hk #system-2509-hk ul li {
  width: 14%;
}
.lp-2509-hk #system-2509-hk ul figure {
  margin: 0 auto;
  width: 90%;
}
.lp-2509-hk #system-2509-hk ul h3 {
  text-align: center;
  margin: 0.8em auto 0.4em;
  font-size: 1.4em;
}
.lp-2509-hk #system-2509-hk ul p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #system-2509-hk ul {
    flex-wrap: wrap;
    margin: 3em 0 0;
  }
  .lp-2509-hk #system-2509-hk ul li {
    width: 48%;
    margin-top: 4%;
  }
}
.lp-2509-hk #about-2509-hk {
  padding: 5em 0;
  background: url("/satelite1/img/point_bg.webp") no-repeat right top/27% auto, var(--main-color);
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #about-2509-hk {
    padding: 3.5em 0;
    background: url("/satelite1/img/point_bg.webp") no-repeat right top/45% auto, var(--main-color);
  }
}
.lp-2509-hk #about-2509-hk h2 {
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: #fff;
}
.lp-2509-hk #about-2509-hk h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-2509-hk #about-2509-hk .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5%;
}
.lp-2509-hk #about-2509-hk .box figure img {
  width: 100%;
  aspect-ratio: 1.864/1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #about-2509-hk .box figure img {
    aspect-ratio: 1.35/1;
  }
}
.lp-2509-hk #about-2509-hk .box + .box {
  margin-top: 1.5%;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #about-2509-hk .box {
    flex-direction: column;
    align-items: center;
  }
  .lp-2509-hk #about-2509-hk .box + .box {
    margin-top: 1em;
  }
  .lp-2509-hk #about-2509-hk .box figure {
    display: block;
  }
  .lp-2509-hk #about-2509-hk .box figure + figure {
    margin-top: 1em;
  }
}
.lp-2509-hk #faq-2509-hk {
  padding: 5em 0;
  background: url("/satelite1/img/faq_bg.webp") no-repeat right top/27% auto, #F2F2F2;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk {
    padding: 3.5em 0;
    background: url("/satelite1/img/faq_bg.webp") no-repeat right top/45% auto, #F2F2F2;
  }
}
.lp-2509-hk #faq-2509-hk .tab-container {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .tab-container {
    flex-direction: column;
  }
}
.lp-2509-hk #faq-2509-hk .tab {
  cursor: pointer;
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 100%;
  padding: 0.5em 0 0.6em;
  background-color: #B4B4B4;
  font-size: 2em;
  text-align: center;
  color: #fff;
  border-radius: 0.8em;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .tab {
    width: 100%;
  }
}
.lp-2509-hk #faq-2509-hk .tab.active {
  background-color: var(--main-color);
}
.lp-2509-hk #faq-2509-hk .tab + .tab {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .tab + .tab {
    margin-left: 0;
    margin-top: 0.3em;
  }
}
.lp-2509-hk #faq-2509-hk h2 {
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: var(--main-color);
}
.lp-2509-hk #faq-2509-hk h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
.lp-2509-hk #faq-2509-hk .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.lp-2509-hk #faq-2509-hk .flex .box {
  width: 31.3%;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
  padding: 1.5em;
  position: relative;
  overflow: hidden;
}
.lp-2509-hk #faq-2509-hk .flex .box h4 {
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: var(--main-color);
  padding: 0.2em 0.7em 0.3em;
  border-radius: 0 0 0.8rem;
  font-weight: 500;
}
.lp-2509-hk #faq-2509-hk .flex .box h4 span {
  font-size: 1.1em;
}
.lp-2509-hk #faq-2509-hk .flex .box h5 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .flex {
    flex-direction: column;
  }
  .lp-2509-hk #faq-2509-hk .flex .box {
    width: 100%;
    margin-top: 1.5em;
  }
}
.lp-2509-hk #faq-2509-hk .accordion-area {
  font-size: 1.15em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .accordion-area {
    font-size: 0.85em;
  }
}
.lp-2509-hk #faq-2509-hk .accordion-area > li {
  background-color: #fff;
  border-radius: 0.8em;
  padding: 0.5em 2em;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .accordion-area > li {
    font-size: 1.5em;
    padding: 0;
  }
}
.lp-2509-hk #faq-2509-hk .accordion-area > li + li {
  margin-top: 0.4em;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .title {
  position: relative;
  padding-left: 1.4rem;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .title:before {
  content: "Q";
  position: absolute;
  top: 50%;
  font-size: 1.4rem;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
  width: 1em;
  height: 1.2em;
  text-align: center;
  line-height: 1em;
  color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .accordion-area > li .title:before {
    font-size: 1.3rem;
  }
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .title :where(span) {
  cursor: pointer;
  display: inline-block;
  padding: 0.7em 0;
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 100%;
  padding-right: calc(var(--circle-size) + var(--right-position));
  padding-left: 1.5rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .accordion-area > li .title :where(span) {
    letter-spacing: 0.02em;
  }
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .title :where(span):before, .lp-2509-hk #faq-2509-hk .accordion-area > li .title :where(span):after {
  content: "";
  height: 3px;
  width: calc(var(--circle-size) - 0.5rem);
  display: block;
  position: absolute;
  right: calc(var(--circle-size) / 2 + var(--right-position));
  top: 0.15em;
  bottom: 0;
  margin: auto;
  background-size: 90%;
  background-position: center;
  transition: 0.3s;
  background-color: var(--main-color);
  transform: translate(50%, -50%) rotate(0deg);
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .title :where(span):before {
  transform: translate(50%, -50%) rotate(-90deg);
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .title.close span::before {
  transform: translate(50%, -50%) rotate(0deg);
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox {
  display: none;
  background-color: #fff;
  font-size: 1.2em;
  padding: 1.4em 1rem;
  color: #000;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox p {
  margin-bottom: 1.5em;
  line-height: 1.4rem;
  position: relative;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox p:first-child {
  padding-left: 2rem;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox p:first-child:before {
  content: "A";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  left: 0;
  width: 1em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1em;
  color: var(--main-color);
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox p:last-child {
  margin-bottom: 0;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox figure {
  margin-bottom: 1em;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox p {
  line-height: 1.8;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li {
  width: 18%;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  position: relative;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li:before {
  display: block;
  position: absolute;
  content: "〉";
  right: -34%;
  top: 50%;
  width: 1em;
  aspect-ratio: 1/1;
  height: auto;
  line-height: 1em;
  font-size: 1.3em;
  transform: translateY(-50%);
  color: #2473D2;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li:last-child::before {
  display: none;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li i {
  font-size: 1.2em;
  font-style: normal;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li span {
  display: block;
  font-size: 1.2em;
}
.lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li b {
  display: block;
  height: 1.4em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol {
    flex-direction: column;
  }
  .lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li {
    width: 60%;
  }
  .lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li + li {
    margin-top: 12%;
  }
  .lp-2509-hk #faq-2509-hk .accordion-area > li .abox ol li:before {
    content: "〉";
    left: 0;
    right: 0;
    top: auto;
    bottom: -24%;
    margin: auto;
    transform: translateY(-50%) rotate(90deg);
  }
}
.lp-2509-hk #joblist-2509-hk {
  background-color: var(--main-color);
  padding: 3.5em 0;
}
.lp-2509-hk #joblist-2509-hk h2 {
  text-align: center;
  font-size: 2.1em;
  font-weight: 500;
  margin-bottom: 0.9em;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #joblist-2509-hk h2 {
    font-size: 2.5em;
  }
}
.lp-2509-hk #joblist-2509-hk h2 span {
  position: relative;
}
.lp-2509-hk #joblist-2509-hk h2 span:before, .lp-2509-hk #joblist-2509-hk h2 span:after {
  display: inline-block;
  position: absolute;
  margin: 0 0.5em;
  content: "";
  top: 56%;
  width: 1px;
  height: 1.3em;
  background-color: #fff;
  transform: translateY(-50%) rotate(25deg);
}
.lp-2509-hk #joblist-2509-hk h2 span:before {
  left: -1.5em;
  transform: translateY(-50%) rotate(-25deg);
}
.lp-2509-hk #joblist-2509-hk h2 span:after {
  right: -1.5em;
}
.lp-2509-hk #joblist-2509-hk .box {
  border-radius: 0.8em;
  background-color: #F2F2F2;
  padding: 1.5em;
  position: relative;
  overflow: hidden;
}
.lp-2509-hk #joblist-2509-hk .box h4 {
  width: 7em;
  font-size: 2em;
  color: #fff;
  display: block;
  position: absolute;
}
.lp-2509-hk #joblist-2509-hk .flex {
  justify-content: center;
}
.lp-2509-hk #joblist-2509-hk .flex a {
  color: #E50012;
  background-color: #fff;
  padding: 0.8em 2em 0.9em 1.4em;
  position: relative;
  font-size: 1.3em;
  font-weight: 800;
  border-radius: 0.4em;
  width: 50%;
  max-width: 17em;
}
.lp-2509-hk #joblist-2509-hk .flex a:before {
  display: block;
  position: absolute;
  content: "〉";
  right: 0.5em;
  top: 50%;
  width: 1em;
  aspect-ratio: 1/1;
  height: auto;
  line-height: 1em;
  transform: translateY(-50%);
}
.lp-2509-hk #joblist-2509-hk .flex a + a {
  margin-left: 0.6em;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk #joblist-2509-hk .flex {
    flex-direction: column;
  }
  .lp-2509-hk #joblist-2509-hk .flex a {
    font-size: 2em;
    max-width: 100%;
    width: 100%;
  }
  .lp-2509-hk #joblist-2509-hk .flex a + a {
    margin-left: 0;
    margin-top: 0.8em;
  }
}

/*******************************
 search
*******************************/
.lp-2509-hk #search-2509-hk .accordion-area > li .search-box {
  height: 100%;
  background-color: #fff;
  padding: 1em;
  position: relative;
  color: #282828;
  font-size: 1em;
  font-weight: 500;
}

@media screen and (min-width: 769px){
  .lp-2509-hk #search-2509-hk .accordion-area > li .search-box {
    display: block!important;
  }
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(2) .abox,
  .lp-2509-hk #search-2509-hk .accordion-area > li:nth-child(3) .abox{
    display: flex!important;
  }
}

.lp-2509-hk #search-2509-hk .accordion-area > li .search-box a{
  position: static;
}

/*JOBロケボタン*/
.lp-2509-hk #search-2509-hk .accordion-area > li .search-box .locasma a{
  background-color: #000;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0.8em 1.2em;
  padding-right: 1.3em;
}

.lp-2509-hk #search-2509-hk .accordion-area > li .search-box .locasma a:before {
    display: block;
    position: absolute;
    content: "〉";
    right: 0.5em;
    top: 50%;
    width: 1em;
    aspect-ratio: 1 / 1;
    height: auto;
    line-height: 1em;
    transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .lp-2509-hk #search-2509-hk .accordion-area > li .search-box .locasma a{
      position: absolute;
      top: 5.2em;
      left: 1em;
      width: 60%;
      font-size: 1.1em;
      z-index: 100;
      max-width: 300px;
  }
}
.search-box .locasma a img {
  width: 1.1em;
  height: auto;
}
.search-box .locasma a span {
  margin-left: 0.6em;
  display: inline-block;
}

/*フリーワード検索*/
.search_inputarea form {
  position: relative;
  display: block;
  margin: 0em auto;
  border-radius: 999px;
  background-color: #F2F2F2;
  overflow: hidden;
  padding-right: 16%;
}
@media screen and (max-width: 768px) {
  .search_inputarea form {
    margin: 1em auto;
  }
}
.search_inputarea form > input {
  width: 100%;
  padding: 1em;
  background: transparent;
  border-width: 0px;
  padding: 1.3em 1.5em;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .search_inputarea form > input {
    font-size: 0.8em;
  }
}
.search_inputarea form > input::-moz-placeholder {
  color: #A6A6A6;
}
.search_inputarea form > input::placeholder {
  color: #A6A6A6;
}
.search_inputarea form > input:focus {
  border: none;
  outline: none;
}
.search_inputarea form .searchbtn {
  height: 100%;
  position: absolute;
  aspect-ratio: 1/1;
  width: auto;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
.search_inputarea form .searchbtn {
  display: block;
  border-width: 0px;
}
.search_inputarea form .searchbtn:before {
  content: "";
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/satelite1/img/search.webp") no-repeat center right 55%/35% auto;
}

/*SP*/
.lp-2509-hk #search-2509-hk .accordion-area > li .abox .acmenu a{
      font-size: 1em;
    background-color: #fff;
    color: #222;
    display: block;
    position: relative;
    padding: 1em 0;
    border-radius: 0;
    font-weight: 500;
}

.lp-2509-hk #search-2509-hk .accordion-area > li .abox a.disablelink:before{
  content: none;
}

/*******************************
 ヘッダー
*******************************/
header #h_wrapper{
  max-width: 1220px;
}

.lp-2509-hk header {
  background-color: #fff;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk header {
    padding: 0;
  }
}
.lp-2509-hk header .flex {
  justify-content: space-between;
  align-items: center;
}
.lp-2509-hk header .logo {
  padding: 1em 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk header .logo {
    display: block;
    width: calc(100% - 30px);
  }
}
.lp-2509-hk header .logo img {
  display: inline-block;
  width: 35%important;
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk header .logo img {
    width: 44%!important;
  }
}
.lp-2509-hk header .logo h1 {
  display: block;
  width: auto;
  font-size: 0.9em;
  color: var(--main-color);
  margin: 0 0 0 2em;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp-2509-hk header .logo h1 {
    margin: 0.2em 0 0;
  }
}
.lp-2509-hk header .pc ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lp-2509-hk header .pc ul a {
  display: block;
  padding: 1em 1.2em;
  color: #000;
  white-space: nowrap;
  font-size: 1.15em;
}

/*******************************
フッター
*******************************/
.lp-2509-hk #footer {
  font-size: clamp(var(--font-size-min), var(--font-size-mid), var(--font-size-max));
}