:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

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

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

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

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --LP-COLOR_BASE_BLACK: #485063;
  --LP_COLOR_BASE_WHITE: #fff;
  --LP_COLOR_FOREGROUND_BLACK: #373d4b;
  --LP_COLOR_OUTLINE_LIGHTGREY: #ccccd3;
  --LP_COLOR_BACKGROUND_BLUE: #e3efff;
  --LP_COLOR_BORDER_LIGHTBLUE: #8aade4;
  --LP_COLOR_TEXT_BLUE: #2c65be;
  --LP_BORDER_RADIUS_EXTRA_LARGE: 24px;
  --LP_CONTENT_BACKGROUND: rgba(255, 255, 255, 0.16);
  --LP_CONTENT_SHADOW: 0 8px 24px 0 rgba(24, 14, 122, 0.1);
  --LP_CONTENT_HOVER_SHADOW: 0 2px 16px 0 rgba(65, 122, 211, 0.4);
  --LP-SIZE_MODULE_MARGIN: 40px;
}

.lp-layout-container {
  margin-inline: auto;
}
.lp-layout-container.of-root {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 1280px;
  min-height: 100vh;
  background-image: radial-gradient(at 95% 66%, hsl(212, 100%, 93%) 0px, transparent 50%), radial-gradient(at 35% 11%, hsl(240, 39%, 88%) 0px, transparent 50%), radial-gradient(at 45% 55%, hsl(180, 38%, 88%) 0px, transparent 50%), radial-gradient(at 3% 88%, hsl(259, 16%, 87%) 0px, transparent 50%), radial-gradient(at 43% 99%, hsl(212, 85%, 87%) 0px, transparent 50%), radial-gradient(at 91% 79%, hsl(68, 100%, 93%) 0px, transparent 50%);
  background-color: hsl(180, 63%, 93%);
  color: var(--LP-COLOR_BASE_BLACK);
}
.lp-layout-container.of-width-small {
  max-width: 1152px;
  padding: 40px 20px;
}
.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header {
  color: var(--LP_COLOR_FOREGROUND_BLACK);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1680px + 40px);
  margin-inline: auto;
  padding: 16px 20px;
  gap: 24px;
}
.lp-layout-header-body {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lp-layout-header-logo {
  margin-bottom: 0;
}
.lp-layout-header-logo > a {
  display: inline-block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 114px;
}
.lp-layout-header-title {
  margin-bottom: 0;
  font-weight: 700;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}
.lp-layout-header-utilityList > li > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: grid;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-layout-grid.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
.lp-layout-grid.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
.lp-layout-grid.of-column-7 {
  grid-template-columns: repeat(7, 1fr);
}
.lp-layout-grid.of-column-8 {
  grid-template-columns: repeat(8, 1fr);
}
.lp-layout-grid.of-column-9 {
  grid-template-columns: repeat(9, 1fr);
}
.lp-layout-grid.of-column-10 {
  grid-template-columns: repeat(10, 1fr);
}
.lp-layout-grid.of-column-11 {
  grid-template-columns: repeat(11, 1fr);
}
.lp-layout-grid.of-column-12 {
  grid-template-columns: repeat(12, 1fr);
}
.lp-layout-grid.of-space-0 {
  gap: 0;
}
.lp-layout-grid.of-space-1 {
  gap: 2px;
}
.lp-layout-grid.of-space-2 {
  gap: 4px;
}
.lp-layout-grid.of-space-3 {
  gap: 6px;
}
.lp-layout-grid.of-space-4 {
  gap: 8px;
}
.lp-layout-grid.of-space-5 {
  gap: 10px;
}
.lp-layout-grid.of-space-6 {
  gap: 16px;
}
.lp-layout-grid.of-space-7 {
  gap: 20px;
}
.lp-layout-grid.of-space-8 {
  gap: 24px;
}
.lp-layout-grid.of-space-9 {
  gap: 32px;
}
.lp-layout-grid.of-space-10 {
  gap: 40px;
}
.lp-layout-grid.of-space-11 {
  gap: 48px;
}
.lp-layout-grid.of-space-12 {
  gap: 56px;
}
.lp-layout-grid.of-space-13 {
  gap: 64px;
}
.lp-layout-grid.of-space-14 {
  gap: 80px;
}
.lp-layout-grid.of-space-15 {
  gap: 96px;
}
.lp-layout-grid-column.of-subgrid {
  display: grid;
  grid-template-rows: subgrid;
}
.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-stack {
  display: flex;
  flex-direction: column;
}
.lp-layout-stack.of-space-0 {
  gap: 0;
}
.lp-layout-stack.of-space-1 {
  gap: 2px;
}
.lp-layout-stack.of-space-2 {
  gap: 4px;
}
.lp-layout-stack.of-space-3 {
  gap: 6px;
}
.lp-layout-stack.of-space-4 {
  gap: 8px;
}
.lp-layout-stack.of-space-5 {
  gap: 10px;
}
.lp-layout-stack.of-space-6 {
  gap: 16px;
}
.lp-layout-stack.of-space-7 {
  gap: 20px;
}
.lp-layout-stack.of-space-8 {
  gap: 24px;
}
.lp-layout-stack.of-space-9 {
  gap: 32px;
}
.lp-layout-stack.of-space-10 {
  gap: 40px;
}
.lp-layout-stack.of-space-11 {
  gap: 48px;
}
.lp-layout-stack.of-space-12 {
  gap: 56px;
}
.lp-layout-stack.of-space-13 {
  gap: 64px;
}
.lp-layout-stack.of-space-14 {
  gap: 80px;
}
.lp-layout-stack.of-space-15 {
  gap: 96px;
}
.lp-layout-stack > * {
  margin-bottom: 0;
}
.lp-layout-stack > * > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(1680px + 40px);
  margin-inline: auto;
  padding: 8px 20px;
}
.lp-layout-footer-list {
  display: flex;
  align-items: center;
}
.lp-layout-footer-list > li {
  padding: 0 16px;
  border-left: 1px solid #d9d9d9;
  color: var(--LP_COLOR_FOREGROUND_BLACK);
  font-size: 12px;
}
.lp-layout-footer-list > li:first-child {
  border-left: none;
}
.lp-layout-footer-list > li a {
  color: var(--LP_COLOR_FOREGROUND_BLACK);
  text-decoration: none;
}
.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
  text-decoration: underline;
}

