@charset "UTF-8";

@media screen and (min-width:768px){
  .about-mission {
    border: solid 5px #34BBB7;
    margin-bottom: 50px;
  }
  .about-mission-item{position:relative;padding:30px 0 30px 140px;border-bottom:solid 1px #34BBB7;}
  .about-mission-item:last-child {border-bottom: none;}
  .about-mission-item__name{position:absolute;left:30px;top:28px;width:100px;font-weight: bold;font-size: 2rem;}
  .about-mission-item__name span {font-size: 40px;}
  .about-mission-item__ttl{font-size:3rem;font-weight:700;margin-top: 10px;}
  .about-mission-item__txt{margin-top:10px;line-height:1.8;}

  .p-about_message {
    display: flex;
    flex-wrap: wrap;
  }
  .p-about_message-left {
    min-width: 250px;
    margin-right: 50px;
  }
  .p-about_message-right {
    width: 64%;
  }
  .p-about_message-bottom {
    min-width: 100%;
  }
  .p-about_message-img img { width: 100%; height: auto; }
}
@media screen and (max-width:767px){
  .about-mission {
    border: solid 5px #34BBB7;
    margin-bottom: 50px;
  }
  .about-mission-item{padding: 20px 0 20px 15px;border-bottom:solid 1px #34BBB7;}
  .about-mission-item:last-child {border-bottom: none;}
  .about-mission-item__name{width:100px;font-weight: bold;font-size: 1.8rem;}
  .about-mission-item__name span {font-size: 3rem;}
  .about-mission-item__ttl{font-size:2rem;font-weight:700;}
  .about-mission-item__txt{margin-top:10px;line-height:1.8;}
}

@media screen and (min-width:768px) {
  section {
    padding-bottom: 80px
  }

  .p-about_flow,
  .p-about_flow-pickup {
    font-size: 1.6rem
  }

  .p-about_flow-pickup h6,
  .p-about_flow h6 {
    font-size: 1.8rem;
    margin-bottom: 10px
  }

  .p-about_flow-pickup {
    margin-bottom: 60px
  }

  .p-about_stepup {
    text-align: center;
    padding: 80px 0
  }

  .p-about_message {
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 50px;
    display: flex;
    background-color: #fff;
    padding: 20px;
  }

  .p-about_message.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
  }

  .p-about_message-name {
    font-weight: 700;
    font-size: 1.6rem
  }

  .p-about_message-name span {
    font-size: 3rem;
    padding-right: 5px;
  }

  .p-about_message-img,
  .p-about_message-link,
  .p-about_message-name {
    margin-bottom: 20px
  }

  .p-about_message-link {
    color: #3333b1
  }

  .p-about_message-txt {
    margin-bottom: 40px
  }

  .p-univ-info {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px
  }

  .p-univ-img {
    float: left;
    width: 390px;
    margin-right: 20px
  }

  .p-univ-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px
  }

  .p-univ-data {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px
  }

  .p-univ-data_ttl {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 5px
  }

  .p-support-detail,
  .p-support-list.border {
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px
  }

  .p-support-detail h6 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px
  }

  .p-support-message {
    overflow: hidden;
    margin-bottom: 100px
  }

  .p-support-message_img {
    float: left;
    margin-right: 20px
  }

  .p-support-message_txt {
    font-size: 1.6rem
  }

  .p-support-message_txt b {
    font-weight: 700
  }

  .p-support-company_list {
    overflow: hidden
  }

  .p-support-company_list-img {
    margin-bottom: 10px;
    text-align: center;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 300px
  }

  .p-support-company_list li {
    width: 400px;
    padding: 0 50px;
    margin-bottom: 50px;
    float: left
  }
}

@media screen and (max-width:767px) {
  .c-info {
    margin-bottom: 20px
  }

  .c-info.list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8
  }

  .c-info__ttl {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
  }

  .c-info__img {
    margin-bottom: 20px
  }

  .p-about_flow-pickup h6,
  .p-about_flow h6 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center
  }

  .p-about_flow-border {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8
  }

  .p-about_flow-img {
    margin-bottom: 10px
  }

  .p-about_flow-pickup {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px
  }

  .p-about_flow-pickup.-border-none {
    border: none;
    padding: 0;
    margin-bottom: 10px
  }

  .p-about_flow-pickup-img {
    margin-bottom: 10px
  }

  .p-about_stepup {
    text-align: center;
    padding: 40px 0
  }

  .p-about_stepup img {
    width: 200px
  }

  .p-about_message {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 30px 15px;
  }

  .p-about_message.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
  }

  .p-about_message-name {
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px
  }

  .p-about_message-name span {
    font-size: 2.4rem;
    padding-right: 5px;
  }

  .p-about_message-img {
    text-align: center;
    margin: 0 50px 20px
  }

  .p-about_message-link {
    text-align: center;
    color: #3333b1;
    margin-bottom: 20px
  }

  .p-about_message-txt {
    margin-bottom: 40px
  }

  .p-univ-info {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px
  }

  .p-univ-img {
    margin-bottom: 10px
  }

  .p-univ-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
  }

  .p-univ-data {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px
  }

  .p-univ-data_ttl {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 5px;
    text-align: center
  }

  .p-support-detail,
  .p-support-list.border {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px
  }

  .p-support-detail.-border-none {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
  }

  .p-support-detail h6 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center
  }

  .p-support-message_img {
    margin-bottom: 10px
  }

  .p-support-message_txt b {
    font-weight: 700;
    font-size: 1.6rem
  }

  .p-support-company_list {
    overflow: hidden
  }

  .p-support-company_list-img {
    margin-bottom: 10px;
    text-align: center;
    height: 120px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-support-company_list-img img {
    width: 180px;
  }

  .p-support-company_list-img .w120 {
    width: 120px;
  }

  .p-support-company_list li {
    padding: 0 20px;
    margin-bottom: 50px
  }

  .corp-list {
    margin-bottom: 50px
  }
}
