@charset "UTF-8";
/*
 * Copyright (c) 2006-2024 LeARU Inc
 */

h2{
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	color: var(--base);
	font-size: 3.7rem;
	line-height: 1.6;
}
h3{
	background: var(--base);
	color: #fff;
	font-weight: 600;
	font-size: 2.3rem;
	padding: 15px 15px;
	line-height: 1.5;
	margin-bottom: 25px;
	border-radius: 10px;
	letter-spacing: normal;
}
h3 .riyu{
	color: var(--base);
	background: #fff;
	padding: 2px 10px;
	border-radius: 30px;
	font-size: 90%;
}
h4{
	font-size: 120%;
	font-weight: 600;
	padding-top: 40px;
}
@media screen and (max-width: 860px) {
h2{
	font-size: 2.4rem;
	line-height: 1.6;
	
}	
h3{
	text-align: center;
	padding: 15px 10px;
	font-size: 1.9rem;
	line-height: 2.1;
}
h4{
	font-size: 110%;
	font-weight: 600;
	padding-top: 40px;
}	
}
.pt80{
	padding-top: 80px;
}
.mb40{
	margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
.pt80{
	padding-top: 20px;
}
.mb40{
	margin-bottom: 20px;
}
}

.contents-bg{
	background: #fff;
}
.hero {
  width: 100vw;
  aspect-ratio: 1920 / 1312; /* ← 正確な画像の比率 */
  background-image: url("../img/hero-bg.png");
  background-size: cover;    /* アスペクト比を保ちつつ、全体に表示 */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

@media screen and (max-width: 1200px) {
  .hero {
    aspect-ratio: 1100 / 1141; /* ← 正確な画像の比率 */
	background-image: url("../img/hero-bg1100.png");  
  }
}
@media screen and (max-width: 768px) {
  .hero {
    aspect-ratio: 780 / 1810; /* ← 正確な画像の比率 */
	background-image: url("../img/hero-bg780.png");  
  }
}



    header {
      transition: transform 0.4s ease;
      display: flex;
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      animation: slideDown 0.6s ease-out;
		letter-spacing: normal;
    }
header .nav-wrapper,
header nav,
header .logo,
header a,
header ul,
header li {
  box-sizing: content-box !important;
}

.copy{
	padding-top: 170px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
}
.copy2{
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 60px;
}
.lead{
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.lead-text{
	text-align: center;
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
.copy{
	padding-top: 120px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}		
}


    @keyframes slideDown {
      from {
        transform: translateY(-100%);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

.name{
	color: #fff;
	padding: 30px 15px 60px 15px
}





    .nav-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 0px 15px 20px;
      max-width: 1080px;
      width: 100%;
      background-color: #fff;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-left: 15px;
      margin-right: 15px;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      height: 60px;
    }

    nav {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 40px;
    }

    nav ul {
      justify-content: flex-end;
      list-style: none;
      display: flex;
      gap: 40px;
      margin: 0;
      padding: 0;
    }

    nav ul li {
      text-align: center;
    }

    nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 15px;
      font-weight: 500;
      display: block;
    }

    nav ul li span {
      display: block;
      font-size: 11px;
      color: #AEAEAE;
      margin-top: -2px;
    }

    .cta {
      margin-right: 0;
      border-top-right-radius: 0;
      background-image: linear-gradient(360deg, rgba(22, 116, 158, 1), rgba(0, 85, 132, 1));
      border-bottom-right-radius: 16px;
      padding: 15px 40px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
}
.cta:hover{
	color: #fff;
	opacity:0.9;
}
.menu-right{
	padding-right: 40px;
}

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 5px;
    }

    .menu-toggle span {
      height: 2px;
      width: 24px;
      background: #000;
    }
.entry{
	background: var(--base);
	color: #fff;
	text-align: center;
	padding: 15px 30px;
	border-radius: 10px;
}
.entry:hover{

	color: #fff;

}

nav ul li.has-submenu {
  position: relative;
}

nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f1f1f1;
  padding-top: 12px; /* 三角分の余白を確保 */
  padding-bottom: 10px;
  min-width: 220px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
  border-radius: 8px;
  pointer-events: auto;
}

nav ul li .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  z-index: 1;
  pointer-events: none; /* これで hover を妨げない */
}

nav ul li .submenu li {
  padding: 2px 15px;
  text-align: left;
}

nav ul li .submenu li a {
  font-size: 1.3rem;
  text-decoration: none;
}

