@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.header,
.footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header *,
.footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header ::before,
.header ::after,
.footer ::before,
.footer ::after {
  box-sizing: border-box;
}
.header *:where(:not(fieldset, progress, meter)),
.footer *:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}
.header :where(img, svg, video, canvas, audio, iframe, embed, object),
.footer :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
.header :where(img, svg, video),
.footer :where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
.header :where(svg),
.footer :where(svg) {
  stroke: none;
  fill: currentColor;
}
.header :where(svg):where(:not([fill])),
.footer :where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header :where(svg):where(:not([width])),
.footer :where(svg):where(:not([width])) {
  inline-size: 5rem;
}
.header :where(input, button, textarea, select),
.header :where(input[type=file])::-webkit-file-upload-button,
.footer :where(input, button, textarea, select),
.footer :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.header :where(textarea),
.footer :where(textarea) {
  resize: vertical;
}
.header :where(p, h1, h2, h3, h4, h5, h6),
.footer :where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
.header :where(ul, ol)[role=list],
.footer :where(ul, ol)[role=list] {
  list-style: none;
}
.header a:not([class]),
.footer a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.header :where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])),
.footer :where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}
.header :where(input[type=file]),
.footer :where(input[type=file]) {
  cursor: auto;
}
.header :where(input[type=file])::-webkit-file-upload-button,
.header :where(input[type=file])::file-selector-button,
.footer :where(input[type=file])::-webkit-file-upload-button,
.footer :where(input[type=file])::file-selector-button {
  cursor: pointer;
}
.header :where(:not(:active)):focus-visible,
.footer :where(:not(:active)):focus-visible {
  outline-offset: 5px;
}
.header :where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
.header :where(input[type=file])::-webkit-file-upload-button,
.header :where(input[type=file])::file-selector-button,
.footer :where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
.footer :where(input[type=file])::-webkit-file-upload-button,
.footer :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}
.header :where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled],
.footer :where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}
.header li,
.footer li {
  list-style: none;
}
.header button,
.footer button {
  border: none;
  background-color: transparent;
}
.header input,
.header textarea,
.header select,
.footer input,
.footer textarea,
.footer select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  outline: none;
}

html {
  block-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:root {
  --font-ja: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font-en: "Inter", sans-serif;
  --color-primary: #1880d9;
  --color-secondary: #f05a24;
  --color-white: #fff;
  --background-color: #ecf1f4;
  --border-clor: #d7dee2;
  --text-color-primary: #3d3d3d;
  --text-color-secondary: #97acb8;
  --button-background: #212121;
  --gradation: linear-gradient(90deg, #54d6f7 0%, #1880d9 70%, #005bac 100%);
  --border-radius-large: 32px;
  --border-radius-small: 8px;
  --border-radius-mini: 4px;
  --headline-large: 32px;
  --headline-small: 24px;
  --text-size: 18px;
  --text-size-note: 13px;
  --header-height: 76px;
  --gmo-header-height: 29px;
  --gmo-color-blue: #005bac;
  --gmo-color-gray: #5a5858;
  --lh-trim: calc((1em - 1lh) / 2);
}
@media (max-width: 768px) {
  :root {
    --header-height: 48px;
    --gmo-header-height: 0px;
    --border-radius-large: 24px;
    --headline-large: 24px;
    --headline-small: 20px;
    --text-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + var(--gmo-header-height));
}

body {
  font-family: var(--font-ja);
  font-size: 16px;
  color: var(--text-color-primary);
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  line-height: 1.5;
  font-weight: 400;
}

.header {
  position: sticky;
  top: var(--gmo-header-height);
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: var(--color-white);
  padding-inline: 20px;
  z-index: 9999;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  width: 240px;
}
.header__logo-link {
  display: block;
}
.header__logo-img {
  width: 100%;
  height: auto;
}
.header__toolbar {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color-primary);
}
.header__tel-hours {
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}
.header__tel-number-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-block: var(--lh-trim);
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}
.header__tel-number-link:before {
  content: "";
  width: 20px;
  height: 22px;
  -webkit-mask-image: url(../images/global/header_icon_tel.svg);
          mask-image: url(../images/global/header_icon_tel.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--color-primary);
}
.header__action {
  display: flex;
  gap: 12px;
}
.header__action-button {
  display: grid;
  place-content: center;
  height: 46px;
  padding-inline: 24px;
  border-radius: 23px;
  font-size: 16px;
  font-weight: 700;
}
.header__action-button--download {
  background: var(--gmo-color-blue);
  color: var(--color-white);
}
.header__action-button--inquiry {
  border: 2px solid var(--gmo-color-blue);
  background: var(--color-white);
  color: var(--gmo-color-blue);
}
.header__handle {
  display: none;
}

