@charset "UTF-8";
/** @format */
/* News リンク下線の ::before（初期 width:0。ホバー or 現在地で 100%） */
/* PC グロナビ・コースカード見出しなど：アクセント色の手描き風下線（::before） */
@keyframes accent-handwriting-underline {
  0% {
    background: #305C89;
    transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #305C89;
    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;
  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: 12px;
}
html::-webkit-scrollbar-thumb {
  background: #B7A47E;
  border-radius: 12px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #305C89;
}
html::-webkit-scrollbar-thumb:active {
  background: #F8F7F3;
}

body {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #2D313F;
}

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

main {
  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;
  flex-shrink: 0;
  color: inherit;
}

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

.breadcrumb {
  padding-top: 24px;
  padding-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  padding-inline: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-inline: 24px;
  }
}

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

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

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

.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  flex-shrink: 0;
  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;
  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: flex;
  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: #D6DEE7;
}

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

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

[type=radio] {
  -webkit-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: flex;
  justify-content: center;
  gap: min(7.5%, 96px);
  padding-block: 0;
  padding-bottom: clamp(147.2px, 132.531px + 1.9076vw, 169.156px);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section--about {
    padding-bottom: 80px;
  }
}

.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: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .about-text-container {
    display: contents;
  }
}

.about-illust-wrapper {
  position: relative;
  z-index: 2;
  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;
    order: 2;
  }
}

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

/*
------------------------------------------
タイトル内のレイアウト
------------------------------------------
*/
.about__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__title {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .about__title {
    flex-direction: column;
    align-items: center;
  }
}
.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;
  text-transform: uppercase;
}
@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;
  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.4;
  letter-spacing: 0.03em;
  color: #2D313F;
  text-transform: none;
  padding-bottom: 0.2em;
}

.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 {
    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 {
  animation: none;
  opacity: 0;
  transform: translateY(110%);
}

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

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

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

@keyframes about-text-in-view {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section--about[data-in-view].is-in-view .about__actions {
  opacity: 0;
  transform: translateY(20px);
  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 {
    order: 4;
  }
}

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

@keyframes about-illust-in-view {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    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 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
/** @format */
main {
  background-color: #FFFFFF;
}

/*
------------------------------------------
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;
  transform-origin: top left;
  opacity: 0.7;
}
.text-animation-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  margin-bottom: 3.25vw;
}
.text-animation-container.-left {
  left: 0;
  top: 0;
  animation: text-animation-container-left 150s linear infinite;
}
.text-animation-container.-right {
  right: 0;
  bottom: 0;
  top: auto;
  transform-origin: bottom right;
  animation: text-animation-container-right 150s linear infinite;
}
.text-animation-container.-right img {
  transform: rotate(180deg);
  transform-origin: center center;
}

@keyframes text-animation-container-left {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes text-animation-container-right {
  from {
    transform: translateY(0);
  }
  to {
    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 {
    align-items: flex-start;
  }
}

.section--about.-prologue .about__title .heading2-inner {
  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) {
  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;
  }
}

/*
**************************************************
* SERVICE 6つのお悩みとその解決策
**************************************************
*/
.section--service {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
  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 .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));
  justify-content: center;
  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;
  justify-content: center;
}

.section--service .service-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section--service .service-item-title-text {
  display: flex;
  flex-direction: column;
  align-items: 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 {
  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%;
  object-fit: contain;
  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%;
  object-fit: contain;
  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;
    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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.section--profile .profile-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section--profile .profile-text {
  max-width: 480px;
  position: relative;
  z-index: 1;
  width: fit-content;
  font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  line-height: 2;
  text-align: 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;
    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%;
  }
}

/*
**************************************************
* 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 .experience-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  justify-content: center;
  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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align-last: center;
}

.experience-item-title {
  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 {
  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 {
  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 {
  order: 1;
  aspect-ratio: 1/1;
  margin-inline: auto;
}

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

/*
**************************************************
* STRENGTH 強み
**************************************************
*/
.section--strength {
  position: relative;
  z-index: 1;
  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));
  justify-content: center;
  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: flex;
  flex-direction: column;
  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 {
  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: flex;
  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 {
  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 {
  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;
  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%;
  order: 2;
  aspect-ratio: 346.67/226;
  border-radius: 12px;
  overflow: hidden;
}
.strength-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

.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;
  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));
  justify-content: center;
  align-items: flex-start;
  gap: clamp(15.36px, 14.627px + 0.09538vw, 16.458px);
  margin-inline: auto;
}

