<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
:root {
  --color-bg-white: #fff;
  --color-bg-beige: #fafafa;
  --color-bg-orange: #f4ece5;
  --color-bg-deep-orange: #dcc0a9;
  --color-bg-brown: #ac9a89;
  --color-font-black: #393836;
  --color-font-white: #ffffff;
}

:root {
  --drop-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  --drop-shadow-white: 1px 1px 4px rgb(255 255 255);
}

:root {
  --width-content: 1080px;
}

/* フォント */
:root {
  --font-family-base: "Zen Old Mincho", serif;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  line-height: 1.75;
  font-size: 16px;
  color: var(--color-font-black);
  font-family: var(--font-family-base);
  margin: 0 auto;
  background-color: var(--color-bg-beige);
}
.line-link-border {
  color: var(--color-font-black);
  font-weight: 600;
}
.l-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 10px;
}

.l-container-large {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}

.c-button1 {
  background-color: #06c755;
  color: var(--color-font-white);
  min-width: 280px;
  margin: 0 auto;
  height: 50px;
  font-family: var(--font-family-base);
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 0 40px;
  box-shadow: var(--drop-shadow);
  font-weight: 600;
  position: relative;
  margin: 5px auto;
}

/* 下部固定ボタン */
.c-button-footer{
  width: 260px;
  margin: 0 auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 2%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-color: #06c755;
  color: #fff;
  padding: 10px 0;
    box-shadow: var(--drop-shadow);

  box-shadow: #393836;
}
.footer-button-icon{
  width: 25px;
  margin-right: 10px;
  height: 25px;
}
.footer-button-text-small{
  font-size: 9px;
}
.line-button::before {
  font-family: "Material Icons";
  content: "\e253";
  font-size: 20px;
  position: absolute;
  left: 10%;
}

.shop-button::before {
  font-family: "Material Icons";
  content: "\ebcc";
  font-size: 20px;
  position: absolute;
  left: 10%;
}

.c-button2 {
  background-color: var(--color-bg-brown);
  color: var(--color-font-black);
  min-width: 280px;
  margin: 0 auto;
  height: 50px;
  font-family: var(--font-family-base);
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 0 40px;
  box-shadow: var(--drop-shadow);
  font-weight: 600;
  position: relative;
  margin: 5px auto;
}

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

@media screen and (min-width: 768px) {
  .c-button--center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.c-title-level2 {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 600;
  font-family: var(--font-family-base);
}

.c-title-level3 {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 600;
  font-family: var(--font-family-base);
}

.c-title-level4 {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 600;
  font-family: var(--font-family-base);
}

.c-title--center {
  text-align: center;
}

.c-title-detail {
  margin-top: 15px;
}

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

.c-case-balloon-wrap {
  margin: 0 auto;
  max-width: 480px;
}

.c-case-balloon--green {
  position: relative;
  display: inline-block;
  margin: 1.5em;
  min-width: 120px;
  max-width: 100%;
  padding-right: 10px;
  border-radius: 10px;
  background: var(--color-bg-green);
  color: var(--color-font-white);
}

.c-case-balloon--green::before {
  content: "";
  position: absolute;
  top: 70%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 42px solid var(--color-bg-green);
}

.c-case-balloon--flex {
  display: flex;
  align-items: center;
}

.c-case-balloon-icon {
  width: 90px;
}

.c-case-balloon--beige {
  position: relative;
  display: inline-block;
  margin: 1.5em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 400px;
  color: var(--color-font-black);
  border-radius: 10px;
  background: var(--color-bg-beige);
}

.c-case-balloon--beige::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid var(--color-bg-beige);
}

.c-case-balloon-head {
  margin-bottom: 20px;
}

.c-case-balloon-image {
  margin: 30px 0;
}

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

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

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

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

.c-text--red {
  color: var(--color-font-red);
}

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

.c-text--center {
  text-align: center;
}

.text-weight--bold {
  font-weight: 600;
}

.c-text-price {
  border-top: solid 1px #333;
  text-align: right;
}

.c-align-right {
  text-align: right;
}

.top-kv-copy-wrap {
  position: relative;
}

.top-kv-copy {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-family: var(--font-family-base);
  font-weight: 600;
  color: var(--color-font-black);
  text-shadow: var(--drop-shadow-white);
}
.top-kv-copy::before,
.top-kv-copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-kv-copy::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.top-kv-copy::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}

.top-onayami {
  padding: 60px 0;
}

.top-onayami-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-onayami-list {
  max-width: 300px;
  margin: 30px 0;
  text-align: center;
}

.top-onayami-item {
  display: inline-block;
  border-bottom: solid 1px var(--color-bg-deep-orange);
  margin-bottom: 15px;
}

