strong
{
	font-weight: 700 !important;
}




.page-section
{
	background-color: #49a3bb; 
	padding: 7% 5%;
	box-sizing: border-box;
/*
	background-image: url("../image/lptopimage1.png");
background-size:cover;
*/
}

.page-inner
{
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
}


.pagetitle_en {
    font-size: 55px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1em;
  color: #FFF;
  text-shadow: 0 3px 8px rgba(0,0,0,0.45);
}

.pagetitle_ja {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
	font-weight: 500;
  text-shadow: 0 3px 8px rgba(0,0,0,0.45);
	margin-top:10px; 
}

.pagetitle_bsp {
	margin-bottom: 60px;
}

.pagetitle_ja span::before {
  content: "";
  display: inline-block;
  width: 50px;        /* 線の長さ */
  height: 1px;        /* 線の太さ */
  background-color: #49a3bb;
  margin-right: 12px; /* 文字との余白 */
}

@media (max-width: 768px) {
	
.page-section
{
	margin-top: 10px;
	background-color: #49a3bb; 
	padding: 10% 5%;
	box-sizing: border-box;
}

.page-inner
{
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
}


.pagetitle_en {
    font-size: 35px;
	line-height: 1em;
}

.pagetitle_ja {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.pagetitle_bsp {
	margin-bottom: 30px;
}
.pagetitle_ja span::before {
  content: "";
  display: inline-block;
  width: 30px;        /* 線の長さ */
  height: 1px;        /* 線の太さ */
  background-color: #49a3bb;
  margin-right: 10px; /* 文字との余白 */
}

	
}







.section-bgw
{
	padding: 70px 0px;
	background-color:#FFF;
}

.section-bgg
{
	padding: 70px 0px;
	background-color:#f5f5f5;
}

.section-inner
{
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 0%;
}

@media (max-width: 768px) {

.sectionbg-w
{
	padding: 50px 0px;
	background-color:#FFF;
}

.sectionbg-g
{
	padding: 50px 0px;
	background-color:#f5f5f5;
}	
.section-inner
{
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 20px;
}

}








.subtitle_en {
    font-size: 55px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1em;
  color: #49a3bb;
}

.subtitle_ja {
  color: #49a3bb;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
	font-weight: 500;
}

.subtitle_bsp {
	margin-bottom: 60px;
}

.subtitle_ja span {
  display: inline-flex;
  align-items: center;
}

.subtitle_ja span::before {
  content: "";
  display: inline-block;
  width: 50px;        /* 線の長さ */
  height: 1px;        /* 線の太さ */
  background-color: #49a3bb;
  margin-right: 12px; /* 文字との余白 */
}

@media (max-width: 768px) {
	
.subtitle_en {
    font-size: 45px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1em;
  color: #49a3bb;
}


.subtitle_ja {
  color: #49a3bb;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
	font-weight: 500;
}

.subtitle_bsp {
	margin-bottom: 30px;
}
.subtitle_ja span::before {
  content: "";
  display: inline-block;
  width: 30px;        /* 線の長さ */
  height: 1px;        /* 線の太さ */
  background-color: #49a3bb;
  margin-right: 10px; /* 文字との余白 */
}

	
}








.topsection-title1 {
  margin: 0 auto 60px; 
  padding: 0 0%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  box-sizing: border-box;
	
}

.topsection-title1__left {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 15px 0;
}

.topsection-title1__en {
    font-size: 55px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1em;
  color: #49a3bb;
  margin-bottom: 15px;
}

.topsection-title1__ja {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topsection-title1__ja::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #49a3bb;
  display: inline-block;
}

.topsection-title1__ja h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  color: #49a3bb;
}