nav ul li.has-submenu:hover .submenu {
  display: block;
}
.submenu a i {
  margin-right: 8px;
  color: var(--base, #16749e); /* テーマカラーなどに調整可 */
  width: 20px; /* アイコンの幅を揃えると整う */
  text-align: center;
}


@media screen and (max-width: 960px) {
  nav ul li.has-submenu .submenu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  nav ul li.has-submenu .submenu::before {
    display: none;
  }
  nav ul li.has-submenu .submenu li {
    padding: 8px 0;
	  text-align: center;
  }
  nav ul li.has-submenu .submenu {
    display: none;
  }
  nav ul li.has-submenu.open .submenu {
    display: block;
  }
}



    @media screen and (max-width: 960px) {
      .nav-wrapper {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
      }
.menu-right{
	padding-right: 0px;
}
      header {
        padding: 0 15px;
      }
		 .logo img {
      height: 30px;
    }

      .cta {
        display: none;
      }

      .menu-toggle {
        display: flex;
      }

      .nav-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
      }

      nav {
        flex-direction: column;
        width: 100%;
      }

      nav ul {
        flex-direction: column;
        display: none;
        width: 100%;
        gap: 16px;
        margin-top: 16px;
      }

      nav ul.active {
        display: flex;
      }
    }

    footer.fixed-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: var(--base);
      color: #fff;
      text-align: center;
      padding: 12px;
      transform: translateY(100%);
      transition: transform 0.4s ease;
      z-index: 999;
    }

.sub-title{
	color: #333;
	font-size: 4rem;
	font-weight: 600;
	padding-top: 50px;
}
.sub-title-mini{
	color: var(--base);
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 20px;
	margin-top: -20px;
}


.responsive-grid {
	margin-top: 30px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
	font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .responsive-grid {
    grid-template-columns: repeat(3, 1fr); /* モバイルは3列 */
  }
}

@media screen and (min-width: 1024px) {
  .responsive-grid {
    grid-template-columns: repeat(4, 1fr); /* PCは4列 */
  }
}

.grid-item {
	color:  var(--base);
 font-weight: 600;
  background: #fff;
  padding: 10px 5px;
  text-align: center;
  border: 2px solid var(--base);
}

.responsive-grid2 {
	margin-top: 30px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
	font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .responsive-grid2 {
    grid-template-columns: repeat(3, 1fr); /* モバイルは3列 */
  }
}

@media screen and (min-width: 1024px) {
  .responsive-grid2 {
    grid-template-columns: repeat(4, 1fr); /* PCは4列 */
  }
}

.grid-item2 {
	color:  #fff;
 font-weight: 600;
  padding: 10px 5px;
  text-align: center;
  border: 2px solid #fff;
}

