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

/* メインコンテンツ */
.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.2rem;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .section-title::before {
    width: 25px;
    height: 3px;
  }
  .greeting-section {
    margin-bottom: 20px;
  }
  .greeting-subtitle {
    font-size: 1rem;
  }
  .profile-content {
    flex-direction: column;
    gap: 30px;
  }
  .profile-right {
    flex: none;
    align-self: center;
  }
  .profile-photo {
    width: 100%;
    height: 320px;
  }
	.profile-photo img{
    width: 100%;
	height:auto!important;
  }
  .profile-name {
    font-size: 1.5rem;
  }
  .profile-details {
    padding: 20px;
  }

}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .section-title {
    font-size: 1.2rem;
    padding-left: 35px;
  }
  .section-title::before {
    width: 20px;
    height: 3px;
  }
  .greeting-subtitle {
    font-size: 1rem;
  }
  .profile-photo {
    width: 100%;
    height: 280px;
  }
  .photo-placeholder {
    font-size: 2.5rem;
  }
  .profile-name {
    font-size: 1.3rem;
  }
  .profile-reading {
    font-size: 0.9rem;
  }
}


/*私のアプローチ：グローバル視点と最新技術への対応*/

.approach p{
max-width:660px;
z-index: 2!important;
position: relative;
}
.approach{
position: relative;
}
.app-img{
position: absolute;
right:0;
top:15%;
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/partner01.jpg);
background-position: bottom;
background-size: 100%;
background-repeat:no-repeat;
}	
}

/*行動指針*/

.policy {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
.policy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}	
}
@media screen and (max-width: 768px) {
.policy-item {
  margin-bottom: 2%;
}	
}
.policy-item {
  display: flex;
  align-items: center;
  border: 1px solid #00a3cc;
  padding: 15px 20px;
  border-left: none;
  border-top: none;
}
.policy-text {
  font-size: 16px;
  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-text_02 {
  font-size: 16px;
  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;
}

/*専門性の証明*/
.qualification-list {
  list-style: none;
  padding: 20px;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 2.2;
}

.qualification-list li {
  position: relative;
  padding-left: 20px;
  font-weight:bold;
}

.qualification-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #009ee0;
}
.under-to-contact{
	display: block;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	max-width:480px;
}
.under-to-contact img{
	width:100%;
	height:auto!important;
}

/*プログラム概要：シンプルで明快なパートナーシップ*/
@media screen and (min-width: 768px) {
.program-section{
margin-top: 6%!important;
}		 
}
.program-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
.program-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.step-box {
  border: 1px solid #1297b2;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
}
}
@media screen and (max-width: 768px) {
.program-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step-box {
  border: 1px solid #1297b2;
  padding: 5px 5px;
  border-radius: 5px;
  font-weight: bold;
  background: #fff;
}
}
.program-desc {
  margin-bottom: 30px;
}
.arrow {
  font-size: 20px;
  color: #ff9800;
}
/* テーブルスタイル */
@media screen and (min-width: 769px) {
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
   border-bottom: 1px solid #1297b2;
}
.info-table th {
  color: #1297b2;
  font-weight: bold;
  white-space: nowrap;
  width: 160px;
padding-top:20px;
	padding-bottom:20px;
}
.info-table td {
padding-top:20px;
	padding-bottom:20px;
}
.info-table tr{
	border-top: 1px solid #1297b2;
	border-bottom: 1px solid #1297b2;
	}
}
@media screen and (max-width: 768px) {
.info-table {
  width: 100%;
  border-collapse_: collapse;
  margin-bottom: 30px;
   border-bottom: 1px solid #1297b2;
}
.info-table th {
  color: #1297b2;
  font-weight: bold;
  white-space: nowrap;
  width: 28%;
display: inline-block!important;
padding-top:10px;
}
.info-table td {
  padding-top:10px;
  margin-bottom: 10px;
  width: 72%;
display: inline-block!important;
}
	.info-table tr{
	border-top: 1px solid #1297b2;
	border-bottom: 1px solid #1297b2;
	}
}
.info-table th,
.info-table td {
  vertical-align: top;
}
.info-table .blue {
  color: #1297b2;
}
.note {
  font-size: 14px;
  color: #666;
}
@media screen and (min-width: 769px) {
.mgl--2{
margin-left: -90px!important;	
}
}
/* ▼ スマホ対応 */
@media screen and (max-width: 768px) {
  .step-wrapper {
    flex-direction_: column;
    align-items_: center;
  }
  .step-box {
    width: 100%;
    text-align: center;
  }
  .arrow {
    transform: rotate(90deg);
    text-align: center;
  }
}
.under_policy-item{
background:#daf2ec;
padding: 15px;
}

