/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*ex. @include arrow(right,6,color(font, black04)); */
/* base */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.u-text-center {
  text-align: center;
}

@media (min-width: 1131px) {
  .l-header {
    display: none;
  }
}

.l-header-beginner {
  height: 100px;
}
@media (max-width: 1130px) {
  .l-header-beginner {
    display: none;
  }
}
.l-header-beginner .l-header-inner {
  max-width: 1280px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.7rem;
  padding-right: 4rem;
  margin-inline: auto;
}
.l-header-beginner .l-header-logo {
  width: 28.2rem;
}
.l-header-beginner .l-header-logo img {
  width: 100%;
}
.l-header-beginner .l-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-beginner .l-header-nav a {
  color: #534741;
  font-weight: 700;
}
.l-header-beginner .l-header-nav .l-header-nav-top {
  gap: 2.4rem;
}
.l-header-beginner .l-header-nav .l-header-nav-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;
}
.l-header-beginner .l-header-nav .l-header-icon._mypage {
  width: 15px;
}
.l-header-beginner .l-header-nav .l-header-icon._netshop {
  width: 20px;
}
.l-header-beginner .l-header-nav .l-header-nav-bottom {
  gap: 2.4rem;
  margin-top: 0.7rem;
}
.l-header-beginner .l-header-nav .l-header-nav-map {
  position: relative;
  padding-left: 2.4rem;
}
.l-header-beginner .l-header-nav .l-header-nav-map::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #D9D9D9;
  translate: 0 -50%;
}
.l-header-beginner .l-header-nav .l-header-nav-bottom a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-inner-section {
  width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
  max-width: 104rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-section-title {
  font-family: "Noto Serif JP", serif;
  color: #534741;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}

.l-mv-section {
  position: relative;
}
@media (max-width: 767px) {
  .l-mv-section {
    margin-top: 6rem;
  }
}

.p-mv-image {
  aspect-ratio: 1280/746;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-mv-image {
    aspect-ratio: 375/667;
  }
}

.p-mv-title {
  position: absolute;
  top: 6.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 3.125vw;
  font-weight: 700;
  letter-spacing: 25%;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0.2rem 0.2rem 1rem rgba(83, 71, 65, 0.5);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .p-mv-title {
    top: 21.333vw;
    font-size: 8vw;
  }
}

.p-mv-text-container {
  position: absolute;
  bottom: 8.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-mv-text-container {
    bottom: 33.333vw;
  }
}

.p-mv-subtitle {
  color: #fff;
  font-size: 1.406vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 1rem rgba(83, 71, 65, 0.5);
}
@media (max-width: 767px) {
  .p-mv-subtitle {
    font-size: 4.2666vw;
  }
}

.p-mv-text {
  display: inline-block;
  margin-top: 1.562vw;
  padding: 1.015vw 1.562vw;
  background-color: #fff;
  border-radius: 3.125vw;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #534741;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .p-mv-text {
    margin-top: 5.333vw;
    border-radius: 10.666vw;
    padding: 2.127vw 5.333vw;
    font-size: 3.466vw;
    line-height: 130%;
  }
}

.l-philosophy-section {
  padding-block: 10rem;
}
@media (max-width: 767px) {
  .l-philosophy-section {
    padding-block: 6rem;
  }
}

.p-philosophy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .p-philosophy-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

.p-philosophy-image {
  width: 31%;
  max-width: 31rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-philosophy-image {
    width: 100%;
    max-width: none;
  }
}

.p-philosophy-image img {
  aspect-ratio: 310/406;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-philosophy-image img {
    aspect-ratio: 335/223;
  }
}

.p-philosophy-body {
  width: auto;
  max-width: 50rem;
}
@media (max-width: 767px) {
  .p-philosophy-body {
    width: 100%;
    max-width: none;
  }
}

.p-philosophy-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-philosophy-text {
    font-size: 1.6rem;
  }
}

.p-philosophy-text + .p-philosophy-text {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-philosophy-text + .p-philosophy-text {
    margin-top: 2rem;
  }
}

.p-philosophy-row_reverse {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-philosophy-row_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-philosophy-row_reverse .p-philosophy-image {
  width: 34.8%;
  max-width: 34.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-philosophy-row_reverse .p-philosophy-image {
    width: 100%;
    max-width: none;
  }
}

.p-philosophy-row_reverse img {
  aspect-ratio: 348/232;
}
@media (max-width: 767px) {
  .p-philosophy-row_reverse img {
    aspect-ratio: 335/223;
  }
}

.p-philosophy-row_reverse .p-philosophy-body {
  width: auto;
  max-width: 54rem;
}
@media (max-width: 767px) {
  .p-philosophy-row_reverse .p-philosophy-body {
    width: 100%;
    max-width: none;
  }
}

.l-theme-section {
  padding-block: 10rem;
  background-color: #FCFAF6;
}
@media (max-width: 767px) {
  .l-theme-section {
    padding-block: 6rem;
  }
}

.p-theme-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-theme-text {
    font-size: 1.6rem;
  }
}

.p-theme-list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .p-theme-list {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-theme-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  background-color: #FBEBC6;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .p-theme-item {
    padding: 2rem;
  }
}

.p-theme-icon {
  width: 48.148%;
  max-width: 13rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-theme-icon {
    width: 100%;
  }
}

.p-theme-item-title {
  margin-top: 2.8rem;
  color: #D29307;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-theme-item-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.p-theme-item-text {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 180%;
}
@media (max-width: 767px) {
  .p-theme-item-text {
    margin-top: 1rem;
  }
}

.p-theme-item-text li {
  padding-left: 1em;
  text-indent: -1em;
}

.l-effort-section {
  padding-block: 10rem;
}
@media (max-width: 767px) {
  .l-effort-section {
    padding-block: 6rem;
  }
}

.p-effort-item + .p-effort-item {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .p-effort-item + .p-effort-item {
    margin-top: 4rem;
  }
}

.p-effort-number {
  font-weight: 500;
  font-size: 1.6rem;
  color: #534741;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-effort-number {
    font-size: 1.5rem;
    gap: 1.2rem;
  }
}

.p-effort-number::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #DBD2CE;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-effort-body {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .p-effort-body {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-effort-image {
  width: 41%;
  max-width: 41rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-effort-image {
    width: 100%;
    max-width: none;
  }
}

.p-effort-image img {
  aspect-ratio: 410/265;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-effort-title {
  font-family: "Noto Serif JP", serif;
  color: #534741;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-effort-title {
    font-size: 2.4rem;
  }
}

.p-effort-text {
  margin-top: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-effort-text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