.cta-innar{
	background: #fff;
	border-radius: 20px;
	border: 4px solid #1A6799;
	padding: 40px 60px;
}
.cta-gray-bg{
	background: #f1f1f1;
	padding: 0px 50px 50px 50px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.cta-gray-bg p{
	padding-top:15px;
	font-size: 1.6rem;
}
.cta-tab{
	background: var(--base);
	color: #fff;
	border-radius: 0px 0px 15px 15px;
	padding: 10px 30px;
}
.cta-strong{
	text-align: center;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 1.8;
}
.cta-strong2{
	text-align: center;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 1.8;
	color: var(--base);
}

@media screen and (max-width: 768px) {
.cta-innar{
	padding: 15px 10px;
}
.cta-gray-bg{
	padding: 0px 20px 40px 20px;
}	
.cta-strong2{
	text-align: center;
	font-weight: 600;
	font-size:2.2rem;
	line-height: 1.6;
	color: var(--base);
}	
}














.profile-column {
  display: flex;
  gap: 20px;
}

.left-column {
  width: 30%;
	background: url("../img/makotonakamura.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.right-column {
  width: 70%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .profile-column {
    flex-direction: column;
  }

  .left-column,
  .right-column {
    width: 100%;
	  font-size: 1.6rem;
  }
	.left-column {
	background: none;
}
	.right-column {
	  padding-bottom: 0px;
  }
}

    /* コンテナ */


.loop-slider {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
	padding: 5px 0px 5px 0px;
}

.loop-track {
  display: flex;
  will-change: transform;
  /* duration は --duration から取る */
  animation: scroll var(--duration) linear infinite;
  -webkit-animation: scroll var(--duration) linear infinite;
}

.loop-group {
  display: flex;
  flex-shrink: 0;
}

.loop-group img {
  display: block;
  flex-shrink: 0;
  height: 200px;
  margin-right: 5px;
  object-fit: contain;
}

@-webkit-keyframes scroll {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to   { -webkit-transform: translateX(calc(var(--group-width) * -1)); transform: translateX(calc(var(--group-width) * -1)); }
}
@keyframes scroll {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to   { -webkit-transform: translateX(calc(var(--group-width) * -1)); transform: translateX(calc(var(--group-width) * -1)); }
}
@media screen and (max-width: 768px) {
	.loop-group img {
  display: block;
  flex-shrink: 0;
  height: 150px;
  margin-right: 5px;
  object-fit: contain;
}
}


.jirei-wrapper {
  position: relative;
  display: inline-block;
}

.jirei-banner {
  display: block;
  height: 200px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.jirei-wrapper:hover .jirei-banner {
  transform: scale(1.1);
}

/* ボタンの見た目 */
.jirei-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffed48;
  color: var(--base);
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
	font-weight: 600;
}

.jirei-wrapper:hover .jirei-overlay {
  opacity: 1;
}

.bg-img{
	background: url("../img/bg-img.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}
.bg-img2{
	background: var(--base);
	background-image: url("../img/bg-img2.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.column-layout--40-60,
.column-layout--60-40 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 10px 0px;
}

.column-left,
.column-right {
  box-sizing: border-box;
  padding: 0px;
}

.column-left p,
.column-right p {
  padding-bottom: 15px;
}

/* PC表示（横並び） */
@media (min-width: 861px) {
  .column-layout--40-60 .column-left {
    width: 40%;
    order: 1;
  }
  .column-layout--40-60 .column-right {
    width: 60%;
	  padding-left: 50px;
    order: 2;
  }

  .column-layout--60-40 .column-left {
    width: 60%;
	  padding-right: 50px;
    order: 1;
  }
  .column-layout--60-40 .column-right {
    width: 40%;
    order: 2;
  }
}

/* スマホ表示（縦並び + 40%側を上） */
@media (max-width: 860px) {
  .column-left,
  .column-right {
    width: 100%;
  }
	.column-left p,
.column-right p {
  padding-bottom: 15px;
	font-size: 1.6rem
}

  .column-layout--40-60 .column-left {
    order: 1;
	  height: 200px;
  }
  .column-layout--40-60 .column-right {
    order: 2;
	  margin-top: 30px;
  }

  .column-layout--60-40 .column-left {
    order: 2;
	  margin-top: 30px;
  }
  .column-layout--60-40 .column-right {
    order: 1;
	  height: 200px;
  }
}


.riyu01{
	background: url("../img/riyu01.png");
	background-repeat: no-repeat;
	background-position: center center;
	  background-size: cover;
	border-radius: 15px;
}
.riyu02{
	background: url("../img/riyu02.png");
	background-repeat: no-repeat;
	background-position: center center;
	  background-size: cover;
	border-radius: 15px;
}
.riyu03{
	background: url("../img/riyu03.png");
	background-repeat: no-repeat;
	background-position: center center;
	  background-size: cover;
	border-radius: 15px;
}



.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 5px;
}

.checklist li i {
  color: #1d5b89; /* チェックの色 */
  min-width: 1.2em;
  margin-top: 8px;
  flex-shrink: 0;
}

.checklist li::marker {
  content: none;
}


.custom-grid-2x2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch; /* 同じ行の高さを揃える */
}

.custom-grid-item {
  flex: 1 1 calc(50% - 20px); /* 2列（gap考慮） */
  box-sizing: border-box;
  border: 1px dotted var(--base);
  border-radius: 8px;

}

/* スマホ：1列×4行（横幅100%） */
@media screen and (max-width: 768px) {
  .custom-grid-item {
    flex: 1 1 100%;
  }
	.checklist li {
  line-height: 1.5;
		margin-bottom: 15px;
}
	.checklist li i {
  color: #1d5b89; /* チェックの色 */
  min-width: 1.2em;
  margin-top: 4px;
  flex-shrink: 0;
}
	.sp-riyu{
		font-size: 26px;
		line-height: 1.3;
	}
/* ボタンの見た目 */
.jirei-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffed48;
  color: var(--base);
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
	font-weight: 600;
}	
}

.kaikaku{
	background: var(--sc2);
	padding: 9px 30px;
	border-radius: 0px 0px 10px 10px;
	
}
.kaikaku-box{
	padding: 20px;
}
.kaikaku-text{
	background: #f1f1f1;
	font-size: 1.6rem;
	padding: 20px 30px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
.kaikaku-box{
	padding: 15px;
}
.kaikaku-text{
	background: #f1f1f1;
	font-size: 1.6rem;
	padding: 15px 20px;
	border-radius: 10px;
}
}

.jirei{
	background: var(--base);
	color: #fff;
	padding: 5px 15px;
	border-radius: 10px 10px 0px 0px;
}

.cta-img01{
	padding: 0px 80px;
}
.cta-img02{
	padding: 10px 30px;
}
.cta-img03{
	padding: 30px 50px;
}
.rexlisalon{
	padding: 0px 30px 40px 30px;
}
@media screen and (max-width: 768px) {
.cta-img01{
	padding: 0px 80px;
}
.cta-img02{
	padding: 10px 30px;
}
.cta-img03{
	padding: 10px 50px;
}
.rexlisalon{
	padding: 0px 50px 30px 50px;
}	
}

/* オーバーレイ全体 */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* ポップアップの中央ボックス全体 */
.popup-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: slideUp 0.4s ease;
  width: 90vw;
  max-width: 650px;
  max-height: 88vh;
}

/* 上部の×ボタン */
.popup-controls {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  margin-right: -15px;	
}

.close-button {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

/* 画像エリア */
.popup-content {
  background: white;
  border-radius: 10px;
  overflow-y: auto;
  width: 100%;
  max-height: 78vh;
}

.popup-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* 下部の閉じるボタン */
.popup-controls-bottom {
  margin-top: 12px;
}

.popup-close-btn {
  color: white;
	background: none;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.popup-close-btn:hover {
  color: var(--sc2);
}

/* アニメーション */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .popup-wrapper {
    width: 90vw;
  }
}

.contents-wrapper{
	padding: 20px 20px;
}
.service-box {
    position: relative;
    margin: 40px 0;
    padding: 35px 30px 20px 30px;
    border: solid 3px var(--base);
    border-radius: 8px;
	font-size: 1.5rem;
}
.service-box .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    line-height: 1;
    font-size: 19px;
    background: var(--base);
    color:  #fff;
    font-weight: bold;
	padding: 10px 20px;
	border-radius: 30px;
}
.service-box p {
    margin: 0; 
    padding: 0;
}
    .box-title i {
      margin-right: 8px;
    }
@media screen and (max-width: 768px) {
  .contents-wrapper {
    padding: 20px 0px;
  }

  .service-box {
    padding: 35px 15px 5px 15px;
	  	font-size: 1.6rem;
  }

  .service-box .box-title {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
	  font-size: 18px;
    white-space: nowrap;        /* 改行させない */
    max-width: 100%;            /* はみ出し防止（必要に応じて調整） */
    overflow: hidden;
    text-overflow: ellipsis;    /* 長すぎる場合は「…」にする（任意） */
  }
}


    .case-card { background: #fffce1; border-radius: 20px; padding: 32px; max-width: 860px; margin: 0px auto 40px auto; }
    .flexbox { display: flex; align-items: center; gap: 24px; }
    .flexbox img { width: 120px; height: auto; }
    .info { flex-grow: 1; }
    .info .card-title { font-size: 20px; margin: 0px 0px 10px 0px; font-weight: 600; white-space: pre-line; }
    .line { border-top: 2px dashed #444; margin: 0px 0px 20px 0px; }
    .row { display: flex; align-items: flex-start; gap: 12px; margin: 8px 0; flex-wrap: nowrap; }
    .label { padding: 0px 12px; border-radius: 5px; color: white; font-size: 14px; font-weight: bold; white-space: nowrap; flex-shrink: 0; }
    .label.red { background: #e74c3c; }
    .label.orange { background: #f39c12; }
    .label.green { background: #27ae60; }
    .text { font-size: 16px; line-height: 1.6; word-break: break-word; }
    .sp-only { display: none; }
    @media screen and (max-width: 768px) {
      .flexbox { flex-direction: column; text-align: center; }
      .row { flex-direction: row; align-items: flex-start; text-align: left; }
      .sp-only { display: inline; }
    }
    
.pc-only { display: inline; }

@media screen and (max-width: 768px) {
  .pc-only { display: none; }
}
.case-card { padding: 20px;}
.info .card-title { font-size: 18px; margin: 0px 0px 10px 0px; font-weight: 600; white-space: pre-line; }

    .btn-see {
      margin: 32px auto;
      display: block;
      padding: 18px 50px;
      font-size: 18px;
      border: none;
      border-radius: 50px;
      background: #005584;
      color: white;
      cursor: pointer;
		
    }



   .plan-tabs {
      display: flex;
      justify-content: center;
      margin-bottom: -3px;
      position: relative;
      z-index: 3;
    }
    .plan-tab {
      padding: 3px 70px;
      margin: 0 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: #E6E6E6;
      cursor: pointer;
      font-weight: bold;
      position: relative;
      border: 3px solid transparent;
      border-bottom: 3px solid #ccc;
	  color: #9B9B9B;
	  font-size: 1.8rem;
    }
.plan-tab:hover{
	opacity: 0.7;
}
    .plan-tab.active {
      background: #fff;
      border-bottom: 3px solid #fff;
      z-index: 2;
    }
    .plan-tab[data-type="annual"].active {
      border: 3px solid #eb6253;
      border-bottom: 3px solid #eb6253;
		background: #eb6253;
		color: #fff;
    }
    .plan-tab[data-type="monthly"].active {
      border: 3px solid var(--base);
      border-bottom: 3px solid  var(--base);
		background: var(--base);
		color: #fff;
    }

    .plan-tab[data-type="monthly"]:not(.active) {
      border-bottom: 3px solid  #eb6253;
    }
    .plan-tab[data-type="annual"]:not(.active) {
      border-bottom: 3px solid var(--base);
    }



.plan-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 70px 8px;
  margin: 0 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #E6E6E6;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  border: 3px solid transparent;
  border-bottom: 3px solid #ccc;
  font-size: 1.8rem;
  color: #9B9B9B;
}

.tab-title {
  font-size: 1.8rem;
  color: inherit;
}

.tab-sub-label {
  font-size: 1.1rem;
  margin-top: 8px;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: bold;
  background: #ccc;
  color: #999;
	line-height: 1.2;
}

.plan-tab.active .tab-title {
  color: #fff;
}

/* 年払いがアクティブなときのラベル */
.plan-tab[data-type="annual"].active .annual-label {
  background: #FFEB3B; /* 黄色 */
  color: #eb6253;
}

/* 月払いがアクティブなときのラベル */
.plan-tab[data-type="monthly"].active .monthly-label {
  background: #fff;
  color: var(--base);
}

/* 非アクティブ時ラベル（両方共通でグレーに） */
.plan-tab:not(.active) .tab-sub-label {
  background: #E0E0E0;
  color: #999;
}

/* タブの色など既存のまま維持 */
.plan-tab[data-type="annual"].active {
  border: 3px solid #eb6253;
  border-bottom: 3px solid #eb6253;
  background: #eb6253;
}

.plan-tab[data-type="monthly"].active {
  border: 3px solid var(--base);
  border-bottom: 3px solid var(--base);
  background: var(--base);
}

.plan-tab[data-type="monthly"]:not(.active) {
  border-bottom: 3px solid #eb6253;
}

.plan-tab[data-type="annual"]:not(.active) {
  border-bottom: 3px solid var(--base);
}
    .td-title i {
      font-size: 26px;
    }
@media screen and (max-width: 768px) {
    .td-title i {
      font-size: 21px;
	}
}




    .plan-content {
      background: #FFFAE4;
      border: 3px solid #eb6253;
      padding: 30px 40px;
      display: none;
      position: relative;
      z-index: 5;
		border-radius: 15px;
    }
    .plan-content#monthly {
      border-color: var(--base);
	  background: #fff;	
    }
    .plan-content.active {
      display: block;
    }
    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 0px;
    }
    .pricing-table th, .pricing-table td {
      border: 1px solid #ccc;
      padding: 0px;
      text-align: center;
	  line-height: 1.5;
		background: #fff;
    }
    .pricing-table th {
      background-color: #f5f5f5;
    }
    .pricing-table .price-row td {
      font-size: 20px;
    }
    .pricing-table .btn-row td {
      padding: 16px;
    }
    .btn-start1 {
      background-color: var(--base);
      color: white;
      padding: 10px;
      text-decoration: none;
      border-radius: 30px;
      display: inline-block;
		margin: 10px auto 20px auto;
		font-weight: normal;
		font-size: 1.3rem;
		width: 85%;
    }
.btn-start2 {
      background-color: #eb6253;
      color: white;
      padding: 10px 30px;
      text-decoration: none;
      border-radius: 30px;
      display: inline-block;
		margin: 10px auto 20px auto;
		font-weight: normal;
		font-size: 1.3rem;
	width: 85%;
    }
.btn-start1:hover{
	opacity: 0.7;
	color: #fff;
}
.btn-start2:hover{
	opacity: 0.7;
	color: #fff;
}
.td-title{
	font-size: 1.4rem;
	padding: 20px 10px!important;
}
.kakaku-mini{
	font-weight: normal;
	font-size: 1.4rem;
}
.kakaku{
	font-size: 2.6rem;
	line-height: 1;
}
.basic-label{
	background: var(--base);
	height: 10px;
	margin-bottom: 20px;
	
}
.premium-label{
	background: #eb6253;
	height: 10px;
	margin-bottom: 20px;
}
.p-icon{
	color: #eb6253;
	font-size: 2rem;
	padding: 10px;
	margin-top: 2px;
}
.b-icon{
	color: var(--base);
	font-size: 2rem;
	padding: 10px;
	margin-top: 2px;
}
.b-icon2{
	color: #333;
	font-size: 2rem;
	padding: 10px;
	margin-top: 2px;
}
.b-icon3{
	color: #FEB200;
	font-size: 2rem;
	padding: 10px 10px 10px 10px;
	margin-top: 2px;
}
.cyuusyaku{
	font-size: 1.1rem;
	line-height: 1!important;
	padding-bottom: 15px;
}
.nen{
	color: #eb6253;
	font-size: 120%;
}
.tsuki{
	color: var(--base);
	font-size: 120%;
}
.kaihi{
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	margin-top: -10px;
}
.MonthlyFee{
	color: #555;
}
.kaihi-link{
	color: var(--base);
	font-weight: 600;
}
.hajimeru{
	margin-top: -10px;
	padding-bottom: 20px;
}


.custom-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
margin-bottom: 30px;
}

.custom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  max-width: 90%;
  padding: 10px 20px;
  font-size: 1.6rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #ccc;
  transition: 0.3s;
  text-decoration: none;         /* ← リンクの下線を削除 */
  box-sizing: border-box;        /* ← padding含めて崩れ防止 */
}

.custom-btn .btn-text {
  flex: 1;
  text-align: center;
  line-height: 1.4;
}

.custom-btn .btn-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
}

