

/** -----------------------------------
    共通
-------------------------------------**/

body{
  background-color:#fcfcfc ;
}

.section-inner {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

@media screen and (max-width: 1200px){
  .section-inner {
  width: 90%;
}
}

.small{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}



.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.section-label {
  font-size: 14px;
  color: #444;
  margin: 0;
  text-align: center;
  display: block;
}

.section-heading {
  font-size: 24px;
  font-weight: bold;
  color: #5C7F93; 
  margin: 0.5rem 0 0;
  letter-spacing: 0.05em;
}

.sp_br{
  display: none;
}

  .pc_br{
  display: block;
}

@media screen and (max-width: 750px){

.sp_br{
  display: block;
}

  .pc_br{
  display: none;
}
.section-heading {
    font-size: 20px;
}
}


.button_n {
  text-align: center;
}

.button_n a{
  color: #fff;
  background-color: #7DA4BB;
  padding: 1.4em 3em;
  transition: all .5s;
      width: 40%;
    display: block;
    margin: 0 auto;
}

.button_n a:hover{
  background-color: #333;
  padding: 1.4em 3em;
  opacity: 1;
  transition: all .5s;
}

@media screen and (max-width: 756px) {
    .button_n a {
        width: 95%;
        padding: 1.4em 0em;
    }
}

/** -----------------------------------
   メンター導入
-------------------------------------**/

#sc_all {
  background-image: url("../images/gradation.png");
  padding-bottom: 160px;
}

#sc_all h3{
  text-align: center;
  font-size: 24px;

}

.small a{
  text-decoration: underline;
  color: #333;
  transition: 0.8s;
}

.small a:hover{
  font-weight: bolder;
}

/* こんなお悩みありませんか */

.onayami{
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 50px;
  max-width: 960px;
  margin: 75px auto 50px;

}

h5{
  text-align: center!important;
  font-size: 18px!important;
  margin: 40px auto!important;
}


.onayami li {
  list-style: none;
  background: url(../images/chmark.png);
  line-height: 2em;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 25px;
  padding-left: 45px;
  margin-bottom: 28px;
}
.onayami img{
  position: absolute;
  bottom: -15px;
  right: 25px;
  width: 260px;

}


.notes{
  text-align: left;
  font-size: 12px;
      width: 80%;
    margin: 0 auto;
}

.tx_center_p{
  text-align: center;
  margin-top: 50px;
  padding: 0;
}



#sc_point {
  background-image:none;
  position: relative;
  padding: 80px 0 0;
}

#sc_point .section-inner{
  position: relative;
}

#sc_point img{
  position: absolute;
  width: 210px;
  bottom: -15px;
  right: 0;
}

@media screen and (max-width: 1000px){
  .onayami img {
bottom: -60px;
        right: 0px;
        width: 150px;
}
}
@media screen and (max-width: 750px){

  #sc_all {
    padding-bottom: 60px;
}

.notes{
        width: 90%;

}
}



.vot-title {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: space-between;
}

.vot-title p{
  color: #5C7F93;
  font-size: 24px;
  font-weight: bold;
}
.vot-title:after {
  border-top: 1px solid #5C7F93;
  content: "";
  width: 45em; /* 線の長さ */
}

.vot-title:after {
  margin-left: 1em; /* 文字の左隣 */
}




.mmerit{
    background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;
  border-radius: 20px;
  padding: 25px 50px;
  margin: 100px auto ;

}


.mmerit li {
  list-style: none;
  background: url(../images/chmark.png);
    line-height: 1.6em;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.mmerit span{
  color: #6CA9B4;
  font-weight: bold;
}

.mmerit h3{
  display: inline-block;
  background: #fff;
    border: 1px solid #656565;
    padding: 0.5em 1em;
}



/** -------- レスポンシブ -------- **/

@media screen and (max-width: 1100px){


  .onayami {
    max-width: 840px;
}

.onayami li {
  font-size: 14px;
}

  .flex_sc {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    flex-wrap: wrap;
}
.button12 a {
  margin: 0 auto;
}

.fusen {
  width: 760px;
}

#sc_point img {
  width: 180px;
}



#mail_magazine .image2 {
  right: 0px;
}
}

