@charset "utf-8";
/* CSS Document */

:root {
  --Primary-color: #264368;
  --Accent-color: #eeee8e;
  --bg-color: #e6e9ec;
}

/*　Start - chlp1.html */

@media screen and (max-width: 1030px) {
  #mv .wrap {
    padding-top: 50px;
  }
  #mv .fl_box {
    padding-top: 00px;
  }
  #mv .lead {
    min-width: 310px;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }

  #mv .mv_img {
    width: auto;
    max-width: 800px;
  }
  #mv h1 {
    font-size: 5vw;
    text-align: center;
  }

  #mv p {
    font-size: 1rem;
  }
  #mv .mv_img .mvpc {
    display: none;
  }

  #mv .mv_img .mvsp {
    display: block;
  }

}



@media screen and (max-width: 950px) {
  #training .fl_box {
    align-items: center;
    flex-direction: column;
    gap: 15px;
    justify-content: space-around;
    margin-top: 30px;
  }
  #training .fl_box .board_box {
    width: 90%;
  }
  #training .arrow {
    transform: rotate(90deg);
    width: 50px;
    padding: 10px;
  }
  #training .fl_box div p {
    min-height: initial;
  }
}

@media screen and (max-width: 850px) {
  #solution .theme .fl_box {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 30px 0;
  }
  #solution .theme .fl_box>div{
    width: 90%;
    max-width: initial;
  }
  #solution .fl_box_item {
    min-height: 70px;
  }
  #solution .fl_box_img {
    height: fit-content;
  }
  #solution .fl_box_img>img {
    max-height: 200px;
    width: auto;
  }



  #solution .change .fl_box {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 30px 0;
  }
  #solution .change .fl_box>div{
    width: 90%;
    max-width: initial;
  }
  .flow_area {
    flex-wrap: wrap;
    margin: 0 30px;
  }

  .flow_one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 15px 0 0 0;
    background-color: #fff;
    position: relative;
  }

  .flow_one span {
    display: block;
    position: absolute;
    top: 49px;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 18px 0 18px;
    border-color: #fff transparent transparent transparent;
  }

  .flow_one:nth-child(2) span {
    display: block;
    position: absolute;
    top: 49px;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 18px 0 18px;
    border-color: var(--Primary-color) transparent transparent transparent;
  }

  .flow-text_one {
    width: auto;
    margin: 15px 0px;
  }

  #form h2:after {
    display: none;
  }
  .sub_msg {
    margin: 0 35px;
  }
  #learning .fl_box {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  #detail table tbody {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
    #detail tr {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }
    #detail th {
      width: 80%;
      border-radius: 30px;
    }
}







@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.6rem;
  }

  #about .wrap p {
    margin-top: 15px;
  }

  #solution .theme:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 100px solid transparent;
    border-top: 46px solid #dedede;
  }

  #solution .change h2 {
    font-size: 1.5rem;
  }

  #solution .change .fl_box div {
    margin-bottom: 20px;
  }

  #training h2 {
    font-size: 1.5rem;
    padding: 5px 15px;
  }

  .content img {
    width: 130px;
    right: 7px;
    bottom: -20px;
  }

  #detail {
    font-size: 1.3rem;
  }



  .pcbr {
    display: none;
  }

}



/*　End - chlp1.html */





















/*　Start - スマートフォン　*/
@media screen and (max-width: 480px) {



/*　Start - Singleページ　*/
#single {
  width: auto;
  margin: 115px 20px;
}
/*　End - Singleページ　*/

/*　Start - アーカイブページ　*/
#archive .archive_list_box {
  justify-content: center;
}
/*　End - アーカイブページ　*/



}
/*　End - スマートフォン　*/
