@charset "utf-8";

/*----------------------------------------------------
#header-trial
----------------------------------------------------*/
#header-trial {
  width: calc(100% - 3rem);
  max-width: 1306px;
  height: 94px;
  border-radius: 16px;
  display: flex;
  padding: 0 1.38% 0 3.1%;
  box-sizing: border-box;
  background-color: hsla(0, 0%, 100%, .75);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  align-items: center;
}

#header-trial .inner {
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
}

#header-trial .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 1s ease;
  margin: 12px 0;
}

#header-trial .header-flex .logo a {
  display: flex;
  align-items: center;
}

#header-trial .header-flex .logo a .image {
  line-height: 1;
  width: 100%;
  max-width: 140px;
  margin-right: 19px;
}

#header-trial .buttonArea {
	width: 284px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0 5px;
}

#header-trial .buttonArea .button a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 160px;
	height: 39px;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	border-radius: 40px;
	position: relative;
  margin: auto;
}

#header-trial .buttonArea .button a .icon {
	width: 16px;
	position: absolute;
	top: 50%;
	left: 16px;
	line-height: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: none;
}

#header-trial .buttonArea .button.orange a {
	background: rgb(198,96,72);
	background: -moz-linear-gradient(90deg, rgba(198,96,72,1) 0%, rgba(234,143,102,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(198,96,72,1) 0%, rgba(234,143,102,1) 100%);
	background: linear-gradient(90deg, rgba(198,96,72,1) 0%, rgba(234,143,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c66048",endColorstr="#ea8f66",GradientType=1);
}


@media screen and (max-width: 768px) {
  #header-trial {
      width: calc(100% - 2.8rem);
      height: 48px;
      border-radius: 40px;
      top: 18px;
      padding: 0 0 0;
      transition: all 0.3s ease;
      overflow: hidden;
  }

  #header-trial .inner {
    height: 100%;
    width: calc(100% - 2.4rem);
    transition: all 0.3s ease;
  }

  #header-trial .header-flex {
    position: initial;
    display: block;
    margin: 0 0;
  }

  #header-trial .header-flex .logo {
    width: 85%;
    margin: 13px 0 0 11px;
  }

  #header-trial .header-flex .logo a .image {
    max-width: 87px;
    margin-right: 13px;
  }

  #header-trial .header-flex .logo a .text {
    font-size: 11px;
  }

  #header-trial .buttonArea {
    display: none;
  }
}



/*----------------------------------------------------
#trial-plan-Visual
----------------------------------------------------*/

 #trial-plan-Visual {
  background-image: url(../img/trial-plan-lp/hero-background.webp);
  background-size: cover; /* 画像を要素全体にフィット */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 650px; /* PCでの最低限の高さ */
  height: auto; /* 高さを自動調整 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%; /* 余白を少し増やす */
}

#trial-plan-Visual .main-visual-mv_custom {
  background-repeat: no-repeat;
  min-height: auto;
  padding: 210px 0px 21px;
}

#trial-plan-Visual .main-visual {
  width: 100%;
  position: relative;
}

#trial-plan-Visual .main-visual .overlay {
  display: none !important;
}

.main-visual>.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: #fff;
  opacity: 0;
}

#trial-plan-Visual .main-visual-content {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

#trial-plan-Visual .main-visual-content .mv_row {
  min-height: 490px;
  display: flex;
}

#trial-plan-Visual .hero-text {
  vertical-align: middle;
  width: 50%;
}

#trial-plan-Visual .DXEicon {
  width: 50%;
  margin-bottom: 25px;
}

#trial-plan-Visual h1 { 
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: .07em;
  margin: 0;
  padding: 0;
	font-weight: 900;
  color: #063594;
}

#trial-plan-Visual p { 
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 24px;
}

#trial-plan-Visual .cta-button {
  width: 315px;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 40px;
  box-shadow: 0 26px 40px rgba(26, 97, 106, 0.16);
  color: #fff;
  background: linear-gradient(90deg, rgba(22, 53, 142, 1) 0%, rgba(92, 195, 240, 1) 100%);
  transition: all 0.3sease;
  margin: 32px auto;
  align-items: center;
  text-decoration: none;
}

#trial-plan-Visual .cta-button:hover {
  opacity: 0.7;
}

#trial-plan-Visual .UI-image { 
  position: relative;
  width: 50%;
  vertical-align: top;
  background-repeat: no-repeat;
}

.UI-image img {
  max-width: 110%;
  width: auto;
}

