body {
  color: #3d3c38;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

h2.h2 {
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  h2.h2 {
    font-size: 22px;
  }
}

/* --------- mv ------------*/
.sp-br {
  display: none;
}

.top_banner {
  width: 100vw;
  height: 5rem;
  display: flex;
  /* align-items: center; */
  background-color: #10585E;
}

.top_banner-box {
  max-width: 67rem;
  width: 91.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.top_banner-orange {
  width: 11.688rem;
  height: 3.5rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background-color: #FF5105;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.75rem;
  letter-spacing: 0.063rem;
}

.top_banner-text {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.172rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 auto;
}

.top_banner-text span {
  color: rgba(255, 255, 0, 1);
  letter-spacing: 0.063rem;
}

.top_banner-orange span {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.625rem;
  line-height: 2rem;
}

.u-hidden--pc {
  display: none;
}

.mv {
  width: 100%;
	position: relative;
  background-image: url("../../assets/images/fv-004.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 1280 / 640;
}

.mv-box {
	width: 50%;
 	padding-top: 100px;
	margin-left: 210px;
	text-align: center;
}

.mv-box p {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  font-size: 4.75rem;
  font-weight: 900;
  letter-spacing: 0em;
  color: #000;
  font-style: italic;
  color: #fff;
  font-size: 32px;
}

.mv-box .mv-price {
  font-style: normal;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 2rem;
  letter-spacing: 0.3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-12deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

span {
  font-size: 22px;
  background-color: #11585E;
}

.mv-title-Box {
  color: #fff;
}

.catchcopy span {
  padding: 5px;
  font-weight: 900;
}

.top-cv{
	display: block;
	position: absolute;
	bottom: 100px;
	left: 13%;
	margin-left: -70px;
}

img.top-cv-img {
    width: 560px;
}

.book-bnr{
width: 230px;
position: fixed;
right: 10px;
bottom: 30px;
z-index: 1;
}

/* ---------- スマホ用（768px以下） ---------- */
@media screen and (max-width: 768px) {
  .hero-section {
    background: url("your-bg-image.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-section h1 {
    font-size: 20px;
    line-height: 1.6;
  }

  .hero-section h2 {
    font-size: 16px;
    margin-top: 15px;
  }

  .hero-section .catchcopy {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .hero-section .catchcopy span {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
  }
}

.photo-Box {
  display: none;
}

.mv-price-5 {
  font-size: 2.2rem;
}

.sub-cth .span2 {
  color: #54afac;
  font-size: 3.6rem;
}

img.logo-img {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.mv-box .sub-cth-btm {
  font-size: 20px;
  padding-bottom: 8px;
  font-style: normal;
}

p.p-fv__item_2 {
  font-size: 22px;
  background-color: #fff;
  color: #2b2b2b;
  border-radius: 5px;
  /* width: 600px; */
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 32px;
}

.cv {
  margin-top: 30px;
  text-align: center;
}

img.cv-img {
  width: 480px;
}

.emblem {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }

  .top_banner-text {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.5rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
  }

  .top_banner-orange {
    width: 6.813rem;
    height: 2.873rem;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #FF5105;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.75rem;
    letter-spacing: 0.063rem;
  }

  .top_banner-orange span {
    font-size: 1.5rem;
    font-weight: 900;
    text-align: left;
    letter-spacing: 0.04rem;
    line-height: 1.5rem;
    font-family: 'Noto Sans JP';
  }

  .u-hidden--pc {
    display: block;
  }

  .mv {
		    width: 100%;
		    height: 80vh;
		    background-image: url("../../assets/images/sp-bg.png");
		    background-repeat: no-repeat;
		    background-size: cover;
		}

  .mv-box {
    width: 100%;
    margin-left: 0px;
  }

  .catch-Box {
    width: 230px;
    float: left;
  }

  .photo-Box {
    width: 140px;
    display: block;
    float: left;
  }

  .photo-Box img {
    width: 146px;
  }

  .mv-box .mv-price {
    padding: 0 1rem;
  }

  p.sub-cth {
    font-size: 18px;
  }

  .sub-cth .span2 {
    color: #54afac;
    font-size: 1.2rem;
  }

  p.p-fv__item_2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .p-fv__list_2 {
    margin-left: 10px;
  }

  .sub-cth-btm {
    clear: both;
  }

  .emblem {
    width: 90%;
  }

	.top-cv {
	    width: 100vw;
	    display: block;
	    position: absolute;
	    bottom: 1px;
	    margin: 0 auto;
	    text-align: center;
			left: auto;
	}

	img.top-cv-img {
    width: 360px;
  }

  img.cv-img {
    width: 356px;
  }

  .book-bnr{
  width: 125px;
  z-index: 1;
  }
}

.cv-img {
  display: inline-block;
  width: 250px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: .3s;
}

.cv-img:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

/* ------- appraisal -----------*/
section.appraisal {
  background: linear-gradient(to bottom, #51AEBF, #80dcb3);
  padding-bottom: 40px;
}

.h2.h2-appraisal {
  color: #fff;
}

.appraisal-Box {
  width: 800px;
  margin: 0 auto 56px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 1px #cbcbcb;
}

.appraisal-txt {
  color: #6AADB2;
  font-size: 22px;
  text-align: center;
  padding-top: 30px;
}

.appraisal-maintxt-Box {
  width: 70%;
  margin: 0 auto;
  margin: 30px auto 0px;
}

p.appraisal-maintxt {
  float: left;
  font-size: 24px;
  color: #046270;
  font-weight: 900;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

img.bw-img {
  width: 230px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-left: 70px;
}

span.underline {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .pain {
    height: auto;
  }

  .appraisal-Box {
    width: 80%;
  }

  .appraisal-txt {
    color: #6AADB2;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
  }

  p.appraisal-maintxt {
    font-size: 20px;
    padding-top: 0px;
    text-align: center;
    float: none;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .appraisal-maintxt-Box {
    width: 90%;
    margin: 0 auto;
    margin: 30px auto 0px;
  }

  img.bw-img {
    width: 110px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
  }
}

/* --------- pain ------------*/
.pain {
  width: 100%;
  height: 670px;
  background-image: url("../../assets/images/pain-bg.png");
  background-repeat: no-repeat;
}

.pain-Ctr {
  display: flex;
  flex-direction: row;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pain-Box {
  width: 450px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  box-shadow: 0px 0px 8px 1px #cbcbcb;
}

p.ps-txt {
  color: #51AEBF;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .pain {
    height: auto;
  }

  .pain-Ctr {
    width: 100%;
  }
}

/* ---------------------*/
/* できること */
.can {
  background-color: #f4f4f4;
}

dl.can-Box {
  width: 840px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

dt.can-dt {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #51AEBF;
  margin-bottom: 10px;
}

dd.can-dd {
  margin-bottom: 30px;
}

dt.can-dt::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../assets/images/img_line.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 4px 0;
}

@media screen and (max-width: 767px) {
  dl.can-Box {
    width: 90%;
    padding-bottom: 10px;
  }

  dd.can-dd {
    margin-bottom: 30px;
    text-align: left;
  }
}

/* ---------------------*/
/* --------- 業務内容 ------------*/
/* セクション（全体コンテナ） */
.services {
  max-width: 1580px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #fff;
}

/* 見出し */
.services h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

/* サービス項目の一覧（4列レイアウト） */
.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* auto-fit: 可能な限り繰り返す
	     minmax(250px, 1fr): 幅250pxを下限に、最大で1fr  */
  gap: 8px;
}

/* 各サービス項目 */
.service-item {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.service-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* サービス項目内の画像 */
.service-item img {
  width: 64px;
  height: 64px;
  /* アイコン画像サイズが不明なので、例として64x64 */
  object-fit: contain;
  margin-bottom: 20px;
}

/* サービス名 */
.service-item h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 900;
}

/* サービスの詳細文 */
.service-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
  white-space: pre-line;
  /* 改行を反映させる */
}

/* --------- 導入者の声 ------------*/
.voc {
  background: linear-gradient(to bottom, #51AEBF, #59B28A);
  padding-bottom: 10px;
}

.h2-voc {
  color: #fff;
}

.voc-Box {
  width: 800px;
  background-color: #fff;
  margin: 0 auto 84px;
  position: relative;
  padding: 50px 30px 20px 30px;
}

h3.voc-ttl {
  background: linear-gradient(to right, #5B9AEE, #4B66A3);
  padding: 10px;
  position: absolute;
  top: -20px;
  color: #fff;
}

p.profile {
  width: 380px;
  text-align: center;
  float: left;
  padding-top: 40px;
}

span.period {
  font-weight: 900;
  background-color: unset;
}

.voice-img {
  width: 320px;
}

.voc-txt {
  margin-top: 40px;
  ,
}

@media screen and (max-width: 767px) {
  .voc-Box {
    width: 90%;
  }

  .voc-ttl {
    font-size: 16px;
  }

  p.profile {
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }

  .voice-img {
    width: 100%;
  }
}

/* --------- プロフィール ------------*/
.owner {
  background-color: #f4f4f4;
  padding: 56px 56px;
}

.profile-Box {
  width: 540px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

.profile-img {
  width: 90%;
}

.name {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.a-c {
  margin-bottom: 10px;
}

.history {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .owner {
    padding: 10px;
  }

  .profile-Box {
    width: 100%;
  }
}

/* --------- price ------------*/
.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 80%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 56px;
}

.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid#fff;
}

.table_design13 td {
  color: #4d9bc1;
  padding: 1em;
}

.table_design13 thead th:not(:first-child) {
  background: #51aebf;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em;
}

.table_design13 thead th span {
  font-size: .8rem;
  background-color: unset;
}

.table_design13 thead th:nth-child(3) {
  background-color: #f88400;
  position: relative;
}

.table_design13 thead th:nth-child(3)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #f88400;
  left: 0;
  bottom: 100%;
}

.table_design13 thead th:nth-child(3)::after {
  content: 'おすすめプラン';
  width: max-content;
  color: #f88400;
  font-size: .8rem;
  padding: 0.3em 1em;
  background: #fff;
  border: 2px solid #f88400;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.table_design13 tbody th, .table_design13 tbody td {
  border: 2px solid #fff;
}

.table_design13 tbody th {
  background-color: #51aebf;
  color: #fff;
}

.table_design13 tbody td {
  background-color: #d8f2f6;
}

.table_design13 td:nth-child(3) {
  color: #f88400;
  background: #fef1e3;
}

.table_design13 td:hover {
  transform: scale(1.05);
  outline: 2px solid #4d9bc1;
}

.table_design13 td:nth-child(3):hover {
  transform: scale(1.05);
  outline: 2px solid #f88400;
}

.plan-memo{
	font-size: 14px;
}

caption {
  caption-side: bottom;
  text-align: left;
  font-weight: 100;
  font-size: 0.8rem;
}

@media screen and (max-width: 787px) {
  .table-scroll {
    overflow-x: auto;
  }

  table.table_design13 {
    min-width: 100%;
  }

  .table_design13 thead th:not(:first-child) {
    font-size: 0.8rem;
  }

  .table_design13 thead th:nth-child(3)::after {
    font-size: .7rem;
    top: -20px;
  }

  .table_design13 tbody th {
    font-size: 0.8rem;
  }

	.plan-memo {
    font-size: 12px;
    font-weight: 100;
}
}

/* --------- step ------------*/
.flow {
  width: 100%;
  background-image: url("../../assets/images/flow-bg.png");
  background-repeat: no-repeat;
  background-repeat: round;
  padding-bottom: 56px;
}

.flow-txt {
  text-align: center;
  margin-bottom: 24px;
}

ul.step-Box {
  background-color: #fff;
  padding: 30px;
  width: 546px;
  margin: 0 auto;
  text-align: center;
}

.step-Box li {
  margin-bottom: 20px;
}

.step-no {
  background: linear-gradient(to bottom, #51AEBF, #59B28A);
  color: #fff;
  padding: 5px;
  float: left;
  width: 120px;
}

@media screen and (max-width: 767px) {
  ul.step-Box {
    width: 90%;
  }

  .step-no {
    width: 60px;
  }
}

.privacy-policy__inner.inner {
  max-width: 59.375rem;
}

.privacy-policy__title {
  background-color: #3d64ab;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.privacy-policy__introduction {
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.9375rem;
}

.privacy-policy__items {
  margin-top: 2.5rem;
}

.privacy-policy__item+.privacy-policy__item {
  margin-top: 1.875rem;
}

.privacy-policy__term {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-policy__term span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-policy__description {
  font-size: 1rem;
  margin-top: 0.9375rem;
}

.privacy-policy__description-text {
  line-height: 2;
}

.privacy-policy__description-text+.privacy-policy__description-numbers,
.privacy-policy__description-text+.privacy-policy__description-items {
  margin-top: 0.9375rem;
}

.privacy-policy__description-number {
  list-style: inside;
  padding-left: 0.9375rem;
  text-indent: -0.9375rem;
}

.privacy-policy__description-number a {
  word-wrap: break-word;
  color: #0000ee;
  line-height: 2;
}

.privacy-policy__description-number a:hover {
  opacity: 0.8;
}

.privacy-policy__description-number p {
  padding-left: 0.9375rem;
}

.privacy-policy__description-number p:first-child {
  margin-top: 0.625rem;
}

.privacy-policy__description-number+.privacy-policy__description-number,
.privacy-policy__description-item+.privacy-policy__description-item {
  margin-top: 0.625rem;
}

.privacy-policy__description-items {
  list-style: disc;
  padding-left: 1.25rem;
}

.privacy-policy__description-item p {
  line-height: 1.8;
}

.privacy-policy__description-item p:first-child {
  margin-top: 0.3125rem;
}

.privacy-policy__disclaimer {
  margin-top: 1.875rem;
}

.privacy-policy__disclaimer-title {
  background-color: #3d64ab;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.privacy-policy__disclaimer-wrap:nth-of-type(1) {
  margin-top: 1.875rem;
}

.privacy-policy__disclaimer-wrap:not(:nth-of-type(1)) {
  margin-top: 0.9375rem;
}

.privacy-policy__disclaimer-text span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-policy__disclaimer-text {
  font-size: 1rem;
  line-height: 2;
}

.privacy-policy__contact-items {
  margin-top: 3.75rem;
  text-align: right;
}

.privacy-policy__contact-item {
  line-height: 1.8;
}

.privacy-policy__contact-item-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.about {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93.4%, 50% 100%, 0 93.4%);
  background-color: #3d64ab;
  background-image: url(../images/about-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 93.4%, 50% 100%, 0 93.4%);
  padding: 9.9375rem 0 13.6875rem;
}

.about__title {
  background-color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 1.25rem;
  text-align: center;
}

.about__title span {
  position: relative;
  z-index: 1;
}

.about__title span:after {
  background: url(../images/about-underline.png) no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  right: -5%;
  top: 55%;
  width: 108%;
  z-index: -1;
}

.about__img-arrow {
  height: 3.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  width: 4.0625rem;
}

.about__text {
  background-color: #d0b242;
  border: 1px solid #ebe6c3;
  color: #fff;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-top: 3.4375rem;
  outline: 15px solid #d0b242;
  padding: 2rem;
  text-align: center;
}

.about__img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}

.about__img {
  width: 42%;
}

.about__img img {
  -o-object-fit: cover;
  aspect-ratio: 352/234;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about__text-attention {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-left: 2.375rem;
  margin-top: 3.0625rem;
  max-width: 22.25rem;
  width: 100%;
}

.about__text-wrap {
  display: flex;
  gap: 2.5rem;
}

.about__text.about__text--sl {
  font-size: 1.875rem;
  font-size: 1.875rem;
  line-height: 1.5;
  margin-top: 0;
  max-width: 35.9375rem;
  padding: 1.125rem;
  width: 100%;
}

.achievement {
  background-attachment: fixed;
  background-color: #3d64ab;
  background-image: url(../images/achievement-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.625rem 0 9.6875rem;
}

.achievement__inner.inner {
  max-width: 70.625rem;
}

.achievement__title {
  color: #fff;
  font-size: clamp(2.438rem, 0.938rem + 3.13vw, 3.75rem);
  font-weight: 700;
  text-align: center;
}

.achievement__img1 {
  margin-top: 6.125rem;
  width: 100%;
}

.achievement__img1 img {
  -o-object-fit: cover;
  aspect-ratio: 710/449;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.achievement__number {
  background-color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.55;
  margin-top: 3.875rem;
  padding: 1.625rem;
  text-align: center;
}

.achievement__img2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.1875rem;
  max-width: 79.25rem;
  padding: 0 0.625rem;
  width: 100%;
}

.achievement__img2 img {
  -o-object-fit: cover;
  aspect-ratio: 837/135;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.achievement__wrap {
  align-items: flex-end;
  background-color: #fff;
  display: flex;
  margin-top: 5.0625rem;
  padding: 4.5rem 4.1875rem 4.4375rem;
}

.achievement__img3 {
  width: 30%;
}

.achievement__img3 img {
  -o-object-fit: cover;
  aspect-ratio: 215/136;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.achievement__text {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.67;
  width: 70%;
}

.achievement__text .border-brown {
  background: linear-gradient(transparent 61%, #d0b242 0%);
  font-weight: 700;
  padding-bottom: 0.1875rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.button {
  align-items: center;
  background: #28a660;
  linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.32) 100%);
  border-radius: 1.4375rem;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 41.25rem;
  padding: 2rem 0;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

.button:hover {
  opacity: 0.7;
}

.button__text {
  color: #fff;
  font-size: 2.5625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.button__arrow {
  height: 1.25rem;
  position: absolute;
  right: 5.125rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.company {
  background-color: #ebebec;
  padding: 21.875rem 0 9.4375rem;
  position: relative;
  text-align: center;
  z-index: -1;
}

.company__title {
  display: inline-block;
  font-size: clamp(3.188rem, 0.402rem + 5.8vw, 5.625rem);
  font-weight: 700;
  line-height: 1;
  padding: 0 0.9375rem;
  position: relative;
  text-indent: 0.2em;
  z-index: 1;
}

.company__title:after {
  background: url(../images/about-underline.png) no-repeat;
  background-size: contain;
  content: "";
  height: 110%;
  left: 0.3125rem;
  position: absolute;
  top: 47%;
  width: 100%;
  z-index: -1;
}

.company__body {
  background-color: #fff;
  display: flex;
  margin-top: 6rem;
  padding: 5.125rem 5.625rem 4.125rem;
  text-align: left;
}

.company__detail {
  width: 54%;
}

.company__name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.company__text-lg {
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.1;
}

.company__text-lg:nth-of-type(1) {
  margin-top: 1.875rem;
}

.company__text-lg:nth-of-type(2) {
  margin-top: 1.1875rem;
}

.company__line {
  background-color: #3d3c38;
  height: 0.0625rem;
  margin-top: 3.3125rem;
  width: 17.3125rem;
}

.company__text-sl {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.011514em;
  line-height: 1.6;
}

.company__text-sl.company__text-sl--margin {
  margin-top: 3rem;
}

.company__text-wrap {
  margin-top: 1.875rem;
}

.company__text-sl.company__text-sl--history {
  font-size: clamp(1rem, 0.2857rem + 1.4881vw, 1.625rem);
  line-height: 1.4;
  padding: 0.5625rem 0 0.5625rem 1.875rem;
  position: relative;
}

.company__text-sl.company__text-sl--history span {
  letter-spacing: 0.03em;
  margin-left: 2rem;
}

.company__text-sl.company__text-sl--history::before,
.company__text-sl.company__text-sl--history::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.company__text-sl.company__text-sl--history::before {
  background: #3d3c38;
  height: 100%;
  left: 0.375rem;
  width: 0.0625rem;
}

.company__text-sl.company__text-sl--history::after {
  background: #3d3c38;
  border-radius: 50%;
  height: 0.6875rem;
  left: 0.0625rem;
  width: 0.6875rem;
}

.company__img {
  margin-left: auto;
  margin-top: -0.6875rem;
  width: 45%;
}

.company__img img {
  -o-object-fit: contain;
  aspect-ratio: 312/312;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.contact {
  position: relative;
}

.contact__remaining {
  align-items: center;
  background-color: #ffd94a;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 6.25rem;
  justify-content: center;
  position: absolute;
  right: 4.375rem;
  top: 5.625rem;
  width: 6.25rem;
}

.contact__remaining.is-active {
  position: fixed;
  right: 4.375rem;
  top: 6.25rem;
  z-index: 500;
}

.contact__inner.inner {
  max-width: 70rem;
}

.contact__item {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.contact__item .contact__number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 0.25rem;
}

.contact__form {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact__form {
    width: 100%;
  }
}

.faq-list__item {
  background-color: #fff;
}

.h2-faq {
  color: #2b2b2b;
  margin: 0 auto;
}

.faq__group-title {
  display: inline-block;
  background: #fff;
  padding: .6rem 1.1rem;
  font-weight: 800;
  color: #2b2b2b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  margin-bottom: .8rem;
}

.faq-list__item+.faq-list__item {
  margin-top: 1rem;
}

.faq-list__item-question {
  color: #2b2b2b;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding: 10px 120px 10px 100px;
  position: relative;
  margin-bottom: 1em;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  background: #53afba;
  content: "";
  height: 0.1875rem;
  position: absolute;
  right: 5.9375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 1.4375rem;
}

.faq-list__item-question::after {
  transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
  transform: rotate(0deg);
}

.faq-list__item-question span {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  left: -5.8%;
  margin-left: -2.2%;
  position: relative;
  text-transform: uppercase;
  vertical-align: 0.25rem;
  z-index: 1;
}

.faq-list__item-question span::before {
  background: linear-gradient(to bottom, #51AEBF, #59B28A);
  border-radius: 50%;
  content: "";
  height: 2rem;
  left: 0.625rem;
  position: absolute;
  top: 1.0625rem;
  transform: translate(-50%, -50%);
  width: 2rem;
  z-index: -1;
}

.faq-list__item-question span {
    background-color: unset;
}

.faq-list__item-answer span {
    background-color: unset;
}

.faq-list__item-answer {
  background-color: #fff;
  color: #3d3c38;
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding: 1.75rem 8.125rem 1.875rem 6.4rem;
  margin-bottom: 1em;
}

.faq-list__item-answer span {
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  left: -6.4%;
  margin-left: -2.2%;
  position: relative;
  text-transform: uppercase;
  vertical-align: -0.1875rem;
  z-index: 1;
}

.faq-list__item-answer span::before {
  background-color: #51aebb;
  border-radius: 50%;
  content: "";
  height: 2rem;
  left: 0.625rem;
  position: absolute;
  top: 1.25rem;
  transform: translate(-55%, -60%);
  width: 2rem;
  z-index: -1;
}

.faq-list__item-answer a {
  border-bottom: 1px solid #000;
  transition: 0.3s opacity;
}

.faq-list__item-answer a:hover {
  opacity: 0.7;
}

.faq {
  background-color: #eaf3fb;
  padding: 2.5rem 0 9.1875rem;
}

.faq__list {
  width: 800px;
  margin: 56px auto;
}

@media screen and (max-width: 767px) {
  .faq__list {
    width: 100%;
  }
}

.features-item__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.0625rem;
  width: 100%;
}

.features-item__title {
  border-bottom: 2px solid #d0b242;
  border-top: 2px solid #d0b242;
  color: #d0b242;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.1875rem;
  text-align: center;
}

.features-item__flex {
  display: flex;
  position: relative;
}

.features-item__number {
  color: rgba(170, 170, 170, 0.4);
  font-size: clamp(8.75rem, 7.3214rem + 2.9762vw, 10rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  text-indent: -0.1em;
}

_::-webkit-full-page-media,
_:future,
:root .features-item__number {
  font-size: clamp(4.063rem, 1.073rem + 12.76vw, 7.188rem);
}

.features-item__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4375rem;
  width: 46.4%;
}

.features-item__img img {
  -o-object-fit: cover;
  aspect-ratio: 264/165;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.features-item__text {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  line-height: 1.83;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.6875rem;
  max-width: 66.875rem;
  width: 100%;
}

.features-item__text .features-item__text--bold {
  font-weight: 700;
}

.features {
  background-attachment: fixed;
  background-image: url(../images/section-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.9375rem 0 8.875rem;
}

.features__list {
  margin-top: 6.375rem;
}

.features__item+.features__item {
  margin-top: 5rem;
}

.flow-item {
  background-color: #ebebec;
  border-radius: 2.5rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.75rem 0.625rem 1.875rem;
  position: relative;
}

.flow-item__tag {
  align-items: center;
  background-color: #3d3c38;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 5.9375rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0.5rem;
  transform: translateY(-50%);
  width: 5.9375rem;
}

.flow-item__step {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.3125rem;
  text-transform: uppercase;
}

.flow-item__number {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
}

.flow-item__img {
  margin-left: auto;
  margin-right: auto;
  width: 76.2%;
}

.flow-item__img img {
  -o-object-fit: cover;
  aspect-ratio: 147/91;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.flow-item__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 1.5rem;
  text-align: center;
}

.flow-item__img-arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2rem;
}

.flow__inner.inner {
  max-width: 70rem;
}

.flow__text {
  font-size: 1.6875rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 5.75rem;
  text-indent: 0.2em;
}

.flow__list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
  margin-top: 4.9375rem;
}

.footer {
  padding: 1.875rem;
  text-align: center;
}

.footer__copyright a {
  color: #0000ee;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
  transition: 0.3s;
}

.footer__copyright.footer__copyright--privacy-policy a {
  letter-spacing: normal;
}

.footer__copyright a:hover {
  opacity: 0.7;
}

.form-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: 0px 0px 3.22px 0 rgba(61, 60, 56, 0.7);
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 0.8125rem;
  width: 546px;
}

.form-input123 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: 0px 0px 3.22px 0 rgba(61, 60, 56, 0.7);
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 0.8125rem;
  margin-right: 10px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .form-input input {
    width: 100%;
  }
}

.form-input input:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
  outline: none;
}

.form-input input::-moz-placeholder {
  color: #999999;
}

.form-input input::placeholder {
  color: #999999;
}

.form-submit {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.25rem;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

.form-submit::after {
  background: url(../images/btn-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  position: absolute;
  right: 5.1875rem;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.form-submit input {
  background: linear-gradient(to bottom, #51AEBF, #59B28A);
  border-radius: 1.4375rem;
  color: #fff;
  font-size: 2.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  line-height: 1;
  padding: 2rem 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-submit input {
    padding: 1rem 0;
  }
}

.form-submit:hover,
.form-submit:focus {
  opacity: 0.7;
}

.form-submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.form-textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: 0px 0px 3.22px 0 rgba(61, 60, 56, 0.7);
  font-size: 1rem;
  height: 13.875rem;
  letter-spacing: -0.02em;
  padding: 0.6875rem;
  resize: none;
  width: 100%;
}

.form-textarea textarea:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
  outline: none;
}

.form-textarea textarea::-moz-placeholder {
  color: #999999;
}

.form-textarea textarea::placeholder {
  color: #999999;
}

.form__wrap+.form__wrap {
  margin-top: 3.375rem;
}

.form__label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.form__label span {
  background-color: #ffd94a;
  border-radius: 0.5rem;
  color: #3d3c38;
  display: inline-block;
  font-size: 18px;
  margin-right: 1.1875rem;
  padding: 0.6875rem 1.0625rem;
}

span.either {
  background-color: transparent;
  font-size: 12px;
  color: #717171;
  display: contents;
}

.form__label.form__label--gray span {
  background-color: #ebebec;
}

.form__input {
  flex-grow: 1;
  margin-top: 1.1875rem;
}

.form__textarea {
  flex-grow: 1;
  margin-top: 1.3125rem;
}

.form__submit {
  margin-top: 5.6875rem;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.limit {
  background-color: #ffd94a;
  padding: 13.25rem 0 9.6875rem;
}

.limit__body {
  background-image: url(../images/limit-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11.1875rem 3.125rem 7.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.limit__body::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.limit__img {
  left: 50%;
  position: absolute;
  top: -0.3125rem;
  transform: translate(-50%, -50%);
  width: 47.4%;
}

.limit__title {
  align-items: center;
  display: flex;
  font-size: 2.4375rem;
  font-weight: 700;
  justify-content: center;
}

.limit__title::before,
.limit__title::after {
  background: #3d3c38;
  content: "";
  height: 2.3125rem;
  top: 10%;
  width: 0.1875rem;
}

.limit__title::before {
  margin-right: 1.25rem;
  transform: rotate(-14deg);
}

.limit__title::after {
  margin-left: 0.3125rem;
  transform: rotate(20deg);
}

.limit__button {
  margin-top: 3.8125rem;
}

.limit__mail {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ACAAA2;
  display: inline-block;
  margin-top: 3.1875rem;
  padding: 2.4375rem 2.5625rem 0.75rem;
  position: relative;
}

.limit__img1 {
  height: 4.625rem;
  left: 2.75rem;
  position: absolute;
  top: 0.375rem;
  transform: translate(-50%, -50%);
  width: 5.9375rem;
  z-index: 2;
}

.limit__img2 {
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: -0.125rem;
  width: 100%;
  z-index: 1;
}

.limit__text-lg,
.limit__text-md,
.limit__text-sl {
  font-weight: 300;
}

.limit__text-lg {
  font-size: 1.6875rem;
  position: relative;
  z-index: 2;
}

.limit__text-md {
  font-size: 1.375rem;
  margin-top: 0.3125rem;
}

.limit__text-sl {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  margin-top: 4.625rem;
}

.problem {
  background-image: url(../images/problem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.625rem 0 9.375rem;
  position: relative;
  z-index: 0;
}

.problem__items {
  display: flex;
  flex-direction: column;
  margin-top: 7.875rem;
  text-align: center;
}

.problem__item {
  background-color: #efefef;
  border-radius: 0.5625rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  padding: 1.375rem 1.75rem;
}

.problem__item .text-red {
  color: #d81c24;
}

.problem__item:last-child {
  margin-top: 6.625rem;
}

.problem__item-wrap {
  align-items: center;
  display: flex;
  margin-top: 6.75rem;
}

.problem__item.problem__item-flex {
  margin: 0;
}

.problem__item.problem__item-flex:last-child {
  margin-left: auto;
}

.problem__img {
  bottom: 0;
  left: 53%;
  position: absolute;
  transform: translateX(-50%);
  width: 29rem;
  z-index: -1;
}

.problem__img img {
  -o-object-fit: cover;
  aspect-ratio: 307/384;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-title {
  text-align: center;
  width: 100%;
}

.section-title__en {
  color: rgba(170, 170, 170, 0.2);
  font-family: "Gupter", serif;
  font-size: 13.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.16;
}

.section-title__ja {
  color: #3d3c38;
  font-size: 3.8125rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  text-align: center;
}

.section-title__ja.section-title__ja--white {
  color: #fff;
}

.voice-item__title {
  background-color: #3d64ab;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 2.125rem;
  text-align: center;
}

.voice-item__body {
  background-color: #fff;
  padding: 5rem 5.25rem 4.1875rem;
}

.voice-item__body-head {
  align-items: center;
  display: flex;
  justify-content: center;
}

.voice-item__work {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.voice-item__name {
  font-size: 2.1875rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-left: 2.25rem;
}

.voice-item__term {
  background-color: #f2f2f2;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  margin-left: 2.0625rem;
  padding: 0.6875rem 2rem;
}

.voice-item__body-wrap {
  display: flex;
  margin-top: 3.4375rem;
}

.voice-item__img {
  width: 46%;
}

.voice-item__img img {
  -o-object-fit: cover;
  aspect-ratio: 330/206;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.voice-item__text {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.046em;
  line-height: 1.68;
}

.voice-item__text.voice-item__text--width {
  margin-left: auto;
  margin-top: -0.625rem;
  width: 50%;
}

.voice-item__text.voice-item__text--margin {
  margin-top: 1.25rem;
}

.voice-item__text.voice-item__text--margin:nth-of-type(2) {
  margin-top: 2.8125rem;
}

.voice-item__text .border-brown {
  background: linear-gradient(transparent 60%, #d0b242 0%);
  font-weight: 700;
  padding-bottom: 0.3125rem;
  padding-left: 0.25rem;
  z-index: 1;
}

.voice {
  background-attachment: fixed;
  background-image: url(../images/section-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4375rem 0 9.5625rem;
}

.voice__list {
  margin-top: 6.5rem;
}

.voice__item+.voice__item {
  margin-top: 5rem;
}

.layout-company {
  margin-top: -15rem;
}

.layout-contact {
  margin-top: 2.6875rem;
}

.layout-flow {
  margin-top: 2.25rem;
}

.layout-footer {
  margin-top: 5.0625rem;
}

.layout-privacy-policy {
  margin-top: 1.25rem;
}

@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }

  .u-mobile {
    display: block;
  }

  html {
    font-size: 16px;
  }

  .privacy-policy__inner.inner {
    max-width: 39.375rem;
  }

  .privacy-policy__title {
    font-size: 1.75rem;
  }

  .privacy-policy__introduction {
    font-size: 1.125rem;
  }

  .privacy-policy__items {
    margin-top: 2rem;
  }

  .privacy-policy__item+.privacy-policy__item {
    margin-top: 1.375rem;
  }

  .privacy-policy__term {
    font-size: 1.25rem;
  }

  .privacy-policy__term span {
    font-size: 1.25rem;
  }

  .privacy-policy__description {
    font-size: 1.125rem;
  }

  .privacy-policy__description-number a:hover {
    opacity: 1;
  }

  .privacy-policy__disclaimer-title {
    font-size: 1.75rem;
  }

  .privacy-policy__disclaimer-text span {
    font-size: 1.25rem;
  }

  .about {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92.9%, 50% 95.7%, 0 92.9%);
    clip-path: polygon(0 0, 100% 0, 100% 92.9%, 50% 95.7%, 0 92.9%);
    padding: 3.75rem 0 clamp(5.625rem, 2.94rem + 13.42vw, 9.375rem);
  }

  .about__title {
    font-size: clamp(1.438rem, 0.421rem + 4.34vw, 2.5rem);
    line-height: 1.4;
    padding: 0.4625rem;
  }

  .about__img-arrow {
    height: clamp(1.25rem, 0.652rem + 2.55vw, 1.875rem);
    margin-top: 1.25rem;
    width: clamp(1.625rem, 1.027rem + 2.55vw, 2.25rem);
  }

  .about__text {
    font-size: clamp(1.188rem, 0.59rem + 2.55vw, 1.813rem);
    line-height: 1.3;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    margin-top: 1.625rem;
    outline: 5px solid #d0b242;
    padding: 0.625rem;
  }

  .about__img-wrap {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 0.75rem;
  }

  .about__img {
    margin-top: 1.9375rem;
    width: 60%;
  }

  .about__text-attention {
    font-size: clamp(0.438rem, 0.169rem + 1.34vw, 0.813rem);
    margin-left: 0;
    margin-top: 0;
    min-width: 100%;
    text-align: center;
  }

  .about__text-wrap {
    flex-direction: column;
    gap: 2.0625rem;
    padding: 0 0.9375rem;
  }

  .about__text.about__text--sl {
    font-size: clamp(0.938rem, 0.459rem + 2.04vw, 1.438rem);
    max-width: 100%;
    padding: 0.5rem;
    width: auto;
  }

  .achievement {
    padding: 3.5rem 0 3.75rem;
  }

  .achievement__inner.inner {
    max-width: 39.375rem;
  }

  .achievement__title {
    font-size: clamp(1.438rem, 0.062rem + 5.87vw, 2.875rem);
    line-height: 1.4;
  }

  .achievement__img1 {
    margin-top: 2.5rem;
  }

  .achievement__number {
    font-size: clamp(0.875rem, 0.158rem + 3.06vw, 1.625rem);
    letter-spacing: 0.07em;
    line-height: 1.4;
    margin-top: 1.875rem;
    padding: 0.625rem;
  }

  .achievement__img-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.0625rem;
    width: 57%;
  }

  .achievement__img4+.achievement__img4 {
    margin-top: 1.25rem;
  }

  .achievement__img4 img {
    -o-object-fit: cover;
    aspect-ratio: 366/178;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .achievement__wrap {
    align-items: normal;
    display: block;
    margin-top: 2rem;
    padding: 1.25rem 0.9375rem 0.9375rem;
  }

  .achievement__img3 {
    width: 100%;
  }

  .achievement__text {
    font-size: clamp(0.938rem, 0.22rem + 3.06vw, 1.688rem);
    margin-top: 0.9375rem;
    width: 100%;
  }

  .button {
    max-width: clamp(19.688rem, 2.647rem + 72.7vw, 37.5rem);
    padding: 1.6875rem 0;
  }

  .button:hover {
    opacity: 1;
  }

  .button__text {
    font-size: clamp(1.25rem, 0.114rem + 4.85vw, 2.438rem);
    letter-spacing: 0.09em;
    text-indent: -0.7em;
  }

  .button__arrow {
    height: clamp(0.438rem, -0.16rem + 2.55vw, 1.063rem);
    right: 14%;
    width: clamp(0.75rem, 0.152rem + 2.55vw, 1.375rem);
  }

  .company {
    padding: 18.75rem 0 3.75rem;
  }

  .company__title {
    font-size: clamp(1.25rem, 0.087rem + 5.52vw, 2.875rem);
    text-indent: 0;
  }

  .company__title:after {
    height: 115%;
    left: 0.1875rem;
    top: 47%;
    width: 97%;
  }

  .company__body {
    display: block;
    margin-top: 2.0625rem;
    padding: 1.9375rem 0.9375rem 1.375rem;
  }

  .company__detail {
    width: 100%;
  }

  .company__wrapper {
    display: flex;
  }

  .company__wrap {
    width: 55%;
  }

  .company__img-sp {
    margin-left: auto;
    margin-top: 0.1875rem;
    width: 39%;
  }

  .company__name {
    font-size: clamp(1.438rem, 0.453rem + 4.92vw, 2.813rem);
  }

  .company__text-lg {
    font-size: clamp(1rem, 0.195rem + 4.03vw, 2.125rem);
  }

  .company__text-lg:nth-of-type(1) {
    margin-top: 1.125rem;
  }

  .company__text-lg:nth-of-type(2) {
    margin-top: 0.6875rem;
  }

  .company__line {
    margin-top: 1.875rem;
    width: clamp(8.75rem, 6.96rem + 8.95vw, 11.25rem);
  }

  .company__text-sl {
    font-size: clamp(0.813rem, 0.186rem + 3.13vw, 1.688rem);
  }

  .company__text-sl.company__text-sl--margin {
    margin-top: 1.375rem;
  }

  .company__text-wrap {
    margin-top: 1.125rem;
  }

  .company__text-sl.company__text-sl--history {
    font-size: clamp(0.75rem, 0.213rem + 2.48vw, 1.5rem);
    padding: 0.3125rem 0 0.3125rem 1.1875rem;
  }

  .company__text-sl.company__text-sl--history span {
    margin-left: 1.3125rem;
  }

  .company__text-sl.company__text-sl--history::before {
    left: 0.25rem;
  }

  .company__text-sl.company__text-sl--history::after {
    height: 0.4375rem;
    width: 0.4375rem;
  }

  .contact__remaining {
    height: 3.75rem;
    right: 1.25rem;
    width: 3.75rem;
  }

  .contact__remaining.is-active {
    right: 1.25rem;
  }

  .contact__inner.inner {
    max-width: 39.375rem;
  }

  .contact__item {
    font-size: 1rem;
  }

  .contact__item .contact__number {
    font-size: 1.25rem;
  }

  .contact__form {
    margin-top: 2.375rem;
    padding: 0 0.9375rem;
  }

  .faq-list__item+.faq-list__item {
    margin-top: 1.3125rem;
  }

  .faq-list__item-question {
    font-size: clamp(0.813rem, 0.365rem + 2.34vw, 1.438rem);
    line-height: 1.6;
    padding: 0.9375rem clamp(1.313rem, 0.176rem + 4.85vw, 2.5rem) 0.5625rem clamp(3.125rem, 0.733rem + 10.2vw, 5.625rem);
    margin-bottom: 1em;
  }

  .faq-list__item-question::before,
  .faq-list__item-question::after {
    height: 0.125rem;
    right: 0.625rem;
    width: clamp(0.688rem, 0.149rem + 2.3vw, 1.25rem);
    margin-bottom: 1em;
  }

  .faq-list__item-question span {
    font-size: clamp(0.75rem, 0.331rem + 1.79vw, 1.188rem);
    left: -10%;
    margin-right: -1.6%;
    vertical-align: 0.125rem;
  }

  .faq-list__item-question span::before {
    height: clamp(1.375rem, 0.897rem + 2.04vw, 1.875rem);
    left: clamp(0.313rem, 0.073rem + 1.02vw, 0.563rem);
    top: clamp(0.563rem, 0.264rem + 1.28vw, 0.875rem);
    width: clamp(1.375rem, 0.897rem + 2.04vw, 1.875rem);
  }

  .faq-list__item-answer {
    font-size: clamp(1rem, 0.581rem + 1.79vw, 1.438rem);
    line-height: 1.6;
    padding: 0.9375rem 1.25rem 0.5625rem clamp(3.125rem, 0.733rem + 10.2vw, 5.625rem);
  }

  .faq-list__item-answer span {
    font-size: clamp(0.75rem, 0.331rem + 1.79vw, 1.188rem);
    left: -9.5%;
    margin-right: -1.6%;
    vertical-align: 0.125rem;
  }

  .faq-list__item-answer span::before {
    height: clamp(1.375rem, 0.897rem + 2.04vw, 1.875rem);
    left: clamp(0.313rem, 0.133rem + 0.77vw, 0.5rem);
    top: clamp(0.625rem, 0.326rem + 1.28vw, 0.938rem);
    width: clamp(1.375rem, 0.897rem + 2.04vw, 1.875rem);
  }

  .faq-list__item-answer a:hover {
    opacity: 1;
  }

  .faq {
    padding: 0.875rem 0 3.75rem;
  }

  .faq__list {
    margin-top: 2.375rem;
  }

  .features-item__title {
    font-size: clamp(0.875rem, 0.249rem + 3.03vw, 1.75rem);
    padding: 0.625rem 0;
  }

  .features-item__number {
    font-size: clamp(5rem, 1.413rem + 15.31vw, 8.75rem);
  }

  .features-item__img {
    margin-top: 1.3125rem;
    width: 48%;
  }

  .features-item__text {
    font-size: clamp(0.875rem, 0.383rem + 2.46vw, 1.563rem);
    letter-spacing: 0.06em;
    line-height: 1.71;
    margin-top: 0.8125rem;
  }

  .features-item__text .features-item__text--mgn {
    display: block;
    margin-top: 1.875rem;
  }

  .features {
    padding: 1rem 0 3.3125rem;
  }

  .features__list {
    margin-top: 2.25rem;
  }

  .features__item+.features__item {
    margin-top: 1.4375rem;
  }

  .flow-item {
    align-items: center;
    background-color: auto;
    border-radius: 1.875rem;
    padding: 0;
    width: 100%;
  }

  .flow-item__tag {
    height: clamp(3.125rem, 0.494rem + 11.22vw, 5.875rem);
    top: 0.1875rem;
    width: clamp(3.125rem, 0.494rem + 11.22vw, 5.875rem);
  }

  .flow-item__step {
    font-size: clamp(0.625rem, 0.326rem + 1.28vw, 0.938rem);
    margin: 0;
  }

  .flow-item__number {
    font-size: clamp(1.25rem, 0.293rem + 4.08vw, 2.25rem);
  }

  .flow-item__img {
    width: 100%;
  }

  .flow-item__img img {
    border-radius: 1.875rem;
  }

  .flow-item__title {
    background-color: #ebebec;
    border-radius: 1.875rem;
    bottom: 0;
    font-size: clamp(1.125rem, 0.408rem + 3.06vw, 1.875rem);
    left: 0;
    margin-top: 0;
    padding: 0.25rem;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .flow-item__img-arrow {
    width: clamp(1.625rem, 0.429rem + 5.1vw, 2.875rem);
  }

  .flow__inner.inner {
    max-width: 39.375rem;
    padding: 0 1.875rem;
  }

  .flow__text {
    font-size: clamp(1rem, 0.223rem + 3.32vw, 1.813rem);
    margin-top: 1.875rem;
    text-indent: 0;
  }

  .flow__list {
    align-items: center;
    flex-direction: column;
    gap: 1.3125rem;
    margin-top: 2.9375rem;
    padding: 0 0.9375rem;
  }

  .footer {
    padding: 0.875rem;
  }

  .footer__copyright a {
    font-size: 1rem;
    letter-spacing: -0.15em;
  }

  .footer__copyright a:hover {
    opacity: 1;
  }

  .form-input input {
    font-size: 1.125rem;
    padding: 0.4375rem;
  }

  .form-submit::after {
    height: clamp(0.438rem, -0.16rem + 2.55vw, 1.063rem);
    right: 14%;
    width: clamp(0.75rem, 0.152rem + 2.55vw, 1.375rem);
  }

  .form-submit input {
    font-size: clamp(1.25rem, 0.114rem + 4.85vw, 2.438rem);
    letter-spacing: 0.09em;
    text-indent: -0.7em;
  }

  .form-submit:hover,
  .form-submit:focus {
    opacity: 1;
  }

  .form-submit input:hover {
    outline: none;
  }

  .form-textarea textarea {
    font-size: 1.125rem;
    height: 9.0625rem;
    padding: 0.625rem;
  }

  .form__wrap+.form__wrap {
    margin-top: 2.25rem;
  }

  .form__label {
    font-size: 1.0625rem;
    letter-spacing: 0.01em;
  }

  .form__label span {
    font-size: 0.875rem;
    margin-right: 0.8125rem;
    padding: 0.5rem 0.8125rem;
  }

  span.either {
    background-color: transparent;
    font-size: 12px;
    color: #717171;
    margin-left: 55px;
    display: block;
  }

  .form__input {
    margin-top: 0.9375rem;
  }

  .form__textarea {
    margin-top: 0.9375rem;
  }

  .form__submit {
    margin-top: 1.375rem;
  }

  .inner {
    max-width: 630px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .limit {
    padding: clamp(6.25rem, 3.261rem + 12.76vw, 9.375rem) 0 3.75rem;
  }

  .limit__body {
    padding: clamp(4.375rem, 1.983rem + 10.2vw, 6.875rem) 0.9375rem 2.75rem;
  }

  .limit__img {
    width: 92%;
  }

  .limit__title {
    font-size: clamp(1.125rem, 0.228rem + 3.83vw, 2.063rem);
  }

  .limit__title::before,
  .limit__title::after {
    height: clamp(3.125rem, 1.331rem + 7.65vw, 5rem);
    width: 0.125rem;
  }

  .limit__title::before {
    margin-right: 0.625rem;
    transform: rotate(-14deg);
  }

  .limit__title::after {
    margin-left: 0.625rem;
    transform: rotate(14deg);
  }

  .limit__button {
    margin-top: 1.3125rem;
  }

  .limit__mail {
    margin-top: 3rem;
    padding: 1.375rem 1.25rem 0.4375rem;
  }

  .limit__img1 {
    height: 2.875rem;
    left: 1.75rem;
    top: -0.5625rem;
    width: 3.875rem;
  }

  .limit__text-lg {
    font-size: clamp(1.125rem, 0.647rem + 2.04vw, 1.625rem);
  }

  .limit__text-md {
    font-size: clamp(0.75rem, 0.258rem + 2.46vw, 1.438rem);
  }

  .limit__text-sl {
    font-size: clamp(0.6875rem, 0.272rem + 1.94vw, 1.25rem);
    line-height: 1.7;
    margin-top: 1.6875rem;
  }

  .mv__text {
    font-size: clamp(0.938rem, -0.019rem + 4.08vw, 1.938rem);
    margin-top: 1.6875rem;
  }

  .mv__text::before,
  .mv__text::after {
    height: clamp(2.188rem, -0.383rem + 10.97vw, 4.875rem);
  }

  .mv__button {
    margin-top: 1.3125rem;
  }

  .problem {
    padding: 1.1875rem 0 3.0625rem;
  }

  .problem__items {
    margin-top: 14.5625rem;
    padding: 0 1.25rem;
    position: relative;
  }

  .problem__item {
    font-size: clamp(0.9375rem, 0.524rem + 1.9vw, 1.625rem);
    letter-spacing: -0.04em;
    margin: 0;
    padding: 0.6875rem 0.9375rem;
  }

  .problem__item:last-child {
    margin-top: 1.875rem;
  }

  .problem__item-wrap {
    display: contents;
    margin-top: 1.875rem;
  }

  .problem__item.problem__item-flex {
    margin-top: 1.875rem;
  }

  .problem__item.problem__item-flex:last-child {
    margin-left: 0;
  }

  .problem__img {
    bottom: auto;
    left: 56%;
    top: -12.1875rem;
    width: 11.25rem;
  }

  .section-title__en {
    font-size: clamp(5.438rem, 2.687rem + 11.73vw, 8.313rem);
  }

  .section-title__ja {
    font-size: clamp(1.563rem, 0.785rem + 3.32vw, 2.375rem);
    margin-top: -18%;
  }

  .voice-item__title {
    font-size: clamp(0.875rem, 0.159rem + 3.48vw, 1.875rem);
    padding: 0.75rem 0.3125rem;
  }

  .voice-item__body {
    padding: 1.875rem 0.9375rem 1.1875rem;
  }

  .voice-item__work {
    font-size: clamp(0.9375rem, 0.163rem + 3.27vw, 1.875rem);
  }

  .voice-item__name {
    font-size: clamp(1rem, 0.163rem + 3.57vw, 1.875rem);
    margin-left: 0.9375rem;
  }

  .voice-item__body-wrap {
    display: block;
    margin-top: 1.0625rem;
  }

  .voice-item__img {
    position: relative;
    width: 100%;
  }

  .voice-item__img--term {
    background-color: #f2f2f2;
    font-size: clamp(0.938rem, 0.041rem + 3.83vw, 1.875rem);
    font-weight: 300;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.5rem clamp(1.125rem, 0.408rem + 3.06vw, 1.875rem);
    position: absolute;
    top: 0;
  }

  .voice-item__img--term2 {
    background-color: #f2f2f2;
    bottom: 0;
    font-size: clamp(0.938rem, 0.041rem + 3.83vw, 1.875rem);
    font-weight: 300;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.5rem clamp(1.125rem, 0.408rem + 3.06vw, 1.875rem);
    position: absolute;
  }

  .voice-item__text {
    font-size: clamp(0.938rem, 0.28rem + 2.81vw, 1.625rem);
  }

  .voice-item__text.voice-item__text--width {
    letter-spacing: 0.001em;
    line-height: 1.66;
    margin-top: 0.9375rem;
    width: 100%;
  }

  .voice-item__text.voice-item__text--margin:nth-of-type(2) {
    margin-top: 1.5625rem;
  }

  .voice-item__text .border-brown {
    background: linear-gradient(transparent 70%, #d0b242 0%);
    padding-bottom: 0.125rem;
  }

  .voice {
    padding: 0.875rem 0 3.875rem;
  }

  .voice__list {
    margin-top: 2.375rem;
  }

  .voice__item+.voice__item {
    margin-top: 2rem;
  }

  .layout-company {
    margin-top: -18.5625rem;
  }

  .layout-contact {
    margin-top: 0.5625rem;
  }

  .layout-flow {
    margin-top: 1.125rem;
  }

  .layout-footer {
    margin-top: 1.5rem;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* ===== FV直下：お悩み＆活用事例（scoped） ===== */
.lp-cases {
  --maxw: 1100px;
  --pad-x: clamp(16px, 4vw, 32px);
  --gap: clamp(20px, 4vw, 48px);
  --bd: #c9dced;
  --bd2: #e6eef6;
  --ink: #0d1321;
  --ink-weak: #5b6372;
  --blue: #2c67ff;
  /* ブランドの青に合わせて調整可 */
  --blue-weak: #e9f3ff;
  background: #eef6ff;
  border-top: 1px solid var(--bd);
}

.lp-cases__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* リード */
.lp-cases__lead {
  text-align: center;
  margin-bottom: 48px;
  color: #0E7AC8;
}

.lp-cases__desc {
  color: #3b4f63;
  margin-top: 6px;
  color: #0E7AC8;
}

/* お悩みボックス */
.lp-cases__trouble {
  background: #fff;
  border: 2px solid var(--bd);
  box-shadow: 0 6px 22px rgba(0, 0, 0, .04);
  margin-top: 10px;
}

.lp-cases__trouble-head {
  font-size: 34px;
  background: #2f7fbe;
  color: #fff;
  padding: 0.7em 1em 0.7em 3.4em;
  font-weight: 800;
  margin: 0 0 12px;
}

.lp-cases__trouble-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  align-items: center;
}

.lp-cases__trouble-list {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 80px;
}

.lp-cases__trouble-list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.9;
  font-size: 24px;
  font-weight: 900;
  color: #0E7AC8;
}

.lp-cases__trouble-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #2f7fbe;
}

.lp-cases__trouble-illust {
  height: 300px;
}

.lp-cases__trouble-illust img {
  width: 80%;
  height: auto;
  display: block;
  position: relative;
  top: -70px;
}

.lp-cases__note {
  margin-top: 14px;
  text-align: center;
  color: #2b2b2b;
  font-size: 13px;
  border-top: 1px dashed var(--bd2);
  padding-top: 12px;
  padding-bottom: 10px;
}

/* ▼▼▼ 区切り */
.lp-cases__divider {
  text-align: center;
  margin: 18px 0 8px;
}

.lp-cases__divider .tri {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 3px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #2f7fbe;
}

/* 見出し */
.lp-cases__mid {
	font-size: 28px;
  text-align: center;
  margin: 6px 0 4px;
  font-weight: 800;
}

.lp-cases__sub {
  text-align: center;
  font-size: 28px;
  margin: 30px 0 20px;
  color: #3b4f63;
  font-weight: 900;
}

/* カード */
.lp-cases__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
}

.lp-card {
  background: #fff;
  border: 2px solid #0E7AC8;
  padding: 50px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .04);
}

.lp-card__head {
  position: relative;
}

h4.lp-card__ttl.txt-blue {
  font-size: 20px;
}

p.lp-card__tag {
  text-align: right;
	color: #0E7AC8;
}

.lp-card__ttl {
  margin: 0 0 4px;
  line-height: 1.5;
}

.lp-card__tag {
  font-size: 12px;
  color: var(--ink-weak);
  margin: 0 0 8px;
}

.lp-card__body {
  margin: 0;
}

.lp-card__body dt {
	color: #fff;
  display: inline-block;
  min-width: 3.5em;
  padding: .2em .6em;
  margin: .4em 0 .2em;
  background: #0E7AC8;
  border: 1px solid;
  font-weight: 700;
  font-size: 12px;
}

.lp-card__body dd {
  margin: 0 0 .8em;
  line-height: 1.8;
  color: var(--ink);
}

.lp-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--bd2);
  padding-top: 10px;
  margin-top: 8px;
}

.y-pen{
	background: linear-gradient(transparent 50%,#faff6b 50%);
	font-size: 16px;
}



/* ===== カード下部：プラン名＋価格を1つの枠に収める ===== */
/* 既存の区切り線などをリセット */
.lp-card__foot {
  border-top: none;
  padding-top: 0;
}

/* 枠の中で左右に配置 */
.lp-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #1e75bd;
  /* 青い太枠 */
  border-radius: 4px;
  background: #fff;
}

/* 左：プラン名（太字・青字。バッジ風は解除） */
.lp-card__plan {
  color: #1e75bd;
  font-weight: 800;
  font-size: clamp(16px, 2.2vw, 20px);
  background: transparent;
  border: none;
  border-radius: 0;
  padding-left: 18px;
  line-height: 1;
}

/* 右：価格（薄グレー地＋仕切り線） */
.lp-card__price {
  color: #1e75bd;
  font-weight: 900;
  font-size: clamp(18px, 2.6vw, 22px);
  background: #f2f6fb;
  /* 価格側の薄グレー */
  padding: .35em .7em;
  line-height: 0.8;
  border-left: 1px solid #cfe2f3;
  /* 価格側の縦仕切り */
  border-radius: 3px;
  flex: 0 0 auto;
  /* 伸びずに右側に収まる */
}

img.lp-card__icon-img {
  width: 54px;
  position: absolute;
  top: -70px;
  left: -60px;
}

/* スマホで窮屈なら微調整 */
@media (max-width: 480px) {

	.lp-cases__trouble-head {
	  font-size: 18px;
		text-align: center;
	  background: #2f7fbe;
	  color: #fff;
	  padding: 0.4em;
	  font-weight: 800;
	  margin: 0 0 12px;
	}

	.lp-cases__trouble-list {
    list-style: none;
    margin: 0;
    padding: 30px;
}

.lp-cases__trouble-list li {
  font-size: 16px;
}

.lp-cases__trouble-illust {
    height: 190px;
}

.lp-cases__trouble-illust img {
    width: 320px;
    height: auto;
    display: block;
    padding-left: 140px;
    position: relative;
    top: -70px;
    /* right: 0; */
}

.lp-cases__note{
	padding: 12px;
}

  .lp-card__foot {
    padding: .55em .75em;
  }

  .lp-card__price {
    font-size: 18px;
  }

	.lp-cases__lead{
	  margin-bottom: 30px;
	}

}

/* レスポンシブ */
@media (min-width: 860px) {
  .lp-cases__trouble-grid {
    grid-template-columns: 1fr 328px;
  }

  .lp-cases__cards {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 60px;
  }

	.lp-cases__mid{
		font-size: 16px;
	}
}

.u-nowrap {
  white-space: nowrap;
}

/* ===== 打ち出の小槌：できること（scoped） ===== */
.lp-actions {
  --maxw: 1200px;
  --pad-x: clamp(16px, 5vw, 48px);
  --gap: clamp(18px, 3.6vw, 28px);
  --brand: #1fb7d3;
  /* 見出しタブの青（画像のシアンに近い） */
  --ink: #111827;
  --ink-weak: #4b5563;
  --card-bd: #d9e6f3;
  --cta-gold: #d0972e;
  /* CTA の金色ベース */
  --cta-gold-deep: #b67f1d;
  /* 影・縁取り用 */
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 9vw, 96px) 0;
  background: #f1f6fb;
  /* 背景薄ブルー */
  border-top: 1px solid #cfe2f3;
}

/* 斜線パターン（画像があれば差し替え推奨） */
.lp-actions__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
	background-image: url(../../assets/images/bg-can.png);
}

.lp-actions__inner {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* 見出し */
.lp-actions__head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
	margin-bottom: 30px;
}

.lp-actions__logo {
  width: 200px;
  display: block;
  height: auto;
}

.lp-actions__title {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--ink);
}

.section-title {
  display: flex;
  align-items: center;
  /* 画像とテキストを縦中央揃え */
  gap: 12px;
  /* 画像と文字の間隔（調整可） */
}

.section-title img {
  height: 50px;
  /* ロゴ画像のサイズ調整 */
  vertical-align: middle;
}

/* 3カラム */
.lp-actions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  margin: 0 auto clamp(20px, 6vw, 48px);
}

.lp-actions__item {
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .08);
  overflow: hidden;
  border: 1px solid var(--card-bd);
}

.lp-actions__item-head {
  background: var(--brand);
  color: #fff;
  margin: 0;
  padding: .9em 1.1em;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em;
}

.lp-actions__item-body {
  padding: 1.1em 1.2em;
  color: var(--ink-weak);
  line-height: 1.9;
}

@media (min-width: 960px) {
  .lp-actions__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
/* 見出し */
.lp-actions__head {
	justify-content: center;
	margin-bottom: 30px;
	display: block;
  margin: 0 auto;
  text-align: center;
}

.lp-actions__logo {
  width: 200px;
  display: block;
  height: auto;
	margin: 0 auto;
}

.lp-actions__title{
	margin-bottom: 30px;
}
}

/* CTA */
.lp-actions__cta {
  text-align: center;
  margin-top: clamp(10px, 4vw, 24px);
}

.lp-actions__cta-ribbon {
  display: inline-block;
  background: #fff;
  color: #f59e0b;
  border: 2px solid #ffedd5;
  box-shadow: 0 8px 12px rgba(0, 0, 0, .05);
  border-radius: 999px;
  padding: .5em 1em;
  font-weight: 700;
  margin-bottom: .6em;
}

.lp-actions__cta-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background: linear-gradient(180deg, var(--cta-gold) 0%, #e6a842 60%, var(--cta-gold) 100%);
  color: #fff;
  font-size: clamp(18px, 3.2vw, 28px);
  font-weight: 900;
  letter-spacing: .04em;
  padding: .9em 1.6em;
  border-radius: 16px;
  box-shadow:
    0 16px 0 0 var(--cta-gold-deep),
    /* 擬似立体の段差影 */
    0 6px 28px rgba(0, 0, 0, .18);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}

.lp-actions__cta-btn:hover {
  transform: translateY(-1px);
}

.lp-actions__cta-btn:active {
  transform: translateY(3px);
  box-shadow:
    0 8px 0 0 var(--cta-gold-deep),
    0 4px 18px rgba(0, 0, 0, .16);
}

/* 細かな調整 */
.lp-actions br {
  display: none;
}

/* 見出しの任意改行をSPで詰める */
@media (min-width: 520px) {
  .lp-actions br {
    display: inline;
  }
}

/* ===== 打ち出の小槌：伴走フロー（scoped） ===== */
.lp-flow {
  --maxw: 1200px;
  --pad-x: clamp(16px, 5vw, 48px);
  --gap: clamp(18px, 3.8vw, 32px);
  --blue: #2f7fbe;
  /* 左カラムの青 */
  --blue-strong: #1f6aa4;
  --gray: #6b7280;
  /* 右カラムの灰 */
  --ink: #0f172a;
  --ink-weak: #4b5563;
  --frame: #d5e6f5;
  /* セクション枠線 */
  --card: #ffffff;
  --badge: #fffbeb;
  /* 伴走ポイントのベージュ */
  --cta-gold: #d0972e;
  /* CTAゴールド */
  --cta-gold-deep: #b67f1d;
  background: #eaf3fb;
  border-top: 1px solid var(--frame);
  padding: clamp(36px, 9vw, 96px) 0;
}

.lp-flow__inner {
  max-width: var(--maxw);
  margin: 0 auto 70px;
  padding: 0 var(--pad-x);
}

/* 見出し */
.lp-flow__title {
  text-align: center;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.4;
  color: var(--ink);
}

span.choices {
  color: #0E7AC8;
  background-color: aliceblue;
  font-size: 34px;
}

.lp-flow__title em {
  color: #1682ff;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-flow__logo {
  display: inline-block;
  padding: .2em .5em;
  border-radius: 6px;
  background: #1976d2;
  color: #fff;
  font-weight: 800;
  margin-right: .25em;
}

.lp-flow__lead {
  text-align: center;
  color: var(--ink-weak);
  margin: .4em 0 1.2em;
}

#lp-actions__head-bs{
	margin-bottom: 0;
}

figure.lp-flow__figure {
  width: 800px;
  margin: 0 auto;
}

.flow-img {
  width: 800px;
}

/* 参考：白いフレーム（中は画像） */
.lp-flow__ref {
  background: #fff;
  border: 2px solid var(--frame);
  border-radius: 12px;
  padding: clamp(14px, 3vw, 20px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .04);
}

.lp-flow__ref-title {
  margin: 0 0 .2em;
  font-size: clamp(16px, 2.4vw, 20px);
  color: #607b91;
  text-align: center;
}

.lp-flow__ref-lead {
  margin: 0 0 .6em;
  color: #607b91;
}

.lp-flow__ref-fig {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f7fbff;
  border: 1px solid #e5eef6;
  width: 840px;
  margin: 0 auto;
}

.lp-flow__ref-fig img {
  display: block;
  width: 100%;
  height: auto;
}

/* CTA（ゴールド立体） */
.lp-flow__cta {
  text-align: center;
  margin-top: clamp(16px, 5vw, 28px);
}

.lp-flow__cta-ribbon {
  display: inline-block;
  background: #fff;
  color: #f59e0b;
  border: 2px solid #ffedd5;
  border-radius: 999px;
  padding: .45em .9em;
  font-weight: 700;
  margin-bottom: .6em;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
}

.lp-flow__cta-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--cta-gold) 0%, #e6a842 60%, var(--cta-gold) 100%);
  padding: .9em 1.6em;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: .04em;
  font-size: clamp(18px, 3.2vw, 28px);
  box-shadow: 0 16px 0 0 var(--cta-gold-deep), 0 6px 28px rgba(0, 0, 0, .18);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}

.lp-flow__cta-btn:hover {
  transform: translateY(-1px);
}

.lp-flow__cta-btn:active {
  transform: translateY(3px);
  box-shadow: 0 8px 0 0 var(--cta-gold-deep), 0 4px 18px rgba(0, 0, 0, .16);
}

@media (max-width: 768px) {

	figure.lp-flow__figure {
    width: 100%;
    margin: 0 auto;
}

.flow-img {
    width: 100%;
    height: auto;
}

.lp-flow__ref-fig {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #f7fbff;
    border: 1px solid #e5eef6;
    width: 90%;
    margin: 0 auto;
}
}

/* SP表示の改行制御 */
.sp-only {
  display: inline;
}

@media (min-width: 520px) {
  .sp-only {
    display: none;
  }
}

/* ==== Flow 見た目調整：デザイン準拠 ==== */
/* カラム全体に中央の縦セパレーター */
.lp-flow__cols {
  position: relative;
}

.lp-flow__cols::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: 50%;
  width: 2px;
  background: #9fb7c9;
  transform: translateX(-50%);
  opacity: .9;
}

/* ステップのレイアウトを「箱＋下向き矢印」に変更 */
.lp-flow__steps {
  list-style: none;
  margin: 0;
  padding: 6px 18px;
  position: relative;
}

.lp-flow__step {
  margin: 18px 0 30px;
  text-align: center;
}

.lp-flow__step>span {
  display: block;
  background: #fff;
  border: 3px solid var(--blue);
  /* 左列：青の太枠 */
  color: #1e6fb1;
  border-radius: 8px;
  padding: 14px 12px;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
}

.lp-flow__col--others .lp-flow__step>span {
  border-color: #7a7a7a;
  /* 右列：グレー枠 */
  color: #595959;
}

/* ステップ間の下向き矢印（三角） */
.lp-flow__step:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 12px auto 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--blue);
}

.lp-flow__col--others .lp-flow__step:not(:last-child)::after {
  border-top-color: #7a7a7a;
}

/* 左列の見出し＆ポイントをデザイン寄せ */
.lp-flow__coltitle {
  background: #1976d2;
  /* ロゴ風の濃い青 */
  color: #fff;
  font-weight: 800;
  padding: .5em .9em;
  border-radius: 6px;
  margin: 0 0 10px;
}

.lp-flow__coltitle--gray {
  background: #6b6b6b;
  color: #fff;
}

.lp-flow__sub {
  color: #4e687d;
  margin: 0 0 10px;
}

/* 「伴走型ポイント」バッジを箱の角に重ねる */
.lp-flow__col {
  position: relative;
}

.lp-flow__point {
  position: absolute;
  left: -10px;
  top: 116px;
  /* 2つ目の箱の左上付近に重ねる想定 */
  background: #f7a545;
  color: #fff;
  border: 2px solid #e09233;
  padding: .35em .9em;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
}

.lp-flow__point-h {
  display: none;
}

/* バッジ文言は1行に集約 */
.lp-flow__point-b {
  margin: 0;
}

/* ポイントの説明は箱風に（見本の黒枠ボックスに近づけ） */
.lp-flow__point-list {
  list-style: "・ ";
  margin: .4em 0 0 0;
  padding-left: 1.2em;
  color: #1e6fb1;
  font-weight: 700;
}

/* ===== 比較表（scoped） ===== */
section.hikaku {
    background-color: #f7f7f7;
}

.lp-compare {
  --maxw: 1100px;
  --pad-x: clamp(16px, 5vw, 48px);
  --bd: #cfe2f3;
  --bd-deep: #86b0d3;
  --row: #ffffff;
  --alt: #f8fcff;
  --head: #1f6aa4;
  --head-light: #338bd1;
  --ink: #0f172a;
  --ink-weak: #4b5563;
  background: #eef6ff;
  border-top: 1px solid var(--bd);
  padding: clamp(36px, 8vw, 80px) 0;
}

.lp-compare__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

.lp-compare__title {
  text-align: center;
  margin: 0 0 16px;
  font-size: clamp(20px, 3.6vw, 28px);
  font-weight: 800;
  color: var(--ink);
}

/* table wrapper (SP横スクロール) */
.lp-compare__tablewrap {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .04);
}

.lp-compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  table-layout: fixed;
  font-size: clamp(14px, 2.2vw, 15px);
}

.lp-compare__table th,
.lp-compare__table td {
  border: 1px solid var(--bd);
  vertical-align: middle;
  padding: 14px 16px;
}

.lp-compare__table thead th {
  text-align: center;
  font-weight: 800;
  padding: 14px 16px;
  color: #fff;
  background: var(--head);
}

.lp-compare__th-blank {
  width: 26%;
  background: #e8f2fb !important;
  color: #47627a;
}

.lp-compare__th-brand {
  width: 37%;
  background: linear-gradient(180deg, var(--head-light), var(--head));
}

.lp-compare__th-other {
  width: 37%;
  background: #4b5563;
}

.lp-compare__brand {
  display: inline-block;
  padding: .2em .5em;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 6px;
}

/* 左側行見出し */
.lp-compare__table tbody th {
  text-align: left;
  background: #e8f2fb;
  color: #1e4871;
  font-weight: 800;
}

/* 交互の行色 */
.lp-compare__table tbody tr:nth-child(odd) td {
  background: var(--row);
}

.lp-compare__table tbody tr:nth-child(even) td {
  background: var(--alt);
}

/* マーク（○ △ ×） */
.lp-compare__mark {
  display: inline-grid;
  place-items: center;
  margin-right: .35em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: -4px;
  border: 3px solid currentColor;
}

.lp-compare__mark.o {
  color: #ff5a3d;
}

/* 赤い二重丸イメージ */
.lp-compare__mark.d {
  color: #f59e0b;
  border-width: 3px;
  border-radius: 0;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #f59e0b;
  border-left-color: transparent;
}

.lp-compare__mark.x {
  color: #6b7280;
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
}

.lp-compare__mark.x::before,
.lp-compare__mark.x::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.lp-compare__mark.x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lp-compare__mark.x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* リード */
.lp-compare__lead {
  text-align: center;
  color: #425c72;
  margin: 14px 0 10px;
}

.lp-compare__lead strong {
  color: #1f6aa4;
}

.lp-compare__em {
  color: #1f6aa4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* アイコン行 */
.lp-compare__icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.lp-compare__icons li {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: 12px;
  text-align: center;
  padding: 18px 12px;
}

.lp-compare__icons img {
  display: block;
  margin: 0 auto 8px;
  width: 72px;
  height: 72px;
}

.lp-compare__icons p {
  margin: 0;
  color: #2c3e50;
  font-weight: 700;
}

@media (min-width: 860px) {
  .lp-compare__icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

/* --- ◎をセル上中央に配置する --- */
.lp-compare__table td {
  position: relative;
}

/* ◎の見た目：赤い二重丸 */
.lp-compare__table td .lp-compare__mark.o {
  position: absolute;
  left: 50%;
  top: 0;
  /* セル上端に寄せる */
  transform: translate(-50%, 22%);
  /* 枠線より少し上に浮かせる */
  width: 26px;
  height: 26px;
  border: 3px solid #ff5a3d;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 0 transparent;
  /* 既存影の打ち消し保険 */
}

.lp-compare__table td .lp-compare__mark.o::after {
  content: "";
  position: absolute;
  inset: 5px;
  /* 内側リング */
  border: 3px solid #ff5a3d;
  border-radius: 50%;
}

.icon.red {
  color: #E60012;
  /* 赤色 */
}

/* ◎があるセルだけ上パディングを増やして干渉を避ける（モダンブラウザ） */
.lp-compare__table td:has(.lp-compare__mark.o) {
  padding-top: 30px;
}

/* （任意の互換策）:has未対応ブラウザがターゲットなら、以下どちらか
   1) すべての td の上パディングを少し増やす
   2) ◎が入る td に class="has-mark" を付け、下記を有効化
*/
/*
.lp-compare__table td.has-mark{ padding-top: 30px; }
*/
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}

.title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #dcdcdc;
  padding: 16px;
  vertical-align: top;
  text-align: center;
}

.comparison-table thead th {
  background: #0E7AC8;
  text-align: center;
	color: #fff;
	font-size: 20px;
}

.comparison-table .feature {
  background: #f3f7fa;
  width: 20%;
	vertical-align: middle;
}

.comparison-table .service-main,
.comparison-table .service-sub {
  width: 40%;
}

.subtitle {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  background-color: unset;
	color: #fff;
}

.symbol {
  font-weight: bold;
  font-size: 16px;
  margin-right: 6px;
}

.symbol-good {
  color: #e60012;
}

.symbol-average {
  color: #ffa500;
}

.symbol-poor {
  color: #999;
}

span.symbol {
  display: block;
  font-size: 34px;
  font-weight: 900;
  background-color: cornsilk;
}

.note {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 14px;
}

.txt-blue-o {
  color: #0E7AC8;
  background-color: unset;
}

.divider {
  border-top: 2px solid #0079c2;
  width: 60%;
  margin: 0 auto 40px;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-item {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.feature-title {
  font-size: 14px;
  line-height: 1.4;
  color: #53B3DD;
  font-weight: 900;
}

@media (max-width: 768px) {
  .features {
    align-items: center;
		justify-content: space-evenly;
  }

  .feature-item {
    width: 40%;
    margin-bottom: 20px;
  }
}

.txt-blue {
  color: #0E7AC8;
}

/*# sourceMappingURL=style.css.map */
