@charset "UTF-8";
/* Normalize.css
======================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Soft reset */
figure {
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

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

p {
  margin: 0;
}

/* Common
======================================================== */
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  color: #3d4448;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  position: -webkit-fixed;
  z-index: 99990;
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
header.js-header-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
}

.l-header {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.l-header.js-header-scrolled {
  background-color: rgba(255, 255, 255, 0.3);
}
.l-header.js-header-scrolled a {
  color: #3d4448;
}
.l-header.js-header-scrolled .l-header_nav a {
  color: #3d4448;
}

.l-header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 16px 10px;
}

.l-header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-left: auto;
}
.l-header_right.active .l-header_nav,
.l-header_right.active .l-header_button-wrapper,
.l-header_right.active .l-header_policy {
  display: block;
}
.l-header_right.active {
  position: fixed;
  top: 0;
  right: 0;
  width: 95%;
  height: 100svh;
  background-color: #3188A5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 8px 20px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9980;
  overflow-y: auto;
  animation: slideIn 0.3s forwards;
}
.l-header_right.active .l-header_button-wrapper {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: min(100%, 210px);
  row-gap: 15px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .l-header_right {
    display: flex;
    -moz-column-gap: clamp(10px, 5.1px + 1.3vw, 20px);
         column-gap: clamp(10px, 5.1px + 1.3vw, 20px);
    position: relative;
  }
  .l-header_right .l-header_nav,
  .l-header_right .l-header_button-wrapper,
  .l-header_right .l-header_policy {
    display: none;
  }
}

.l-header_logo {
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
}
.l-header_logo a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(7px, 3.6px + 0.9vw, 14px);
       column-gap: clamp(7px, 3.6px + 0.9vw, 14px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header_logo a {
    color: #fff;
    color: #3d4448;
  }
}
.js-header-scrolled .l-header_logo a {
  color: #3d4448;
}

.l-header_logo_img {
  width: 235px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l-header_logo_img {
    width: 235px;
    height: 38px;
  }
}

.l-header_logo_text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header_logo_text {
    display: block;
  }
}

.l-header_policy {
  display: none;
}

.l-header_bottom {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-header_bottom {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-header_bottom.js-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 9990;
    padding: 90px 20px 20px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .l-header_bottom.js-nav.active {
    transform: translateY(0);
  }
}

.l-header_nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header_nav {
    display: block;
  }
}
.l-header_nav ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.l-header_nav ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.l-header_nav a {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  color: #3d3b54;
}
@media screen and (min-width: 1024px) {
  .l-header_nav a {
    width: 100%;
  }
}
.l-header_nav a:hover {
  text-underline-offset: 0.7rem;
}

.l-header_nav_logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header_nav_logo {
    position: absolute;
    top: 20px;
    left: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    color: rgb(255, 255, 255);
  }
}

@media screen and (min-width: 768px) {
  .l-header_button-wrapper {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.l-header_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  min-width: 230px;
  padding: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .l-header_button {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.l-header_button.tel {
  background-color: #fff;
}
.l-header_button.mail {
  background-image: linear-gradient(180deg, #D4B982 -0.59%, #CFB787 27.41%, #C2A878 55.18%, #A88747 99.4%);
}
.l-header_button.mail:hover {
  background-image: linear-gradient(180deg, #3188a5 0, #314B70 100%);
}

.l-header_button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.69rem + 0.9vw, 1.8rem);
  font-weight: 700;
  line-height: normal;
}
.tel .l-header_button-text {
  color: #C2A878;
  font-family: "Montserrat", sans-serif;
}
.tel .l-header_button-text:hover {
  color: #0033CC;
}
.mail .l-header_button-text {
  color: #fff;
}
.l-header_button-text .small {
  font-size: clamp(1rem, 0.64rem + 0.5vw, 1.2rem);
}

.l-header_hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header_hamburger {
    display: block;
    position: relative;
    z-index: 9991;
  }
}

.l-header_hamburger button {
  display: flex;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.l-header_hamburger button > .hamburger {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.l-header_hamburger button > .hamburger > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #3d4448;
  transition: all 0.3s ease;
}
.l-header_hamburger button > .hamburger > span.top {
  top: 16px;
  width: 20px;
}
.l-header_hamburger button > .hamburger > span.middle {
  top: 23px;
  width: 20px;
}
.l-header_hamburger button > .hamburger > span.bottom {
  top: 30px;
  width: 20px;
}
.l-header_hamburger button > .hamburger.is-active > .top {
  top: 23px;
  width: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.l-header_hamburger button > .hamburger.is-active > .middle {
  opacity: 0;
}
.l-header_hamburger button > .hamburger.is-active > .bottom {
  top: 23px;
  width: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .js-nav .l-header_nav {
    display: block;
    width: 100%;
  }
  .js-nav .l-header_nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .js-nav .l-header_nav ul > li {
    width: 100%;
    margin: 0;
  }
  .js-nav .l-header_nav ul > li a {
    color: #C2A878;
    font-size: 16px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header_button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-header_policy {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 210px);
    margin-top: 30px;
  }
  .l-header_policy li {
    padding: 10px 0 10px 30px;
    font-size: 12px;
  }
}

.l-header_nav_button-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header_nav_button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    row-gap: 15px;
    background: rgba(255, 255, 255, 0.9);
  }
}

.l-footer {
  background-color: #273B5B;
}

.l-footer_primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 33px;
       column-gap: 33px;
  row-gap: 32px;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-footer_primary {
    flex-direction: row;
  }
}

.l-footer_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer_left {
    width: calc((100% - 32px) / 2);
  }
}
.l-footer_left a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: clamp(12px, 10.1px + 0.5vw, 16px);
  font-weight: bold;
}

.l-footer_logo {
  width: min(100%, 235px);
  height: auto;
}

.l-footer_left-text {
  font-weight: 700;
  font-size: clamp(12px, 10.1px + 0.5vw, 16px);
  line-height: 1.7;
  color: #fff;
  margin-top: 32px;
}

.l-footer_nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer_nav {
    width: auto;
  }
}
.l-footer_nav ul {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(6, 1fr);
  row-gap: 8px;
  grid-auto-flow: column;
}
@media screen and (min-width: 1024px) {
  .l-footer_nav ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.l-footer_nav ul li a {
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
  color: #fff;
  font-weight: 700;
}

.l-footer_copy {
  width: min(100%, 1240px);
  font-size: 5px;
  color: #fff;
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 32px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer_toppage {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 38px;
  height: 38px;
  position: fixed;
  position: -webkit-fixed;
  right: 35px;
  bottom: 85px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 0;
  background-color: #eee;
}
.l-footer_toppage .toppage_inner {
  color: #3d4448;
  width: 20px;
  height: 20px;
}
.l-footer_toppage .img-top {
  width: 100%;
  height: auto;
}

.top-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .top-floating {
    display: none;
  }
}

.top-floating_button-wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  row-gap: 15px;
}

