@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
  border: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  color: #4d4d4d;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #ff9;
}

/* change colors to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #4d4d4d;
  background-color: #ff9;
}

del {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

:root {
  --common-font:
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
}

body.is-fixed {
  overflow: hidden;
}

input,
select,
textarea {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
}

.sc-wrapper {
  position: relative;
  flex: 1;
  margin-top: 162.7px;
}
@media screen and (max-width: 767px) {
  .sc-wrapper {
    margin-top: 108.7px;
  }
}

.sc-bg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.sc-container {
  position: relative;
  box-sizing: border-box;
  width: 92.68%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sc-container {
    width: 91.467%;
  }
}

.sc-box {
  box-sizing: border-box;
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid #e9e5dd;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    /* PCのとき、電話番号のクリックイベントを無効化 */
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .sc-display-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sc-display-pc {
    display: none;
  }
}

.sc-icon-link {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .sc-icon-link:hover,
  .sc-icon-link:focus {
    opacity: 0.7;
  }
  .sc-icon-link:hover .sc-icon-link__text,
  .sc-icon-link:focus .sc-icon-link__text {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}
.sc-icon-link svg {
  position: absolute;
  top: 50%;
  left: 0;
  fill: #c02;
  transform: translateY(-50%);
}
.sc-icon-link--s {
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.sc-icon-link--s svg {
  position: absolute;
  top: 50%;
  left: 0;
  fill: #c02;
  transform: translateY(-50%);
}
.sc-icon-link--s .sc-icon-link__text {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .sc-icon-link--s:hover .sc-icon-link__text,
  .sc-icon-link--s:focus .sc-icon-link__text {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }
}
.sc-icon-link--reversed {
  padding: 0;
  text-wrap: pretty;
}
.sc-icon-link--reversed .sc-icon-link__text {
  display: inline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.sc-icon-link--reversed svg {
  position: inherit;
  display: inline-block;
  vertical-align: middle;
  transform: none;
}
.sc-icon-link__text {
  display: inline-block;
}
.sc-icon-link__text:last-child {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.sc-icon-link__text-s {
  font-size: 1.2rem;
}
.sc-icon-link__text + .sc-icon-link__text {
  display: block;
}

.sc-heading-lv1 {
  position: relative;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-heading-lv1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-heading-lv1 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sc-heading-lv1 {
    font-size: 2.8rem;
  }
}
.sc-heading-lv1--line {
  margin-bottom: 16px;
}
.sc-heading-lv1--line::before {
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 1;
  display: block;
  width: 71px;
  height: 6px;
  content: '';
  background-color: #c02;
  border-radius: 3px;
}
.sc-heading-lv1--line::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  content: '';
  background-color: #eff4f5;
  border-radius: 3px;
}

.sc-heading-lv2 {
  position: relative;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-heading-lv2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-heading-lv2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sc-heading-lv2 {
    font-size: 2rem;
  }
}
.sc-heading-lv2--line {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .sc-heading-lv2--line {
    margin-left: 12px;
  }
}
.sc-heading-lv2--line::before {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 6px;
  height: calc(100% - 12px);
  content: '';
  background-color: #c02;
  border-radius: 3px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sc-heading-lv2--line::before {
    left: -12px;
    width: 4px;
    height: calc(100% - 8px);
    border-radius: 2px;
  }
}

.sc-heading-lv3 {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-heading-lv3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-heading-lv3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sc-heading-lv3 {
    font-size: 1.8rem;
  }
}

.sc-heading-lv4 {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-heading-lv4 {
    font-size: 1.6rem;
  }
}

.sc-heading-lv5 {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-heading-lv5 {
    font-size: 1.4rem;
  }
}

.sc-text-l {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-text-l {
    font-size: 1.8rem;
  }
}

.sc-text-m {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-text-m {
    font-size: 1.6rem;
  }
}

.sc-text-s {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-text-s {
    font-size: 1.4rem;
  }
}

.sc-label-text-l {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-label-text-l {
    font-size: 1.8rem;
  }
}

.sc-label-text-m {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-label-text-m {
    font-size: 1.6rem;
  }
}

.sc-label-text-s {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-label-text-s {
    font-size: 1.2rem;
  }
}

.sc-text-bold {
  font-weight: 600 !important;
}

button {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
}

.sc-button-primary {
  position: relative;
  box-sizing: border-box;
  padding: 12px 52px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #faa430;
  border: 1px solid #faa430;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .sc-button-primary {
    padding: 16px 52px;
    font-size: 1.8rem;
    border-radius: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sc-button-primary:hover,
  .sc-button-primary:focus {
    color: #faa430;
    background-color: #fff;
    border-color: 1px solid #faa430;
  }
  .sc-button-primary:hover .sc-button-primary__text,
  .sc-button-primary:focus .sc-button-primary__text {
    text-shadow: none;
  }
}
.sc-button-primary .sc-button-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.sc-button-primary svg {
  position: absolute;
  top: 50%;
  right: 24px;
  fill: currentColor;
  transform: translateY(-50%);
}
.sc-button-primary--icon-left svg {
  right: inherit;
  left: 24px;
}
.sc-button-primary__text {
  text-shadow: 0 1px 2px #b06008;
}

.sc-button-secondary {
  position: relative;
  padding: 12px 52px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .sc-button-secondary {
    padding: 16px 52px;
    font-size: 1.8rem;
    border-radius: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sc-button-secondary:hover,
  .sc-button-secondary:focus {
    color: #666;
    background-color: #fff;
    border-color: 1px solid #666;
  }
}
.sc-button-secondary svg {
  position: absolute;
  top: 50%;
  right: 24px;
  fill: currentColor;
  transform: translateY(-50%);
}
.sc-button-secondary--icon-left svg {
  right: inherit;
  left: 24px;
}

.sc-button-tertiary {
  position: relative;
  padding: 12px 52px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .sc-button-tertiary {
    padding: 16px 52px;
    font-size: 1.8rem;
    border-radius: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sc-button-tertiary:hover,
  .sc-button-tertiary:focus {
    color: #fff;
    background-color: #333;
    border-color: 1px solid #333;
  }
}
.sc-button-tertiary svg {
  position: absolute;
  top: 50%;
  right: 24px;
  fill: currentColor;
  transform: translateY(-50%);
}
.sc-button-tertiary--icon-left svg {
  right: inherit;
  left: 24px;
}

.sc-button-disabled,
button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled {
  color: #777 !important;
  cursor: not-allowed;
  background-color: #f0f0f0 !important;
  border: 1px solid #c8ced2 !important;
}
.sc-button-disabled > *,
button:disabled > *,
input[type='button']:disabled > *,
input[type='submit']:disabled > * {
  text-shadow: none !important;
}

.sc-button-card {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 24px 48px 24px 24px;
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e9e5dd;
  border-radius: 16px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.08);
}
.sc-button-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  content: '';
  background-color: #faa430;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 767px) {
  .sc-button-card::after {
    width: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sc-button-card:hover,
  .sc-button-card:focus {
    opacity: 0.7;
  }
  .sc-button-card:hover .sc-button-card__title,
  .sc-button-card:focus .sc-button-card__title {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}
.sc-button-card__title {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sc-button-card__title svg {
  margin-right: 16px;
  fill: #c02;
}
@media screen and (max-width: 767px) {
  .sc-button-card__title svg {
    margin-right: 12px;
  }
}
.sc-button-card__text {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-button-card__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-button-card__text {
    margin-top: 12px;
  }
}
.sc-button-card__icon {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.sc-button-card__icon svg {
  fill: #fff;
}

.sc-form-label {
  display: inline-block;
  margin-bottom: 6px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-form-label {
    font-size: 1.6rem;
  }
}

.sc-text-box {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 2px solid #ccd2d5;
  border-radius: 6px;
}
.sc-text-box::-webkit-input-placeholder {
  color: #777;
}
.sc-text-box:-ms-input-placeholder {
  color: #777;
}
.sc-text-box::placeholder {
  color: #777;
}
.sc-text-box:focus {
  outline: none;
  border: 2px solid #00a9cc;
}
.sc-text-box:disabled {
  background-color: #fff;
  border: 2px solid #c8ced2;
}
.sc-text-box:disabled::-webkit-input-placeholder {
  color: #c8ced2;
}
.sc-text-box:disabled:-ms-input-placeholder {
  color: #c8ced2;
}
.sc-text-box:disabled::placeholder {
  color: #c8ced2;
}
.sc-text-box--error {
  border: 2px solid #c02;
}

.sc-password-box {
  position: relative;
  width: 100%;
}
.sc-password-box .sc-text-box {
  padding: 14px 75px 14px 16px;
}
.sc-password-box__button {
  position: absolute;
  top: 28px;
  right: 12px;
  width: 57px;
  padding: 4px 7px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #666;
  border-radius: 16px;
  transform: translateY(-50%);
}

.sc-calender-box {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 1.6rem;
  line-height: 1.5;
  border: 2px solid #ccd2d5;
  border-radius: 6px;
}
.sc-calender-box::-webkit-input-placeholder {
  color: #777;
}
.sc-calender-box:-ms-input-placeholder {
  color: #777;
}
.sc-calender-box::placeholder {
  color: #777;
}
.sc-calender-box:focus {
  outline: none;
  border: 2px solid #00a9cc;
}
.sc-calender-box:disabled {
  background-color: #fff;
  border: 2px solid #c8ced2;
}
.sc-calender-box:disabled::-webkit-input-placeholder {
  color: #c8ced2;
}
.sc-calender-box:disabled:-ms-input-placeholder {
  color: #c8ced2;
}
.sc-calender-box:disabled::placeholder {
  color: #c8ced2;
}
.sc-calender-box::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 28px;
  height: 28px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTU0XzE1MzEpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNSAwQzYuNjcxNTcgMCA2IDAuNjcxNTczIDYgMS41VjNINEMxLjkyODkzIDMgMC4yMjU0OTIgNC41NzQgMC4wMjA2NTE2IDYuNTkxMDJDMC4wMDY5OTU1NSA2LjcyNTQ5IDAgNi44NjE5MyAwIDdWOFYyMkMwIDI0LjIwOTEgMS43OTA4NiAyNiA0IDI2SDIyQzI0LjIwOTEgMjYgMjYgMjQuMjA5MSAyNiAyMlY4VjdDMjYgNC43OTA4NiAyNC4yMDkxIDMgMjIgM0gyMFYxLjVDMjAgMC42NzE1NzMgMTkuMzI4NCAwIDE4LjUgMEMxNy42NzE2IDAgMTcgMC42NzE1NzMgMTcgMS41VjNIOVYxLjVDOSAwLjY3MTU3MyA4LjMyODQzIDAgNy41IDBaTTIgOEgyNFYyMkMyNCAyMy4xMDQ2IDIzLjEwNDYgMjQgMjIgMjRINEMyLjg5NTQzIDI0IDIgMjMuMTA0NiAyIDIyVjhaTTcgMTFDNS44OTU0MyAxMSA1IDExLjg5NTQgNSAxM0M1IDE0LjEwNDYgNS44OTU0MyAxNSA3IDE1QzguMTA0NTcgMTUgOSAxNC4xMDQ2IDkgMTNDOSAxMS44OTU0IDguMTA0NTcgMTEgNyAxMVpNMTEgMTlDMTEgMTcuODk1NCAxMS44OTU0IDE3IDEzIDE3QzE0LjEwNDYgMTcgMTUgMTcuODk1NCAxNSAxOUMxNSAyMC4xMDQ2IDE0LjEwNDYgMjEgMTMgMjFDMTEuODk1NCAyMSAxMSAyMC4xMDQ2IDExIDE5Wk03IDE3QzUuODk1NDMgMTcgNSAxNy44OTU0IDUgMTlDNSAyMC4xMDQ2IDUuODk1NDMgMjEgNyAyMUM4LjEwNDU3IDIxIDkgMjAuMTA0NiA5IDE5QzkgMTcuODk1NCA4LjEwNDU3IDE3IDcgMTdaTTExIDEzQzExIDExLjg5NTQgMTEuODk1NCAxMSAxMyAxMUMxNC4xMDQ2IDExIDE1IDExLjg5NTQgMTUgMTNDMTUgMTQuMTA0NiAxNC4xMDQ2IDE1IDEzIDE1QzExLjg5NTQgMTUgMTEgMTQuMTA0NiAxMSAxM1pNMTkgMTFDMTcuODk1NCAxMSAxNyAxMS44OTU0IDE3IDEzQzE3IDE0LjEwNDYgMTcuODk1NCAxNSAxOSAxNUMyMC4xMDQ2IDE1IDIxIDE0LjEwNDYgMjEgMTNDMjEgMTEuODk1NCAyMC4xMDQ2IDExIDE5IDExWiIgZmlsbD0iIzMzMzMzMyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE1NF8xNTMxIj48cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9IndoaXRlIi8+PC9jbGlwUGF0aD48L2RlZnM+PHNjcmlwdCB4bWxucz0iIi8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.sc-calender-box--error {
  border: 2px solid #c02;
}

input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  width: 28px;
  height: 28px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
}

input[type='date'],
input[type='time'],
input[type='datetime-local'] {
  -webkit-appearance: none;
          appearance: none;
}

input[type='date']::-webkit-date-and-time-value,
input[type='time']::-webkit-date-and-time-value {
  text-align: left;
}

.sc-birth {
  display: flex;
  flex-direction: row;
  gap: 18px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-birth {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-birth {
    gap: 12px;
  }
}
.sc-birth__layout {
  display: flex;
  gap: 4px;
  align-items: center;
}
.sc-birth__layout:first-child .sc-text-box {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .sc-birth__layout:first-child .sc-text-box {
    max-width: 97px;
  }
}
.sc-birth__layout:nth-child(2) .sc-text-box,
.sc-birth__layout:nth-child(3) .sc-text-box {
  width: 100%;
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  .sc-birth__layout:nth-child(2) .sc-text-box,
  .sc-birth__layout:nth-child(3) .sc-text-box {
    max-width: 60px;
  }
}

.sc-pulldown {
  position: relative;
}
.sc-pulldown::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMDcxMDcgMC45Mjg5MzNDNC40NjE1OSAwLjUzODQwOCA1LjA5NDc2IDAuNTM4NDA5IDUuNDg1MjggMC45Mjg5MzNMMTEuODQ5MiA3LjI5Mjg5QzEyLjIzOTggNy42ODM0MiAxMi4yMzk4IDguMzE2NTggMTEuODQ5MiA4LjcwNzExTDUuNDg1MjggMTUuMDcxMUM1LjA5NDc2IDE1LjQ2MTYgNC40NjE1OSAxNS40NjE2IDQuMDcxMDcgMTUuMDcxMUMzLjY4MDU0IDE0LjY4MDUgMy42ODA1NCAxNC4wNDc0IDQuMDcxMDcgMTMuNjU2OUw5LjcyNzkyIDhMNC4wNzEwNyAyLjM0MzE1QzMuNjgwNTQgMS45NTI2MiAzLjY4MDU0IDEuMzE5NDYgNC4wNzEwNyAwLjkyODkzM1oiIGZpbGw9IiMzMzMzMzMiLz48c2NyaXB0IHhtbG5zPSIiLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
}
.sc-pulldown select {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-appearance: none;
          appearance: none;
  border: 2px solid #ccd2d5;
  border-radius: 6px;
}
.sc-pulldown select::-webkit-input-placeholder {
  color: #777;
}
.sc-pulldown select:-ms-input-placeholder {
  color: #777;
}
.sc-pulldown select::placeholder {
  color: #777;
}
.sc-pulldown select:focus {
  outline: none;
  border: 2px solid #00a9cc;
}
.sc-pulldown select:disabled {
  background-color: #fff;
  border: 2px solid #c8ced2;
}
.sc-pulldown select:disabled::-webkit-input-placeholder {
  color: #c8ced2;
}
.sc-pulldown select:disabled:-ms-input-placeholder {
  color: #c8ced2;
}
.sc-pulldown select:disabled::placeholder {
  color: #c8ced2;
}
.sc-pulldown--error select {
  border: 2px solid #c02;
}

.sc-error-text {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #c02;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-error-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-error-text {
    margin-top: 6px;
  }
}

.sc-search-address {
  position: relative;
  display: flex;
  align-items: center;
}
.sc-search-address__button {
  width: 100%;
  max-width: 88px;
  padding: 6px 16px;
  margin-left: 18px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-radius: 24px;
}
.sc-search-address__button:focus {
  outline: 2px solid #00a9cc;
}

.sc-radio {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 2px solid #ccd2d5;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sc-radio {
    padding: 24px 20px;
  }
}
.sc-radio--error {
  border: 2px solid #c02;
}
@media screen and (max-width: 767px) {
  .sc-radio--s {
    padding: 12px 20px;
  }
}
.sc-radio__text {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .sc-radio__text {
    margin-left: 38px;
  }
}
.sc-radio__text::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 20px;
  height: 20px;
  content: '';
  background: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sc-radio__text::before {
    left: 20px;
    width: 26px;
    height: 26px;
  }
}
.sc-radio input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.sc-radio input[type='radio']:checked + .sc-radio__text::before {
  background: #666;
  border-color: #666;
}
.sc-radio input[type='radio']:checked + .sc-radio__text::after {
  position: absolute;
  top: 50%;
  left: 31px;
  width: 8px;
  height: 8px;
  content: '';
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sc-radio input[type='radio']:checked + .sc-radio__text::after {
    left: 29px;
    width: 10px;
    height: 10px;
  }
}

.sc-checkbox {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 2px solid #ccd2d5;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sc-checkbox {
    padding: 24px 20px;
  }
}
.sc-checkbox--error {
  border: 2px solid #c02;
}
.sc-checkbox__text {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .sc-checkbox__text {
    margin-left: 38px;
  }
}
.sc-checkbox__text::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 20px;
  height: 20px;
  content: '';
  background: #fff;
  border: 1px solid #777;
  border-radius: 6px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sc-checkbox__text::before {
    left: 20px;
    width: 26px;
    height: 26px;
  }
}
.sc-checkbox input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.sc-checkbox input[type='checkbox']:checked + .sc-checkbox__text::before {
  background: #666;
  border-color: #666;
}
.sc-checkbox input[type='checkbox']:checked + .sc-checkbox__text::after {
  position: absolute;
  top: calc(50% + 1px);
  left: 29px;
  width: 13px;
  height: 9px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE2IDEyIiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNTg1ODQ0IDMuNzc4MTdDMS4zNjY4OSAyLjk5NzEyIDIuNjMzMjIgMi45OTcxMiAzLjQxNDI3IDMuNzc4MTdMNi4yNDI3IDYuNjA2NkwxMS44OTk2IDAuOTQ5NzQyQzEyLjY4MDYgMC4xNjg2OTQgMTMuOTQ2OSAwLjE2ODY5NCAxNC43MjggMC45NDk3NDJDMTUuNTA5IDEuNzMwNzkgMTUuNTA5IDIuOTk3MTIgMTQuNzI4IDMuNzc4MTdMNy42NTY5MSAxMC44NDkyQzYuODc1ODYgMTEuNjMwMyA1LjYwOTUzIDExLjYzMDMgNC44Mjg0OSAxMC44NDkyTDAuNTg1ODQ0IDYuNjA2NkMtMC4xOTUyMDQgNS44MjU1NSAtMC4xOTUyMDQgNC41NTkyMiAwLjU4NTg0NCAzLjc3ODE3WiIgZmlsbD0id2hpdGUiLz48c2NyaXB0IHhtbG5zPSIiLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sc-checkbox input[type='checkbox']:checked + .sc-checkbox__text::after {
    left: 26px;
    width: 16px;
    height: 12px;
  }
}
.sc-checkbox input[type='checkbox']:disabled + .sc-checkbox__text::before {
  background: #c8ced2;
  border-color: #c8ced2;
}

.sc-required {
  box-sizing: border-box;
  display: inline-block;
  max-width: 40px;
  padding: 0 6px;
  margin-top: -3px;
  margin-left: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  vertical-align: middle;
  color: #c02;
  border: 1px solid #c02;
  border-radius: 30px;
}

.sc-flow {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sc-flow__item {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  padding: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-right: 3px solid #f3efe6;
}
@media screen and (max-width: 767px) {
  .sc-flow__item {
    padding: 16px;
    font-size: 1.2rem;
  }
}
.sc-flow__item:first-child {
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 767px) {
  .sc-flow__item:first-child {
    border-radius: 6px 0 0 6px;
  }
}
.sc-flow__item:last-child {
  border-right: none;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .sc-flow__item:last-child {
    border-radius: 0 6px 6px 0;
  }
}
.sc-flow__item:last-child::after {
  display: none;
}
.sc-flow__item::after {
  position: absolute;
  top: 50%;
  right: -19px;
  z-index: 1;
  width: 19px;
  height: 42px;
  content: '';
  background-image: url('/assets/common/img/icon_flow_arrow_pc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sc-flow__item::after {
    right: -13px;
    width: 13px;
    height: 33px;
    background-image: url('/assets/common/img/icon_flow_arrow_sp.svg');
  }
}
.sc-flow__item.is-active {
  color: #fff;
  background-color: #faa430;
}
.sc-flow__item.is-active .sc-flow__text {
  text-shadow: 0 1px 2px #da871e;
}
.sc-flow__item.is-active::after {
  background-image: url('/assets/common/img/icon_flow_arrow_active_pc.svg');
}
@media screen and (max-width: 767px) {
  .sc-flow__item.is-active::after {
    background-image: url('/assets/common/img/icon_flow_arrow_active_sp.svg');
  }
}
.sc-flow li {
  list-style: none;
}

.sc-dotted-line {
  display: block;
  width: 100%;
  height: 3px;
  background: repeating-radial-gradient(
    circle,
    #ccd2d5 0,#ccd2d5 1.5px,
    transparent 1.5px, transparent 4.5px
  );
  background: repeating-radial-gradient(
    circle,
    #ccd2d5 0 1.5px,
    transparent 1.5px 4.5px
  );
  background-repeat: repeat-x;
  background-size: 9px 3px;
}

.sc-form-note {
  padding-left: 1.3em;
  margin-top: 8px;
}
.sc-form-note::before {
  margin-left: -1.3em;
  content: '※';
}
.sc-form-note + .sc-form-note {
  margin-top: 0;
}

.sc-table {
  box-sizing: border-box;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #777;
  border-radius: 6px;
}
.sc-table tr {
  border-collapse: separate;
  border-collapse: initial;
}
.sc-table tr + tr th,
.sc-table tr + tr td {
  border-top: 1px solid #777;
}
.sc-table th,
.sc-table td {
  box-sizing: border-box;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .sc-table th,
  .sc-table td {
    padding: 16px 12px;
  }
}
.sc-table th {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .sc-table th {
    font-size: 1.6rem;
  }
}
.sc-table th + td {
  border-left: 1px solid #777;
}
.sc-table td {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #424242;
  text-align: right;
  letter-spacing: 0.05em;
}

.sc-error_panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  gap: 8px;
  padding: 16px 20px;
  color: #c02;
  background-color: #fff1f1;
  border: #c02 2px solid;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sc-error_panel {
    padding: 16px;
  }
}
.sc-error_panel > * {
  color: #c02;
}
.sc-error_panel-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  fill: #c02;
}
@media screen and (max-width: 767px) {
  .sc-error_panel-heading {
    gap: 8px;
  }
}
.sc-error_panel-heading .sc-heading-lv3 {
  color: #c02;
}