.custom-btn:hover {
  opacity: 0.85;
	color: #fff;
}


.btn-left {
  background-color: #005584;
}

.btn-right {
  background-color: #eb6253;
}

.custom-btn:hover {
  opacity: 0.85;
}

.custom-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.custom-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* アイコン部分を absolute で独立 */
.custom-btn .btn-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* ホバー時：X方向だけスライド */
.custom-btn:hover .btn-icon {
  transform: translate(6px, -50%);
}



/* スマホ時は縦並び＆逆順 */
@media screen and (max-width: 768px) {
  .custom-btn-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .custom-btn {
    width: 85%;
  }
}


/* スマホ時は縦並び＆逆順 */
@media screen and (max-width: 768px) {
  .custom-btn-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .custom-btn {
    width: 85%;
  }
}

.copy1{
	margin-top: -5px;
}
.copy2{
	margin-top: -5px;
}
.sub-copy1{
	font-size: 1.1rem;
	  background: #FFEB3B; /* 黄色 */
  color: #005584;
	padding: 2px 10px;
	border-radius: 20px;
	
}
.sub-copy2{
	font-size: 1.1rem;
	  background: #FFEB3B; /* 黄色 */
  color: #eb6253;
	padding: 2px 10px;
	border-radius: 20px;
	
}