.top-onayami-image {
  max-width: 261px;
  margin: 0 auto;
}

.top-yobikake-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-yobikake-flex {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.top-yobikake {
  padding: 40px 0 100px 0;
}

.top-yobikake-flex-item {
  max-width: 170px;
  margin-right: 10px;
}

.top-reform {
  padding-bottom: 60px;
}

.top-reform-case-list {
  margin: 30px 0;
}

.top-reform-title-wrap {
  display: flex;
  align-items: center;
  border-bottom: solid 5px var(--color-bg-deep-orange);
}

.top-reform-num {
  color: #b4b4b4;
  font-size: 45px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-family: var(--font-family-base);
  font-weight: 600;
  margin: 0 15px;
}
.top-reform-num::before,
.top-reform-num::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-reform-num::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.top-reform-num::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}

.top-reform-image {
  width: 160px;
  height: 160px;
}

.top-reform-image-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin: 15px 0;
}

.top-reform-arrow {
  width: 15px;
  height: 15px;
}

.top-reform-case-price {
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-font-black);
  text-align: right;
}

.top-reform-case-item {
  margin-bottom: 40px;
}

.top-reform-story {
  background-color: var(--color-bg-orange);
}

.top-reform-story-inner {
  padding: 60px 0 30px 0;
}

.top-reform-story-item {
  background-color: var(--color-bg-white);
  padding: 15px;
  box-shadow: var(--drop-shadow);
  border-radius: 10px;
  margin-top: 30px;
}

.top-reform-story-item-title {
  margin-bottom: 15px;
}

.top-reform-story-item-image {
  margin-bottom: 15px;
}

.top-reform-story-item-BA {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.top-reform-story-arrow {
  transform: rotate(90deg);
  width: 15px;
  height: 15px;
}

.ajour-reform-inner {
  padding: 60px 0;
}

.ajour-reform-item {
  margin-bottom: 30px;
}

.ajour-reform-wrap {
  margin: 30px 0;
}

.ajour-reform-image {
  margin-bottom: 15px;
}

.top-cv {
  background-color: var(--color-bg-orange);
  padding: 30px 0;
}

.top-cv-inner-box {
  background-color: var(--color-bg-white);
  padding: 30px;
  margin-bottom: 15px;
}

.top-cv-inner-text {
  margin-top: 15px;
}

.top-cv-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.top-cv-flex-text {
  color: var(--color-font-white);
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-family: var(--font-family-base);
  font-weight: 400;
  background-color: var(--color-bg-deep-orange);
  display: inline-block;
  padding: 5px 10px;
}
.top-cv-flex-text::before,
.top-cv-flex-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-cv-flex-text::before {
  margin-top: calc((1 - 1.25) * 0.5em);
}
.top-cv-flex-text::after {
  margin-bottom: calc((1 - 1.25) * 0.5em);
}

.top-customer-voice {
  padding: 60px 0;
}

.top-customer-voice-text {
  margin: 30px 0;
}

.top-customer-voice-item {
  background-color: var(--color-bg-orange);
  padding: 15px;
  margin-bottom: 15px;
}

.top-customer-voice-item:last-child {
  margin-bottom: 0;
}

.top-customer-voice-shop-parent {
  text-align: right;
}

.top-customer-voice-child {
  text-align: left;
  display: inline-block;
  background-color: var(--color-bg-white);
  border-radius: 30px;
  padding: 8px 16px;
  margin-top: 10px;
}

.top-flow {
  padding: 60px 0;
}

.top-flow-title {
  display: flex;
  background-image: url(https://ajour.jp/wp-content/themes/ajour2022/lp/reform-lp/img2/bg-gradation.png);
  align-items: center;
  padding: 15px;
}

.top-flow-list {
  margin: 30px 0;
}

.top-flow-num {
  background-color: var(--color-bg-white);
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 15px;
}

.top-flow-flex {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.top-flow-flex-text {
  padding-left: 15px;
}

.top-flow-flex-image {
  width: 95px;
  height: 95px;
}

.accordion-wrap {
  margin: 30px 0;
}

.accordion {
  margin-bottom: 15px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: var(--color-bg-white);
  border-radius: 8px;
  cursor: pointer;
  box-shadow: var(--drop-shadow);
}

.accordion-title {
  flex: 1;
}

.accordion-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-bg-deep-orange);
  color: var(--color-bg-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.accordion-content {
  display: none;
  padding: 10px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  background-color: var(--color-bg-deep-orange);
}

.footer-logo {
  width: 120px;
} /*# sourceMappingURL=style.css.map */
</pre></body></html>