@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(
    .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
button {
  border: none;
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-align: inherit;
}
button:disabled {
  cursor: not-allowed;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --color-main: var(--main);
  --color-sub1: var(--sub1);
  --color-sub2: var(--sub2);
  --color-pageTop: var(--pageTop);
  --color-icon: var(--icon);
  --color-assist-main: #fff;
}
.variable-text-main {
  color: var(--color-main);
}
.variable-text-sub1 {
  color: var(--color-sub1);
}
.variable-text-sub2 {
  color: var(--color-sub2);
}
.variable-bg-main {
  background-color: var(--color-main);
}
.variable-bg-sub1 {
  background-color: var(--color-sub1);
}
.variable-bg-sub2 {
  background-color: var(--color-sub2);
}
html {
  font-family: Noto Sans JP, \30d2\30e9\30ae\30ce\89d2\30b4 Pro W3,
    Hiragino Kaku Gothic Pro, \30e1\30a4\30ea\30aa, Meiryo, Osaka,
    \ff2d\ff33\ff30\30b4\30b7\30c3\30af, MS PGothic, 'sans-serif';
  scroll-behavior: smooth;
}
body {
  color: #333;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 3.52vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body {
    font-size: 13.2px;
  }
}
.overflow-hidden {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .mdOnly {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .mdPcOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
.global-hover {
  transition: opacity 0.3s ease;
}
.global-hover:hover {
  opacity: 0.8;
}
.c-image:where(.astro-6KOV3KIG) {
  width: 100%;
  height: 100%;
}
.logo:where(.astro-GORA4MGS) {
  display: block;
  width: auto;
  max-width: 75vw;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .logo:where(.astro-GORA4MGS) {
    margin-right: 2em;
  }
}
.spNavMenu_overlay:where(.astro-IRSU6CRN) {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  height: 100vh;
  background-color: #00000080;
  transition: all 0.5s;
}
.spNavMenu_overlay:where(.astro-IRSU6CRN).active {
  display: block;
}
.spNavMenu_wrap:where(.astro-IRSU6CRN) {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 300px;
  height: 100dvh;
  height: 100vh;
  padding-top: 100px;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 15;
  transition: right 0.5s;
}
.spNavMenu_wrap:where(.astro-IRSU6CRN).active {
  right: 0;
}
.spNavMenu_link:where(.astro-IRSU6CRN) {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.pcNavMenu_link-wrap:where(.astro-ZJB3ZVBO) {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.pcNavMenu_link:where(.astro-ZJB3ZVBO) {
  color: #222;
  font-size: 13.2px;
  padding: 10px;
}
.burger:where(.astro-TTHA7JNN) {
  position: relative;
  width: 30px;
  height: 28px;
  margin-left: auto;
  cursor: pointer;
  z-index: 20;
}
.burger:where(.astro-TTHA7JNN) span:where(.astro-TTHA7JNN) {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
  transition: all 0.5s;
}
.burger:where(.astro-TTHA7JNN) span:where(.astro-TTHA7JNN):nth-child(1) {
  top: 4px;
}
.burger:where(.astro-TTHA7JNN) span:where(.astro-TTHA7JNN):nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.burger:where(.astro-TTHA7JNN) span:where(.astro-TTHA7JNN):nth-child(3) {
  bottom: 4px;
}
.burger:where(.astro-TTHA7JNN).active span:where(.astro-TTHA7JNN) {
  background-color: #fff;
}
.burger:where(.astro-TTHA7JNN).active span:where(.astro-TTHA7JNN):nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.burger:where(.astro-TTHA7JNN).active span:where(.astro-TTHA7JNN):nth-child(2) {
  transition: all 0.3s;
  opacity: 0;
}
.burger:where(.astro-TTHA7JNN).active span:where(.astro-TTHA7JNN):nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.company:where(.astro-YKDBD7K7) {
  text-align: right;
  flex-basis: 240px;
  font-size: 11px;
  margin-left: auto;
}
.header:where(.astro-Z6IZ25DN) {
  display: flex;
  align-items: center;
  position: sticky;
  top: -20px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 3px 6px #0000001a;
  z-index: 10;
}
.header-inner:where(.astro-Z6IZ25DN) {
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 10px 5.33vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-inner:where(.astro-Z6IZ25DN) {
    padding: 10px 20px;
  }
}
.footer:where(.astro-SZ7XMLTE) {
  text-align: center;
  font-size: 11px;
  color: #fff;
  padding: 40px 0;
}
.footer_logos:where(.astro-SZ7XMLTE),
.footer_links:where(.astro-SZ7XMLTE) {
  max-width: 1160px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}
.footer_links:where(.astro-SZ7XMLTE) {
  font-size: 13.2px;
  text-decoration: underline;
  gap: 24px;
}
.footer_logos:where(.astro-SZ7XMLTE) li:where(.astro-SZ7XMLTE) {
  max-width: 240px;
}
.mv:where(.astro-NDQBRLB2) {
  position: relative;
}
.mv_img:where(.astro-NDQBRLB2) {
  width: 100%;
}
.mv_btn:where(.astro-NDQBRLB2) {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  display: grid;
  place-items: center;
  width: calc(100% - 10.66vw);
  padding: 20px 30px;
  color: #fff;
  border-radius: 80px;
  box-shadow: 4px 4px 6px #0003;
  font-size: 4.2666666667vw;
  word-break: break-all;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .mv_btn:where(.astro-NDQBRLB2) {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .mv_btn:where(.astro-NDQBRLB2) {
    max-width: 528px;
    min-height: 60px;
  }
}
.wrap:where(.astro-LC6KGJMX) {
  display: inline-block;
  height: var(--size);
  width: var(--size);
}
@media screen and (min-width: 768px) {
  .wrap:where(.astro-LC6KGJMX) {
    height: var(--mediumSize);
    width: var(--mediumSize);
  }
}
.horizontal:where(.astro-43NUHUMO) {
  width: var(--size);
  height: auto;
  display: inline-block;
  flexshrink: 0;
}
.vertical:where(.astro-43NUHUMO) {
  width: auto;
  height: var(--size);
  display: block;
  flexshrink: 0;
}
@media (min-width: 768px) {
  .horizontal:where(.astro-43NUHUMO) {
    width: var(--mediumSize);
  }
  .vertical:where(.astro-43NUHUMO) {
    height: var(--mediumSize);
  }
}
.sectionHeader:where(.astro-WDWML3D3) {
  line-height: 1;
  text-align: center;
  width: 100%;
}
.sectionHeader:where(.astro-WDWML3D3).--sm {
  margin-bottom: 30px;
}
.sectionHeader:where(.astro-WDWML3D3).--lg {
  margin: 40px 0 60px;
}
.searchTitle:where(.astro-WDWML3D3).--sm {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .searchTitle:where(.astro-WDWML3D3).--sm {
    font-size: 16px;
  }
}
.searchTitle:where(.astro-WDWML3D3).--lg {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .searchTitle:where(.astro-WDWML3D3).--lg {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sectionHeader:where(.astro-WDWML3D3).--sm {
    margin-bottom: 60px;
  }
  .sectionHeader:where(.astro-WDWML3D3).--lg {
    margin: 40px 0 80px;
  }
  .searchTitle:where(.astro-WDWML3D3).--sm {
    font-size: 17.6px;
  }
  .searchTitle:where(.astro-WDWML3D3).--lg {
    font-size: 26.4px;
  }
}
.spAreaPictureNational:where(.astro-FIDKHCOV) {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .spAreaPictureNational:where(.astro-FIDKHCOV) {
    font-size: 16px;
  }
}
.spAreaPictureNational_icon:where(.astro-FIDKHCOV):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5.33vw;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-size: cover;
  transition: 0.5s;
}
.spAreaPictureNational_name:where(.astro-FIDKHCOV) {
  position: relative;
  width: calc(100% + 9vw);
  padding: 1em 0 1em 5.33vw;
  margin: 0 -5.33vw;
  border-bottom: 1px solid var(--color-main);
  cursor: pointer;
}
.spAreaPictureNational_name:where(.astro-FIDKHCOV):after {
  background: url(../icons/ico_plus.svg) no-repeat center center;
}
.spAreaPictureNational_name:where(.astro-FIDKHCOV).active:after {
  background: url(../icons/ico_minus.svg) no-repeat center center;
}
.spAreaPictureNationalPrefs_wrap:where(.astro-FIDKHCOV) {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  width: 98.5%;
  margin-left: 5.33vw;
}
.spAreaPictureNationalPref:where(.astro-FIDKHCOV) {
  position: relative;
  display: block;
  padding: 1em 0 1em 3.2vw;
  border-bottom: 1px solid var(--color-main);
}
.spAreaPictureNationalPref:where(.astro-FIDKHCOV):after {
  background: url(../icons/ico_arrow_search.svg) no-repeat center center;
}
.button:where(.astro-VNZLVQNM) {
  background-color: var(--bgcolor);
  color: var(--color);
  width: 100%;
  height: 100%;
  padding: 1em 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  border-radius: 80px;
  transition: 0.3s all ease;
  box-shadow: 4px 4px 6px #0003;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .button:where(.astro-VNZLVQNM) {
    font-size: 16px;
  }
}
.button:where(.astro-VNZLVQNM):hover {
  opacity: 0.8;
  transition: 0.3s all ease;
  box-shadow: 6px 6px 6px #0000001a;
}
.disable:where(.astro-VNZLVQNM) {
  background-color: #aaa;
  color: #333;
  pointer-events: none;
}
.disable:where(.astro-VNZLVQNM):hover {
  opacity: 1;
  box-shadow: 4px 4px 6px #0003;
}
.hasIcon:where(.astro-VNZLVQNM) {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .button:where(.astro-VNZLVQNM) {
    font-size: 16px;
    border-radius: 40px;
    padding: 12px 0;
  }
  .hasIcon:where(.astro-VNZLVQNM) {
    min-height: 60px;
    padding: 0 20px 0 60px;
  }
}
.spAreaPicture_wrap:where(.astro-RSYRK5MC) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.spAreaPicture_pref:where(.astro-RSYRK5MC) {
  width: 48%;
}
.pcAreaPictureNational:where(.astro-2QBUO4YI) {
  position: relative;
  min-height: 630px;
}
.pcAreaPictureNational_bg:where(.astro-2QBUO4YI) {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 670px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureNational_region:where(.astro-2QBUO4YI) {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
  z-index: 2;
}
.pcAreaPictureNational_name:where(.astro-2QBUO4YI) {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.pcAreaPictureNational_name:where(.astro-2QBUO4YI).disable {
  color: #aaa;
  text-decoration: none;
  cursor: not-allowed;
}
.hkdo:where(.astro-2QBUO4YI) {
  top: 0;
  left: calc(50% + 400px);
}
.toho:where(.astro-2QBUO4YI) {
  top: 150px;
  left: calc(50% + 230px);
  max-width: 12em;
}
.knto:where(.astro-2QBUO4YI) {
  top: 290px;
  left: calc(50% + 180px);
  max-width: 16em;
}
.kosh:where(.astro-2QBUO4YI) {
  top: 140px;
  left: calc(50% - 40px);
  max-width: 9em;
}
.toki:where(.astro-2QBUO4YI) {
  top: 430px;
  left: calc(50% + 80px);
  max-width: 9em;
}
.kink:where(.astro-2QBUO4YI) {
  top: 480px;
  left: calc(50% - 140px);
  max-width: 14em;
}
.cgsk:where(.astro-2QBUO4YI) {
  top: 230px;
  right: calc(50% + 53px);
  max-width: 14em;
}
.kyuo:where(.astro-2QBUO4YI) {
  top: 350px;
  right: calc(50% + 300px);
  max-width: 11em;
}
@media screen and (max-width: 980px) {
  .hkdo:where(.astro-2QBUO4YI) {
    top: -90px;
    left: calc(50% + 290px);
  }
  .kyuo:where(.astro-2QBUO4YI) {
    top: 550px;
    right: calc(50% + 180px);
  }
}
.pcAreaPictureToho:where(.astro-FMWLABBS) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureToho_bg:where(.astro-FMWLABBS) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureToho_wrap:where(.astro-FMWLABBS) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureToho_pref:where(.astro-FMWLABBS) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.aomori:where(.astro-FMWLABBS) {
  top: 70px;
  left: calc(50% + 260px);
}
.iwate:where(.astro-FMWLABBS) {
  top: 200px;
  left: calc(50% + 260px);
}
.miyagi:where(.astro-FMWLABBS) {
  top: 390px;
  left: calc(50% + 260px);
}
.akita:where(.astro-FMWLABBS) {
  top: 200px;
  right: calc(50% + 260px);
}
.yamagata:where(.astro-FMWLABBS) {
  top: 390px;
  right: calc(50% + 260px);
}
.fukushima:where(.astro-FMWLABBS) {
  top: 520px;
  left: calc(50% + 260px);
}
@media (max-width: 890px) {
  .aomori:where(.astro-FMWLABBS),
  .iwate:where(.astro-FMWLABBS),
  .miyagi:where(.astro-FMWLABBS),
  .fukushima:where(.astro-FMWLABBS) {
    left: calc(50% + 200px);
  }
  .akita:where(.astro-FMWLABBS),
  .yamagata:where(.astro-FMWLABBS) {
    right: calc(50% + 200px);
  }
}
.pcAreaPictureKnto:where(.astro-XVO6QLHS) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureKnto_bg:where(.astro-XVO6QLHS) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureKnto_wrap:where(.astro-XVO6QLHS) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureKnto_pref:where(.astro-XVO6QLHS) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.ibaraki:where(.astro-XVO6QLHS) {
  top: 250px;
  left: calc(50% + 260px);
}
.tochigi:where(.astro-XVO6QLHS) {
  top: 70px;
  left: calc(50% + 260px);
}
.gunma:where(.astro-XVO6QLHS) {
  top: 5px;
  right: calc(50% + 260px);
}
.saitama:where(.astro-XVO6QLHS) {
  top: 190px;
  right: calc(50% + 260px);
}
.chiba:where(.astro-XVO6QLHS) {
  top: 410px;
  left: calc(50% + 260px);
}
.tokyo:where(.astro-XVO6QLHS) {
  top: 340px;
  right: calc(50% + 260px);
}
.kanagawa:where(.astro-XVO6QLHS) {
  top: 485px;
  right: calc(50% + 260px);
}
@media (max-width: 890px) {
  .ibaraki:where(.astro-XVO6QLHS),
  .tochigi:where(.astro-XVO6QLHS),
  .chiba:where(.astro-XVO6QLHS) {
    left: calc(50% + 200px);
  }
  .gunma:where(.astro-XVO6QLHS),
  .saitama:where(.astro-XVO6QLHS),
  .tokyo:where(.astro-XVO6QLHS),
  .kanagawa:where(.astro-XVO6QLHS) {
    right: calc(50% + 200px);
  }
}
.pcAreaPictureKosh:where(.astro-KZ3MKYE5) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureKosh_bg:where(.astro-KZ3MKYE5) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureKosh_wrap:where(.astro-KZ3MKYE5) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureKosh_pref:where(.astro-KZ3MKYE5) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.niigata:where(.astro-KZ3MKYE5) {
  top: 40px;
  right: calc(50% - 90px);
}
.toyama:where(.astro-KZ3MKYE5) {
  top: 380px;
  right: calc(50% + 320px);
}
.ishikawa:where(.astro-KZ3MKYE5) {
  top: 290px;
  right: calc(50% + 320px);
}
.fukui:where(.astro-KZ3MKYE5) {
  top: 505px;
  right: calc(50% + 320px);
}
.yamanashi:where(.astro-KZ3MKYE5) {
  top: 490px;
  left: calc(50% + 260px);
}
.nagano:where(.astro-KZ3MKYE5) {
  top: 380px;
  left: calc(50% + 260px);
}
@media (max-width: 1000px) {
  .ishikawa:where(.astro-KZ3MKYE5),
  .toyama:where(.astro-KZ3MKYE5),
  .fukui:where(.astro-KZ3MKYE5) {
    right: calc(50% + 200px);
  }
}
@media (max-width: 890px) {
  .nagano:where(.astro-KZ3MKYE5),
  .yamanashi:where(.astro-KZ3MKYE5) {
    left: calc(50% + 200px);
  }
}
.pcAreaPictureToki:where(.astro-JGQMPD5L) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureToki_bg:where(.astro-JGQMPD5L) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureToki_wrap:where(.astro-JGQMPD5L) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureToki_pref:where(.astro-JGQMPD5L) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.gifu:where(.astro-JGQMPD5L) {
  top: 60px;
  right: calc(50% + 320px);
}
.shizuoka:where(.astro-JGQMPD5L) {
  top: 210px;
  left: calc(50% + 300px);
}
.aichi:where(.astro-JGQMPD5L) {
  top: 450px;
  left: calc(50% + 30px);
}
.mie:where(.astro-JGQMPD5L) {
  top: 480px;
  right: calc(50% + 320px);
}
@media (max-width: 1000px) {
  .gifu:where(.astro-JGQMPD5L),
  .mie:where(.astro-JGQMPD5L) {
    right: calc(50% + 200px);
  }
  .shizuoka:where(.astro-JGQMPD5L) {
    left: calc(50% + 200px);
  }
}
.pcAreaPictureKink:where(.astro-GFY24R4C) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureKink_bg:where(.astro-GFY24R4C) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureKink_wrap:where(.astro-GFY24R4C) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureKink_pref:where(.astro-GFY24R4C) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.shiga:where(.astro-GFY24R4C) {
  top: 60px;
  left: calc(50% + 260px);
}
.kyoto:where(.astro-GFY24R4C) {
  top: 0;
  left: calc(50% + 10px);
}
.osaka:where(.astro-GFY24R4C) {
  top: 290px;
  right: calc(50% + 120px);
}
.hyogo:where(.astro-GFY24R4C) {
  top: 100px;
  right: calc(50% + 260px);
}
.nara:where(.astro-GFY24R4C) {
  top: 350px;
  left: calc(50% + 260px);
}
.wakayama:where(.astro-GFY24R4C) {
  top: 520px;
  right: calc(50% + 120px);
}
@media (max-width: 890px) {
  .hyogo:where(.astro-GFY24R4C) {
    right: calc(50% + 200px);
  }
  .shiga:where(.astro-GFY24R4C),
  .nara:where(.astro-GFY24R4C) {
    left: calc(50% + 200px);
  }
}
.pcAreaPictureCgsk:where(.astro-2G4LNESP) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureCgsk_bg:where(.astro-2G4LNESP) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureCgsk_wrap:where(.astro-2G4LNESP) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureCgsk_pref:where(.astro-2G4LNESP) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.tottori:where(.astro-2G4LNESP) {
  top: 10px;
  left: calc(50% + 320px);
}
.shimane:where(.astro-2G4LNESP) {
  top: 60px;
  right: calc(50% + 220px);
}
.okayama:where(.astro-2G4LNESP) {
  top: 120px;
  left: calc(50% + 320px);
}
.hiroshima:where(.astro-2G4LNESP) {
  top: 90px;
  right: calc(50% + 40px);
}
.yamaguchi:where(.astro-2G4LNESP) {
  top: 150px;
  right: calc(50% + 260px);
}
.tokushima:where(.astro-2G4LNESP) {
  top: 390px;
  left: calc(50% + 270px);
}
.kagawa:where(.astro-2G4LNESP) {
  top: 220px;
  left: calc(50% + 280px);
}
.ehime:where(.astro-2G4LNESP) {
  top: 400px;
  right: calc(50% + 130px);
}
.kochi:where(.astro-2G4LNESP) {
  top: 520px;
  right: calc(50% + 130px);
}
@media (max-width: 1000px) {
  .okayama:where(.astro-2G4LNESP) {
    top: 130px;
    left: calc(50% + 210px);
  }
  .tottori:where(.astro-2G4LNESP) {
    top: 20px;
    left: calc(50% + 210px);
  }
}
@media (max-width: 860px) {
  .kagawa:where(.astro-2G4LNESP),
  .tokushima:where(.astro-2G4LNESP) {
    left: calc(50% + 200px);
  }
  .yamaguchi:where(.astro-2G4LNESP) {
    top: 180px;
    right: calc(50% + 210px);
  }
  .shimane:where(.astro-2G4LNESP) {
    top: 80px;
    right: calc(50% + 210px);
  }
  .hiroshima:where(.astro-2G4LNESP) {
    right: calc(50% + 20px);
  }
}
.pcAreaPictureKyuo:where(.astro-VKFKIZV3) {
  position: relative;
  min-height: 600px;
}
.pcAreaPictureKyuo_bg:where(.astro-VKFKIZV3) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 600px;
  background: var(--bg) center top no-repeat;
}
.pcAreaPictureKyuo_wrap:where(.astro-VKFKIZV3) {
  position: relative;
  z-index: 2;
}
.pcAreaPictureKyuo_pref:where(.astro-VKFKIZV3) {
  position: absolute;
  width: 160px;
  height: 48px;
  background-color: #fff;
  border-radius: 80px;
}
.fukuoka:where(.astro-VKFKIZV3) {
  top: 20px;
  left: 50%;
}
.saga:where(.astro-VKFKIZV3) {
  top: 170px;
  right: calc(50% + 320px);
}
.nagasaki:where(.astro-VKFKIZV3) {
  top: 280px;
  right: calc(50% + 320px);
}
.kumamoto:where(.astro-VKFKIZV3) {
  top: 360px;
  right: calc(50% + 150px);
}
.oita:where(.astro-VKFKIZV3) {
  top: 110px;
  left: calc(50% + 120px);
}
.miyazaki:where(.astro-VKFKIZV3) {
  top: 240px;
  left: calc(50% + 150px);
}
.kagoshima:where(.astro-VKFKIZV3) {
  top: 500px;
  right: calc(50% + 130px);
}
.okinawa:where(.astro-VKFKIZV3) {
  top: 360px;
  left: calc(50% + 80px);
}
@media (max-width: 1000px) {
  .saga:where(.astro-VKFKIZV3),
  .nagasaki:where(.astro-VKFKIZV3) {
    right: calc(50% + 200px);
  }
}
.pcArea:where(.astro-A77ILYCY) {
  font-size: 4.2666666667vw;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 24px;
}
@media screen and (min-width: 768px) {
  .pcArea:where(.astro-A77ILYCY) {
    font-size: 16px;
  }
}
.pcArea_name:where(.astro-A77ILYCY) {
  display: grid;
  place-items: center;
  font-size: 17.6px;
  background-color: #e3e3e3;
  min-height: 56px;
}
.pcAreaPrefs_wrap:where(.astro-A77ILYCY) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  height: 100%;
  align-items: center;
}
.pcAreaPref:where(.astro-A77ILYCY) {
  display: grid;
  place-items: center;
  color: #fff;
  width: 160px;
  height: 48px;
  background-color: var(--color-main);
  border-radius: 40px;
  box-shadow: 4px 4px 6px #0003;
  transition: 0.3s all ease;
}
.spArea:where(.astro-BRL34FH7) {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .spArea:where(.astro-BRL34FH7) {
    font-size: 16px;
  }
}
.spArea_icon:where(.astro-BRL34FH7):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5.33vw;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-size: cover;
  transition: 0.5s;
}
.spArea_name:where(.astro-BRL34FH7) {
  position: relative;
  width: calc(100% + 10.66vw);
  padding: 1em 0 1em 5.33vw;
  margin: 0 -5.33vw;
  border-bottom: 1px solid var(--color-main);
  cursor: pointer;
}
.spArea_name:where(.astro-BRL34FH7):after {
  background: url(../icons/ico_plus.svg) no-repeat center center;
}
.spArea_name:where(.astro-BRL34FH7).active:after {
  background: url(../icons/ico_minus.svg) no-repeat center center;
}
.spAreaPrefs_wrap:where(.astro-BRL34FH7) {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  width: 100%;
  margin-left: 5.33vw;
}
.spAreaPref:where(.astro-BRL34FH7) {
  position: relative;
  display: block;
  padding: 1em 0 1em 3.2vw;
  border-bottom: 1px solid var(--color-main);
}
.spAreaPref:where(.astro-BRL34FH7):after {
  background: url(../icons/ico_arrow_search.svg) no-repeat center center;
}
.spSearchCity:where(.astro-KRYVGM62) {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .spSearchCity:where(.astro-KRYVGM62) {
    font-size: 16px;
  }
}
.spSearchCity_icon:where(.astro-KRYVGM62):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5.33vw;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-size: cover;
  transition: 0.5s;
}
.spSearchCity_pref:where(.astro-KRYVGM62) {
  position: relative;
  width: calc(100% + 10.66vw);
  padding: 1em 10vw 1em 5.33vw;
  margin: 0 -5.33vw;
  border-bottom: 1px solid var(--color-main);
  word-break: break-all;
  cursor: pointer;
}
.spSearchCity_pref:where(.astro-KRYVGM62):after {
  background: url(../icons/ico_plus.svg) no-repeat center center;
}
.spSearchCity_pref:where(.astro-KRYVGM62).active:after {
  background: url(../icons/ico_minus.svg) no-repeat center center;
}
.spSearchCity_Cities-wrap:where(.astro-KRYVGM62) {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
  width: 100%;
  margin-left: 5.33vw;
}
.spSearchCity_city:where(.astro-KRYVGM62) {
  position: relative;
  display: block;
  padding: 1em 10vw 1em 3.2vw;
  border-bottom: 1px solid var(--color-main);
  word-break: break-all;
}
.spSearchCity_city:where(.astro-KRYVGM62):after {
  background: url(../icons/ico_arrow_search.svg) no-repeat center center;
}
.pcSearchCity:where(.astro-25L63HBE) {
  font-size: 4.2666666667vw;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 24px;
}
@media screen and (min-width: 768px) {
  .pcSearchCity:where(.astro-25L63HBE) {
    font-size: 16px;
  }
}
.pcSearchCity_pref:where(.astro-25L63HBE) {
  display: grid;
  place-items: center;
  font-size: 17.6px;
  background-color: #e3e3e3;
  word-break: break-all;
  min-height: 56px;
}
.pcSearchCity_cities-wrap:where(.astro-25L63HBE) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  height: 100%;
  align-items: center;
}
.pcSearchCity_city:where(.astro-25L63HBE) {
  display: grid;
  place-items: center;
  color: #fff;
  width: 160px;
  padding: 12px 16px;
  word-break: break-all;
  background-color: var(--color-main);
  border-radius: 40px;
  box-shadow: 4px 4px 6px #0003;
  transition: 0.3s all ease;
}
.banner_wrap:where(.astro-EJAFXRPZ) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.circleIcon:where(.astro-3DMGBLHZ) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--bgcolor);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .circleIcon:where(.astro-3DMGBLHZ) {
    width: var(--mediumSize);
    height: var(--mediumSize);
  }
}
.circleIcon:where(.astro-3DMGBLHZ) > svg:where(.astro-3DMGBLHZ) {
  max-height: 100%;
  max-width: 100%;
}
.searchIconCard:where(.astro-T7FVNERH) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  padding: 30px 20px;
  border-radius: 10px;
  color: var(--color-assist-main);
  font-weight: 500;
  box-shadow: 4px 4px 6px #0003;
}
.searchIconCard_title:where(.astro-T7FVNERH) {
  font-size: 4.2666666667vw;
  text-align: left;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .searchIconCard_title:where(.astro-T7FVNERH) {
    font-size: 16px;
  }
}
.searchIconCard_desc:where(.astro-T7FVNERH) {
  font-size: 3.2vw;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .searchIconCard_desc:where(.astro-T7FVNERH) {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .searchIconCard_title:where(.astro-T7FVNERH) {
    font-weight: 700;
    font-size: 20px;
  }
  .searchIconCard_desc:where(.astro-T7FVNERH) {
    font-size: 16px;
  }
}
.searchIconCards_wrap:where(.astro-IDSC44DY) {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .searchIconCards_wrap:where(.astro-IDSC44DY) {
    justify-content: center;
    gap: 24px;
  }
  .twoColumn:where(.astro-IDSC44DY) {
    grid-template-columns: repeat(auto-fit, 528px);
  }
  .threeColumn:where(.astro-IDSC44DY) {
    grid-template-columns: repeat(auto-fit, 344px);
  }
  .fourColumn:where(.astro-IDSC44DY) {
    grid-template-columns: repeat(auto-fit, 252px);
  }
}
.meritCard:where(.astro-V6M36TGE) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  padding: 30px 20px;
  border-radius: 10px;
  font-weight: 500;
  background-color: #fff;
}
.meritCard_title:where(.astro-V6M36TGE) {
  font-size: 5.3333333333vw;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .meritCard_title:where(.astro-V6M36TGE) {
    font-size: 20px;
  }
}
.meritCard_desc:where(.astro-V6M36TGE) {
  font-size: 3.2vw;
  text-align: left;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .meritCard_desc:where(.astro-V6M36TGE) {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .meritCard_title:where(.astro-V6M36TGE) {
    font-size: 22px;
  }
  .meritCard_desc:where(.astro-V6M36TGE) {
    font-size: 16px;
  }
}
.merit_wrap:where(.astro-KICPL7UQ) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.merit_item:where(.astro-KICPL7UQ) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .merit_wrap:where(.astro-KICPL7UQ) {
    gap: 24px;
  }
  .twoColumn:where(.astro-KICPL7UQ) {
    width: 528px;
  }
  .threeColumn:where(.astro-KICPL7UQ) {
    width: 344px;
  }
  .fourColumn:where(.astro-KICPL7UQ) {
    width: 252px;
  }
}
.pictureCard:where(.astro-Q5OL2CWI) {
  width: 100%;
}
.pictureCard-wrap:where(.astro-Q5OL2CWI) {
  display: block;
  border-radius: 10px;
  box-shadow: 4px 4px 6px #0003;
  position: relative;
}
.pictureCard-img:where(.astro-Q5OL2CWI) {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.pictureCard-img:where(.astro-Q5OL2CWI):after {
  content: '';
  display: block;
  height: 45px;
}
.pictureCard-wrap:where(.astro-Q5OL2CWI):hover {
  opacity: 0.8;
  box-shadow: 6px 6px 6px #0000001a;
  transition: 0.3s all ease;
}
.pictureCard-title:where(.astro-Q5OL2CWI) {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 48px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.2;
  padding: 1em 6px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .pictureCard-title:where(.astro-Q5OL2CWI) {
    font-size: 16px;
  }
}
.pictureCard-desc:where(.astro-Q5OL2CWI) {
  padding: 10px 15px;
  font-size: 3.2vw;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .pictureCard-desc:where(.astro-Q5OL2CWI) {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .pictureCard-title:where(.astro-Q5OL2CWI) {
    font-size: 20px;
    padding: 6px;
  }
  .pictureCard-desc:where(.astro-Q5OL2CWI) {
    font-size: 16px;
  }
}
.searchPictureCards_wrap:where(.astro-SV67QMRY) {
  display: grid;
  align-items: start;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .searchPictureCards_wrap:where(.astro-SV67QMRY) {
    justify-content: center;
    gap: 24px;
  }
  .twoColumn:where(.astro-SV67QMRY) {
    grid-template-columns: repeat(auto-fit, 528px);
  }
  .threeColumn:where(.astro-SV67QMRY) {
    grid-template-columns: repeat(auto-fit, 344px);
  }
  .fourColumn:where(.astro-SV67QMRY) {
    grid-template-columns: repeat(auto-fit, 252px);
  }
}
.icon:where(.astro-OAULSMXM) {
  position: absolute;
  top: 50%;
  left: 2.26vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .icon:where(.astro-OAULSMXM) {
    left: 10px;
  }
}
.searchButtons_wrap:where(.astro-36XALHFV) {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .searchButtons_wrap:where(.astro-36XALHFV) {
    justify-content: center;
    gap: 24px;
  }
  .twoColumn:where(.astro-36XALHFV) {
    grid-template-columns: repeat(auto-fit, 528px);
  }
  .threeColumn:where(.astro-36XALHFV) {
    grid-template-columns: repeat(auto-fit, 344px);
  }
  .fourColumn:where(.astro-36XALHFV) {
    grid-template-columns: repeat(auto-fit, 252px);
  }
}
.searchBrands_wrap:where(.astro-PBXH4K3O) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 4%;
}
.searchBrands_item:where(.astro-PBXH4K3O) {
  flex-basis: 48%;
  max-width: 48%;
}
.searchBrands_img:where(.astro-PBXH4K3O) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  max-width: 100%;
  height: 120px;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.searchBrands_name:where(.astro-PBXH4K3O) {
  display: block;
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .searchBrands_wrap:where(.astro-PBXH4K3O) {
    gap: 10px 24px;
  }
  .searchBrands_item:where(.astro-PBXH4K3O) {
    flex-basis: 252px;
    max-width: 252px;
  }
  .searchBrands_name:where(.astro-PBXH4K3O) {
    font-size: 16px;
  }
}
.check:where(.astro-IOH52P6R) {
  width: 100%;
  margin-bottom: 20px;
}
.checkContents:where(.astro-IOH52P6R) {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.check_list:where(.astro-IOH52P6R) {
  display: block;
  padding: 8px 24px 0;
}
dt:where(.astro-IOH52P6R) {
  font-size: 2.6666666667vw;
  text-align: left;
  padding: 0 0 4px 24px;
}
@media screen and (min-width: 768px) {
  dt:where(.astro-IOH52P6R) {
    font-size: 10px;
  }
}
dd:where(.astro-IOH52P6R) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  dd:where(.astro-IOH52P6R) {
    display: flex;
  }
  dt:where(.astro-IOH52P6R) {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  dt:where(.astro-IOH52P6R) {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .check_list:where(.astro-IOH52P6R) {
    display: inline-block;
  }
}
.button:where(.astro-HEOGM4DO) {
  background-color: var(--bgcolor);
  color: var(--color);
  width: 100%;
  height: 100%;
  padding: 1em 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  border-radius: 80px;
  transition: 0.3s all ease;
  box-shadow: 4px 4px 6px #0003;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .button:where(.astro-HEOGM4DO) {
    font-size: 16px;
  }
}
.button:where(.astro-HEOGM4DO):hover {
  opacity: 0.8;
  transition: 0.3s all ease;
  box-shadow: 6px 6px 6px #0000001a;
}
.disable:where(.astro-HEOGM4DO) {
  background-color: #aaa;
  color: #333;
  pointer-events: none;
}
.disable:where(.astro-HEOGM4DO):hover {
  opacity: 1;
  box-shadow: 4px 4px 6px #0003;
}
.hasIcon:where(.astro-HEOGM4DO) {
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .button:where(.astro-HEOGM4DO) {
    font-size: 16px;
    border-radius: 40px;
    padding: 12px 0;
  }
  .hasIcon:where(.astro-HEOGM4DO) {
    min-height: 60px;
    padding: 0 20px 0 60px;
  }
}
.search-form-input:where(.astro-YHIOQE45) {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-input:where(.astro-YHIOQE45)
  .search-form-input_title:where(.astro-YHIOQE45) {
  font-size: 2.6666666667vw;
  text-align: left;
  padding: 0 0 4px 24px;
}
@media screen and (min-width: 768px) {
  .search-form-input:where(.astro-YHIOQE45)
    .search-form-input_title:where(.astro-YHIOQE45) {
    font-size: 10px;
  }
}
.search-form-input:where(.astro-YHIOQE45) dd:where(.astro-YHIOQE45) {
  width: 100%;
}
.search-form-input:where(.astro-YHIOQE45)
  dd:where(.astro-YHIOQE45)
  input:where(.astro-YHIOQE45) {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 10px 32px;
}
@media screen and (max-width: 767px) {
  .search-form-input:where(.astro-YHIOQE45)
    dd:where(.astro-YHIOQE45)
    input:where(.astro-YHIOQE45) {
    font-size: 16px;
  }
}
.do-form-enter:where(.astro-YHIOQE45):focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@media screen and (min-width: 768px) {
  .search-form-input_title:where(.astro-YHIOQE45) {
    font-size: 11px !important;
  }
}
.search-form-select:where(.astro-SVDINW67) {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-select:where(.astro-SVDINW67) dt:where(.astro-SVDINW67) {
  font-size: 2.6666666667vw;
  text-align: left;
  padding: 0 0 4px 24px;
}
@media screen and (min-width: 768px) {
  .search-form-select:where(.astro-SVDINW67) dt:where(.astro-SVDINW67) {
    font-size: 10px;
  }
}
.search-form-select:where(.astro-SVDINW67) dd:where(.astro-SVDINW67) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-form-select_title:where(.astro-SVDINW67) {
    font-size: 11px !important;
  }
}
.search-form:where(.astro-X5RY63T2) {
  width: 100%;
  margin: 0 auto;
}
.search-form_one-column:where(.astro-X5RY63T2) {
  max-width: 712px;
  margin: 0 auto;
}
.search-form_one-column:where(.astro-X5RY63T2) :where(.astro-X5RY63T2) {
  width: 100%;
}
.search-form_button:where(.astro-X5RY63T2) {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .search-form_upper-child:where(.astro-X5RY63T2) {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .search-form_button:where(.astro-X5RY63T2) {
    max-width: 344px;
    flex-basis: 344px;
    height: 60px;
  }
  .search-form_one-column:where(.astro-X5RY63T2)
    .search-form_button:where(.astro-X5RY63T2) {
    flex-basis: 528px;
    max-width: 528px;
    height: 60px;
  }
}
.wrap:where(.astro-PATNJMLL) {
  display: inline-block;
  height: var(--size);
  width: var(--size);
}
@media screen and (min-width: 768px) {
  .wrap:where(.astro-PATNJMLL) {
    height: var(--mediumSize);
    width: var(--mediumSize);
  }
}
.faq_list:where(.astro-3XFZXB44) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq_item:where(.astro-3XFZXB44) {
  padding: 20px 5.33vw;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.faq_item-question:where(.astro-3XFZXB44),
.faq_item-answer:where(.astro-3XFZXB44) {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.faq_item-question:where(.astro-3XFZXB44) > span:where(.astro-3XFZXB44),
.faq_item-answer:where(.astro-3XFZXB44) > span:where(.astro-3XFZXB44) {
  max-width: calc(100% - 58px);
}
.faq_item-question:where(.astro-3XFZXB44) {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.faq_item-answer:where(.astro-3XFZXB44) {
  font-size: 16px;
}
.faq_item-answer:where(.astro-3XFZXB44) > span:where(.astro-3XFZXB44) {
  line-height: 2;
}
.faq_list:where(.astro-5LTLDQY2) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq_item:where(.astro-5LTLDQY2) {
  padding: 20px 5.33vw;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.faq_item-question:where(.astro-5LTLDQY2),
.faq_item-answer:where(.astro-5LTLDQY2) {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-weight: 700;
}
.faq_item-question:where(.astro-5LTLDQY2) > span:where(.astro-5LTLDQY2),
.faq_item-answer:where(.astro-5LTLDQY2) > span:where(.astro-5LTLDQY2) {
  max-width: calc(100% - 58px);
}
.faq_item-question:where(.astro-5LTLDQY2) {
  font-size: 4.2666666667vw;
  position: relative;
  padding-right: 10.66vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq_item-question:where(.astro-5LTLDQY2) {
    font-size: 16px;
  }
}
.faq_item-question:where(.astro-5LTLDQY2):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-size: cover;
  transition: 0.5s;
  background: url(../icons/ico_plus.svg) no-repeat center center;
}
.faq_item-question:where(.astro-5LTLDQY2).active {
  margin-bottom: 20px;
}
.faq_item-question:where(.astro-5LTLDQY2).active:after {
  background: url(../icons/ico_minus.svg) no-repeat center center;
}
.faq_item-answer:where(.astro-5LTLDQY2) {
  font-size: 3.2vw;
  line-height: 2em;
  overflow: hidden;
  transition: 0.5s;
  height: 0;
}
@media screen and (min-width: 768px) {
  .faq_item-answer:where(.astro-5LTLDQY2) {
    font-size: 12px;
  }
}
.interview_two:where(.astro-PMYUXX4N) {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 0 auto 40px;
  word-break: break-all;
}
.interview_one:where(.astro-PMYUXX4N) {
  margin: 0 auto 40px;
  max-width: 896px;
  word-break: break-all;
}
.interview_user:where(.astro-PMYUXX4N) {
  display: flex;
  align-items: center;
  gap: 20px;
}
.interview_user_image:where(.astro-PMYUXX4N) {
  width: 80px;
}
.interview_one_contents:where(.astro-PMYUXX4N) {
  padding: 0 3vw 20px;
  margin: 20px 0 4%;
  border-radius: 10px;
  background: #fff;
}
.interview_contents:where(.astro-PMYUXX4N) {
  padding: 0 3vw 20px 0;
  margin: 20px 0 4%;
}
.interview_contents_wrapper:where(.astro-PMYUXX4N) {
  max-width: calc(100% - 436px);
}
.interview_image:where(.astro-PMYUXX4N) {
  width: 436px;
}
.interview_title_one:where(.astro-PMYUXX4N) {
  font-size: 22px;
}
.interview_title_two:where(.astro-PMYUXX4N) {
  font-size: 22px;
  margin: 10px 0 5px;
}
.interview_description_one:where(.astro-PMYUXX4N) {
  font-size: 16px;
}
.interview_description_two:where(.astro-PMYUXX4N) {
  font-size: 16px;
  line-height: 1.5;
}
.interview_list:where(.astro-PMYUXX4N) {
  padding: 20px 0 10px;
}
.interview_list:where(.astro-PMYUXX4N)
  > li:where(.astro-PMYUXX4N):not(:first-child) {
  margin-top: 20px;
}
.interview_list_question:where(.astro-PMYUXX4N) {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.interview_list_answer:where(.astro-PMYUXX4N) {
  font-size: 16px;
  line-height: 2em;
}
.interview_schedule_title:where(.astro-PMYUXX4N) {
  font-size: 20px;
  margin: 5px 0;
}
.interview_schedule_row:where(.astro-PMYUXX4N) {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
  font-size: 13.2px;
}
.interview_schedule_row:where(.astro-PMYUXX4N) > :where(.astro-PMYUXX4N) {
  padding: 0.5em 1em;
}
.interview_schedule_row:where(.astro-PMYUXX4N) > dt:where(.astro-PMYUXX4N) {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  min-width: 130px;
  flex-basis: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview_schedule_row:where(.astro-PMYUXX4N) > dd:where(.astro-PMYUXX4N) {
  flex-basis: 400px;
  background: rgba(0, 0, 0, 0.1);
}
.interview:where(.astro-BXMMHAF6) {
  word-break: break-all;
  margin: 0 auto 40px;
}
.interview_image:where(.astro-BXMMHAF6) {
  max-width: 436px;
  height: auto;
}
.interview_title:where(.astro-BXMMHAF6) {
  font-size: 5.3333333333vw;
  margin: 10px 0 5px;
}
@media screen and (min-width: 768px) {
  .interview_title:where(.astro-BXMMHAF6) {
    font-size: 20px;
  }
}
.interview_description:where(.astro-BXMMHAF6) {
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .interview_description:where(.astro-BXMMHAF6) {
    font-size: 12px;
  }
}
.interview_button:where(.astro-BXMMHAF6) {
  border-radius: 16px;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interview_button:where(.astro-BXMMHAF6) {
    font-size: 12px;
  }
}
.interview_contents:where(.astro-BXMMHAF6) {
  overflow: hidden;
  transition: 0.3s;
  height: 0;
  border-radius: 10px;
  background: #fff;
}
.interview_list:where(.astro-BXMMHAF6) {
  padding: 20px 3vw 10px;
}
.interview_list:where(.astro-BXMMHAF6)
  > li:where(.astro-BXMMHAF6):not(:first-child) {
  margin-top: 20px;
}
.interview_list_question:where(.astro-BXMMHAF6) {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .interview_list_question:where(.astro-BXMMHAF6) {
    font-size: 16px;
  }
}
.interview_list_answer:where(.astro-BXMMHAF6) {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .interview_list_answer:where(.astro-BXMMHAF6) {
    font-size: 12px;
  }
}
.interview_schedule:where(.astro-BXMMHAF6) {
  padding: 0 3vw 20px;
}
.interview_schedule_title:where(.astro-BXMMHAF6) {
  font-size: 2.6666666667vw;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .interview_schedule_title:where(.astro-BXMMHAF6) {
    font-size: 10px;
  }
}
.interview_schedule_row:where(.astro-BXMMHAF6) {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .interview_schedule_row:where(.astro-BXMMHAF6) {
    font-size: 12px;
  }
}
.interview_schedule_row:where(.astro-BXMMHAF6) > :where(.astro-BXMMHAF6) {
  padding: 0.5em 1em;
}
.interview_schedule_row:where(.astro-BXMMHAF6) > dt:where(.astro-BXMMHAF6) {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  min-width: 20%;
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interview_schedule_row:where(.astro-BXMMHAF6) > dd:where(.astro-BXMMHAF6) {
  min-width: 78%;
  flex-basis: 78%;
  background: rgba(0, 0, 0, 0.1);
}
.interview_one:where(.astro-BXMMHAF6) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.interview_one_image:where(.astro-BXMMHAF6) {
  flex-basis: 20%;
  max-width: 20%;
  margin-right: 4%;
}
.interview_one_user:where(.astro-BXMMHAF6) {
  flex-basis: 76%;
  max-width: 76%;
}
.interview_one_user:where(.astro-BXMMHAF6)
  > .interview_title:where(.astro-BXMMHAF6) {
  margin: 0;
}
.scout:where(.astro-NPBUSTBY) {
  display: grid;
  grid-template-areas: 'icon title' 'icon description';
  align-items: center;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  grid-template-columns: 60px 1fr;
}
.scout_icon:where(.astro-NPBUSTBY) {
  grid-area: icon;
}
.scout_title:where(.astro-NPBUSTBY) {
  grid-area: title;
  width: 100%;
  font-size: 4.2666666667vw;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .scout_title:where(.astro-NPBUSTBY) {
    font-size: 16px;
  }
}
.scout_desc:where(.astro-NPBUSTBY) {
  grid-area: description;
  width: 100%;
  font-size: 3.2vw;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .scout_desc:where(.astro-NPBUSTBY) {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .scout:where(.astro-NPBUSTBY) {
    grid-template-columns: 40px 200px 1fr;
    grid-template-areas: 'icon title description';
    min-height: 120px;
    gap: 24px;
    padding: 24px 80px;
  }
  .scout_title:where(.astro-NPBUSTBY) {
    font-size: 17.6px;
    padding-left: 24px;
  }
  .scout_desc:where(.astro-NPBUSTBY) {
    font-size: 13.2px;
  }
}
.resume:where(.astro-7WICDSTP) {
  display: grid;
  grid-template-areas: 'icon title' 'icon description';
  align-items: center;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  grid-template-columns: 60px 1fr;
}
.resume_icon:where(.astro-7WICDSTP) {
  grid-area: icon;
}
.resume_title:where(.astro-7WICDSTP) {
  grid-area: title;
  width: 100%;
  font-size: 4.2666666667vw;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .resume_title:where(.astro-7WICDSTP) {
    font-size: 16px;
  }
}
.resume_desc:where(.astro-7WICDSTP) {
  grid-area: description;
  width: 100%;
  font-size: 3.2vw;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .resume_desc:where(.astro-7WICDSTP) {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .resume:where(.astro-7WICDSTP) {
    grid-template-columns: 40px 200px 1fr;
    grid-template-areas: 'icon title description';
    min-height: 120px;
    gap: 24px;
    padding: 24px 80px;
  }
  .resume_title:where(.astro-7WICDSTP) {
    font-size: 17.6px;
    padding-left: 24px;
  }
  .resume_desc:where(.astro-7WICDSTP) {
    font-size: 13.2px;
  }
}
.work-flow_title:where(.astro-MFSLNPIR) {
  padding: 20px 5.33vw;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 4.2666666667vw;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  line-height: normal;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .work-flow_title:where(.astro-MFSLNPIR) {
    font-size: 16px;
  }
}
.work-flow_title_number:where(.astro-MFSLNPIR) {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 900;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-flow_text:where(.astro-MFSLNPIR) {
  padding: 20px 5.33vw 20px 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  word-break: break-all;
  line-height: 2em;
}
.work-flow_arrow:where(.astro-MFSLNPIR) {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--color-main);
  margin: 15px auto;
}
@media screen and (min-width: 768px) {
  .work-flow_box:where(.astro-MFSLNPIR) {
    display: flex;
    justify-content: center;
  }
  .work-flow_title:where(.astro-MFSLNPIR) {
    min-width: 400px;
    max-width: 400px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #ccc;
    border-right: none;
    font-weight: 900;
    font-size: 20px;
  }
  .work-flow_text:where(.astro-MFSLNPIR) {
    border-radius: 0 10px 10px 0;
    flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
    border: 1px solid #ccc;
    border-left: none;
    font-size: 16px;
  }
}
.careerPlans:where(.astro-WSPK4BH7) {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  word-break: break-all;
}
.careerPlans_plan:where(.astro-WSPK4BH7) {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.careerPlans_title:where(.astro-WSPK4BH7) {
  padding: 20px 5.33vw 10px;
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .careerPlans_title:where(.astro-WSPK4BH7) {
    font-size: 16px;
  }
}
.careerPlans_body:where(.astro-WSPK4BH7) {
  padding: 10px 5.33vw 20px;
  line-height: 2em;
}
.careerPlans_career_wrap:where(.astro-WSPK4BH7) {
  margin: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  overflow: hidden;
}
.careerPlans_career:where(.astro-WSPK4BH7) {
  position: relative;
  font-size: 4.2666666667vw;
  padding: 20px 20px 2px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .careerPlans_career:where(.astro-WSPK4BH7) {
    font-size: 16px;
  }
}
.careerPlans_career:where(.astro-WSPK4BH7):last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.careerPlans_career:where(.astro-WSPK4BH7):not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -35px;
  right: 50%;
  transform: translate(50%);
  width: 0;
  height: 0;
  border-right: 300px solid transparent;
  border-left: 300px solid transparent;
  border-top: 35px solid var(--color-main);
}
.careerPlans_career-1:where(.astro-WSPK4BH7) {
  --color-main: rgba(var(--rgb), 0.88);
}
.careerPlans_career-2:where(.astro-WSPK4BH7) {
  --color-main: rgba(var(--rgb), 0.76);
}
.careerPlans_career-3:where(.astro-WSPK4BH7) {
  --color-main: rgba(var(--rgb), 0.64);
}
.careerPlans_career-4:where(.astro-WSPK4BH7) {
  --color-main: rgba(var(--rgb), 0.52);
}
.careerPlans_career-5:where(.astro-WSPK4BH7) {
  --color-main: rgba(var(--rgb), 0.4);
}
.careerPlans_career-6:where(.astro-WSPK4BH7) {
  --color-main: rgba(var(--rgb), 0.28);
}
@media screen and (min-width: 768px) {
  .careerPlans_plan:where(.astro-WSPK4BH7) {
    display: grid;
    grid-template-columns: 25% 75%;
  }
  .careerPlans_title:where(.astro-WSPK4BH7) {
    padding: 20px 5.33vw;
    display: flex;
    align-items: center;
  }
  .careerPlans_desc:where(.astro-WSPK4BH7) {
    font-size: 16px;
  }
  .careerPlans_body:where(.astro-WSPK4BH7) {
    padding: 20px 5.33vw 20px 20px;
  }
  .careerPlans_career_wrap:where(.astro-WSPK4BH7) {
    flex-direction: row;
    gap: 20px 45px;
    margin: 10px 0 0;
    overflow-x: auto;
  }
  .careerPlans_career:where(.astro-WSPK4BH7) {
    font-size: 13.2px;
    margin-bottom: 0;
    padding: 20px 4px 20px 30px;
    white-space: nowrap;
  }
  .careerPlans_career:where(.astro-WSPK4BH7):last-child {
    padding-right: 30px;
  }
  .careerPlans_career:where(.astro-WSPK4BH7):not(:last-child):after {
    bottom: 50%;
    transform: translateY(50%);
    right: -40px;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 40px solid var(--color-main);
    border-right: none;
  }
}
.careerSteps:where(.astro-263ANXJP) {
  word-break: break-all;
}
.careerSteps_step:where(.astro-263ANXJP) {
  display: flex;
  align-items: center;
}
.careerSteps_step_num:where(.astro-263ANXJP) {
  padding: 10px;
  width: 24%;
  margin-right: 10px;
  color: #fff;
  background: var(--color-main);
}
.careerSteps_step_num-1:where(.astro-263ANXJP) {
  width: calc(24% + 20px);
  --color-main: rgba(var(--rgb), 0.88);
}
.careerSteps_step_title-1:where(.astro-263ANXJP) {
  width: calc(76% - 20px);
}
.careerSteps_step_num-2:where(.astro-263ANXJP) {
  width: calc(24% + 40px);
  --color-main: rgba(var(--rgb), 0.76);
}
.careerSteps_step_title-2:where(.astro-263ANXJP) {
  width: calc(76% - 40px);
}
.careerSteps_step_num-3:where(.astro-263ANXJP) {
  width: calc(24% + 60px);
  --color-main: rgba(var(--rgb), 0.64);
}
.careerSteps_step_title-3:where(.astro-263ANXJP) {
  width: calc(76% - 60px);
}
.careerSteps_step_num-4:where(.astro-263ANXJP) {
  width: calc(24% + 80px);
  --color-main: rgba(var(--rgb), 0.52);
}
.careerSteps_step_title-4:where(.astro-263ANXJP) {
  width: calc(76% - 80px);
}
.careerSteps_step_num-5:where(.astro-263ANXJP) {
  width: calc(24% + 100px);
  --color-main: rgba(var(--rgb), 0.4);
}
.careerSteps_step_title-5:where(.astro-263ANXJP) {
  width: calc(76% - 100px);
}
.careerSteps_step_title:where(.astro-263ANXJP) {
  display: inline-block;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .careerSteps_step_title:where(.astro-263ANXJP) {
    font-size: 16px;
  }
}
.careerSteps_step_desc:where(.astro-263ANXJP) {
  margin: 10px 0 20px;
}
.careerSteps_desc:where(.astro-263ANXJP) {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5.33vw;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .careerSteps_wrap:where(.astro-263ANXJP) {
    display: grid;
    grid-template-columns: repeat(var(--max), minmax(160px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    align-items: flex-end;
    column-gap: 20px;
    width: 100%;
    overflow-x: auto;
  }
  .careerSteps_step_num:where(.astro-263ANXJP) {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    width: 100%;
  }
  .careerSteps_step:where(.astro-263ANXJP) {
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 20px 20px;
    color: #fff;
    background: var(--color-main);
    height: 100px;
    overflow: hidden;
  }
  .careerSteps_step-1:where(.astro-263ANXJP) {
    --color-main: rgba(var(--rgb), 0.88);
    height: 130px;
  }
  .careerSteps_step-2:where(.astro-263ANXJP) {
    --color-main: rgba(var(--rgb), 0.76);
    height: 160px;
  }
  .careerSteps_step-3:where(.astro-263ANXJP) {
    --color-main: rgba(var(--rgb), 0.64);
    height: 190px;
  }
  .careerSteps_step-4:where(.astro-263ANXJP) {
    --color-main: rgba(var(--rgb), 0.52);
    height: 220px;
  }
  .careerSteps_step-5:where(.astro-263ANXJP) {
    --color-main: rgba(var(--rgb), 0.4);
    height: 250px;
  }
  .careerSteps_step_title:where(.astro-263ANXJP) {
    width: 100%;
    font-size: 17.6px;
  }
  .careerSteps_step_desc:where(.astro-263ANXJP) {
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .careerSteps_desc:where(.astro-263ANXJP) {
    font-size: 16px;
  }
}
.movieContainer:where(.astro-TWMWM3XW) {
  max-width: 720px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.movieWrapper:where(.astro-TWMWM3XW) {
  width: 100%;
  padding-top: 56.25%;
}
.movieWrapper:where(.astro-TWMWM3XW) iframe:where(.astro-TWMWM3XW) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery_section:where(.astro-AART36GY) ul:where(.astro-AART36GY) {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
}
@media screen and (max-width: 767px) {
  .gallery_section:where(.astro-AART36GY) ul:where(.astro-AART36GY) {
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
  }
}
.gallery_section:where(.astro-AART36GY)
  ul:where(.astro-AART36GY)
  li:where(.astro-AART36GY) {
  padding-bottom: 8px;
}
.thum_box:where(.astro-AART36GY) {
  width: 208px;
  height: 208px;
}
@media screen and (max-width: 767px) {
  .thum_box:where(.astro-AART36GY) {
    width: 17vw;
    height: 17vw;
  }
}
.customButton:where(.astro-N7ADSCZH) {
  color: var(--color-assist-main);
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 4.2666666667vw;
  font-weight: 500;
  border-radius: 80px;
  transition: 0.3s all ease;
  box-shadow: 4px 4px 6px #0003;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .customButton:where(.astro-N7ADSCZH) {
    font-size: 16px;
  }
}
.customButton:where(.astro-N7ADSCZH):hover {
  opacity: 0.8;
  transition: 0.3s all ease;
  box-shadow: 6px 6px 6px #0000001a;
}
@media screen and (min-width: 768px) {
  .button:where(.astro-N7ADSCZH) {
    font-size: 16px;
    border-radius: 40px;
    padding: 12px 0;
  }
}
.companyInfo_wrap:where(.astro-CJM42O3R) {
  word-break: break-all;
  border-top: 1.5px solid #ccc;
  border-bottom: 1.5px solid #ccc;
}
.companyInfo_item:where(.astro-CJM42O3R):not(:last-child) {
  border-bottom: 1.5px solid #ccc;
}
.companyInfo_item:where(.astro-CJM42O3R) {
  display: flex;
  gap: 5vw;
  align-items: center;
  padding: 14px 5vw 18px;
}
.companyInfo_title:where(.astro-CJM42O3R) {
  width: 30%;
  line-height: 2.2;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.companyInfo_desc:where(.astro-CJM42O3R) {
  width: 70%;
  font-size: 12px;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .companyInfo_wrap:where(.astro-CJM42O3R) {
    max-width: 920px;
    margin: 0 auto;
  }
  .companyInfo_title:where(.astro-CJM42O3R) {
    width: 160px;
    font-size: 20px;
  }
  .companyInfo_desc:where(.astro-CJM42O3R) {
    width: calc(100% - 160px);
    font-size: 16px;
  }
}
.section:where(.astro-MFST5HTQ) {
  position: relative;
  padding: 60px 0;
}
.inner:where(.astro-MFST5HTQ) {
  width: 100%;
  margin: 0 auto;
  padding: 0 5.33vw;
}
.fragment:where(.astro-MFST5HTQ) {
  position: absolute;
  top: -1.5em;
}
@media screen and (min-width: 768px) {
  .inner:where(.astro-MFST5HTQ) {
    max-width: 1160px;
    padding: 0 40px;
  }
}
.pageTop:where(.astro-EU46N2MQ) {
  background: var(--bgcolor);
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  visibility: hidden;
}
[data-is-scrolling='true'] .pageTop:where(.astro-EU46N2MQ) {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.pageTop:where(.astro-EU46N2MQ):hover {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .pageTop:where(.astro-EU46N2MQ) {
    width: 80px;
    height: 80px;
    border-radius: 100px;
  }
}
.arrow:where(.astro-EU46N2MQ):before,
.arrow:where(.astro-EU46N2MQ):after {
  content: '';
  display: block;
  position: absolute;
  left: 24%;
  border: 16px solid transparent;
}
.arrow:where(.astro-EU46N2MQ):before {
  top: 6%;
  border-bottom-color: #fff;
}
.arrow:where(.astro-EU46N2MQ):after {
  top: 16%;
  border-bottom-color: var(--bgcolor);
}
@media screen and (min-width: 768px) {
  .arrow:where(.astro-EU46N2MQ):before,
  .arrow:where(.astro-EU46N2MQ):after {
    left: 26%;
    border-width: 20px;
  }
  .arrow:where(.astro-EU46N2MQ):before {
    top: 8%;
  }
  .arrow:where(.astro-EU46N2MQ):after {
    top: 20%;
  }
}