.topsection-title1__right {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topsection-title1__right h3 {
  margin: 0;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.9;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topsection-title1 {
    flex-direction: column;
    gap: 25px;
    text-align: center;
    margin-bottom: 60px;
  }

  .topsection-title1__left {
    align-items: center;
  }

  .topsection-title1__ja::before {
    width: 40px;
  }

  .topsection-title1__right h3 {
    text-align: center;
  }
}







.topsection-title {
    text-align: left;
    margin-bottom: 50px;
}

.toptitle-en {
    font-size: 55px;
	font-family: 'Josefin Sans', sans-serif;
	color: #14274A;
    margin-bottom: 10px;
	line-height: 1em;
}

.toptitle-jp-container {
    display: flex;
    align-items: center;
}

.toptitle-jp {
    font-size: 1.3em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #14274A;
    margin-left: 10px;
}

.toptitle-line {
    display: block;
    width: 50px; /* 調整可能 */
    height: 1px;
    background-color: #14274A;
}

@media (max-width: 768px) {
	
.topsection-title {
    text-align: left;
    margin-bottom: 30px;
}

    .toptitle-en {
        font-size: 36px;
    }

    .toptitle-jp {
        font-size: 18px;
    }

    .toptitle-line {
        width: 30px; /* スマホ用に短く調整 */
    }
}





.section-title {
    text-align: left;
    margin-bottom: 50px;
}

.title-en {
    font-size: 55px;
	font-family: 'Josefin Sans', sans-serif;
	color: #14274A;
    margin-bottom: 10px;
	line-height: 1em;
}

.title-jp-container {
    display: flex;
    align-items: center;
}

.title-jp {
    font-size: 1.3em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #14274A;
    margin-left: 10px;
}

.title-line {
    display: block;
    width: 50px; /* 調整可能 */
    height: 1px;
    background-color: #14274A;
}

@media (max-width: 768px) {
	
.section-title {
    text-align: left;
    margin-bottom: 30px;
}

    .title-en {
        font-size: 36px;
    }

    .title-jp {
        font-size: 18px;
    }

    .title-line {
        width: 30px; /* スマホ用に短く調整 */
    }
}











.content-section {
padding: 7% 7%;
}

@media (max-width: 768px) {
.content-section {
margin-bottom: 20px;
padding: 60px 20px;
}

	
}










.btnsp
{
	margin-top: 60px;
}
@media (max-width: 768px) {
.btnsp
{
	margin-top: 20px;
}
}





.btn-orange {
  background: linear-gradient(
      to right,
      #ff8a00 0%,
      #ff8a00 50%,
      #ff6b00 50%,
      #ff6b00 100%
  );
  color: #fff;

}




.btn-bottomtext {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff9000;
	text-align: center;
	font-weight: 500;
	font-size: 1.2em;
	margin-top: 15px;
}

.btn-bottomtext::before,
.btn-bottomtext::after {
    width: 1px;
    height: 30px;
    background-color: #ff9000;
    content: '';
}

.btn-bottomtext::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.btn-bottomtext::after {
    transform: rotate(35deg);
    margin-left: 30px;
}



.btn1 {
 width: 300px;
  height: 70px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  font-weight: bold;
  box-shadow: 0px 0px 20px rgba(40, 50, 80, 0.3);
  position: relative;
  background: #fff;
  color: #0d2648;
  text-decoration: none;
  margin-top: 40px;
	margin: 0 auto;
}

.btn1 span {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 40px;
  top: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: transform 0.3s ease; /* 竊� 霑ｽ蜉� */
}

.btn1:hover span {
  transform: translateX(6px); /* 竊� 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
}

.btn1 span::before {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #0d2648;
}

.btn1 span::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn2-outline {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9caa3; /* 豺｡縺�が繝ｪ繝ｼ繝也ｳｻ */
  border-radius: 999px;
  padding: 8px 20px 8px 12px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn2-circle-icon {
  background-color: #a6b15c; /* 繧ｪ繝ｪ繝ｼ繝也ｳｻ */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: background-color 0.3s ease;
}

.btn2-arrow {
  color: #fff;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.btn2-text {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: color 0.3s ease;
}

/* Hover animation */
.btn2-outline:hover .button-arrow {
  transform: translateX(4px);
}

.btn2-outline:hover .button-text {
  color: #555;
}



@media (max-width: 768px) {

.btn1 {
 width: 80%;
  height: 70px;
	box-sizing: border-box;
  padding-right: 24px;
  border-radius: 45px;
  box-shadow: 0px 0px 20px rgba(40, 50, 80, 0.3);
  color: #0d2648;
		margin: 0 auto;
  margin-top: 40px;
}

.btn1 span {
  width: 20px;
  height: 30px;
  right: 40px;
}
	
}









.topabout-section {
  position: relative;
  width: 100%;
  padding: 50px 0px 100px 50px;
  box-sizing: border-box;
  overflow: hidden;
margin-top: 60px;
}

.topabout-section::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 30%;
  height: 100%;
  background: #F2F3F5;
border-radius: 0 40px 40px 0;
  z-index: 0;
}

.topabout-inner {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 30px;
}

.topabout-flex {
  display: flex;
 /*align-items: center;*/
	justify-content: space-between;
  gap: 50px;
}

.topabout-photo {
  width: 35%;
}

.topabout-photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.topabout-text {
  width: 60%;
	padding-top: 0%;
}

.topabout-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 40px 0px;
	padding: 25px;
	border: 5px solid #EEE;
	text-align: center;
	background-color: #FFF;
}