.top-floating_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 90%;
  min-width: 220px;
  padding: 10px 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .top-floating_button {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.top-floating_button.tel {
  background-color: #fff;
}
.top-floating_button.mail {
  background-image: linear-gradient(180deg, #D4B982 -0.59%, #CFB787 27.41%, #C2A878 55.18%, #A88747 99.4%);
}
.top-floating_button.mail:hover {
  background-image: linear-gradient(180deg, #3188a5 0, #314B70 100%);
}

.top-floating_button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
}
.tel .top-floating_button-text {
  color: #C2A878;
  font-family: "Montserrat", sans-serif;
}
.tel .top-floating_button-text:hover {
  color: #0033CC;
}
.mail .top-floating_button-text {
  color: #fff;
}
.top-floating_button-text .small {
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
}

main {
  overflow: hidden;
  flex: 1;
}

.l-main_page {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .l-main_page {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-main_page.illust01 {
  background-image: url(../img/page/top/bg-mainvisual.jpg);
  background-size: 285px 248px;
  background-position: top;
  background-repeat: repeat;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-main_page.illust01 {
    padding-bottom: 120px;
  }
}
.l-main_page.gradient01 {
  background-image: linear-gradient(180deg, #FFF 0%, rgba(243, 247, 253, 0.7) 30%, #E7EFFB 80%, #CFE0F8 100%);
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-main_page.gradient01 {
    padding-bottom: 120px;
  }
}

.l-inner {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.l-inner_page {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .l-inner_page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* アニメーション
======================================================== */
/* 初期状態（非表示） */
.js-fadein,
.js-slideup,
.js-slidedown,
.js-slideleft,
.js-slideright {
  opacity: 0;
  transition: all 0.5s ease;
}

/* フェードイン */
.js-fadein.is-active {
  opacity: 1;
}

/* スライドアップ */
.js-slideup {
  transform: translateY(50px);
}
.js-slideup.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* スライドダウン */
.js-slidedown {
  transform: translateY(-50px);
}
.js-slidedown.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* スライドレフト */
.js-slideleft {
  opacity: 0;
  transform: translateX(30px);
}
.js-slideleft.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* スライドライト */
.js-slideright {
  opacity: 0;
  transform: translateX(-30px);
}
.js-slideright.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* 左右スライド用の親要素 */
.js-slide-container {
  overflow: hidden;
}

/* スケールイン */
.js-scalein {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s ease;
}
.js-scalein.is-active {
  opacity: 1;
  transform: scale(1);
}

/* 回転イン */
.js-rotatein {
  opacity: 0;
  transform: rotate(-10deg) scale(0.8);
  transition: all 1.2s ease;
}
.js-rotatein.is-active {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* バウンスイン */
.js-bouncein {
  opacity: 0;
  transform: scale(0.3);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.js-bouncein.is-active {
  opacity: 1;
  transform: scale(1);
}

/* 遅延アニメーション */
.js-delay-1 {
  transition-delay: 0.1s;
}

.js-delay-2 {
  transition-delay: 0.2s;
}

.js-delay-3 {
  transition-delay: 0.3s;
}

.js-delay-4 {
  transition-delay: 0.4s;
}

.js-delay-5 {
  transition-delay: 0.5s;
}

/* ホバーアニメーション */
.js-hover-scale {
  transition: transform 0.3s ease;
}
.js-hover-scale:hover {
  transform: scale(1.05);
}

.js-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.js-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.js-hover-rotate {
  transition: transform 0.3s ease;
}
.js-hover-rotate:hover {
  transform: rotate(5deg);
}

/* テキストアニメーション */
.js-text-reveal {
  overflow: hidden;
}
.js-text-reveal .js-text-reveal-inner {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1.2s ease;
}
.js-text-reveal.is-active .js-text-reveal-inner {
  transform: translateY(0);
}

/* カウンターアニメーション */
.js-counter {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.js-counter.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* 背景スライド */
.js-bg-slide {
  position: relative;
  overflow: hidden;
}
.js-bg-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 1.2s ease;
}
.js-bg-slide.is-active::before {
  left: 100%;
}

/* パララックス効果 */
.js-parallax {
  transition: transform 0.1s ease-out;
}

/* スクロールトリガー用のオフセット */
.js-scroll-trigger {
  margin-top: -50px;
  padding-top: 50px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .js-slideup,
  .js-slidedown,
  .js-slideleft,
  .js-slideright {
    transform: translateY(30px);
  }
  .js-slideup.is-active,
  .js-slidedown.is-active,
  .js-slideleft.is-active,
  .js-slideright.is-active {
    transform: translateY(0);
  }
  .js-slideleft,
  .js-slideright {
    transform: translateX(30px);
  }
  .js-slideleft.is-active,
  .js-slideright.is-active {
    transform: translateX(0);
  }
}
/* -------------------------
メインビジュアル専用アニメーション
-------------------------*/
/* 初期状態（非表示） */
.js-mainvisual-catch {
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-mainvisual-catch.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.js-mainvisual-description {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.js-mainvisual-description.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-mainvisual-message {
  opacity: 0;
  transform: translateY(20px) rotate(-1deg);
  transition: all 0.6s ease;
}
.js-mainvisual-message.is-active {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.js-mainvisual-title {
  opacity: 0;
  transform: translateY(25px) scale(0.95);
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-mainvisual-title.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.js-mainvisual-text {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s ease;
}
.js-mainvisual-text.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-mainvisual-list {
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-mainvisual-list.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 円形要素はバウンスアニメーション */
.js-mainvisual-circle {
  opacity: 0;
  transform: scale(0.3) translateY(50px);
  transition: all 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.js-mainvisual-circle.is-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Utility classes
======================================================== */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

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

/* cta
======================================================== */
.c-cta {
  background-image: linear-gradient(90deg, rgba(49, 136, 165, 0.8) 0%, rgba(49, 136, 165, 0.6) 66.2%, rgba(49, 136, 165, 0.4) 100%), url(../img/page/top/bg-cta.jpg);
  background-color: lightgray;
  background-size: 100% 296.703%, cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 42px;
  padding-bottom: 92px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.c-cta_hgroup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 3.3px + 3.5vw, 45px);
  padding-left: clamp(10px, -78.9px + 11.6vw, 60px);
  padding-right: clamp(10px, -78.9px + 11.6vw, 60px);
}
.c-cta_hgroup::before, .c-cta_hgroup::after {
  content: "";
  position: absolute;
  width: clamp(25px, -17.7px + 5.6vw, 49px);
  height: clamp(30px, -21.6px + 6.7vw, 59px);
  background-image: url("../img/common/icon-cta_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cta_hgroup::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-cta_hgroup::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}

.c-cta_title {
  position: relative;
  font-size: clamp(2.4rem, 0.98rem + 1.9vw, 3.2rem);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-cta_title {
    margin-bottom: 30px;
  }
}
.c-cta_title .small {
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  text-align: center;
}
.c-cta_title .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  padding: 0 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #DEE05D calc(100% - 5px), #DEE05D 100%);
  background-repeat: repeat-x;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .c-cta_title .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #DEE05D calc(100% - 10px), #DEE05D 100%);
  }
}

.c-cta_description {
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.c-cta_button-wapper {
  display: flex;
  justify-content: center;
}

.c-cta_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  background-image: linear-gradient(180deg, #D4B982 0%, #CFB787 27%, #C2A878 55%, #A88747 100%);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 20px 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.c-cta_button:hover {
  background-image: linear-gradient(180deg, #3188a5 0, #314B70 100%);
}
@media screen and (min-width: 768px) {
  .c-cta_button {
    padding: 20px 40px;
    letter-spacing: 0.1em;
  }
}
.c-cta_button .small {
  font-size: clamp(1.2rem, 1.02rem + 0.2vw, 1.3rem);
  text-align: center;
}
.c-cta_button .large {
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
  text-align: center;
}

.c-pagevisual {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .c-pagevisual {
    padding-top: 160px;
  }
}

.c-pagevisual_title {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(60px, 24.4px + 4.6vw, 80px);
}
.c-pagevisual_title .en {
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: clamp(6.4rem, -4.98rem + 14.8vw, 12.8rem);
  background: rgba(255, 255, 255, 0.35);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
  line-height: 1;
  filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.35));
  z-index: -1;
}
.c-pagevisual_title .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: clamp(2.4rem, -1.87rem + 5.6vw, 4.8rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.013em;
}
.c-pagevisual_title .sub {
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 0.33rem + 1.4vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .c-pagevisual_title .sub {
    line-height: 2;
  }
}

.c-breadcrumb {
  padding: 0 16px 40px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    padding: 0 16px 80px;
  }
}
.c-breadcrumb a {
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
}

.c-breadcrumb_inner {
  font-size: 12px;
  width: 100%;
  max-width: 1100px;
  overflow-x: auto;
  /* --------------------
  画面幅以上の場合は「…」 ここから
  -------------------- */
  /* --------------------
  画面幅以上の場合は「…」 ここまで
  -------------------- */
  /* --------------------
  画面幅以上の場合はスクロール ここから
  -------------------- */
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
}
.c-breadcrumb_inner::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb_inner {
  /* --------------------
  画面幅以上の場合はスクロール ここまで
  -------------------- */
}
.c-breadcrumb_inner i {
  font-size: 1.125rem;
  margin-right: -0.3em;
  vertical-align: middle;
  color: #757575;
}
.c-breadcrumb_inner a {
  text-decoration: none;
  color: #fff;
}
.c-breadcrumb_inner a:hover {
  text-decoration: underline;
}
.c-breadcrumb_inner span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 4px;
  content: "";
  transform: rotate(45deg);
  vertical-align: middle;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
}
.c-breadcrumb_inner span:first-child::before {
  display: none;
}

.c-posts_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
@media screen and (min-width: 768px) {
  .c-posts_list {
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 40px;
  }
}

.c-post_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-post_item {
    width: calc((100% - 80px) / 2);
  }
}

.c-post_thumbnail {
  width: min(100%, 542px);
  aspect-ratio: 850/496;
  border-radius: 10px;
  border: 3px solid #3D4448;
  box-shadow: -1px 4px 12px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 20px;
}
.c-post_thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.c-post_thumbnail:hover img {
  transform: scale(1.1);
}

.c-post_category {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid #314B70;
  padding: 2px 10px;
  font-size: clamp(1.2rem, 1.02rem + 0.2vw, 1.3rem);
  color: #314B70;
  text-align: center;
  margin-bottom: 8px;
}
.c-post_category:hover {
  background-color: #314B70;
  color: #fff;
}

.c-post_municipality {
  font-size: clamp(1.2rem, 1.02rem + 0.2vw, 1.3rem);
  color: #3d4448;
}

.c-post_title {
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  color: #3d4448;
  font-weight: 500;
}
.c-post_title:hover {
  color: #C2A878;
  text-decoration: underline;
}

.c-post_point {
  color: #3d4448;
  margin-top: 20px;
}
.c-post_point::before {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  color: #C2A878;
}
.c-post_point::after {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  color: #C2A878;
}

.c-post_point-text {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  margin-bottom: 20px;
}

.c-post_point-detail {
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
}

.c-post_content {
  margin-top: 40px;
  margin-bottom: 200px;
}

.c-post_links {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-post_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d4448;
  text-align: center;
}
.c-post_links a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-color: #DA722B;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transition: transform 0.3s ease;
}
.c-post_links a:hover::after {
  transform: translateX(5px);
}

.c-pagenavi {
  margin-top: 40px;
  margin-bottom: 30px;
}
.c-pagenavi a {
  color: red;
}
@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-bottom: 20px;
  }
}
.c-pagenavi .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-pagenavi .page-numbers {
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.c-pagenavi .page-numbers li a,
.c-pagenavi .page-numbers li span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #3d3b54;
  background: #fff;
  font-size: clamp(1.2rem, 1.02rem + 0.2vw, 1.3rem);
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #F1F1F1;
  transition: all 0.3s ease;
}
.c-pagenavi .page-numbers li a:hover,
.c-pagenavi .page-numbers li span.page-numbers:hover {
  background-color: #ddd;
}
.c-pagenavi .page-numbers li span.current {
  background-color: #D9E6FF;
}
.c-pagenavi .page-numbers li .prev,
.c-pagenavi .page-numbers li .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #F1F1F1;
  font-size: clamp(10px, 6.4px + 1vw, 16px);
}
.c-pagenavi .page-numbers li .prev:hover,
.c-pagenavi .page-numbers li .next:hover {
  background: none;
  opacity: 0.7;
}

/* 共通部分 */
.top-inner {
  width: min(100%, 1240px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .top-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-title {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(40px, 4.4px + 4.6vw, 60px);
}
@media screen and (min-width: 768px) {
  .top-title {
    padding-bottom: 80px;
  }
}
.top-title .en {
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: clamp(6.4rem, -4.98rem + 14.8vw, 12.8rem);
  background: rgba(255, 255, 255, 0.35);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
  line-height: 1;
  filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.35));
  z-index: -1;
}
.top-title .ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: clamp(2.4rem, -1.87rem + 5.6vw, 4.8rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.013em;
}
.top-title .sub {
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 0.33rem + 1.4vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .top-title .sub {
    line-height: 2;
  }
}

/* メインビジュアル
======================================================== */
.top-mainvisual {
  position: relative;
  overflow: hidden;
  background-image: url(../img/page/top/bg-mainvisual.jpg);
  background-size: 285px 248px;
  background-position: top;
  background-repeat: repeat;
  padding-top: 70px;
  padding-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual {
    padding-top: 180px;
    padding-bottom: 75px;
  }
}

.top-mainvisual_inner {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 26px;
       column-gap: 26px;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_inner {
    flex-direction: row;
    padding: 0 20px;
  }
}

.top-mainvisual_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_left {
    width: min(54%, 650px); /* 670px */
  }
}

.top-mainvisual_catch {
  display: block;
  width: min(100%, 340px);
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_catch {
    width: min(100%, 484px);
    padding-bottom: 0;
    margin-left: 0;
  }
}
.top-mainvisual_catch img {
  width: 100%;
  height: auto;
}
.top-mainvisual_catch.js-mv-catch {
  overflow: hidden;
}
.top-mainvisual_catch.js-mv-catch img {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-mainvisual_catch.js-mv-catch.is-active img {
  clip-path: inset(0 0 0 0);
}

.top-mainvisual_catch-sub {
  display: block;
  width: min(100%, 196px);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_catch-sub {
    width: min(100%, 647px);
    margin-bottom: 40px;
  }
}
.top-mainvisual_catch-sub.js-mv-sub {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-mainvisual_catch-sub.js-mv-sub.is-active {
  opacity: 1;
  transform: translateY(0);
}

.top-mainvisual_callout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  max-width: 438px;
  background-color: #fff;
  border: 1px solid #3d4448;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding: 5px;
  z-index: 10;
  transform: skewX(-10deg);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_callout {
    padding: 10px 24px;
    margin-left: 0;
  }
}
.top-mainvisual_callout.js-mv-callout {
  opacity: 0;
  transform: skewX(-10deg) translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-mainvisual_callout.js-mv-callout.is-active {
  opacity: 1;
  transform: skewX(-10deg) translateY(0);
}
.top-mainvisual_callout::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%) skewX(10deg);
  width: 37px;
  height: 24px;
  background-color: #3d4448;
  clip-path: polygon(100% 0, 28% 0, 2% 49%);
  z-index: -1;
}
.top-mainvisual_callout::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%) skewX(10deg);
  width: 32px;
  height: 19px;
  background-color: #fff;
  clip-path: polygon(100% 0, 28% 0, 2% 49%);
}
.top-mainvisual_callout .text {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, -0.38rem + 2.3vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.07em;
  text-align: center;
  white-space: nowrap;
  transform: skewX(10deg);
  background: radial-gradient(ellipse 190px 24px at 50% 50%, rgb(194, 168, 120) 0%, rgb(143, 124, 88) 50%, rgb(194, 168, 120) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: 0.5rem;
}
.top-mainvisual_callout .text .small {
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
  color: #3D4448;
}

.top-mainvisual_description {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  line-height: 2;
  margin-bottom: 18px;
  letter-spacing: 0.015em;
}
.top-mainvisual_description.js-mv-description {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-mainvisual_description.js-mv-description.is-active {
  opacity: 1;
  transform: translateY(0);
}

.top-mainvisual_features {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(1rem, -7.89rem + 11.6vw, 6rem);
       column-gap: clamp(1rem, -7.89rem + 11.6vw, 6rem);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_features {
    margin-bottom: 0;
  }
}
.top-mainvisual_features.js-mv-features {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-mainvisual_features.js-mv-features.is-active {
  opacity: 1;
  transform: translateY(0);
}
.top-mainvisual_features > li {
  width: calc((100% - clamp(1rem, -7.89rem + 11.6vw, 6rem) * 2) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_features > li {
    width: auto;
  }
}
.top-mainvisual_features > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(clamp(5px, -39.4px + 5.8vw, 30px) * -1);
  width: 1px;
  height: 100%;
  background-color: #C2A878;
}
.top-mainvisual_features > li:last-child::after {
  display: none;
}

.top-mainvisual_feature-icon {
  width: clamp(20px, -15.6px + 4.6vw, 40px);
  height: clamp(20px, -15.6px + 4.6vw, 40px);
}
@media screen and (min-width: 768px) {
  .top-mainvisual_feature-icon {
    padding: 4px;
  }
}
.top-mainvisual_feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-mainvisual_feature-label {
  text-align: center;
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
  letter-spacing: 0.015em;
}

.top-mainvisual_feature-text {
  font-size: clamp(1.4rem, 0.87rem + 0.7vw, 1.7rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.255px;
}

.top-mainvisual_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_right {
    width: min(46%, 510px); /* 510px */
  }
}
.top-mainvisual_right.js-mv-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.top-mainvisual_right.js-mv-right.is-active {
  opacity: 1;
  transform: translateX(0);
}

.top-mainvisual_swiper {
  width: min(100%, 250px);
  height: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_swiper {
    width: min(100%, 510px);
    margin-bottom: 40px;
  }
}
.top-mainvisual_swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.top-mainvisual_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.top-mainvisual_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-mainvisual_swiper .swiper-button-next,
.top-mainvisual_swiper .swiper-button-prev {
  color: #C2A878;
}
.top-mainvisual_swiper .swiper-button-next::after,
.top-mainvisual_swiper .swiper-button-prev::after {
  font-size: 20px;
}
.top-mainvisual_swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_swiper .swiper-pagination {
    margin-top: 30px;
  }
}
.top-mainvisual_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #C2A878;
  opacity: 0.5;
  margin: 0 6px;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}
.top-mainvisual_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.top-mainvisual_swiper-title {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-mainvisual_price {
  display: flex;
}
.top-mainvisual_price.js-mv-price {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-mainvisual_price.js-mv-price.is-active {
  opacity: 1;
  transform: translateY(0);
}
.top-mainvisual_price > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  background-color: #fff;
  border: solid 1px #C2A878;
  padding: 14px 30px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_price > li {
    padding: 30px 10px;
  }
}

.top-mainvisual_price-label {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 500;
}

.top-mainvisual_price-value {
  font-size: clamp(1.4rem, 0.33rem + 1.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}
.top-mainvisual_price-value .price {
  font-family: "Figtree", sans-serif;
  font-size: clamp(2.4rem, -0.44rem + 3.7vw, 4rem);
  background-image: radial-gradient(50% 50% at 50% 50%, #C2A878 0%, #D6C9B2 50%, #C2A878 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.top-mainvisual_message {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F7F974;
  font-family: "Klee One", serif;
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  letter-spacing: 0.1em;
}

.top-mainvisual_text {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
}

.top-mainvisual_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_list {
    flex-direction: row;
    gap: 30px;
  }
}
.top-mainvisual_list > li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: min(100%, 320px);
  background-color: #F2F8FF;
  border: 5px solid #C2A878;
  border-radius: 20px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_list > li {
    flex-direction: column;
    width: calc((100% - 30px * 2) / 3);
    padding: 30px 0;
  }
}

.top-mainvisual_list-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_list-content {
    margin-bottom: 30px;
  }
}

.top-mainvisual_list-title {
  font-size: clamp(1.6rem, 0.18rem + 1.9vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.top-mainvisual_list-title.small {
  font-size: clamp(1.6rem, 0.71rem + 1.2vw, 2.1rem);
}

.top-mainvisual_list-text {
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
  font-weight: 400;
}

.top-mainvisual_list-image {
  width: min(100%, 90px);
  height: 60px;
}
@media screen and (min-width: 768px) {
  .top-mainvisual_list-image {
    width: min(100%, 150px);
    height: 101px;
  }
}
.top-mainvisual_list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* problem
======================================================== */
.top-problem {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .top-problem {
    padding: 60px 0 40px;
  }
}

.top-problem_inner {
  width: min(100%, 1386px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.top-problem_title {
  font-size: clamp(2.4rem, 0.27rem + 2.8vw, 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  color: #C2A878;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-problem_title {
    margin-bottom: 80px;
  }
}
.top-problem_title .small {
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  color: #3d4448;
}
.top-problem_title .accent {
  position: relative;
  display: inline-block;
}
.top-problem_title .accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='8' viewBox='0 0 81 8' fill='none'%3E%3Ccircle cx='41' cy='4' r='4' fill='%23FF6F61'/%3E%3Ccircle cx='4' cy='4' r='4' fill='%23FF6F61'/%3E%3Ccircle cx='77' cy='4' r='4' fill='%23FF6F61'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .top-problem_title .accent::before {
    width: 81px;
    height: 8px;
  }
}

.top-problem_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .top-problem_content {
    flex-direction: row;
    align-items: flex-end;
    gap: 5%;
  }
}

.top-problem_image {
  width: min(100%, 197px);
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-problem_image {
    width: min(30%, 416px);
  }
}
.top-problem_image img {
  width: 100%;
  height: auto;
}

.top-problem_list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: min(100%, 850px);
  border: 3px solid #CFCFCF;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .top-problem_list {
    padding: 40px;
  }
}
.top-problem_list > li {
  font-size: clamp(1.4rem, 0.33rem + 1.4vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  list-style: none;
  padding-left: 2em;
  position: relative;
}
.top-problem_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  background-image: url("../img/page/top/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top-problem_list > li::before {
    width: 1.2em;
    height: 1.2em;
  }
}

/* solution
======================================================== */
.top-solution {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: linear-gradient(180deg, #FFF 0%, rgba(243, 247, 253, 0.7) 30.91%, #E7EFFB 78.85%, #CFE0F8 100%), url("../img/page/top/bg-solution.jpg");
  background-color: lightgray;
  background-position: top center, -626.612px 0px;
  background-size: cover, 166.875% 100%;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 768px) {
  .top-solution {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}

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

.top-solution_title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3188A5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: clamp(30px, 12.2px + 2.3vw, 40px);
  z-index: 0;
}
.top-solution_title::after {
  content: "";
  position: absolute;
  top: -60px;
  right: 0px;
  width: clamp(75px, -58.3px + 17.4vw, 150px);
  aspect-ratio: 150/120;
  background-image: url("../img/page/top/img-design_light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1) rotate(21deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-solution_title::after {
    top: -36px;
    right: -130px;
  }
}
.top-solution_title .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, -0.84rem + 3.7vw, 3.6rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  transform: skewX(-10deg);
}
@media screen and (min-width: 768px) {
  .top-solution_title .sub {
    margin-bottom: 8px;
  }
}
.top-solution_title .sub .small {
  font-size: clamp(2rem, 0.22rem + 2.3vw, 3rem);
}
.top-solution_title .dots {
  position: relative;
}
.top-solution_title .dots::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 10px;
  background-image: radial-gradient(circle 7px at 20% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%), radial-gradient(circle 7px at 50% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%), radial-gradient(circle 7px at 80% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%);
  background-repeat: no-repeat;
}
.top-solution_title .title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(3.2rem, -2.49rem + 7.4vw, 6.4rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  transform: skewX(-9.851deg);
  z-index: 0;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), rgba(247, 249, 116, 0.8) calc(100% - 10px), rgba(247, 249, 116, 0.8) 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-solution_title .title {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 20px), rgba(247, 249, 116, 0.8) calc(100% - 20px), rgba(247, 249, 116, 0.8) 100%);
  }
}

.top-solution_description {
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: clamp(30px, 12.2px + 2.3vw, 40px);
}

.top-solution_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 110px;
}
@media screen and (max-width: 768px) {
  .top-solution_wrapper {
    row-gap: 60px;
  }
}