.sc-form_layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sc-form_layout .sc-box {
    padding: 24px;
  }
}
.sc-form_layout-col_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  column-gap: 18px;
}
.sc-form_layout-col_1 :nth-child(2) {
  grid-column: 1/2;
}
.sc-form_layout-col_1 :first-child,
.sc-form_layout-col_1 :nth-child(n + 3) {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-col_1 {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .sc-form_layout-col_1 :nth-child(2) {
    grid-column: 1;
  }
  .sc-form_layout-col_1 :first-child,
  .sc-form_layout-col_1 :nth-child(n + 3) {
    grid-column: 1;
  }
}
.sc-form_layout-col_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px 18px;
  gap: 6px 18px;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-col_2 {
    column-gap: 12px;
  }
}
.sc-form_layout-col .sc-heading-lv5 + input {
  margin-top: 4px;
}
.sc-form_layout-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  gap: 24px;
}
.sc-form_layout-hgroup {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-hgroup {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.sc-form_layout-hgroup .sc-text-m {
  padding-top: 24px;
}
.sc-form_layout-hgroup + .sc-bg {
  padding-top: 32px;
  padding-bottom: 40px;
  background-color: #f3efe6;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-hgroup + .sc-bg {
    padding-bottom: 64px;
    border-radius: 20px 20px 0 0;
  }
}
.sc-form_layout-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  gap: 32px;
  max-width: 654px;
  margin: 0 auto;
}
.sc-form_layout-button-col_1 {
  display: grid;
  width: 318px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-button-col_1 {
    width: 100%;
  }
}
.sc-form_layout-button-col_2 {
  display: grid;
  grid-template-columns: 312px 312px;
  grid-gap: 18px;
  gap: 18px;
  align-content: center;
  justify-content: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-button-col_2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sc-form_layout-button-col_2 .sc-button-primary {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .sc-form_layout-button-col_2 .sc-button-tertiary {
    order: 2;
  }
}
.sc-form_layout-confirm-group .sc-text-m {
  margin-top: 8px;
}
.sc-form_layout-confirm-group .sc-dotted-line {
  margin-top: 12px;
}
.sc-form_layout-relation .sc-pulldown {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-relation .sc-pulldown {
    width: 140px;
  }
}
.sc-form_layout-relation .sc-text-box {
  margin-top: 6px;
}
.sc-form_layout-relation-hidden {
  display: none;
}
.sc-form_layout-postal_code {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  column-gap: 18px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sc-form_layout-postal_code {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    column-gap: 16px;
  }
}
.sc-form_layout-postal_code :nth-child(n + 3) {
  grid-column: 1/3;
}
.sc-form_layout-postal_button {
  display: block;
  grid-area: 'space';
  align-self: center;
  width: 88px;
  height: 33px;
  padding: 6px 16px;
  font-size: 14px;
  color: #fff;
  background-color: #666;
  border-radius: 24px;
}
.sc-form_layout-address .sc-pulldown {
  width: 150px;
}
.sc-form_layout-address .sc-text-box {
  margin-top: 6px;
}
.sc-form_layout-address .sc-heading-lv5 {
  display: inline-block;
  margin-top: 8px;
}

.sc-announcement {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .sc-announcement {
    margin: 0 auto 16px;
  }
}
.sc-announcement__heading {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #c02;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .sc-announcement__heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-announcement__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sc-announcement__heading {
    font-size: 1.8rem;
  }
}
.sc-announcement__heading svg {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .sc-announcement__heading svg {
    width: 20px;
    height: 20px;
  }
}
.sc-announcement__text {
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #c02;
  letter-spacing: 0.05em;
  background-color: #fff1f1;
  border-right: 2px solid #c02;
  border-bottom: 2px solid #c02;
  border-left: 2px solid #c02;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 767px) {
  .sc-announcement__text {
    font-size: 1.6rem;
  }
}

