*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  clear: both;
  height: 0;
  color: inherit;
  border-top-width: 1px;
  margin: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  color: inherit;
  background-color: #0000;
  -webkit-text-decoration: none;
  text-decoration: none
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  padding: 0
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button {
  height: auto
}

[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=number] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: 700
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 5rem;
  overflow-x: clip
}

html:has(body.is-scrollLock) {
  overflow-y: hidden
}

body {
  background-color: #fff;
  background-color: var(--c-background);
  color: var(--c-text);
  font-family: LINE Seed JP, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--f-default);
  letter-spacing: .025em;
  line-break: strict;
  word-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative
}

body.is-scrollLock {
  overflow: hidden
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto
}

picture {
  display: block
}

input,
button,
textarea {
  font-family: LINE Seed JP, sans-serif;
  font-family: var(--f-default)
}

.visually-hidden {
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important
}

:root {
  --c-black: #000;
  --c-white: #fff;
  --c-background: var(--c-white);
  --c-text: #333;
  --c-yellow: #e19e1c;
  --c-main-100: #5972ca;
  --c-main-200: #072d5f;
  --c-bg-100: #c6f6f7;
  --c-bg-200: #75daec;
  --c-border: #9dc0d9;
  --c-tag-navy: #0072b2;
  --c-tag-orange: #e69f00;
  --c-tag-teal: #009e73;
  --c-tag-purple: #cc79a7;
  --c-tag-yellow: #f0e442;
  --c-btn: #0dc1fd;
  --c-link: var(--c-main-100);
  --c-link-hover: var(--c-main-200);
  --c-red: #e8433a;
  --c-blue-dark: #015ead;
  --c-sns-bg: #d2d3b0;
  --c-footer-bg: var(--c-main-200);
  --z-fixed: 1030;
  --z-modal: 1050;
  --f-default: "LINE Seed JP", sans-serif;
  --f-line-seed: "LINE Seed JP", sans-serif;
  --s-container-inline: 1.25rem;
  --s-container-block: 5rem
}

@media (width<=767.98px) {
  :root {
    --s-container-inline: 1.25rem;
    --s-container-block: 3.75rem
  }
}

@media (width>=768px) and (width<=1199.98px) {
  :root {
    --s-container-inline: 2.5rem
  }
}

@media (width>=1200px) {
  :root {
    --s-container-inline: max(2.5rem, calc((100vw - 77.5rem) / 2))
  }
}

.container {
  padding: 5rem 1.25rem;
  padding: var(--s-container-block) var(--s-container-inline)
}

@media (width<=767.98px) {
  .container {
    padding: 3.75rem 1.25rem;
    padding: 3.75rem var(--s-container-inline)
  }
}

.container_sm {
  padding: 3.75rem 1.25rem;
  padding: 3.75rem var(--s-container-inline)
}

.container_800 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto
}

.section_title {
  color: var(--c-main-200);
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1
}

@media (width<=767.98px) {
  .section_title {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
  }
}