@media screen and (max-width: 950px){

p{
  font-size: 14px;
}

.tx_center_p {
  padding: 15px 110px;
  text-align: left;
}


.medium {
  font-size: 16px;
}

#sc_point {
    padding: 35px 0 0;
}
#sc_point img {
  width: 130px;
}

.vot-title:after {
  width: 10em;
}


  .tx_center {
    font-size: 14px;
    padding: 15px;
  }

  .mmerit {
    margin: 180px auto;
}

}


@media screen and (max-width: 767px){




  #sc_all h3 {
    font-size: 18px;
}
  .small {
    font-size: 13px;
}

.tx_center {
  font-size: 14px;
  padding: 15px;
}

#sc_point .tx_center{

  text-align: left;
}
  

.onayami {
        width: 90%;
        padding: 25px 15px;
        max-width: 960px;
        margin: 60px auto 120px;
}

.onayami ul{
  margin: 0;
  padding: 0;
}

.onayami li {
font-size: 14px;
padding-left: 40px;
margin-bottom: 20px;
}
.onayami img {
  bottom: -90px;
  right: 0px;
  width: 150px;
}



.flex_sc p {
  font-size: 13px;
}
  .vot-title p {
    font-size: 15px;
}

.vot-title  {
  display: block;
}


  p {
    font-size: 14px;
}




  /* メリット導入 */


    #sc_point p {
    width: 95%;
    margin:10px auto;
}

#sc_point .vot-title p{
  font-size: 18px;
}

  .mmerit {
    padding: 25px 10px;
}
  
#sc_point img {
  bottom: -130px;
}

.mmerit h3 {
  font-size: 18px;
}

#sc_point ul {
padding-left: 10px;
}

}









@media screen and (max-width: 500px){


  #sc_all h3 {
    font-size: 18px;
}
  .small {
    font-size: 11px;
    letter-spacing: 0px;
}

  .title {
    font-size: 26px;
    padding-top: 150px;
}

.tx_center_p {
  padding: 20px;
  text-align: left;
}
  .vot-title {
    display: block;
}

#mail_magazine .vot-title {
  display: block;
}
.howpng {
  left: 32%;
  width: 150px!important;
}

.vot-title p {
text-align: center;
}

#mail_magazine .vot-title p {
  text-align: center;
  padding-left: 0;
  }
#sc_point img {
  width: 120px;
  bottom: -120px;
}

}

@media screen and (max-width: 380px){
  .fusen p {
    font-size: 13px;
  }

  
}




/** -----------------------------------
   method_and_flow
-------------------------------------**/


#sc_method .title {
  color: #7da4bb;
}

#sc_method .tx_center {
  font-size: 16px;
}
.mtd{
  max-width: 900px;
  margin: 60px auto 100px;
  width: 95%;
}

.method_bottom {
display: flex;
margin: 100px auto 25px;
max-width: 500px;
align-items: center;
}

.m_container {
  display: flex;
  justify-content: center;
  align-items: center; /* 縦方向中央（必要なら） */
  flex-direction: column;
}

.balloon-box {
  background-color: #5A7C91; /* お好みの色に調整 */
  color: white;
  padding: 1em 2em;
  text-align: center;
  font-size: 1.1em;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  max-width: 90%;
  margin: 0 auto;
}

.balloon-box::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角の位置 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 8px 0 8px; /* 三角サイズ */
  border-style: solid;
  border-color: #5A7C91 transparent transparent transparent; /* 上だけ色をつける */
}
.cards-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #eee;
  padding: 50px 24px;
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.card-icon {
  text-align: right;
}

.card-icon img {
  max-width: 100%;
  height: 65px;
  width: auto;
  padding-right: 18px;
}