@media screen and (max-width: 768px) {
	.topabout-section {
  position: inherit;
  width: 100%;
  padding: 30px 0 60px 0;
  box-sizing: border-box;
  overflow: hidden;
	background-color: #f3fcff;
margin-top: 0px;
}

.topabout-section::before {
  content: "";
  position: inherit;
  top: 0%;
  right: 0;
  width: 0%;
  height: 100%;
background: #49a3bb;
border-radius: 0px 0 0 0px;
  z-index: 0;
}
	
.topabout-inner {
  position: inherit;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.topabout-photo img {
  width: 50%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

  .topabout-flex {
    flex-direction: column;
    gap: 25px;
  }

  .topabout-photo,
  .topabout-text {
    width: 100%;
  }


.topabout-text h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 25px 0px;
	padding: 17px;
	border: 5px solid #EEE;
	text-align: center;
	background-color: #FFF;
}


}








.parallax-section {
  width: 100%;
  height: 45vh;
  background-image: url("../image/lptopimage1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

.parallax-section .label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 6px 16px;
  font-size: 1.2rem;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.parallax-section .title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 4px 12px rgba(0,0,0,0.4);
  position: relative;
  z-index: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll;
    height: 30vh;
  }
  .parallax-section .title {
    font-size: 1.5rem;
  }
  .parallax-section .label {
    font-size: 1rem;
    padding: 8px 15px;
  }
}







		
.topfeature-section {
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
}

		
.topfeature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 0%;
  box-sizing: border-box;
}

.topfeature__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.topfeature__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.topfeature__image {
  width: 100%;
  height: auto;
  display: block;
}


.topfeature__body {
  padding: 0px 20px 30px;
  text-align: left;
}
.topfeature__number {
  font-size: 50px;
	font-weight: 500;
  color: #49a3bb;
  margin: 30px 0px 10px 0px;
	line-height: 1;
  text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}

.topfeature__body h3 {
  font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
  color: #49a3bb;
  margin-bottom: 15px;
}

.topfeature__body p {
}

/* Responsive */
@media (max-width: 1024px) {
.topfeature-section {
  max-width: 100%;
  margin: 0 auto;
	padding: 0 20px;
  box-sizing: border-box;
}

	
	.topfeature {
    grid-template-columns: repeat(2, 1fr);
  }
}
		
@media (max-width: 768px) {
  .topfeature {
    grid-template-columns: 1fr;
    gap: 25px;
  }
	
.topfeature__number {
  font-size: 25px;
	font-weight: 500;
  color: #49a3bb;
  margin: 20px 0px 0px 0px;
	line-height: 1;
  text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}

.topfeature__body h3 {
  font-size:1.15rem;
	font-weight: 500;
	text-align: center;
  color: #49a3bb;
  margin-bottom: 15px;
}
}




.topvoice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 0%;
  box-sizing: border-box;
}