@media screen and (max-width: 768px) {
.plan-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 30px 2px;
  margin: 0 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #E6E6E6;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  border: 3px solid transparent;
  border-bottom: 3px solid #ccc;
  font-size: 1.8rem;
  color: #9B9B9B;
}
	    .plan-content {
      background: #FFFAE4;
      border: 3px solid #eb6253;
      padding: 15px 5px;
      display: none;
      position: relative;
      z-index: 5;
		border-radius: 15px;
    }
	.plan-mini{
		font-size: 1.2rem;
	}
	    .btn-start1 {
      background-color: var(--base);
      color: white;
      padding: 10px;
      text-decoration: none;
      border-radius: 30px;
      display: inline-block;
		margin: 10px auto 20px auto;
		font-weight: normal;
		font-size: 1.3rem;
		width: 85%;
    }
.btn-start2 {
      background-color: #eb6253;
      color: white;
      padding: 10px ;
      text-decoration: none;
      border-radius: 30px;
      display: inline-block;
		margin: 10px auto 20px auto;
		font-weight: normal;
		font-size: 1.3rem;
	width: 85%;
    }
	.kakaku{
	font-size: 2.1rem;
	line-height: 1;
}
	.td-title{
	font-size: 1.3rem;
	padding: 20px 5px!important;
}
	.hajimeru{
	margin-top: -10px;
	padding-bottom: 20px;
		font-size: 1.6rem;
}
}


     .faq {
      max-width: 800px;
      margin: 0 auto;
    }
    .faq-item {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      margin-bottom: 15px;
      overflow: hidden;
    }
