@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

*, *::before, *::after {
  box-sizing: border-box;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.625;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 769px) {
  body {
    line-height: 2;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block;
  }
}
.bold {
  font-weight: 700;
}

/*------------
Block
--------------*/
.container, .school-txtWrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container, .school-txtWrap {
    width: 90%;
  }
}

/*------------
MV
--------------*/
.contents {
  width: 100%;
  overflow: hidden;
}

.mv-top {
  width: 92%;
  margin: 0 auto;
}
.mv-top img {
  width: 100%;
}
@media (min-width: 769px) {
  .mv-top {
    width: 90%;
    max-width: 1400px;
  }
}
.mv-honoraryDean {
  width: 92%;
  margin: 7.2vw auto 0;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1;
  background: url(../img/honorary-dean_bg.png) center/cover no-repeat;
  height: 20vw;
  display: flex;
  align-items: center;
  padding-left: 5vw;
}
@media (min-width: 769px) {
  .mv-honoraryDean {
    width: 90%;
    max-width: 800px;
    margin: 50px auto 0;
    height: 180px;
    padding-left: 60px;
  }
}
.mv-honoraryDean .img {
  position: absolute;
  width: 24.6vw;
  bottom: 0;
  right: 2.4vw;
  z-index: 2;
}
@media (min-width: 769px) {
  .mv-honoraryDean .img {
    width: 200px;
    right: 40px;
  }
}
.mv-honoraryDean .desc {
  letter-spacing: 0;
}
.mv-honoraryDean .desc .txt01 {
  font-size: 3.5vw;
  margin-bottom: 0.5vw;
}
@media (min-width: 769px) {
  .mv-honoraryDean .desc .txt01 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.mv-honoraryDean .desc .txt02 {
  font-size: 3vw;
}
@media (min-width: 769px) {
  .mv-honoraryDean .desc .txt02 {
    font-size: 3rem;
  }
}
.mv-honoraryDean .desc .txt02 .large {
  font-size: 9vw;
}
@media (min-width: 769px) {
  .mv-honoraryDean .desc .txt02 .large {
    font-size: 6.4rem;
  }
}

/*------------
parts
--------------*/
.sec-ttl {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .sec-ttl {
    margin-bottom: 50px;
  }
}
.sec-ttl span {
  display: block;
}
.sec-ttl .en {
  font-size: 7rem;
  letter-spacing: 0;
  color: #D8CAB0;
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  .sec-ttl .en {
    font-size: 10rem;
  }
}
.sec-ttl .jp {
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .sec-ttl .jp {
    font-size: 2.3rem;
  }
}

.sec-ttl2 {
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  padding-top: 22px;
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 769px) {
  .sec-ttl2 {
    font-size: 3.8rem;
    padding-top: 33px;
    margin-bottom: 40px;
  }
}
.sec-ttl2::before {
  content: "";
  width: 21.5px;
  height: 21.5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/ttl_deco01.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .sec-ttl2::before {
    width: 28px;
    height: 28px;
  }
}
.sec-ttl2 .small {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .sec-ttl2 .small {
    font-size: 2.6rem;
  }
}
.sec-ttl2.min {
  padding-top: 13px;
}
@media (min-width: 769px) {
  .sec-ttl2.min {
    padding-top: 25px;
  }
}

.sec-item + .sec-item {
  margin-top: 45px;
}
@media (min-width: 769px) {
  .sec-item + .sec-item {
    margin-top: 80px;
  }
}

@media (min-width: 769px) {
  .list-deco01.pc-col2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .list-deco01.pc-large > li {
    font-size: 1.8rem;
    padding-left: 25px;
  }
  .list-deco01.pc-large > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-deco01.pc-large > li::before {
    width: 16px;
    height: 16px;
  }
}
.list-deco01 > li {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.list-deco01 > li:not(:last-child) {
  margin-bottom: 5px;
}
.list-deco01 > li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/list-deco01.svg) center/contain no-repeat;
}

.list-deco02 > li {
  line-height: 1.625;
  position: relative;
  padding-left: 17px;
}
.list-deco02 > li:not(:last-child) {
  margin-bottom: 5px;
}
.list-deco02 > li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../img/ttl_deco01.svg) center/contain no-repeat;
}

