@charset "UTF-8";
a[href].btn {
  display: block;
  padding: 2rem 4rem;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 600;
  background-color: #143d73;
  border: 1px solid #dddddd;
  color: #fff;
  text-align: center;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  a[href].btn {
    margin-inline: auto;
  }
}
a[href].btn:hover {
  background-color: #fff;
  color: #143d73;
}
a[href].btn.-inversion {
  background-color: #fff;
  color: #ff9000;
}
a[href].btn.-inversion:hover {
  background-color: #ff9000;
  color: #fff;
}

.btn-primary {
  margin-inline: auto;
}

.btn-secondary[href].btn {
  opacity: 0.9;
  background-color: #ff9000;
}
.btn-secondary[href].btn:hover {
  background-color: #fff;
  color: #ff9000;
}

/*初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
select,
option,
textarea,
p,
table,
th,
tr,
td,
figure,
img {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
  list-style: none;
  font-weight: normal;
  font-size: 100%;
  border: none;
}

*:before, *:after {
  transition: 0.2s;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: 0.2s;
  line-height: 1em;
}

img {
  height: auto;
  line-height: 1em;
  vertical-align: top;
}

summary {
  display: block;
  cursor: pointer;
  outline: none;
}
summary::-webkit-details-marker {
  display: none;
}

select option {
  padding: 0 5px;
}

form label {
  cursor: pointer;
}

input,
textarea,
select,
option {
  font-size: 100%;
  font-family: inherit;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}

input:focus,
textarea:focus {
  outline: none;
}

::-moz-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=submit] {
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}
input[type=submit]:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
body.open {
  overflow: hidden;
  height: 100%;
}
body * {
  box-sizing: border-box;
}

a {
  cursor: pointer;
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}

.clist {
  display: flex;
  flex-wrap: wrap;
}

.sp,
.none {
  display: none;
}

.pc {
  display: block;
}

p.err {
  width: 100%;
  color: #f00;
  font-weight: bold;
}

.mf-frame {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/***************************************************/
header {
  position: relative;
  z-index: 9999;
}
header .mf-inner {
  padding: 20px;
}
header p {
  line-height: 1em;
  font-weight: bold;
  font-size: 3em;
}
header .smbtn {
  display: none;
}

/***************************************************/
#mainvis {
  background: #eee;
}
#mainvis .mf-inner {
  padding: 50px 0;
}
#mainvis h1 {
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
}

/***************************************************/
#pankuzu {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
#pankuzu ul {
  font-size: 0.88em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5em;
  color: #333;
}
#pankuzu ul li:after {
  content: ">";
  padding: 0 10px;
}
#pankuzu ul li:last-child:after {
  display: none;
}
#pankuzu ul li a {
  text-decoration: underline;
}
#pankuzu ul li a:hover {
  text-decoration: none;
}

/***************************************************/
#cfooter {
  background: #ccc;
}
#cfooter .mf-inner {
  padding: 40px 0;
}

#footer .mf-inner {
  padding: 40px 0;
}
#footer p {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

.copy {
  display: block;
  text-align: center;
  font-size: 0.82em;
}

/****ページTOP***********************************************/
#pagetop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  max-height: 70px;
  width: 10vw;
  height: 10vw;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 999;
}
#pagetop:before {
  content: "";
  display: block;
  max-width: 15px;
  max-height: 15px;
  width: 2vw;
  height: 2vw;
  border: #fff solid;
  border-width: 5px 5px 0 0;
  transform: rotate(-45deg);
}
#pagetop:hover {
  opacity: 0.7;
}

/****電話***********************************************/
#telpopup-frame {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

#telpopup-frame-inner {
  position: fixed;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#telpopup-gotel {
  background: #1d95d4;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 20px;
  color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.65);
}

#telpopup-shop {
  font-size: 1.2em;
}

#telpopup-gotel img {
  vertical-align: baseline;
}
#telpopup-gotel a {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

#telpopup-stelb {
  padding: 2vw 0 0 0;
}

