/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-section__container-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the section__container padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the section__container border and padding of focus outlines in Firefox.
 */
::-moz-focus-section__container {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

h1, h2 {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
}

.xl {
  display: none;
}
@media (min-width: 1024px) {
  .xl {
    display: block;
  }
}

.xs {
  display: block;
}
@media (min-width: 1024px) {
  .xs {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 640px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media (min-width: 640px) {
  .section-inner {
    display: flex;
    justify-content: space-between;
  }
  .section-inner .section-content {
    width: 65%;
  }
}

.text-link::before {
  content: url(../images/arrow-t.svg);
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-bottom;
  width: 5px;
  height: auto;
}

.btn-apply, .btn-contact {
  background: #AC8A5D;
  border-radius: 3rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .btn-apply, .btn-contact {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-apply a, .btn-contact a {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 16px 16px;
}
.btn-apply-label {
  background: #9D1517;
  color: #fff;
  padding: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.btn-apply-big {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .btn-apply-big {
    right: 0;
    left: auto;
    bottom: 30px;
    max-width: 330px;
  }
}
.btn-apply-big a {
  position: relative;
  display: block;
  width: 80%;
  background: #AC8A5D;
  border-radius: 5px;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.btn-apply-big-caption {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  padding: 5px 15px;
  border-radius: 2rem;
  font-size: 11px;
  letter-spacing: 0.05rem;
  color: #1E1E1E;
  white-space: nowrap;
}

.btn-contact {
  background: #F7F9F9;
  color: #1E1E1E;
}

.btn-fixed {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 100;
}
.btn-fixed a {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
@media (min-width: 640px) {
  .btn-fixed {
    right: 0;
    left: auto;
    bottom: 30px;
    max-width: 330px;
  }
}

.text-link {
  text-decoration: underline;
  color: #1E1E1E;
  font-size: 14px;
}

main section {
  padding: 30px 30px 70px;
}
@media (min-width: 640px) {
  main section {
    padding-bottom: 120px;
  }
}
main section h2 {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}
main section p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin: 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 10;
}
header h1 {
  display: flex;
}
header .btn-apply, header .btn-contact {
  margin-left: 0;
  margin-right: 0;
}
header .btn-apply a, header .btn-contact a {
  background: none;
}
@media (min-width: 1024px) {
  header .btn-apply a, header .btn-contact a {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 16px 16px;
    width: 260px;
  }
}
header .btn-apply a .btn-apply-label, header .btn-contact a .btn-apply-label {
  display: none;
}
@media (min-width: 1024px) {
  header .btn-apply a .btn-apply-label, header .btn-contact a .btn-apply-label {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  header {
    background: none;
  }
  header .btn-apply, header .btn-contact {
    margin-left: 0;
    margin-right: 0;
  }
}

.mv {
  padding: 10px;
  height: 800px;
  position: relative;
}
@media (min-width: 400px) {
  .mv {
    height: 100vh;
    height: calc(100dvh + 100px);
  }
}
@media (min-width: 640px) {
  .mv {
    height: 1800px;
  }
}
@media (min-width: 820px) {
  .mv {
    height: 700px;
  }
}
@media (min-width: 1024px) {
  .mv {
    height: 900px;
  }
}
@media (min-width: 1270px) {
  .mv {
    height: 1000px;
  }
}
@media (min-width: 1440px) {
  .mv {
    height: 1100px;
  }
}
@media (min-width: 1620px) {
  .mv {
    height: 1200px;
  }
}

.mv-copy {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8em;
  color: #fff;
  font-size: 40px;
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 820px) {
  .mv-copy {
    top: 28%;
    font-size: 28px;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    line-height: 180%;
    left: 5%;
  }
  .mv-copy__2 {
    display: inline-block;
    margin-top: 3em;
  }
}
@media (min-width: 1024px) {
  .mv-copy {
    font-size: 32px;
  }
}
@media screen and (min-height: 600px) {
  .mv-copy {
    top: 45.5%;
  }
}

.mv-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.mv-bg img {
  width: 100%;
}
.mv-bg figure {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.mv-bg figure.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.mv-bg .mv_slide {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.mv-bg .mv_slide li {
  height: 100%;
}
.mv-bg .mv_slide picture,
.mv-bg .mv_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-bg .slick-list,
.mv-bg .slick-track,
.mv-bg .slick-slide {
  height: 100%;
}

.story {
  position: relative;
  padding-top: 60px;
  padding-bottom: 280px;
}
@media (min-width: 640px) {
  .story {
    text-align: center;
  }
}
.story h2 {
  margin-bottom: 35px;
}
@media (min-width: 640px) {
  .story h2 {
    font-size: 28px;
  }
}
.story p {
  line-height: 2em;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
.story img {
  width: 100%;
}
.story .img-story01 {
  position: absolute;
  right: -10px;
  bottom: 120px;
  width: 35%;
}
@media (min-width: 640px) {
  .story .img-story01 {
    width: 20%;
    top: -150px;
    bottom: auto;
  }
}
.story .img-story02 {
  position: absolute;
  left: -40px;
  bottom: -110px;
  width: 70%;
}
@media (min-width: 640px) {
  .story .img-story02 {
    display: none;
  }
}
.story .img-story02-pc {
  display: none;
}
@media (min-width: 640px) {
  .story .img-story02-pc {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 26%;
    margin: 0;
  }
}
.story .img-story03 {
  display: none;
}
@media (min-width: 640px) {
  .story .img-story03 {
    display: block;
    position: absolute;
    right: 10%;
    bottom: 30px;
    width: 22%;
    margin: 0;
  }
}
.story .img-story04 {
  display: none;
}
@media (min-width: 640px) {
  .story .img-story04 {
    display: block;
    position: absolute;
    right: 4%;
    bottom: 280px;
    width: 10%;
    margin: 0;
  }
}
.story .img-story05 {
  display: none;
}
@media (min-width: 640px) {
  .story .img-story05 {
    display: block;
    position: absolute;
    left: 6%;
    top: -120px;
    width: 8%;
    margin: 0;
  }
}
.story figure {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.story figure.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.point {
  background: #F0E6DB;
  padding: 160px 30px 60px;
}
@media (min-width: 640px) {
  .point {
    padding-top: 100px;
  }
}
.point h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .point h2 {
    margin-bottom: 40px;
  }
}
.point h2 span {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background: url(../images/frame_l.svg) no-repeat left center, url(../images/frame_r.svg) no-repeat right center;
}

.point-item {
  display: flex;
  flex-direction: column-reverse;
  list-style: none;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 5px;
}
@media (min-width: 640px) {
  .point-item {
    flex-direction: row;
  }
}
.point-item__info {
  padding: 30px 25px;
}
@media (min-width: 640px) {
  .point-item__info {
    width: 50%;
  }
}
.point-item__num {
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.03em;
  color: #12625A;
}
@media (min-width: 640px) {
  .point-item__num {
    font-size: 14px;
  }
}
.point-item__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (min-width: 640px) {
  .point-item__title {
    font-size: 28px;
  }
}
.point-item__text {
  font-size: 14px;
  line-height: 1.8;
}
.point-item__img {
  width: 100%;
  margin: 0;
}
@media (min-width: 640px) {
  .point-item__img {
    width: 50%;
  }
}
.point-item__img img {
  width: 100%;
}

ul.slide {
  list-style: none;
  margin: 60px 0;
  padding: 0;
}
@media (min-width: 640px) {
  ul.slide {
    margin: 80px 0 100px;
  }
}
ul.slide li {
  padding: 0 10px;
}
ul.slide li:nth-child(odd) {
  padding-top: 20px;
}
ul.slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
ul.slide .slick-slide {
  outline: none;
}
ul.slide .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
ul.slide .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
ul.slide .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #E8E8E8;
  text-indent: -9999px;
  cursor: pointer;
}
ul.slide .slick-dots .slick-active button {
  background: #12625A;
}
ul.slide .slick-prev,
ul.slide .slick-next {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(48, 59, 58, 0.6);
  color: #fff;
  z-index: 2;
}
ul.slide .slick-prev:before,
ul.slide .slick-next:before {
  font-size: 18px;
  color: #fff;
}
ul.slide .slick-prev {
  left: 8px;
}
ul.slide .slick-next {
  right: 8px;
}

.schedule {
  background-color: #f7f9f9;
  padding: 40px 20px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .schedule {
    text-align: center;
    padding: 60px 40px;
  }
}
@media (min-width: 1270px) {
  .schedule {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
  }
  .schedule h2 {
    margin-bottom: 40px;
  }
}
.schedule .schedule-content {
  text-align: center;
}
.schedule .schedule-content img {
  max-width: 100%;
}

@media (min-width: 640px) {
  .instagram_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.instagram_title h2 {
  margin: 0 0 20px;
}
@media (min-width: 640px) {
  .instagram_title h2 {
    margin: 0;
  }
}
.instagram_title a {
  font-size: 14px;
  color: #1E1E1E;
  background: url(../images/icon_instagram.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 20px;
  text-decoration: underline;
}

#instagram-feed {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media (min-width: 640px) {
  #instagram-feed {
    grid-template-columns: repeat(4, 1fr);
  }
}
#instagram-feed img {
  width: 100%;
  height: auto;
  display: block;
}

.flow ol {
  position: relative;
  counter-reset: listnum;
  list-style: none;
  margin-bottom: 50px;
}
.flow ol:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: -1;
  background: #DDD;
}
.flow-item {
  list-style: none;
  margin-bottom: 30px;
}
.flow-item:before {
  display: inline-block;
  counter-increment: listnum;
  content: counter(listnum);
  background: #F0E6DB;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 2rem;
}
.flow-item .note {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #5C696D;
  padding-left: 3rem;
}

.flow_img {
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .flow_img {
    display: none;
  }
}
.flow_img img {
  width: 100%;
  height: auto;
  display: block;
}

.plan-list {
  margin: 30px 0;
  border-top: 1px solid #DDD;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 0;
}
.plan-list dt {
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px;
}
.plan-list dt:nth-child(3n) {
  border-right: none;
}
.plan-list dd {
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  font-weight: normal;
  padding: 20px 10px;
  margin: 0;
}
.plan-list dd:nth-child(3n) {
  border-right: none;
}
.plan-list--detail {
  display: block;
  border-top: none;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 1024px) {
  .plan-list--detail {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    border-top: 1px solid #DDD;
    border-bottom: none;
  }
}
.plan-list--detail dt {
  padding: 10px 10px 5px;
  border-top: 1px solid #DDD;
  border-bottom: none;
}
@media (min-width: 1024px) {
  .plan-list--detail dt {
    padding: 20px 10px;
    border-top: none;
    border-bottom: 1px solid #DDD;
  }
}
.plan-list--detail dd {
  border: none;
  padding: 0 10px 10px;
}
@media (min-width: 1024px) {
  .plan-list--detail dd {
    padding: 20px 10px;
    border-bottom: 1px solid #DDD;
  }
}

.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .carousel-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.carousel .carousel-item {
  min-width: 100%;
  flex: 0 0 100%;
}
.carousel .carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .carousel-prev, .carousel .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 5;
}
.carousel .carousel-prev {
  left: 10px;
}
.carousel .carousel-next {
  right: 10px;
}
.carousel .carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 6;
}
.carousel .carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0;
}
.carousel .carousel-dots button[aria-selected=true] {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.plan-set {
  background: #F7F9F9;
  padding: 20px;
  border-radius: 5px;
}
.plan-set__title {
  margin: 0 0 1rem;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: normal;
}
.plan-set__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .plan-set__list {
    gap: 18px;
    max-width: 460px;
  }
}
.plan-set__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C7D9D8;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .plan-set__item {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.plan-set__item .note {
  margin: 0;
  font-size: 7px;
}

.qa .faq-list {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDD;
}
.qa .faq-list dt {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #DDD;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 640px) {
  .qa .faq-list dt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.qa .faq-list dt::before {
  content: "Q.";
  color: #12625A;
  font-weight: bold;
  margin-right: 5px;
  font-size: 23px;
  position: absolute;
  left: 0;
  top: 8px;
}
.qa .faq-list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #aaa;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.qa .faq-list dt:focus-visible {
  outline: 2px solid #12625A;
  outline-offset: 4px;
}
.qa .faq-list dt.is-open {
  color: #12625A;
}
.qa .faq-list dt.is-open::after {
  border-top: 0;
  border-bottom: 9px solid #aaa;
  transform: translateY(-50%);
}
.qa .faq-list dd {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 32px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}
.qa .faq-list dd.is-open {
  max-height: 1000px;
  opacity: 1;
  margin-bottom: 30px;
}
.qa .faq-list dd .note-box {
  background: #F8F8F8;
  border: 1px solid #D9D9D9;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.qa .faq-list dd .note-box h3 {
  font-size: 15px;
  margin: 5px 0;
}
.qa .faq-list dd .note-box strong {
  color: #B27374;
}
.qa .faq-list dd .note-box a {
  color: #1E1E1E;
}
@media (min-width: 640px) {
  .qa .btn-apply, .qa .btn-contact {
    display: none;
  }
}

.access {
  background: #F0E6DB;
  padding: 60px 30px;
}
.access h2 {
  margin-bottom: 40px;
}
.access .access-method {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.access .access-method p {
  font-size: 13px;
  line-height: 1.4em;
}
.access .access-method a {
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: underline;
  color: #1E1E1E;
}
.access .access-method a::before {
  content: url(../images/arrow-t.svg);
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-bottom;
  width: 5px;
  height: auto;
}
@media (min-width: 640px) {
  .access .access-content {
    display: flex;
    gap: 40px;
  }
}
.access .access-content .access-content__l {
  margin-bottom: 30px;
}
.access .access_logo {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .access .access_logo {
    margin-bottom: 40px;
  }
}
.access .access_info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
}
.access .access_info dt {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border-top: 1px solid #DDD;
  padding-top: 20px;
  padding-bottom: 20px;
}
.access .access_info dd {
  font-size: 14px;
  margin: 0;
  border-top: 1px solid #DDD;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.access .access_list {
  margin-top: 10px;
  padding-left: 20px;
}
.access .access_list li {
  font-size: 13px;
  line-height: 1.5;
}
.access .gmap {
  margin-top: 30px;
}
.access .gmap iframe {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 300px;
}

footer {
  background: #303B3A;
  padding: 40px 20px 10rem;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.footer-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.footer-btn a {
  padding: 10px 40px;
  margin-left: 0;
  margin-right: 0;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
}
.footer-btn a.btn-contact {
  background-image: url(../images/arrow_black.svg);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  text-align: center;
}
.footer-links a {
  text-decoration: underline;
}

.footer-copy {
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */