body {
  color: #333333;
  /* overflow: hidden; */
  font-family: "Yu Gothic", YuGothic,sans-serif;
  background-color: #fff;
}

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


.title {
  font-size: 50px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'Century Gothic', Futura, sans-serif;
  letter-spacing: 6px;
  font-weight: 500;
  padding-top: 200px;
  text-align: center;
  margin: 0;
  color: #dbe9f0;
  font-style: italic;

}

.yumincho{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: 400;
  letter-spacing: 2px;

}



/** -----------------------------------
    　最初
-------------------------------------**/


.c_intro {
  display: flex;
  max-width: 960px;
  margin: 100px auto;
  gap: 20px;
  align-items: center;
}

.c_intro h3{
  font-size: 35px;
  color: #aecfe0;

}

.c_intro p{
font-size: 15px;
}


.pyramid{

  width: 90%;
  margin: 10px auto 0;

}

.problems {
  margin: 100px auto;
  line-height: 1.9;
}

.problems .intro {
  margin-bottom: 40px;
  color: #555;
}

.problem {
  margin-bottom: 48px;
}

.problem .label {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 0.25em 1em;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 20px;
}

.problem p {
  margin: 0;
  color: #333;
}

.problem .em {
  color: #e85c5c;
  font-weight: 600;
}

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

  .section-inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }

.c_intro h3 {
    font-size: 27px;
    color: #aecfe0;
}
}


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

  h2 {
    font-size: 20px!important;
  }
  .title {
    padding-top: 120px;
}


.c_intro{
  display: block;
  margin-top: 100px;
}


.c_intro h3{
  font-size: 21px;
  color: #aecfe0;

}

.c_intro p{
font-size: 13.5px;
}

.pyramid {
    width: 90%;
    margin-top: 50px;
}

}

/** -----------------------------------
    　toi
-------------------------------------**/


#toi {
    background-color: #ebf4f8;
    padding: 50px 0;
}



.lead{
  text-align:center;
  line-height:2;
  font-size:28px; /* 適宜 */
  color:#222;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}

.hl{
  display:inline-block;
  padding:0.2em 0.5em;
  background:#fff;
  border-radius:2px; 
  color:#8db6d6;
  vertical-align:baseline;
    -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
      line-height: 1.4;
}

.lead_sub{
  width: 68%;
  margin:  0 auto;
  font-size:17px; /* 適宜 */
  color:#222;
   max-width: 1400px;
}


.benefits{
  display: flex;
      width: 90%;
    margin: 40px auto;
    max-width: 1400px;
}



/** -------- 950~1024 -------- **/
@media screen and (max-width: 756px){

.lead {
    font-size: 20px;
}

.lead_sub {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
}


.benefits{
  display: block;
      width: 90%;
}
}


/** -----------------------------------
    　approach
-------------------------------------**/


#approach h4{
  font-size: 30px;
  text-align: center;
      margin-top: 20px;
}

#approach .title {
    font-size: 32px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'Century Gothic', Futura, sans-serif;
}

#approach p{
  font-size: 16px;
  text-align: center;
}


.ap2cs{
  display: block;
  width: 80%;
  margin: 90px auto 40px;
}

.flexible{
  position: relative;
  background: #F7FBFC;        /* 画像っぽい薄いブルー */
  padding: 45px 60px;
  margin: 0 auto;
  max-width: 1100px;
}

/* 上のツメ（三角） */
.flexible::before{
  content:"";
  position:absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 26px solid #F7FBFC;  /* 背景色と合わせる */
}

/* 英字だけ指定（要望のフォント） */
.flexible .en{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',
               'Century Gothic', Futura, sans-serif;
  letter-spacing: 0.06em;
  color: #C2D9E5;
  text-align: left!important;
  margin-bottom: 0;
    font-size: 20px !important;
}

.flexible__eyebrow{
  margin: 0 0 16px 0;
  font-size: 28px;
  font-style: italic;
  color: rgba(255,255,255,0.35); /* うっすら */
}

.flexible__title{
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 500;
  color: #3d4a50;
  line-height: 1.6;
}

.flexible__text{
  margin: 0 0 18px 0;
  font-size: 14.5px!important;
  color: #55646b;
  line-height: 2;
    text-align: left!important;
  }

/* スマホ調整 */
@media (max-width: 768px){


  #approach h4{
  font-size: 20px;
}

#approach .title {
    font-size: 18px;
}

#approach p{
  font-size: 13.5px;
}




  .flexible{
    padding: 40px 22px;
  }
  .flexible__eyebrow{ font-size: 22px; }
  .flexible__title{
    font-size: 18px;
        margin-top: 20px;}
  .flexible__text{ font-size: 13px!important; }
  .flexible::before{
    border-left-width: 16px;
    border-right-width: 16px;
    border-bottom-width: 20px;
  }
}


/** -----------------------------------
    reason
    
-------------------------------------**/


#reach{
  margin-top: 100px;
}


#reach h3{
  text-align: center;
  
}
#reach p{
  text-align: center;
  
}



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


  #reach p {
   width: 90%;
   margin: 0 auto;
   
}
}


/** -----------------------------------
    （トップ）お問い合わせ

-------------------------------------**/

#footer_contact {
  margin: 100px auto;
}



#footer_contact h4{
  font-size: 30px;
  text-align: center;
      margin-top: 20px;
}

#footer_contact .title {
    font-size: 32px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'Century Gothic', Futura, sans-serif;
    padding-top: 100px;
}

#footer_contact p{
  font-size: 16px;
  text-align: center;
}


#footer_contact .medium {
  color: #555;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
}

#footer_contact p {
  color: #555;
  font-size: 16px;
  text-align: center;
  margin: 30px auto 60px;
}
  
#footer_contact .medium span{
  color: #C0DFE6;

}



@media screen and (max-width: 756px){
  #footer_contact p {
    font-size: 14px;
    text-align:left ;
  }

}


.sp_on{
  display: none!important;
}


/** -------- 950~1024 -------- **/
@media screen and (max-width: 756px){

  .pc_on{
    display: none!important;
  }
  .sp_on{
    display: block!important;
  }
 #footer_contact h4{
  font-size: 20px;
}

#footer_contact .title {
    font-size: 18px;
}

#footer_contact p{
  font-size: 13.5px;
}
}