#telpopup-close {
  padding: 4vw 0 0 0;
}
#telpopup-close a {
  font-size: 0.9em;
  line-height: 1;
  background: #ddd;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 3vw 0;
  color: #333;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0px;
}

.tellink {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  html {
    overflow: auto;
    height: 100%;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
    background-image: none;
    font-size: 1.5em;
  }
  img {
    max-width: 100%;
    height: auto !important;
  }
  .mf-frame {
    width: auto;
  }
  /***************************************************/
  #header {
    position: relative;
  }
  #header .mf-inner {
    padding: 2vw 3vw;
  }
  #header p {
    max-width: 245px;
    width: 38.28vw;
  }
  /***************************************************/
  #mainvis .mf-inner {
    padding: 10vw 5vw;
  }
  #mainvis h1 {
    font-size: 1.6em;
    margin: 0 0 3vw 0;
  }
  #mainvis h1 + span {
    font-size: 1em;
  }
  /***************************************************/
  #pankuzu {
    width: auto;
    padding: 2vw;
    margin: 0 0 5vw 0;
  }
  #pankuzu ul {
    width: auto;
  }
  #pankuzu ul li:after {
    padding: 0 1vw;
  }
  /***************************************************/
  #cfooter {
    display: none;
  }
  #footer .mf-frame {
    width: auto;
  }
  #footer .mf-inner {
    padding: 10vw 5vw 2vw 5vw;
  }
  #footer .clist {
    display: block;
  }
  #footer img {
    max-width: 245px;
    width: 32.67vw;
  }
  #footer .clist p {
    margin: 0 0 3vw 0;
    line-height: 1.5em;
  }
  #footer .clist dl {
    width: auto;
    display: block;
    line-height: 1.8em;
  }
  #footer .clist dl dt {
    font-weight: bold;
    width: auto;
    text-align: left;
    margin: 0;
  }
  #footer ul {
    font-size: 0.8em;
    display: flex;
    justify-content: center;
  }
  #footer ul li {
    margin: 0 1vw;
  }
  #footer ul li a {
    text-decoration: underline;
  }
  .copy {
    margin: 3vw 0 0 0;
  }
  /****ページTOP***********************************************/
  #pagetop {
    font-size: 0.67em;
    right: 3vw;
    bottom: 3vw;
  }
  #pagetop:before {
    border-width: 0.67vw 0.67vw 0 0;
  }
  /****電話***********************************************/
  .tellink {
    pointer-events: auto;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 4.06vw;
  }
  #pagetop:before {
    border-width: 0.78vw 0.78vw 0 0;
  }
}
:root {
  --max: 1280px;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.7;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.6rem;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(20px) saturate(150%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.3019607843);
  background-color: rgba(244, 242, 238, 0.3019607843);
}

.site-header .container {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 1rem;
}

.logo {
  max-width: 200px;
}
@media (max-width: 1170px) {
  .logo {
    min-width: 150px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: 130px;
  }
}
.logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.global-nav a {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

.footer-nav a {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-nav a:hover {
  color: #143d73;
  text-decoration: none !important;
}

.global-nav a:hover,
.footer-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.header-cta,
.cta-group,
.cta-inline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.global-flex {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.global-nav {
  display: grid;
  place-items: center;
}
.global-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .global-nav ul {
    gap: 0.5rem;
    width: 100%;
    padding-left: 1.6rem;
  }
}
.global-nav ul li + * {
  position: relative;
}
.global-nav ul li + *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.6rem;
  background-color: #333;
}
@media (max-width: 1024px) {
  .global-nav ul li + *::before {
    display: none;
  }
}
.global-nav ul li + * {
  padding-left: 4px;
}
.global-nav a {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1170px) {
  .global-nav a {
    font-size: 1.3rem;
  }
}
.global-nav a:hover {
  color: #143d73;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 4rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
  }
  .global-nav ul {
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
    align-items: start;
  }
  .global-nav a {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block !important;
  }
}

.hamburger {
  display: none;
  width: 16px;
  height: 14px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  bottom: 0;
}