.faq-question {
  background-color: #f1f1f1;
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  gap: 5px;
}
.faq-question:hover {
  color: var(--base);
}

.question-number {
  width: 50px; /* Q1〜Q99まで揃う幅 */
  flex-shrink: 0;
  line-height: 1.5;
	color: var(--base);
}

.question-text {
  flex: 1;
  line-height: 1.7;
}

.faq-question i {
  margin-left: 10px;
  transition: transform 0.3s;
  flex-shrink: 0;
	margin-top: 5px;
}

.faq-item.open .faq-question i {
  transform: rotate(180deg);
}


    .faq-answer {
      display: none;
      padding: 20px 30px;
      background: #fff;
      border-top: 1px solid #eee;
      line-height: 1.7;
		font-size: 1.5rem;
    }
@media screen and (max-width: 768px) {
    .faq-answer {
		font-size: 1.6rem;
    }
   }
    .faq-item.open .faq-answer {
      display: block;
    }



.president-box{
	background: #f1f1f1;
	padding: 10px;
	border-radius: 20px;
}
.president-box p{
	padding-bottom: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.president-img{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.president-name{
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.2;
}
.president-name span{
	font-size: 2rem;
	font-weight: 600;
}
  .custom-col-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .custom-col-left,
  .custom-col-right {
    padding: 15px;
    box-sizing: border-box;
  }

  .custom-col-left {
    width: 35%;
  }

  .custom-col-right {
    width: 65%;
  }
.profile-box{
	background: var(--base);
	color: #fff;
	font-size: 1.5rem;
	padding: 20px 30px;
	border-radius: 10px;
	margin: 0px 20px 20px 20px;
}
.profile{
	font-weight: 600;
	padding-bottom: px;
	font-size: 2rem
}
  .custom-grid-layout2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px;
	  padding-top: 20px;
  }

  .custom-grid-item2 {
    text-align: center;
  }

/* 004 */
.button004 a {
    background: #DB8B00;
    border-radius: 60px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 420px;
    padding: 25px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;font-size: 2.5rem;
	font-weight: 600;
}
.button004 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
	color: #fff;
}
.button004 a:hover {
    background:  #F69A00;
    color: #FFF;
}