/*報酬プラン：ストック型収益モデルを実現*/
@media screen and (min-width: 769px) {
.reward-table th {
  background-color: #daf2ec;
  padding: 15px;
  font-weight: bold;
}
.reward-table td {
  padding: 15px;
  border-top: 1px solid #53D3ED;
font-weight:bold;
}
.blue_ta {
  color: #1297b2;
	font-size:28px;
}
}
@media screen and (max-width: 768px) {
.reward-table th {
  background-color: #daf2ec;
  padding: 12px 2px;
  font-weight: bold;
font-size:12px!important;
}
.reward-table td {
  padding: 12px 2px;
  border-top: 1px solid #53D3ED;
	font-weight:bold;
	font-size:12px!important;
}
.blue_ta {
  color: #1297b2;
	font-size:17px;
}
}
	.reward-table-section {
  max-width: 1100px;
  margin: 0 auto;
}
.reward-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-top: 1px solid #53D3ED;
  border-bottom: 1px solid #53D3ED;
}
.reward-table .alt {
  background-color: #f0f7f5;
}
.note {
  margin: 20px 0;
  font-size: 15px;
  color: #333;
}
.payment-info {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.payment-info h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  min-width: 120px;
}
.payment-info ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  flex: 1;
}
.payment-info li {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .payment-info {
    flex-direction: column;
  }
}

/*パートナー事例：実際の成功例をご紹介*/
.case-box {
  background: #e5f0fa;
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto 30px;
  position: relative;
}
.case-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
.case-number span {
  font-size: 56px;
  margin-left: 5px;
}
.case-title {
  font-size: 22px;
  font-weight: bold;
  color: #177ee5;
}
.case-line {
  width: 2px;
  height: 70px;
  background-color: #177ee5;
}
}
@media screen and (max-width: 768px) {
.case-number span {
  font-size: 36px;
  margin-left: 5px;
}
.case-title {
  font-size: 16px;
  font-weight: bold;
  color: #177ee5;
	width:100%;
}
.case-line {
  width: 2px;
  height: 40px;
  background-color: #177ee5;
}
}
.case-number {
  font-weight: bold;
  color: #177ee5;
  font-size: 18px;
}
.case-title small {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
.case-balloon {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 100%;
  margin-top: -10px!important;
  margin-bottom: 20px;
  position: relative;
}
.case-balloon::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 150px;
  width: 24px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.case-result {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 769px) {
.result-label {
  color: #177ee5;
  font-weight: bold;
  font-size: 16px;
  min-width: 40px;
  padding-left: 10px;
  line-height: 1.4;
}	
}
@media screen and (max-width: 768px) {
.result-label {
  color: #177ee5;
  font-weight: bold;
  font-size: 16px;
  min-width: 40px;
  padding-left: 10px;
  line-height: 1.4;
  width:100px;
}	
}
.result-items ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
border-left: 1px solid #177ee5;
}
.result-items li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
.result-items .check {
  background-color: #177ee5;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 20px!important;
  height: 20px!important;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 8px;
  line-height: 20px;
}	
}
@media screen and (max-width: 768px) {
.result-items .check {
  background-color: #177ee5;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 25px!important;
  height: 25px!important;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 8px;
  line-height: 20px;
  padding-left:5px;
  padding-right:5px;
}	
}

/*FAQ*/

.faq_list {
  position: relative;
  padding: 0;
  border: unset;
  width:100%;
  max-width:1100px;
  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) {
.support-box h3 {
  font-size: 20px;
  color: #0093b8;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
	position: absolute;
	left: 50%;
transform: translateX(-50%);
	top:-12px;
}	
}
@media screen and (max-width: 768px) {
.support-box h3 {
  font-size: 18px;
  color: #0093b8;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
	position: absolute;
	left: 50%;
transform: translateX(-50%);
	top:-12px;	
}	
}
.support-boxes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.support-box {
  background: #dff4f2;
  padding: 30px 20px 0 20px;
  flex: 1;
  min-width: 300px;
  box-sizing: border-box;
  border-radius:4px;
  position: relative;
}
.support-box ul {
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  max-width:280px;
}
.support-box li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
	font-weight:bold;
}
.check-icon {
  width: 16px;
  height: 16px;
  background-color: #0093b8;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.check-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*パートナー特典：成功をサポートする充実の特典*/

@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;
  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 {
  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: 1100px;
  margin: 0 auto;
  font-family: sans-serif;
}

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

.center-wrapper {
  text-align: center;
}
.lined-text {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.lined-text::before,
.lined-text::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0077cc;
}
.lined-text::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.lined-text::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}