body.menu-open .global-nav {
  opacity: 1;
  visibility: visible;
}
body.menu-open .hamburger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.menu-open .hamburger span:nth-child(2) {
  opacity: 0;
}
body.menu-open .hamburger span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.hero {
  background-color: #c8e5f7;
}
@media (max-width: 767px) {
  .hero {
    padding: 0;
  }
}
.hero .cta-group {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .hero .cta-group a[href] {
    margin-inline: auto;
  }
}
.hero-content {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .hero-content {
    padding-top: 3rem;
  }
}

@media (max-width: 900px) {
  .hero .container {
    grid-template-columns: 1fr;
  }
}
.hero-trust {
  font-size: 16px;
  opacity: 0.85;
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .hero-trust {
    max-width: 600px;
  }
}

.hero-media {
  width: 100%;
  height: 750px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-media {
    height: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin-inline: -1.6rem;
    width: calc(100% + 3.2rem) !important;
  }
}
@media (min-width: 768px) {
  .hero-media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, #c8e5f7, transparent);
    pointer-events: none;
  }
}

body .hero-media img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section {
  padding: 8rem 0;
  background-color: #fcfcfc;
}
@media (max-width: 767px) {
  .section {
    padding: 4rem 0;
  }
}
.section-title {
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.4rem;
    text-align: left;
  }
}
.section-title + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section-title + * {
    margin-top: 2rem;
  }
}
.section-title.-left {
  text-align: left;
}
.section-lead {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-lead {
    text-align: left;
    margin-top: 1.6rem;
  }
}
.section-lead + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section-lead + * {
    margin-top: 2rem;
  }
}
.section-note {
  text-align: center;
}
@media (max-width: 767px) {
  .section-note {
    text-align: left;
  }
}

.problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .problem-list {
    gap: 0.8rem;
  }
}
.problem-list li {
  border: 1px solid #dddddd;
  padding: 2.4rem;
  border-radius: 1.6rem;
  width: 350px;
  background-color: #fdfdfd;
  color: #333;
  display: grid;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .problem-list li {
    width: 100%;
  }
}
.problem-list li:nth-of-type(2n) figure {
  order: 1;
}
.problem-list li figure {
  width: 100%;
  margin-bottom: -2.4rem;
  aspect-ratio: 1599/2023;
  max-width: 80px;
}
.problem-list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.problem-list li:nth-of-type(n + 4) figure {
  max-width: auto !important;
}
.problem-list li p {
  font-weight: bold;
}
.problem-list + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .problem-list + * {
    margin-top: 2rem;
  }
}

.feature-grid,
.case-list,
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 780px) {
  .feature-grid,
  .case-list,
  .post-grid {
    grid-template-columns: 1fr;
  }
}
.feature-card,
.case-card,
.post-card,
.pricing-box {
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.feature-title,
.case-title {
  margin: 0 0 6px;
  font-size: 18px;
}

.cta-note {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 16px;
}

.site-footer {
  padding-top: 32px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #c8e5f7;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 2.4rem;
    padding-bottom: 6rem;
  }
}

small {
  opacity: 0.75;
}