.topvoice__item {
  background: #FFF;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* YouTube動画 */
.topvoice__item iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* タグ */
.topvoice__item .tag {
  display: inline-block;
  background-color: #49a3bb;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

/* タイトル（h4） */
.topvoice__item h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222;
  line-height: 1.5;
}

.topvoice__item .meta {
  font-weight: 600;
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 1024px) {
  .topvoice {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
	
.topvoice-section {
  max-width: 100%;
  margin: 0 auto 0px;
  box-sizing: border-box;
	padding: 0px 20px;
}


  .topvoice {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .topvoice__item {
    padding: 20px;
  }
  .topvoice__item h3 {
    font-size: 1.1rem; /* スマホ推奨サイズ */
  }
}









/* CTAセクション */
.cta-section {
    text-align: center;
    padding: 70px 70px;
    background: #49a3bb;
    position: relative;
}

.cta-label {
    display: inline-block;
    background: #ff9800;
    color: white;
    padding: 8px 16px;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

/* 下矢印 */
.cta-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff9800;
    margin: -10px auto 15px;
}

/* タイトル */
.cta-title {
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}

.cta-subtext {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 15px;
	color: #FFF;
}
.cta-subtext2 {
    font-size: 16px;
color: #FF0;
    margin-bottom: 15px;
font-weight: 700;
}
 
/* CTAボックス */
.cta-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    width: 30%;
    max-width: 30%;
}

.cta-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1d3a8a;
    margin-bottom: 15px;
}

.cta-icon {
    font-size: 40px;
    color: #1d3a8a;
    margin-bottom: 10px;
}

/* LINEのアイコンカラー */
.cta-icon.line {
    color: #06c755;
}

/* 電話 */
.cta-phone {
    font-size: 1.7rem;
    font-weight: bold;
}

.cta-phone a {
    text-decoration: none;
    color: #333;
	color: #FF0000 !important;
}

.cta-time {
    font-size: 14px;
    color: #666;
}

/* CTAボタン */
.cta-btn {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px; /* 角丸を大きく */
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
	box-sizing: border-box;
}

/* LINEボタン */
.cta-btn.line {
    background: #06c755;
    color: white;
}

/* お問い合わせボタン */
.cta-btn.form {
    background: #1d3a8a;
    color: white;
}

.cta-btn i {
    margin-left: 8px;
}


/* スマホ対応 */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        align-items: center;
    }
    .cta-title {
        font-size: 21px;
    }
	
	.cta-section {
    text-align: center;
    padding: 40px 20px;
    background: #49a3bb;
    position: relative;
}
	
.cta-label {
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}


	
.cta-box {
    background: white;
    padding: 20px;
	box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    width: 100%;
    max-width: 100%;
}
	
}












.flow-merit
{
	border: 5px solid #EEE;
	text-align: center;
	font-size: 1.3em;
	padding: 30px;
	box-sizing: border-box;
	font-weight: 500;
	margin-bottom: 50px;
}

.flow-item {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 80px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 80px;
}

.flow-image {
    position: relative; /*  スマホ時のテキストボックス配置に必要 */
}
.flow-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    display: block;
}

/* テキストエリア */
.flow-content {
    flex: 1;
    padding-left: 40px;
}

/* 番号＆見出し */
.flow-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* 番号 */
.flow-number {
    font-size: 50px;
    color: #50a2c8;
    margin-right: 15px;
    font-family: 'Josefin Sans', sans-serif;
}

.flow-title {
    font-size: 1.4em;
    font-weight: 500;
    color: #50a2c8;
}

.flow-text {
    line-height: 1.9;
}

/* Pointボックス */
.point-box {
    position: relative;
    border: 1px solid #50a2c8;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    width: fit-content;
    line-height: 1.6;
    margin-top: 40px;
    padding-top: 20px;
    color: #50a2c8;
}

/* Pointタイトル */
.point-label {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #FFF;
    color: #50a2c8;
    font-weight: bold;
    padding: 0 10px;
    font-size: 20px;
}

/* Pointテキスト */
.point-text {
    margin: 0;
}
	
.flow-label-overlay {
  display: none; /*  PCでは非表示 */
}

	
	
@media (max-width: 768px) {
	
    .flow-item {
        flex-direction: column;
        padding: 0px;
        position: relative;
    border-bottom:none;
    margin-bottom: 80px;
    }

    .flow-content {
        padding-left: 0;
        padding-top: 15px;
    }

    .flow-image img {
        max-width: 100%;
    }

    /*  スマホ時：画像左下に白ボックスを被せる */
    .flow-header {
    }

    .flow-label-overlay {
display: flex; /* ← スマホ時だけ表示 */
		position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255,1);
        color: #50a2c8;
        border-radius:0px 6px 0px 6px;
        padding: 6px 12px;
        font-weight: 600;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .flow-label-overlay .num {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
    }
	
.point-box {
    margin-top: 25px;
    padding-top: 25px;
}

	
}














.price-section {
  width: 100%;
  margin: 0px auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1rem;
  box-sizing: border-box;
	border: 5px solid #EEE;
	padding: 30px;
	background-color: #FFF;
	
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.price-table tr {
  border-bottom: 1px solid #ddd;
}
.price-table td {
  padding: 18px 10px;
  vertical-align: middle;
}
.price-table td:first-child {
  font-weight: 500;
}
.price-table td:last-child {
  text-align: right;
  font-weight: 700;
}

/* 注釈 */
.price-note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.7;
}