.section_subtitle {
  color: var(--c-main-200);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

.btn {
  color: var(--c-white);
  width: 25rem;
  height: 4.375rem;
  white-space: nowrap;
  background: linear-gradient(#36d0ff 0%, #05abdf 100%);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 .625rem .3125rem #5d71b866, inset 0 -.3125rem .75rem #00506e66, inset 0 .3125rem .625rem #ffffff8c
}

.btn img {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem
}

@media (hover:hover) {
  .btn {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .btn:hover {
    transform: translateY(.1875rem);
    box-shadow: 0 .25rem .1875rem #5d71b84d, inset 0 -.3125rem .75rem #00506e66, inset 0 .3125rem .625rem #ffffff8c
  }
}

@media (width<=767.98px) {
  .btn {
    width: 100%;
    max-width: 25rem;
    height: 3.75rem;
    font-size: 1rem
  }
}

.btn_sm {
  color: var(--c-white);
  width: fit-content;
  height: 2.6875rem;
  white-space: nowrap;
  background: linear-gradient(#36d0ff 0%, #05abdf 100%);
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 2.5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 .375rem .3125rem #6f6c8a33, inset 0 -.25rem .625rem #00506e59, inset 0 .25rem .5rem #ffffff80
}

.btn_sm img {
  flex-shrink: 0;
  width: .875rem;
  height: .875rem
}

@media (hover:hover) {
  .btn_sm {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .btn_sm:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .125rem #6f6c8a26, inset 0 -.25rem .625rem #00506e59, inset 0 .25rem .5rem #ffffff80
  }
}

.visually_hidden {
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

@media (width<=991.98px) {
  .pc_only {
    display: none !important
  }
}

@media (width>=992px) {
  .sp_only {
    display: none !important
  }
}

@media (width<=767.98px) {
  .pc_tab_only {
    display: none !important
  }
}

@media (width>=992px) {
  .tab_only {
    display: none !important
  }
}

@media (width<=767.98px) {
  .tab_only {
    display: none !important
  }
}

.programs_difficulty_note {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #fff6;
  border-radius: .5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem
}

.programs_difficulty_note .programs_difficulty_note_title {
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 700
}

.programs_difficulty_note .programs_difficulty_note_list {
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex
}

.programs_difficulty_note .programs_difficulty_note_item {
  align-items: flex-start;
  gap: .8rem;
  font-size: .75rem;
  line-height: 1.5;
  display: flex
}

.programs_difficulty_note .programs_difficulty_note_stars {
  flex-shrink: 0;
  align-items: center;
  gap: .125rem;
  margin-top: .05rem;
  line-height: 1;
  display: flex
}

.programs_difficulty_note .programs_difficulty_note_stars img {
  width: .875rem;
  height: .875rem;
  display: block
}

main {
  position: relative;
  container-type: inline-size
}

.shapedividers_com-3579 {
  position: relative;
  overflow: hidden;
  container-type: inline-size
}

.shapedividers_com-3579:before {
  z-index: 3;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8, <svg preserveAspectRatio=\"xMidYMin slice\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2001 77\"><g fill=\"%23acecf1\"><path opacity=\".5\" d=\"M1993 31v22l-19 11-19-11V31l19-11 19 11zM1942 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1961 25v16l-14 8-14-8V25l14-8 14 8zM1969 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M1871 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1903 25v16l14 8 14-8V25l-14-8-14 8zM1895 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1855 31v22l-19 11-19-11V31l19-11 19 11zM1803 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1823 25v16l-14 8-14-8V25l14-8 14 8zM1831 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1733 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1765 25v16l14 8 14-8V25l-14-8-14 8zM1757 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1717 31v22l-19 11-19-11V31l19-11 19 11zM1665 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1685 25v16l-14 8-14-8V25l14-8 14 8zM1693 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1594 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M1626 25v16l14 8 15-8V25l-15-8-14 8zM1618 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1579 31v22l-19 11-20-11V31l20-11 19 11zM1527 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1547 25v16l-14 8-15-8V25l15-8 14 8zM1555 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1456 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1488 25v16l14 8 14-8V25l-14-8-14 8zM1480 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1441 31v22l-20 11-19-11V31l19-11 20 11zM1389 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M1408 25v16l-14 8-14-8V25l14-8 14 8zM1416 8v8l-6 4-7-4V8l7-4 6 4z\"/><path opacity=\".5\" d=\"M1318 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1350 25v16l14 8 14-8V25l-14-8-14 8zM1342 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1302 31v22l-19 11-19-11V31l19-11 19 11zM1251 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M1270 25v16l-14 8-14-8V25l14-8 14 8zM1278 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1180 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M1212 25v16l14 8 14-8V25l-14-8-14 8zM1204 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M1164 31v22l-19 11-19-11V31l19-11 19 11zM1112 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M1132 25v16l-14 8-14-8V25l14-8 14 8zM1140 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M1041 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M1074 25v16l14 8 14-8V25l-14-8-14 8zM1066 8v8l6 4 7-4V8l-7-4-6 4z\"/><path opacity=\".5\" d=\"M1026 31v22l-19 11-20-11V31l20-11 19 11zM974 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M994 25v16l-14 8-14-8V25l14-8 14 8zM1002 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M903 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M935 25v16l14 8 15-8V25l-15-8-14 8zM927 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M888 31v22l-20 11-19-11V31l19-11 20 11zM836 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M856 25v16l-15 8-14-8V25l14-8 15 8zM864 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M765 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M797 25v16l14 8 14-8V25l-14-8-14 8zM789 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M749 31v22l-19 11-19-11V31l19-11 19 11zM698 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M717 25v16l-14 8-14-8V25l14-8 14 8zM725 8v8l-7 4-6-4V8l6-4 7 4z\"/><path opacity=\".5\" d=\"M627 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M659 25v16l14 8 14-8V25l-14-8-14 8zM651 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M611 31v22l-19 11-19-11V31l19-11 19 11zM560 6v11l-10 5-10-5V6l10-6 10 6z\"/><path opacity=\".75\" d=\"M579 25v16l-14 8-14-8V25l14-8 14 8zM587 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M489 31v22l19 11 19-11V31l-19-11-19 11z\"/><path opacity=\".75\" d=\"M521 25v16l14 8 14-8V25l-14-8-14 8zM513 8v8l7 4 6-4V8l-6-4-7 4z\"/><path opacity=\".5\" d=\"M473 31v22l-19 11-19-11V31l19-11 19 11zM421 6v11l-9 5-10-5V6l10-6 9 6z\"/><path opacity=\".75\" d=\"M441 25v16l-14 8-14-8V25l14-8 14 8zM449 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M350 31v22l20 11 19-11V31l-19-11-20 11z\"/><path opacity=\".75\" d=\"M382 25v16l15 8 14-8V25l-14-8-15 8zM374 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M335 31v22l-19 11-20-11V31l20-11 19 11zM283 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M303 25v16l-14 8-14-8V25l14-8 14 8zM311 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M212 31v22l19 11 20-11V31l-20-11-19 11z\"/><path opacity=\".75\" d=\"M244 25v16l14 8 14-8V25l-14-8-14 8zM236 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M197 31v22l-20 11-19-11V31l19-11 20 11zM145 6v11l-10 5-9-5V6l9-6 10 6z\"/><path opacity=\".75\" d=\"M164 25v16l-14 8-14-8V25l14-8 14 8zM173 8v8l-7 4-7-4V8l7-4 7 4z\"/><path opacity=\".5\" d=\"M74 31v22l19 11 19-11V31L93 20 74 31z\"/><path opacity=\".3\" d=\"M53 9v15l13 7 13-7V9L66 1 53 9zM191 9v15l13 7 13-7V9l-13-8-13 8zM330 9v15l13 7 13-7V9l-13-8-13 8zM468 9v15l13 7 13-7V9l-13-8-13 8zM606 9v15l13 7 13-7V9l-13-8-13 8zM744 9v15l13 7 13-7V9l-13-8-13 8zM883 9v15l12 7 13-7V9l-13-8-12 8zM1021 9v15l13 7 13-7V9l-13-8-13 8zM1159 9v15l13 7 13-7V9l-13-8-13 8zM1297 9v15l13 7 13-7V9l-13-8-13 8zM1435 9v15l13 7 13-7V9l-13-8-13 8zM1574 9v15l13 7 12-7V9l-12-8-13 8zM1712 9v15l13 7 13-7V9l-13-8-13 8zM1850 9v15l13 7 13-7V9l-13-8-13 8z\"/><path opacity=\".75\" d=\"M106 25v16l14 8 14-8V25l-14-8-14 8zM98 8v8l7 4 7-4V8l-7-4-7 4z\"/><path opacity=\".5\" d=\"M58 31v22L39 64 20 53V31l19-11 19 11z\"/><path opacity=\".75\" d=\"M34 8v8l-7 4-6-4V8l6-4 7 4z\"/><path d=\"M2001 77V62l-21-12-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14L0 64v13h2001z\"/><path opacity=\".75\" d=\"M12 49L0 42V23l12-6 14 8v16l-14 8z\"/><path opacity=\".3\" d=\"M2001 31l-13-7V9l13-8v30z\"/></g></svg>");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% min(6.875cqw, 8rem);
  position: absolute;
  inset: -.1vw
}

@media (width<=767.98px) {
  .shapedividers_com-3579:before {
    background-size: 100% 3.75rem
  }
}

.page_mv {
  align-items: center;
  height: 20.75rem;
  display: flex;
  position: relative;
  overflow: hidden
}

@media (width<=991.98px) {
  .page_mv {
    height: 14rem
  }
}

@media (width<=767.98px) {
  .page_mv {
    height: 9.5rem
  }
}

.page_mv .page_mv_bg {
  position: absolute;
  inset: 0
}

.page_mv .page_mv_bg picture {
  width: 100%;
  height: 100%;
  display: block
}

.page_mv .page_mv_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%
}

.page_mv .page_mv_inner {
  z-index: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-left: var(--s-container-inline);
  padding-right: var(--s-container-inline);
  width: 100%;
  margin-top: -4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media (width<=991.98px) {
  .page_mv .page_mv_inner {
    margin-top: -1.5rem
  }
}

@media (width<=767.98px) {
  .page_mv .page_mv_inner {
    margin-top: -2.25rem
  }
}

.page_mv .page_mv_en {
  color: var(--c-white);
  text-shadow: 0 .625rem .625rem #773f6366;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1
}

@media (width<=991.98px) {
  .page_mv .page_mv_en {
    font-size: 2.75rem
  }
}

@media (width<=767.98px) {
  .page_mv .page_mv_en {
    font-size: 2rem
  }
}

.page_mv .page_mv_ja {
  color: var(--c-white);
  text-shadow: 0 .325rem .325rem #773f6366;
  margin-top: .75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1
}

@media (width<=991.98px) {
  .page_mv .page_mv_ja {
    font-size: .875rem
  }
}

@media (width<=767.98px) {
  .page_mv .page_mv_ja {
    margin-top: .5rem;
    font-size: .875rem
  }
}

.site_header {
  z-index: 1030;
  z-index: var(--z-fixed);
  background-color: #fff;
  background-color: var(--c-white);
  width: 100%;
  position: sticky;
  top: 0;
  overflow: visible;
  box-shadow: 0 .0625rem .25rem #0000000f;
  container-type: inline-size
}

.site_header .site_header_inner {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  height: max(4rem, min(5.556cqw, 5rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: max(1rem, min(1.667cqw, 1.5rem));
  padding-right: max(1rem, min(1.667cqw, 1.5rem));
  display: flex
}

@media (width<=991.98px) {
  .site_header .site_header_inner {
    height: auto;
    padding: .5rem .625rem
  }
}

.site_header .site_header_logo {
  align-items: center;
  gap: max(.75rem, min(1.389cqw, 1.25rem));
  display: flex
}

@media (width<=991.98px) {
  .site_header .site_header_logo {
    gap: .5rem
  }
}

.site_header .site_header_logo_sa {
  width: max(8rem, min(12.847cqw, 11.5625rem));
  height: auto;
  display: block
}

@media (hover:hover) {
  .site_header .site_header_logo_sa {
    transition: scale .2s ease-out
  }

  .site_header .site_header_logo_sa:hover {
    scale: 1.03
  }
}

@media (width<=991.98px) {
  .site_header .site_header_logo_sa {
    width: 6.9375rem
  }
}

.site_header .site_header_logo_jst {
  width: max(7rem, min(11.458cqw, 10.3125rem));
  height: auto;
  display: block
}

@media (hover:hover) {
  .site_header .site_header_logo_jst {
    transition: scale .2s ease-out
  }

  .site_header .site_header_logo_jst:hover {
    scale: 1.03
  }
}

@media (width<=991.98px) {
  .site_header .site_header_logo_jst {
    width: 6.9375rem
  }
}

.site_header .site_header_nav {
  align-items: center;
  gap: max(.25rem, min(.556cqw, .5rem));
  display: flex
}

@media (width<=991.98px) {
  .site_header .site_header_nav {
    display: none
  }
}

.site_header .site_header_nav_list {
  align-items: center;
  list-style: none;
  display: flex
}

.site_header .site_header_nav_item a {
  color: var(--c-text);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: max(.4rem, min(.722cqw, .65rem));
  font-size: max(.75rem, min(.972cqw, .875rem));
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .site_header .site_header_nav_item a {
    transition: color .2s ease-out
  }

  .site_header .site_header_nav_item a:hover {
    color: var(--c-main-100)
  }
}

.site_header .site_header_search {
  background-color: #0dc1fd;
  background-color: var(--c-btn);
  color: var(--c-white);
  white-space: nowrap;
  border-radius: 1.5rem;
  align-items: center;
  gap: max(.2rem, min(.278cqw, .25rem));
  padding: max(.5rem, min(.833cqw, .75rem)) max(.6rem, min(1.111cqw, 1rem));
  font-size: max(.75rem, min(.972cqw, .875rem));
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  box-shadow: 0 .25rem .125rem #c9cbd2cc, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

.site_header .site_header_search img {
  flex-shrink: 0;
  width: max(1rem, min(1.389cqw, 1.25rem));
  height: max(1rem, min(1.389cqw, 1.25rem))
}

@media (hover:hover) {
  .site_header .site_header_search {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .site_header .site_header_search:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .0625rem #c9cbd299, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.site_header_search {
  cursor: pointer;
  background: 0 0;
  border: none
}

.gsc-modal-background-image {
  pointer-events: none !important
}

.site_header_search_panel {
  z-index: calc(1030 + 1);
  z-index: calc(var(--z-fixed) + 1);
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #201a3980;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem 2rem;
  display: none;
  position: fixed;
  inset: max(4rem, min(5.556vw, 5rem)) 0 0;
  overflow: hidden
}

@media (width<=991.98px) {
  .site_header_search_panel {
    padding-top: .75rem;
    top: 3.25rem
  }
}

body.is_search_open .site_header_search_panel {
  display: flex
}

.site_header_search_panel .gcse-search {
  width: 100%;
  max-width: 50rem
}

.site_header_search_panel .gsc-control-cse {
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important
}

@media (width<=991.98px) {
  .site_header_search_panel .gsc-control-cse {
    width: 100% !important
  }
}

.site_header_search_panel form.gsc-search-box {
  position: absolute !important;
  top: -624.938rem !important;
  left: -624.938rem !important
}

.site_header_search_panel .gsc-above-wrapper-area {
  display: none !important
}

.site_header_search_panel .gsc-results-wrapper-overlay {
  transition: none !important;
  animation: none !important
}

.site_header_search_panel .gsc-results-wrapper-visible {
  background: #fff;
  background: var(--c-white);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  border-radius: .625rem;
  max-height: calc(100dvh - max(4rem, min(5.556vw, 5rem)) - 10.75rem);
  overflow-y: auto;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: none !important;
  animation: none !important;
  left: 0 !important;
  right: 0 !important
}

@media (width<=991.98px) {
  .site_header_search_panel .gsc-results-wrapper-visible {
    max-height: calc(100dvh - 9.25rem)
  }
}

.site_header_search_panel .gsc-branding,
.site_header_search_panel .gcsc-branding-clickable,
.site_header_search_panel.is_results_collapsed .gsc-results-wrapper-visible,
.site_header_search_panel.is_results_collapsed .gsc-modal-background-image {
  display: none !important
}

.site_header_search_panel_form {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #fff;
  background: var(--c-white);
  border-radius: .625rem;
  align-items: center;
  gap: .75rem;
  width: 100%;
  max-width: 50rem;
  height: 3.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  box-shadow: 0 .25rem .75rem #0000001a
}

.site_header_search_panel_submit {
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex
}

.site_header_search_panel_submit img {
  filter: brightness(0)opacity(.45);
  width: 1.25rem;
  height: 1.25rem
}

@media (hover:hover) {
  .site_header_search_panel_submit:hover img {
    opacity: .7
  }
}

.site_header_search_panel_input {
  color: var(--c-text);
  min-width: 0;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  align-self: stretch;
  font-size: 1rem
}

.site_header_search_panel_input::placeholder {
  color: #aaa
}

.site_header_search_panel_input::-webkit-search-cancel-button {
  appearance: none
}

.site_header_search_panel_clear {
  cursor: pointer;
  color: #aaa;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: none
}

.site_header_search_panel_form:has(.site_header_search_panel_input:not(:-moz-placeholder-shown)) .site_header_search_panel_clear {
  display: flex
}

.site_header_search_panel_form:has(.site_header_search_panel_input:not(:placeholder-shown)) .site_header_search_panel_clear {
  display: flex
}

@media (hover:hover) {
  .site_header_search_panel_clear:hover {
    color: var(--c-text)
  }
}

.site_header_search_panel_close {
  cursor: pointer;
  background: #0dc1fd;
  background: var(--c-btn);
  color: var(--c-white);
  white-space: nowrap;
  border: none;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  padding: max(.75rem, min(1.111vw, 1rem)) 1.25rem;
  font-size: max(.75rem, min(.972vw, .875rem));
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 .25rem .375rem #00000040, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (hover:hover) {
  .site_header_search_panel_close {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .site_header_search_panel_close:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .125rem #0000002e, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

.hamburger_search_results {
  opacity: 0;
  z-index: calc(1030 + 2);
  z-index: calc(var(--z-fixed) + 2);
  pointer-events: none;
  flex-direction: column;
  align-items: stretch;
  gap: .625rem;
  padding: .75rem .625rem 1.5rem;
  transition: opacity .15s;
  display: flex;
  position: fixed;
  inset: 3.25rem 0 0;
  overflow: hidden
}

body.is_hamburger_search .hamburger_search_results {
  opacity: 1;
  pointer-events: auto
}

.hamburger_search_results .gcse-search {
  width: 100%
}

.hamburger_search_results .gsc-control-cse {
  background: 0 0 !important;
  border: none !important;
  width: 100% !important;
  padding: 0 !important
}

.hamburger_search_results form.gsc-search-box {
  position: absolute !important;
  top: -624.938rem !important;
  left: -624.938rem !important
}

.hamburger_search_results .gsc-above-wrapper-area {
  display: none !important
}

.hamburger_search_results .gsc-results-wrapper-overlay {
  transition: none !important;
  animation: none !important
}

.hamburger_search_results .gsc-results-wrapper-visible {
  background: #fff;
  background: var(--c-white);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  border-radius: .625rem;
  max-height: calc(100dvh - 5.5rem);
  overflow-y: auto;
  margin-top: 0 !important;
  transition: none !important;
  animation: none !important
}

.hamburger_search_results .gsc-branding,
.hamburger_search_results .gcsc-branding-clickable {
  display: none !important
}

.site_header_actions {
  align-items: center;
  display: none
}

@media (width<=991.98px) {
  .site_header_actions {
    display: flex
  }
}

.hamburger {
  cursor: pointer;
  background: #0dc1fd;
  background: var(--c-btn);
  border: none;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  width: 3rem;
  height: 2.25rem;
  display: none;
  box-shadow: 0 .25rem .125rem #c9cbd2cc, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
}

@media (width<=991.98px) {
  .hamburger {
    display: flex
  }
}

@media (hover:hover) {
  .hamburger {
    transition: transform .15s ease-out, box-shadow .15s ease-out
  }

  .hamburger:hover {
    transform: translateY(.125rem);
    box-shadow: 0 .125rem .0625rem #c9cbd299, inset 0 -.25rem .625rem #21627ab3, inset 0 .25rem .25rem #f7feffcc
  }
}

body.is_hamburger_search .hamburger {
  opacity: .4;
  pointer-events: none
}

.hamburger_bar {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: .0625rem;
  width: 1rem;
  height: .125rem;
  transition: transform .25s, opacity .25s;
  display: block
}

.hamburger.is_open .hamburger_bar:first-child {
  transform: translateY(.375rem)rotate(45deg)
}

.hamburger.is_open .hamburger_bar:nth-child(2) {
  opacity: 0
}

.hamburger.is_open .hamburger_bar:nth-child(3) {
  transform: translateY(-.375rem)rotate(-45deg)
}

body.is_search_open {
  overflow: hidden
}

body:has(.hamburger.is_open) {
  overflow: hidden
}

body:has(.hamburger.is_open) .site_header {
  width: 100%;
  position: fixed;
  top: 0
}

body.is_search_open:not(.does-not-exist) .site_header {
  width: 100%;
  position: fixed;
  top: 0
}

.hamburger_menu {
  z-index: calc(1030 - 1);
  z-index: calc(var(--z-fixed) - 1);
  display: none;
  position: fixed;
  inset: 0
}

body:has(.hamburger.is_open) .hamburger_menu {
  display: block
}

.hamburger_menu_overlay {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background: #201a3980;
  position: absolute;
  inset: 0
}

.hamburger_menu_panel {
  z-index: 1;
  background: #fff;
  background: var(--c-white);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  border-radius: 0 0 1.25rem 1.25rem;
  flex-direction: column;
  gap: .625rem;
  max-height: calc(100dvh - 3.25rem);
  padding: .625rem .625rem 1.25rem;
  display: flex;
  position: absolute;
  top: 3.25rem;
  left: 0;
  right: 0;
  overflow-y: auto
}

.hamburger_menu_panel > nav {
  flex-shrink: 0
}

.hamburger_menu_search {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background: #f1f4ff;
  border-radius: .375rem;
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex
}

.hamburger_menu_search img {
  filter: invert(38%)sepia(10%)saturate(600%)hue-rotate(202deg);
  flex-shrink: 0
}

.hamburger_menu_search input {
  color: var(--c-text);
  min-width: 0;
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  align-self: stretch;
  font-size: 1rem
}

.hamburger_menu_search input::placeholder {
  color: #aaa
}

.hamburger_menu_search input::-webkit-search-cancel-button {
  appearance: none
}

.hamburger_menu_search_clear {
  cursor: pointer;
  color: #aaa;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: none
}

.hamburger_menu_search:has(.hamburger_menu_search_input:not(:-moz-placeholder-shown)) .hamburger_menu_search_clear {
  display: flex
}

.hamburger_menu_search:has(.hamburger_menu_search_input:not(:placeholder-shown)) .hamburger_menu_search_clear {
  display: flex
}

.hamburger_menu_nav {
  list-style: none
}

.hamburger_menu_nav_link {
  border-bottom: .0625rem solid #9dc0d9;
  border-bottom: .0625rem solid var(--c-border);
  color: #201a39;
  align-items: center;
  width: 100%;
  padding: 1.25rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .hamburger_menu_nav_link {
    transition: color .2s ease-out
  }

  .hamburger_menu_nav_link:hover {
    color: var(--c-main-100)
  }
}

.hamburger_menu_nav > li:last-child .hamburger_menu_nav_link {
  border-bottom: none
}

picture:has(.home_deco_robot) {
  top: -5rem;
  right: 1.875rem;
  right: calc(var(--s-container-inline) + .625rem);
  width: 8vw;
  max-width: 8.5rem;
  position: absolute
}

@media (width>=768px) and (width<=1199.98px) {
  picture:has(.home_deco_robot) {
    width: 12vw;
    max-width: 6.5rem;
    top: -4.5rem;
    right: 3vw
  }
}

@media (width<=767.98px) {
  picture:has(.home_deco_robot) {
    width: 15.5vw;
    max-width: 5rem;
    top: -2.5rem;
    left: 83vw
  }
}

.home_deco_robot {
  width: 100%;
  height: auto;
  display: block
}

.site_footer {
  background-color: #072d5f;
  background-color: var(--c-footer-bg);
  padding: 7.5rem 1.25rem;
  padding: 7.5rem var(--s-container-inline);
  color: var(--c-white);
  flex-direction: column;
  gap: 1.875rem;
  display: flex;
  position: relative
}

@media (width<=767.98px) {
  .site_footer {
    padding: 3.75rem 1.25rem;
    padding: 3.75rem var(--s-container-inline)
  }
}

.site_footer .site_footer_inner {
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  display: flex
}

@media (width<=991.98px) {
  .site_footer .site_footer_inner {
    flex-direction: column;
    gap: 1.875rem
  }
}

.site_footer .site_footer_left {
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
  display: flex
}

.site_footer .site_footer_logo {
  width: fit-content;
  display: block
}

@media (hover:hover) {
  .site_footer .site_footer_logo {
    transition: scale .2s ease-out
  }

  .site_footer .site_footer_logo:hover {
    scale: 1.03
  }
}

.site_footer .site_footer_logo img {
  width: 15rem;
  height: auto
}

@media (width<=767.98px) {
  .site_footer .site_footer_logo img {
    width: 11.25rem
  }
}

.site_footer .site_footer_nav_list {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  column-gap: 1.25rem;
  list-style: none;
  display: grid
}

@media (width<=1199.98px) {
  .site_footer .site_footer_nav_list {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, auto)
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_nav_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.site_footer .site_footer_nav_item a {
  color: var(--c-white);
  white-space: nowrap;
  align-items: center;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .site_footer .site_footer_nav_item a {
    transition: opacity .2s ease-out
  }

  .site_footer .site_footer_nav_item a:hover {
    opacity: .75
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_nav_item a {
    white-space: normal;
    padding: .5rem
  }
}

.site_footer .site_footer_contact {
  background-color: #fff3;
  border-radius: .5rem;
  flex-direction: column;
  flex: 0 auto;
  gap: .25rem;
  min-width: 0;
  padding: 1.5rem 2rem;
  display: flex
}

@media (width<=991.98px) {
  .site_footer .site_footer_contact {
    width: 100%
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact {
    gap: .625rem;
    padding: 1rem 1.5rem
  }
}

.site_footer .site_footer_contact_header {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

.site_footer .site_footer_contact_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_title {
    font-size: 1rem
  }
}

.site_footer .site_footer_contact_office {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

.site_footer .site_footer_contact_office br {
  display: none
}

@media (width<=1199.98px) {
  .site_footer .site_footer_contact_office br {
    display: inline
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_office {
    font-size: .875rem
  }
}

.site_footer .site_footer_contact_rows {
  flex-direction: column;
  gap: .25rem;
  display: flex
}

.site_footer .site_footer_contact_row {
  align-items: center;
  gap: .5rem;
  display: flex
}

.site_footer .site_footer_contact_label {
  border: .0625rem solid #fff;
  border: .0625rem solid var(--c-white);
  white-space: nowrap;
  border-radius: .3125rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: .3125rem .375rem;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex
}

.site_footer .site_footer_contact_value {
  word-break: break-all;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_value {
    font-size: .75rem
  }
}

.site_footer .site_footer_contact_hours {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5
}

.site_footer .site_footer_contact_hours br {
  display: none
}

@media (width<=767.98px) {
  .site_footer .site_footer_contact_hours br {
    display: inline
  }
}

.site_footer .site_footer_sns {
  gap: 1.25rem;
  display: flex
}

.site_footer .site_footer_sns_item {
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity .2s;
  display: flex
}

@media (hover:hover) {
  .site_footer .site_footer_sns_item:hover {
    opacity: .85
  }
}

.site_footer .site_footer_bottom {
  border-top: .0625rem solid #cacaca33;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  display: flex
}

@media (width<=991.98px) {
  .site_footer .site_footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
    padding-top: 1.25rem
  }
}

.site_footer .site_footer_policy_list {
  flex-wrap: wrap;
  list-style: none;
  display: flex
}

@media (width<=767.98px) {
  .site_footer .site_footer_policy_list {
    flex-direction: column
  }
}

.site_footer .site_footer_policy_item a {
  color: var(--c-white);
  white-space: nowrap;
  align-items: center;
  gap: .25rem;
  padding: .75rem .75rem .75rem 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex
}

@media (hover:hover) {
  .site_footer .site_footer_policy_item a {
    transition: opacity .2s ease-out
  }

  .site_footer .site_footer_policy_item a:hover {
    opacity: .75
  }
}

@media (width<=767.98px) {
  .site_footer .site_footer_policy_item a {
    padding: .625rem 0
  }
}

.site_footer .site_footer_copyright {
  white-space: nowrap;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1
}

.pr_section {
  background: linear-gradient(#acecf1 0%, #c0bbe6 100%)
}

.pr_contact_section > .container {
  padding-top: 0
}

.pr_lead {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.875
}

@media (width<=767.98px) {
  .pr_lead {
    font-size: .875rem
  }
}

.pr_subheading {
  color: var(--c-main-200);
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pr_subheading {
    margin-top: 1.25rem;
    font-size: 1rem
  }
}

.pr_tool_list {
  grid-gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 18.75rem));
  justify-content: start;
  gap: 1.25rem;
  margin-top: .625rem;
  list-style: none;
  display: grid
}

@media (width<=991.98px) {
  .pr_tool_list {
    gap: .75rem
  }
}

@media (width<=767.98px) {
  .pr_tool_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.pr_tool_link {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block
}

@media (hover:hover) {
  .pr_tool_link {
    transition: opacity .15s ease-out
  }

  .pr_tool_link:hover {
    opacity: .7
  }
}

.pr_tool_thumb {
  overflow: hidden
}

.pr_tool_thumb picture {
  width: 100%;
  display: block
}

.pr_tool_thumb img {
  width: 100%;
  height: auto;
  display: block
}

.pr_tool_caption {
  color: var(--c-text);
  margin-top: .625rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5
}

.pr_tool_size {
  color: var(--c-text);
  font-size: .75rem;
  font-weight: 700;
  display: block
}

@media (width<=767.98px) {
  .pr_contact_title {
    font-size: 1.25rem
  }
}

.section_subtitle.pr_subheading {
  font-size: 1.5rem
}

@media (width<=767.98px) {
  .section_subtitle.pr_subheading {
    font-size: 1.25rem
  }
}

.pr_contact {
  flex-direction: column;
  gap: .625rem;
  margin-top: 1.5rem;
  display: flex
}

@media (width<=767.98px) {
  .pr_contact {
    gap: .5rem;
    margin-top: 1.25rem
  }
}

.pr_contact_text {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.875
}

@media (width<=767.98px) {
  .pr_contact_text {
    font-size: .875rem
  }
}

.pr_contact_doc {
  border: .0625rem solid #9dc0d9;
  border: .0625rem solid var(--c-border);
  background-color: #fff;
  background-color: var(--c-white);
  border-radius: .75rem;
  align-items: center;
  gap: 1.25rem;
  max-width: 37.5rem;
  padding: 1.25rem 1.5rem;
  display: flex
}

@media (width<=767.98px) {
  .pr_contact_doc {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem
  }
}

.pr_contact_doc_title {
  color: var(--c-main-200);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pr_contact_doc_title {
    font-size: .875rem
  }
}

.pr_contact_doc_size {
  color: var(--c-text);
  font-size: .75rem;
  display: block
}

@media (width<=767.98px) {
  .pr_contact_doc_size {
    font-size: .6875rem
  }
}

.pr_contact_btn {
  flex-shrink: 0;
  width: fit-content;
  margin-left: auto
}

@media (width<=767.98px) {
  .pr_contact_btn {
    width: 100%;
    margin-left: 0
  }
}

.pr_contact_office {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pr_contact_office {
    font-size: .875rem
  }
}

.pr_contact_email {
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5
}

@media (width<=767.98px) {
  .pr_contact_email {
    font-size: .875rem
  }
}

.pr_contact_email a {
  color: var(--c-link)
}

@media (hover:hover) {
  .pr_contact_email a:hover {
    color: var(--c-link-hover)
  }
}