/*----------------------------------------------------
#recommended-reason
----------------------------------------------------*/

#recommended-reason {
  padding: 76px 0 87px;
  background: #F4F7F8;
}

#recommended-reason .inner {
	max-width: 1100px;
}

#recommended-reason　.borderHead {
	margin-bottom: 76px;
}

#recommended-reason .borderHead h2 {
	font-size: 30px;
	font-weight: 900;
  color: #0070B3;
	text-align: center;
	position: relative;
  line-height: 1.8;
}

#recommended-reason .recommend-slide {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto 64px;
  gap: 30px;
}

#recommended-reason .recommend-slide .box {
	width: 31%;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 26px 40px rgb(26 97 106 / 16%);
	padding: 31px 29px 78px;
	position: relative;
	transition: all 0.3s ease;
}

#recommended-reason .recommend-slide .box {
	padding: 10px 30px 40px;
}

#recommended-reason .recommend-slide .box a {
	pointer-events: none;
}

#recommended-reason .recommend-slide .box .image {
	display: block;
	margin: 0 0 20px;
  justify-content: center;
	margin: 20px auto 29px;
  width: 75%;
}

#recommended-reason .recommend-slide .box h3 {
	line-height: 1.6;
	margin: 0 0 17px;
  text-align: center;
  color: #0074BA;
  font-size: 20px;
	font-weight: 900; 
}

#recommended-reason .recommend-slide .box h3.dark {
	color: #003594;
}

#recommended-reason .recommend-slide .box p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
  text-align: center;
}

#recommended-reason .recommend-slide .box .icon {
	position: absolute;
	right: 33px;
	bottom: 21px;
}

#recommended-reason .recommend-slide .box .icon {
	display: none;
}


/*----------------------------------------------------
#お試しプランでできること
----------------------------------------------------*/
#can-do {
  padding: 85px 0 45px;
}

#can-do .inner {
	max-width: 1100px;
}

#can-do .borderHead {
	margin-bottom: 76px;
  text-align: center;
}

#can-do .borderHead h2 {
	font-size: 40px;
  letter-spacing: 0.12em;
	font-weight: 900;
	text-align: center;
	position: relative;
  line-height: 1.8;
  background-image: linear-gradient(90deg, rgb(22, 53, 142) 0%, rgb(92, 195, 240) 100%, rgb(22, 53, 142) 200%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;

}

#can-do .listFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto 131px;
}

#can-do .listFlex:nth-child(odd) {
	flex-direction: row-reverse;
}

#can-do .listFlex .image {
	width: 57.8%;
	width: calc(100% - 460px);
	background: #fff;
	padding: 8px 8px 0 8px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.16);
	position: relative;
	overflow: hidden;
}

#can-do .listFlex .image.imageIn {
	padding: 8px 8px 4px 8px;
}

#can-do .listFlex .image:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 0;
}

#can-do .listFlex .image video {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

#can-do .listFlex .conts {
	width: 391px;
	padding: 8px 0 0 0;
}

#can-do .listFlex .conts h3 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.78;
	color: #0074BA;
	margin: 0 0 18px;
	white-space: nowrap;
}

#can-do .listFlex .number {
	font-size: 40px;
  letter-spacing: .1em;
	font-weight: 900;
	line-height: 1.78;
	color: #0074BA;
	white-space: nowrap;
  opacity: 0.4;
  display:block;
  margin-bottom: -15px;
}


#can-do .listFlex .conts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

#can-do .listFlex .conts p.addText {
	font-size: 13px;
	font-weight: 900;
	line-height: 1.769;
	color: #0074BA;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
}


/*----------------------------------------------------
#料金表
----------------------------------------------------*/
#trial-price {
  padding: 15px 0 87px;
}

#trial-price .inner {
	max-width: 1100px;
}

#trial-price .borderHead {
	margin-bottom: 76px;
}

#trial-price .borderHead h2 {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	position: relative;
}

#trial-price .borderHead h2:after {
	content: '';
	width: 40px;
	height: 6px;
	background: rgb(22,53,142);
	background: -moz-linear-gradient(90deg, rgba(22,53,142,1) 0%, rgba(92,195,240,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,53,142,1) 0%, rgba(92,195,240,1) 100%);
	background: linear-gradient(90deg, rgba(22,53,142,1) 0%, rgba(92,195,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16358e",endColorstr="#5cc3f0",GradientType=1);
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 8px;
}

.pricing-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-card {
  box-shadow: 0 26px 40px rgba(116, 116, 116, 0.14);
  border-radius: 20px;
  width: 500px;
  text-align: center;
  border: 1.5px solid #00AAD1;
}

.pricing-header {
  min-height: 60px;
  position: relative;
  padding: 15px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  z-index: 1; /* テキストを前面に */
}

.pricing-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(22, 53, 142, 1) 0%, rgba(92, 195, 240, 1) 100%);
  opacity: 0.2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: -1; /* 背景を後ろに */
}