/* 見出し */
.price-heading {
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0px 0 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #222;
}
.price-heading::before {
  content: "●";
  color: #00a0c6;
  font-size: 0.9rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
	
.price-section {
	padding: 20px;
	
}
.price-heading {
  font-size: 1.1rem;
  margin: 0px 0 0px;
	margin-bottom: 15px;
	}
	
  .price-table td {
    display: block;
    width: 100%;
    text-align: left;
  padding: 5px 0px;
  vertical-align: middle;
 }
	.ptsp
	{
		margin-top: 20px;
	}

	
  .price-table td:last-child {
    text-align: left;
    margin-top: 5px;
  }
}









.features-title2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #50a2c8;
}





.features-section {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 60px auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* タイトル部分 */
.features-header {
  display: flex;
  align-items: center; /* 高さを中央揃え */
  gap: 15px;
  margin-bottom: 30px;
}

.features-number {
  font-size: 3rem;
  color: #50a2c8;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  display: flex;
  align-items: center; /* 数字自体も中央揃え */
}

.features-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #50a2c8;
  line-height: 1.4;
  display: flex;
  align-items: center; /* タイトルも縦位置調整 */
}

/* ===== コンテンツ（左右レイアウト） ===== */
.features-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.features-image {
  flex: 0 0 40%;
}

.features-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.features-text {
  flex: 1;
  line-height: 1.9;
  font-size: 1rem;
  color: #333;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .features-section {
    padding: 30px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }

  .features-header {
    flex-direction: column;
    align-items: flex-start;
  gap: 0px;
    margin-bottom: 25px;
  }

  .features-number {
    font-size: 3rem;
  font-weight: 500;
  align-items: center; /* 数字自体も中央揃え */
	  margin: 0 auto;
  }
	
	

  .features-title {
    font-size: 1.3rem;
  }

  .features-content {
    flex-direction: column;
    gap: 25px;
  }

  .features-image {
    width: 100%;
  }

  .features-text {
    width: 100%;
    font-size: 0.95rem;
  }
}








.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.voice-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease;
}

.voice-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9比率 */
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.voice-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.voice-content {
  padding: 25px;
}

.voice-tag {
  display: inline-block;
  background-color: #69a3c6;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.voice-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.6;
	color: #69a3c6;
}

.voice-info {
  font-size: 0.95rem;
  font-weight: 700;
  color: #444;
}

@media (max-width: 768px) {
	
  .voice-grid {
    grid-template-columns: 1fr 1fr; /* 2カラム */
	grid-template-columns: 1fr; /* 1カラム */
    gap: 20px;
  }

  .voice-card {
    border-radius: 8px;
  }

  .voice-content {
    padding: 15px;
  }

  .voice-title {
    font-size: 1rem;
  }

  .voice-info {
    font-size: 0.9rem;
  }
}










.case-eyecatch {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0px auto 20px;
  width: 100%;
  max-width: 1200px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  flex-wrap: wrap;
}
.case-eyecatch .avatar {
  width: 300px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.case-eyecatch .avatar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
.case-eyecatch .text {
  flex: 1;
  min-width: 260px;
}
.case-eyecatch .label {
  display: inline-block;
  background-color: #00A0C6;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.case-eyecatch .title {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 3px;
  line-height: 1.6;
  margin-bottom: 8px;
	color: #00A0C6;
}
.case-eyecatch .subtext {
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
  line-height: 1.6;
	font-weight: 700;
}
@media (max-width: 768px) {
  .case-eyecatch {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .case-eyecatch .avatar {
    width: 85%;
    max-width: 300px;
  }
  .case-eyecatch .text {
    width: 90%;
  }
  .case-eyecatch .title {
    font-size: 1.1rem;
  }
}

	


.case-table {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  color: #333;
	border: 1px solid #CCC;
	margin-bottom: 80px;
}
		
.case-table strong
{
font-weight: 700;	
}
.case-table th {
  background-color: #f0f6fa;
  color: #00A0C6;
  text-align: left;
  font-weight: 700;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
	width: 180px;
}
.case-table td {
  padding: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
vertical-align: middle;
	box-sizing: border-box;
}
.case-table tr:last-child td {
  border-bottom: none;
}


/* ===============================
   スマホ対応
================================ */
@media (max-width: 768px) {
  .case-table th, .case-table td {
    display: block;
    width: 100%;
  }
  .case-table th {
    border-bottom: none;
    font-size: 1rem;
  }
	.case-table td {
  padding: 15px;
  line-height: 1.7;
  border-bottom: 1px solid #eee;
vertical-align: middle;
	box-sizing: border-box;
}

	
}













.page-title-block {
  position: relative;
  text-align: center;
  margin: 0px auto 40px;
  padding-top: 30px; 
}

.page-title-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px; 
  height: 2px;
  background-color: #49a3bb;
  transform: translateX(-50%);
}

.page-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0;
	line-height: 1.5;
}