.drawer {
  display: none;
}

.footer {
  padding-inline: 44px 60px;
  border-start-start-radius: 32px;
  border-start-end-radius: 32px;
  background: var(--text-color-primary);
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.footer__copyright {
  font-family: var(--font-en);
  font-size: 13px;
  color: var(--border-clor);
}
.footer__menu {
  display: flex;
  gap: 40px;
}
.footer__menu-link {
  text-decoration: underline;
  font-size: 13px;
  color: var(--color-white);
}

.security-footer {
  max-width: 1040px;
  margin: 20px auto;
}

.security-footer__logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 20px 10px;
}

.security-footer__logo-image {
  display: block;
  width: auto;
  height: 20px;
}

.security-footer__seals {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 10px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.security-footer .gmoGroupSecurity * {
  line-height: 1;
}

.security-footer__seals img {
  vertical-align: top;
}

@media (max-width: 768px) {
  .security-footer__logo {
    margin: 0 auto 20px;
  }
}
@media (hover: hover) {
  .header__menu-link:hover {
    text-decoration: underline;
  }
  .header__tel-number-link {
    pointer-events: none;
  }
  .header__action-button {
    transition: 0.3s;
  }
  .header__action-button--download:hover {
    background: var(--color-secondary);
  }
  .header__action-button--inquiry:hover {
    background: var(--gmo-color-blue);
    color: var(--color-white);
  }
  .drawer__tel-number-link {
    pointer-events: none;
  }
}
@media (max-width: 1280px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__tel {
    display: none;
  }
  .header__action-item--inquiry {
    display: none;
  }
  .header__handle {
    display: block;
  }
  .header__handle-button {
    display: block;
    width: 24px;
    height: 14px;
  }
  .header__handle-button-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/global/header_menu_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header__handle-button.is-active .header__handle-button-icon {
    background-image: url(../images/global/header_menu_icon_close.svg);
  }
  .drawer {
    display: block;
    position: absolute;
    top: calc(var(--header-height));
    left: 0;
    width: 100vw;
    height: calc(100vh - (var(--gmo-header-height)) + var(--header-height));
    background: var(--gmo-color-blue);
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .drawer.is-active {
    pointer-events: all;
    opacity: 1;
    z-index: 9999;
  }
  .drawer__nav {
    margin-block-end: 24px;
  }
  .drawer__menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .drawer__menu-link {
    display: grid;
    place-content: center;
    padding-block: 24px;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-white);
  }
  .drawer__tel {
    margin-block-end: 24px;
  }
  .drawer__tel-hours {
    text-align: center;
    font-size: 13px;
    color: var(--color-white);
    line-height: 1.7;
  }
  .drawer__tel-number-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-block: var(--lh-trim);
    font-family: var(--font-en);
    font-size: 28px;
    font-weight: 700;
    color: var(--color-white);
  }
  .drawer__tel-number-link:before {
    content: "";
    width: 20px;
    height: 22px;
    -webkit-mask-image: url(../images/global/header_icon_tel.svg);
            mask-image: url(../images/global/header_icon_tel.svg);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: var(--color-white);
  }
  .drawer__action {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-inline: 32px;
  }
  .drawer__action-button {
    display: grid;
    place-content: center;
    width: 100%;
    max-width: 400px;
    height: 54px;
    margin-inline: auto;
    border-radius: 27px;
    font-size: 18px;
    font-weight: 700;
  }
  .drawer__action-button--download {
    background: var(--color-secondary);
    color: var(--color-white);
  }
  .drawer__action-button--inquiry {
    background: var(--color-white);
    color: var(--gmo-color-blue);
  }
  .footer {
    padding-block: 20px 8px;
    padding-inline: 0;
    border-start-start-radius: 24px;
    border-start-end-radius: 24px;
  }
  .footer__container {
    display: grid;
    justify-content: center;
    gap: 20px;
    height: auto;
  }
  .footer__copyright {
    order: 2;
    text-align: center;
    font-size: 10px;
  }
  .footer__menu {
    display: grid;
    justify-content: center;
    gap: 8px;
  }
  .footer__menu-item {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header {
    height: var(--header-height);
    padding-inline: 12px;
  }
  .header__logo {
    width: 150px;
  }
  .header__toolbar {
    gap: 12px;
  }
  .header__action-button {
    height: 28px;
    padding-inline: 12px;
    border-radius: 14px;
    font-size: 12px;
  }
}/*# sourceMappingURL=global-component.css.map */