@charset "utf-8";
html{
    font-family: "Noto Sans CJK JP","Noto Sans JP","Yu Gothic Medium","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
body{
    margin: 0 auto;
    max-width: 1920px;
}
p,h2,h3{
    color: #272727;
}
img{
    display: block;
    width: 100%;
}
header{
    background-color: #FAFAFA;
}
.header---inner{
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    box-sizing: border-box;
}
h1 img{
    width: 78%;
}
.detail a{
    text-decoration: none;
    color: #f19210;
    display: flex;
    align-items: center;
    font-weight: 600
}
.detail a p{
    font-size: 1.4rem;
    color:#013f9b;
}
.detail a p:first-child{
    background-color: #013F9B;
    color: #fff;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 1rem;
    font-weight: normal;
}
.line{
    height: 5px;
    position: relative;
    background-color: #013f9b;
}
.mv{
    position: relative;
}
.main {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 24%;
}
.main>p{
    color: #E70411;
    font-size: 4.7rem;
    font-weight: 600;
    line-height: 5.2rem;
    margin-top: 20px;
    letter-spacing: -0.1rem;
}
.main>p span{
    font-size: 5.5rem;
}
.main>p span.number{
    font-size: 6.6rem;
}

.point{
    background-color: #fff;
    border: 2px solid #013f9b;
    width: 215px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 3px 4px 10px #a3a3a381;
}
.point p{
    text-align: center;
    font-size: 1.9rem;
    color: #013f9b;
    font-weight: bold;
    padding: 1.5%;
}
.point div{
    background-color: #013f9b;
}
.point div p{
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0.1rem;
}
.point div p span.yellow{
    background-color: #F9B900;
    color: #013f9b;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding: 7% 4%;
    letter-spacing: 0rem;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: -0.6rem;
    margin-right: 0.3rem;
}
.point div p span.min{
    font-size: 2rem;
    color: #fff;
}
p.under{
    padding: 5.5%;
}
.mv-bt{
    background-color: #013f9b;
    padding-bottom: 3%;
}
.mv-bt-inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 825px;
    margin: 0px auto 20px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding-top: 40px;

}

