@charset "UTF-8";
/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ------------------------------ */
/* カスタムプロパティ */
/* ------------------------------ */
/* カラー */
:root {
  --color-bg-primary: #433d3b;
  --color-bg-beige: #f2eee7;
  --color-bg-pink: #e0d0c6;
  --color-bg-white: #ffffff;
  --color-font-primary: #433d3b;
  --color-font-black: #1f1c1b;
  --color-font-white: #fff;
}

/* コンテナ幅 */
:root {
  --width-content: 1080px;
}

/* フォント */
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-english: "Playfair Display", serif;
  --font-family-mincho: "Noto Serif JP", serif;
}

:root {
  --line-height-base: 1.8;
}

:root {
  --width-content-max: 1366px;
  --width-content: 1080px;
  --width-content-small: 920px;
}

/* -------------------------
全体共通のスタイル
------------------------- */
body {
  font-family: var(--font-family-base);
  background-color: var(--color-bg-white);
  font-size: 15px;
  line-height: var(--line-height-base);
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  margin: 0 auto;
}

/* -------------------------
コンテナの幅、余白
------------------------- */
.l-container {
  width: 90%;
  margin: 0 auto;
  max-width: var(--width-content);
}

.l-container-max {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
}

.c-button1 {
  max-width: 260px;
  margin: 0 auto;
  height: 55px;
  background-image: linear-gradient(
    45deg,
    var(--color-bg-deep-green),
    var(--color-bg-green)
  );
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  color: var(--color-font-white);
  font-size: 18px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  letter-spacing: 0.1;
  padding: 19.5px auto;
  display: grid;
  place-items: center;
}
.c-button1::before,
.c-button1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-button1::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.c-button1::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

.c-button1-small {
  max-width: 200px;
  margin: 0 auto;
  height: 40px;
  background-image: linear-gradient(
    45deg,
    var(--color-bg-deep-green),
    var(--color-bg-green)
  );
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  color: var(--color-font-white);
  font-size: 16px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  letter-spacing: 0.1;
  padding: 19.5px auto;
  display: grid;
  place-items: center;
  border-radius: 30px;
}
.c-button1-small::before,
.c-button1-small::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-button1-small::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.c-button1-small::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

