/* Scss Document */
#key .photo {
  height: 96vw;
}

@media screen and (min-width: 1000px) {
  #key .photo {
    height: 770px;
    margin: 0;
  }
}

#sec1 {
  position: relative;
  background: #000 url("../img/menu/sec1_bg.jpg") no-repeat center 0/157%;
  padding: 16vw 5%;
}

#sec1:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #8c8c8c;
  z-index: 1;
}

#sec1 h2 {
  width: 90%;
  margin: 0 auto 5vw;
}

#sec1 .link {
  padding: 5vw 0;
}

#sec1 .link li {
  width: 33.333%;
}

#sec2 {
  padding: 15vw 4% 20vw;
  position: relative;
}

#sec2 .deco1 {
  width: 15%;
  position: absolute;
  top: 0;
  left: 1%;
}

#sec2 .deco2 {
  right: -46vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec2 .sec2-1 .lead {
  padding-bottom: 10vw;
}

#sec2 .sec2-1 .lead h2 {
  width: 55%;
  margin: 0 auto 5vw;
}

#sec2 .sec2-1 .lead .tag {
  margin-top: -10vw;
}

#sec2 .sec2-1 .lead .tag dt {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
}

#sec2 .sec2-1 .menu {
  padding-bottom: 2vw;
}

#sec2 .sec2-1 .menu .item {
  text-align: center;
  width: 100%;
  margin-bottom: 10vw;
}

#sec2 .sec2-1 .menu .item dl {
  font-size: 18px;
  padding-top: 20px;
}

#sec2 .sec2-1 .menu .item dl dt {
  font-size: 22px;
}

#sec2 .sec2-1 .menu .item dl dt span {
  color: #d62224;
  font-size: 16px;
}


#sec5 .sec2-2 {
  padding: 15vw 0 0;
  padding: 15vw 4% 20vw;
}

#sec5 .sec2-2 .mn-list dl {
  font-size: 18px;
  padding-bottom: 5px;
}

#sec5 .sec2-2 .mn-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

#sec5 .sec2-2 .mn-list dl dt {
  float: left;
}

#sec5 .sec2-2 .mn-list dl dd {
  font-size: 16px;
  font-family: "NotoSerifJP";
  font-weight: normal;
  float: right;
  text-align: right;
}

#sec5 .sec2-2 .lead h3 {
  width: 80%;
  margin-bottom: 5vw;
}

#sec5 .sec2-2 .lead .txt {
  padding: 10px 0 5vw;
}

#sec5 .sec2-2 .lead .mn-list {
  padding-bottom: 15vw;
}

#sec5 .sec2-2 .lead .list {
  position: relative;
  border: 1px solid #000;
  padding: 1% 4% 5%;
  margin-bottom: 10vw;
}

#sec5 .sec2-2 .lead .list h4 {
  text-align: center;
  margin: -8vw auto 5vw;
  font-family: "ShipporiMincho";
  font-weight: normal;
  font-size: 5vw;
  line-height: 1.4;
}

#sec5 .sec2-2 .lead .list h4 span {
  display: inline-block;
  padding: 0 10px;
}

#sec5 .sec2-2 .course .item dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 10px 0 20px;
}

#sec5 .sec2-2 .course .item dl dt {
  font-size: 22px;
}

#sec5 .sec2-2 .course .list {
  border: 1px solid #000;
  padding: 5vw 4% 8vw;
  margin-top: 10vw;
  position: relative;
}

#sec5 .sec2-2 .course .list h4 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#sec5 .sec2-2 .course .list h4 span {
  display: inline-block;
  padding: 0 10px;
}

#sec5 .sec2-2 .course .list .gr dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

#sec5 .sec2-2 .course .list .gr dl dd {
  text-align: right;
}

#sec5 .sec2-2 .menu-end {
  padding: 10vw 0 0;
}

#sec5 .sec2-2 .txt_sec5 {
  text-align: center;
  border: 1px solid #000;
}

#sec5 .sec2-2 .menu-end .item {
  padding-bottom: 10vw;
}

#sec5 .sec2-2 .menu-end .item .photo {
  padding-bottom: 20px;
}

#sec5 .sec2-2 .menu-end .item .ext dl dt,
#sec2 .sec2-2 .menu-end .item .ext dl dd {
  float: none;
  text-align: center;
}