/* LINE001 */
.button_line001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button_line001 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.button_line001 a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.button_line001 a:hover {
    opacity: 0.7;
}
.button_line001 a:hover:after {
    transform: scale(1, 1);
}

/* 019 */
.button019 a {
    background: #F4C100;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
	border-radius: 30px;
	font-weight: 600;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background:  #FFFA00;
}
.button019 a:hover:after {
  right: 1.4rem;
}


.button-copy{
	padding-bottom: 5px;
	font-size: 120%;
}
.button-copy2{
	padding-bottom: 5px;
	color: #fff;
}

  @media screen and (max-width: 768px) {
	  .president-box{
	background: #f1f1f1;
	padding: 5px;
	border-radius: 10px;
}
	  .president-box p{
	font-size: 1.6rem;
}
    .custom-grid-layout2 {
      grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		font-size: 1.3rem;
    }
	  .custom-grid-item2 i{
		margin-bottom: 10px;  
	  }
	  .profile-box{
	background: var(--base);
	color: #fff;
	font-size: 1.6rem;
	padding: 20px 15px;
	border-radius: 10px;
	margin: 0px 5px 20px 5px;
}
	  .president-img{
	width: 100%;
	height: auto;
	padding-top: 0px;
}
	  .button004 a {
    background: #DB8B00;
    border-radius: 60px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 20px 20px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;font-size: 2.1rem;
	font-weight: 600;
}
  }

  @media screen and (max-width: 798px) {
    .custom-col-left,
    .custom-col-right {
      width: 100%;
    }
  }