.certification-item {
  display: flex;
  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;
}

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

.flow-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.section--flow .flow-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section--flow .flow-text {
  max-width: 480px;
  position: relative;
  z-index: 1;
  width: fit-content;
  font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  line-height: 2;
  text-align: 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;
    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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px min(10px, 0.6vw);
}
@media screen and (max-width: 768px) {
  .flow-content-list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: clamp(22.8px, 21.425px + 0.17884vw, 24.858px);
  }
}

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

.flow-card-container {
  display: flex;
  flex-direction: column;
  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, 222, 231, 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;
    transform: rotate(90deg);
  }
}
.arrow-next-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.flow-content-item-title {
  order: 2;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: left;
  text-align-last: left;
  color: #2D313F;
  display: flex;
  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: #305C89;
}

.flow-content-item-body {
  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;
  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%;
  order: 1;
  aspect-ratio: 336/226;
  overflow: hidden;
}
.flow-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: flex;
  align-items: 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;
  text-align-last: center;
  color: #2D313F;
  position: absolute;
  top: -0.8em;
  left: 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 {
  left: -0.8em;
}

.cta-link__title::after {
  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;
  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%;
  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;
  text-align-last: left;
}
@media screen and (max-width: 900px) {
  .cta-link__text {
    max-width: 100%;
    text-align: center;
    text-align-last: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-link__text {
    max-width: 400px;
    text-align: 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: 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: 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;
}

/* About 企業情報セクション */
.about-sec {
  padding-block: 0;
}
.about-sec:last-of-type {
  padding-bottom: clamp(147.2px, 132.531px + 1.9076vw, 169.156px);
}
@media screen and (max-width: 768px) {
  .about-sec:last-of-type {
    padding-bottom: 80px;
  }
}

.about-sec__head {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about-sec__head {
    margin-bottom: 1.75rem;
    gap: 16px;
  }
}

.about-sec__head-en {
  margin: 0;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 64px;
}
@media screen and (min-width: 769px) {
  .about-sec__head-en {
    font-size: clamp(55.04px, 44.771px + 1.33532vw, 70.41px);
  }
}
.about-sec__head-en {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #B7A47E;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-sec__head-en {
    font-size: 48px;
  }
}

.about-sec__head .about-sec__head-ja {
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .about-sec__head .about-sec__head-ja {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.about-sec__head .about-sec__head-ja {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #2D313F;
}

.about-sec__head--on-dark .about-sec__head-en {
  color: #F8F7F3;
}
.about-sec__head--on-dark .about-sec__head-ja {
  color: #FFFFFF;
}

/* 先頭セクション（見出し直後） */
.about-sec:first-of-type {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .about-sec:first-of-type {
    padding-top: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  }
}

/* Policy */
.about-sec--policy {
  background-color: #FFFFFF;
}

.about-sec__policy-catch {
  display: block;
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  text-align: center;
  text-align-last: center;
  font-size: 48px;
}
@media screen and (min-width: 769px) {
  .about-sec__policy-catch {
    font-size: clamp(42.24px, 35.639px + 0.85842vw, 52.12px);
  }
}
.about-sec__policy-catch {
  font-weight: 700;
  line-height: 1.4;
  color: #2D313F;
}

.about-sec__policy-catch--sub {
  margin-top: 0.25em;
  margin-bottom: 2rem;
  text-align: center;
  text-align-last: center;
}

.about-sec__policy-body {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.about-sec__policy-body .about-sec__policy-sub {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .about-sec__policy-body .about-sec__policy-sub {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.about-sec__policy-body .about-sec__policy-sub {
  font-weight: 500;
  text-align: center;
  text-align-last: center;
}

.about-sec__policy-list {
  margin: 0;
  padding: 32px 0 0;
  border-top: 1px solid #737E8A;
  list-style-position: inside;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .about-sec__policy-list {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
.about-sec__policy-list {
  line-height: 1.9;
  color: #2D313F;
}
.about-sec__policy-list li + li {
  margin-top: 0.75em;
}

/* Greeting */
.about-sec--greeting {
  background-color: #305C89;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .about-sec--greeting {
    padding-block: 64px;
  }
}

.about-sec__greeting-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(45, 49, 63, 0.12);
}
@media screen and (max-width: 768px) {
  .about-sec__greeting-card {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    border-radius: 16px;
  }
}

.about-sec__greeting-text .c-subpage__text {
  margin-bottom: 1.25em;
}
.about-sec__greeting-text .c-subpage__text:last-of-type {
  margin-bottom: 0;
}

.about-sec__greeting-sign {
  margin: 1.75rem 0 0;
  text-align: right;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .about-sec__greeting-sign {
    font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  }
}
.about-sec__greeting-sign {
  line-height: 1.8;
  font-weight: 700;
}

.about-sec__greeting-image {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 2/2.5;
  background: #F8F9F9;
}
@media screen and (max-width: 768px) {
  .about-sec__greeting-image {
    max-width: 16rem;
    margin-inline: auto;
  }
}
.about-sec__greeting-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Outline */
.about-sec--outline {
  background: #FFFFFF;
}

.about-outline {
  margin: 0;
}

.about-outline__row {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem 1.5rem;
  padding: 1.35rem 0;
  border-top: 1px dotted #305C89;
}
.about-outline__row:last-child {
  border-bottom: 1px dotted #305C89;
}
@media screen and (max-width: 768px) {
  .about-outline__row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.1rem 0;
  }
}

.about-outline__term {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .about-outline__term {
    font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  }
}
.about-outline__term {
  font-weight: 700;
  color: #305C89;
  line-height: 1.6;
}
.about-outline__term::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.55em;
  border-radius: 50%;
  background: #305C89;
  vertical-align: middle;
  transform: translateY(-0.05em);
}

.about-outline__desc {
  margin: 0;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .about-outline__desc {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
.about-outline__desc {
  line-height: 1.8;
  color: #2D313F;
}

.about-outline__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.8;
}
.about-outline__list li + li {
  margin-top: 0.25em;
}

/* History（スクロールで縦線が伸びる） */
.about-sec--history {
  background-color: #F8F9F9;
  --history-circle-size: 0.75rem;
  --history-vertical-size: 0.45em;
  --history-rail: 1.5rem;
  --history-gap: 1.75rem;
}

.about-history {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}

.about-history__item {
  position: relative;
  display: grid;
  grid-template-columns: 7rem 1fr;
  column-gap: 1.25rem;
  row-gap: 0.25rem;
  padding: 0 0 var(--history-gap) var(--history-rail);
  overflow: visible;
}
.about-history__item:last-child {
  padding-bottom: 0;
}
.about-history__item:last-child .about-history__border-line {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-history__item {
    grid-template-columns: 1fr;
    padding-left: var(--history-rail);
  }
}

/* 線が次の円まで描画できるよう、ボックス外への描画を許可 */
.about-history__circle-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--history-circle-size);
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.about-history__circle {
  display: block;
  width: var(--history-circle-size);
  height: var(--history-circle-size);
  margin-top: var(--history-vertical-size);
  border-radius: 50%;
  border: 2px solid #D6DEE7;
  background: #F8F9F9;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  pointer-events: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.about-history__circle.is-active {
  background: #305C89;
  border-color: #305C89;
}

.about-history__border-line {
  display: block;
  width: 2px;
  height: 0;
  background-color: #305C89;
  position: absolute;
  top: calc(var(--history-vertical-size) + var(--history-circle-size));
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  pointer-events: none;
  /* 親の高さにクリップされない */
  overflow: visible;
}

.about-history__date {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .about-history__date {
    font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  }
}
.about-history__date {
  color: #305C89;
  line-height: 1.5;
  margin-top: var(--history-vertical-size);
}

.about-history__text {
  margin: 0;
  margin-top: var(--history-vertical-size);
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .about-history__text {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
.about-history__text {
  line-height: 1.7;
  color: #2D313F;
}
@media screen and (max-width: 768px) {
  .about-history__text {
    margin-top: 0;
  }
}

.about-sec__history-image {
  margin: 0;
}