#sec5 .sec2-2 .menu-end .item .ext dl span {
  color: #d62224;
}

#sec5 .sec-add {
  border: 1px solid #000;
  padding: 5% 4%;
  margin: 0 4%;
}

#sec5 .sec-add h3 {
  width: 90%;
  margin: -9vw auto 10vw;
  background: url("../img/index/bg1.jpg") repeat center 0;
  box-sizing: border-box;
  padding: 0 4%;
}

#sec5 .sec-add .photo {

  width: 80%;
  margin: 0 auto 5vw;
}

#sec5 .sec-add .tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 10px 0 20px;
}

#sec5 .sec-add .tag dt {
  font-size: 20px;
}

#sec5 .sec-add .txt p {

  padding-bottom: 10px;
}

#sec3 {
  padding: 15vw 0;
}

#sec3 h2.h_tt {
  font-size: 10vw;
  line-height: 1.4;
  padding-bottom: 5vw;
}

#sec3 .lead {
  padding-bottom: 10vw;
}

#sec3 .lead .item .tag {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
}

#sec3 .lead .item .tag dt {
  font-size: 22px;
}

#sec3 .lead .item .tag dt span {
  font-size: 18px;
  color: #fcde2d;
}

#sec3 .js {
  padding-bottom: 10vw;
}

#sec3 .js .slick-list {
  padding: 0 10vw;
}

#sec3 .js dl {
  text-align: center;
  font-size: 20px;
}

#sec3 .js dl dt {
  padding: 0 4% 20px;
}

#sec3 .js dl span {
  font-size: 15px;
  padding-left: 15px;
}

#sec3 .bnr-shared {
  width: 80%;
  margin: 0 auto;
}

#sec4 {
  position: relative;
  padding: 15vw 4%;
}

#sec4 h2.tt {
  width: 65%;
  /* margin: 0 auto 10vw; */
  margin: 0 auto 5vw;
}

#sec4 .deco1 {
  width: 11%;
  position: absolute;
  right: 0vw;
  bottom: 32vw;
}

#sec4 .deco2 {
  width: 13%;
  position: absolute;
  left: 3vw;
  top: 0;
}

#sec4 .bnr-shared {
  width: 80%;
  margin: 0 auto;
}

#sec4 .course .item {
  border: 1px solid #000;
  padding: 5vw 4%;
  position: relative;
  margin-bottom: 15vw;
}

#sec4 .course .item h3 {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
}

#sec4 .course .item h3 span {
  display: inline-block;
  padding: 0 10px;
  font-size: 22px;
}

#sec4 .course .item .note {
  text-align: center;
}

#sec4 .course .item dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

#sec4 .course .item dl dd {
  text-align: right;
}

#sec4 .tit {
  font-size: 6.5vw;
  line-height: 1.3;
  padding-bottom: 5vw;
}

