@charset "utf-8";
/* CSS Document */

html, body {
  overflow-x: hidden;
}
body {
font-family: 'Noto Sans JP', sans-serif!important;
  margin: 0;
  color: #333;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.nav_inner{
width:100%;
max-width:1100px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 16px 0;
}
@media screen and (min-width: 769px) {
.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top:0;
width:100%;
z-index: 50;
}
.logo {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
top:16px;
left:0;
display: block;
}
.nav {
max-width:900px;
width:100%;
margin-left: auto;
}
.nav li{
  display:inline-block;
  list-style: none;
margin-left: 30px;
}
.nav li a{
text-decoration: none;
font-size:14px;
color:#333;
}
.hero {
  background: url('../img/mv.jpg') no-repeat;
  background-size: cover;
background-position: center top;
height:600px;
	margin-top: 50px;
}
	.hero_inner{
 width:100%;
  max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
		position: relative;
	}
.hero-text {
  font-weight: bold;
	position: absolute;
	left:0;
	top:140px;
}	
.mvh2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.ft65{
	font-size: 65px;	
	}
	.ft45{
	font-size: 45px;	
	}
.marker01 {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #ffe600 60%, #ffe600 80%, transparent 80%);
  display: inline;
  padding: 0 4px;
}
.highlight-blue {
  color: #0072ec;
}
.highlight-yellow {
  color: #000;
}
.hero_about{
  background: #fff;
  padding: 40px 40px 20px;
 width:100%;
max-width:900px;
  position: absolute;
  bottom:30px;
  left: 50%;
  transform: translateX(-50%)
}
.hero_about h3 {
  color: #0073e6;
  font-size: 30px;
  margin-bottom: 16px;
  font-weight:bold;
  text-align: center;
}
.hero_about p{
  text-align: left;
line-height: 1.7em;
	}
.scroll-target {
  scroll-margin-top: 60px; /* ヘッダーの高さ + 少し余裕 */
}
.nav_checkbox {
  display: none;
}
}
@media screen and (max-width: 768px) {
.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top:0;
width:100%;
z-index: 50;
  height:50px;
}
.logo {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
top:12px;
left:10px;
display: block;
}
	
.nav_checkbox {
  display: none;
}
.nav_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 100;
}
.nav_btn span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}
nav .nav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: rgba(51,51,51,0.90);
  z-index: 99;
  padding: 4%;
}
.nav_checkbox:checked ~ nav .nav {
  display: block;
}
.nav_checkbox:checked + .nav_btn span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav_checkbox:checked + .nav_btn span:nth-child(2) {
  opacity: 0;
}
.nav_checkbox:checked + .nav_btn span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}	
.scroll-target {
  scroll-margin-top: 50px; /* ヘッダーの高さ + 少し余裕 */
}
	nav .nav li{
	padding-top: 10px;
	padding-bottom: 10px;	
	}
	nav .nav a{
	text-decoration: none;
	font-size:18px;
	color:#fff;
	}	
	
.hero {
  background: url('../img/spback.jpg') no-repeat;
  background-size: cover;
background-position: center top;
height:500px;
	margin-top: 50px;
}
.hero_inner{
 width:100%;
  max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
		position: relative;
	}
.hero-text {
  font-weight: bold;
	position_: absolute;
	left_: 50%;
  transform_: translateX(-50%);
	top_:30px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px
}	
.mvh2 {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.ft65{
	font-size: 39px;	
	}
	.ft45{
	font-size: 39px;	
	}
.marker01 {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #ffe600 60%, #ffe600 80%, transparent 80%);
  display: inline;
  padding: 0 4px;
}
.highlight-blue {
  color: #0072ec;
}
.highlight-yellow {
  color: #000;
}
.hero_about{
  background: #fff;
  padding: 20px 20px 10px;
 width:90%;
max-width:900px;
  position: absolute;
  top:430px;
  left: 50%;
  transform: translateX(-50%);
}
.hero_about h3 {
  color: #0073e6;
  font-size: 22px;
  margin-bottom: 16px;
  font-weight:bold;
  text-align: center;
}
.hero_about p{
  text-align: left;
line-height: 1.7em;
font-size:15px;
}
.spback02{
	width:80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px
	}
	.spback02 img{
	width:100%;	
	}
}

