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

@media screen and (min-width: 768px) {
  .mv{
    width: 100%;
    height: 755px;
    position: relative;
    background:  url("../img/mv_bk2.png") no-repeat center top, url("../img/mv_bk.png") center center;
    background-size: auto 100%, 95px auto;
  }

  .mv h1{
    width: 1263px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mv div{
  width: 864px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%)
}

.mv div p{
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  bottom: 40px;
  left: -3em;
}

.h_note{
  padding: 45px 15px 30px;
  background: #a09505;
}

.h_note ul{
  max-width: 930px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #FFF;
}

.date{
  text-align: center;
  background: #BE1E2D;
  padding: 50px 0 45px;
}

.date p{
  max-width: 715px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c01{
    padding: 60px 0 65px;
    background: url("../img/c_bk.png") no-repeat center top #F2EFE7;
    background-size: 1435px auto
  }
}

.c01 .inner{
  max-width: 940px;
}

.c01 .box{
  padding: 25px 120px 60px; 
  background: #FFF;
  border-radius: 10px;
  position: relative;
}

.c01 .box + .box{
  margin-top: 35px;
}

.c01 .b_title{
  padding-left: 20px;
}

.b_title .course{
  width: 97px;
  position: absolute;
  top: -20px;
  left: 20px;
}

.b_title h3{
  font-size: 24px;
  line-height: 1;
  color: #BE1E2D;
  font-weight: bold;
  margin-bottom: 8px;
}

.b_title h3 i{
  font-size: 18px;
  padding-right: .3em;
}

.b_title h3 span{
  font-size: 34px;
}

.b_title h4{
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}

.b_title h4 span{
  font-size: 20px;
  font-weight: normal;
  display: block;
}

.b_title p.number_p{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 1;
  color: #BE1E2D;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid #BE1E2D;
  position: absolute;
  top: 35px;
  right: 120px;
}

.b_title p.number_p span{
  font-size: 32px;
}

.c01 .box .c2{
  width: 665px;
  display: flex;
  justify-content: space-between;
}

.c01 .box .c2 > div{
  width: 198px;
}

.c01 .box .c2 > div + div{
  width: 420px;
}

.c01 .box .c2 p{
  font-size: 15px;
  margin-bottom: 10px;
}

.pop_btn{
  text-align: center;
  margin-top: 10px;
}

.popup{
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #8F8940;
  font-weight: bold;
  padding: 8px 25px;
  border: 2px solid #8F8940;
  border-radius: 5px;
  display: inline-block;
}

.popup span{
  padding-right: 25px;
  background: url("../img/icon_blank.png") no-repeat right center;
  background-size: 15px auto;
  display: inline-block;
}

.c01 .note{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
}

.c01 .note a{
  color: #313131;
}

.c01 .note li{
  text-indent: -1em;
  padding-left: 1em;
}

.c02{
  max-width: 1200px;
  text-align: center;
  margin: 60px auto 70px;
}

.c02 .intro{
  text-align: center;
  
}

.c02 > p{
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.c02 > p.note{
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  margin-bottom: 40px;
}

.c02 > div{
  padding: 30px 25px;
  border: 3px solid #C5BF7B;
  border-radius: 30px;
}

.c02 h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 1;
  color: #BE1E2D;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.c02 ul{
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
  gap: 15px 3px;
}

.c02 ul li{
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.c02 ul li:nth-child(7) {
  grid-column-start: 2;
}

.c02 ul li:nth-child(n+7) {
  transform: translateX(-50%);
}

.c02 ul img{
  width: auto;
  height: 150px;
  margin-bottom: 3px;
  display: block;
}

.c03{
  padding: 60px 0 70px;
  background: #f2efe7;
}

.c03 .inner{
  max-width: 1080px;
}

.c03 h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 1;
  color: #BE1E2D;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.c03 p.st{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.c03 .c2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.c03 .c2 .box{
  width: 440px;
  background: #FFF;
  border-radius: 20px;
  padding: 20px 25px;
}

.c03 .c2 .txt{
  width: 610px;
}

.c03 .line{
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #4E2127;
  text-align: center;
  margin-bottom: 25px;
}

.c03 .line span{
  padding: 0 35px;
  display: inline-block;
  position: relative;
}

.c03 .line span::before,
.c03 .line span::after{
  content: "";
  width: 20px;
  height: 2px;
  background: #4E2127;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c03 .line span::after{
  left: auto;
  right: 0;
}

.c03 .c2 .box p{
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px;
}

.c03 .c2 .box p.note{
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

.c03 .c2 .txt{
  font-size: 16px;
  line-height: 1.6;
}

.c03 .c2 .txt h4{
  font-weight: bold;
}

.c03 .c2 .txt ol {
  margin-top: 16px;
}

.c03 .c2 .txt ol > li + li{
  margin-top: 20px;
}

.c03 .c2 .txt ol > li li{
  text-indent: -1em;
  padding-left: 1em;
}

.c03 .note{
  font-size: 16px;
  line-height: 1.6;
}

.c03 .bbox{
  margin-top: 45px;
  padding: 35px 40px 40px;
  background: #FFF;
  border-radius: 20px;
}

.c03 .bbox p{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 38px;
}

.c03 .bbox img{
  width: 505px;
  margin: 0 auto 35px;
  display: block;
}

.c03 .bbox li{
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1em;
}

.c03 .bbox .dot > li::before{
  content: "●";
  color: #8F8940;
  width: 1em;
  margin-left: -1em;
  transform: scale(.6);
  display: inline-block;
}

.c03 .bbox .dot > li + li{
  margin-top: 30px;
}

.c03 .bbox .dot > li + li.mtn{
  margin-top: 0;
}

.c03 .bbox .number{
  counter-reset: count 0;
}

.c03 .bbox .number li{
  padding-left: 2.5em;
  white-space: nowrap;
}

.c03 .bbox .number li:before {
  content: "（" counter(count) "）";
  counter-increment: count 1;
  width: 2.5em;
  margin-left: -2.5em;
  display: inline-block;
}

.c03 .bbox p.note{
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 35px;
}

.c03 .btn{
  width: 400px;
  margin: 55px auto 40px;
  display: block;
}

.c03 .btn_y{
  width: 400px;
  height: 80px;
  font-size: 26px;
  line-height: 80px;
  font-weight: 600;
  color: #be000f;
  text-align: center;
  display: block;
  margin: 55px auto 40px;
  background: #FFF;
  border-radius: 10px;
}

.c03 .note_b{
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 40px;
}

.c04{
  padding: 65px 0 100px;
}

.c04 a{
  color: #1A1311;
}

.c04 h2{
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  color: #FFF;
  font-weight: bold;
  padding-left: 15px;
  background: #C1AD71;
  margin-bottom: 15px;
  position: relative;
}

.c04 p + h2,
.c04 ul + h2{
  margin-top: 55px;
}

.c04 p,
.c04 ul,
.c04 h3{
  font-size: 16px;
  line-height: 1.8;
}

.c04 h3{
  font-weight: bold;
}

.c04 p + ul,
.c04 ul + p,
.c04 p + h3,
.c04 h3 + p,
.c04 ul + h3{
  margin-top: 13px;
}

.c04 .mtn{
  margin-top: 0 !important;
}

.c04 .red{
  color: #8F8940;
  font-weight: bold;
}

.c04 .ad{
  width: 560px;
  background: #F0EFE1;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px auto 15px;
}

.c04 .ad h3{
  color: #8F8940;
}

.c04 .ad h3 + p{
  margin-top: 0;
}

.c04 li{
  padding-left: 1.2em;
}

.c04 li + li{
  margin-top: 3px;
}

.c04 ul li::before{
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
}

.c04 ul.note li::before{
  content: "※";
}

.c04 ul.dot li::before{
  content: "●";
  color: #8F8940;
  transform: scale(.6);
}


@media screen and (max-width: 767px) {
  
  .mv{
    position: relative;
  }
  
  .mv h1{
    font-size: 12px;
    line-height: 0;
  }
  
  .mv div{
    width: 95%;
    position: absolute;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%)
  }
  
  .mv div p{
    font-size: 2.8vw;
    bottom: -2.5vw;
    left: auto;
    right: 3vw;
  }

  .h_note{
    padding: 15vw 5vw 5vw;
  }

  .h_note ul{
    font-size: 3vw;
    line-height: 1.6;
    color: #FFF;
  }

  .date{
    text-align: center;
    background: #BE1E2D;
    padding: 10vw 5vw;
  }

  .date p{
    max-width: 715px;
    margin: 0 auto;
  }

  .c01{
    padding: 10vw 0;
    background: url("../img/c_bk_sp.png") no-repeat center top #F2EFE7;
    background-size: 100% auto
  }

  .c01 .inner{
    max-width: 100%;
  }

  .c01 .box{
    padding: 2vw 3vw 8vw; 
    background: #FFF;
    border-radius: 2vw;
    position: relative;
  }

  .c01 .box + .box{
    margin-top: 8vw;
  }

  .c01 .b_title{
    padding-left: 2vw;
  }

  .b_title .course{
    width: 23vw;
    position: absolute;
    top: -6vw;
    left: 3vw;
  }

  .b_title h3{
    font-size: 5.5vw;
    line-height: 1;
    color: #BE1E2D;
    font-weight: bold;
    margin-bottom: 12vw;
    padding-left: 25vw
  }

  .b_title h3 i{
    font-size: 4vw;
    padding-right: .3em;
  }

  .b_title h3 span{
    font-size: 8vw;
  }

  .b_title h4{
    font-size: 5.5vw;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 2vw;
  }

  .b_title h4 span{
    font-size: 4.6vw;
    font-weight: normal;
    display: block;
    margin-bottom: 1vw;
  }

  .b_title p.number_p{
    font-size: 3.8vw;
    line-height: 1;
    color: #BE1E2D;
    font-weight: bold;
    padding: .5vw 1vw;
    top: 12vw;
    right: 4vw;
  }

  .b_title p.number_p span{
    font-size: 6.5vw;
  }

  .c01 .box .c2{
    width: 100%;
    display: block;
  }

  .c01 .box .c2 > div{
    width: 100%;
  }

  .c01 .box .c2 > div + div{
    width: 100%;
    margin-top: 4vw;
  }

  .c01 .box .c2 p{
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }

  .pop_btn{
    margin-top: 3vw;
  }

  .popup{
    font-size: 3.6vw;
    padding: 2.5vw 5vw;
    border: 2px solid #8F8940;
    border-radius: 1.5vw;
  }

  .popup span{
    min-height: 3.5vw;
    padding-right: 5vw;
    background: url("../img/icon_blank.png") no-repeat right center;
    background-size: 3.5vw auto;
  }

  .c01 .note{
    font-size: 3vw;
    line-height: 1.5;
    margin-top: 4vw;
  }

  .c01 .note li{
    text-indent: -1em;
    padding-left: 1em;
  }

  .c02{
    margin: 10vw 5vw 15vw;
  }

  .c02 > p{
    font-size: 4.2vw;
    line-height: 1.5;
  }
  
  .c02 > div{
    padding: 8vw 3vw;
    border: 3px solid #C5BF7B;
    border-radius: 5vw;
  }

  .c02 > p.note{
    font-size: 3.7vw;
    line-height: 1.4;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5vw;
    margin-bottom: 10vw;
  }

  .c02 h3{
    font-size: 5.5vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .c02 ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 3vw 0;
  }

  .c02 ul li{
    width: 50%;
    font-size: 3.4vw;
    line-height: 1.3;
    white-space: normal;
  }

  .c02 ul li:nth-child(n+7):nth-child(-n+11) {
    transform: translateX(0);
  }

  .c02 ul img{
    width: 100%;
    height: auto;
    margin-bottom: 1vw;
  }
  
  .c03{
    padding: 10vw 0 15vw;
  }

  .c03 h2{
    width: 100%;
    margin: 0 auto;
  }

  .c03 h3{
    font-size: 5.5vw;
    line-height: 1;
    margin: 6vw 0 5vw;
  }

  .c03 h3 span{
    padding: 0 5vw;
  }

  .c03 p.st{
    font-size: 4.3vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }

  .c03 .c2{
    display: block;
    margin-bottom: 8vw;
  }

  .c03 .c2 .box{
    width: 100%;
    border-radius: 4vw;
    padding: 5vw;
  }

  .c03 .c2 .txt{
    width: 100%;
    margin-top: 5vw;
  }

  .c03 .line{
    font-size: 4.3vw;
    margin-bottom: 5vw;
  }

  .c03 .line span{
    padding: 0 6vw;
  }

  .c03 .line span::before,
  .c03 .line span::after{
    width: 4vw;
  }

  .c03 .line span::after{
    left: auto;
    right: 0;
  }

  .c03 .c2 .box p{
    font-size: 3.3vw;
    line-height: 1.4;
    margin-top: 1vw;
  }
  
  .c03 .c2 .box p.note{
    font-size: 3vw;
    line-height: 1.4;
    margin-top: 1vw;
  }


  .c03 .c2 .txt{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .c03 .c2 .txt ol {
    margin-top: 5vw;
  }

  .c03 .c2 .txt ol > li + li{
    margin-top: 2vw;
  }

  .c03 .note{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .c03 .bbox{
    margin-top: 8vw;
    padding: 6vw 3vw;
    background: #FFF;
    border-radius: 4vw;
  }

  .c03 .bbox p{
    font-size: 3.9vw;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 5vw;
  }

  .c03 .bbox img{
    width: 90%;
    margin: 0 auto 5vw;
    display: block;
  }

  .c03 .bbox li{
    font-size: 3.4vw;
  }

  .c03 .bbox .dot > li + li{
    margin-top: 5vw;
  }
  
  .c03 .bbox .number{
    margin-left: -.4em;
  }

  .c03 .bbox p.note{
    font-size: 3.5vw;
    line-height: 1.6;
    white-space: normal;
    margin-bottom: 0;
    margin-top: 5vw;
  }

  .c03 .btn{
    width: 100%;
    margin: 10vw auto;
  }
  
  .c03 .btn_y{
    width: 100%;
    height: 18vw;
    font-size: 5.5vw;
    line-height: 18vw;
    margin: 10vw auto;
    background: #FFF;
    border-radius: 2vw;
  }
  
  .c03 .note_b{
    font-size: 3.5vw;
    line-height: 1.5;
    margin: 0;
  }
  
  .c04{
    padding: 10vw 0 15vw;
  }

  .c04 h2{
    height: 8vw;
    font-size: 4.5vw;
    line-height: 8vw;
    color: #FFF;
    padding-left: 3vw;
    margin-bottom: 4vw;
  }

  .c04 h2::before{
    width: 4.5vw;
  }

  .c04 p + h2,
  .c04 ul + h2{
    margin-top: 10vw;
  }

  .c04 p,
  .c04 ul,
  .c04 h3{
    font-size: 3.2vw;
    line-height: 1.6;
  }

  .c04 h3{
    font-weight: bold;
  }

  .c04 p + ul,
  .c04 ul + p,
  .c04 h3 + p{
    margin-top: 3vw;
  }
  
  .c04 p + h3,
  .c04 ul + h3{
    margin-top: 5vw;
  }
  
  .c04 h3 + ul{
    margin-top: 1vw;
  }

  .c04 .ad{
    width: 100%;
    border-radius: 1.5vw;
    padding: 4vw;
    margin: 4vw auto;
  }

  .c04 .ad h3{
    font-size: 4vw;
  }
  
  .c04 .ad p{
    font-size: 3.8vw;
  }
  
  .c04 .ad h3 + p{
    margin-top: 1vw;
  }

  .c04 li + li{
    margin-top: 1vw;
  }

}