.annotation {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .annotation {
    margin-top: 20px;
  }
}
.annotation span {
  display: block;
  font-size: 1.3rem;
  color: #777;
  line-height: 1.5;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
@media (min-width: 769px) {
  .annotation span {
    font-size: 1.4rem;
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}
.annotation span + span {
  margin-top: 5px;
}

.img-shadow {
  display: block;
  position: relative;
  z-index: 5;
}
.img-shadow::before {
  content: "";
  width: calc(100% + 15vw);
  height: calc(100% + 15vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 769px) {
  .img-shadow::before {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
  }
}

.btn-more, .fixed-btn-link {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  background: #D6474C;
  color: #fff;
  line-height: 1.4;
  padding: 12px 20px;
  position: relative;
  display: block;
}
@media (min-width: 769px) {
  .btn-more, .fixed-btn-link {
    font-size: 2.4rem;
    padding: 20px 30px;
    transition: 0.3s;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-more:hover, .fixed-btn-link:hover {
    opacity: 0.6;
  }
}
.btn-more::before, .fixed-btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-more::after, .fixed-btn-link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -4px;
  bottom: -4px;
  border-right: 1px solid #D6474C;
  border-bottom: 1px solid #D6474C;
  pointer-events: none;
}
.btn-more .small, .fixed-btn-link .small {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .btn-more .small, .fixed-btn-link .small {
    font-size: 1.6rem;
  }
}
.btn-more > span, .fixed-btn-link > span {
  display: block;
}

.fixed-btn {
  position: fixed;
  width: 92%;
  left: 4%;
  bottom: 13px;
  z-index: 100;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 769px) {
  .fixed-btn {
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
}
.fixed-btn-link {
  letter-spacing: 0;
  padding-left: 35px;
  padding-right: 0;
}
@media (min-width: 769px) {
  .fixed-btn-link {
    width: 100%;
    padding: 25px;
  }
  .fixed-btn-link::before {
    right: calc(50% - 190px);
  }
}
.fixed-btn-link::after {
  display: none;
}
@media screen and (max-width: 380px) {
  .fixed-btn-link {
    font-size: 1.6rem;
  }
}
.fixed-btn-img {
  width: 57px;
  position: absolute;
  bottom: 4px;
  left: 15px;
  z-index: 5;
}
@media (min-width: 769px) {
  .fixed-btn-img {
    width: 80px;
    left: calc(50% - 260px);
    bottom: 8px;
  }
}

.fixed-btn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*------------
course
--------------*/
.course {
  padding: 50px 0;
  background: linear-gradient(transparent 80px, #F5EFE4 80px);
}
@media (min-width: 769px) {
  .course {
    padding: 100px 0 80px;
    background: linear-gradient(transparent 150px, #F5EFE4 150px);
  }
}
.course-intro {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .course-intro {
    margin-bottom: 30px;
  }
}
.course-intro-img {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .course-intro-img {
    width: 800px;
    margin: 0 auto 25px;
  }
}
.course-intro-img.img-shadow::before {
  background: url(../img/course_01_shadow.png) center/cover no-repeat;
}
.course-intro-catch {
  line-height: 1;
  max-width: 312px;
  margin: 0 auto 5px;
}
@media (min-width: 769px) {
  .course-intro-catch {
    max-width: 624px;
    margin: 0 auto 15px;
  }
}
.course-intro-txt {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .course-intro-txt {
    font-size: 1.8rem;
  }
}
.course-ttl {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 45px;
}
@media (min-width: 769px) {
  .course-ttl {
    margin-bottom: 45px;
    padding-top: 55px;
  }
}
.course-ttl::before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #D8CAB0;
}
@media (min-width: 769px) {
  .course-ttl::before {
    height: 40px;
  }
}
.course-ttl .txt01, .course-ttl .txt02 {
  display: inline-block;
  background: #fff;
  line-height: 1.5;
  padding: 0 10px;
}
.course-ttl .txt01 {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .course-ttl .txt01 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.course-ttl .txt02 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 380px) {
  .course-ttl .txt02 {
    font-size: 6.8vw;
  }
}
@media (min-width: 769px) {
  .course-ttl .txt02 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.course-ttl .en {
  display: block;
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #BA9A5B;
}
@media (min-width: 769px) {
  .course-ttl .en {
    font-size: 2rem;
  }
}
.course-jobList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (min-width: 769px) {
  .course-jobList {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.course-jobList > li {
  background: #fff;
  padding: 5px 5px 10px;
}
@media (min-width: 769px) {
  .course-jobList > li {
    padding: 15px 15px 25px;
  }
}
.course-jobList .list-img {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .course-jobList .list-img {
    margin-bottom: 15px;
  }
}
.course-jobList .list-ttl {
  text-align: center;
  line-height: 1.375;
}
@media (min-width: 769px) {
  .course-jobList .list-ttl {
    font-size: 2.2rem;
  }
}
.course-featuresList {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 45px;
}
@media (min-width: 769px) {
  .course-featuresList {
    grid-gap: 60px;
  }
}
.course-featuresList .list-img {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .course-featuresList .list-img {
    margin-bottom: 25px;
  }
}
.course-featuresList .list-ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  line-height: 1.45;
}
@media (min-width: 769px) {
  .course-featuresList .list-ttl {
    margin-bottom: 20px;
  }
}
.course-featuresList .list-ttl .num {
  display: block;
  background: #fff;
  width: 80px;
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  color: #BA9A5B;
  text-align: center;
  margin-right: 8px;
  padding-bottom: 5px;
}
@media (min-width: 769px) {
  .course-featuresList .list-ttl .num {
    line-height: 0.7;
    width: 120px;
    font-size: 2.6rem;
    margin-right: 20px;
    padding-bottom: 7px;
  }
}
.course-featuresList .list-ttl .num .large {
  font-size: 2.8rem;
  margin-left: 3px;
}
@media (min-width: 769px) {
  .course-featuresList .list-ttl .num .large {
    font-size: 5rem;
  }
}
.course-featuresList .list-ttl .ttl {
  flex: 1;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .course-featuresList .list-ttl .ttl {
    font-size: 3rem;
  }
}
.course-featuresList .list-inr {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .course-featuresList .list-inr {
    margin-top: 40px;
  }
}
.course-featuresList .img-shadow.list-img01::before {
  background: url(../img/features_01_shadow.png) center/cover no-repeat;
}
.course-featuresList .img-shadow.list-img02::before {
  background: url(../img/features_02_shadow.png) center/cover no-repeat;
}
.course-featuresList .img-shadow.list-img03::before {
  background: url(../img/features_03_shadow.png) center/cover no-repeat;
}
.course .teacher-ttl {
  text-align: center;
  color: #9D7D3F;
  font-size: 1.8rem;
  border-top: 1px solid #D8CAB0;
  border-bottom: 1px solid #D8CAB0;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .course .teacher-ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.course .teacher-list {
  display: flex;
}
.course .teacher-list > li {
  display: flex;
  flex-direction: column;
}
.course .teacher-list > li:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 769px) {
  .course .teacher-list > li:not(:last-child) {
    margin-right: 30px;
  }
}
.course .teacher-list-img {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .course .teacher-list-img {
    margin-bottom: 20px;
  }
}
.course .teacher-list-img figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 8px;
  background: #B79549;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .course .teacher-list-img figcaption {
    padding: 20px;
    line-height: 1.5;
  }
}
.course .teacher-list-img figcaption .position {
  font-size: 1.3rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 390px) {
  .course .teacher-list-img figcaption .position {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .course .teacher-list-img figcaption .position {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.course .teacher-list-img figcaption .name {
  display: block;
  font-size: 1.7rem;
}
@media (min-width: 769px) {
  .course .teacher-list-img figcaption .name {
    font-size: 2.2rem;
  }
}
.course .teacher-list-img figcaption .name .large {
  font-size: 1.9rem;
}
@media (min-width: 769px) {
  .course .teacher-list-img figcaption .name .large {
    font-size: 2.8rem;
  }
}
.course .teacher-list-txt {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .course .teacher-list-txt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 769px) {
  .course-curriculumList {
    display: flex;
  }
}
.course-curriculumList > li {
  background: #fff;
  padding: 20px;
}
@media (min-width: 769px) {
  .course-curriculumList > li {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .course-curriculumList > li .list-deco01 {
    flex: 1;
  }
}
.course-curriculumList > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .course-curriculumList > li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .course-curriculumList > li {
    padding: 25px 20px;
  }
}
.course-curriculumList .list-img {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .course-curriculumList .list-img {
    margin-top: 30px;
  }
}
.course-curriculumList .list-ttl {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D8CAB0;
  line-height: 1.33;
}
@media (min-width: 769px) {
  .course-curriculumList .list-ttl {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.course-curriculumList .list-ttl .num {
  background: #B7AD9A;
  color: #fff;
  width: 80px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-bottom: 4px;
}
@media (min-width: 769px) {
  .course-curriculumList .list-ttl .num {
    margin: 0 0 10px;
    font-size: 1.8rem;
    padding: 2px 0 5px;
    width: 90px;
  }
}
.course-curriculumList .list-ttl .num .large {
  font-size: 2.2rem;
}
@media (min-width: 769px) {
  .course-curriculumList .list-ttl .num .large {
    font-size: 2.4rem;
  }
}
.course-curriculumList .list-ttl .ttl {
  flex: 1;
  font-size: 1.8rem;
  color: #9D7D3F;
}
@media (min-width: 769px) {
  .course-curriculumList .list-ttl .ttl {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
.course-licenseBox {
  background: #fff;
  padding: 20px;
  margin-top: 35px;
}
@media (min-width: 769px) {
  .course-licenseBox {
    padding: 40px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .course-licenseBox .box-layout {
    display: flex;
  }
  .course-licenseBox .box-layout .box-img {
    flex: 0.7;
    margin-right: 30px;
  }
  .course-licenseBox .box-layout .list-deco02 {
    flex: 1;
  }
  .course-licenseBox .box-layout .list-deco02 > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.course-licenseBox .box-ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .course-licenseBox .box-ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.course-licenseBox .box-img {
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .course-licenseBox .box-img {
    max-width: 480px;
    margin: 0 auto 35px;
  }
}

/*------------
pamphlet
--------------*/
.pamphlet {
  background: url(../img/pamphlet_bg.jpg) center/cover no-repeat;
  padding: 30px 0 40px;
}
@media (min-width: 769px) {
  .pamphlet {
    padding: 70px 0 80px;
  }
}
.pamphlet-ttl {
  font-size: 2.5rem;
  line-height: 1.48;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
}
@media (min-width: 769px) {
  .pamphlet-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin: 0 auto 40px;
  }
}
.pamphlet-ttl::before {
  content: "";
  width: 35px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -35px;
  background: url(../img/ttl_deco_left.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .pamphlet-ttl::before {
    width: 53px;
    height: 60px;
    left: -53px;
  }
}
.pamphlet-ttl::after {
  content: "";
  width: 35px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: -35px;
  background: url(../img/ttl_deco_right.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .pamphlet-ttl::after {
    width: 53px;
    height: 60px;
    right: -53px;
  }
}
.pamphlet-img {
  text-align: center;
}
.pamphlet-img img {
  max-width: 310px;
}
@media (min-width: 769px) {
  .pamphlet-img img {
    max-width: 500px;
  }
}
.pamphlet-desc {
  margin-top: 10px;
}
.pamphlet-txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .pamphlet-txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.pamphlet-txt .large01 {
  font-size: 2.5rem;
}
@media (min-width: 769px) {
  .pamphlet-txt .large01 {
    font-size: 3rem;
  }
}
.pamphlet-txt .large02 {
  font-size: 2.3rem;
  color: #B79549;
}
@media (min-width: 769px) {
  .pamphlet-txt .large02 {
    font-size: 2.6rem;
  }
}
.pamphlet-box {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 10px 10px 15px;
  margin: 5px 0;
}
@media (min-width: 769px) {
  .pamphlet-box {
    padding: 30px 30px 40px;
    margin: 10px auto 15px;
    max-width: 600px;
  }
}
.pamphlet-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  right: 3px;
  border: 1px solid #D8CAB0;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 769px) {
  .pamphlet-box::before {
    top: -5px;
    right: 5px;
  }
}
.pamphlet-box .list-deco02 {
  font-family: "Shippori Mincho", serif;
}
.pamphlet-box .list-deco02 > li:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .pamphlet-box .list-deco02 > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .pamphlet-box .list-deco02 > li {
    padding-left: 25px;
  }
  .pamphlet-box .list-deco02 > li::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 380px) {
  .pamphlet-box .list-deco02 {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .pamphlet-box .list-deco02 {
    font-size: 1.8rem;
  }
}
.pamphlet-btnWrap {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .pamphlet-btnWrap {
    margin-top: 40px;
  }
}

/*------------
school
--------------*/
.school {
  padding: 60px 0 50px;
}
@media (min-width: 769px) {
  .school {
    padding: 70px 0 80px;
  }
}
.school-intro {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .school-intro {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .school-intro-img {
    width: 800px;
    margin: 0 auto;
  }
}
.school-intro-img.img-shadow::before {
  background: url(../img/school_01_shadow.png) center/cover no-repeat;
}
.school .img-shadow.school-img02::before {
  background: url(../img/school_02_shadow.png) center/100% 100% no-repeat;
}
.school .img-shadow.school-img03::before {
  width: calc(100% + 12vw);
  height: calc(100% + 12vw);
  opacity: 0.7;
  background: url(../img/school_03_shadow.png) center/100% 100% no-repeat;
}
@media (min-width: 769px) {
  .school .img-shadow.school-img03::before {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
  }
}
.school .img-shadow.school-img04::before {
  background: url(../img/school_04_shadow.png) center/100% 100% no-repeat;
}
.school .img-shadow.school-img05::before {
  background: url(../img/school_05_shadow.png) center/100% 100% no-repeat;
}
.school .img-shadow.school-img06::before {
  width: calc(100% + 12vw);
  height: calc(100% + 12vw);
  opacity: 0.7;
  background: url(../img/school_06_shadow.png) center/cover no-repeat;
}
@media (min-width: 769px) {
  .school .img-shadow.school-img06::before {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
  }
}
.school-featuresList {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media (min-width: 769px) {
  .school-featuresList {
    grid-gap: 70px;
  }
}
.school-featuresList .list-item {
  padding: 25px 0 30px;
  background: linear-gradient(to right, #FDF8EF 90%, transparent 90%);
}
@media (min-width: 769px) {
  .school-featuresList .list-item {
    padding: 50px 0 60px;
    background: linear-gradient(to right, #FDF8EF calc(50% + 450px), transparent calc(50% + 450px));
  }
}
.school-featuresList .list-item.reverse {
  background: linear-gradient(to left, #FDF8EF 90%, transparent 90%);
}
@media (min-width: 769px) {
  .school-featuresList .list-item.reverse {
    background: linear-gradient(to left, #FDF8EF calc(50% + 450px), transparent calc(50% + 450px));
  }
}
.school-featuresList .list-item.reverse .list-img {
  margin: 0 0 15px 4%;
}
@media (min-width: 769px) {
  .school-featuresList .list-item.reverse .list-img {
    margin: 0 auto 20px;
  }
}
.school-featuresList .list-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.45;
}
@media (min-width: 769px) {
  .school-featuresList .list-ttl {
    margin-bottom: 30px;
  }
}
.school-featuresList .list-ttl .num {
  border: 1px solid #D8CAB0;
  display: block;
  width: 80px;
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
  color: #BA9A5B;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .school-featuresList .list-ttl .num {
    width: 120px;
    font-size: 2.5rem;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}
.school-featuresList .list-ttl .num .large {
  font-size: 2.8rem;
  margin-left: 3px;
}
@media (min-width: 769px) {
  .school-featuresList .list-ttl .num .large {
    font-size: 4.5rem;
  }
}
.school-featuresList .list-ttl .ttl {
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .school-featuresList .list-ttl .ttl {
    font-size: 3rem;
  }
}
.school-featuresList .list-img {
  margin: 0 4% 15px 0;
}
@media (min-width: 769px) {
  .school-featuresList .list-img {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px;
  }
}
.school-featuresList .list-txt {
  margin: 0 4%;
}
@media (min-width: 769px) {
  .school-featuresList .list-txt {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.school-featuresList .list-layout {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 30px 0 0 4%;
}
@media (min-width: 769px) {
  .school-featuresList .list-layout {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}
.school-featuresList .list-layout .l-img {
  width: 120px;
  margin-left: 30px;
}
@media (min-width: 769px) {
  .school-featuresList .list-layout .l-img {
    width: 30%;
    margin-left: 40px;
  }
  .school-featuresList .list-layout .l-img img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.school-featuresList .list-layout .l-desc {
  flex: 1;
}
.school-featuresList .list-layout .l-ttl {
  color: #9D7D3F;
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .school-featuresList .list-layout .l-ttl {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
.school-featuresList .list-layout-reverse {
  flex-direction: row;
  margin: 30px 4% 0 0;
}
@media (min-width: 769px) {
  .school-featuresList .list-layout-reverse {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}
.school-featuresList .list-layout-reverse .l-img {
  margin-left: 0;
  margin-right: 30px;
}
@media (min-width: 769px) {
  .school-featuresList .list-layout-reverse .l-img {
    margin-right: 40px;
  }
}
.school-featuresList .list-btn {
  margin: 30px 4% 0;
}
@media (min-width: 769px) {
  .school-featuresList .list-btn {
    margin: 35px auto 0;
  }
}
.school-featuresList .list-box {
  background: #fff;
  padding: 20px 25px;
  margin: 30px 4% 0;
}
@media (min-width: 769px) {
  .school-featuresList .list-box {
    padding: 40px;
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0;
  }
}
.school-featuresList .list-box .box-ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .school-featuresList .list-box .box-ttl {
    font-size: 2.6rem;
  }
}
.school-txtWrap {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .school-txtWrap {
    text-align: center;
    margin-bottom: 50px;
  }
}
.school-slider {
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .school-slider {
    width: 90%;
    max-width: 1000px;
  }
}
.school-slider .splide__track {
  overflow: visible;
}/*# sourceMappingURL=style.css.map */