.sc-information {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .sc-information {
    margin: 0 auto 16px;
  }
}
.sc-information__heading {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #21348c;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .sc-information__heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-information__heading {
    padding: 8px;
  }
}
.sc-information__heading svg {
  display: inline-block;
  flex-shrink: 0;
  width: 28px;
  height: 27px;
  margin-right: 10px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .sc-information__heading svg {
    width: 20px;
    height: 20px;
  }
}
.sc-information__text {
  box-sizing: border-box;
  padding: 12px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-right: 2px solid #21348c;
  border-bottom: 2px solid #21348c;
  border-left: 2px solid #21348c;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 767px) {
  .sc-information__text {
    font-size: 1.6rem;
  }
}
.sc-information__text--date {
  font-size: 1.8rem;
  font-weight: bold !important;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-information__text--date {
    font-size: 1.8rem;
  }
}

.sc-heading-lv1 + .sc-information {
  margin-top: 46px;
  margin-bottom: 0;
}

.sc-header-wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.sc-header-01 {
  z-index: 10;
  box-sizing: border-box;
  display: grid;
  align-content: center;
  width: 100%;
  height: max(60px, min(8.2828282828vw, 82px));
  padding: 12px 20px;
  background-color: #fff;
  border-bottom: 1px solid #c02;
}
@media screen and (max-width: 767px) {
  .sc-header-01 {
    height: auto;
    padding: 10px 16px;
  }
}
.sc-header-01__layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sc-header-01__layout {
    flex-direction: column;
    justify-content: center;
  }
}
.sc-header-01__logo a {
  display: block;
  max-width: max(100px, min(20.101010101vw, 199px));
}
@media screen and (max-width: 767px) {
  .sc-header-01__logo a {
    max-width: 110px;
  }
}
.sc-header-01__logo--care {
  display: flex;
  justify-content: flex-end;
  margin-left: max(18px, min(3.6363636364vw, 36px));
}
@media screen and (max-width: 767px) {
  .sc-header-01__logo--care {
    margin-left: 0;
  }
}
.sc-header-01__logo--care a {
  max-width: max(55px, min(11.2121212121vw, 111px));
}
@media screen and (max-width: 767px) {
  .sc-header-01__logo--care a {
    max-width: 104px;
    margin: 4px 0 0;
  }
}
.sc-header-01__logo img {
  width: 100%;
  height: auto;
}
.sc-header-01__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc-header-01__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sc-header-01__contact {
    margin-left: max(5px, min(1.0101010101vw, 10px));
  }
}
.sc-header-01__tel {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(auto, auto));
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  grid-gap: max(3px, min(0.6060606061vw, 6px));
  gap: max(3px, min(0.6060606061vw, 6px));
}
.sc-header-01__tel-text {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: max(10px, min(1.2121212121vw, 12px));
  font-weight: 600;
  line-height: 1.2;
}
.sc-header-01__tel-number {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
  font-size: max(18px, min(2.4242424242vw, 24px));
  font-weight: 600;
  line-height: 1;
}
.sc-header-01__tel-time {
  box-sizing: border-box;
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 0 18px;
  font-size: max(10px, min(1.3131313131vw, 13px));
  line-height: 1.5;
  text-align: center;
  background-color: #eff4f5;
  border: 1px solid #ccd2d5;
  border-radius: 10px;
}
.sc-header-01__button {
  position: relative;
  box-sizing: border-box;
  margin-left: max(12px, min(2.4242424242vw, 24px));
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-header-01__button {
    font-size: 1.4rem;
  }
}
.sc-header-01__button .sc-button-tertiary {
  padding: max(4px, min(0.8080808081vw, 8px)) max(10px, min(2.4242424242vw, 24px))
    max(4px, min(0.8080808081vw, 8px)) max(18px, min(4.0404040404vw, 40px));
}
.sc-header-01__button .sc-button-tertiary svg {
  left: 16px;
}

