@charset "UTF-8";
.wrap {
  width: 100%;
}

.reset {
  margin: 0;
  padding: 0;
}
.reset div,
.reset span,
.reset object,
.reset iframe,
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6,
.reset p,
.reset blockquote,
.reset pre,
.reset a,
.reset abbr,
.reset acronym,
.reset address,
.reset big,
.reset cite,
.reset code,
.reset del,
.reset dfn,
.reset em,
.reset img,
.reset ins,
.reset kbd,
.reset q,
.reset s,
.reset samp,
.reset small,
.reset strike,
.reset strong,
.reset sub,
.reset sup,
.reset tt,
.reset var,
.reset b,
.reset u,
.reset i,
.reset center,
.reset dl,
.reset dt,
.reset dd,
.reset ol,
.reset ul,
.reset li,
.reset fieldset,
.reset form,
.reset label,
.reset legend,
.reset table,
.reset caption,
.reset tbody,
.reset tfoot,
.reset thead,
.reset tr,
.reset th,
.reset td,
.reset figure,
.reset section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  min-height: 0;
}
.reset h1,
.reset h2,
.reset h3,
.reset h4,
.reset h5,
.reset h6 {
  border: 0;
  background-color: transparent;
}
.reset img {
  vertical-align: bottom;
}
.reset ol,
.reset ul {
  list-style: none;
}
.reset ol li,
.reset ul li {
  margin: 0;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  border: none;
}
.reset table caption,
.reset table th,
.reset table td,
.reset table tr {
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
  border: none;
}
.reset a {
  color: inherit;
}
.reset a:link {
  text-decoration: none;
}
.reset a:visited {
  text-decoration: none;
}
.reset a:hover {
  text-decoration: none;
}
.reset input[type=submit],
.reset input[type=button] {
  background-color: inherit;
  border: none;
  color: inherit;
  font-size: inherit;
}
.reset input[type=submit]:focus,
.reset input[type=button]:focus {
  outline: none;
}
.reset button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.article-header,
.article-footer {
  display: none;
}

.entry-content {
  margin: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0 !important;
}

.content {
  margin-top: 0;
}