.text__small {
  font-family: var(--font-family-base);
  line-height: 2;
  font-size: 13px;
  letter-spacing: -0.08em;
  font-weight: 400;
}
.text__small::before,
.text__small::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.text__small::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.text__small::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.text__medium {
  font-family: var(--font-family-base);
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.text__medium::before,
.text__medium::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.text__medium::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.text__medium::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.text__large {
  font-family: var(--font-family-base);
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.text__large::before,
.text__large::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.text__large::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.text__large::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.text__center {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, var(--color-bg-pink) 60%);
}

.marker__white {
  background: linear-gradient(transparent 60%, var(--color-bg-white) 60%);
}

.c-title-level2 {
  font-family: var(--font-family-english);
  font-size: 40px;
  color: var(--color-font-primary);
  margin-bottom: 8px;
  line-height: 1.5;
}
.c-title-level2::before,
.c-title-level2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-level2::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title-level2::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c-title-level3 {
  font-family: var(--font-family-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 700;
}
.c-title-level3::before,
.c-title-level3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-level3::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title-level3::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-title-level3 span {
  display: block;
}

.c-title-color {
  color: var(--color-font-primary);
}

.c-title-white {
  color: var(--color-font-white);
}

.header {
  background-color: var(--color-bg-primary);
  height: 70px;
  width: 100%;
}

.top__header--inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  width: 100%;
}

.top__video--sp {
  display: block;
}

.top__video--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .top__video--sp {
    display: none;
  }
  .top__video--pc {
    display: block;
  }
}
.top__kv--text {
  margin-top: -10px;
  padding: 40px 0 64px 0;
  text-align: center;
  background-color: var(--color-bg-primary);
  color: var(--color-font-white);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.top__kv--text::before,
.top__kv--text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top__kv--text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top__kv--text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top__kv--copy {
  font-family: var(--font-family-english);
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.top__kv--copy::before,
.top__kv--copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top__kv--copy::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top__kv--copy::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top__kv--detail {
  font-family: var(--font-family-english);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.top__kv--detail::before,
.top__kv--detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top__kv--detail::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.top__kv--detail::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.reform {
  background-image: url("https://ajour.jp/wp-content/uploads/2024/03/reform-bg.png");
  height: 750px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  text-align: center;
  background-color: var(--color-bg-beige);
}

@media screen and (min-width: 768px) {
  .reform {
    background-size: cover;
  }
}
.reform__inner {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.reform__inner--detail {
  position: absolute;
  top: 220px;
  left: 50%;
  padding: 25px;
  transform: translateX(-50%);
  width: 90%;
  background-color: var(--color-bg-white);
}

.voice {
  background-color: var(--color-bg-beige);
  padding-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .voice__inner {
    padding-top: 50px;
  }
}
.voice__item {
  background-color: var(--color-bg-white);
  padding: 30px;
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .voice__item {
    padding: 60px;
  }
}
.voice__item--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-bottom: 24px;
}

.voice__item--icon {
  margin: 0 8px;
}

.voice__item--image {
  margin: 24px auto;
}

@media screen and (min-width: 768px) {
  .voice__item--image {
    width: 100%;
  }
}
.story {
  background-color: var(--color-bg-primary);
  color: var(--color-font-white);
  text-align: center;
  padding: 40px 0 60px 0;
}

.story__slider {
  margin: 30px 0;
}

.story__button {
  margin-top: 30px;
  display: inline-block;
}

.case {
  background-color: var(--color-bg-beige);
  padding: 90px 0;
}

.case__number {
  font-size: 26px;
  font-family: var(--font-family-mincho);
  margin-right: 10px;
}

.case__title {
  font-family: var(--font-family-mincho);
}

.case__list {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .case__list {
    max-width: 640px;
    margin: 0 auto;
  }
}
.case__list--flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(transparent 60%, var(--color-bg-pink) 60%);
  padding-left: 10px;
}

.case__BA--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  justify-content: center;
  padding: 16px 0;
}

.case__BA--price {
  font-family: var(--font-family-base);
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 30px;
}
.case__BA--price::before,
.case__BA--price::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.case__BA--price::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.case__BA--price::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.btn__center {
  text-align: center;
}

.film {
  background-color: var(--color-bg-pink);
  padding-bottom: 50px;
}

.film__header {
  position: relative;
  background-color: var(--color-bg-pink);
}

.film__header--title {
  padding-top: 50px;
}

.film__header--image,
.film__bottom--image {
  position: absolute;
}

.film__header--image {
  top: 0;
  left: 0;
}

.film__bottom--image {
  top: 300px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .film__bottom--image {
    top: 550px;
  }
}
.film__slider {
  padding-top: 30px;
}

.film__slider--text {
  padding: 70px 0;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.04em;
}
.film__slider--text::before,
.film__slider--text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.film__slider--text::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.film__slider--text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.film__list--item {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.film__text {
  text-align: center;
  margin-top: 20px;
}

.about {
  height: 290px;
  background-image: url("https://ajour.jp/wp-content/uploads/2024/03/about-bg.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.about__inner {
  position: absolute;
  color: var(--color-bg-white);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about__list {
  background-color: var(--color-bg-primary);
  color: var(--color-font-white);
}

.about__list--flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.about__list--item {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__number {
  font-size: 30px;
  padding-right: 10px;
  border-right: solid 1px var(--color-bg-white);
  font-family: var(--font-family-mincho);
}

.about__item--title {
  padding-left: 10px;
  font-size: 18px;
  font-family: var(--font-family-mincho);
  line-height: 1.5;
}
.about__item--title::before,
.about__item--title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.about__item--title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.about__item--title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.about__item--image {
  margin-bottom: 35px;
}

.swiper-slide {
  margin-bottom: 10px;
}

.swiper-thumb .swiper-slide,
.swiper-thumb2 .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s ease;
  cursor: pointer;
}

.swiper-thumb .swiper-slide.swiper-slide-thumb-active,
.swiper-thumb2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next::after {
  background: transparent
    url("https://ajour.jp/wp-content/themes/ajour2022/lp/reform-lp/img/arrow-right-white.png")
    no-repeat center/contain;
}

.swiper-button-prev::after {
  background: transparent
    url("https://ajour.jp/wp-content/themes/ajour2022/lp/reform-lp/img/arrow-left-white.png")
    no-repeat center/contain;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 35px; /* 背景画像の幅を必ず指定 */
  height: 35px; /* 背景画像の高さを必ず指定 */
  top: 50%;
  transform: translateY(-50%);
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.footer {
  height: 400px;
  background-color: pink;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
} /*# sourceMappingURL=style.css.map */

#included-files-fie-on-wp-footer {
  display: none;
}