@media screen and (min-width: 1000px) {
  #sec1 {
    z-index: 4;
    background-size: cover;
    padding: 77px 0 84px;
    text-align: center;
  }

  #sec1:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  #sec1 h2 {
    width: auto;
    margin: 0 auto 6px;
  }

  #sec1 .link {
    padding: 20px 0 27px;
    width: 865px;
    margin: 0 auto;
  }

  #sec1 .link li {
    width: auto;
  }

  #sec2 {
    padding: 0px 0 106px;
  }

  #sec2 .deco1 {
    width: auto;
    top: -15px;
    left: calc(50% - 685px);
  }

  #sec2 .deco2 {
    right: auto;
    pointer-events: none;
    bottom: 0;
    left: calc(50% - 314px);
  }

  #sec2 .sec2-1 {
    max-width: 1300px;
    margin: 0 auto;
  }

  #sec2 .sec2-1 .lead {
    padding: 76px 0 41px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }

  #sec2 .sec2-1 .lead h2 {
    width: auto;
    margin: 0 0 3px 26px;
  }

  #sec2 .sec2-1 .lead .tag {
    margin: 0 0 0 26px;
  }

  #sec2 .sec2-1 .lead .tag dt {
    text-align: left;
    font-size: 30px;
    padding-bottom: 26px;
    letter-spacing: 0;
  }

  #sec2 .sec2-1 .lead .photo {
    position: absolute;
    top: -128px;
    left: calc(50% - 86px);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #sec2 .sec2-1 .lead {
    max-width: 100%;
  }

  #sec2 .sec2-1 .lead .photo {
    left: 414px;
    width: 89%;
    top: -3vw;
  }

  #sec2 .sec2-1 .lead .photo img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1000px) {
  #sec2 .sec2-1 .menu {
    padding-bottom: 37px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  #sec2 .sec2-1 .menu .item {
    text-align: center;
    width: calc(50% - 30px);
    margin-bottom: 0;
  }

  #sec2 .sec2-1 .menu .item dl {
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 0;
    line-height: 36px;
  }

  #sec2 .sec2-1 .menu .item dl dt {
    font-size: 30px;
    letter-spacing: 0.15em;
  }

  #sec2 .sec2-1 .menu .item dl dt span {
    font-size: 16px;
  }

  #sec2 .sec2-1 .menu .photo {
    height: 420px;
  }

  #sec2 .sec2-1 .bnr-shared {
    width: 500px;
    margin: 0 auto;
  }

  #sec5 .sec2-2 {
    padding: 0;
    max-width: 1160px;
    margin: 0 auto;
  }

  #sec5 .sec2-2 .mn-list dl {
    font-size: 30px;
    padding-bottom: 17px;
    letter-spacing: 0;
  }

  #sec5 .sec2-2 .mn-list dl span {
    font-size: 20px;
  }

  #sec5 .sec2-2 .mn-list dl dd {
    font-size: 20px;
  }

  #sec5 .sec2-2 .lead {
    position: relative;
    padding-left: calc(50% - 12px);
    min-height: 630px;
    padding-bottom: 45px;
  }

  #sec5 .sec2-2 .lead h3 {
    width: auto;
    margin-bottom: -50px;
    padding: 107px 0 0;
  }

  #sec5 .sec2-2 .lead .txt {
    padding: 20px 0 33px;
    max-width: 500px;
  }

  #sec5 .sec2-2 .lead .mn-list {
    padding-bottom: 50px;
    max-width: 511px;
    letter-spacing: 0;
  }

  #sec5 .sec2-2 .lead .photo {
    position: absolute;
    top: 20px;
    right: calc(50% + 44px);
  }

  #sec5 .txt_sec5 {
    text-align: center;
    border: 2px solid #000;
    padding: 10px;
  }

  #sec5 .sec2-2 .lead .list {

    padding: 1px 20px 20px;
    margin-bottom: 50px;
  }

  #sec5 .sec2-2 .lead .list h4 {

    margin: -34px auto 20px;

    font-size: 25px;
  }



}

@media screen and (min-width: 1000px) and (max-width: 1160px) {
  #sec5 .sec2-2 .lead {
    padding-left: calc(100% - 540px);
  }

  #sec5 .sec2-2 .lead .photo {
    right: 510px;
  }
}

