@charset "UTF-8";
/* @include _common.scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb出し分け*/
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width:768px) and (max-width:1024.9px) {
  .u-hidden-tb {
    display: none !important;
  }
}

/*common*/
:root {
  --c-navy: #1f2846;
  --c-navy-deep: #171e38;
  --c-footer: #8aafbe;
  --c-border: #c4cdd4;
  --c-placeholder: #c9caca;
  --c-accent-line: #9fb4c4;
  --c-gold: #c9a24a;
  --c-bg-top: #ffffff;
  --c-bg-btm: #d7e4ea;
  --c-gray: #f2f2f2;
  --c-red: #c00;
  --base-ltsp: .05em;
  /* backward-compat aliases: keep old token names working across page-level scss */
  --c-bg: var(--c-bg-btm);
  --c-text: var(--c-navy);
  --c-blue: var(--c-navy);
  --fw-zenmaru-medium: 500;
  --fw-zenmaru-bold: 700;
}

body {
  background: var(--c-bg-top);
  letter-spacing: var(--base-ltsp);
  color: var(--c-text);
  font-weight: var(--fw-zenmaru-medium);
  font-size: 16px;
  line-height: 1.8;
  font-family: "MFW-PReimYonzPr6N-Regular", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", serif;
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  img {
    display: block;
    width: 100%;
  }
}

a {
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  a,
  input[type=submit],
  input[type=image],
  label {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.7;
  }
}
.u-font-roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-variation-settings: "wdth" 100;
}

/*Layout*/
.l-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media (min-width: 768px) {
  .l-wrapper {
    min-width: 980px;
  }
}

.l-header__topbar {
  height: 20px;
  background: var(--c-navy-deep);
}
.l-header__logo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #fff;
}
.l-header__logo-inner {
  display: inline-flex;
  align-items: center;
  color: var(--c-navy);
  font-family: "le-monde-livre-std", serif;
  font-weight: 300;
  font-size: 20px;
}
.l-header__logo-mark {
  width: 37px;
  height: 42px;
  flex-shrink: 0;
}

.l-hero {
  background: var(--c-navy);
  color: #fff;
  text-align: center;
  padding: 34px 20px 40px;
}
.l-hero--compact {
  padding: 30px 20px 34px;
}
.l-hero__eyebrow {
  display: inline-block;
  position: relative;
  font-family: "le-monde-livre-std", serif;
  font-weight: 300;
  font-size: 18px;
  padding: 0 15px 1px;
}
@media screen and (max-width: 767.9px) {
  .l-hero__eyebrow {
    font-size: 21px;
  }
}
.l-hero__eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(to bottom, #89b6c4 50%, #c9caca 50%);
}
.l-hero__title {
  margin-top: 14px;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 22px;
}
@media screen and (max-width: 767.9px) {
  .l-hero__title {
    font-size: min(23px, 5.3333333333vw);
    white-space: nowrap;
  }
}
.l-hero__date {
  position: relative;
  margin: 15px auto 0;
  max-width: 760px;
  padding: 10px 0 0;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}
.l-hero__date .is-lg {
  font-size: 40px;
}
.l-hero__date .is-sm {
  font-size: 22px;
}
@media (min-width: 768px) {
  .l-hero__date {
    font-size: 30px;
  }
  .l-hero__date::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(to bottom, #ccc 0 1px, #1f2846 1px 4px, #fff 4px 6px);
  }
  .l-hero__date .is-sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-hero__date {
    text-align: center;
    text-align-last: center;
    text-justify: auto;
  }
  .l-hero__date .is-sm {
    display: block;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767.9px) {
  .l-hero__date-day {
    position: relative;
    display: block;
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 1.1;
  }
  .l-hero__date-day::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(to bottom, #ccc 0 1px, #1f2846 1px 4px, #fff 4px 6px);
  }
}
.l-hero__date-time {
  font-size: 30px;
}
@media screen and (max-width: 767.9px) {
  .l-hero__date-time {
    display: block;
    margin-top: 2px;
  }
}
.l-hero__info {
  margin: 30px auto 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "map notes" "map access";
  gap: 26px;
  text-align: left;
}
.l-hero__info > .c-access {
  grid-area: access;
  margin-top: 0;
}
@media screen and (max-width: 767.9px) {
  .l-hero__info {
    grid-template-columns: 1fr;
    grid-template-areas: "notes" "map" "access";
    gap: 22px;
    margin-top: 24px;
  }
}
.l-hero__map {
  grid-area: map;
  overflow: hidden;
  font-size: 0;
}
.l-hero__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .l-hero__map {
    overflow: visible;
  }
  .l-hero__map img {
    height: auto;
  }
}
.l-hero__notes {
  grid-area: notes;
  font-family: "FrutigerNeueLTW1G-Regular", "FOT-ロダン ProN DB", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.c-note-list {
  list-style: none;
}
.c-note-list > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 6px;
}
.c-note-list > li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
}

