@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px) {
section{
padding-top: 0!important; 
padding-bottom: 3%!important;	
}	
}
@media screen and (max-width: 768px) {
section{
	
}	
}

/* メインコンテンツ */
.section-title {
  font-size: 1.7rem;
  font-weight:bold;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 2px;
  background: #007bff;
}
/* ご挨拶セクション */
.greeting-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
  }
  .main-content {
    padding: 0 0;
  }
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .section-title::before {
    width: 25px;
    height: 3px;
  }
  .greeting-section {
    margin-bottom: 20px;
  }
  .greeting-subtitle {
    font-size: 1.1rem;
  }
  .profile-content {
    flex-direction: column;
    gap: 30px;
  }


}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .section-title {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .section-title::before {
    width: 20px;
    height: 3px;
  }
  .greeting-subtitle {
    font-size: 1.1rem;
  }
}


/*私のアプローチ：グローバル視点と最新技術への対応*/
@media screen and (min-width: 769px) {
.approach{
position: relative;
height:300px;
padding-top: 6%!important;
}	
}
@media screen and (max-width: 768px) {
.approach{
position: relative;
}	
}
.approach p{
max-width:660px;
z-index: 2!important;
position: relative;
}

.app-img{
position: absolute;
right:0;
top:0;
width:70%;
}
.app-img img{
width:100%;
height:auto!important;
z-index: 1!important;
}
.mgt-3{
	margin-top: 3%;
}
@media screen and (max-width: 768px) {
.approach{
background:url(../img/lawoffice01.jpg);
background-position: bottom;
background-size: 100%;
background-repeat:no-repeat;
}	
}

/*行動指針*/
@media screen and (min-width: 769px) {
.policy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.policy-item {
  display: flex;
  align-items: center;
  border: 1px solid #00a3cc;
  padding: 15px 20px;
  border-left: none;
  border-top: none;
}
.policy-text {
  font-size: 18px;
  line-height: 1.6;
	font-weight:bold;
	color:#1297b2;
}
.policy-text span{
  font-size: 16px;
  line-height: 1.6;
	font-weight:normal!important;
	color:#333!important;
}
.policy-num {
  background: #00a3cc;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: -30px;
}
}
@media screen and (max-width: 768px) {
.policy-list {
  display_: grid;
  grid-template-columns_: repeat(2, 1fr);
  gap_: 20px;
}
.policy-item {
  display: flex;
  align-items: center;
  border: 1px solid #00a3cc;
  padding: 15px 20px;
  border-left: none;
  border-top: none;
	width:100%;
	margin-bottom: 3%;
}
.policy-text {
  font-size: 17px;
  line-height: 1.6;
	font-weight:bold;
	color:#1297b2;
}
.policy-text span{
  font-size: 16px;
  line-height: 1.6;
	font-weight:normal!important;
	color:#333!important;
}
.policy-num {
  background: #00a3cc;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: -60px;
}
}
.policy {
  padding-top: 20px;
  padding-bottom: 40px;
}
.policy-text_02 {
  font-size: 18px;
  line-height: 1.6;
	font-weight:bold;
	color:#177ee5;
}
.policy-text_02 span{
  font-size: 16px;
  line-height: 1.6;
	font-weight:normal!important;
	color:#333!important;
}


/*法律業界におけるSEOの重要性*/
@media screen and (min-width: 769px) {
.heading-bar {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 700;
  border-top: 1px solid #177ee5;
  padding-top: 10px;
  margin-top: 40px;
  margin-bottom: 4%;
  color: #222;
}
.heading-num {
  color: #177ee5;
  font-size: 38px;
  font-weight: 700;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #177ee5;
  line-height: 1;
}	
}
@media screen and (max-width: 768px) {
.heading-bar {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid #177ee5;
  padding-top: 10px;
  margin-top_: 40px;
  margin-bottom: 4%;
  color: #222;
}
.heading-num {
  color: #177ee5;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #177ee5;
  line-height: 1;
}	
}
@media screen and (min-width: 769px) {
.channel-table thead th {
  color:#1297b2;
  background-color: #daf2ec;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ccc;
    font-size: 18px;
}
.channel-table tbody td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
	text-align: center;
	  color: #333;
}	
}
@media screen and (max-width: 768px) {
.channel-table thead th {
  color:#1297b2;
  background-color: #daf2ec;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #ccc;
    font-size: 12px;
}
.channel-table tbody td {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
	text-align: center;
	  color: #333;
	font-size: 12px;
}	
}
.channel-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2%;
}
.channel-table tbody td:first-child {
  font-weight: bold;
  text-align: center;
}
.bg02{
background-color: #eefaf6;			
}

/*弁護士業向けSEOの基本戦略*/
@media screen and (min-width: 769px) {
.results-section-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
	position: absolute;
	top:-15px;
	left:25px;
}	
}
@media screen and (max-width: 768px) {
.results-section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
	position: absolute;
	top:-10px;
	left:25px;
}	
}
@media screen and (min-width: 769px) {
.qualification-list li {
  position: relative;
  font-weight:bold;
}
.qualification-list {
  list-style: none;
  padding: 20px 20px 20px 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2.2;
}
}
@media screen and (max-width: 768px) {
.qualification-list li {
  position: relative;
  font-weight:bold;
  margin-left: 1em;
text-indent: -1.7em;
	line-height: 1.5em;
	margin-bottom: 15px
}
.qualification-list {
  list-style: none;
  padding: 20px 20px 5px 20px;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2.2;
}
}

.qualification-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
.results-section {
  background: #f2f2f2;
  padding: 15px  25px 15px;
position: relative;
margin-top: 4%;
margin-bottom: 2%;
}
	.results-section-under{
		margin-bottom: 4%!important;
	}
}
@media screen and (max-width: 768px) {
.results-section {
  background: #f2f2f2;
  padding: 4%;
position: relative;
margin-top: 8%;
margin-bottom: 2%;
}
.results-section-under{
		margin-bottom: 4%!important;
	}
	.results-section img{
		width:100%;
		height:auto!important;
	}
}
.bg-lg{
	background:#eefaf6;
}
.bgf2{
background:#f2f2f2;
}
.sbold{
font-family: 'Noto Sans JP', sans-serif!important;
font-weight: 900!important;
}
@media screen and (min-width: 769px) {
.bgbox{
	background:#f2f2f2;
	padding:2%;
}	
}
@media screen and (max-width: 768px) {
.bgbox{
	background:#f2f2f2;
	padding:4%;
}	
}
