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

  * {
    font-feature-settings: "palt";
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
    font-weight: bold;
    text-align: left !important;
  }

  .sp.normal {
    font-weight: normal;
  }


  .mid_width {
    width: 100%;
    padding: 40px 20px;
  }

  .mid_width.extra {
    padding: 0px 20px;
  }

  .slim_width {
    width: 100%;
    padding: 40px 20px;
  }

  .gray {
    margin-top: 0px;
    padding: 0px 0;
  }

  .blue {
    margin-top: 0px;
    padding: 0px 0;
  }



  #contact_btn {
    display: none;
  }

  #contact_btn_sp {
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin-bottom: -10px;
    z-index: 999;
    background-color: #f09dc1;
    text-decoration: none;
  }

  #contact_btn_sp img {
    position: absolute;
    right: 6px;
    bottom: 0;
  }

  #contact_btn_sp p {
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }


  /*title*/

  .title1 {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  #member .title1 {
    padding-top: 40px;
    margin-bottom: 0px;
  }

  #support .title1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #contents .title1 {
    margin-bottom: 0px;
  }

  #company .title1 {
    margin-bottom: 40px;
  }

  #contact .title1 {
    margin-bottom: 0px;
  }


  .title1 h2 {
    font-size: 30px;
  }

  .title1 span {
    font-size: 14px;
  }

  .title1 h3 {
    font-size: 24px;
    font-feature-settings: "palt";
  }

  .title1 p {
    font-size: 14px;
  }

  .title2 {
    padding-left: 16px;
    border-left: 6px solid #559fd2;
    font-size: 23px;
    margin-bottom: 0px;
  }

  .title4 {
    font-size: 20px;
    margin-top: 20px;
  }

  /*contents*/

  .container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .flex .item .txt {
    margin-bottom: 16px !important;
  }

  .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .flex.merit {
    flex-direction: column-reverse;
  }

  .flex .item {
    width: 100%;
    height: auto;
    margin-top: 40px;

  }

  .flex .item.img {
    width: 100%;
    background-size: contain;
    margin-top: 30px;
  }

  .item.img.taishou {
    background-position: 50% 0%;
    height: 320px;
  }

  .item.img.merit {
    background-position: 50% 0%;
    height: 250px;
  }

  .item.img.future {
    background-position: 50% 50%;
    height: 300px;
    margin-top: 0px;
  }

  .item.img.group {
    background-position: 50% 0%;
    height: 320px;
    margin-top: 10px;
  }

  .item.img.relation {
    background-position: 0% 50%;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
  }


  .flex.column3 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .flex.column3 .box {
    width: 80%;
    height: 370px;
    margin-right: 0%;
    border-radius: 30px;
    margin-top: 20px;
  }

  .flex.flow {
    width: 100%;
    padding: 0px;
  }

  .title3 {
    font-size: 18px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .title3.flow {
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }



  .container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .flex .item .txt {
    margin-bottom: 30px;
  }

  .style_container {
    margin-top: 30px;
    width: 100%;
    margin: 0 auto;
  }

  .style {
    width: 100%;
    height: 350px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .style.last {
    margin-bottom: 30px;
  }

  .style.blue {
    background-color: #559fd2;
  }

  .style img {
    position: absolute;
    right: auto;
    left: 0px;
    bottom: 0px;
    width: 50%;
    opacity: 0.3;
  }

  .style img.right {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 0px;
  }

  .style img.one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 70%;

  }

  .style div {
    margin-left: auto;
    padding-right: 0px;
    margin-left: 0px;
    margin: 0 auto;
    z-index: 10
  }


  .style.blue div {
    margin: 0 auto;
  }


  .style div.right {
    padding-left: 0;
  }


  .style p:nth-child(1) {
    font-size: 18px;

  }

  .style p:nth-child(2) {
    font-size: 30px;
  }

  .style p:nth-child(3) {
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: -40px;
  }

  .style p:nth-child(3) span {
    font-size: 120px;
    letter-spacing: -3px;
  }

  .style p:nth-child(4) {
    font-size: 14px;
  }


  .flex.group {
    flex-direction: column-reverse;
  }

  .flex.member {
    display: flex;
    justify-content: center;
  }

  .face {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }


  .member {
    margin-bottom: 60px;
  }

  .member:last-child {
    margin-bottom: 20px;
  }


  .profile {
    width: 100%;
  }


  #support .column3,
  #company .column3 {
    justify-content: space-between;
    margin-top: 0px;
  }


  #support .column3 div,
  #company .column3 div {
    width: 80%;
    text-align: center;
    margin-bottom: 30px;
  }


  .seminar_title {
    margin-top: 0px;
  }

  .seminar {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .seminar .title3 {
    background-color: #559fd2;
    margin: 0;
    width: 180px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .seminar .info {
    padding: 20px 20px;
  }

  .seminar .info h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .seminar .info p {
    text-align: left;
    margin-bottom: 10px;
  }


  .title3.yellow {
    font-size: 18px;
    width: 100%;
    margin-top: 40px;
  }


  .info_container {
    text-align: left;
    padding: 0 30px;
  }

  .info_container b {
    font-size: 16px;
  }

  .info_container p {
    margin-bottom: 40px;
  }


  /*form*/

  .required {
    margin-left: 10px;
    font-size: 13px;
    border: 1px solid #fff;
    padding: 2px 6px;
    border-radius: 6px;
  }

  form label {
    display: flex;
    height: 30px;
    align-items: center;
    margin-bottom: -20px;
  }

  form label p {
    display: inline;
  }

  form {
    margin-top: 20px;
  }


  form .item {
    font-size: 16px;
    width: 100%;
  }

  /*footer*/

  footer {
    margin-bottom: 40px;
  }

  .copylight {
    font-size: 12px;
  }


}