.c-access {
  margin-top: 16px;
  font-family: "FrutigerNeueLTW1G-Regular", "FOT-ロダン ProN DB", sans-serif;
  font-size: 11px;
}
.c-access__title {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.c-access__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.l-content {
  max-width: 980px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid var(--c-border);
  background: #fff;
}

.l-main {
  display: flow-root;
  background: linear-gradient(180deg, var(--c-bg-top) 0%, var(--c-bg-btm) 100%);
  padding: 0 20px;
}
.l-main__content {
  margin-top: 30px;
  padding: 60px 0 70px;
}
@media screen and (max-width: 767.9px) {
  .l-main__content {
    margin-top: 8vw;
    padding: 5.3333333333vw 4vw 13.3333333333vw;
  }
}

.l-container {
  max-width: 920px;
  margin: 0 auto;
}

.l-narrow {
  max-width: 660px;
  margin: 0 auto;
}

.l-footer__contact {
  background: var(--c-footer);
  color: #fff;
  text-align: center;
  padding: 52px 20px 46px;
}
@media screen and (max-width: 767.9px) {
  .l-footer__contact {
    padding: 10.6666666667vw 4.2666666667vw 9.6vw;
  }
}
.l-footer__title {
  font-weight: var(--fw-zenmaru-bold);
  font-size: 19px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767.9px) {
  .l-footer__title {
    font-size: 17px;
    letter-spacing: 0.12em;
  }
}
.l-footer__rule {
  display: block;
  width: min(560px, 100%);
  height: 6px;
  background: linear-gradient(to bottom, #ccc 0 1px, #89b6c4 1px 4px, #fff 4px 6px);
  border: none;
  margin: 20px auto 30px;
}
.l-footer__office-name {
  font-weight: var(--fw-zenmaru-bold);
  font-size: 13px;
  letter-spacing: 0.2em;
}
.l-footer__office-email {
  display: inline-block;
  margin-top: 4px;
  color: #fff;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 27px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.9px) {
  .l-footer__office-email {
    font-size: min(22px, 5.3333333333vw);
    white-space: nowrap;
  }
}
.l-footer__hours {
  display: table;
  margin: 26px auto 0;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .l-footer__hours-indent {
    position: relative;
    left: 6.7em;
  }
}
.l-footer__note {
  display: block;
  margin-top: 18px;
  font-size: 12px;
}

/*Compornent*/
.c-title {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--c-navy);
  font-weight: var(--fw-zenmaru-bold);
  font-size: 21px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .c-title {
    font-size: 18px;
  }
}

.c-title__text {
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .c-title__text {
    font-size: 16px;
  }
}

.c-heading {
  margin-top: 20px;
  text-align: center;
  font-weight: var(--fw-zenmaru-bold);
  color: var(--c-blue);
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .c-heading {
    margin-top: 4vw;
    text-align: left;
  }
}

.l-main > .c-heading:first-child {
  margin-top: 67px;
}

.c-btn {
  --c-btn: var(--c-navy);
  --c-btn-text: #fff;
}
.c-btn.--mt-40 {
  margin: 40px auto 0;
}
.c-btn-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .c-btn-lineup {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 52px;
  margin: auto;
  border: 1px solid var(--c-btn);
  background: var(--c-btn);
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: var(--c-btn-text);
  font-weight: var(--fw-zenmaru-bold);
  font-size: 17px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn {
    transition: opacity 0.2s;
  }
  .c-btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767.9px) {
  .c-btn {
    width: 74.6666666667vw;
    height: auto;
    padding: 14px 0;
    font-size: 15px;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid var(--c-btn-text);
  border-right: 1.5px solid var(--c-btn-text);
  transform: translateY(-50%) rotate(45deg);
}
.c-btn--back {
  --c-btn: transparent;
  --c-btn-text: var(--c-navy);
  border-color: var(--c-navy);
}
.c-btn--wide {
  width: 440px;
  letter-spacing: normal;
  text-indent: 0;
}
@media screen and (max-width: 767.9px) {
  .c-btn--wide {
    width: 100%;
  }
}

@supports selector(::-webkit-scrollbar) {
  .c-scrollvar::-webkit-scrollbar {
    width: 8px;
  }
  .c-scrollvar::-webkit-scrollbar-track {
    background: #e7ecef;
  }
  .c-scrollvar::-webkit-scrollbar-thumb {
    background: var(--c-navy);
  }
}
@supports (not selector(::-webkit-scrollbar)) and (scrollbar-width: auto) {
  .c-scrollvar {
    scrollbar-color: var(--c-navy) #e7ecef;
    scrollbar-width: thin;
  }
}

.c-form__input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 0.8em;
  border: 1px solid var(--c-border);
  border-radius: 0;
  background: #fff;
  outline: none;
}
.c-form__input:focus {
  border-color: var(--c-navy);
}
.c-form__input::placeholder {
  color: var(--c-placeholder);
}
@media screen and (max-width: 767.9px) {
  .c-form__input {
    text-align: center;
  }
}
.c-form__input.is-error {
  border: 1px solid var(--c-red);
}
.c-form__input.is-error:focus {
  outline: 1px solid var(--c-red);
}
.c-form__error {
  color: var(--c-red);
}
.c-form__note {
  display: block;
  margin-top: 12px;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 13px;
}
.c-form__section-heading {
  width: 100%;
  grid-column: 1/-1;
  margin-top: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-navy);
  font-weight: var(--fw-zenmaru-bold);
  font-size: 16px;
  letter-spacing: 0.14em;
}
.c-form__section-heading:first-child {
  margin-top: 0;
}
.c-form__low-stock {
  display: inline-block;
  margin-left: 0.5em;
  padding: 1px 8px;
  border: 1px solid #b8860b;
  color: #8a5a00;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.3;
  vertical-align: middle;
}
.c-form__low-stock--full {
  border-color: #fff;
  color: #fff;
}
.c-form__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .c-form__list {
    display: block;
  }
}
.c-form__list-item {
  width: 210px;
  margin-top: 25px;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 44px;
  padding-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .c-form__list-item {
    width: auto;
    margin: 12px 0 6px;
    line-height: 1.75;
  }
}
.c-form__list-item:first-child {
  margin-top: 0;
}
.c-form__list-item--error {
  color: var(--c-red);
}
.c-form__list-item--error:focus {
  outline: 1px solid var(--c-red);
}
.c-form__list-content {
  width: 645px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 44px;
  padding-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .c-form__list-content {
    width: auto;
    margin-top: 0;
    line-height: 1.75;
    padding-top: 0;
  }
}
.c-form__list-content:nth-child(2) {
  margin-top: 0;
}