.custom-grid-layout2 a{
	color: #333;
}
.contents-title{
	background: #f1f1f1;
	border-radius: 10px;
	padding: 20px 15px 15px 15px;
}
.contents-title i{
	font-size: 4rem;
}
.contents-title2{
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px 15px 15px;
}
.contents-title2 i{
	font-size: 4rem;
}
.contents-title2:hover{
	background: var(--base);
	color: var(--sc2);
	border-radius: 10px;
}

.gray-bg{
	background: #f1f1f1;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 10px 0px 40px 0px;
}

.tokuten-inner{
	background: url("../img/tokuten_03.jpg");
	background-size: contain;
	padding: 0px 70px;
}
.tokuten-list{
	background: #f9f7e8;
	padding: 30px;
	border-radius: 15px;
	margin-top: 25px;
}

.tokuten-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
}

.tokuten-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 5px;
}

.tokuten-checklist li i {
  color: #bf933c; /* チェックの色 */
  min-width: 1.2em;
  margin-top: 8px;
  flex-shrink: 0;
}

.checklist li::marker {
  content: none;
}
.tokuten-copy{
	font-weight: 600;
	font-size: 2.1rem;
	margin-top: 30px;
	padding-bottom: 10px;
}
.simekiri{
	padding-top: 40px;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
/* スマホ：1列×4行（横幅100%） */
@media screen and (max-width: 768px) {
.tokuten-inner{
	padding: 0px 40px;
}	
.tokuten-list{
	background: #f9f7e8;
	padding: 20px;
	border-radius: 15px;
	margin-top: 25px;
}	
.tokuten-copy{
	font-weight: 600;
	font-size: 1.8rem;
	margin-top: 30px;
	padding-bottom: 30px;
}	
	.tokuten-checklist li {
  line-height: 1.5;
		margin-bottom: 15px;
}
	.tokuten-checklist li i {
  color: #bf933c; /* チェックの色 */
  min-width: 1.2em;
  margin-top: 4px;
  flex-shrink: 0;
}
.simekiri{
	padding-top: 40px;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
}	
}

@keyframes mail-drop {
  0% {
    opacity: 0;
    transform: translateY(-40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.thanks-bg {
  background: #fff;
  border-radius: 15px;
  margin: 100px 120px 15px 120px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 15px;	

  /* アニメーション追加 */
  animation: mail-drop 0.5s ease-out forwards;
  opacity: 0; /* 初期状態は非表示 */
}
.ok{
	font-size: 90px;
	color: #72cc48;
}
.thanks-title{
	font-size: 32px;
	line-height: 1.5;
	padding-bottom: 20px;
}
.thanks-line{
	height: 6px;
	border-radius: 3px;
	background: #ccc;
	width: 100px;
	margin-bottom: 30px;
}
.thanks-text{
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 60px;
}

/* スクロールダウンの位置 */
.scrolldown {
  padding-top: 60px;
  position: relative;
  text-align: center;
	color: #fff;
	margin-bottom: 120px;
	font-size: 20px;
}
/* 矢印のアニメーション部分 */
.scrolldown::before {
  animation: scrolldown 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/* 矢印のアニメーション */
@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
.thanks-bg {
  margin: 40px 30px 10px 30px;
  padding-top: 15px;	
}
.thanks-title{
	font-size: 24px;
	padding-bottom: 20px;
}
.scrolldown {
	margin-bottom: 60px;
}	
}

.premuim-inner1{
	background: url("../img/premium_02.png");
	background-size: contain;
	padding: 0px 40px;
}
.premuim-inner2{
	background: url("../img/premium_04.png");
	background-size: contain;
	padding: 0px 40px;
	color: #523527;
}
.premuim-inner3{
	padding: 20px 40px;
	color: #523527;
	background: #fff;
	border-radius: 15px;
}
@media screen and (max-width: 768px) {
.premuim-inner1{
	padding: 10px 20px 0px 20px;
}
.premuim-inner2{
	padding: 0px 20px 0px 20px;
}
.premuim-inner3{
	padding: 15px 15px;
}	
}
