@charset "UTF-8";
/** @format */
/* News リンク下線の ::before（初期 width:0。ホバー or 現在地で 100%） */
/* PC グロナビ・コースカード見出しなど：アクセント色の手描き風下線（::before） */
@-webkit-keyframes accent-handwriting-underline {
  0% {
    background: #308980;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #308980;
    width: calc(100% - 1.4em);
  }
}
@keyframes accent-handwriting-underline {
  0% {
    background: #308980;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #308980;
    width: calc(100% - 1.4em);
  }
}
/** @format */
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Medium.woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Bold.woff2") format("woff2");
}
/** @format */
html {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
html {
  line-height: 1.5;
  font-weight: 400;
  color: #2D313F;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-width: 10px;
  scrollbar-color: #B7A47E #F0F3F4;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #F0F3F4;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
  background: #B7A47E;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #308980;
}
html::-webkit-scrollbar-thumb:active {
  background: #F8F7F3;
}

body {
  overflow-x: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #2D313F;
}

body.admin-bar {
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  vertical-align: bottom;
}

a:hover,
a.focus-visible {
  text-decoration: none;
}

.pc-large-only {
  display: block;
}
@media screen and (max-width: 1280px) {
  .pc-large-only {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp-short-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-short-only {
    display: block;
  }
}

.external-link {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: inherit;
}

.works__actions .external-link {
  margin-left: 0;
}

.breadcrumb {
  padding-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
}

.breadcrumb__item + .breadcrumb__item {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  vertical-align: middle;
  background: url("../../assets/img/common/icon-arrow/icon-pagination-next.svg") no-repeat center/contain;
}

.breadcrumb__link {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb__link:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.breadcrumb__current {
  font-size: 14px;
}

/*------------------------------------------
* 小文字化
------------------------------------------*/
.text-lowercase {
  text-transform: lowercase;
}

/*------------------------------------------
* タグ
------------------------------------------*/
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(7.68px, 7.313px + 0.04769vw, 8.229px);
  list-style: none;
}

.tag-item {
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #2D313F;
  padding: 0.26em 0.53em;
  border-radius: 4px;
}

.tag-list.-primary30 .tag-item {
  background: #D6E7E6;
}

.tag-list.-secondary30 .tag-item {
  background: #F8F7F3;
}

.tag-list.-bgbeige01 .tag-item {
  background: #F0E8DA;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

/** @format */
/*
------------------------------------------
About
------------------------------------------
*/
.section--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(7.5%, 96px);
  padding: clamp(147.2px, 132.531px + 1.9076vw, 169.156px) 0;
  position: relative;
  z-index: 0;
  background: url(../img/common/bg/bg-beige-noise.webp) repeat;
}
@media screen and (max-width: 768px) {
  .section--about {
    padding: 80px 0;
  }
}
.section--about::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.7vw;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/common/bg/bg-baige-round-cut.svg) no-repeat center top/contain;
}

.about__container {
  max-width: min(80%, 1016px);
  display: grid;
  grid-template-columns: minmax(0, 480fr) minmax(0, 440fr);
  position: relative;
  gap: min(7.5%, 96px);
  padding-inline: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}
@media screen and (max-width: 960px) {
  .about__container {
    padding-inline: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    padding-inline: 24px;
    max-width: 100%;
  }
}

.about-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .about-text-container {
    display: contents;
  }
}