.page-title span{
  font-size: 1.3rem;
}


.page-title-sub {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #49a3bb; 
  letter-spacing: 0.18em;
  text-transform: uppercase;
}



@media (max-width: 768px) {
	
	.page-title-block {
  position: relative;
  text-align: center;
  margin: 0px auto 40px;
  padding-top: 30px; 
}

.page-title-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px; 
  height: 2px;
  background-color: #49a3bb;
  transform: translateX(-50%);
}

.page-title {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
	line-height: 1.5;
}

.page-title span{
  font-size: 1.2rem;
}


.page-title-sub {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #49a3bb; 
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

}
	








.pageimg img
	{
	border-radius: 40px 0px 40px 0px;
		margin-bottom: 40px;
	}


.page-subhead {
    position: relative;
    padding: .5em 1em;
		text-align: center;
    color: #49a3bb;
		font-weight: 500;
		font-size: 1.6rem;
		margin: 150px 0px 50px 0px;
}

.page-subhead::before,
.page-subhead::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 3px solid #49a3bb;
    box-sizing: border-box;
    content: '';
}

.page-subhead::before {
    top: 0;
    left: 0;
    border-right: none;
}

.page-subhead::after {
    bottom: 0;
    right: 0;
    border-left: none;
}
	
	
.h3trouble
	{
background-image:url("../image/nblet.png");
background-repeat: no-repeat;
background-size: 35px;
padding-left: 50px;
font-weight: 500;
font-size: 1.2rem;
margin: 50px 0px 20px 0px;
color: #49a3bb;
	}
	
.h3direc {
position: relative;
padding: .5em 1.9em;
color: #49a3bb;
font-size: 1.2rem;
margin: 30px 0px 5px 0px;
}

.h3direc::before,
.h3direc::after {
display: inline-block;
position: absolute;
transform: translateY(-50%);
width: 12px;
height: 12px;
border: 2px solid #49a3bb;
content: '';
}

.h3direc::before {
top: calc(50% - 3px);
left: 0;
}

.h3direc::after {
top: calc(50% + 3px);
left: 5px;
}

.page-checktext {
    display: flex;
    align-items: center;
    column-gap: 8px;
	font-size: 1em;
	line-height: 1.3em;
}

.page-checktext::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 5px solid #49a3bb;
    border-left: 5px solid #49a3bb;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}





	
.common2col {
  display: flex;
  width: 100%;
  gap: 60px;
  box-sizing: border-box;
}

.common2col-item {
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .common2col {
    flex-direction: column;
    gap: 20px;
  }
}



.exbox {
    border: 2px solid #49a3bb;
    border-radius: 5px;
    color: #;
	margin-bottom: 20px;
}

.exbox div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #49a3bb;
    font-weight: 500;
	font-size: 1.1rem;
    vertical-align: top;
}


.exbox p {
    margin: 0;
    padding: 0 1.5em 1em;
}
		

.h3fefl
{
	font-weight: 500;
	font-size: 1.2em;
}

.h3fefl span
{
	font-weight: 500;
	font-size: 1em;
	color: #49a3bb;
	display: block;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.type-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease;
	padding: 25px;
	box-sizing: border-box;
}

.type-card h3 {
    color: #49a3bb;
	font-size: 1.2rem;

}

@media (max-width: 768px) {
	
  .type-grid {
    grid-template-columns: 1fr 1fr; /* 2カラム */
	grid-template-columns: 1fr; /* 1カラム */
    gap: 20px;
  }

}




@media (max-width: 768px) {

.page-subhead {
    position: relative;
    padding: .5em 1em;
		text-align: center;
    color: #49a3bb;
		font-weight: 500;
		font-size: 1.3rem;
		margin: 80px 0px 30px 0px;
}
	
	.h3fefl
{
	font-weight: 500;
	font-size: 1.2em;
}

.h3fefl span
{
	font-weight: 500;
	font-size: 1em;
	color: #49a3bb;
	display: block;
}

}