.top-solution_plan {
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.top-solution_plan > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-solution_plan > li {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: calc((100% - 10px * 2) / 3);
  }
}
.top-solution_plan > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.top-solution_plan > li::after {
  content: "";
  position: absolute;
  bottom: clamp(-40px, 13.3px + -6.9vw, -70px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(100px, 36px + 8.3vw, 136px);
  height: clamp(20px, 2.2px + 2.3vw, 30px);
  background-image: linear-gradient(180deg, #D6C9B2 0%, #C2A878 46.54%, #BCA16E 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .top-solution_plan > li::after {
    display: none;
  }
}
.top-solution_plan::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  height: 30px;
  background-image: linear-gradient(180deg, #D6C9B2 0%, #C2A878 46.54%, #BCA16E 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .top-solution_plan {
    display: contents;
  }
  .top-solution_plan::after {
    display: none;
  }
  .top-solution_plan > li.sougo {
    order: 2;
  }
  .top-solution_plan > li.lp {
    order: 4;
  }
  .top-solution_plan > li.kaishu {
    order: 6;
  }
}

.top-solution_plan-link {
  width: 100%;
  background-color: #fff;
  border: 1px solid #BFD3EA;
  border-top: 10px solid;
  border-radius: 8px;
  padding: 14px 10px 24px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.sougo .top-solution_plan-link {
  border-top-color: #C69232;
}
.lp .top-solution_plan-link {
  border-top-color: #1F6F70;
}
.kaishu .top-solution_plan-link {
  border-top-color: #1C3A70;
}

.top-solution_plan-title {
  font-size: clamp(2rem, -0.13rem + 2.8vw, 3.2rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.sougo .top-solution_plan-title {
  color: #C69232;
}
.lp .top-solution_plan-title {
  color: #1F6F70;
}
.kaishu .top-solution_plan-title {
  color: #1C3A70;
  letter-spacing: -0.125em;
}

.top-solution_plan-description {
  font-weight: 700;
  line-height: 1.88;
  text-align: center;
}
.sougo .top-solution_plan-description {
  color: #C69232;
}
.lp .top-solution_plan-description {
  color: #1F6F70;
}
.kaishu .top-solution_plan-description {
  color: #1C3A70;
  letter-spacing: -0.125em;
}

.top-solution_plan-text {
  text-align: center;
  color: #3d4448;
}

.top-solution_message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 10px;
}
@media screen and (min-width: 768px) {
  .top-solution_message {
    padding: 24px 20px;
  }
}
.top-solution_message::after {
  content: "";
  position: absolute;
  bottom: clamp(-40px, 13.3px + -6.9vw, -70px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(100px, 36px + 8.3vw, 136px);
  height: clamp(20px, 2.2px + 2.3vw, 30px);
  background-image: linear-gradient(180deg, #D6C9B2 0%, #C2A878 46.54%, #BCA16E 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .top-solution_message {
    order: 1;
  }
}

.top-solution_message-icon {
  width: min(100%, clamp(100px, 11.1px + 11.6vw, 150px));
  height: auto;
}

.top-solution_message-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2.4rem, -1.87rem + 5.6vw, 4.8rem);
  color: #C2A878;
  font-weight: 600;
}
.top-solution_message-text .dots {
  position: relative;
}
.top-solution_message-text .dots::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 10px;
  background-image: radial-gradient(circle 7px at 20% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%), radial-gradient(circle 7px at 50% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%), radial-gradient(circle 7px at 80% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .top-solution_message-text .dots::before {
    height: 1.45vw;
  }
}
@media screen and (max-width: 768px) {
  .top-solution_message-text .dots::before {
    top: 0;
    background-image: radial-gradient(circle 5px at 20% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%), radial-gradient(circle 5px at 50% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%), radial-gradient(circle 5px at 80% 50%, #2DCBFF 0, #2DCBFF 50%, transparent 50%);
    background-repeat: no-repeat;
  }
}

.top-solution_problem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  grid-auto-rows: auto;
}
@media screen and (min-width: 768px) {
  .top-solution_problem {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-solution_problem > li {
  display: contents;
}
@media screen and (max-width: 768px) {
  .top-solution_problem {
    display: contents;
  }
}

.top-solution_problem-list {
  display: grid;
  grid-row: span 5;
  row-gap: 16px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 6px 20px 3px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .top-solution_problem-list {
    row-gap: 24px;
    padding: 30px 24px;
  }
}
.top-solution_problem-list.sougo {
  background-image: linear-gradient(0deg, rgba(198, 146, 50, 0.1) 0%, rgba(198, 146, 50, 0.1) 100%);
}
.top-solution_problem-list.lp {
  background-image: linear-gradient(0deg, rgba(31, 111, 112, 0.1) 0%, rgba(31, 111, 112, 0.1) 100%);
}
.top-solution_problem-list.kaishu {
  background-image: linear-gradient(0deg, rgba(28, 58, 112, 0.08) 0%, rgba(28, 58, 112, 0.08) 100%);
}
@media screen and (max-width: 768px) {
  .top-solution_problem-list.sougo {
    order: 3;
  }
  .top-solution_problem-list.lp {
    order: 5;
  }
  .top-solution_problem-list.kaishu {
    order: 7;
  }
}
.top-solution_problem-list > li {
  position: relative;
  padding-left: 30px;
  line-height: 1.88;
}
.top-solution_problem-list > li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 14px;
  mask-image: url("../img/page/top/icon-check.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/page/top/icon-check.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.top-solution_problem-list .strong {
  font-weight: 700;
}
.top-solution_problem-list.sougo > li::before {
  background-color: #C69232;
}
.top-solution_problem-list.sougo .strong {
  color: #C69232;
}
.top-solution_problem-list.lp > li::before {
  background-color: #1F6F70;
}
.top-solution_problem-list.lp .strong {
  color: #1F6F70;
}
.top-solution_problem-list.kaishu > li::before {
  background-color: #1C3A70;
}
.top-solution_problem-list.kaishu .strong {
  color: #1C3A70;
}
.top-solution_problem-list .note {
  font-size: clamp(1.1rem, 0.74rem + 0.5vw, 1.3rem);
  font-weight: 400;
  line-height: 1.5;
}

/* design
======================================================== */
.top-design {
  background-image: url("../img/page/top/bg-design.png");
  background-size: 1200px auto;
  background-position: center top;
  background-repeat: repeat;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 0;
}

.top-design_inner {
  position: relative;
  width: min(100%, 823px);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 6px 20px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .top-design_inner {
    padding: 40px;
  }
}
.top-design_inner::before {
  position: absolute;
  background-image: url("../img/page/top/img-design_pc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(clamp(40px, 4.4px + 4.6vw, 60px) * -1);
  left: calc(clamp(0px, -177.8px + 23.1vw, 100px) * -1);
  width: clamp(100px, -90.2px + 24.8vw, 207px);
  aspect-ratio: 207/187;
  content: "";
  z-index: 1;
}
.top-design_inner::after {
  position: absolute;
  background-image: url("../img/page/top/img-design_glass.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 245px;
  right: calc(clamp(20px, -122.2px + 18.5vw, 100px) * -1);
  width: clamp(100px, -100.9px + 26.2vw, 213px);
  aspect-ratio: 213/203;
  content: "";
  z-index: 2;
}

.top-design_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3188a5;
  margin-bottom: clamp(30px, 12.2px + 2.3vw, 40px);
}
.top-design_title .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, -0.84rem + 3.7vw, 3.6rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  transform: skewX(-10deg);
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .top-design_title .sub {
    margin-bottom: 8px;
  }
}
.top-design_title .sub .small {
  font-size: clamp(2rem, 0.22rem + 2.3vw, 3rem);
}
.top-design_title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3.2rem, -2.49rem + 7.4vw, 6.4rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  transform: skewX(-9.851deg);
}

.top-design_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin-bottom: clamp(40px, -2.7px + 5.6vw, 64px);
}

.top-design_text {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-design_text {
    line-height: 1.6;
  }
}
.top-design_text .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-design_text .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}
.top-design_text .strong {
  font-weight: 700;
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  font-weight: 600;
}