.pricing-header h2 {
  color: #00AAD1;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  letter-spacing: .1rem;
}

.price {
  padding: 30px 20px;
  display: flex ;
  align-items: center;
  flex-direction: column;
}


.p-small {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

.price-trial {
  color: #00AAD1;
  font-size: 40px;
  font-weight: 700;
}

.price-trial span {
  font-size: 20px;
  font-weight: 700;
}

.description {
  font-size: 16px;
  margin-bottom: 20px;
}

.function-table{
  background: #F4F7F8;
  width: 380px;
  padding: 25px 20px;
  margin-top: 20px;
}

.features {
  text-align: left;
  padding: 0 10px;
}

.features h3 {
  color: #00AAD1;
  font-size: 18px;
  margin: 25px 0 3px;
  font-weight: 600;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features ul li {
  position: relative;
  font-size: 15px;
  padding-left: 30px; /* アイコンの分だけ左にスペースを確保 */
  line-height: 1.4;
  padding-top: 7px;
  padding-bottom: 7px;
}

.features ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; /* アイコンのサイズ */
  height: 16px;
  background-image: url(../img/price/blue-check03.svg) ;
  background-size: contain; /* 画像をボックスに収める */
  background-repeat: no-repeat;
}


/*----------------------------------------------------
ツールチップ
----------------------------------------------------*/
.tooltip-cell {
  position: relative; 
  padding-right: 30px; 
}

/* ツールチップの親要素 */
.tooltip {
  position: absolute;
  right: 5px; 
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tooltip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #888888;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  font-size: 12px;
  user-select: none;
}

.tooltip-text {
  visibility: hidden;
  width: 280px; 
  background-color: #555555;
  color: #fff;
  text-align: left;
  padding: 15px;
  border-radius: 8px;
  font-size: 12px;
  position: absolute;
  bottom: 150%;
  right: 0;
  transform: translateX(50%);
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.plan-section-annotation div {
  font-size: 12px;
  padding-top: 30px;
}

.p-1 {
  padding: 0 30rem 50px;
  }

 /*----------------------------------------------------
#利用開始までの流れ
----------------------------------------------------*/

#trial-plan-flow {
  padding: 65px 0 87px;
  background: #F4F7F8;
}

#trial-plan-flow .inner {
	max-width: 750px;
}

#trial-plan-flow .borderHead {
	margin-bottom: 76px;
}

#trial-plan-flow .borderHead h2 {
	font-size: 30px;
  letter-spacing: .2rem;
	font-weight: 800;
	text-align: center;
	position: relative;
  line-height: 1.8;
}

#trial-plan-flow .borderHead p {
	margin-top: 45px;
  font-size: 18px;
  letter-spacing: .2rem;
	font-weight: 700;
	text-align: center;
	position: relative;
  line-height: 1.8;
}

.flow-list {
  display: flex;
  flex-direction: column;
  align-items: center; /* 全体を中央揃え */
}

.step {
  width: 100%;
}

.step-1 {
  width: 100%;
  margin-bottom: 50px;
}

.arrow {
  font-size: 18px;
  color: #0070B3;
  opacity: 0.4;
  margin: 5px 0;
  text-align: center;
}

