@charset "utf-8";
/* CSS Document */

/* セクション毎のmarjgin:tpp;打消し*/
.sm\:mt-12{
     margin-top:0; 
  }

.sm\:mt-16{
    margin-top: 0;
  }
/* //セクション毎のmarjgin:tpp;打消し*/
.mt-4 {
    margin-top: 0;
}

.sp{
	display:block;
}
.pc{
	display:none;
}
/*根岸追加20240731*/



.lead-wrapper{
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}
.lead{
	margin: 30px 0 25px;
	
}

.title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
.sub_title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}
.lead_p {
    padding: 0 6px;
    font-size: 13px;
}
.lead2{
margin:0 0 10px;
}
.lead_p_2 {
    text-align: center;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.lead_p_3{
text-align: center;
	padding: 0 6px;
	font-size: 13px;
    font-weight: 600;
	
}

.cmn-credit {
    line-height: normal;
    margin: 4px 0 10px;
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}
.sign {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.birth {
    font-size: 8px;
    text-align: center;
}

 /*スタッフプロフィール*/
.profile-wrapper {
    margin-top: 35px;
    padding: 0 6px;
    font-size: 13px;
}


  .profile {
    margin: 0 0 15px;
    padding: 15px;
    border: 3px solid #dcc68c;
	  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}
.profile .profile_block {
  display: flex;
  margin-bottom: 30px
}
.profile .profile_block:last-child {
  margin-bottom: 0
}
.profile .profile_block__fig {
  width: 90px;
  margin-right: 10px;
  margin: 0 10px 0 0;
  flex: none
}
.profile .profile_block__name {
  font-weight: 700;
  margin-bottom: 2px;
	font-size: 13px;
}
.profile .profile_block__intro {
/*  font-size: 1.1rem;*/
}
/*//根岸追加20240731*/
/*PC*/
@media screen and (min-width:768px) {
/*PC*/
.feature-content-03.mt-16.sm\:mt-12.flex.justify-start {
    max-width: 800px;
    margin: 0 auto;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
	
/*根岸追加20240731*/
.lead-wrapper{
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
	max-width: 800px;
	margin: 0 auto;
}
.lead{
	margin: 40px 0 40px;
	
}

.title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.5;
}
.sub_title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}
    .lead_p {
        padding: 0 6px;
        font-size: 14px;
        line-height: 1.6;
    }
.lead2{
margin:0 0 10px;
}
    .lead_p_2 {
        text-align: center;
        padding: 0 6px;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 1.5;
    }
.lead_p_3{
	text-align: center;
	padding: 0 6px;
	font-size: 14px;
	font-weight: 600;
	}

.cmn-credit {
    line-height: normal;
    margin: 8px 0 14px;
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}
.sign {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.birth {
    font-size: 11px;
    text-align: center;
}

 /*スタッフプロフィール*/
    .profile-wrapper {
        max-width: 700px;
        margin: 45px auto;
        padding: 0 6px;
        font-size: 14px;
    }


  .profile {
    margin: 0 0 15px;
    padding: 15px;
    border: 3px solid #dcc68c;
	  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}
.profile .profile_block {
  display: flex;
  margin-bottom: 30px
}
.profile .profile_block:last-child {
  margin-bottom: 0
}
.profile .profile_block__fig {
  width: 140px;
  margin-right: 10px;
  margin: 0 15px 0 0;
  flex: none
}
.profile .profile_block__name {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 15px;
}
.profile .profile_block__intro {
line-height: 1.5;
}
/*//根岸追加20240731*/
	
}