.top-design_service {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(20px, -15.6px + 4.6vw, 40px);
}

.top-design_service-title {
  position: relative;
  display: block;
  width: min(100%, 466px);
  height: auto;
}
.top-design_service-title::before {
  position: absolute;
  top: 0;
  left: -120px;
  width: min(13.75vw, 165px);
  aspect-ratio: 165/115;
  background-image: url("../img/page/top/img-design_light.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  transform: translateX(50px) rotate(45deg);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease-out;
}
.top-design_service-title.is-active::before {
  transform: translateX(0) rotate(-15deg);
  opacity: 1;
}

.top-design_service-text {
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  font-weight: 500;
  text-align: center;
}

.top-design_service-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .top-design_service-list {
    width: 100%;
    flex-direction: row;
  }
}

.top-design_service-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
}
.top-design_service-link::before {
  content: "";
  width: 12px;
  height: 15px;
  margin-right: 8px;
  background-color: #C69232;
  mask-image: url("../img/icons/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.top-design_service-link.sougo {
  color: #C69232;
}
.top-design_service-link.sougo::before {
  background-color: #C69232;
}
.top-design_service-link.lp {
  color: #1F6F70;
}
.top-design_service-link.lp::before {
  background-color: #1F6F70;
}
.top-design_service-link.kaishu {
  color: #1C3A70;
}
.top-design_service-link.kaishu::before {
  background-color: #1C3A70;
}

/* point
======================================================== */
.top-point {
  background-image: url("../img/page/top/bg-point.jpg");
  background-color: lightgray;
  background-size: 160px 120px;
  background-position: center top;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 60px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top-point {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

.top-point_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.top-point_list > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-point_list > li {
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: calc((100% - 30px * 2) / 3);
  }
}
@media screen and (min-width: 768px) {
  .top-point_list {
    flex-direction: row;
  }
}
.top-point_list > li {
  background-color: #F2F6FF;
  padding: clamp(16px, 1.8px + 1.9vw, 24px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.top-point_list-number {
  width: min(100%, 60px);
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
  display: block;
  background-color: #314B70;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: clamp(16px, 1.8px + 1.9vw, 24px);
}
@media screen and (min-width: 768px) {
  .top-point_list-number {
    width: min(100%, 100px);
    padding: 5px 20px;
  }
}

.top-point_list-title {
  font-size: clamp(2rem, -0.13rem + 2.8vw, 3.2rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: clamp(16px, 1.8px + 1.9vw, 24px);
}

.top-point_list-text {
  line-height: 1.88;
}
.top-point_list-text .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  font-weight: 700;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-point_list-text .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}

/* plan
======================================================== */
.top-plan {
  position: relative;
  background-color: #F2F6FF;
  padding-top: 80px;
  padding-bottom: 60px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top-plan {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
.top-plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/page/top/bg-plan.png");
  background-size: 800px 600px;
  background-position: center top;
  background-repeat: repeat;
  opacity: 0.32;
  z-index: -1;
}

.top-plan_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.top-plan_item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 70px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 12.2px + 2.3vw, 40px);
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-plan_item {
    padding: 85px 60px 60px;
  }
}
.top-plan_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}
.top-plan_item.sougo::before {
  background-color: #C69232;
}
.top-plan_item.lp::before {
  background-color: #1F6F70;
}
.top-plan_item.kaishu::before {
  background-color: #1C3A70;
}

.top-plan_item-price {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(100px, -122.2px + 28.9vw, 225px);
  height: clamp(100px, -122.2px + 28.9vw, 225px);
  background-color: #F7F974;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: "";
}

.top-plan_item-price-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Figtree", sans-serif;
  font-size: clamp(2rem, -5.82rem + 10.2vw, 6.4rem);
  font-weight: 600;
  line-height: 1;
  color: #314B70;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding-top: clamp(10px, -7.8px + 2.3vw, 20px);
  padding-right: clamp(10px, -7.8px + 2.3vw, 20px);
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .top-plan_item-price-text {
    align-items: flex-end;
    margin-left: 0;
    width: auto;
  }
}
.top-plan_item-price-text .small {
  display: block;
  font-size: clamp(1.2rem, -0.22rem + 1.9vw, 2rem);
}
.top-plan_item-price-text .xsmall {
  font-size: clamp(1rem, -0.07rem + 1.4vw, 1.6rem);
}

.top-plan_title {
  font-size: clamp(2rem, -0.84rem + 3.7vw, 3.6rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top-plan_title {
    margin-bottom: 0;
  }
}
.sougo .top-plan_title {
  color: #C69232;
}
.lp .top-plan_title {
  color: #1F6F70;
}
.kaishu .top-plan_title {
  color: #1C3A70;
}

.top-plan_subtitle {
  text-align: center;
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
}

.top-plan_description {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  line-height: 2.2;
  letter-spacing: 0.063em;
}
@media screen and (min-width: 768px) {
  .top-plan_description {
    text-align: center;
  }
}
.top-plan_description .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  font-weight: 700;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-plan_description .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}

.top-plan_list {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  align-items: center;
  width: min(100%, 1020px);
}
@media screen and (min-width: 768px) {
  .top-plan_list {
    padding: clamp(0px, -53.3px + 6.9vw, 30px);
    padding-bottom: 20px;
  }
}
.top-plan_list::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #C69232;
  margin-top: clamp(0px, -35.6px + 4.6vw, 20px);
}
.top-plan_list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  background-color: #FAFAFA;
  padding: clamp(16px, -8.9px + 3.2vw, 30px);
}
@media screen and (min-width: 768px) {
  .top-plan_list > li {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .top-plan_list > li:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.top-plan_list-image {
  flex-shrink: 0;
  width: clamp(150px, -27.8px + 23.1vw, 250px);
  height: clamp(150px, -27.8px + 23.1vw, 250px);
}
.top-plan_list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.top-plan_list-title {
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
.top-plan_list-title::first-letter {
  font-size: clamp(3.6rem, 1.47rem + 2.8vw, 4.8rem);
}
.sougo .top-plan_list-title::first-letter {
  color: #C69232;
}
.lp .top-plan_list-title::first-letter {
  color: #1F6F70;
}
.kaishu .top-plan_list-title::first-letter {
  color: #1C3A70;
}

.top-plan_list-text {
  position: relative;
  line-height: 1.88;
  margin-bottom: 1rem;
}
.top-plan_list-text .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  font-weight: 700;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-plan_list-text .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}

.top-plan_point {
  width: min(100%, 960px);
}
.top-plan_point > .top-plan_list-title {
  text-align: center;
}
.top-plan_point::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(40px, -20.4px + 7.9vw, 74px);
  background-color: #C69232;
}

.top-plan_point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.top-plan_point-list > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-plan_point-list > li {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: calc((100% - 40px * 1) / 2);
  }
}
.top-plan_point-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #C69232;
  border-radius: 4px;
  background-color: #fff;
  padding: clamp(16px, 1.8px + 1.9vw, 24px);
  box-shadow: 11px 12px 0 0 rgba(194, 168, 120, 0.7);
}
@media screen and (min-width: 768px) {
  .top-plan_point-list > li {
    min-height: 253px;
  }
}