.midashi-s
{
	font-weight: 700;
	font-size: 1.3em;
  background-color: #FFF; /* ← 色指定 */
	color: #00a0c6;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 0px;
	border: 1px solid #00a0c6;
}
@media (max-width: 768px) {
.midashi-s
{
	font-weight: 700;
	font-size: 1.2em;
  background-color: #FFF; /* ← 色指定 */
	color: #00a0c6;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 10px;
	border: 1px solid #00a0c6;
}
}














.comparison-table-container {
    width: 100%;
    margin: 20px 0;
	box-sizing: border-box;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
	box-sizing: border-box;
}

.comparison-table th, .comparison-table td {
    text-align: left;
    padding: 20px;
    border: 5px solid #FFF;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
	
.comparison-table td:first-child {
font-weight: 500;
		color: #00a0c6;
	}

/* ヘッダー */
.comparison-table thead {
    background-color: #f4f4f4;
    font-weight: 500;
	color: #00a0c6;
}

/* 自院の列を強調（背景と太枠） */
.comparison-table .highlight-border {
    background-color: #e0f2ff;
    font-weight: bold;
}
	
	

	
@media (max-width: 768px) {
    .comparison-table-container {
        width: 100%;
    	box-sizing: border-box;
}

    .comparison-table thead {
        display: none; /* PC時のヘッダーを非表示 */
	box-sizing: border-box;
    }

    .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td {
        display: block;
        width: 100%;
	box-sizing: border-box;
    }

    .comparison-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #f8f9fa;
        width: 100%;
	box-sizing: border-box;
    }

    .comparison-table td {
        text-align: left;
        padding: 10px;
        position: relative;
        border: none;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
	box-sizing: border-box;
		background-color: inherit;
		font-size: 13px;
    }
	
	
	
    .comparison-table td:last-child {
border-bottom: none;
	}
	
	    .comparison-table td:first-child {
border: none;
	}
	
    .comparison-table td:first-child strong {
display: none;
	}
	


    /* 項目のラベルを追加 */
    .comparison-table td::before {
        content: attr(data-label);
        color: #555;
        flex-shrink: 0;
        min-width: 40%;
        display: inline-block;
	box-sizing: border-box;
		font-size: 15px;
    }

    .comparison-table td:first-child::before {
        content: attr(data-label);
        color: #50a2c8;
		font-size: 17px;
    }

    /* 自院の枠線を強調 */
    .comparison-table .highlight-border {
        background-color: #e0f2ff;
        font-weight: bold;
        border: 3px solid #50a2c8;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
	box-sizing: border-box;
    }

}
	




.price-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f8fc;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  box-sizing: border-box;
	border: 5px solid #00a0c6;
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 90%;
}

.price-label {
  background-color: #0066cc;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  white-space: nowrap;
}

.price-text {
  font-size: 22px;
  color: #222;
  text-align: center;
}

.price-text strong {
  color: #0066cc;
  font-size: 30px;
  font-weight: 700;
}

.price-text small {
  font-size: 13px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .price-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .price-text {
    font-size: 18px;
  }
  .price-text strong {
    font-size: 26px;
  }
  .price-text small {
    font-size: 11px;
  }
}







/* Googleマップをレスポンシブ対応（PC・スマホ共に横幅100%） */
.map-container {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9の比率を維持 */
    position: relative;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
	
/* アクセス情報のスタイル */
.access-info {
    width: 100%;
    margin: 20px auto 0px auto;
    padding: 10px;
    font-size: 16px;
}

/* 各項目のデザイン */
.access-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.access-item strong
	{
		font-weight: 500;
		color: #7db7c8;
	}
	
	.access-item strong::after
	{
  content: ' | ';
	}
	
	
/* アイコンのデザイン（画像に近づける） */
.location-icon {
    font-size: 18px;  /* アイコンサイズ */
    color: #7db7c8;   /* 水色のカラー */
    border: 2px solid #7db7c8; /* 外枠をつける */
    border-radius: 50%; /* 丸いデザイン */
    padding: 0px; /* アイコン内の余白 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px; /* 外枠のサイズ */
    height: 35px;
    flex-shrink: 0;
}

/* テキストの調整 */
.access-item p {
    margin: 0;
    padding-left: 15px;
}








.profile-container {
    display: flex;
    align-items:;/*画像の要素を真ん中にする*/
    margin: 0 auto;
}

/* 画像エリア */
.profile-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
}