/*index*/
.p-home--close .c-heading {
  font-size: 1.2em;
}
.p-home--close .l-main__content {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .p-home--close .l-main__content {
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home .c-title img {
    width: 65.8666666667vw;
  }
}
.p-home__flow {
  text-align: center;
  color: var(--c-blue);
}
.p-home__flow-title {
  font-weight: var(--fw-zenmaru-bold);
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .p-home__flow-title {
    font-size: 18px;
  }
}
.p-home__flow-box {
  width: 660px;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid;
}
@media screen and (max-width: 767.9px) {
  .p-home__flow-box {
    width: 85.3333333333vw;
    margin-top: 4vw;
    padding: 6.4vw 3.7333333333vw;
  }
}
.p-home__flow-list {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.p-home__flow-list-item {
  margin-top: 23px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  letter-spacing: var(--base-ltsp);
  font-size: 14px;
}
@media screen and (max-width: 767.9px) {
  .p-home__flow-list-item {
    margin-top: 4.8vw;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.p-home__flow-list-item:first-child {
  margin-top: 0;
}
.p-home__flow-list-title {
  display: block;
  letter-spacing: var(--base-ltsp);
  font-weight: var(--fw-zenmaru-bold);
  font-size: 18px;
}
@media screen and (max-width: 767.9px) {
  .p-home__flow-list-title {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-home .c-form {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .p-home .c-form {
    margin-top: 12vw;
  }
}
.p-home .c-form__input {
  display: block;
  width: 600px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .p-home .c-form__input {
    width: 100%;
  }
}
.p-home .c-form__note {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .p-home .c-form__note {
    margin-top: 4.2666666667vw;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.p-home .c-form .c-btn {
  margin-top: 50px;
  padding-left: 1.5em;
  letter-spacing: 1.5em;
  font-size: 22px;
}
@media screen and (max-width: 767.9px) {
  .p-home .c-form .c-btn {
    margin-top: 8vw;
  }
}

.p-lp {
  padding: 0 0 90px;
}
@media screen and (max-width: 767.9px) {
  .p-lp {
    padding: 11.7333333333vw 0 17.0666666667vw;
  }
}
.p-lp__howto {
  margin-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .p-lp__howto {
    margin-top: 12.8vw;
  }
}
.p-lp__howto-title {
  position: relative;
  text-align: center;
  font-weight: var(--fw-zenmaru-bold);
  font-size: 19px;
  padding-bottom: 12px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto 40px;
}
.p-lp__howto-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(to bottom, #89b6c4 50%, #c9caca 50%);
}
@media screen and (max-width: 767.9px) {
  .p-lp__howto-title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-lp__step {
  margin-bottom: 34px;
}
.p-lp__step:last-child {
  margin-bottom: 0;
}
.p-lp__step-title {
  font-size: 16px;
  font-weight: var(--fw-zenmaru-bold);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .p-lp__step-title {
    font-size: 20px;
  }
}
.p-lp__step-body {
  font-size: 14px;
  font-weight: var(--fw-zenmaru-bold);
  line-height: 1.9;
  padding-left: 2em;
}
@media screen and (max-width: 767.9px) {
  .p-lp__step-body {
    padding-left: 0;
  }
}
/*# sourceMappingURL=index.css.map */