.top-plan_point-label {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1.88;
  color: #C2A878;
}

.top-plan_point-title {
  font-size: clamp(1.8rem, 1.44rem + 0.5vw, 2rem);
  font-weight: 500;
  line-height: 1.88;
  margin-bottom: clamp(16px, 1.8px + 1.9vw, 24px);
}

.top-plan_point-text {
  line-height: 1.88;
}
.top-plan_point-text .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  font-weight: 700;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-plan_point-text .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}

.top-plan_case-wrapper {
  width: min(100%, 960px);
}
.top-plan_case-wrapper > .top-plan_list-title {
  text-align: center;
}

.top-plan_case {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
  margin-bottom: clamp(40px, -13.3px + 6.9vw, 70px);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.top-plan_case > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-plan_case > li {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: calc((100% - 40px * 1) / 2);
  }
}

.top-plan_case-item {
  display: block;
  padding: 15px 12px;
  background-color: #fff;
  box-shadow: 0 6px 20px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .top-plan_case-item {
    padding: 30px 24px;
    height: 100%;
  }
}

.top-plan_case-image {
  width: 100%;
  height: auto;
  aspect-ratio: 400/253;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #DDD;
  margin-bottom: clamp(16px, 1.8px + 1.9vw, 24px);
}
.top-plan_case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-plan_case-title {
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  font-weight: 500;
  margin-bottom: 24px;
  color: #3d4448;
}

