@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 共通ページ用
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 767.9px) {
  /*　SP画面サイズが767.9pxまではここを読み込む　*/
  /* ------------------------------
    共通レイアウト
  ------------------------------ */
  html {
    font-size: 16px;
  }
  body {
    box-sizing: border-box;
    color: #000;
    font: 16px/1.75 "Inter", "Noto Sans JP", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.025rem;
    overflow-wrap: break-word;
    word-break: break-word;
    image-rendering: auto;
  }
  h1,
  h2,
  h3,
  p,
  ul,
  ol,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }
  a {
    transition: 0.3s ease;
    color: #000;
    text-decoration: underline;
  }
  button {
    transition: 0.3s ease;
    background-color: #fff;
  }
  button:hover {
    cursor: pointer;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  li {
    list-style: none;
  }
  input,
  button,
  textarea {
    border: 0;
    font-family: "Inter", "Noto Sans JP", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
  }
  .only-pc {
    display: none !important;
  }
  /* ------------------------------
    button
  ------------------------------ */
  .button-box {
    display: block;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
    padding: 40px 16px;
    background: #fff;
  }
  .button-box__button {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    height: 64px;
    margin: 0 0 16px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
  }
  .button-box__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-mask-image: url(/images/icon_arrow.svg);
    mask-image: url(/images/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
  }
  .button-box__button--primary {
    border: 1px solid #0064ff;
    background: #0064ff;
    color: #fff;
  }
  /* ------------------------------
    category
  ------------------------------ */
  .category {
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    background: #f3f6fa;
  }
  .category__inner {
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .category__contents {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #c6c6c6;
  }
  .category__button {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    font-weight: bold;
  }
  .category__button span {
    display: block;
    position: relative;
    padding: 16px 0;
  }
  .category__button span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-mask-image: url("../images/icon_open.svg");
    mask-image: url("../images/icon_open.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .category__button.is-open span::after {
    -webkit-mask-image: url("../images/icon_put.svg");
    mask-image: url("../images/icon_put.svg");
  }
  .category__button.is-open span + .ctg-accordion {
    margin-bottom: 16px;
  }
  .category__button--link {
    text-decoration: none;
  }
  .category__button--link span::after {
    -webkit-mask-image: url("../images/icon_wrrow.svg");
    mask-image: url("../images/icon_arrow.svg");
  }
  .ctg-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0;
    overflow: hidden;
    gap: 16px;
  }
  .ctg-accordion__title {
    font-weight: bold;
  }
  .ctg-accordion__box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
  }
  .ctg-accordion__box--gray {
    margin-bottom: 12px;
    background: #f7f7f7;
  }
  .ctg-accordion__box--gray:last-of-type {
    margin-bottom: 0;
  }
  .ctg-accordion__link {
    font-weight: normal;
  }
  /* ------------------------------
    contact
  ------------------------------ */
  .contact {
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #f3f6fa;
  }
  .contact__inner {
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
  .contact__box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contact__button {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    height: 64px;
    margin: 0 0 16px;
    padding: 0 0 0 48px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    text-decoration: none;
  }
  .contact__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-mask-image: url(../images/icon_arrow.svg);
    mask-image: url(../images/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .contact__mail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/icon_mail.svg);
    mask-image: url(../images/icon_mail.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  .contact__guide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/icon_guide.svg);
    mask-image: url(../images/icon_guide.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  .contact__tel {
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 8px auto 0;
  }
  .contact__number {
    position: relative;
    display: inline-block;
    padding: 0 0 0 48px;
    color: #0064ff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .contact__number::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/icon_tel.svg);
    mask-image: url(../images/icon_tel.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  /* ------------------------------
    contents
  ------------------------------ */
  .contents {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 16px;
    margin: 40px auto;
    background: #fff;
  }
  .contents__title {
    position: relative;
    padding: 0 0 16px;
    border-bottom: 2px solid #0064ff;
    font-size: 22px;
  }
  .contents__box {
    position: relative;
    padding: 24px 0 0;
  }
  .contents__box-text, .contents__box-img {
    margin: 0 0 24px;
  }
  .contents__box-img {
    min-width: 100%;
    height: auto;
  }
  /* ------------------------------
    SP｜faq-pop
  ------------------------------ */
  .faq-pop {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  .faq-pop .heading {
    font-size: 16px;
  }
  .faq-pop__inner {
    overflow-y: scroll;
    height: 630px;
  }
  .faq-pop__head {
    box-sizing: border-box;
    padding: 24px 16px;
    background: #f3f6fa;
  }
  .faq-pop__head .search-box {
    width: 313px;
  }
  .faq-pop__head .search-box__icon {
    width: 313px;
  }
  .faq-pop__head .search-box__input {
    width: 313px;
  }
  .faq-pop__head .search__keyword {
    padding: 0;
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
  }
  .faq-pop__head .search__keyword-button {
    padding: 0 4px;
    margin: 0 8px 0 0;
  }
  .faq-pop__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 24px 16px 32px 16px;
    background: #fff;
  }
  .faq-pop__contents .question__list-item {
    font-size: 14px;
  }
  .faq-pop__nav {
    position: relative;
    width: 100%;
    height: 36px;
    background: #0064ff;
  }
  .faq-pop__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    mask: url("../images/icon_close.svg") center/contain no-repeat;
    -webkit-mask: url("../images/icon_close.svg") center/contain no-repeat;
    background-color: white;
    color: #fff;
    font-size: 0;
    line-height: 0;
  }
  .faq-pop__close-btn {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    margin-top: 24px;
    border-radius: 6px;
    background: #0064ff;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .faq-pop-min {
    display: none;
    position: fixed;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    right: 16px;
    bottom: 16px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #0064ff;
    color: #fff;
    font-weight: bold;
  }
  .faq-pop-min__button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
  }
  .faq-pop-min__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
    -webkit-mask-image: url("../images/icon_question.svg");
    mask-image: url("../images/icon_question.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
  }
  .faq-pop-min:hover {
    background-color: rgba(0, 100, 255, 0.8);
  }
  /* ------------------------------
    footer
  ------------------------------ */
  .footer {
    width: 100%;
    margin-top: auto;
    background: #f3f6fa;
  }
  .footer__inner {
    background: #0064ff;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .footer__link {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 16px 16px 32px;
    background: #f3f6fa;
    font-size: 14px;
  }
  .footer__link-item {
    margin: 0 0 -16px;
  }
  .footer__bottom {
    padding: 8px 0;
    background: #0064ff;
    color: #fff;
    text-align: center;
  }
  .footer__copyright {
    margin: 0 0 -8px;
    font-size: 14px;
  }
  .footer__powered {
    opacity: 0.6;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  /* ------------------------------
    header
  ------------------------------ */
  .header {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e7e7e7;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 16px;
  }
  .header__logo {
    width: 120px;
  }
  .header__img {
    height: auto;
  }
  .header__nav {
    display: flex;
  }
  .header__item {
    margin: 0 0 0 32px;
  }
  .header__link {
    color: #535353;
    font-size: 14px;
  }
  /* ------------------------------
    heading
  ------------------------------ */
  .heading {
    position: relative;
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 32px;
  }
  .heading::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -8px;
    left: 0;
    width: 42px;
    height: 3px;
    margin: auto;
    background: #000;
  }
  .heading--02 {
    text-align: left;
  }
  .heading--02::after {
    left: 0;
    bottom: -8px;
    width: 42px;
    height: 3px;
    margin: 0;
    background: #0064ff;
  }
  /* ------------------------------
    main
  ------------------------------ */
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
  }
  .main {
    position: relative;
    flex: 1;
  }
  /* ------------------------------
    message
  ------------------------------ */
  .message {
    padding: 40px 16px;
    text-align: center;
  }
  .message__text {
    text-align: left;
  }
  /* ------------------------------
    pagetop
  ------------------------------ */
  .is-pagetop {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 8px;
  }
  .pagetop {
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
  .pagetop__anchor {
    position: relative;
    padding-bottom: 16px;
    font-size: 10px;
    text-decoration: none;
  }
  .pagetop__anchor::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 50%;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg) translateY(50%);
    transition: 0.3s ease;
    -webkit-mask-image: url(../images/icon_arrow.svg);
    mask-image: url(../images/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  /* ------------------------------
    pnkz
  ------------------------------ */
  .pnkz {
    width: 100%;
    background: #f3f6fa;
    margin: 0 auto;
    font-size: 14px;
  }
  .pnkz__inner {
    display: flex;
    max-width: 100%;
    background: #f3f6fa;
    margin: 0 auto;
    padding: 16px;
    overflow-x: scroll;
  }
  .pnkz__list, .pnkz__current {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    padding: 0 30px 0 0;
    color: #535353;
  }
  .pnkz__list::after, .pnkz__current::after {
    content: "/";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 20px;
    transform: translateY(-50%);
    padding: 0 0 4px;
    color: #000;
    text-align: center;
  }
  .pnkz__list:last-child, .pnkz__current:last-child {
    padding: 0;
  }
  .pnkz__list:last-child::after, .pnkz__current:last-child::after {
    display: none;
  }
  /* ------------------------------
    question
  ------------------------------ */
  .question {
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 40px 0;
  }
  .question--list {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .question__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
  .question__list {
    border-top: 1px solid #e7e7e7;
  }
  .question__list-item {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
  }
  .question__link {
    display: block;
    padding: 16px 0 16px 24px;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
  }
  .question__link::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 18px;
    height: 18px;
    transition: 0.3s ease;
    -webkit-mask-image: url(../images/icon_question.svg);
    mask-image: url(../images/icon_question.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .question__hit {
    background: #fbf29e;
  }
  /* ------------------------------
    reference
  ------------------------------ */
  .reference {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    background: #f3f6fa;
  }
  .reference__inner {
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  .reference__text {
    margin: 0 0 16px;
    font-weight: bold;
  }
  .reference__box-button {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .reference__button {
    width: 100%;
    height: 40px;
    border-radius: 6px;
  }
  .reference__button--yes {
    background: #0064ff;
    color: #fff;
  }
  .reference__button--no {
    border: 1px solid #535353;
    background: #fff;
  }
  .reference__message {
    display: none;
    font-weight: bold;
  }
  /* ------------------------------
    search-box
  ------------------------------ */
  .search-box {
    position: relative;
    width: 100%;
    height: 46px;
    margin: 0 auto;
  }
  .search-box--list {
    margin-bottom: 24px;
  }
  .search-box--follow {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #e7e7e7;
    background: #f3f6fa;
  }
  .search-box--follow .search-box__input-box {
    width: 100%;
    margin: 0 auto;
  }
  .search-box__input-box {
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    right: 0;
    width: 100%;
  }
  .search-box__icon {
    display: block;
    position: relative;
    width: 100%;
    height: 46px;
    margin: 0 auto;
  }
  .search-box__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    -webkit-mask-image: url("../images/icon_search.svg");
    mask-image: url("../images/icon_search.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  .search-box__input {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border: 2px solid #0064ff;
    border-radius: 100px;
  }
  .search-box__input:focus {
    outline: 0;
    color: #000;
  }
  .search-box__word {
    display: none;
    box-sizing: border-box;
    top: 56px;
    width: 100%;
    margin: 8px auto 0;
    padding: 8px 24px;
    border: 2px solid #0064ff;
    border-radius: 16px;
    background: #fff;
  }
  .search-box__word .question__list {
    border: none;
  }
  .search-box__word .question__list li:last-child {
    border: none;
  }
  /* ------------------------------
    search
  ------------------------------ */
  .search {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
    background: #f3f6fa;
  }
  .search__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
  }
  .search__box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 16px;
  }
  .search__box--404 {
    margin-bottom: 0;
  }
  .search__input {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border: 2px solid #0064ff;
    border-radius: 100px;
  }
  .search__keyword {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
  }
  .search__keyword-button {
    display: inline-block;
    margin: 0 16px 0 0;
    text-decoration: none;
  }
  .search__keyword-button:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px), print {
  /*　PC画面サイズが768pxからはここを読み込む　*/
  /* ------------------------------
    共通レイアウト
  ------------------------------ */
  html {
    font-size: 16px;
  }
  body {
    box-sizing: border-box;
    color: #000;
    font: 16px/1.75 "Inter", "Noto Sans JP", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.025rem;
    overflow-wrap: break-word;
    word-break: break-word;
    image-rendering: auto;
  }
  h1,
  h2,
  h3,
  p,
  ul,
  ol,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }
  a {
    transition: 0.3s ease;
    color: #000;
    text-decoration: underline;
  }
  a:hover {
    transition: 0.3s ease;
    color: #0064ff;
    text-decoration: none;
  }
  button {
    transition: 0.3s ease;
    background-color: #fff;
  }
  button:hover {
    cursor: pointer;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  li {
    list-style: none;
  }
  input,
  button,
  textarea {
    border: 0;
    font-family: "Inter", "Noto Sans JP", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
  }
  .only-sp {
    display: none !important;
  }
  /* ------------------------------
    button
  ------------------------------ */
  .button-box {
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    background: #fff;
  }
  .button-box__button {
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    height: 64px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
  }
  .button-box__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-mask-image: url(/images/icon_arrow.svg);
    mask-image: url(/images/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
  }
  .button-box__button:hover {
    transition: 0.3s ease;
    color: #0064ff;
  }
  .button-box__button:hover::after {
    right: 12px;
    transition: 0.3s ease;
  }
  .button-box__button--primary {
    border: 1px solid #0064ff;
    background: #0064ff;
    color: #fff;
  }
  .button-box__button--primary:hover {
    border: 1px solid #0064ff;
    background: #f3f6fa;
    color: #0064ff;
  }
  .button-box__button--primary:hover::after {
    right: 12px;
    transition: 0.3s ease;
    background-color: #0064ff;
  }
  /* ------------------------------
    category
  ------------------------------ */
  .category {
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    background: #f3f6fa;
  }
  .category__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .category__contents {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0 16px;
    border-top: 1px solid #c6c6c6;
  }
  .category__button {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
  }
  .category__button span {
    display: block;
    position: relative;
    padding: 16px 0;
  }
  .category__button span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-mask-image: url("../images/icon_open.svg");
    mask-image: url("../images/icon_open.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .category__button.is-open span::after {
    -webkit-mask-image: url("../images/icon_put.svg");
    mask-image: url("../images/icon_put.svg");
  }
  .category__button.is-open span + .ctg-accordion {
    margin-bottom: 16px;
  }
  .category__button:hover {
    cursor: pointer;
  }
  .category__button--link {
    text-decoration: none;
  }
  .category__button--link span::after {
    -webkit-mask-image: url("../images/icon_wrrow.svg");
    mask-image: url("../images/icon_arrow.svg");
  }
  .category__button--link:hover span::after {
    right: -4px;
    background-color: #0064ff;
  }
  .ctg-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0;
    overflow: hidden;
    gap: 16px;
  }
  .ctg-accordion__title {
    font-weight: bold;
  }
  .ctg-accordion__box {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    gap: 4px;
  }
  .ctg-accordion__box--gray {
    margin-bottom: 12px;
    background: #f7f7f7;
  }
  .ctg-accordion__box--gray:last-of-type {
    margin-bottom: 0;
  }
  .ctg-accordion__link {
    font-weight: normal;
  }
  /* ------------------------------
    contact
  ------------------------------ */
  .contact {
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #f3f6fa;
    background: #fff;
  }
  .contact__inner {
    box-sizing: border-box;
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
  }
  .contact__box {
    display: flex;
    gap: 16px;
    width: 670px;
    margin: 0 auto;
  }
  .contact__button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    padding: 0 0 0 48px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    text-decoration: none;
  }
  .contact__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    -webkit-mask-image: url(../images/icon_arrow.svg);
    mask-image: url(../images/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .contact__button:hover {
    transition: 0.3s ease;
    color: #0064ff;
  }
  .contact__button:hover::after {
    right: 12px;
    transition: 0.3s ease;
    background-color: #0064ff;
  }
  .contact__mail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/icon_mail.svg);
    mask-image: url(../images/icon_mail.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  .contact__guide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/icon_guide.svg);
    mask-image: url(../images/icon_guide.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  .contact__tel {
    justify-content: center;
    width: 670px;
    text-align: center;
    margin: 24px auto 0;
  }
  .contact__number {
    position: relative;
    display: inline-block;
    padding: 0 0 0 48px;
    color: #0064ff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .contact__number::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    -webkit-mask-image: url(/..images/icon_tel.svg);
    mask-image: url(../images/icon_tel.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  /* ------------------------------
    contents
  ------------------------------ */
  .contents {
    box-sizing: border-box;
    max-width: 1000px;
    padding: 0 50px;
    margin: 40px auto 60px;
    background: #fff;
  }
  .contents__title {
    position: relative;
    padding: 0 0 16px;
    border-bottom: 2px solid #0064ff;
    font-size: 22px;
  }
  .contents__box {
    position: relative;
    padding: 24px 0 0;
  }
  .contents__box-text, .contents__box-img {
    margin: 0 0 24px;
  }
  .contents__box-img {
    width: 500px;
    max-width: 500px;
    height: auto;
  }
  /* ------------------------------
    PC｜faq-pop
  ------------------------------ */
  .faq-pop {
    position: fixed;
    z-index: 1000;
    right: 16px;
    bottom: 0;
    width: 345px;
    height: 630px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }
  .faq-pop .heading {
    font-size: 16px;
  }
  .faq-pop__inner {
    padding-bottom: 32px;
    overflow-y: scroll;
    height: 630px;
  }
  .faq-pop__head {
    box-sizing: border-box;
    padding: 24px 16px;
    background: #f3f6fa;
  }
  .faq-pop__head .search-box {
    width: 313px;
  }
  .faq-pop__head .search-box__icon {
    width: 313px;
  }
  .faq-pop__head .search-box__input {
    width: 313px;
  }
  .faq-pop__head .search__keyword {
    padding: 0;
    width: 100%;
    font-size: 14px;
  }
  .faq-pop__head .search__keyword-button {
    padding: 0 4px;
    margin: 0 8px 0 0;
  }
  .faq-pop__contents {
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 24px 16px;
    background: #fff;
  }
  .faq-pop__contents .question__list-item {
    font-size: 14px;
  }
  .faq-pop__nav {
    position: relative;
    width: 100%;
    height: 36px;
    border-radius: 16px 16px 0 0;
    background: #0064ff;
  }
  .faq-pop__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    mask: url("../images/icon_close.svg") center/contain no-repeat;
    -webkit-mask: url("../images/icon_close.svg") center/contain no-repeat;
    background-color: white;
    color: #fff;
    font-size: 0;
    line-height: 0;
  }
  .faq-pop__close-btn {
    display: none;
  }
  .faq-pop-min {
    display: none;
    position: fixed;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    right: 16px;
    bottom: 16px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #0064ff;
    color: #fff;
    font-weight: bold;
  }
  .faq-pop-min__button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
  }
  .faq-pop-min__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
    -webkit-mask-image: url("../images/icon_question.svg");
    mask-image: url("../images/icon_question.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
  }
  .faq-pop-min:hover {
    background-color: rgba(0, 100, 255, 0.8);
  }
  /* ------------------------------
    footer
  ------------------------------ */
  .footer {
    width: 100%;
    margin-top: auto;
    background: #f3f6fa;
  }
  .footer__inner {
    background: #0064ff;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .footer__link {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    min-width: 670px;
    width: 100%;
    padding: 16px 0;
    background: #f3f6fa;
    font-size: 14px;
  }
  .footer__bottom {
    position: relative;
    padding: 8px 0;
    background: #0064ff;
    color: #fff;
    text-align: center;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .footer__powered {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    opacity: 0.6;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  .footer__powered:hover {
    opacity: 0.8;
    color: #fff;
  }
  /* ------------------------------
    header
  ------------------------------ */
  .header {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
  }
  .header__inner {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    padding: 0 50px;
  }
  .header__logo {
    width: 180px;
  }
  .header__img {
    height: auto;
  }
  .header__nav {
    display: flex;
  }
  .header__item {
    margin: 0 0 0 32px;
  }
  .header__link {
    color: #535353;
  }
  /* ------------------------------
    heading
  ------------------------------ */
  .heading {
    position: relative;
    margin: 0 0 32px;
    font-size: 22px;
    text-align: center;
  }
  .heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 42px;
    height: 3px;
    margin: auto;
    background: #000;
  }
  .heading--02 {
    text-align: left;
  }
  .heading--02::after {
    left: 0;
    bottom: -8px;
    width: 42px;
    height: 3px;
    margin: 0;
    background: #0064ff;
  }
  /* ------------------------------
    main
  ------------------------------ */
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
  }
  .main {
    position: relative;
    flex: 1;
  }
  /* ------------------------------
    message
  ------------------------------ */
  .message {
    padding: 60px 0 40px;
    text-align: center;
  }
  /* ------------------------------
    pagetop
  ------------------------------ */
  .is-pagetop {
    display: none;
    position: fixed;
    z-index: 999;
    right: -25px;
    bottom: 100px;
  }
  .pagetop {
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
    max-width: 1000px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }
  .pagetop__anchor {
    position: relative;
    padding-bottom: 16px;
    font-size: 10px;
    text-decoration: none;
  }
  .pagetop__anchor::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 50%;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg) translateY(50%);
    transition: 0.3s ease;
    -webkit-mask-image: url("../images/icon_arrow.svg");
    mask-image: url("../images/icon_arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .pagetop__anchor:hover {
    cursor: pointer;
  }
  .pagetop__anchor:hover::after {
    background-color: #0064ff;
  }
  /* ------------------------------
    pnkz
  ------------------------------ */
  .pnkz {
    width: 100%;
    background: #f3f6fa;
    margin: 0 auto;
    font-size: 14px;
  }
  .pnkz__inner {
    display: flex;
    box-sizing: border-box;
    max-width: 1000px;
    background: #f3f6fa;
    margin: 0 auto;
    padding: 20px 50px;
  }
  .pnkz__list {
    position: relative;
    padding: 0 30px 0 0;
    color: #535353;
  }
  .pnkz__list::after {
    content: "/";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 20px;
    transform: translateY(-50%);
    padding: 0 0 4px;
    color: #000;
    text-align: center;
  }
  /* ------------------------------
    question
  ------------------------------ */
  .question {
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 80px 0;
  }
  .question--list {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .question__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
  }
  .question__list {
    border-top: 1px solid #e7e7e7;
  }
  .question__list-item {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
  }
  .question__link {
    display: block;
    padding: 16px 0 16px 24px;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
  }
  .question__link::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 18px;
    height: 18px;
    transition: 0.3s ease;
    -webkit-mask-image: url(../images/icon_question.svg);
    mask-image: url(../images/icon_question.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #000;
  }
  .question__link:hover {
    transition: 0.3s ease;
    color: #0064ff;
  }
  .question__link:hover::after {
    transition: 0.3s ease;
    background-color: #0064ff;
  }
  .question__hit {
    background: #fbf29e;
  }
  /* ------------------------------
    reference
  ------------------------------ */
  .reference {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    background: #f3f6fa;
  }
  .reference__inner {
    width: 1000px;
    padding: 0 50px;
    text-align: center;
  }
  .reference__text {
    margin: 0 0 16px;
    font-weight: bold;
  }
  .reference__box-button {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .reference__button {
    width: 200px;
    height: 40px;
    border-radius: 6px;
  }
  .reference__button--yes {
    background: #0064ff;
    color: #fff;
  }
  .reference__button--no {
    border: 1px solid #535353;
    background: #fff;
  }
  .reference__button:hover {
    opacity: 0.8;
  }
  .reference__message {
    display: none;
    font-weight: bold;
  }
  /* ------------------------------
    search-box
  ------------------------------ */
  .search-box {
    position: relative;
    width: 670px;
    height: 46px;
    margin: 0 auto;
  }
  .search-box--list {
    margin-bottom: 24px;
  }
  .search-box--follow {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #e7e7e7;
    background: #f3f6fa;
  }
  .search-box--follow .search-box__input-box {
    width: 670px;
    margin: 0 auto;
  }
  .search-box__input-box {
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    right: 0;
    width: 100%;
  }
  .search-box__icon {
    display: block;
    position: relative;
    width: 670px;
    height: 46px;
    margin: 0 auto;
  }
  .search-box__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    -webkit-mask-image: url("../images/icon_search.svg");
    mask-image: url("../images/icon_search.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0064ff;
  }
  .search-box__input {
    box-sizing: border-box;
    width: 670px;
    height: 46px;
    padding: 0 20px;
    border: 2px solid #0064ff;
    border-radius: 100px;
  }
  .search-box__input:focus {
    outline: 0;
    color: #000;
  }
  .search-box__word {
    display: none;
    box-sizing: border-box;
    width: 670px;
    margin: 16px auto 0;
    padding: 8px 24px;
    border: 2px solid #0064ff;
    border-radius: 16px;
    background: #fff;
  }
  .search-box__word .question__list {
    border: none;
  }
  .search-box__word .question__list li:last-child {
    border: none;
  }
  /* ------------------------------
    search
  ------------------------------ */
  .search {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
    background: #f3f6fa;
  }
  .search--404 {
    padding: 40px 0;
  }
  .search__inner {
    width: 1000px;
    padding: 0 50px;
  }
  .search__keyword {
    display: flex;
    flex-wrap: wrap;
    width: 670px;
    margin: 16px auto 0;
  }
  .search__keyword-button {
    padding: 2px 12px;
    margin: 0 24px 4px 0;
    text-decoration: none;
  }
  .search__keyword-button:hover {
    border-radius: 4px;
    color: #000;
    background-color: rgba(0, 100, 255, 0.2);
  }
}/*# sourceMappingURL=style.css.map */