.accordion-001 {
  width: 100%;
  background: #fff;
  box-shadow: 0 26px 40px rgba(26, 97, 106, .1);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.accordion-001 summary {
  display: flex;
  align-items: center;
  gap: 15px; /* ステップ番号とタイトルの間に余白をつける */
  position: relative;
  padding: 1em 2em;
  background-image:  url(../img/trial-plan-lp/accordion.svg);
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  position: relative; /* アイコンの位置調整用 */
}

.step-container {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  align-items: center; /* 横方向の中央揃え */
  justify-content: center;
  min-width: 50px; /* 幅を固定して揃える */
}

.accordion-001 summary .mark {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  font-weight: 700;
	line-height: 1;
	color: #0070B3;
	margin: 0 5px 3px 0;
}

.accordion-001 summary .number {
  font-size: 2.8rem;
  font-weight: 700;
	line-height: 1;
	color: #0070B3;
	margin: 0 5px 0 0;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
} 


.accordion-001[open] summary::after {
  transform: translateY(-50%) rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  transition: transform .5s, opacity .5s;
}

.accordion-001 .link-highlight {
  color: #0071b3; 
  text-decoration: underline; 
  font-weight: bold; 
  transition: 0.3s ease;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

.accordion-001 ul {
  padding: 0 0 30px 50px;
}

.accordion-001 ul li {
  padding-top: 10px;
  list-style: square;
}

.accordion-001 .flow-image { 
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.accordion-001 .flow-image .example { 
  text-align: center;
  margin-top: 20px;
  padding: 0px 2em 0;
}

/*----------------------------------------------------
サポートメニュー
----------------------------------------------------*/
#support-menu {
	margin: 80px 0 0 0;
  padding-bottom: 87px;
}

#support-menu .inner {
	max-width: 1100px;
}

#support-menu .borderHead {
	margin-bottom: 76px;
}

#support-menu .borderHead h2 {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	position: relative;
}

#support-menu .borderHead h2:after {
	content: '';
	width: 40px;
	height: 6px;
	background: rgb(22,53,142);
	background: -moz-linear-gradient(90deg, rgba(22,53,142,1) 0%, rgba(92,195,240,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(22,53,142,1) 0%, rgba(92,195,240,1) 100%);
	background: linear-gradient(90deg, rgba(22,53,142,1) 0%, rgba(92,195,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16358e",endColorstr="#5cc3f0",GradientType=1);
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 8px;
}

#support-menu .borderHead h3 {
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    margin: 110px 0 0 0;
}

#support-menu .borderHead p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin: 70px 0 0 0;
}

/* サポートメニューのテーブル */
.support-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 100px;
  font-size: 15px;
  text-align: left;
}

.support-table th, 
.support-table td {
  border: 1px solid  #ccc;
  background-color: #fff;
  padding: 15px;
  vertical-align: middle;
}

.support-table td[rowspan] {
  background-color: #EBEBEB;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
} 

.support-table td small {
  padding-top: 30px;
  font-size: 12px;
}

.support-table ul {
  padding-left: 35px;
  margin: 5px 0;
}

.support-table ul li {
  list-style-type: disc; 
}

/*----------------------------------------------------
CTAエリア
----------------------------------------------------*/
.cta-area {
  display: flex;
  justify-content: center; /* ボタンを中央に配置 */
  gap: 30px; /* ボタン間の間隔 */
  margin: 80px;
}