.card-title {
  font-weight: 600;
  font-size: 1.6vw;
}

@media (min-width: 1500px) {
.card-title {
  font-size: 22.4px;
}
}

.card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.mmpoints {
  margin: 60px auto;
  text-align: center;

}

.point_flex {
  display: flex;
  margin: 0 auto;
      max-width: 1000px;
}


.flex_text{
  flex: 1.5;
}
.flex_img{
  flex:1;
}

.mmpoints img {
  width: 50%;
}



.method_sp {
  display: none;
}
@media screen and (max-width: 1000px){
.point_flex {
  display:  block;
}

.flex_img{
  text-align: right;
}
.mmpoints img {
  width:300px;
}
}
@media screen and (max-width: 756px){

  .cards-container {
    display: block;

}

.card {
  margin-bottom: 20px;
  width: 85%;
  padding: 32px 24px;
  gap: 28px;
}
.card-title {
    font-size: 20px;
}
.mtdpoint {
  margin: 20px auto;
}


  .method_pc{
    display: none;
  }
  .method_sp{
    display:block;
  }

.mmpoints img {
  width: 50%;
}

  
}



/** -----------------------------------
   プロフ
   -------------------------------------**/


#mentorprof .vot-title p{
  font-size: 27px;
  font-family: 'Century Gothic', Futura, sans-serif;
      letter-spacing: 2px;
}

#mentorprof .vot-title:after {

    width: 54em;
}
.p_flex{
      display: flex;
    margin: 48px auto;
      justify-content: space-evenly;
      align-items: center;
}


.flex_pimg{
  width: 32%;
}

.p_name{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ptitle{
  font-size: 18px;
      padding-left: 30px;
}

.p_strength{
  font-size: 20px;
  color: #2E6383;
  margin-top: 30px;
  font-weight: bold;
}



.qualification-block {
  margin: 1.5em 0;
  padding-left: 0; /* ← liのマークと合わせるための左余白 */
}

.qualification-title {
  margin: 0 0 0.5em 0;
}

.qualification-list {
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 1.2rem;
  margin: 0;
}

.qualification-list li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 1200px){
.p_flex {
  display:  block;
}
/* .flex_pimg {
    width: 70%;
    margin: 0 auto 40px;
} */
}

@media screen and (max-width:820px){
  #mentorprof .vot-title p {
    text-align: center;
}
.p_flex {
  margin-top: 0;
}
.flex_pimg {
    width: 70%;
    margin: 0 auto 40px;
}
.p_name {
    font-size: 24px;
    text-align: center;
}
.ptitle {
    font-size: 15px;
    padding-left: 0px;
}
.p_strength {
    font-size: 16px;
}

.qualification-list li {
    text-indent: 0;
}

}

/** -----------------------------------
  ながれ
   -------------------------------------**/

   #m_flow{
    margin-top:100px;
   }
.flow-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.flow-step {
  display: flex;
  border: 1px solid #c5d4dc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  margin: 24px auto;
    width: 80%;
}

.flow-step__label {
    font-family: 'Century Gothic', Futura, sans-serif;
  background-color: #97b7c8;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 24px 16px;
  width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  letter-spacing: 1px;
}
.flow-step__label span{
  font-size: 30px;
}


.flow-step__label::after {
  content: '';
  font-size: 28px;
}

.flow-step__content {
  padding: 32px 0 32px 30px;
}

.flow-step__content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.flow-step__content p {
  margin: 15px 0 0 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

#m_flow .tx_center_t{
  color: #555;
  margin-bottom: 20px;
    margin-top: 50px;
}


@media (max-width: 1000px) {
  .flow-step {
    flex-direction: column;
    width: 90%;
  }
  .flow-step__label {
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
  }
  .flow-step__content {
           padding: 40px 20px;
  }
  .flow-step__content h3 {
    font-size: 18px;
    text-align: center;
}

.f_note{
  font-size: 15px
}
}