/* ヘッダーによって調整要！！！ start*/
/*
 .header-container,
 .mobile-header-menu-buttons {
   display: none;
 }

 .mblt-header-mobile-buttons {
   margin-top: 0;
 }

 body {
   padding-top: 0;
 }
*/
/* ヘッダーによって調整要！！！ end*/
#my-content section {
  height: auto;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 834px) {
  #my-content section {
    font-size: 3.4666666667vw;
  }
}
#my-content section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 834px) {
  #my-content section .inner {
    padding-top: 8vw;
    margin: 0 auto;
  }
}
#my-content .mv {
  height: 440px;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 834px) {
  #my-content .mv {
    height: auto;
    display: block;
    background-image: none;
  }
}
#my-content .mv .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  #my-content .mv .inner {
    align-items: center;
    padding: initial;
  }
}
#my-content .mv .inner .course-img img {
  position: absolute;
  top: 170px;
  right: 0;
}
@media only screen and (max-width: 834px) {
  #my-content .mv .inner .course-img img {
    display: none;
  }
}
#my-content .mv__ttl {
  color: #3c1900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  position: absolute;
  align-items: center;
  top: 80px;
  left: 140px;
  width: 500px;
  margin: 0;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__ttl {
    font-size: 3.7333333333vw;
    line-height: 1.75;
    letter-spacing: inherit;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .mv__ttl {
    width: 100%;
    margin: 0 auto;
    top: auto;
    bottom: 440px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
#my-content .mv__ttl-sub {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 77px;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(90deg, #fff 0%, #3c1900 35%, #3c1900 65%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 834px) {
  #my-content .mv__ttl-sub {
    font-size: 12.5333333333vw;
    line-height: 1.1130851064;
    letter-spacing: -0.04em;
  }
}
#my-content .mv__list {
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 230px;
  left: 120px;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__list {
    font-size: 3.7333333333vw;
    line-height: 1.8128571429;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .mv__list {
    margin: 0 auto;
    padding: 20px 0 9.3333333333vw;
    position: initial;
  }
}
#my-content .mv__list li {
  padding-left: 2em;
  position: relative;
}
#my-content .mv__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  width: 0.65em;
  height: 1em;
  background: url(../img/icon_point.svg) center center/contain no-repeat;
}
#my-content .mv__sp-img img {
  display: none;
}
@media only screen and (max-width: 834px) {
  #my-content .mv__sp-img img {
    display: block;
    height: 440px;
    text-align: center;
  }
}
#my-content .sec-ttl {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #my-content .sec-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
}
#my-content .sec-ttl::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  background: #822022;
}
@media only screen and (max-width: 834px) {
  #my-content .sec-ttl::after {
    height: 2px;
    left: 50%;
    width: 92vw;
  }
}
#my-content .sec-ttl span {
  font-size: 26px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 834px) {
  #my-content .sec-ttl span {
    font-size: 3.4666666667vw;
  }
}
#my-content .info {
  background-color: #fafacd;
}
#my-content .info__box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  #my-content .info__box {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 5.3333333333vw;
  }
}
#my-content .info__box-txt {
  padding-right: 128px;
}
@media only screen and (max-width: 834px) {
  #my-content .info__box-txt {
    padding-top: 5.3333333333vw;
    padding-right: 0;
  }
}
#my-content .info__box img {
  width: 400px;
  height: 330px;
}
@media only screen and (max-width: 834px) {
  #my-content .info__box img {
    width: 80vw;
    height: auto;
  }
}
#my-content .sec01 {
  background-color: #f0f0f0;
}
#my-content .sec01__box {
  display: grid;
  padding-bottom: 20px;
  grid-template-columns: auto 500px;
  grid-template-rows: 160px auto;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 834px) {
  #my-content .sec01__box {
    grid-template-rows: 1fr 42.9333333333vw auto;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 0 5.3333333333vw;
  }
}
#my-content .sec01__box-txt1 {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-right: 60px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec01__box-txt1 {
    grid-row: 1/2;
    grid-column: 1;
    padding-right: 8vw;
  }
}
#my-content .sec01__box-txt2 {
  color: #0095B1;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.75;
  text-decoration: underline;
  text-decoration-color: #0095B1;
  align-self: end;
  justify-self: end;
  grid-row: 2/3;
  grid-column: 1/2;
  padding-right: 12px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec01__box-txt2 {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .sec01__box-txt2 {
    padding-top: 5.3333333333vw;
    text-align: right;
    grid-row: 3/4;
    grid-column: 1;
  }
}
#my-content .sec01__box img {
  grid-row: 1/3;
  grid-column: 2/3;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  #my-content .sec01__box img {
    padding-top: 8vw;
    width: 80vw;
    height: auto;
    grid-row: 2/3;
    grid-column: 1;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .sec02 .sec-ttl {
    margin-bottom: 0;
  }
}
#my-content .sec02__box {
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box {
    padding: 0 5.3333333333vw 8vw;
  }
}
#my-content .sec02__box-flex01 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-flex01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}
#my-content .sec02__box-flex01 img {
  height: 330px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-flex01 img {
    margin: 0 auto;
    width: 80vw;
    height: auto;
    margin-top: 8vw;
  }
}
#my-content .sec02__box-flex02 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-flex02 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}
#my-content .sec02__box-flex02 img {
  height: 330px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-flex02 img {
    margin: 0 auto;
    width: 80vw;
    height: auto;
    margin-top: 8vw;
  }
}
#my-content .sec02__box-default {
  margin: 0 auto;
  padding-top: 40px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-default {
    margin: 0 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
#my-content .sec02__box-txtr {
  padding-right: 50px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-txtr {
    padding: 8vw 3.6666666667vw 0;
  }
}
#my-content .sec02__box-txtc {
  background: #fafacd;
  line-height: 2.5;
  padding: 50px;
}
@media only screen and (max-width: 834px) {
  #my-content .sec02__box-txtc {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    padding: 8vw 5.3333333333vw 8vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .course .inner {
    padding-bottom: 0;
    margin: inherit;
  }
}
#my-content .course__box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  #my-content .course__box {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
}
#my-content .course__box-left-txt {
  padding-right: 2.9%;
}
@media only screen and (max-width: 834px) {
  #my-content .course__box-left-txt {
    padding-right: inherit;
    padding-bottom: 6vw;
  }
}
#my-content .course .access__white:nth-child(3) {
  border: none !important;
  margin: 0;
  padding: 0;
}
#my-content .course .access__map {
  background: #f0f0f0;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__map {
    padding: 4vw;
  }
}
#my-content .course .access__txt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  background: #552e17;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 3.75em;
  height: 170px;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__txt {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__txt {
    height: auto;
    font-size: 3.2vw;
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}
#my-content .course .access__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__txt span {
    font-size: 4vw;
  }
}
#my-content .course .access__txt .txt-right {
  color: #0095B1;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 1px solid #fff;
  color: #fff;
  position: absolute;
  right: 2em;
  bottom: 1em;
  margin: 0;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__txt .txt-right {
    font-size: 3.6vw;
  }
}
#my-content .course .access__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f0f0f0;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__panel {
    justify-content: center;
    padding: 2.6666666667vw 3.3333333333vw;
    gap: 2.6666666667vw;
  }
}
#my-content .course .access__panel img {
  width: calc((100% - 20px) / 3);
  padding-top: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__panel img {
    height: 34vw;
    width: 45.3333333333vw;
    padding: 0;
  }
}
#my-content .course .access__panel:nth-child(3n) {
  padding-bottom: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__panel:nth-child(3n) {
    padding-right: 3.3333333333vw;
  }
}
#my-content .planning {
  background-color: #552e17;
  color: #fff;
}
#my-content .planning .sec-ttl {
  color: #fff;
}
#my-content .planning .sec-ttl::after {
  background: #fff;
}
#my-content .planning__box {
  display: flex;
  padding-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  #my-content .planning__box {
    flex-direction: column;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 3.6666666667vw 0;
  }
}
#my-content .planning__box img:first-of-type {
  height: 330px;
  width: 400px;
}
@media only screen and (max-width: 834px) {
  #my-content .planning__box img:first-of-type {
    height: 66vw;
    width: 80vw;
  }
}
#my-content .planning__box-left-txt {
  padding-right: 4.5%;
}
@media only screen and (max-width: 834px) {
  #my-content .planning__box-left-txt {
    padding-right: 0;
    padding: 8vw 3.6666666667vw 0;
  }
}
#my-content .footer-cta {
  padding-top: 60px;
}
@media only screen and (max-width: 834px) {
  #my-content .footer-cta {
    padding-top: 2.6666666667vw;
  }
}/*# sourceMappingURL=hp_nishinomiyakita-new.css.map */