.header-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header-btn.btn[href] {
  min-width: 200px;
  padding: 1.6rem 2.8rem;
  font-size: 1.6rem;
  background-color: #ff9000;
}
.header-btn.btn[href]:hover {
  color: #ff9000;
}
@media (max-width: 1170px) {
  .header-btn.btn[href] {
    min-width: 130px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero::before {
    content: "";
    display: block;
    background-image: url(../img/mv-line.png);
    background-size: contain;
    height: 150px;
    aspect-ratio: 500/123;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero::before {
    height: 125px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero::after {
    content: "";
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    background-image: url(../img/computer.png);
    aspect-ratio: auto;
    width: 410px;
    aspect-ratio: 1653/1170;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero::after {
    width: 300px;
  }
}
.hero-kicker {
  font-size: 1.8rem;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hero-kicker {
    font-size: 2rem;
  }
}
.hero-title {
  font-size: clamp(28px, 4.5vw, 6rem);
  font-size: clamp(28px, 5vw, 6rem);
  font-weight: bold;
  line-height: 1.3;
  color: #143d73;
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 4rem;
  }
}
.hero-title + * {
  margin-top: 1rem;
}
.hero-subtitle {
  font-size: 3.2rem;
  font-weight: bold;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 2rem;
  }
}
.hero-subtitle + * {
  margin-top: 12px;
}
.hero-media {
  width: 100%;
}
@media (min-width: 1300px) {
  .hero-media {
    width: 165%;
  }
}
.hero .container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  height: 750px;
}
@media (min-width: 798px) {
  .hero .container {
    padding-right: 0;
    max-width: 1300px !important;
  }
}
@media (max-width: 767px) {
  .hero .container {
    grid-template-columns: 1fr;
    height: auto;
  }
}

.cta-group {
  display: grid;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .cta-group {
    margin-top: 2rem;
  }
}
.cta-group.-col2 {
  grid-template-columns: repeat(2, 320px);
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-group.-col2 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 778px) {
  .cta-group .btn.btn-primary {
    margin-left: 0;
  }
}
.cta-inline {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-inline {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

.features {
  background-color: #c8e5f7;
}

.feature-title {
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .feature-title {
    font-size: 2rem;
  }
}
.feature-grid {
  grid-template-columns: 1fr;
  gap: 2.4rem;
  max-width: 1020px;
  margin-inline: auto;
}
.feature-grid + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .feature-grid + * {
    margin-top: 2rem;
  }
}
.feature-card {
  padding: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #0a0a0a;
}
@media (max-width: 767px) {
  .feature-card {
    flex-direction: column;
  }
}
.feature-content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .feature-content {
    display: block;
    padding: 1.6rem;
  }
}
.feature-img {
  width: 100%;
  max-width: 40%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature-img {
    max-width: 100%;
    order: -1;
  }
}
.feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .case-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.case-card {
  padding: 0;
  overflow: hidden;
}
.case-card:hover .case-title {
  color: #143d73;
}
.case-card:hover .case-img img {
  transform: scale(1.05);
}
.case-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  transition: 0.2s all ease;
}
@media (max-width: 767px) {
  .case-title {
    font-size: 2rem;
  }
}
.case-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s all ease;
}
.case-content {
  padding: 2.4rem;
  line-height: 1.75;
  width: 100%;
}
@media (max-width: 767px) {
  .case-content {
    padding: 1.6rem;
  }
}
.case-list + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .case-list + * {
    margin-top: 2rem;
  }
}

.pricing {
  background: url(../img/top/bak3.png) left top repeat;
}
.pricing-box {
  max-width: 860px;
  margin-inline: auto;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .pricing-box {
    padding: 1.6rem;
  }
}
.pricing-box p {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pricing-box p {
    font-size: 2rem;
  }
}

.faq-item {
  border-top: 1px solid #ddd;
}
.faq-item summary {
  padding-block: 2.4rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .faq-item summary {
    padding-block: 2rem;
  }
}
.faq-item p {
  padding-top: 0.8rem;
  padding-bottom: 4rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .faq-item p {
    padding-top: 0.4rem;
    padding-bottom: 3rem;
  }
}
.faq-item p a {
  text-decoration: underline;
}
.faq-item p a:hover {
  text-decoration: none;
}
.faq-item:last-child {
  border-bottom: 1px solid #ddd;
}
.faq-item[open] .faq-svg {
  transform: rotate(180deg);
}
.faq-svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-list + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .faq-list + * {
    margin-top: 2rem;
  }
}