.top-plan_case-subtitle {
  color: #3d4448;
}
.top-plan_case-subtitle::before {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  color: #C2A878;
}
.top-plan_case-subtitle::after {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  color: #C2A878;
}

.top-plan_case-text {
  color: #3d4448;
}

.top-plan_case-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-plan_case-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  min-width: min(100%, 320px);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: clamp(1.8rem, 1.44rem + 0.5vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  transition: opacity 0.3s ease;
}
.top-plan_case-button:hover {
  opacity: 0.9;
}
.top-plan_case-button::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sougo .top-plan_case-button {
  background-color: #C69232;
}
.lp .top-plan_case-button {
  background-color: #1F6F70;
}
.kaishu .top-plan_case-button {
  background-color: #1C3A70;
}

.top-plan_point-list.kaishu {
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.top-plan_point-list.kaishu > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-plan_point-list.kaishu > li {
    -moz-column-gap: 23px;
         column-gap: 23px;
    width: calc((100% - 23px * 2) / 3);
  }
}
.top-plan_point-list.kaishu > li {
  height: auto;
  box-shadow: 7px 7px 0 0 rgba(194, 168, 120, 0.7);
}
@media screen and (min-width: 768px) {
  .top-plan_point-list.kaishu > li {
    min-height: 138px;
    height: auto;
    box-shadow: 7px 7px 0 0 rgba(194, 168, 120, 0.7);
  }
}

.top-plan_point-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kaishu .top-plan_point-content {
  gap: 0;
}

.top-plan_point-title_kaishu {
  font-weight: 700;
  line-height: 1.88;
}

.top-plan_note {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.8px + 1.9vw, 24px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-plan_note {
    text-align: center;
  }
}

.top-plan_note-text {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 1px;
}
.top-plan_note-text .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  font-weight: 700;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-plan_note-text .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}

.top-plan_note-budget {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.8px;
}
.top-plan_note-budget .highlight {
  position: relative;
  display: inline;
  z-index: 0;
  font-weight: 700;
  padding: 3px 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #F7F974 calc(100% - 5px), #F7F974 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .top-plan_note-budget .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #F7F974 calc(100% - 10px), #F7F974 100%);
  }
}