@media screen and (min-width: 1000px) {
  #sec5 .sec2-2 .course {
    position: relative;
    padding: 190px 0 0;
  }

  #sec5 .sec2-2 .course .slick-dots {
    position: absolute;
    right: -32px;
    bottom: 6px;
  }

  #sec5 .sec2-2 .course .js-fade {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
  }

  #sec5 .sec2-2 .course .js-fade .slick-slide li {
    height: 435px;
  }

  #sec5 .sec2-2 .course .item {
    width: 358px;
    padding: 0px 0 36px;
    min-height: 244px;
    margin-left: calc(50% - 431px);
  }

  #sec5 .sec2-2 .course .item dl {
    font-size: 20px;
    padding: 10px 0 25px;
  }

  #sec5 .sec2-2 .course .item dl dt {
    font-size: 30px;
  }

  #sec5 .sec2-2 .course .list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 0 22px;
  }

  #sec5 .sec2-2 .course .list h4 {
    top: -17px;
  }

  #sec5 .sec2-2 .course .list .gr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 57px 0 67px;
  }

  #sec5 .sec2-2 .course .list .gr dl dd {
    text-align: right;
    padding-left: 40px;
  }

  #sec5 .sec2-2 .course .list .gr dl dd.ext {
    text-align: left;
  }

  #sec5 .sec2-2 .menu-end {
    padding: 73px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  #sec5 .sec2-2 .menu-end .item {
    padding-bottom: 0;
    width: calc(50% - 30px);
  }

  #sec5 .sec2-2 .menu-end .item .mn-list {
    padding: 0 10px;
  }

  #sec5 .sec2-2 .menu-end .item .photo {
    padding-bottom: 0;
    height: 373px;
    margin-bottom: 20px;
  }


  #sec5 .sec-add {
    max-width: 1000px;
    margin: 150px auto 0;
    padding: 1px 0 15px;

  }

  #sec5 .sec-add h3 {
    width: 504px;
    margin: -24px auto 44px;
    padding: 0 0;
    text-align: center;
  }

  #sec5 .sec-add .gr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;


  }

  #sec5 .sec-add .photo {

    width: auto;
    margin: 0 60px 0 110px;
  }

  #sec5 .sec-add .info {

    width: 418px;
  }

  #sec5 .sec-add .tag {

    font-size: 20px;

    padding: 5px 0 25px;
  }

  #sec5 .sec-add .tag dt {
    font-size: 30px;
  }

  #sec5 .sec-add .txt p {

    padding-bottom: 32px;
  }


  #sec3 {
    padding: 75px 0 97px;
  }

  #sec3 h2.h_tt {
    font-size: 84px;
    letter-spacing: 0.02em;
    padding-bottom: 38px;
  }

  #sec3 h2.h_tt span {
    font-size: 72px;
  }

  #sec3 .lead {
    padding-bottom: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  #sec3 .lead .photo {
    margin-right: -65px;
  }

  #sec3 .lead .item {
    width: 282px;
    order: -1;
  }

  #sec3 .lead .item .tag {
    font-size: 20px;
    text-align: left;
    padding: 106px 0 0;
    line-height: 50px;
  }

  #sec3 .lead .item .tag dt {
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 50px;
  }

  #sec3 .lead .item .tag dt span {
    font-size: 20px;
    letter-spacing: 0.05em;
    position: relative;
    top: 12px;
  }

  #sec3 .slick-dots {
    width: auto;
    padding-top: 30px;

  }

  #sec3 .slick-dots li {
    margin: 0 5px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1080px) {
  #sec3 .lead .item {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1000px) {
  #sec3 .js {
    padding-bottom: 66px;
  }

  #sec3 .js .slick-list {
    padding: 0 0;
  }

  #sec3 .js dl {
    text-align: center;
    font-size: 30px;
    margin: 0 30px;
  }

  #sec3 .js dl dt {
    padding: 0 0 20px;
  }

  #sec3 .js dl dd {
    letter-spacing: 0;
  }

  #sec3 .js dl span {
    font-size: 20px;
    padding-left: 35px;
  }

  #sec3 .bnr-shared {
    width: 460px;
  }

  #sec4 {
    padding: 90px 0 88px;
  }

  #sec4 h2.tt {
    width: auto;
    margin: 0 auto 50px;
  }

  #sec4 .deco1 {
    width: auto;
    right: calc(50% - 774px);
    bottom: 114px;
  }

  #sec4 .deco2 {
    width: auto;
    left: calc(50% - 661px);
    top: 0;
  }

  #sec4 .bnr-shared {
    width: 460px;
  }

  #sec4 .course {
    max-width: 1160px;
    margin: 0 auto 87px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  #sec4 .course .item {
    padding: 24px 0 42px;
    margin-bottom: 0;
    width: calc(50% - 30px);
  }

  #sec4 .course .item h3 {
    top: -19px;
  }

  #sec4 .course .item h3 span {
    padding: 0 10px;
    font-size: 30px;
    letter-spacing: 0.15em;
  }

  #sec4 .course .item dl {
    max-width: 330px;
    margin: 0 auto;
  }

  #sec4 .course .item .note {
    text-align: center;
    padding-bottom: 10px;
  }

  #sec4 .txt_sec4 {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #sec4 .course {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1000px) {
  #sec4 .tit {
    font-size: 48px;
    padding-bottom: 20px;
  }
}

.tyou_m {
  margin: 30px 0 0 0;
}

.font_m {
  text-align: center;
  font-size: 20px;
}