.mv-bt-inner p{
    color: #013f9b;
    background-color: #fff;
    position: relative;
    width: 300px;
    padding: 2.5% 2% 2.5% 9.5%;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center;
}
.mv-bt-inner p span{
    color: #E70411;
}
.mv-bt-inner p::before {
    content: '';
    background-image: url(../../../img/lp/exam20220601/check.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 27px;
    top: 12px;
}
.mv-bt-inner p:nth-child(2):before {
    left: 52px;
}
.mv-bt-inner p::after {
    content: '×';
    font-size: 1.5rem;
    position: absolute;
    color: #fff;
    bottom: 33%;
    right: -7.5%;
}
.mv-bt-inner p:last-child:after{
    content: none;
}
.cta-area{
    background-color: #FFF;
    width: 1070px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}
.cta-area::before{
    content: '■';
    color: #013f9b;
    position: absolute;
    right: 1.2%;
    top: 1.7%;
}
.cta-area::after{
    content: '■';
    color: #013f9b;
    position: absolute;
    left: 1.2%;
    top: 1.7%;
}
.cta-area h2{
    padding-top: 50px;
    color: #013f9b;
    font-weight: bold;
    text-align: center;
    font-size: 2.6rem;
}
.cta-area h2::before{
    content: '■';
    font-size: 1rem;
    color: #013f9b;
    position: absolute;
    left: 1.2%;
    bottom: 3.7%;
}
.cta-area h2::after{
    content: '■';
    font-size: 1rem;
    color: #013f9b;
    position: absolute;
    right: 1.2%;
    bottom: 3.7%;
}
.cta-area-inner{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 40px;
    box-sizing: border-box;
}
.cta-area-inner a{
    display: flex;
    flex: 1 0 auto;
}
.tel-inner{
    display: flex;
    width: 840px;
    margin: 20px auto;
    align-items: center;
}
p.tel{
    font-size: 2.5rem;
    position: relative;
    margin-left: 40px;
    font-weight: 500;
}
p.tel::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/tel-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    bottom: 13%;
    left: 5%;
}
.cta-area a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    width: 50%;
}
.cta{
    width: 93%;
    background-color: #E70411;
    text-align: center;
    border-radius: 60px;
    padding: 5px;
    box-shadow: 0px 10px 0px #9c0008;
    position: relative;
    margin: 0 auto;

}
.cta::after{
    content: '';
    background-image: url(../../../img/lp/exam20220601/btn-std.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 450px;
    height: 450px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -17%;
    left: -2%;
}
.cta span{
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    padding-top: 2%;
}
.cta span::before{
    content: '・';
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 5%;
    left: 37%;
}
.cta span::after{
    content: '・';
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 5%;
    left: 43.5%;
}
.cta-tel{
    width: 93%;
    margin: 0 auto;
    background-color: #00A2E1;
    text-align: center;
    border-radius: 60px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0px 10px 0px #0287BE;
}
.cta-tel p{
    color: #fff;
    text-align: center;
}
.cta-tel p:nth-child(2){
    font-size: 1.1rem;
    font-weight: normal;
    position: relative;
    top: -0.3rem;
}
.cta-tel p:nth-child(2) span{
    border: 1px solid #fff;
    padding: 0px 4px;
    margin-right: 10px;
}
.left span{
    padding: 0.1rem 0.4rem;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.PassRecord{
    background-color: #D4F9FF;
    padding-bottom: 40px;
}
.center{
    text-align: center;
    padding-top: 80px;
}
.ribbon {
display: inline-block;
position: relative;
height: 132px;
line-height: 60px;
text-align: center;
padding: 7px 0;
font-size: 18px;
background: #013f9b;
color: #FFF;
box-sizing: border-box;
}

.ribbon h2 {
margin: 0;
padding: 10px 90px;
border-top: dashed 2px rgba(255, 255, 255, 0.5);
border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
line-height: 42px;
font-size: 1.6rem;
text-align: center;
color: #fff;
}
.ribbon h2 span {
font-size: 3rem;
}

.ribbon:before, .ribbon:after {
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.ribbon:before {
/*左の山形*/
top: 0;
left: 0;
border-width: 66px 0px 66px 30px;
border-color: transparent transparent transparent #d4f9ff;
border-style: solid;
}

.ribbon:after {
/*右の山形*/
top: 0;
right: 0;
border-width: 66px 30px 66px 0px;
border-color: transparent #d4f9ff transparent transparent;
border-style: solid;
}
.slider{
    width: 1300px;
    margin: 40px auto;
}
.card{
    width: 30%;
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 10px;
    height: 220px;
    margin: 28px;
    box-shadow: 3px 4px 10px #6dbbc581;
    position: relative;
}
.card::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/sakura.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top:-20px;
    left: -40px;
}
.card h3{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.card p{
    text-align: center;
    font-size: 3.5rem;
    color: #013f9b;
    font-weight: 500;
}
.card p span{
    font-size: 2rem;
}
.card-innner{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*矢印の設定*/
.slick-prev {/*戻る矢印の位置と形状*/
    left: -2.2%;
    z-index: 100;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -2.6%;
    z-index: 100;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}
.slick-dots li button:before {
    color: #1b6f7a;
    font-size:13px!important;
}
.slick-dots li.slick-active button:before {
    color: #013f9b;
}
      

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}
.slick-next:before {
    content: '▶';
}
.slick-prev:before {
    content: '◀';
}
.slick-prev:before, .slick-next:before{
    color: #013f9b;
    font-size: 40px;
}
ul {
    padding-inline-start: 0px;
}
/* 特徴 */
.feature-area{
    background-color: #FDEDC9;
    padding: 3%;
}
.feature-area h2{
    color: #013f9b;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    padding: 90px 0 0px;
    box-sizing: border-box;
    line-height: 0rem;
    position: relative;
}
.feature-area h2::before {
    content: '';
    background-image: url(../../../img/lp/exam20220601/method_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 31px;
    left: 33.5%;
}
.feature-area h2 img{
    width: 330px;
    display: inline-block;
    padding-bottom: 49px;
    padding-right: 5px;
}
.feature-inner{
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 80px auto;
}
.box{
    width: 32%;
    background-color: #fff;
    padding: 2%;
    box-sizing: border-box;
}
.feature-inner .box img {
    width: 85%;
    margin: 0 auto;
}
.feature-area h3{
    margin-top: 20px;
    color: #013f9b;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.feature-area p{
    margin: 10px 020px;
    text-align: center;
    font-size: 1.2rem;
}
.nayami-area{
    background-color: #dbdbdb;
    padding: 60px 0 150px;
}
.nayami-inner{
    background-color: #fff;
    width:800px;
    padding: 3% ;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}
.nayami-inner::after{
    content: '';
    background-image: url(../../../img/lp/exam20220601/nayami.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 400px;
    height: 400px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    bottom: -53%;
    right: -12%;
}
.nayami-inner li{
    font-size: 1.3rem;
    line-height: 3rem;
    margin-left: 15px;
    display: flex;
}
.nayami-inner li:nth-child(1)::before{
    content: '●';
    font-size: 1rem;
    color: #dbdbdb;
    position: absolute;
    top: -5px;
    left: 13px;
}
.nayami-inner li:nth-child(2)::before{
    content: '●';
    font-size: 1rem;
    color: #dbdbdb;
    position: absolute;
    top: -5px;
    right: 13px;
}
.nayami-inner li:nth-child(3)::before{
    content: '●';
    font-size: 1rem;
    color: #dbdbdb;
    position: absolute;
    bottom: -5px;
    left: 13px;
}
.nayami-inner li img{
    width: 40px;
    height: 40px;
    margin-right: 1%;
}
.nayami-bt-area{
    background:url(../../../img/lp/exam20220601/nayami_bt_bg_pc.png) center center;
    position: relative;
    background-size: auto 375px;
    z-index: 2;
    background-repeat: no-repeat;
    top: -68px;
    padding: 40px;
}
.nayami-bt-inner{
    background-color: #fff;
    width: 750px;
    margin:  0 auto;
    border-radius: 15px;
    margin-top: 50px;
}

.nayami-bt-inner h2{
    width: 55%;
    margin: 0 auto;
    background-color: #e70411;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 2%;
    border-radius: 0 0 15px 15px;
    position: relative;
}
.nayami-bt-inner h2::before{
    background-color: #e70411;
    bottom: 0;
    clip-path: polygon(68% 90%, 151% 0%, 0% 0%);
    content: "";
    height: 55px;
    margin: auto;
    position: absolute;
    left: -17px;
    top: -8px;
    width: 25px;
}
.nayami-bt-inner h2::after{
    background-color: #e70411;
    bottom: 0;
    clip-path: polygon(0 0, 0 130%, 127% -30%);
    content: "";
    height: 55px;
    margin: auto;
    position: absolute;
    right: -17px;
    top: -8px;
    width: 25px;
}
.nayami-bt-inner h3{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: #363636;
    padding-bottom: 30px;
}
.pt{
    display: flex;
    margin: 20px auto;
    width: 87%;
    padding-bottom: 40px;
}
.pt p{
    padding: 0.5rem 1rem;
    background-color: #e6e6e6;
    margin-left: 40px;
    font-size: 1.7rem;
    color: #363636;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 48px;
}
.pt p:first-child{
    color: #e42837;
}
.pt p:first-child::after{
    content:'×';
    color: #ccc;
    position: absolute;
    right: -35px;
}
.pt p span{
    color: #25d1e8;
}
.pt img{
    width: 25px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 16px;
    bottom: 10px;
}
.support-txt p{
    font-size: 2em;
    line-height: 2.1rem;
    color: #fff;
    font-weight: 500;
    width: 700px;
    display: block;
    margin: 35px auto 50px;
    position: relative;
}
.support-txt p::after{
    content: '';
    background-image: url(../../../img/lp/exam20220601/boy.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -57px;
    right: 1%;
}
.support-txt img{
    width: 195px;
    position: absolute;
    bottom: -25px;
    right: 32%;
}
.method{
    max-width: 1200px;
    padding: 7% 30px 3%;
    margin: 0 auto;
}
.reason{
    display: flex;
    position: relative;
    margin-bottom: 80px;
}

.method img{
    width: 50%;
    height: 50%;
}
.method .txt{
    margin-left: 50px;
    width: 60%;
}
.method h2{
    color: #e42837;
    font-size: 2.7rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.method h2::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/method_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -24px;
    left: 12%;
    transform: rotate(331deg);
}
.method h2 span{
    border-bottom: 5px dotted #e42837;
    padding-bottom: 5px;
}
.method .txt h3,.reason-min h3{
    color: #e42837;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.reason-min h3{
    margin-left: 20px;
    margin-top: 25px;
    width: 77%;
}
.reason-min-box .reason-min:nth-child(2) h3 {
    margin-left: 20px;
    margin-top: 3px;
    width: 77%;
    margin-bottom: 0;
}

.ribbon2 {
    width: 110px;
    position: absolute;
    color: #fff;
    background-color: #013f9b;
    left: 20px;
    top: -20px;
}
.ribbon2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 55px solid #013f9b;
    border-right: 55px solid #013f9b;
    border-bottom: 15px solid transparent;
  }
.ribbon2 p,.ribbon3 p{
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
.ribbon2 p span,.ribbon3 p span{
    font-size: 3rem;
}
.reason-min{
    width: 48%;
    margin-bottom: 40px;
}
.reason-min .ttl{
    display: flex;
    align-items: self-start;
    width: 100%;
    margin-bottom: 30px;
}
.red{
    color: #e42837;
}
.marker{
background: linear-gradient(transparent 60%,rgb(255, 246, 125) 60%);
}
.txt ul{
    background-color: #F0F5F8;
    margin-top: 30px;
    padding: 3%;
}
.txt ul li{
    line-height: 1.5rem;
    position: relative;
    margin-left: 15px;
}
.txt ul li::before{
    content: '●';
    color: #013f9b;
    font-size: 0.3rem;
    position: absolute;
    left: -15px;
}
.reason-min-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .voice{
    padding: 0px 20px 70px;
  }
  .voice h2{
    font-size: 3rem;
    font-weight: 500;
    color: #013f9b;
    text-align: center;
    margin-bottom: 60px;
  }
  .comment{
      max-width: 750px;
      margin: 0px auto 60px;
      border:4px solid #013f9b;
      border-radius: 25px;
      padding: 3%;
      position: relative;
  }
  .comment::before{
    white-space: pre;
    content: 'Voice\A１';
    text-align: center;
    line-height: 1.9rem;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #013f9b;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 100%;
    padding: 21px 18px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -52px;
    left: -65px;
  }
  .voice div.comment:nth-last-child(1):before{
    content: 'Voice\A３';
  }
  .voice div.comment:nth-last-child(2):before{
    content: 'Voice\A２';
}
  .comment h3{
      background-color: #f19210;
      padding: 1%;
      font-size: 1.7rem;
      padding: 1.3% ;
      color: #fff;
      width: 60%;
      text-align: center;
      margin: 0 auto;
      border-radius: 30px;
      letter-spacing: 0.1rem;
      position: relative;
  }
  .comment h3::before{
    content: '●';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    top: 38%;
    left: 13px;
  }
  .comment h3::after{
    content: '●';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    top: 38%;
    right: 13px;
  }
  .comment .ttl{
    margin-top: 14px;
    display: flex;
    align-items: center;
    border-bottom: 4px dotted #013fa1;
    margin-bottom: 25px;
  }
  .comment .ttl img{
      width: 14%;
      margin-bottom: 10px;
  }
  .comment .ttl h4{
      font-size: 2rem;
      font-weight: 500;
      color: #013f9b;
      margin-left: 10px;
      line-height: 2.5rem;
  }
  .comment p:last-child{
      font-size: 1.2rem;
  }
  .red{
      color: #e70411;
  }
  .d-value-area{
      display: flex;
      justify-content: space-between;
  }
  .d-value-area .box{
      background-color: #E5E5E5;
      display: flex;
      width: 49.5%;
      padding: 2%;
      box-sizing: border-box;
  }
  .Subject{
      background-color: #fff;
      padding: 1%;
      border: 3px solid #00A4E0;
      text-align: center;
      border-radius: 8px;
      width: 26%;
  }
  .Subject p{
      text-align: center;
      font-size: 1.3rem;
      color: #00A4E0;
      font-weight: 500;
  }
  .d-value-area .box:nth-child(2) .Subject{
    border: 3px solid #3CCE48;
  }
  .d-value-area .box:nth-child(2) .Subject p{
    color: #3CCE48;
  }
  .d-value-area .detail{
      margin-left: 20px;
      width: 74%;
  }
  .d-value-area .detail p{
      font-size: 2.5rem;
      font-weight: 500;
      color: #013f9b;
  }
  .d-value-area .school p:first-child{
        position: relative;
  }
  .d-value-area .school p:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -17px;
    border: 17px solid transparent;
    border-left: 13px solid #013f9b;
  }
  .d-value-area .detail p span.min{
      font-size: 1rem;
      margin-right: 5px;
  }
  .school{
    display: flex;
  }
  .d-value-area .school p{
    background-color: #013f9b;
    color: #fff;
    font-size: 1.1rem;
    width: 50%;
    text-align: center;
    padding: 2% 0;
}
  .school p:nth-child(2){
      background-color: #e70411;
}
.cta-bg{
    background-color: #013f9b;
    padding: 5% 0;
}
.list-btn{
    background-color: #013f9b;
    width: 420px;
    margin: 50px auto;
    border-radius: 52px;
  }
  .list-btn p{
      color: #ffffff;
      text-align: center;
      padding: 3%;
      font-size: 1.9rem;
  }
  .list-btn a{
      text-decoration: none;
  }
  .information{
    background-color: #D4F9FF;
    padding: 5% 0 3%;
  }
  .information .ttl{
       display: flex;
       align-items: center;
       justify-content: right;
  }
  .information h2{
    background-color: #e70411;
    padding: 2% 2% 2% 100px;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    position: relative;
}
.emblem{
    color: #e70411;
    position: absolute;
    font-size: 2rem;
    left: -6%;
    bottom: 5%;
    text-align: center;
    font-weight: bold;
    line-height: 1.6rem;
}
.emblem span{
    font-size: 1.3rem;
}
.information h2::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/stamp.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: -24px;
    left: -65px;
}
.information h2::after{
    position: absolute;
    top: 0;
    right: -59px;
    width: 0;
    height: 0;
    content: '';
    border-width: 81px 26px 0px 33px;
    border-style: solid;
    border-color: #ffffff00 transparent transparent #e70411;
}
.information ul{
    background-color: #fff;
    border-radius: 15px;
    margin-top: 40px;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    line-height: 4rem;
}
.information ul li{
    font-size: 1.5rem;
    color: #013f9b;
    font-weight: bold;
    position: relative;
    margin-left: 80px;
}
.information ul li::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/sakura.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    left: -76px;
    top: 0%;
}
.information .ttl p{
    color: #e70411;
    font-size: 1.5rem;
    margin-left: 40px;
    font-weight: 500;
}
.information-inner{
    width: 830px;
    margin: 0 auto;
}
.flow{
    background-color: #013f9b;
    padding: 6% 0;
}
.flow-inner{
    width: 750px;
    margin: 0 auto;
}
.flow-inner h2{
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
}
.step{
    background-color: #fff;
    padding: 3% 6%;
    border-radius: 60px;
    margin-bottom: 60px;
    margin-top: 40px;
    position:relative;
}
.step::after {
    content: "";
    display: inline-block;
    border-left: 7px dotted #FFF;
    width: 7px;
    height: 32px;
    position: absolute;
    bottom: -54%;
    left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.step:last-child::after{
    content: "";
    display: inline-block;
    border-left: none;
    width: 0;
    height: 0;
}
.step h3{
    color: #013f9b;
    font-size: 2rem;
    font-weight: 500;
}
.step h3 span{
    color:#E70411 ;
}
.step p{
    color: #013f9b;
    font-size: 1.2rem;
    margin-top: 8px;
    font-weight: 500;
}
.map{
    background-color: #E6E6E6;
    padding: 30px 50px;
}
.map .center{
    text-align: center;
}
.map h2{
    font-size: 3rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.map h2::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/map-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 3px;
    left: -65px;
}
.map-inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 40px auto;
    justify-content:space-between;
}
.map-card{
    background-color: #fff;
    border-radius: 15px;
    padding: 4% 2.5% 200px;
    box-sizing: border-box;
    width: 31.5%;
    box-shadow: 5px 7px 10px #9c9c9c81;
    margin-bottom: 30px;
    position: relative;
}
.map-card h3{
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2rem;
}
.map-card h3+p{
    text-align: center;
    font-size: 15px;
}
a.map-link,a.tel-link{
    text-decoration: none;
}
.map-link {
    display: block;
    position: absolute;
    bottom: 110px;
    left: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
}
.map-link div{
    margin-top: 20px;
    background-color: #e6e6e6;
    border-radius: 40px;
    padding: 5%;
}
.map-link div p{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
}
.map-link div p::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/pin.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 22%;
    left: -5px;
}
.tel-link {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
}
.tel-link div{
    margin-top: 20px;
    background-color: #f19210;
    border-radius: 40px;
    padding: 5%;
}
.tel-link div p{
    color: #fff;
    margin-left: 20px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
}
.tel-link div p::before{
    content: '';
    background-image: url(../../../img/lp/exam20220601/tel2-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 22%;
    left: -25px;
}
br.sp{
    display: none;
}
p.gray{
    color: #636363;
}
@media (max-width: 1570px) and (min-width: 767px){
    .point div p {
        font-size: 2.6rem;
    }
    .point div p span.yellow {
        font-size: 1rem;
        padding: 6% 4%;
    }
    .point p {
        font-size: 1.5rem;
    }.point {
        width: 173px;
    }
    .main {
        top: 13%;
        left: 25%;
    }
    .main>p span.number {
        font-size: 5rem;
    }
    .main>p {
        font-size: 3.7rem;
        
    line-height: 4.2rem;

    }
    .main>p span {
        font-size: 4.5rem;
    }
}
@media (max-width: 1450px) and (min-width: 767px){
    .slider {
        width: 1000px;
    }
    .nayami-inner::after {
        width: 370px;
        height: 370px;
        bottom: -60%;
        right: -9%;
    }
}
@media (max-width: 1200px) and (min-width: 767px){
    body{
        width: 1200px;
    }

}
/* ---------SP------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) { 
    body{
        margin: 0 auto;
        width: 100%;
    }
    .header---inner {
        max-width: none;
        width: 100%;
        padding: 3%;
    }
    .detail a p:first-child {
        font-size: 16px;
    }
    .detail a p {
        font-size: 22px;
    }
    h1 img {
        width: 100%;
    }
    h1{
        width: 20%;
    }
    .detail {
        width: 67%;
    }
    .mv {
        background-image: url(../../../img/lp/exam20220601/fv-bg_sp.jpg);
    }

    .mv-bt-inner {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
        margin: 0px auto 20px;
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding-top: 5%;
    }
    .mv-bt-inner {
        font-size: 0.95rem;
        line-height: 1.2rem;
    }
    .mv-bt-inner p {
        width: 46%;
        padding: 1.5% 1.5% 1.5% 13%;
        box-sizing: border-box;
        font-size: 1rem;
    }
    .mv-bt-inner p::after {
        font-size: 1rem;
        right: -14%;
    }
    .mv-bt-inner p span {
        left: 57%;
    }
    .mv-bt-inner p::before {
        content: '';
        background-image: url(../../../img/lp/exam20220601/check2.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: 8px;
    }
    .mv-bt-inner p:nth-child(2):before {
        left: 18px;
    }
    .cta-area h2::before {
        font-size: 0.7rem;
        left: 2.2%;
        bottom: 1.7%;
    }
    .cta-area h2::after {
        font-size: 0.7rem;
        right: 2.2%;
        bottom: 1.7%;
    }
    .cta-area::before {
        font-size: 0.7rem;
        right: 2.2%;
        top: 0.7%;
    }
    .cta-area::after {
        font-size: 0.7rem;
        left: 1.2%;
        top: 0.7%;
    }
    .cta::after{
        width: 100%;
        display: block;
        height: auto;
        margin-right: 0px;
        background-size: contain;
        margin-left: 0px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-position-x: center;
        background-position-y: bottom;
    }
    .ribbon {
        width: 80%;
        height: 116px;
    }
    .ribbon:before {
        border-width: 58px 0px 58px 30px;
    }
    .ribbon:after {
        border-width: 58px 30px 58px 0px;
    }
    .ribbon h2 {
        margin: 0;
        padding: 1% 12%;
        box-sizing: border-box;
        border-top: dashed 2px rgba(255, 255, 255, 0.5);
        border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
        line-height: 42px;
        font-size: 1.2rem;
    }
    .ribbon h2 span {
        font-size: 2.4rem;
    }
    .PassRecord {
        overflow: hidden;
    }
    .slider {
        width: 90%;
        margin: 10px auto;
    }
    .slick-list {
        overflow: inherit;
    }
    .card{
        height:180px;
        margin: 40px 15px;
    }
    .card p {
        text-align: center;
        font-size: 3rem;
        color: #013f9b;
        font-weight: 500;
    }
    .card h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .card p {
        font-size: 3rem;
    }
    .card::before {
        width: 55px;
        height: 55px;
    }
    .feature-area h2 img{
        width: 200px;
        padding-bottom: 9%;
    }
    .feature-area h2 {
        font-size: 1.5rem;
        padding: 60px 0 0px;
    }
    .feature-area h2::before {
        width: 30px;
        height: 30px;
        top: 27px;
        left: 5%;
    }
    .feature-inner {
        padding: 0px;
        box-sizing: border-box;
        display: block;
        justify-content: space-between;
        max-width: none;
        width: 90%;
        margin: 40px auto;
    }
    .box {
        width: 100%;
        background-color: #fff;
        padding: 2%;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    .feature-area h3 {
        font-size: 1.5rem;
    }
    .feature-area p {
        margin: 10px 20px;
        text-align: center;
        font-size: 1rem;
    }
    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }
    .slick-next {
        right: -3.5%;
        z-index: 100;
    }
    .slick-prev {
        left: -3.2%;
        z-index: 100;
    }
    .slick-prev:before, .slick-next:before {
        color: #27D1E8;
        font-size: 25px;
    }
    .cta-area {
        background-color: #FFF;
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 30px;
    }
    .cta-area-inner {
        display: block;
        justify-content: space-around;
        align-items: stretch;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .cta-area h2 {
        padding-top: 33px;
        color: #013f9b;
        font-weight: bold;
        text-align: center;
        font-size: 1.7rem;
    }
    .cta span {
        vertical-align: baseline;
        display: inline-block;
        padding-top: 3%;
        font-size: 1.35rem;
    }
    .cta span::before {
        font-size: 1.2rem;
        top: 2%;
        left: 36.5%;
    }
    .cta span::after {
        font-size: 1.2rem;
        top: 2%;
        left: 43.5%;
    }
    .slick-dots {
        bottom: -7px;
    }
    .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .cta-tel p:nth-child(2) {
        font-size: 0.8rem;
    }
    .cta-tel {
        margin: 24px auto 0;
    }
    p.tel {
        font-size: 1.9rem;
        margin-left: 44px;
    }
    p.tel::before {
        width: 32px;
        height: 32px;
        bottom: 13%;
        left: -10%;
    }
    .cta {
        height: 55px;
    }
    .cta-tel p:nth-child(2) span {
        border: 1px solid #ffffff85;
    }
    .cta-area a {
        width: 100%;
    }
    .point {
        width: 145px;
    }
    .main {
        width: 300px;
        top: 6%;
        left: 4%;
    }
    .main>p {
        font-size: 2.2rem;
        line-height: 2.5rem;
        margin-top: 10px;
    }
    .main>p span {
        font-size: 2.8rem;
    }
    .main>p span.number {
        font-size: 3.4rem;
    }
    p.under {
        padding: 3.5%;
    }
    .point div p span.yellow {
        font-size: 1rem;
        padding: 5% 2%;
        top: -0.4rem;
    }
    .point div p span.min {
        font-size: 1.9rem;
    }
    .point p {
        font-size: 1.3rem;
    }
    .point div p {
        color: #fff;
        font-size: 2.1rem;
        text-align: center;
        font-weight: 500;
        padding: 0;
        letter-spacing: -0.1rem;
    }
    .nayami-inner {
        width: 90%;
    }
    .nayami-inner {
        padding: 5%;
    }
    .nayami-inner li {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-bottom: 4%;
        margin-left: 2%;
        display: flex;
        align-items: center;
    }
    .nayami-inner li:nth-child(1) {
        margin-top: 4%;
    }
    .nayami-inner li img {
        width: 35px;
        height: 35px;
    }
    .nayami-inner li:nth-child(1)::before {
        font-size: 0.6rem;
        top: 5px;
        left: 10px;
    }
    .nayami-inner li:nth-child(2)::before {
        font-size: 0.6rem;
        top: 5px;
        right: 10px;
    }
    .nayami-inner li:nth-child(3)::before {
        font-size: 0.6rem;
        bottom: 5px;
        left: 10px;
    }
    .nayami-bt-area {
        background-image: url(../../../img/lp/exam20220601/nayami_bt_bg_sp.png);
    position: relative;
    background-size: contain;
    z-index: 2;
    background-repeat: no-repeat;
    top: -35px;
    padding: 2% 0;
    }
    .nayami-bt-inner {
        background-color: #fff;
        width: 93%;
        margin: 0 auto;
        border-radius: 15px;
        margin-top: 50px;
    }
    .nayami-inner::after {
        content: '';
        background-image: url(../../../img/lp/exam20220601/nayami.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 59%;
        height: 59%;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;
        bottom: -44%;
        right: -4%;
    }
    .nayami-area {
        background-color: #dbdbdb;
        padding: 13% 0 24%;
        overflow: hidden;
    }
    .nayami-inner::after {
        width: 173px;
        height: 170px;
        margin-right: 0px;
        margin-left: 12px;
        bottom: -37%;
        right: -9%;
    }
    .support-txt p::after {
        width: 120px;
        height: 120px;
        margin-left: 12px;
        top: -21px;
        right: -45%;
    }
    .nayami-bt-inner h3 {
        padding-bottom: 19px;
    }
    .nayami-bt-inner {
        margin-top: 11%;
    }
    .nayami-bt-inner h2 {
        width: 73%;
        font-size: 1.4rem;
        padding: 2%;
    }
    .nayami-bt-inner h2::before {
        height: 30px;
        left: -9px;
        top: -7px;
        width: 14px;
    }
    .nayami-bt-inner h2::after {
        height: 30px;
        right: -7px;
        top: -7px;
        width: 12px;
    }
    .nayami-bt-inner h3 {
        font-size: 1.3rem;
        margin-top: 10px;
    }
    .pt p {
        padding: 0.5rem 0.5rem;
        background-color: #e6e6e6;
        margin-left: 6%;
        font-size: 1rem;
        color: #363636;
        border-radius: 10px;
        font-weight: 500;
        position: relative;
        padding-left: 9%;
    }
    .pt p:first-child {
        width: 8%;
    }
    .pt p:nth-child(2) {
        width: 80%;
    }
    .pt p:first-child::after {
        content: '×';
        color: #ccc;
        position: absolute;
        right: -30%;
    }
    .pt {
        width: 90%;
        margin: 12px auto 0px;
        padding-bottom: 20px;

    }
    .pt img {
        width: 17px;
        margin-right: 5px;
        left: 8px;
        bottom: 10px;
    }
    .pt p:first-child{
        margin-left: 0px;
    }
    .support-txt p {
        font-size: 1.2em;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 500;
    width: 53%;
    display: block;
    margin: 2% 0 8% 13%;
    }
    .support-txt img {
        width: 29%;
        position: absolute;
        bottom: 11px;
        right: 11%;
    }
    .method {
        max-width: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0% 4%;
    }
    .method h2{
        font-size: 1.4rem;
        margin-bottom: 0%;
    }
    .method h2::before {
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 0px;
        background-size: contain;
        margin-left: 12px;
        position: absolute;   
    top: -12px;
    right: 33%;

    }
    .reason {
        display: block;
    }
    .method img {
        width: 100%;
        height: auto;
    }
    .ribbon2 p, .ribbon3 p {
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
    }
    .ribbon2 {
        width: 80px;
    }
    .ribbon2:after {
        border-left: 40px solid #013f9b;
        border-right: 40px solid #013f9b;
        border-bottom: 10px solid transparent;
    }
    .ribbon2 p span, .ribbon3 p span {
        font-size: 2.5rem;
    }

    .method h2 span {
        border-bottom: none;
        padding-bottom: 0px;
        line-height: 1.8rem;
    }
    .method div:first-child{
        border-bottom: 5px dotted #e42837;
        padding-bottom: 10px;
        margin: 15% 0 17%;
    }
    .method .txt h3, .reason-min h3 {
        margin-top: 20px;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .reason-min .ttl {
        margin-bottom: 20px;
    }
    .method .txt {
        margin-left: 0px;
        width: 100%;
    }
    .reason {
        margin-bottom: 55px;
    }
    .ribbon3 p {
        font-size: 1rem;
    }
    .reason-min-box {
        display: block;
        padding-bottom: 18px;
    }
    .reason-min {
        width: 100%;
        margin-bottom: 40px;
    }
    .information-inner {
        width: 100%;
        margin: 0 auto;
    }
    .ribbon3 {
        width: 72px;
    }
    .ribbon3 p span {
        font-size: 2rem;
    }
    .ribbon3:after {
        border-left: 35px solid #e42837;
        border-right: 35px solid #e42837;
        border-bottom: 10px solid transparent;
    }
    .content p.number {
        font-size: 1.2rem;
    }
    .content p.number .red {
        font-size: 2.1rem;
        letter-spacing: -0.1rem;
        margin-left: 6px;
    }
    .ribbon4 {
        width: 98px;
        right: 12px;
        top: -20px;
        padding: 15px 5px 9px;
    }
    .ribbon4:after {
        border-left: 54px solid #f19210;
        border-right: 54px solid #f19210;
        border-bottom: 15px solid transparent;
    }
    .ribbon4.bg {
        width: 98px;
        height: 75px;
        right: 8px;
        top: -10px;
        padding: 15px 5px;
    }
    .ribbon4.bg:after {
        border-left: 54px solid #9359073d;
        border-right: 54px solid #9359073d;
        border-bottom: 15px solid transparent;
    }
    .content p.number .red span {
        font-size: 1.4rem;
    }
    .ribbon4 p span {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .ribbon4 p {
        font-size: 0.9rem;
        line-height: 1.3rem;
        font-weight: normal;
    }
    
    .list-btn {
        margin: 0px auto 40px;
        width: 70%;
    }
    .list-btn p {
        font-size: 1.4rem;
    }
    .voice h2 {
        font-size: 2.3rem;
        margin-bottom: 13%;
    }
    .voice {
        padding: 0% 4% 5%;
    }
    .d-value-area{
        display: block;
    }
    .d-value-area .school p:first-child:before {
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 13px solid #013f9b;
    }
    .comment {
        max-width: none;
        width: 100%;
        padding: 4%;
        border-radius: 13px;
        box-sizing: border-box;
        text-align: center;
    }
    .comment::before {
        line-height: 1.2rem;
        font-size: 1rem;
    width: 38px;
    height: 32px;
    padding: 15px 12px;
    top: -34px;
    left: -24px;
    z-index: 1;
    }
    .information {
        padding: 15% 0 3%;
    }
    .information .ttl {
        justify-content: left;
    }
    .information h2 {
        background-color: #e70411;
        padding: 15px 0% 15px 86px;
        color: #fff;
        font-size: 29px;
        font-weight: 500;
        position: relative;
    }
    .information h2::before {
        width: 80px;
        height: 80px;
        top: -12px;
        left: -5px;
    }
    .information .ttl p {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .emblem {
        font-size: 1.2rem;
    left: 12%;
    bottom: 22%;
        line-height: 0.8em;
    }
    .emblem span {
        font-size: 0.9rem;
    }
    .information h2::after {
        border-width: 59px 26px 0px 33px;
    }
    .information ul {
        width: 93%;
        margin: 20px auto;
        box-sizing: border-box;
        line-height: 2.4rem;
    }
    .information ul li {
        font-size: 0.9rem;
        margin-left: 40px;
    }
    .information ul li::before {
        width: 35px;
        height: 35px;
        margin-right: 0px;
        margin-left: 12px;
        left: -50px;
    top: 6%;
    }
    .d-value-area .box {
        background-color: #E5E5E5;
        display: flex;
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
    }
    .comment h3 {
        font-size: 1rem;
        padding: 0.7rem 1.7rem;
         width: auto; 
        letter-spacing: 0rem;
        display: inline-block;
    }
    .d-value-area .detail p {
        font-size: 2rem;
    }
    .d-value-area .school p {
        font-size: 1rem;
    }
    .comment .ttl {
        padding: 0;
    }
    .comment .ttl img {
        width: 21%;
    }
    .comment h3::before {
        font-size: 0.5rem;
    }
    .comment h3::after {
        font-size: 0.5rem;
    }
    .comment .ttl h4 {
        line-height: 1.7rem;
    }
    .comment .ttl h4 {
        font-size: 1.3rem;
    }
    .comment p:last-child {
        font-size: 1rem;
    }
    .ilast-ttl h4 {
        font-size: 1.5rem;
    }
    .ilast-ttl {
        width: 250px;
        height: 250px;
        background-color: #fff;
        border-radius: 100%;
        padding: 10%;
        box-sizing: border-box;
        margin: 0 auto 20px;
        overflow: hidden;
    }
    .nbr {
        font-size: 2.5rem;
        width: 65px;
        height: 65px;
        border-radius: 100%;
        position: absolute;
        left: 16%;
        letter-spacing: -0.1rem;
    }
    .lesson-inner {
        max-width: none;
        width: 100%;
        padding: 7% 3% 9%;
    }
    .lesson h2 {
        font-size: 2.5rem;
    }
    .lesson h3 {
        max-width: none;
        width: 100%;
        font-size: 2rem;
        padding: 3% 2%;
        margin-top: 30px;
    }
    .lesson h3::after {
        bottom: -11px;
    }
    .lesson-inner .cta {
        margin-top: 20px;
    }
    .lesson {
        background-color: #DAFBFF;
        padding: 15% 5%;
    }
    .lesson p {
        font-size: 1rem;
        text-align: center;
    }
    .lesson-inner .btn p:nth-of-type(1) {
        font-size: 0.9rem;
        line-height: 1.1rem;
        margin-left: 5px;
    }
    .lesson-inner .btn p:nth-of-type(2) {
        margin-left: 5px;
    font-size: 2.2rem;
    letter-spacing: -0.05rem;
    }
    .lesson-inner .btn img {
        width: 44px;
    }
    .center {
        text-align: center;
        padding-top: 14%;
    }
    .flow {
        background-color: #013f9b;
        padding: 15% 0;
    }
    .flow-inner{
        width: 90%;
        margin: 0 auto;
    }
    .flow-inner h2 {
        font-size: 2.3rem;
    }
    .step h3 {
        font-size: 1.3rem;
    }
    .step::after {
        border-left: 5px dotted #FFF;
        width: 5px;
        height: 25px;
    bottom: -53%;
    }
    .step {
        margin-bottom: 47px;
        margin-top: 27px;
        padding: 4% 10%;
    }
    .step p {
        font-size: 0.95rem;
        line-height: 1.2rem;
    }
    .map h2 {
        margin-left: 13%;
    }
    .map {
        padding: 0% 4% 10%;
    }
    .map-inner {
        display: block;
        width: 100%;
        max-width: none;
        margin: 40px auto 0;
    }
    .map-card {
        border-radius: 15px;
        padding: 9% 3%;
        width: 100%;
    }
    .map-card h3 {
        font-size: 1.4rem;
        margin-bottom: 3px;
        line-height: 1.8rem;
    }
    .map-card h3+p {
        text-align: center;
        font-size: 0.8rem;
    }
    .map h2 {
        font-size: 2.3rem;
    }
    .map h2::before {
        width: 40px;
        height: 40px;
        margin-right: 0px;
        top: 1px;
        left: -53px;
    }
    .map-link div {
        width: 80%;
        margin: 20px auto 0;
    }
    .map-link div p {
        font-size: 1rem;
        font-weight: normal;
    }
    .map-link div p::before {
        width: 15px;
        height: 15px;
        top: 15%;
        left: -5px;
    }
    .map-link {
        position: static;
        bottom: 110px;
        left: 15px;
        max-width: 100%;
    }
    .tel-link {
        position: static;
        left: 15px;
        max-width: 100%;
    }
    .tel-link div p {
        margin-left: 20px;
        font-size: 1rem;
    }
    .tel-link div {
        margin: 10px auto 0;
        width: 80%;

    }
    .tel-link div p::before {
        width: 13px;
        height: 13px;
        top: 25%;
        left: -29px;
    }
    br.sp{
        display: block;
    }
    br.pc{
        display: none;
    }
}

/*MIX ADD*/
#footer {
    display: none !important;
}