/* テキストエリア */
.profile-content {
    flex: 1;
    padding-left: 40px;
}

/* 役職 */
.profile-role {
    font-size: 14px;
    color: #99a07b;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 名前 */
.profile-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* ローマ字 */
.profile-name-roman {
    font-size: 16px;
    color: #777;
    font-weight: normal;
}

/* 資格エリア */
.profile-qualifications {
    margin-top: 20px;
}

/* 資格タイトル */
.qualifications-label {
    font-size: 16px;
    font-weight: bold;
    color: #99a07b;
    display: inline-block;
    margin-bottom: 8px;
}

/* 資格ボックス */
.qualifications-box {
    padding: 10px 15px;
    border: 2px solid #99a07b;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: fit-content;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .profile-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
		text-align: center !important;
    }
	
	.profile-image img {
        max-width: 250px;
		text-align: center;
		margin: 0 auto;
    }

    .profile-content {
        padding-left: 0;
        padding-top: 20px;
    }

    .qualifications-box {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}












.features-title2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #50a2c8;
}





.features-section {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 60px auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* タイトル部分 */
.features-header {
  display: flex;
  align-items: center; /* 高さを中央揃え */
  gap: 15px;
  margin-bottom: 30px;
}

.features-number {
  font-size: 3rem;
  color: #50a2c8;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  display: flex;
  align-items: center; /* 数字自体も中央揃え */
}

.features-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #50a2c8;
  line-height: 1.4;
  display: flex;
  align-items: center; /* タイトルも縦位置調整 */
}

/* ===== コンテンツ（左右レイアウト） ===== */
.features-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.features-image {
  flex: 0 0 40%;
}

.features-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.features-text {
  flex: 1;
  line-height: 1.9;
  font-size: 1rem;
  color: #333;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .features-section {
    padding: 30px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }

  .features-header {
    flex-direction: column;
    align-items: flex-start;
  gap: 0px;
    margin-bottom: 25px;
  }

  .features-number {
    font-size: 3rem;
  font-weight: 500;
  align-items: center; /* 数字自体も中央揃え */
	  margin: 0 auto;
  }
	
	

  .features-title {
    font-size: 1.3rem;
  }

  .features-content {
    flex-direction: column;
    gap: 25px;
  }

  .features-image {
    width: 100%;
  }

  .features-text {
    width: 100%;
    font-size: 0.95rem;
  }
}







.decotext-container {
    display: flex;
    align-items: center;
}

.decotext1 {
    font-size: 1.2em;
    font-weight: 500;
    color: #14274A;
    margin-left: 10px;
}

.decotext1-line {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #14274A;
}

@media (max-width: 768px) {

    .decotext1 {
        font-size: 18px;
    }

    .decotext1-line {
        width: 30px;
    }
}
	







.toprecommend {
  max-width: 100%;
  margin: 50px auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* 各カード */
.toprecommend__card {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  text-align: center;
  flex: 1 1 calc(33.333% - 30px);
  padding: 30px 20px;
  box-sizing: border-box;
  overflow: hidden;
}

/* リボン */
.toprecommend__card::before {
  content: "推薦";
  position: absolute;
  top: 14px;
  left: -40px;
  width: 150px;
  text-align: center;
  background-color: #00a0c6;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  transform: rotate(-45deg);
  padding: 6px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  letter-spacing: 1px;
}

/* 画像（丸型） */
.toprecommend__card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
}

/* タイトル（背景＋角丸） */
.toprecommend__title {
  display: inline-block;
  background-color: #00a0c6;
  color: #fff;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* コメント文（変更済み） */
.toprecommend__comment {
  font-size: 1.2rem;
  color: #00a0c6;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 700;
}

/* 肩書き・氏名 */
.toprecommend__profile {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .toprecommend {
    flex-direction: column;
	  margin: 40px auto;
  }
  .toprecommend__card {
    flex: 1 1 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
  }
  .toprecommend__card img {
    width: 120px;
    height: 120px;
    margin: 0;
    flex-shrink: 0;
  }
  .toprecommend__textwrap {
    flex: 1;
  }
  .toprecommend__title {
    font-size: 1rem;
    padding: 4px 10px;
  }
  .toprecommend__comment {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .toprecommend__card::before {
    font-size: 0.9rem;
    top: 10px;
    left: -35px;
    width: 130px;
  }
}