.about-illust-wrapper {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.about-illust-wrapper.about-illust-wrapper--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper.about-illust-wrapper--pc {
    display: none;
  }
}
.about-illust-wrapper--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper--sp {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-illust-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: min(18.9vw, 273px);
  height: auto;
  aspect-ratio: 273/347;
  right: min(-54%, clamp(74.4px, 67.982px + 0.83458vw, 84.006px) * -1);
  bottom: max(-12.4vw, -80px);
  background: url(../img/pages/front-page/about/illust-conversation_person.svg) no-repeat right bottom/contain;
}
@media screen and (max-width: 960px) {
  .about-illust-wrapper::before {
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper::before {
    width: min(32vw, 435px);
    height: auto;
    right: -7%;
    bottom: max(-12.4vw, -40px);
  }
}
@media screen and (max-width: 480px) {
  .about-illust-wrapper::before {
    width: min(32vw, 435px);
    height: auto;
    aspect-ratio: 435/552;
    right: -5%;
    bottom: max(-12.4vw, -40px);
  }
}

.about-illust {
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.3);
          box-shadow: 0 4px 30px 0 rgba(183, 164, 126, 0.3);
  overflow: hidden;
}
.about-illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
------------------------------------------
タイトル内のレイアウト
------------------------------------------
*/
.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    padding-left: 14vw;
  }
}
@media screen and (max-width: 480px) {
  .about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.about__title::before {
  content: "";
  display: block;
  position: absolute;
  width: min(9vw, 130.83px);
  height: min(20.2vw, 291.65px);
  aspect-ratio: 130.83/291.65;
  left: max(-9vw, -130.83px);
  bottom: min(-4vw, -58px);
  background: url(../img/pages/front-page/about/illust-talking_woman.svg) no-repeat left bottom/contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about__title::before {
    width: min(14vw, 202.66px);
    height: min(30.6vw, 442.65px);
    left: 0;
    right: 0;
    bottom: min(-2vw, -16px);
  }
}
@media screen and (max-width: 480px) {
  .about__title::before {
    width: min(18vw, 259.84px);
    height: min(38.8vw, 560.4px);
    aspect-ratio: 259.84/560.4;
    left: 2vw;
    bottom: 0;
  }
}
.about__title .heading2-inner:nth-child(1) .heading2-mask {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 64px;
}
@media screen and (min-width: 769px) {
  .about__title .heading2-inner:nth-child(1) .heading2-mask {
    font-size: clamp(55.04px, 44.771px + 1.33532vw, 70.41px);
  }
}
.about__title .heading2-inner:nth-child(1) .heading2-mask {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #B7A47E;
}
@media screen and (max-width: 768px) {
  .about__title .heading2-inner:nth-child(1) .heading2-mask {
    font-size: 48px;
  }
}
.about__title .heading2-inner:nth-child(2) .heading2-mask {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  text-transform: none;
  padding-bottom: 0.2em;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .about__title .heading2-inner:nth-child(2) .heading2-mask {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.about__title .heading2-inner:nth-child(2) .heading2-mask {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2D313F;
}

.about-text {
  font-size: clamp(14.72px, 13.253px + 0.19076vw, 16.916px);
  font-weight: 400;
  word-break: auto-phrase;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #2D313F;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about__actions {
    margin-inline: auto;
  }
  .about__actions .c-button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about__actions {
    width: 100%;
  }
}

/*
**************************************************
* アニメーション
**************************************************
* タイトル 文字情報 図表
**************************************************
*/
.section--about[data-in-view]:not(.is-in-view) .about__title .heading2-mask {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}

.section--about[data-in-view].is-in-view .about__title .heading2-inner:nth-child(1) .heading2-mask {
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.section--about[data-in-view].is-in-view .about__title .heading2-inner:nth-child(2) .heading2-mask {
  -webkit-animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fvTitleMaskIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.section--about[data-in-view].is-in-view .about-text-container .about-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: about-text-in-view 0.5s ease-out 0.55s forwards;
          animation: about-text-in-view 0.5s ease-out 0.55s forwards;
}

@-webkit-keyframes about-text-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes about-text-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--about[data-in-view].is-in-view .about__actions {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: about-in-view-buttons 0.5s ease-out 1.1s forwards;
          animation: about-in-view-buttons 0.5s ease-out 1.1s forwards;
}
@media screen and (max-width: 768px) {
  .section--about[data-in-view].is-in-view .about__actions {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@-webkit-keyframes about-in-view-buttons {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes about-in-view-buttons {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section--about[data-in-view].is-in-view .about-illust-wrapper .about-illust,
.section--about[data-in-view].is-in-view .about-illust-wrapper::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: about-illust-in-view 0.5s ease-out 1.1s forwards;
          animation: about-illust-in-view 0.5s ease-out 1.1s forwards;
}

@-webkit-keyframes about-illust-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes about-illust-in-view {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section--about[data-in-view].is-in-view .about__title .heading2-mask,
  .section--about[data-in-view].is-in-view .about-illust-wrapper .about-illust,
  .section--about[data-in-view].is-in-view .about-text-container .about-text,
  .section--about[data-in-view].is-in-view .about__actions {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/** @format */
main {
  background-color: #F0E8DA;
}

/*
------------------------------------------
About Prologue Shared
------------------------------------------
*/
.section--about.-prologue {
  overflow: hidden;
  position: relative;
  background: #F0E8DA;
  padding-block: clamp(88.32px, 79.518px + 1.14456vw, 101.494px);
  margin-block: calc(clamp(88.32px, 79.518px + 1.14456vw, 101.494px) * -1);
}

.section--about-prologue-content {
  max-height: 150vh;
  max-height: 150dvh;
}

.section--about.-prologue::before {
  display: none;
}

.text-animation-container {
  display: block;
  position: absolute;
  width: 6.5vw;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0.7;
}
.text-animation-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  margin-bottom: 3.25vw;
}
.text-animation-container.-left {
  left: 0;
  top: 0;
  -webkit-animation: text-animation-container-left 150s linear infinite;
          animation: text-animation-container-left 150s linear infinite;
}
.text-animation-container.-right {
  right: 0;
  bottom: 0;
  top: auto;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: text-animation-container-right 150s linear infinite;
          animation: text-animation-container-right 150s linear infinite;
}
.text-animation-container.-right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes text-animation-container-left {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes text-animation-container-left {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes text-animation-container-right {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes text-animation-container-right {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.about__container {
  max-width: min(90%, 1216px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-left: 24px;
  }
}

.section--about.-prologue .about-text {
  font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
}

.section--about.-prologue .about-text-container {
  container-type: inline-size;
  gap: 0;
}

.section--about.-prologue .about__title {
  padding-left: 0;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .section--about.-prologue .about__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section--about.-prologue .about__title::before {
  display: none;
}

.section--about.-prologue .about__title .heading2-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section--about.-prologue .about__title .heading2-inner:nth-child(1) .heading2-mask,
.section--about.-prologue .about__title .heading2-inner:nth-child(2) .heading2-mask {
  font-size: 10.4cqw;
  font-weight: 700;
  line-height: 1.5;
  color: #2D313F;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .section--about.-prologue .about__title .heading2-inner:nth-child(1) .heading2-mask,
  .section--about.-prologue .about__title .heading2-inner:nth-child(2) .heading2-mask {
    font-size: min(7cqw, 32px);
  }
}

.section--about.-prologue .about__title .heading2-inner:nth-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section--about.-prologue .about__title .heading2-inner:nth-child(2) .heading2-mask {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .section--about.-prologue .about__title .heading2-inner:nth-child(2) .heading2-mask {
    margin-bottom: 0;
  }
}

.about-illust-wrapper::before {
  right: -32%;
}
@media screen and (max-width: 768px) {
  .about-illust-wrapper::before {
    width: min(34vw, 347px);
    height: auto;
    aspect-ratio: 347/442.65;
    right: -17%;
    bottom: -2vw;
  }
}

/*
**************************************************
* SERVICE 6つのお悩みとその解決策
**************************************************
*/
.section--service {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 768px) {
  .section--service {
    border-radius: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  }
}
.section--service::after {
  content: "";
  display: block;
  position: absolute;
  width: 4.6vw;
  height: 4.8vw;
  bottom: -4.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/pages/about/service/service-deco.svg) no-repeat center top/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section--service::after {
    width: 10.6vw;
    height: 11.2vw;
    bottom: calc(-11.2vw + 1px);
  }
}

.section--service .service-container {
  max-width: 984px;
  padding: 0 48px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section--service .service-container {
    padding-inline: 24px;
  }
}

.section--service .service-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(74.4px, 67.982px + 0.83458vw, 84.006px) clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  margin-block: clamp(88.32px, 79.518px + 1.14456vw, 101.494px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section--service .service-list {
    grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
    gap: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
    margin-block: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  }
}
@media screen and (max-width: 480px) {
  .section--service .service-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section--service .service-item {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--service .service-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--service .service-item-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(18.6px, 16.996px + 0.20864vw, 21.001px);
  font-weight: 700;
  line-height: 1.6;
  color: #2D313F;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0.4em;
}

.section--service .service-item-image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .section--service .service-item-image {
    max-width: 214px;
    max-height: 214px;
    margin-inline: auto;
  }
}
.section--service .service-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.section--service .arrow-down-icon {
  width: 12%;
  aspect-ratio: 1/1;
  margin-block: 0.5em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section--service .arrow-down-icon {
    width: min(24px, 10%);
  }
}
.section--service .arrow-down-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.section--service .service-item-text {
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  font-weight: 500;
  line-height: 1.6;
  color: #2D313F;
  letter-spacing: 0;
  background: #F0E8DA;
  padding: 1em 1.2em;
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) {
  .section--service .service-item-text {
    padding: 1em;
    max-width: 300px;
    margin-inline: auto;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.section--service .service-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #2D313F;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 768px) {
  .section--service .service-text {
    font-size: 15px;
  }
}

.section--service .service-actions .c-button {
  margin-inline: auto;
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .section--service .service-actions .c-button {
    min-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .section--service .service-actions .c-button {
    min-width: 100%;
  }
}

/*
**************************************************
* PROFILE 私について
**************************************************
*/
.section--profile {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section--profile .profile__container {
  padding-bottom: 0;
}

.profile-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.section--profile .profile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--profile .profile-text {
  max-width: 480px;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  line-height: 2;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-inline: auto;
  margin-bottom: clamp(90px, 78.539px + 1.49031vw, 107.154px);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .section--profile .profile-text {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  }
}
@media screen and (max-width: 480px) {
  .section--profile .profile-text {
    max-width: 100%;
  }
}

.section--profile .profile-text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  aspect-ratio: 369.12/280.35;
  width: 30vw;
  height: 23.2vw;
  background: url(../../assets/img/pages/about/profile/illust-cafe.webp) no-repeat left top/contain;
  z-index: 0;
  top: -3.2vw;
  left: auto;
  right: -20vw;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .section--profile .profile-text::before {
    width: 51.2vw;
    width: 61.4vw;
    height: 38.8vw;
    height: 46.5vw;
    top: -8.4vw;
    right: -19.6vw;
    right: -16.6vw;
  }
}

/*
**************************************************
* EXPERIENCE 経験・実績
**************************************************
*/
.section--experience {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-inline: auto;
  padding-bottom: calc(11.1vw + clamp(74.4px, 67.982px + 0.83458vw, 84.006px));
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .section--experience {
    padding-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  }
}

.section--experience::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F0E8DA), to(#FCFAF7));
  background: linear-gradient(to bottom, #F0E8DA 50%, #FCFAF7 100%);
}

.section--experience .experience-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(60.16px, 55.759px + 0.57228vw, 66.747px) clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  margin-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  margin-inline: auto;
}

.experience-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

.experience-item-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: clamp(18.6px, 16.996px + 0.20864vw, 21.001px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #2D313F;
  margin-top: auto;
  margin-bottom: 0.4em;
}

.experience-item-en-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -1.2em;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  font-weight: 500;
  line-height: 1;
  color: rgba(183, 164, 126, 0.5);
  letter-spacing: 0;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .experience-item-en-title {
    font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  }
}

.experience-item-body {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.experience-item-body .text-bold {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(49.28px, 41.579px + 1.00149vw, 60.807px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .experience-item-body .text-bold {
    font-size: clamp(42.24px, 35.639px + 0.85842vw, 52.12px);
  }
}

.experience-item-body .text-bold.--ja {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(33.3px, 29.06px + 0.55142vw, 39.647px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .experience-item-body .text-bold.--ja {
    font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  }
}

.experience-item-body .text-medium {
  font-size: clamp(28.8px, 25.133px + 0.4769vw, 34.289px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .experience-item-body .text-medium {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}

.experience-item-body .text-bottom {
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 0.2em;
  background: rgba(183, 164, 126, 0.3);
  padding: 0.13em 0.4em;
}
@media screen and (max-width: 768px) {
  .experience-item-body .text-bottom {
    font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  }
}

.experience-item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.experience-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
**************************************************
* STRENGTH 強み
**************************************************
*/
.section--strength {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}

.section--strength::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 11.1vw;
  left: 0;
  right: 0;
  top: calc(-11.1vw + 1px);
  z-index: 0;
  margin-inline: calc(50% - 50vw);
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 100%, 0 100%, 0 0);
  pointer-events: none;
}

.section--strength::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #FFFFFF;
}

.strength__container {
  padding-top: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  padding-bottom: calc(11.1vw + clamp(74.4px, 67.982px + 0.83458vw, 84.006px));
}

.strength-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(214px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(45.12px, 41.819px + 0.42921vw, 50.06px) clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .strength-list {
    grid-template-columns: repeat(2, minmax(214px, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .strength-list {
    grid-template-columns: repeat(1, minmax(214px, 1fr));
  }
}

.strength-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.strength-item:nth-child(2) {
  margin-top: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
}
@media screen and (max-width: 768px) {
  .strength-item:nth-child(2) {
    margin-top: 0;
  }
}

.strength-item:nth-child(3) {
  margin-top: calc(clamp(60.16px, 55.759px + 0.57228vw, 66.747px) * 2);
}
@media screen and (max-width: 768px) {
  .strength-item:nth-child(3) {
    margin-top: 0;
  }
}

.strength-item-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2D313F;
  margin-top: 0.66em;
  margin-bottom: 0.13em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strength-item-title::before {
  content: attr(data-number);
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0;
  color: #B7A47E;
  margin-right: 0.33em;
}

.strength-item-en-title {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: clamp(28.8px, 25.133px + 0.4769vw, 34.289px);
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0.1em;
  margin-bottom: 0.375em;
  color: rgba(183, 164, 126, 0.5);
}

.strength-item-body {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.strength-item-body .text-bottom {
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 0.53em;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 768px) {
  .strength-item-body .text-bottom {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}

.strength-item-image {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 346.67/226;
  border-radius: 12px;
  overflow: hidden;
}
.strength-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
**************************************************
* TECHNOLOGY 使用技術・資格
**************************************************
*/
.section--technology {
  position: relative;
  z-index: 1;
  padding-top: 0;
  margin-top: -11.1vw;
  margin-inline: calc(50% - 50vw);
}

.section--technology::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 11.1vw;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 100%, 0 100%, 0 0);
  pointer-events: none;
}

.section--technology::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100vw;
  height: calc(22.2vw + 160px);
  height: calc(100% + 11.1vw);
  margin-inline: calc(50% - 50vw);
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 11.1vw, 100% 100%, 0 100%, 0 0);
  z-index: 2;
  background: url(../../assets/img/common/bg/bg-grey01-noise.webp) repeat;
  mix-blend-mode: multiply;
}

.technology__container {
  position: relative;
  z-index: 3;
  padding-top: calc(clamp(74.4px, 67.982px + 0.83458vw, 84.006px) + 11.1vw);
  padding-bottom: calc(clamp(74.4px, 67.982px + 0.83458vw, 84.006px) + 11.1vw);
}

.technology__container .subpage-inner {
  position: relative;
  z-index: 2;
}

.technology-group-container {
  display: grid;
  grid-template-columns: 725fr minmax(270px, 330fr);
  gap: clamp(30.4px, 28.566px + 0.23845vw, 33.145px) min(65px, 5.8%);
}
@media screen and (max-width: 768px) {
  .technology-group-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.technology-section,
.certification-section {
  background: #FFFFFF;
  padding: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(45, 49, 63, 0.03);
          box-shadow: 0 4px 30px 0 rgba(45, 49, 63, 0.03);
}

.tech-track-section + .tech-track-section {
  margin-top: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
}

.certification-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
  margin-inline: auto;
}

.certification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #2D313F;
  padding: 1.86em 1.6em;
  border-radius: 4px;
  background: #F8F7F3;
}

.certification-item.-strong {
  background: #F0E8DA;
}

/*
**************************************************
* FLOW 制作の流れ
**************************************************
*/
.section--flow {
  position: relative;
  z-index: 1;
}

.section--flow::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.7vw;
  top: calc(-5.7vw + 1px);
  left: 0;
  right: 0;
  z-index: 0;
  background: url(../../assets/img/common/bg/bg-white-round.svg) no-repeat bottom left/contain;
}

.flow__container {
  background: #FFFFFF;
  padding-top: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}

.flow-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.section--flow .flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--flow .flow-text {
  max-width: 480px;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  line-height: 2;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-inline: auto;
  margin-bottom: clamp(90px, 78.539px + 1.49031vw, 107.154px);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .section--flow .flow-text {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
  }
}
@media screen and (max-width: 480px) {
  .section--flow .flow-text {
    max-width: 100%;
  }
}

.flow-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px min(10px, 0.6vw);
}
@media screen and (max-width: 768px) {
  .flow-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

.flow-content-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: min(10px, 0.6vw);
}
@media screen and (max-width: 768px) {
  .flow-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: 100%;
    row-gap: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
  }
}

.flow-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(378px, 23.3vw);
  border-radius: 12px;
  background: #F8F7F3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow-card-container {
    width: 100%;
    max-width: 100%;
  }
}

.flow-content-item.-primary .flow-card-container {
  background: rgba(214, 231, 230, 0.5);
}

.arrow-next-icon {
  width: min(2.4vw, 35.43px);
  aspect-ratio: 1/1.02;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .arrow-next-icon {
    width: min(8vw, 36px);
    margin-block: 0.25em;
    margin-inline: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.arrow-next-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.flow-content-item-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #2D313F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em 0;
  padding: clamp(22.8px, 21.425px + 0.17884vw, 24.858px) clamp(30.4px, 28.566px + 0.23845vw, 33.145px) clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
}
@media screen and (max-width: 768px) {
  .flow-content-item-title {
    padding-bottom: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
  }
}

.flow-content-item-title::before {
  content: attr(data-number);
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0;
  color: #B7A47E;
  margin-right: 0.33em;
}

.flow-content-item.-primary .flow-content-item-title::before {
  color: #308980;
}

.flow-content-item-body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.flow-content-item-body .text-bottom {
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 0 clamp(30.4px, 28.566px + 0.23845vw, 33.145px) clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
}
@media screen and (max-width: 768px) {
  .flow-content-item-body .text-bottom {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}

.flow-content-item-image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 336/226;
  overflow: hidden;
}
.flow-content-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  vertical-align: bottom;
}

/**************************************************
* CTA LINK 無料相談へのリンク
**************************************************
*/
.section--cta-link {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

.cta-link__content {
  container-type: inline-size;
  position: relative;
  z-index: 1;
  background-color: rgba(240, 232, 218, 0.5);
  background-image: url(../../assets/img/common/bg/bg-beige-noise.webp);
  background-repeat: repeat;
  background-blend-mode: multiply;
  border-radius: 24px;
  padding: clamp(60.16px, 55.759px + 0.57228vw, 66.747px) clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .cta-link__content {
    padding: clamp(45.12px, 41.819px + 0.42921vw, 50.06px) clamp(45.12px, 41.819px + 0.42921vw, 50.06px) clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  }
}
@media screen and (max-width: 480px) {
  .cta-link__content {
    padding: clamp(30.4px, 28.566px + 0.23845vw, 33.145px) clamp(30.4px, 28.566px + 0.23845vw, 33.145px) clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  }
}

.cta-link__button {
  background-color: #B7A47E;
  border-radius: 24px;
  padding: clamp(60.16px, 55.759px + 0.57228vw, 66.747px) clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}

.cta-link__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #2D313F;
  position: absolute;
  top: -0.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta-link__title {
    font-size: 4.7vw;
  }
}

.cta-link__title::before,
.cta-link__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: 0.6em;
  height: 1em;
}

.cta-link__title::before {
  background: url(../../assets/img/pages/about/contact/contact-title-deco-left.svg) no-repeat right bottom/contain;
  left: -0.8em;
}

.cta-link__title::after {
  background: url(../../assets/img/pages/about/contact/contact-title-deco-right.svg) no-repeat left bottom/contain;
  right: -0.8em;
}

.cta-link__body {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(150px, 1fr);
  gap: clamp(30.4px, 28.566px + 0.23845vw, 33.145px) clamp(60.16px, 55.759px + 0.57228vw, 66.747px);
}
@media screen and (max-width: 900px) {
  .cta-link__body {
    grid-template-columns: 1fr;
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
    place-items: center;
    place-content: center;
  }
}
@media screen and (max-width: 768px) {
  .cta-link__body {
    grid-template-columns: 1fr;
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

.cta-link__image {
  width: 100%;
  max-width: 400px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .cta-link__image {
    max-width: 100%;
    margin-inline: auto;
  }
}
.cta-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-link__text {
  font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 900px) {
  .cta-link__text {
    max-width: 100%;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-link__text {
    max-width: 400px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    margin-inline: auto;
  }
}

.section--cta-link .cta-link__actions {
  margin-top: clamp(30.4px, 28.566px + 0.23845vw, 33.145px);
  margin-bottom: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
}
.section--cta-link .c-button {
  width: min(400px, 100%);
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .section--cta-link .c-button {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .section--cta-link .c-button {
    margin-right: revert;
    margin-inline: auto;
  }
}

.cta-link__text-bottom-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .cta-link__text-bottom-container {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-link__text-bottom-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.cta-link__text-bottom {
  font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  line-height: 1.8;
  letter-spacing: 0;
}

.page-template-page-about-php .u-wrapper {
  position: relative;
  z-index: 1;
  padding-top: clamp(131.04px, 116.187px + 1.93145vw, 153.271px);
}

.page-template-page-about-php .u-wrapper:has(.breadcrumb)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #FFFFFF;
}