.demo-button a {
  width: 390px;
  height: 75px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 40px;
  box-shadow: 0 26px 40px rgba(26, 97, 106, 0.16);
  color: #fff;
  background: rgb(22, 53, 142);
  background: -moz-linear-gradient(90deg, rgba(22, 53, 142, 1) 0%, rgba(92, 195, 240, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(22, 53, 142, 1) 0%, rgba(92, 195, 240, 1) 100%);
  background: linear-gradient(90deg, rgba(22, 53, 142, 1) 0%, rgba(92, 195, 240, 1) 100%);
  transition: all 0.3sease;
  margin: 0 auto 15px;
  align-items: center;
  text-decoration: none;
}

.demo-button :hover {
  opacity: 0.7;
}

.online-button a {
  width: 390px;
  line-height: 75px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 40px;
  box-shadow: 0 26px 40px rgba(26, 97, 106, 0.16);
  color: #0074BA;
  transition: all 0.3sease;
  margin: 0 auto 15px;
  align-items: center;
  text-decoration: none;
  border: 2px solid #0074BA;
  background-color: #fff;
}

.online-button :hover {
  opacity: 0.7;
}

/*----------------------------------------------------
横スクロール
----------------------------------------------------*/

@media (max-width: 768px) {
  .sp-line {
      overflow-x: scroll;
      position: relative;
  }

  .swipe-guide {
    position: absolute;
    width: 130px;
    top: 100px;
    left: calc(50% - 65px);
    height: 110px;
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    background: rgba(34, 45, 65, 0.7);
    overflow: hidden;
    transition: 0.35s;
  }

  .swipeguide-cover.off .swipe-guide {
    opacity: 0;
    transition: 0.35s;
}
  
  .swipe-guide.on .fig {
    position: relative;
    height: 51px;
    animation: 2s ease 0s 2 normal forwards running swipe;
  }
  
  .swipe-guide .fig {
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
  
  .swipe-guide .txt {
    font-size: 11px;
    color: rgb(255, 255, 255);
  }

  .swipe-guide.on .fig::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 52px;
    top: 0px;
    left: calc(30% - 25px);
    background: url(../img/price/scroll-icon.svg) center center / contain no-repeat;
    background-position: center center;
  }
}

  @media (min-width: 768px){
    .swipe-guide { 
      display: none;
    }
  }

  @media screen and (max-width: 768px) {
    #trial-plan-Visual {
      background-image: url(../img/trial-plan-lp/hero-background.webp);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      min-height: auto; /* 高さを可変に */
      padding: 10% 5%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    #trial-plan-Visual .main-visual-mv_custom {
      padding: 85px 0 20px;
    }
  
    #trial-plan-Visual .main-visual-content {
      max-width: 100%;
    }
  
    #trial-plan-Visual .mv_row {
      flex-direction: column;
      align-items: center;
      min-height: auto;
    }
  
    #trial-plan-Visual .hero-text {
      width: 100%;
      text-align: center;
    }
  
    #trial-plan-Visual .DXEicon {
      width: 80%;
      max-width: 200px;
      margin: 0 auto 15px;
    }
  
    #trial-plan-Visual h1 {
      font-size: 28px;
      line-height: 1.4;
      margin-bottom: 15px;
    }
  
    #trial-plan-Visual p {
      font-size: 18px;
      margin-top: 10px;
    }
  
    #trial-plan-Visual .cta-button {
      width: 80%;
      max-width: 300px;
      height: 55px;
      font-size: 14px;
      margin: 20px auto;
    }
  
    #trial-plan-Visual .UI-image {
      width: 100%;
      text-align: center;
      margin-top: 20px;
    }
  
    .UI-image img {
      max-width: 90%;
      height: auto;
    }

    #recommended-reason .recommend-slide {
      display: flex;
      margin: 0 0 10px;
      justify-content: center;
      flex-direction: column;
    }

    #recommended-reason .recommend-slide .box {
      text-align: center;
      width: 90%;
      display: inline-block;
      margin: auto;
    }

    #recommended-reason .borderHead h2 {
      margin: 0 0 40px;
    }

    #recommended-reason .recommend-slide .box {
      padding: 10px 15px 40px;
    }

    #can-do .inner {
      width: 85%;
    }

    #can-do .borderHead h2 {
      line-height: 1.4;
    }

    #can-do .listFlex .image {
      width: 100%;
      margin: 0 0 16px;
      padding: 5px;
      border-radius: 7px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  }
  
    #can-do .listFlex .conts {
      order: -1; /* 説明文を先にする */
      width: 100%;
      margin-bottom: 20px;
    }

    #can-do .listFlex {
      flex-direction: column;
      margin: 0px auto 50px;
    }

    #can-do .listFlex:nth-child(odd) {
      flex-direction: column;
  }

  .cta-area {
    display: flex;
    margin: 45px 0 10px;
    justify-content: center;
    flex-direction: column;
  }

  .demo-button a {
    width: 80%;
    height: 65px;
    margin: 0 auto;
  }

  .online-button a {
    width: 80%;
    height: 65px;
  }

  .pricing-card {
    width: 96%;
  }

  .price {
    padding: 30px 10px;
  }
 
  .function-table {
    width: 100%;
  }

  .tooltip {
    right: -15px;
  }

  .p-1 {
    padding: 1rem;
  }

  .accordion-001 summary {
    padding: 1em;
    font-size: 15px;
    line-height: 1.6;
  }

  .accordion-001 summary::after {
    right: 31px;
  }
 }

 /* スイッチのベース */
.toggle-container {
  text-align: center;
  margin: 20px;
}

/* チェックボックスを非表示 */
.toggle-checkbox {
  display: none;
}

/* トグルスイッチのデザイン */
.toggle-label {
  width: 50px;
  height: 25px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}

/* 丸いボタン部分 */
.toggle-label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: 0.3s;
}

/* スイッチON時の見た目 */
.toggle-checkbox:checked + .toggle-label {
  background-color: #007bff;
}

.toggle-checkbox:checked + .toggle-label::before {
  left: 25px;
}

/* コンテンツのデフォルト表示 */
.content {
  display: none;
}

.content-a {
  display: block; /* 初期状態ではAを表示 */
}

/* スイッチONでAを消してBを表示 */
.toggle-checkbox:checked ~ .content-a {
  display: none;
}

.toggle-checkbox:checked ~ .content-b {
  display: block;
}