/* flow
======================================================== */
.top-flow {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/page/top/bg-flow.png);
  background-size: 285px 248px;
  background-position: top;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .top-flow {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top-flow .top-title .sub {
  font-size: clamp(2.4rem, 0.27rem + 2.8vw, 3.6rem);
  letter-spacing: 0.03em;
}

.top-flow_description {
  line-height: 1.8;
  text-align: center;
  margin-bottom: clamp(40px, -31.1px + 9.3vw, 80px);
}

.top-flow_list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(40px, -59.6px + 13vw, 96px);
}
.top-flow_list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  background-color: #f2f6ff;
  border-radius: 4px;
  padding: 24px 12px;
}
@media screen and (min-width: 768px) {
  .top-flow_list > li {
    flex-direction: row;
    padding: 40px;
  }
}
.top-flow_list > li:not(:last-child)::after {
  position: absolute;
  bottom: calc(-1 * clamp(25px, -10.6px + 4.6vw, 45px));
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: clamp(75px, -37px + 14.6vw, 138px);
  height: clamp(16px, 3.6px + 1.6vw, 23px);
  background-color: #D9D9D9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.top-flow_list-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(100px, -77.8px + 23.1vw, 200px);
  height: clamp(100px, -77.8px + 23.1vw, 200px);
  flex-shrink: 0;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .top-flow_list-image {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.top-flow_list-image img {
  width: clamp(60px, -11.1px + 9.3vw, 100px);
  height: 100%;
  aspect-ratio: 100/75;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-flow_list-step {
  display: inline-block;
  background-color: #314B70;
  text-align: center;
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
  color: #fff;
  width: min(100%, clamp(75px, 30.6px + 5.8vw, 100px));
  padding: 4px 10px;
  border-radius: 50px;
}

.top-flow_list-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  line-height: 1.7;
}
.top-flow_list-title .title {
  font-size: clamp(1.8rem, -0.69rem + 3.2vw, 3.2rem);
  font-weight: 500;
}
.top-flow_list-title .sub {
  font-size: clamp(1.8rem, 1.44rem + 0.5vw, 2rem);
  font-weight: 500;
}

.top-flow_list-text {
  line-height: 1.88;
}
.top-flow_list-text .strong {
  font-weight: 700;
}
.top-flow_list-text .note {
  text-decoration: underline;
}

/* price
======================================================== */
.top-price {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/page/top/bg-price.png);
  background-size: 1440px 1109px;
  background-position: top center;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .top-price {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top-price > * {
  position: relative;
  z-index: 1;
}

.top-price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  -moz-column-gap: clamp(10px, -25.6px + 4.6vw, 30px);
       column-gap: clamp(10px, -25.6px + 4.6vw, 30px);
}
.top-price_list > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-price_list > li {
    -moz-column-gap: clamp(10px, -25.6px + 4.6vw, 30px);
         column-gap: clamp(10px, -25.6px + 4.6vw, 30px);
    width: calc((100% - clamp(10px, -25.6px + 4.6vw, 30px) * 2) / 3);
  }
}
.top-price_list > li {
  background-color: #fff;
  padding: 20px 16px 0;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .top-price_list > li {
    padding: 50px 24px 20px;
  }
}
.top-price_list > li.sougo {
  border-top: 10px solid #C69232;
}
.top-price_list > li.lp {
  border-top: 10px solid #1F6F70;
}
.top-price_list > li.kaishu {
  border-top: 10px solid #1C3A70;
}

.top-price_title {
  font-size: clamp(2rem, -0.13rem + 2.8vw, 3.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.sougo .top-price_title {
  color: #C69232;
}
.lp .top-price_title {
  color: #1F6F70;
}
.kaishu .top-price_title {
  color: #1C3A70;
}
.top-price_title .small {
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
  font-weight: 700;
}

.top-price_text {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: clamp(1.6rem, 0.89rem + 0.9vw, 2rem);
  text-align: center;
  color: #C2A878;
  margin-bottom: clamp(30px, -5.6px + 4.6vw, 50px);
}
.top-price_text .xlarge {
  font-size: clamp(4.8rem, 1.96rem + 3.7vw, 6.4rem);
  color: #C2A878;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
.top-price_text .text {
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  line-height: 1;
}
.top-price_text .medium {
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  font-weight: 900;
  color: #C2A878;
  line-height: 1;
}

.top-price_list-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.top-price_list-item > dt {
  width: min(100%, clamp(100px, 64.4px + 4.6vw, 120px));
  font-size: clamp(1.2rem, 0.49rem + 0.9vw, 1.6rem);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 4px 10px;
}
.sougo .top-price_list-item > dt {
  background-color: #C69232;
}
.lp .top-price_list-item > dt {
  background-color: #1F6F70;
}
.kaishu .top-price_list-item > dt {
  background-color: #1C3A70;
}
.top-price_list-item > dd {
  line-height: 1.88;
}

/* director
======================================================== */
.top-director {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../img/page/top/bg-director.png);
  background-size: 1440px 728px;
  background-position: top center;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .top-director {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

.top-director_image {
  width: min(100%, 180px);
  height: auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .top-director_image {
    width: min(100%, 200px);
  }
}

.top-director_title {
  font-size: clamp(1.8rem, -0.69rem + 3.2vw, 3.2rem);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}

.top-director_name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.top-director_name .name {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}
.top-director_text {
  text-align: left;
  line-height: 1.88;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top-director_text {
    text-align: center;
  }
}

.top-director_book {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .top-director_book {
    flex-direction: row;
  }
}
.top-director_book .icon-book {
  position: relative;
  text-decoration: none;
  color: #3d4448;
}
@media screen and (min-width: 768px) {
  .top-director_book .icon-book {
    padding-left: 30px;
  }
}
.top-director_book .icon-book::before {
  position: absolute;
  top: -20px;
  left: -60px;
  content: "";
  display: block;
  width: clamp(60px, -28.9px + 11.6vw, 110px);
  height: clamp(60px, -28.9px + 11.6vw, 110px);
  background-image: url("../img/page/top/img-director_book.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top-director_book .icon-book::before {
    top: -50px;
    left: -70px;
  }
}
.top-director_book .link {
  color: #3d4448;
  text-decoration: underline;
  line-height: 1.5;
}

.top-director_title {
  font-size: clamp(2.4rem, 0.98rem + 1.9vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.019em;
}

.top-director_promise {
  margin-top: clamp(40px, -31.1px + 9.3vw, 80px);
  width: 100%;
}

.top-director_promise-text {
  text-align: center;
  line-height: 1.88;
  margin-bottom: 24px;
}

.top-director_promise-list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.top-director_promise-list > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-director_promise-list > li {
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: calc((100% - 24px * 2) / 3);
  }
}
@media screen and (min-width: 768px) {
  .top-director_promise-list {
    flex-direction: row;
  }
}
.top-director_promise-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  padding: 40px 24px;
  border: 1px solid #C2A878;
}
.top-director_promise-list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.top-director_promise-list > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(3.23deg);
  width: calc(100% + 7px);
  height: 100%;
  background-image: linear-gradient(to bottom, #d6c9b2 0%, #c2a878 46.542%, #bca16e 99.897%);
  z-index: 0;
}
.top-director_promise-list > li > * {
  position: relative;
  z-index: 2;
}
.top-director_promise-list > li .label {
  font-weight: 400;
  color: #C2A878;
  line-height: 1.88;
}
.top-director_promise-list > li .text {
  line-height: 1.88;
  text-align: center;
}
.top-director_promise-list > li .strong {
  font-weight: 700;
}

/* faq
======================================================== */
.top-faq {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F2F6FF;
  background-size: 34px 34px;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .top-faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top-faq .top-title .sub {
  font-size: clamp(2.4rem, 0.27rem + 2.8vw, 3.6rem);
  letter-spacing: 0.03em;
}

.top-faq_list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.top-faq_list > li {
  border-radius: 4px;
  background-color: #fff;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .top-faq_list > li {
    padding: 20px 24px;
  }
}

.top-faq_list-question {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .top-faq_list-question {
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding-right: 0;
  }
}
.top-faq_list-question::before, .top-faq_list-question::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #3d4448;
  transition: transform 0.3s ease;
}
.top-faq_list-question::before {
  transform: translateY(-50%) rotate(-135deg);
  right: 5px;
}
.top-faq_list-question::after {
  transform: translateY(-50%) rotate(135deg);
  right: -5px;
}
.top-faq_list-question.active::before, .top-faq_list-question.active::after {
  width: 20px;
  height: 2px;
  right: 0;
  top: 50%;
}
.top-faq_list-question.active::before {
  transform: translateY(-50%) rotate(45deg);
}
.top-faq_list-question.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.top-faq_list-question .number {
  width: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.8rem, 2.09rem + 0.9vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  color: #314B70;
}
@media screen and (min-width: 768px) {
  .top-faq_list-question .number {
    width: 70px;
  }
}
.top-faq_list-question .question {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.7;
}

.top-faq_list-answer {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .top-faq_list-answer {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.top-faq_list-answer.active {
  max-height: 200px;
  padding-top: 16px;
}
.top-faq_list-answer .number {
  width: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.8rem, 2.09rem + 0.9vw, 3.2rem);
  font-weight: 700;
  color: #C2A878;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-faq_list-answer .number {
    width: 70px;
  }
}
.top-faq_list-answer .answer {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  line-height: 1.7;
  flex: 1;
}

/* company
======================================================== */
.top-company {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../img/page/top/bg-point.jpg");
  background-color: lightgray;
  background-size: 160px 120px;
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .top-company {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.top-company_content {
  width: min(100%, 850px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(40px, -31.1px + 9.3vw, 80px);
}

.top-company_table {
  width: 100%;
  border-collapse: collapse;
}
.top-company_table tr {
  border-top: 1px solid #CFCFCF;
}
.top-company_table tr:last-child {
  border-bottom: 1px solid #CFCFCF;
}
.top-company_table th {
  width: 35%;
  padding: 16px 10px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-company_table th {
    width: 35%;
    padding: 20px 11%;
  }
}
.top-company_table td {
  padding: 16px 10px 16px 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .top-company_table td {
    padding: 20px 20px 20px 0;
  }
}

/* contact
======================================================== */
.top-contact {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F2F8FF;
}
@media screen and (min-width: 768px) {
  .top-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.top-contact_content {
  width: min(100%, 850px);
  margin-left: auto;
  margin-right: auto;
}
.top-contact_content input[type=text],
.top-contact_content input[type=email],
.top-contact_content input[type=tel],
.top-contact_content input[type=url],
.top-contact_content input[type=password],
.top-contact_content input[type=search],
.top-contact_content input[type=number],
.top-contact_content input[type=date],
.top-contact_content input[type=time],
.top-contact_content input[type=datetime-local],
.top-contact_content input[type=month],
.top-contact_content input[type=week],
.top-contact_content textarea,
.top-contact_content select {
  border-radius: 8px !important;
  padding: 1.2rem;
}
.top-contact_content .smf-form__field input[type=text],
.top-contact_content .smf-form__field input[type=email],
.top-contact_content .smf-form__field input[type=tel],
.top-contact_content .smf-form__field input[type=url],
.top-contact_content .smf-form__field input[type=password],
.top-contact_content .smf-form__field input[type=search],
.top-contact_content .smf-form__field input[type=number],
.top-contact_content .smf-form__field input[type=date],
.top-contact_content .smf-form__field input[type=time],
.top-contact_content .smf-form__field input[type=datetime-local],
.top-contact_content .smf-form__field input[type=month],
.top-contact_content .smf-form__field input[type=week],
.top-contact_content .smf-form__field textarea,
.top-contact_content .smf-form__field select {
  border-radius: 8px !important;
}
.top-contact_content .smf-select-control {
  width: 100%;
}
.top-contact_content .smf-select-control .smf-select-control__control {
  width: 100% !important;
}
.top-contact_content .smf-radio-buttons-control .smf-label {
  margin-bottom: 1.1rem;
}
.top-contact_content .smf-radio-buttons-control .smf-label:last-child {
  margin-bottom: 0;
}
.top-contact_content .smf-radio-button-control__control,
.top-contact_content .smf-checkbox-control__control {
  width: 18px;
  height: 18px;
  border-color: #333;
}
.top-contact_content .smf-button-control__control {
  background-color: #314B70;
  background-image: none;
  color: #fff;
  border: none;
  padding: 2rem 4rem;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.top-contact_content .smf-button-control__control:hover {
  background-color: #C2A878;
  transform: translateY(2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.top-contact_content .smf-button-control__control:active {
  transform: translateY(0);
}
.top-contact_content .smf-item {
  padding: 0.8rem 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .top-contact_content .smf-item {
    padding: 1.2rem 0;
  }
}
.top-contact_content .smf-item:has(input[data-validations*=required], select[data-validations*=required], [data-validations*=required]):not(:has(input[name*=policy])) .smf-item__label__text::after {
  content: "※必須";
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
  font-weight: normal;
  margin-left: 20px;
}

/* 共通部分 */
.case-detail .l-inner_page {
  background-color: #FDFDFD;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .case-detail .l-inner_page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.case-detail_inner {
  width: min(100%, 890px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FDFDFD;
}

.case-detail_header {
  margin-bottom: 40px;
}
.case-detail_header .c-post_category {
  display: inline-block;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  margin-bottom: 16px;
}
.case-detail_header .c-post_municipality {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
}
.case-detail_header .c-post_title {
  font-size: clamp(2.4rem, 0.98rem + 1.9vw, 3.2rem);
}

.case-detail_content .c-post_thumbnail {
  width: 100%;
}
.case-detail_content .c-post_thumbnail img {
  transition: none;
}
.case-detail_content .c-post_thumbnail:hover img {
  transform: none;
}
.case-detail_content .c-post_point {
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  margin-bottom: 20px;
}
.case-detail_content .c-post_point::before {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  color: #C2A878;
}
.case-detail_content .c-post_point::after {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  color: #C2A878;
}
.case-detail_content .c-post_point-detail {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
}

.case-detail_article {
  margin-top: 40px;
}
.case-detail_article h2 {
  font-size: clamp(2rem, 1.29rem + 0.9vw, 2.4rem);
  margin-top: 40px;
  margin-bottom: 20px;
}
.case-detail_article h2:first-child {
  margin-top: 0;
}
.case-detail_article h2::before {
  content: "◆";
  display: inline-block;
  font-size: clamp(2rem, 1.29rem + 0.9vw, 2.4rem);
  color: #C2A878;
}
.case-detail_article h2::after {
  content: "◆";
  display: inline-block;
  font-size: clamp(2rem, 1.29rem + 0.9vw, 2.4rem);
  color: #C2A878;
}
.case-detail_article h3 {
  font-size: clamp(1.8rem, 1.44rem + 0.5vw, 2rem);
  margin-top: 32px;
  margin-bottom: 16px;
}
.case-detail_article h3::before {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.8rem, 1.44rem + 0.5vw, 2rem);
  color: #C2A878;
}
.case-detail_article h3::after {
  content: "◆";
  display: inline-block;
  font-size: clamp(1.8rem, 1.44rem + 0.5vw, 2rem);
  color: #C2A878;
}
.case-detail_article h4 {
  font-size: clamp(1.6rem, 1.24rem + 0.5vw, 1.8rem);
  margin-top: 24px;
  margin-bottom: 12px;
}
.case-detail_article h5, .case-detail_article h6 {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  margin-top: 20px;
  margin-bottom: 12px;
}
.case-detail_article p {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  line-height: 1.8;
  color: #3d4448;
  margin-top: 16px;
  margin-bottom: 16px;
}
.case-detail_article p:first-child {
  margin-top: 0;
}
.case-detail_article p:last-child {
  margin-bottom: 0;
}
.case-detail_article ul, .case-detail_article ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 24px;
}
.case-detail_article ul {
  list-style-type: disc;
}
.case-detail_article ol {
  list-style-type: decimal;
}
.case-detail_article li {
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  line-height: 1.8;
  color: #3d4448;
  margin-top: 8px;
  margin-bottom: 8px;
}
.case-detail_article li:first-child {
  margin-top: 0;
}
.case-detail_article li:last-child {
  margin-bottom: 0;
}
.case-detail_article a {
  color: #3188A5;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.case-detail_article a:hover {
  opacity: 0.7;
}
.case-detail_article strong, .case-detail_article b {
  font-weight: 700;
  color: #3d4448;
}
.case-detail_article em, .case-detail_article i {
  font-style: italic;
}
.case-detail_article blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #C2A878;
  background-color: #f9f9f9;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  line-height: 1.8;
  color: #3d4448;
}
.case-detail_article blockquote p {
  margin: 0;
}
.case-detail_article blockquote p:not(:last-child) {
  margin-bottom: 12px;
}
.case-detail_article figure {
  margin: 24px 0;
}
.case-detail_article figure img {
  width: 100%;
  height: auto;
  display: block;
}
.case-detail_article figcaption {
  font-size: clamp(1.2rem, 0.84rem + 0.5vw, 1.4rem);
  color: #3d3b54;
  text-align: center;
  margin-top: 8px;
}
.case-detail_article table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
}
.case-detail_article th, .case-detail_article td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
}
.case-detail_article th {
  background-color: #f5f5f5;
  font-weight: 700;
  color: #3d4448;
}
.case-detail_article hr {
  margin: 32px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.case-detail_article code {
  font-family: monospace;
  font-size: clamp(1.3rem, 0.94rem + 0.5vw, 1.5rem);
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  color: #3d4448;
}
.case-detail_article pre {
  margin: 24px 0;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
  font-size: clamp(1.3rem, 0.94rem + 0.5vw, 1.5rem);
  line-height: 1.6;
}
.case-detail_article pre code {
  background-color: transparent;
  padding: 0;
}
.case-detail_article .wp-block-image {
  margin: 24px 0;
}
.case-detail_article .wp-block-quote {
  margin: 24px 0;
}
.case-detail_article .wp-block-table {
  margin: 24px 0;
}

.case-detail_button-wrappper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.case-detail_button {
  display: flex;
  align-items: center;
  color: #314B70;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  background-color: #F2F6FF;
  padding: 10px 60px;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.case-detail_button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  vertical-align: middle;
}
.case-detail_button:hover {
  transform: translateY(3px);
  transition: transform 0.3s ease;
}

.case-detail_url-wrapper {
  margin-top: 40px;
}

.case-detail_url {
  color: #314B70;
  font-size: clamp(1.4rem, 1.04rem + 0.5vw, 1.6rem);
  font-weight: 700;
  text-decoration: underline;
}

.case-filter_body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .case-filter_body {
    row-gap: 16px;
  }
}

.case-filter_categories {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 768px) {
  .case-filter_categories {
    flex-direction: row;
  }
}

.case-filter_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.case-filter_title {
  width: 10em;
  margin-bottom: 10px;
  color: #314B70;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case-filter_title {
    margin-right: 10px;
    padding-top: 10px;
  }
}

.case-filter_item {
  background-color: #F2F6FF;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  color: #314B70;
}
@media screen and (min-width: 768px) {
  .case-filter_item {
    padding: 10px 30px;
  }
}
.case-filter_item.active {
  background-color: #D9E6FF;
}

/* privacy
======================================================== */
.privacy-inner {
  width: min(100%, 1240px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 120px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .privacy-inner {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.privacy-title {
  font-size: clamp(2.4rem, 0.27rem + 2.8vw, 3.6rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 60px;
}

.privacy-content {
  margin-bottom: 40px;
}

.privacy-subtitle {
  font-size: clamp(1.8rem, 0.73rem + 1.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 20px;
}

.privacy-text {
  font-size: clamp(1.4rem, 1.22rem + 0.2vw, 1.5rem);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.privacy-text.bold {
  font-weight: 700;
}
.privacy-text.space {
  margin-bottom: 2rem;
}
.privacy-text a {
  color: #3d4448;
  text-decoration: underline;
}

.privacy-list {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .privacy-list {
    padding-left: 3rem;
  }
}
.privacy-list li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
/*# sourceMappingURL=maps/style.css.map */