.sc-hamburger-button {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 100;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('/assets/common/img/icon_hamburger_open.svg');
}
@media screen and (min-width: 768px) {
  .sc-hamburger-button {
    display: none;
  }
}
.sc-hamburger-button__text-wrap {
  position: absolute;
  bottom: -15px;
  left: -12px;
  width: 48px;
  text-align: center;
}
.sc-hamburger-button__text {
  position: absolute;
  right: -12px;
  bottom: -17px;
  display: block;
  width: 48px;
  font-size: 1.2rem;
  font-weight: medium;
  line-height: 1.2;
  color: #c02;
}

.sc-hamburger-button.is-active {
  background-image: url('/assets/common/img/icon_hamburger_close.svg');
}

.sc-hamburger-content.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100dvh;
  padding-top: 108.7px;
  overflow-y: scroll;
  background-color: #f3efe6;
}

body.is-fixed .sc-header-copy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.sc-hamburger-content {
  display: none;
}
.sc-hamburger-content__layout {
  display: flex;
  flex-direction: column;
  padding: 32px 20px;
  background-color: #f3efe6;
}
.sc-hamburger-content__title {
  margin-top: 52px;
  margin-bottom: 12px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-hamburger-content__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-hamburger-content__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sc-hamburger-content__title {
    font-size: 2rem;
  }
}
.sc-hamburger-content__inner + .sc-hamburger-content__inner {
  margin-top: 32px;
}
.sc-hamburger-content__nav-item + .sc-hamburger-content__nav-item {
  margin-top: 12px;
}
.sc-hamburger-content .sc-button-card,
.sc-hamburger-content .sc-button-tertiary {
  width: 100%;
}
.sc-hamburger-content .sc-button-tertiary {
  margin-top: 32px;
}
.sc-hamburger-content .sc-button-card + .sc-button-card {
  margin-top: 12px;
}
.sc-hamburger-content__tel {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(204px, auto));
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .sc-hamburger-content__tel {
    grid-template-rows: repeat(auto-fit, minmax(21px, auto));
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.sc-hamburger-content__tel-text {
  grid-column: 1/2;
  font-size: max(14px, min(1.8181818182vw, 18px));
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-hamburger-content__tel-text {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-bottom: 12px;
    font-size: 1.4rem;
    border-bottom: 3px dotted #ccd2d5;
  }
}
.sc-hamburger-content__tel-number {
  grid-column: 2/3;
  margin-left: max(3px, min(0.6060606061vw, 6px));
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sc-hamburger-content__tel-number {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 12px 0 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.sc-hamburger-content__tel-time {
  grid-column: 3/4;
  margin-left: max(6px, min(1.2121212121vw, 12px));
  font-size: max(10px, min(1.2121212121vw, 12px));
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sc-hamburger-content__tel-time {
    grid-row: 3/4;
    grid-column: 1/2;
    margin: 4px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sc-header-02 {
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccd2d5;
}
@media screen and (max-width: 767px) {
  .sc-header-02 {
    padding: 8px 16px 12px;
  }
}
.sc-header-02__layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sc-header-02__layout {
    flex-direction: column;
    justify-content: center;
  }
}
.sc-header-02__title {
  font-size: max(16px, min(2.0202020202vw, 20px));
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sc-header-02__title {
    font-size: 1.6rem;
  }
}
.sc-header-02__inner {
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .sc-header-02__inner {
    padding: 0;
  }
}
.sc-header-02__nav-list {
  display: flex;
  align-items: center;
  margin-left: max(12px, min(2.4242424242vw, 24px));
  font-weight: 600;
}
.sc-header-02__nav-list li {
  list-style: none;
}
.sc-header-02__nav-list .sc-icon-link__text {
  font-size: max(12px, min(1.4141414141vw, 14px));
}
.sc-header-02__nav-list .sc-icon-link__text-s {
  font-size: max(10px, min(1.2121212121vw, 12px));
}
.sc-header-02__nav-item + .sc-header-02__nav-item {
  margin-left: max(12px, min(2.4242424242vw, 24px));
}

.sc-footer-01 {
  box-sizing: border-box;
  padding: 16px 20px;
  background-color: #fff;
}
.sc-footer-01__container {
  box-sizing: border-box;
  width: 92.68%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sc-footer-01__container {
    width: 91.467%;
  }
}
.sc-footer-01__tel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(204px, auto));
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sc-footer-01__tel {
    grid-template-rows: repeat(auto-fit, minmax(21px, auto));
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.sc-footer-01__tel-text {
  grid-column: 1/2;
  font-size: max(14px, min(1.8181818182vw, 18px));
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-footer-01__tel-text {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-bottom: 12px;
    font-size: 1.4rem;
    border-bottom: 3px dotted #ccd2d5;
  }
}
.sc-footer-01__tel-number {
  grid-column: 2/3;
  margin-left: max(3px, min(0.6060606061vw, 6px));
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sc-footer-01__tel-number {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 12px 0 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.sc-footer-01__tel-time {
  grid-column: 3/4;
  margin-left: max(6px, min(1.2121212121vw, 12px));
  font-size: max(10px, min(1.2121212121vw, 12px));
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sc-footer-01__tel-time {
    grid-row: 3/4;
    grid-column: 1/2;
    margin: 4px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sc-footer-02 {
  box-sizing: border-box;
  padding: 16px 20px;
  background-color: #fff;
  border-top: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .sc-footer-02 {
    padding: 0;
  }
}
.sc-footer-02__link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(137px, auto));
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sc-footer-02__link-list {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
.sc-footer-02__link-list li {
  list-style: none;
}
.sc-footer-02__link-item {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sc-footer-02__link-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px 8px;
    text-align: center;
  }
}
.sc-footer-02__link-item:nth-child(1) {
  grid-column: 1/2;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .sc-footer-02__link-item:nth-child(1) {
    grid-row: 1/2;
    margin-right: 0;
    border-bottom: 1px solid #777;
  }
}
.sc-footer-02__link-item:nth-child(2) {
  grid-column: 2/3;
  border-right: 1px solid #777;
}
@media screen and (min-width: 768px) {
  .sc-footer-02__link-item:nth-child(2) {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sc-footer-02__link-item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
    border-right: none;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
  }
}
.sc-footer-02__link-item:nth-child(3) {
  grid-column: 3/4;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sc-footer-02__link-item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-left: 0;
  }
}
.sc-footer-02__link-item:nth-child(4) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sc-footer-02__link-item:nth-child(4) {
    grid-row: 2/3;
    grid-column: 2/2;
    margin-left: 0;
    border-left: 1px solid #777;
  }
}
.sc-footer-02 .sc-icon-link {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sc-footer-02 .sc-icon-link svg {
    width: 14px;
    height: 14px;
  }
}

.sc-footer-copy {
  box-sizing: border-box;
  padding: 12px 20px;
  background-color: #c02;
}
@media screen and (max-width: 767px) {
  .sc-footer-copy {
    padding: 12px 10px 8px;
  }
}
.sc-footer-copy__container {
  box-sizing: border-box;
  width: 92.68%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sc-footer-copy__container {
    width: 91.467%;
  }
}
.sc-footer-copy__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sc-footer-copy__layout {
    justify-content: center;
  }
}
.sc-footer-copy__text {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-footer-copy__text {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
  }
}
.sc-footer-copy__mark {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sc-footer-copy__mark {
    font-size: 1.3rem;
  }
}

.sc-parts-heading {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Yu Gothic',
    sans-serif;
  font-family: var(--common-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sc-parts-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sc-parts-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sc-parts-heading {
    font-size: 2rem;
  }
}

.sc-parts-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  row-gap: 16px;
}

.sc-parts-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  row-gap: 16px;
}