.lp-section {
  margin-bottom: var(--LP-SIZE_MODULE_MARGIN);
}
.lp-section-header {
  position: relative;
  margin-bottom: var(--LP-SIZE_MODULE_MARGIN);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--LP_COLOR_OUTLINE_LIGHTGREY);
}
.lp-section-header::before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--LP_COLOR_BASE_WHITE);
  content: "";
}
.lp-section-header > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel1 {
  margin-bottom: var(--LP-SIZE_MODULE_MARGIN);
  font-size: 32px;
}

.lp-text {
  margin-bottom: 16px;
  font-size: 16px;
}

.lp-textPhone a.lp-textPhone-body,
.lp-textPhone a:hover.lp-textPhone-body {
  display: inline-block;
  color: var(--LP_COLOR_FOREGROUND_BLACK);
  text-decoration: none;
  cursor: default;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.lp-textPhone-number {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.lp-textPhone-note {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-card {
  margin-bottom: var(--LP-SIZE_MODULE_MARGIN);
  border-radius: var(--LP_BORDER_RADIUS_EXTRA_LARGE);
  background-color: var(--LP_CONTENT_BACKGROUND);
  box-shadow: var(--LP_CONTENT_SHADOW);
}
.lp-card-content {
  padding: 24px;
}
.lp-card > *:last-child {
  margin-bottom: 0;
}

.lp-media {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--LP-SIZE_MODULE_MARGIN);
  gap: 16px;
}
.lp-media.of-flexDirection-columnReverse {
  flex-direction: column-reverse;
}
.lp-media-body {
  flex: 1;
}
.lp-media-body > *:last-child {
  margin-bottom: 0;
}
.lp-media-image {
  text-align: center;
}
.lp-media-image.of-width-primary img {
  width: 320px;
}

.lp-linkCard {
  display: block;
  margin-bottom: var(--LP-SIZE_MODULE_MARGIN);
  border-radius: var(--LP_BORDER_RADIUS_EXTRA_LARGE);
  background: var(--LP_COLOR_BASE_WHITE);
  color: var(--LP-COLOR_BASE_BLACK);
  text-decoration: none;
}
.lp-linkCard-content {
  position: relative;
  padding: 40px;
}
.lp-linkCard-content > *:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .lp-linkCard:hover {
    outline: 2px solid var(--LP_COLOR_BORDER_LIGHTBLUE);
    background: var(--LP_COLOR_BACKGROUND_BLUE);
    box-shadow: var(--LP_CONTENT_HOVER_SHADOW);
    color: var(--LP_COLOR_TEXT_BLUE);
  }
}
.lp-linkCard-notice {
  position: absolute;
  top: 16px;
  right: 40px;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.lp-utility-fontSize-extraLarge {
  font-size: 24px;
}
.lp-utility-fontSize-large {
  font-size: 20px;
}
.lp-utility-fontSize-small {
  font-size: 14px;
}
.lp-utility-fontSize-extraSmall {
  font-size: 12px;
}

.lp-utility-fontWeight-bold {
  font-weight: 700;
}

.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-right {
  text-align: right;
}