.post-slider {
  overflow: visible;
  margin-top: 4rem;
  padding-inline: 1.6rem;
}
.post-slider .swiper-wrapper {
  padding-bottom: 4rem;
}
.post-slider .swiper-pagination {
  bottom: 0;
}
.post-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
}
.post-slider .swiper-pagination-bullet-active {
  background: #ff9000;
}
.post-slider + * {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .post-slider + * {
    margin-top: 2rem;
  }
}
.post-card {
  display: block;
  max-width: 300px;
  padding: 2.4rem;
  border: 1px solid #ddd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #143d73;
}
.post-card:hover .post-title {
  text-decoration: underline;
}
.post-date {
  font-weight: 500;
}
.post-date + * {
  margin-top: 0.8rem;
}
.post-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #143d73;
}
.post-title + * {
  margin-top: 1.6rem;
}
.post-pagination {
  display: flex;
  justify-content: center;
}

.closing-cta {
  position: relative;
}
.closing-cta-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.closing-cta-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767px) {
  .closing-cta-img img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
.closing-cta.section {
  padding: 0;
}
.closing-cta-container {
  padding-block: 8rem;
}
@media (max-width: 767px) {
  .closing-cta-container {
    padding: 4rem 1.6rem 4rem 1.6rem;
  }
}
.closing-cta-container .section-title {
  text-align: left;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .closing-cta-container .section-title {
    font-size: 2rem;
  }
}
.closing-cta-container .section-lead {
  text-align: left;
}
.closing-cta-container .cta-inline {
  justify-content: start;
}

body .closing-cta-img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/** GSAPフェードインアニメーション用（初期状態） **/
.fade-in,
.trust-banner-inner .trust-item,
.problem-list li,
.case-list .case-card,
.feature-grid .feature-card {
  opacity: 0;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media (max-width: 1024px) {
  .footer-list {
    flex-wrap: wrap;
    gap: 4px;
  }
}
@media (max-width: 1024px) {
  .footer-list li {
    width: calc((100% - 3.2rem) / 2);
  }
}
.footer-nav {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .footer-nav a {
    font-size: 1.2rem;
  }
}

.logos-hero {
  background-color: #c8e5f7;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .logos-hero {
    padding: 3rem 0;
  }
}
.logos-hero .logos-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .logos-hero .logos-inner {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.logos-hero .logos-content {
  flex: 1;
}
.logos-hero .logos-title {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .logos-hero .logos-title {
    font-size: 1.8rem;
  }
}
.logos-hero .logos-subtitle {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .logos-hero .logos-subtitle {
    font-size: 1.4rem;
  }
}
.logos-hero .logos-list {
  display: flex;
  gap: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .logos-hero .logos-list {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .logos-hero .logos-list li {
    flex: 1;
    max-width: 140px;
  }
}
.logos-hero .logos-img {
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.5rem;
  max-height: 150px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .logos-hero .logos-img {
    max-height: none;
    padding: 1rem;
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.trust-banner {
  background-color: #fff;
  padding: 12rem 0 8rem 0;
}
@media (max-width: 767px) {
  .trust-banner {
    padding: 4rem 0;
  }
}
.trust-banner-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
}
@media (max-width: 767px) {
  .trust-banner-inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.trust-banner .section-title {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .trust-banner .section-title {
    font-size: 2rem;
  }
}

.trust-item {
  flex: 1;
  text-align: center;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 2rem;
  padding: 3rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .trust-item {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .trust-item {
    padding: 1.6rem;
  }
}

.trust-number {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.trust-number span {
  font-size: 7rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff9000 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767px) {
  .trust-number span {
    font-size: 5rem;
    line-height: 1;
  }
}

.trust-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  margin-top: 0.8rem;
}

.trust-message {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .trust-message {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

.trust-item-anniversary {
  justify-content: center;
}

.trust-item-logo {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .trust-item-logo {
    width: 80px;
    height: 80px;
  }
}
.trust-item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logos {
  background-color: #fff;
  padding: 2rem 0;
}
.logos-title {
  font-size: 2rem;
  font-weight: bold;
}
.logos-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .logos-list {
    min-width: 316px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .logos-list li {
    display: grid;
    place-items: center;
  }
}
.logos-img {
  width: 100%;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .logos-img {
    max-height: 150px;
    aspect-ratio: 1/1;
  }
}
.logos-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .logos-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */