@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;
  margin-bottom: 0!important;
  
}
article{
  margin-bottom: 0!important;
}

.content {
  margin-top: 0;
}

#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.2vw;
  }
}
#my-content section .inner {
  max-width: 1200px;
  margin: 0 auto ;
 
}
@media only screen and (max-width: 834px) {
  #my-content section .inner {
    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: #552E17;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.14em;
  position: absolute;
  align-items: center;
  top: 80px;
  left: 110px;
  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: 263px;
    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.1168831169;
  display: block;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(90deg, #fff 0%, #552E17 35%, #552E17 65%, #fff 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;
    background: linear-gradient(90deg, transparent 0%, #552E17 30%, #552E17 70%, transparent 100%);
  }
}
#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: 220px;
    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: normal;
  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;
    letter-spacing: 0.14em;
    margin-bottom: 30px;
  }
}
#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 .env {
  background-color: #CCD8F2;
  padding-block: 70px 30px;
}
@media only screen and (max-width: 834px){
  #my-content .env {
    padding-block: 30px;
  }
}
#my-content .env__box {
  width: 100%;
  display: grid;
  padding-bottom: 20px;
  grid-template-columns: auto 250px 250px;
  grid-template-rows: 160px auto;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 834px) {
  #my-content .env__box {
    grid-template-rows: 1fr 42.9333333333vw auto;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0 3.6666666667vw ;
  }
}
#my-content .env__box-txt1 {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-right: 60px;
}
@media only screen and (max-width: 834px) {
  #my-content .env__box-txt1 {
    grid-row: 1/2;
    grid-column: 1/3;
    padding: 0 3.3333333333vw 8vw;
  }
}
#my-content .env__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 .env__box-txt2 {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .env__box-txt2 {
    text-align: right;
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
#my-content .env__box img:first-of-type {
  grid-row: 1/3;
  grid-column: 2/3;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  #my-content .env__box img:first-of-type {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
#my-content .env__box img:nth-of-type(2) {
  grid-row: 1/3;
  grid-column: 3/4;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  #my-content .env__box img:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
#my-content .leadership {
 padding-block: 70px 40px;
}

@media only screen and (max-width: 834px){
  #my-content .leadership {
    padding-block: 35px 40px;
   } 
}
#my-content .leadership__box_wrap {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 834px) {
  #my-content .leadership__box_wrap {
    grid-template-rows: auto 66vw auto;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 3.6666666667vw 8vw;
    flex-direction: column-reverse;
  }
}
#my-content .leadership__box-txt1 {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-right: 45px;
}
@media only screen and (max-width: 834px) {
  #my-content .leadership__box-txt1 {
    grid-row: 1/2;
    grid-column: 1;
    padding: 8vw 3.6666666667vw 8vw;
  }
}
#my-content .leadership__box-txt2 {
  padding-right: 45px;
}
@media only screen and (max-width: 834px) {
  #my-content .leadership__box-txt2 {
    grid-row: 3/4;
    grid-column: 1;
    padding: 8vw 3.6666666667vw 0;
  }
}
#my-content .leadership__box-img01 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

#my-content .leadership__box-img01 img {
  height: 330px !important;
  object-fit: cover;
}
@media only screen and (max-width: 834px) {
  #my-content .leadership__box-img01 img{
    grid-row: 2/3;
    grid-column: 1;
    margin: 0 auto;
    height: auto !important;
    width: auto;
    aspect-ratio: 741 / 495;
  }
}

#my-content .leadership__box-img02 {
text-align: center;
margin-top: 30px;
}

#my-content .feature {
  color: #000;
  background-color: #F5F2EC;
  padding-block: 70px;
}
@media only screen and (max-width: 834px) {
  #my-content .feature {
padding-block: 40px ;
  }
}
#my-content .feature .sec-ttl {
  color: #fff;
}
#my-content .feature .sec-ttl::after {
  background: #fff;
}
#my-content .feature__box {
  display: flex;
  padding-bottom: 60px;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #my-content .feature__box {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 3.6666666667vw 8vw;
  }
}
#my-content .feature__box-left-txt {
  padding-right: 4.5%;
}
@media only screen and (max-width: 834px) {
  #my-content .feature__box-left-txt {
    padding-right: inherit;
    padding: 8vw 3.6666666667vw 8vw;
  }
}
#my-content .feature__box img:first-of-type {
  height: 330px;
  width: 400px;
}
@media only screen and (max-width: 834px) {
  #my-content .feature__box img:first-of-type {
    height: 66vw;
    width: 80vw;
  }
}
#my-content .course {
 padding-block: 70px;
}
@media only screen and (max-width: 834px) {
  #my-content .course {
padding-block: 40px 0;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .course .inner {
    margin: inherit;
  }
}
#my-content .course__box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
@media only screen and (max-width: 834px) {
  #my-content .course__box {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-inline: 25px;
  }
}
#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;
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__txt {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 834px) {
  #my-content .course .access__txt {
    padding: 6.6666666667vw 5.3333333333vw 8vw;
  }
}
#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: #D2B973;
  padding-block: 70px 100px;
}
@media only screen and (max-width: 834px) {
  #my-content .planning {
 padding-block: 35px 40px;
  }
}
#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 ;
  }
}
#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 .cta{
  padding-block: 70px 100px;
  background-color: #fff;
}
@media only screen and (max-width: 834px) {
  #my-content .cta {
 padding-block: 10px 30px;
  }
}

#my-content .footer-cta{
  margin: auto;
  padding: 30px 20px 50px;
}

#my-content .footer-cta__txt1{
  padding-top: 40px;
}

#my-content .footer-cta__flex{
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  #my-content .footer-cta__flex {
 width: 100%;
  }
}
#my-content .footer-cta__flex p{
  display: table;
    margin: 10px auto;
}

#my-content .footer-cta__flex-right a{
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #my-content .footer-cta__flex-right {
 margin-top: 10px;
  }
}