@media screen and (min-width: 769px), print {
  .store_list ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

  }
  .store_list ul li {
    margin-top: 30px;
  }
  figure {
    display: block;
    text-align: center;
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  picture img {
    width: 100%;
  }
  h2,
  h3 {
    text-align: center;
  }
  .row h2,
  .row h3 {
    padding: 40px 0;
  }
  .row figure {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .hbanner {
    text-align: center;
    position: relative;
  }
  .hbanner a {
    position: absolute;
    bottom: 4.5%;
    right: 3.25%;
    width: 100%;
    text-align: right;
  }
  .hbanner a img {
    width: 40%;
  }
  .contact_btns {
    background-color: #0068b6;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .contact_btns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact_btns .row a {
    width: 49%;
    margin: 0 15px;
    color: #0068b6;
    background: #fff;
    font-weight: bold;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .part01 {
    background-color: #cce9fa;
    /*padding: 0 0 40px;*/
    padding: 30px 0;
  } 
  .part02 {
    background-color: #fff;
    padding: 30px 0;
    /*margin-top: -53px;*/
  }
  .part01 h2 {
    padding-bottom: 0;
  }
  .orange_box {
    padding: 10px;
    background: #ed7700;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
  }
  .part04 {
    padding: 20px 0;
    background: #0068b6;
  }
  .part04 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
  }
  .bg {
    display: none;
  }
  .part06 {
    background: #004097;
  }
  .btn {
    position: absolute;
    bottom: 1.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn img {
    width: 300px;
    margin: 0 15px;
  }

/*    .part02 {
    background-color: #1d2087;
  }
    .part03 {
    background-color: #FFF100;
  }
    .part04 {
    background-color: white;
  }
    .part05 {
    background-color: #EB6F9C;
  }
    .part06 {
    background-color: #CAEBFC;
  }*/
  .part06 {

  }
  .part02 {
    /*padding: 40px 0;*/
  }

  .part0801 {
    background: #009944;
    padding: 30px 0;
  }
  .part02 h2 {
    /*margin-bottom: 20px;*/
  }
  
    .ipf .row {
    text-align: center;
    background-color: #e6e6e6;
    padding-bottom: 80px;
  }
  .ipf .row h2 {
    font-size: 6.4rem;
    font-weight: bold;
    color: #3d4145;
  }
  .ipf .row p {
    color: #3d4145;
    font-size: 3.2rem;
    margin: 40px 0;
  }
  .ipf .row form .formstyle {
    text-align: left;
    padding: 0 80px;
  }
  .ipf .row form .formstyle .form_group label {
    font-size: 2.2rem;
  }

  .ipf .row form .formstyle .form_group input[type="radio"] {
    width: 15px;
    margin-right: 3px;
  }
  .sm_btn {
    margin-top: 30px;
  }
  .ipf .row form .formstyle label {
    color: #3d4145;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .ipf .row form .formstyle label span {
    margin-left: 25px;
    color: #c0262d;
    font-weight: normal;
  }
  .ipf .row form .formstyle .form1 {
    width: 100%;
    height: 75px;
    font-size: 2.8rem;
    padding: 0 20px;
    margin: 30px 0;
    border: solid 0px #ccd5dc;
  }
  .ipf .row form .formstyle .form2 {
    width: 80px;
    height: 75px;
    font-size: 2.8rem;
    padding: 0 20px;
    margin: 30px 0;
    border: solid 2px #ccd5dc;
  }
  .ipf .row form .formstyle .add {
    font-size: 3.2rem;
    font-weight: bold;
    color: #707e88;
    margin: 0 20px;
  }
  .ipf .row form .formstyle ::-webkit-input-placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .formstyle ::-moz-placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .formstyle :-ms-input-placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .formstyle ::placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .tnc {
    margin: 60px 0 40px;
  }
  .ipf .row form .sm_btn button {
    border: none;
  }
  .inf {
    padding: 40px 0;
  }
  
  .location {
    background-color: #ededee;
    padding: 0 0;
  }
  .location iframe {
    width: 100%;
    height: 580px;
  }
}


@media screen and (max-width: 768px) {
  .part0801 {
    background: #009944;
    padding: 30px 15px;
  }
  .part06 {
    position: relative;
  }
  .btn {
    position: absolute;
    bottom: 1.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn a {
    text-align: center;
    width: 40%;
    margin: 0 5px;
  }
  .btn img {
    width: 100%;
    margin: 0 0;
  }
  .store_list ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

  }
  .store_list ul li {
    margin-top: 30px;
    width: 48%;
  }
  .part01 {
    background-color: #fff100;
    /*padding: 0 0 40px;*/
  } 
  figure {
    display: block;
    text-align: center;
  }
  picture img {
    width: 100%;
  }
  h2,
  h3 {
    text-align: center;
  }
  .row h2,
  .row h3 {
    padding: 5.20833vw 0;
  }
  .row figure {
    display: block;
    text-align: center;
    padding-bottom: 5.20833vw;
  }
  .hbanner {
    text-align: center;
    position: relative;
  }
  .hbanner a {
    position: absolute;
    bottom: 3.5%;
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    right: 50%;
    width: 87.5%;
  }

  .contact_btns {
    background-color: #004097;
    padding: 2.60417vw 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }
  .contact_btns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contact_btns .row a {
    width: 49%;
    margin: 0 15px;
    color: #0068b6;
    background: #fff;
    font-weight: bold;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
  }
  .part01 {
    background-color: #cce9fa;
    /*padding: 0 0 40px;*/
    padding: 30px 0;
  } 
  .part02 {
    background-color: #fff;
    padding: 30px 0;
    /*margin-top: -53px;*/
  }
  .part01 h2 {
    padding-bottom: 0;
  }
  .orange_box {
    padding: 10px;
    background: #ed7700;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
  }
  .part04 {
    padding: 20px 0;
    background: #0068b6;
  }
  .part04 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    color: #fff;
  }
  .part05 {
    /*padding: 30px 0;*/
    /*background-color: #2F4576;*/
  }
  .part06 {
    background: #004097;
  }
  .part04 h2 {
    /*margin-bottom: 30px;*/
  }
  .part09 {
    /*position:relative;
    padding: 40px 0;*/
    background-color: #efefef;
    padding: 0;
  }
  .part07 {
    padding: 30px 0 0;
    background: #fffae7;

  }
  
    .ipf .row {
    text-align: center;
    background-color: #e6e6e6;
    padding-bottom: 10.41667vw;
  }
  .ipf .row h2 {
    font-size: 8.33333vw;
    font-weight: bold;
    color: #3d4145;
  }
  .ipf .row p {
    color: #3d4145;
    font-size: 4.16667vw;
    margin: 5.20833vw 0;
  }
  .ipf .row form .formstyle {
    text-align: left;
    padding: 0 2.60417vw;
  }
  .ipf .row form .formstyle label {
    color: #3d4145;
    font-size: 4.16667vw;
    font-weight: bold;
  }
  .ipf .row form .formstyle label span {
    margin-left: 3.25521vw;
    color: #c0262d;
    font-weight: normal;
  }
  .ipf .row form .formstyle .form1 {
    width: 100%;
    height: 9.76563vw;
    font-size: 3.64583vw;
    padding: 0 2.60417vw;
    margin: 3.90625vw 0;
    border: solid 0px #ccd5dc;
  }
  .ipf .row form .formstyle .form2 {
    width: 10.41667vw;
    height: 9.76563vw;
    font-size: 3.64583vw;
    padding: 0 2.60417vw;
    margin: 3.90625vw 0;
    border: solid 1px #ccd5dc;
  }
  .ipf .row form .formstyle .add {
    font-size: 4.16667vw;
    font-weight: bold;
    color: #707e88;
    margin: 0 2.60417vw;
  }
  .ipf .row form .formstyle ::-webkit-input-placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .formstyle ::-moz-placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .formstyle :-ms-input-placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .formstyle ::placeholder {
    color: #ccd5dc;
  }
  .ipf .row form .tnc {
    margin: 7.8125vw 10.41667vw 5.20833vw;
  }
  .ipf .row form .sm_btn {
    margin: 0 10.41667vw;
  }
  .ipf .row form .sm_btn button {
    border: none;
  }
  .inf {
    padding: 5.20833vw 0;
  }
  
  .location {
    background-color: #ededee;
    padding: 0 0;
  }
  .location iframe {
    width: 100%;
    height: 75.52083vw;
  }
}


/* form_inn
------------------------------- */
.form_title {
  background: #62C6F2;
  text-align: center;
  display:flex;
}
.form_title img {
  text-align: center;
  margin: 0 auto;
}
.form {
  background: #F7F8F8;
}
.form_inn {
  width: 780px;
  margin: 0 auto;
  padding: 0 0 5%;
  text-align: left;
  font-size: 20px;
  color: #000;
}
.form_inn p {
  padding: 1% 0;
}
.form_inn {
  font-size: 20px;
  text-align: left;
  width: 750px;
  padding: 0 5%;
}
.form_inn2 {
  margin: 0 auto;
  width: 750px;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
.form_inn2 p {
  margin-bottom: 5%;
    text-align: center;
}
.form_inn p {
  padding: 1% 0;
  margin: 0;
  vertical-align: top;
}
.form_inn span {
  font-size: 16px;
  background: #e60012;
  padding: 0.5% 2%;
  color: #fff;
}
.right select{
  width: 80px;
}
/*
*/
.form_inn .leftname {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
  padding: 0 2% 0 0;
  color: #000;
}
.form_inn input {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 20px;
  line-height: 0.5em;
  padding: 1%;
  margin: auto;
  text-align: left;
}
.form_inn select {
  font-size: 20px;
      border: 1px solid #ccc;
    background: #fff;
    font-size: 20px;
    line-height: 0.5em;
    padding: 1%;
    margin: auto;
    text-align: left;
}
.submit_btn {
  background: #007DC0;
  font-size: 20px;
  padding: 1%;
  color: #fff;
  border: 0;
}
.form_inn textarea {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 20px;
  padding: 1%;
  margin: auto;
  text-align: left;
  width: 68%;
  height: 260px;
}
.form_inn .btn {
  border: none;
}
.form_inn input.m {
  width: 60%;
}
.form_inn input.ss {
  width: 30%;
}
.form_inn input.s {
  width: 50%;
}
.form_inn input.l {
  width: 88%;
}
.form_inn input.ss {
  width: 15%;
}
/* sp *//*スマホで表示*/
@media screen and (max-width: 770px) {
    .sp{
        display: block !important;
    }
    .pc{
        display: none!important;
    }
  .form_inn {
    width: 100%;
    margin: 0 auto;
  }
  .form_inn textarea {

  width: 88%;

}
.form_inn select {

  font-size: 14px;

}
  .form_inn p {
    font-size: 14px;
    width: 96%;
    margin: 0 auto;
  }
  .form_inn p.title {
    width: 88%;
  }
  .form_inn {
    width: 96%;
    padding: 0 2%;
    font-size: 11px;
  }
  .form_inn2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10%;
  }
  .form_inn2 .btn {
    text-align: center;
    margin: auto;
  }
  .form_inn span {
    font-size: 14px;
  }
}/* --spここまで-- */



.school_list{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.school_list li{
  width: 49%;
  background-color: #004097;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.school_list li.violet{
  background-color: #1d2087;
}
.school_list li.green{
  background-color: #00523a;
}
.school_list li.cyan{
  background-color: #0068b6;
}
.school_list li.red{
  background-color: #b50005;
}
.school_list li.orange{
  background-color: #e84709;
}

.video{
  position: relative;
  max-width: 651px;
  aspect-ratio:6.5 / 11.2;
}
.video .iframe{
  position: absolute;
  display: block;
  left:50%;
  transform: translateX(-50%);
  bottom:5%;
  width: 80%;
  height: auto;
  aspect-ratio:560 / 315;
}
.video .iframe iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}






