/*トップ*/

@media screen and (min-width: 769px) {
section{
padding-top: 60px;
padding-bottom: 60px;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section_01 {
  background-color: #fff;
}
.seo-image {
  float: left;
  width: 50%;
  text-align: center;
}
.seo-image img {
  max-width: 90%;
  height: auto;
}
.seo-text {
  float: right;
  width: 50%;
  color: #333;
  font-size: 16px;
  line-height: 2;
  box-sizing: border-box;
  padding: 0 20px;
}
.sec_01_box{
padding-top: 100px;
}
}
@media screen and (max-width: 768px) {
section{
padding-top: 15px;
padding-bottom: 15px;
}
.inner {
  width:94%;
  margin: 0 auto;
  
}
.section_01 {
  background-color: #fff;
}
.seo-image {
  width: 100%;
  text-align: center;
}
.seo-image img {
  width: 100%;
}
.seo-text {
  width: 100%;
  color: #333;
  font-size: 15px;
  line-height: 1.7em;
  box-sizing: border-box;
  padding-top: 2%;
}
.sec_01_box{
padding-top: 100px;
}
}

/*こんなお悩み*/
@media screen and (min-width: 769px) {
.trouble-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #333;
  text-align: center;
  z-index:10;
}
.trouble-block {
  background: #e6e6e6;
  padding: 60px 20px;
}
.absolute01{
		position: absolute;
		top:-60px;
		left:10%;
		width:150px;
	}
	.absolute01 img{
		width:100%;
	}
	.absolute02{
		position: absolute;
		bottom:0;
		right:60px;
		width:200px;
	}
	.absolute02 img{
		width:100%;
	}
.trouble-message {
  background: #333;
  color: #fff;
  border-radius: 4px;
  padding: 30px 40px 10px;
  font-size: 16px;
  line-height: 2;
  width:100%;
  max-width:950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
}
@media screen and (max-width: 768px) {
.trouble-container h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #333;
  text-align: center;
  z-index:10;
}
.trouble-block {
  background: #e6e6e6;
  padding: 30px 0;
}
.absolute01{
		position: absolute;
		top:-100px;
		left:0;
		width:65px;
	}
	.absolute01 img{
		width:100%;
	}
	.absolute02{
		position: absolute;
		top:-80px;
		right:0;
		width:80px;
	}
	.absolute02 img{
		width:100%;
	}
.trouble-message {
  background: #333;
  color: #fff;
  border-radius: 4px;
  padding: 30px 20px 10px;
  font-size: 15px;
  line-height: 2;
  width:100%;
  max-width:950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
}
.trouble-container {
  margin: 0 auto;
}
.trouble-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
width:100%;
max-width:530px;
}
.trouble-list li {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.check-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.trouble-message strong {
  font-weight: bold;
}
.trouble-message .highlight-yellow {
  color: #ffcc00;
  font-weight: bold;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  border-top: 24px solid #e5e5e5;
  border-bottom: 0;
position:absolute;
	top:0;
	left: 50%;
  transform: translateX(-50%)
}
.relative{
position: relative;
}


/*特徴*/

@media screen and (min-width: 769px) {
.feature-section {
  background: #333333;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}
.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section-title .bg-text {
  font-size: 45px;
  font-weight: 900;
  color: #2b4a69;
  letter-spacing: 10px;
  display: block;
  margin-bottom: -30px;
}
.section-title h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.feature-grid {
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.pcNone{
display:none;
}
.feature-box img {
  height: 60px;
  margin: 16px auto;
}
.feature-box p {
  font-size: 14px;
  line-height: 1.8;
  font-weight:bold;
}
.feature-box {
  background: #e5e5e5;
  color: #000;
  padding: 30px 20px 0;
  border-radius: 4px;
  text-align: center;
position: relative;
}
}
@media screen and (max-width: 768px) {
.feature-section {
  background: #333333;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section-title .bg-text {
  font-size: 32px;
  font-weight: 900;
  color: #2b4a69;
  letter-spacing: 10px;
  display: block;
  margin-bottom: -20px;
}
.section-title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.feature-grid {
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.spNone{
display:none;
}
.feature-box img {
  height_: 60px;
  margin_: 16px auto;
  display: inline-block;
  width:15%!important;
  vertical-align: top;
}
.feature-box p {
  font-size: 16px;
  line-height: 1.8;
  font-weight:bold;
  display: inline-block;
  width:80%!important;
  text-align: left;
  padding-left: 3%;
   vertical-align: top;
}
.feature-box {
  background: #e5e5e5;
  color: #000;
  padding: 20px 10px 2px;
  border-radius: 4px;
  text-align: center;
position: relative;
margin-top: 3%;
}
.feature-box_under p{
font-size:15px;
	}
}
.feature-number {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #0080ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
	top:-35px;
}
	.feature-box_under{
		width:100%;
		max-width:920px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3%;
	}
	.feature-box_under p{
	line-height: 1.7em;	
	}




/*こんな方におすすめ*/

@media screen and (min-width: 769px) {
.target-grid {
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 24px;
}
.absolute03{
		position:absolute;
		left:60px;
		top:0;
		width:150px;
	}
.absolute04{
	position:absolute;
		right:50px;
		top:-20px;
		width:150px;
	}
.target-box h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
.target-section {
  padding: 60px 20px;
  background: #fff;
}
}
@media screen and (max-width: 768px) {
.target-grid {
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 24px;
}
.absolute03{
		position:absolute;
		left:10px;
		top:40px;
		width:70px;
	}
.absolute04{
	position:absolute;
		right:10px;
		top:30px;
		width:60px;
	}
.target-box h4 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
.target-section {
  padding: 30px 0;
  background: #fff;
}
}

.target-box {
  border: 2px solid #0074e8;
  border-radius: 4px;
  padding: 0;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
}
.check-icon02 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.target-box p {
  font-size: 14px;
  color: #333;
  line-height: 1.9;
}
	.target-box_l p {
	font-size: 16px;
	line-height: 1.7em;
	}
	.absolute03 img,.absolute04 img{
	width:100%;
	}




/*担当コンサルタント紹介*/

@media screen and (min-width: 769px) {
.consultant-photo {
  float: left;
	width:30%;
  max-width: 240px;
  background: #ccc;
  text-align: center;
  line-height: 180px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.consultant-profile {
  float: right;
  width:70%;
  padding-left: 30px;
  box-sizing: border-box;
}
.consultant-section {
  padding: 60px 20px;
  background: #f8f8f8;
  color: #333;
}
.consultant-description {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
}
@media screen and (max-width: 768px) {
.consultant-photo {
  width:100%;
  max-width: 340px;
  background: #ccc;
  text-align: center;
  line-height: 180px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}
.consultant-profile {
  width:100%;
  box-sizing_: border-box;
}
.consultant-section {
  padding: 30px 0;
  background: #f8f8f8;
  color: #333;
}
.consultant-description {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7em;
}
.consultant-profile dd {
	font-size:15px;	
	}
}
.consultant-container {
  max-width: 1000px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.consultant-photo img {
  width: 100%;
}
.consultant-profile h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.consultant-profile dt {
  font-weight: bold;
  color: #177ee5;
  float: left;
  clear: left;
  width: 60px;
}
.consultant-profile dd {
  margin-left: 70px;
  margin-bottom: 10px;
}




/*FIELD*/

@media screen and (min-width: 769px) {
.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 950px;
  margin: 0 auto;
}
.seo-type-img {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.absolute05{
		position: absolute;
		bottom:-50px;
		right:0;
		display: block;
		width:170px;
	}
.industry-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.seo-type-text h4 {
  font-size: 16px;
  color: #0080ff;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight:bold;
}
}
@media screen and (max-width: 768px) {
.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 950px;
  margin: 0 auto;
}
.seo-type-img {
  width: 100%;
  margin-bottom: 20px;
}
.absolute05{
		display: none;
	}
	.spimg{
		width:50%;
		margin-left: auto;
		margin-right: auto;
	}
	.spimg img{
	width:100%;	
	}
.industry-section {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
	.sp15{
		font-size:15px!important;
	}
.seo-type-text h4 {
  font-size: 16px!important;
  color: #0080ff;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight:bold;
}
}
.industry-item {
  background: #fff;
}
.industry-item img {
  width: 100%;
  height: auto;
  display: block;
}
.industry-item p {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
}
.seo-type-box {
  overflow: hidden;
  margin-bottom: 40px;
  width:100%;
max-width:950px;
margin-left: auto;
margin-right: auto;
}
.seo-type-img img {
  width: 100%;
  height: auto;
  display: block;
}
.seo-type-text {
  overflow: hidden;
text-align: left;
}
	.wdt950{
		width:100%;
		max-width:950px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}




/*内容*/

@media screen and (min-width: 769px) {
.seo-step-left {
  float: left;
  width: 40%;
  background: #fff;
  color: #111;
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  border-radius:4px;
}
.seo-step-right {
  float: right;
  width: 58%;
  font-size: 14px;
  line-height: 1.8;
text-align: left;
color:#fff;
}
}
@media screen and (max-width: 768px) {
.seo-step-left {
  width: 100%;
  background: #fff;
  color: #111;
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  border-radius:4px;
  margin-bottom: 10px;
}
.seo-step-right {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
text-align: left;
color:#fff;
}
}

.seo-steps {
  background: #333333;
}
.seo-step-box {
  overflow_: visible;
  margin-bottom: 40px;
  width:100%;
max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
	.seo-step-left p{
		margin: 0!important;
	}
.step-num {
  display: block;
  font-size: 48px;
  color: #177ee5;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  position: absolute;
  top:-35px;
  left:0;
  font-style: italic;
}





/*プラン*/

@media screen and (min-width: 769px) {
.plan-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
  font-family: sans-serif;
}
.plan {
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  background: #f9f9f9;
  padding:7px 7px 4px 7px;
}
.plan-label {
  flex: 0 0 180px;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  font-size: 15px;
}
.plan-desc {
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
}
.plan-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.plan-price {
  font-size: 16px;
  padding_: 16px 0 8px;
  font-weight:bold;
}
.plan-price span {
  font-size: 19px;
}
.plan-price strong {
  font-size: 42px;
  font-weight: bold;
}
.plan-price-custom {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0 28px;
  color: #222;
}
}
@media screen and (max-width: 768px) {
.plan-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin_: 40px 0;
  font-family: sans-serif;
}
.plan {
  width: 47%;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  background: #f9f9f9;
  padding:7px 7px 4px 7px;
}
.plan-label {
  flex_: 0 0 180px;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  margin-right_: 20px;
  font-size: 15px;
width:100%;
	margin-bottom: 10px;
}
.plan-desc {
  flex_: 1;
  font-size: 15px;
  line-height: 1.8;
	width:100%;
}
.plan-item {
  display_: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.plan-price {
  font-size: 16px;
  padding_: 16px 0 8px;
  font-weight:bold;
}
.plan-price span {
  font-size: 17px!important;
}
.plan-price strong {
  font-size: 28px!important;
  font-weight: bold;
}
.plan-price-custom {
  font-size: 22px;
  font-weight: bold;
  padding: 30px 0 28px;
  color: #222;
}
	.sp18{
		font-size:18px!important;
	}
}

.plan-title {
  font-weight: bold;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
}
.plan-note {
  font-size: 14px;
  padding: 8px 0;
  background: #fff;
  color: #444;
}
.plan-light{
background: #ebebeb;
	}
.plan-light .plan-title {
  background: #444;
}
.plan-standard .plan-title {
  background: #2a7de1;
}
.plan-standard {
  background: #d9ebff;
}
.plan-premium .plan-title {
  background: #a67c00;
}
.plan-premium {
  background: #f2e6ce;
}
.plan-custom .plan-title {
  background: #046c3f;
}
.plan-custom {
  background: #e5f8f2;
}
.plan-section {
  max-width: 950px;
  margin: 40px auto;
  font-family: sans-serif;
  color: #333;
}
.plan-lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.plan-label-light {
  background-color: #555;
}
.plan-label-standard {
  background-color: #1e88e5;
}
.plan-label-premium {
  background-color: #b58c38;
}
.plan-label-custom {
  background-color: #0c6b3e;
}





/*事例*/

@media screen and (min-width: 769px) {
.case-box {
  background: #fff;
  padding: 0 30px 30px 30px;
  max-width: 950px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #333;
  border-radius:6px;
  margin-bottom: 6%;
}
.ft-white p{
line-height: 1.7em;
}
.case-title h4 {
  margin: 0 0 -20px 0;
  font-size: 22px;
  color: #177ee5;
  padding-left: 15px;
  font-weight:bold;
}
}
@media screen and (max-width: 768px) {
.case-box {
  background: #fff;
  padding: 0 10px 10px 10px;
  max-width: 950px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #333;
  border-radius:6px;
  margin-bottom: 6%;
}
.ft-white p{
line-height: 1.7em;
font-size:15px!important;
}
.section-content p{
font-size:15px;	
margin-left: 2em!important;
text-indent: -1.8em;	
}
.case-title h4 {
  margin: 0 0 -20px 0;
  font-size: 20px;
  color: #177ee5;
  padding-left: 15px;
  font-weight:bold;
}
}
.case-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.case-number {
  background: #177ee5;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 80px;
  height:85px;
  font-weight: bold;
  border-radius: 6px;
  margin-top: -15px;
}
.case-number span {
  font-size: 16px;
  margin: 0!important;
  padding: 0!important;
display: block;
}
.case-number strong {
  font-size: 44px;
  margin-top: -10px;
  padding: 0!important;
  display: block;
}
.case-company {
  background: #333;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 3px;
}
.case-section {
  display: flex;
}
.section-label {
  width: 80px;
  color: #fff;
  font-weight: bold;
  padding: 50px 10px 10px 10px;
  text-align: center;
  position: relative;
}
.section-label.blue {
  background: #177ee5;
}
.section-label.blue2 {
  background: #1262b2;
}
.section-label.green {
  background: #1297b2;
}
.ft-blue {
  color: #177ee5;
}
.ft-blue2 {
  color: #1262b2;
}
.ft-green {
  color: #1297b2;
}
.section-content {
  background: #f2f2f2;
  padding: 10px 15px;
  flex: 1;
  border-radius: 0 4px 4px 0;
}
.section-content p {
  margin: 6px 0;
}
.section-content .num {
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
.case-voice {
  display: flex;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  margin-top: 25px;
}
.voice-icon {
  width: 240px!important;
  margin-right: 15px;
}
.voice-icon img{
width:100%!important;
}	
}
@media screen and (max-width: 768px) {
.case-voice {
  display_: flex;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 6px;
  margin-top: 25px;
}
.voice-icon {
  width:16%;
  max-width: 60px!important;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.voice-icon img{
width:100%!important;
}
.voice-content{
width:80%;
display: inline-block;
vertical-align: top;
}
}


.voice-content .voice-label {
  font-weight: bold;
  color: #007ace;
  margin-bottom: 5px;
}
.arrow-blue{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 14px solid #177ee5;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-13px;
  display: block;
  z-index: 20;
}
.arrow-blue2{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 14px solid #1262b2;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-13px;
  display: block;
  z-index: 20;
}
.ft-white{
		color:#fff;
		width:100%;
		max-width:950px;
		margin-left: auto;
		margin-right: auto;
}




/*FAQ*/

.faq_list {
  position: relative;
  padding: 0;
  border: unset;
  width:100%;
  max-width:950px;
  margin-left: auto;
margin-right: auto;
}
.faq_list__item {
  margin-bottom: 0;
  padding_: .7142857143rem 0 1.0714285714rem;
  padding: .7rem 0 0;
  border-top: .0714285714rem solid #177ee5;
  list-style-type: none;
	padding-bottom: 0!important;
}
.faq_list__item:last-child {
  border-bottom: .0714285714rem solid #ccc
}
.faq_list__item::before {
  display: none
}
@media screen and (min-width: 751px) {
.faq_list__item {
    padding: .85rem 2.3255813953% 1.25rem
  }
}
@media screen and (min-width: 751px) {
.faq_ttl {
  position: relative;
  padding-left: 10.1449275362%;
  padding-right: 7.2463768116%;
  font-size: 1.1428571429rem;
  font-weight:bold;
  cursor: pointer;
}
.faq_cont {
  position: relative;
  opacity: 0;
  height: 0;
  transition: .4s;
  padding-left: 10.1449275362%;
  font-weight: 400;
}
}
@media screen and (max-width: 750px) {
.faq_ttl {
  position: relative;
  padding-left: 10.1449275362%;
  padding-right: 10.2463768116%!important;
  font-size: 15px;
  font-weight:bold;
  cursor: pointer;
}
.faq_cont {
  position: relative;
  opacity: 0;
  height: 0;
  transition: .4s;
  padding-left: 10.1449275362%;
  padding-right: 10.1449275362%;
  font-weight: 400;
  font-size:15px!important;
}
}

.faq_ttl::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  box-sizing: border-box;
  width: 8.6956521739%;
  aspect-ratio: 1;
  text-align: center;
  line-height: 1;
  font-size: 1.2857142857rem;
  font-weight: 700;
  color: #177ee5;
}
@media screen and (min-width: 751px) {
  .faq_ttl::before {
    width: 4.8780487805%;
    font-size: 2rem;
  }
}
.faq_ttl::before {
  content: "Q"
}
.faq_ttl_::after {
  position: absolute;
  top: calc(50% + .025em);
  right: 0;
  bottom: unset;
  left: unset;
  display: block;
  content: "";
  width: 5.2173913043%;
  aspect-ratio: 36/20;
  background: url(../img/plus.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: .4s
}
.show .faq_ttl_::after {
  transform: translateY(-50%) rotate(-180deg)
}


/* 開いているときに minus アイコンに切り替え */
.show .faq_ttl::after {
  background: url(../img/minas.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width_: 2.2173913043%!important;
  width: 16px!important;
}
@media screen and (min-width: 751px) {
  .faq_ttl {
    padding-top: 1rem;
    padding-left: 6.0975609756%;
    padding-right: 4.8780487805%;
    font-size: 1rem;
  }
  .faq_ttl::after {
    top: calc(50% + .25rem);
    width: 1.5em
  }
}
@media screen and (min-width: 751px) {
/*.faq_ttl::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width_: 5.2173913043%!important;
  width: 36px!important;
  aspect-ratio: 36/20;
  background: url(../img/plus.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
}*/
.faq_ttl::after {
  position: absolute;
  top: 0.8em; /* ← ここを固定に変更 */
  right: 0;
  display: block;
  content: "";
  width: 20px!important; /* ← 固定サイズ */
  height: 20px;          /* ← 追加 */
  background: url(../img/plus.png) no-repeat center center;
  background-size: contain;
  transition: 0.4s;
}
}
@media screen and (max-width: 750px) {
/*.faq_ttl::after {
  position: absolute;
  top: calc(50% + .025em);
  right: 0;
  display: block;
  content: "";
  width_: 5.2173913043%!important;
  width: 36px!important;
  aspect-ratio: 36/20;
  background: url(../img/plus.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
}*/
.faq_ttl::after {
  position: absolute;
  top: 0.8em; /* ← 同じく固定位置に変更 */
  right: 0;
  display: block;
  content: "";
  width: 20px!important;
  height: 20px;
  background: url(../img/plus.png) no-repeat center center;
  background-size: contain;
  transition: 0.4s;
}
}
.faq_cont::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  box-sizing: border-box;
  width: 8.6956521739%;
  aspect-ratio: 1;
  text-align: center;
  line-height: 1;
  font-size: 1.2857142857rem;
  font-weight: 700;
  color:#1297b2;
}
@media screen and (min-width: 751px) {
  .faq_cont::before {
    width: 4.8780487805%;
    font-size: 2rem;
	padding-left: 4rem;
  }
}
.faq_cont::before {
  content: "A";
}
.show .faq_cont {
  height: auto;
  opacity: 1;
  margin-top: 1.0714285714rem;
  padding-top: .25rem;
  
}
@media screen and (min-width: 751px) {
  .faq_cont {
    padding-left: 10%;
    font-size: .875rem;
  }
  .show .faq_cont {
    padding-top: 1.5rem;
	border-top:1px solid #C5C5C5;
	margin-top: 20px;
  }
}




/*ご利用の流れ*/

@media screen and (min-width: 769px) {
.step-box_02 {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.step-left_02 {
  width: 300px;
  background: #177ee5;
  color: #fff;
  text-align: center;
  padding: 18px 12px 12px 12px;
  border-radius:4px;
  position: relative;
  height:60px;
}
.step-right_02 {
  flex: 1;
  background: #f9f9f9;
  padding: 10px 20px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
}
.step_tri_02{
width:0;
height:0;
border-style:solid;
border-width: 18px 17.5px 0 17.5px;
border-color: #177EE5 transparent transparent transparent;
position: absolute;
 bottom:-15px;
  left: 50%;
  transform: translateX(-50%);
}
}
@media screen and (max-width: 768px) {
.step-box_02 {
  display_: flex;
  align-items: stretch;
  margin-bottom: 20px;
    position: relative;
}
.step-left_02 {
  width: 100%;
  background: #177ee5;
  color: #fff;
  text-align: center;
  padding: 18px 12px 12px 12px;
  border-radius:4px;
  height:60px;
}
.step-right_02 {
  flex_: 1;
  background: #f9f9f9;
  padding: 10px 20px 20px 20px;
  font-size: 15px;
  line-height: 1.8;
}
.step_tri_02{
width:0;
height:0;
border-style:solid;
border-width: 18px 17.5px 0 17.5px;
border-color: #177EE5 transparent transparent transparent;
position: absolute;
 bottom:0;
  left: 50%;
  transform: translateX(-50%);
}
}
.step-flow {
  width:100%;
  max-width: 950px;
  margin: 0 auto;
  font-family: sans-serif;
}

.step-num_02 {
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  top:-20px;
  left: 50%;
  transform: translateX(-50%);
  color:#4c4c4c;
}
.step-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}



/*最下部*/
.seo-summary-left img {
  width: 100%;
  height: auto;
  display: block;
}
.seo-summary-right {
  flex: 2;
  font-size: 15px;
  color: #333;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
.seo-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 20px;
}
.seo-summary-left {
  flex: 1;
  min-width: 360px;
}
.to-contact{
		display:block;
		width:80%;
		max-width:430px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
.seo-summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}
	.seo-summary-left {
  flex: 1;
}
  .seo-summary {
    flex-direction: column;
  }
  .seo-summary-left,
  .seo-summary-right {
    width: 100%;
  }
	.seo-summary-left img{
		width:100%;
	}
.to-contact{
		display:block;
		width:100%;
		max-width:430px;
		margin-left: auto;
		margin-right: auto;
	}
}
	.to-contact img{
		width:100%;
	}
	.to-contact:hover{
opacity:0.7;
	}




/*フッター*/

.footer {
  background-color: #444;
  color: #ccc;
  text-align: center;
  padding: 30px 20px 6px;
  font-size: 12px;
}
.footer-nav ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.footer-nav ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-nav ul li a:hover {
  color: #fff;
}
.footer-logo {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer-copy {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
.ctasp{
background: url('../img/cta.jpg') no-repeat;
background-size: cover;
background-position: right;
position: fixed;
bottom:0;
width:100%;
padding-top:18px;
padding-bottom:18px;
text-align: center;
}
.ctasp a{
color:#fff;
font-size:18px;
font-weight:bold;
text-decoration: none;
}
.footer{
margin-bottom:60px;
}
}