@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* rest */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}
@media screen and (max-width: 374.98px) {
  html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 50%;
  }
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/* Unique rest */
body {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
  flex-shrink: 0;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}
a:focus, a:hover {
  opacity: 0.7;
}
a.el_link {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}

span {
  font-size: inherit;
}

/* layout */
.ly_container {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 100rem;
}
@media screen and (min-width: 1200px) {
  .ly_container {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly_container.mo__paMd {
  padding-right: 3%;
  padding-left: 3%;
}
.ly_container.mo__pa0 {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .ly_container.mo__maXl {
    margin-right: -5%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeXs {
    width: 60rem;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeSm {
    width: 72rem;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeLg {
    max-width: 120rem;
  }
}
@media screen and (min-width: 992px) {
  .ly_container.mo__sizeXl {
    max-width: 1400px;
  }
}

@media screen and (max-width: 767.98px) {
  .ly_row.mo__col2 > .ly_col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ly_row {
    display: flex;
  }
  .ly_row.mo__col2 > .ly_col {
    flex: calc(50% - 10px);
    margin-right: 20px;
  }
  .ly_row.mo__col2 > .ly_col:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .ly_row.mo__col2 > .ly_col {
    width: calc(50% - 20px);
    flex: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ly_row.mo__col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .ly_row.mo__col3 > .ly_col {
    width: calc(33.3% - 10px);
    margin-right: 10px;
  }
  .ly_row.mo__col3 > .ly_col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .ly_row.mo__colThumb01 > .ly_col:nth-child(1) {
    width: 40%;
    margin-right: 9%;
  }
  .ly_row.mo__colThumb01 .ly_col:nth-child(2) {
    width: 51%;
  }
}
.ly_row.mo__01 {
  border: 1px solid #C00;
  display: flex;
}

/* el_typo */
.el_show {
  opacity: 1 !important;
}

.el_hide {
  opacity: 0 !important;
}

.el_typo > *:last-child {
  margin-bottom: 0;
}
.el_typoNowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
  font-size: inherit;
}
.el_typoBr {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .el_typoBr.mo__sm {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .el_typoBr.mo__md {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoBr.mo__xl {
    display: block;
  }
}
.el_typoEm {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}
.el_typoHd01 {
  color: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .el_typoHd01 {
    font-size: 2.4rem;
  }
}
.el_typoHd02 {
  color: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .el_typoHd02 {
    font-size: 2.4rem;
  }
}
.el_typoCatch01 {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .el_typoCatch01 {
    font-size: 2.8rem;
  }
}
.el_typoCatch01_text {
  background-color: #888;
  padding: 0.5rem 1rem 0.7rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -o-box-decoration-break: clone;
}
.el_typoLead01 {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .el_typoLead01 {
    font-size: 2rem;
  }
}
.el_typoNote {
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .el_typoNote {
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoNote {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_typoNote.mo__indent {
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoNote.mo__indent {
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}
.el_typoNoteMark {
  vertical-align: super;
  font-size: 0.6em;
}
.el_typoFeatureId {
  font-style: italic;
}
.el_typoFeatureId_text {
  display: block;
  color: inherit;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .el_typoFeatureId_text {
    font-size: 2rem;
  }
}
.el_typoFeatureId_number {
  display: block;
  margin-left: -1rem;
  color: inherit;
  font-size: 5rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  .el_typoFeatureId_number {
    margin-top: -0.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_typoFeatureId_number {
    margin-top: -0.7rem;
    margin-bottom: 1rem;
    font-size: 7rem;
    letter-spacing: -0.3rem;
  }
}

.el_content > *:last-child {
  margin-bottom: 0;
}

/* el_img */
.el_img > *:last-child {
  margin-bottom: 0;
}
.el_imgMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 1199.98px) {
  .el_imgMovie {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgMovie {
    margin-bottom: 1.4rem;
  }
}
.el_imgMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.el_imgBnr {
  display: inline-block;
}
@media screen and (max-width: 1199.98px) {
  .el_imgBnr {
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgBnr {
    margin-bottom: 1.4rem;
  }
}
.el_imgFukidasiCatch {
  position: relative;
}
.el_imgFukidasiCatch:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199.98px) {
  .el_imgFukidasiCatch:before {
    border-top: 1.5rem solid #feedee;
    /* 好みで色を変えてください */
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
  }
}
@media screen and (min-width: 1200px) {
  .el_imgFukidasiCatch:before {
    border-top: 2rem solid #feedee;
    /* 好みで色を変えてください */
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
}

/* el_btn */
.el_btnWrapper {
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .el_btnWrapper.mo__mt01 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnWrapper.mo__mt01 {
    margin-top: 3rem;
  }
}

.el_btn01 {
  position: relative;
  display: inline-block;
  background-color: #db3f3c;
  border-radius: 1rem;
  padding-bottom: 5px;
}
.el_btn01:focus, .el_btn01:hover {
  background-color: #e77f7d;
  opacity: 1;
}
.el_btn01_text {
  position: relative;
  color: #db3f3c;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  border-radius: 1rem;
  background-color: #FFF;
  border: 3px solid #db3f3c;
  transition: 0.25s;
}
.el_btn01_text:focus, .el_btn01_text:hover {
  border-color: #e77f7d;
  opacity: 1;
}
.el_btn01_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #db3f3c;
}
@media screen and (min-width: 1200px) {
  .el_btn01_text {
    font-size: 2.2rem;
    padding: 1.5rem 4rem 1.5rem 2.5rem;
  }
}

.el_btn02 {
  position: relative;
  display: inline-block;
  background-color: #555;
  border-radius: 1rem;
}
.el_btn02_text {
  position: relative;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1200px) {
  .el_btn02_text {
    font-size: 1.8rem;
  }
}
.el_btn02_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  margin-left: 1rem;
  border: 5px solid transparent;
  border-left: 8px solid #FFF;
}
.el_btn02_text.mo__iconRequestDocuments:before {
  content: "";
  display: inline-block;
  background-image: url(/admissions/goal/img/home/el_btn02_requestDocuments.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .el_btn02_text.mo__iconRequestDocuments:before {
    width: 1.8rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn02_text.mo__iconRequestDocuments:before {
    width: 2.7rem;
    height: 3.1rem;
  }
}
.el_btn02:focus, .el_btn02:hover {
  background-color: #6f6f6f;
  opacity: 1;
}

.el_btn03 {
  position: relative;
  display: inline-block;
  border: 0.1rem solid #FFF;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1199.98px) {
  .el_btn03 {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn03 {
    font-size: 1.7rem;
    padding: 0rem 1.5rem 0.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_btn03_sign {
    font-size: 1.6rem;
    line-height: 0.9;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn03_sign {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.el_btnCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #FFF;
  color: #FFF;
}
@media screen and (max-width: 1199.98px) {
  .el_btnCircle {
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnCircle {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 4.8rem;
    font-size: 2.4rem;
  }
}
.el_btnCircle_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_btnCircle_text.mo__number {
  font-style: italic;
}
@media screen and (max-width: 1199.98px) {
  .el_btnCircle_text.mo__number {
    margin-left: -0.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnCircle_text.mo__number {
    margin-left: -0.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_btnCircle_text.mo__img {
    padding: 0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_btnCircle_text.mo__img {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_btnCircle.mo__current {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1200px) {
  .el_btnCircle.mo__current {
    transform: scale(1.4);
  }
}
.el_btnCircle.mo__id01 {
  background-color: #d54694;
}
.el_btnCircle.mo__id01:focus, .el_btnCircle.mo__id01:hover {
  background-color: #de70ac;
  opacity: 1;
}
.el_btnCircle.mo__id02 {
  background-color: #db3f3c;
}
.el_btnCircle.mo__id02:focus, .el_btnCircle.mo__id02:hover {
  background-color: #e36967;
  opacity: 1;
}
.el_btnCircle.mo__id03 {
  background-color: #e87942;
}
.el_btnCircle.mo__id03:focus, .el_btnCircle.mo__id03:hover {
  background-color: #ee996f;
  opacity: 1;
}
.el_btnCircle.mo__id04 {
  background-color: #beb334;
}
.el_btnCircle.mo__id04:focus, .el_btnCircle.mo__id04:hover {
  background-color: #d0c755;
  opacity: 1;
}
.el_btnCircle.mo__id05 {
  background-color: #36b33b;
}
.el_btnCircle.mo__id05:focus, .el_btnCircle.mo__id05:hover {
  background-color: #51cb56;
  opacity: 1;
}
.el_btnCircle.mo__id06 {
  background-color: #1d97bc;
}
.el_btnCircle.mo__id06:focus, .el_btnCircle.mo__id06:hover {
  background-color: #2db5df;
  opacity: 1;
}
.el_btnCircle.mo__id07 {
  background-color: #a187b7;
}
.el_btnCircle.mo__id07:focus, .el_btnCircle.mo__id07:hover {
  background-color: #baa7ca;
  opacity: 1;
}
.el_btnCircle.mo__idMovie {
  background-color: #555;
}
.el_btnCircle.mo__idMovie:focus, .el_btnCircle.mo__idMovie:hover {
  background-color: #6f6f6f;
  opacity: 1;
}

/* splash */
/*========= LoadingのためのCSS ===============*/
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
  color: #999;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #CCC;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

.splash_hd {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
}
.splash_hd .ch_hd {
  color: #CCC;
  font-weight: bold;
  font-size: 1.4rem;
}
.splash_hd .ch_note {
  color: #CCC;
  font-size: 1rem;
}

/* bl_catch01 */
.bl_catch01 {
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .bl_catch01 {
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_catch01 {
    padding: 2rem 0 1rem;
  }
}
.bl_catch01_textImg {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .bl_catch01_textImg {
    max-width: 29rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bl_catch01_textImg {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_catch01_textImg {
    max-width: 90rem;
    max-width: 76rem;
  }
}

/* bl_card01 */
.bl_card01 {
  position: relative;
  text-align: center;
  border-radius: 1.5rem;
  z-index: 10;
  box-shadow: 0 0.3rem 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}
@media screen and (max-width: 767.98px) {
  .bl_card01 {
    width: 25rem;
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bl_card01 {
    width: 22rem;
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_card01 {
    width: 30rem;
    padding: 2rem 0 2.5rem;
  }
}
.bl_card01_link {
  display: block;
  color: #FFF;
  overflow: hidden;
}
.bl_card01_link:focus, .bl_card01_link:hover {
  opacity: 1;
  outline: none;
}
.bl_card01_fig {
  background-color: #FFF;
}
.bl_card01_fig img {
  width: 24rem;
}
.bl_card01_btn {
  position: absolute;
  top: -1rem;
  right: -1rem;
}
@media screen and (max-width: 1199.98px) {
  .bl_card01 .el_typoHd01 {
    margin-bottom: 1rem;
    height: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_card01 .el_typoHd01 {
    margin-bottom: 1rem;
    height: 5rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_card01 .el_typoFeatureId_text {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_card01 .el_typoFeatureId_number {
    font-size: 5.6rem;
  }
}
.bl_card01.mo__id01 {
  background-color: #d54694;
}
.bl_card01.mo__id01:focus, .bl_card01.mo__id01:hover {
  background-color: #de70ac;
  opacity: 1;
}
.bl_card01.mo__id02 {
  background-color: #db3f3c;
}
.bl_card01.mo__id02:focus, .bl_card01.mo__id02:hover {
  background-color: #e36967;
  opacity: 1;
}
.bl_card01.mo__id03 {
  background-color: #e87942;
}
.bl_card01.mo__id03:focus, .bl_card01.mo__id03:hover {
  background-color: #ee996f;
  opacity: 1;
}
.bl_card01.mo__id04 {
  background-color: #beb334;
}
.bl_card01.mo__id04:focus, .bl_card01.mo__id04:hover {
  background-color: #d0c755;
  opacity: 1;
}
.bl_card01.mo__id05 {
  background-color: #36b33b;
}
.bl_card01.mo__id05:focus, .bl_card01.mo__id05:hover {
  background-color: #51cb56;
  opacity: 1;
}
.bl_card01.mo__id06 {
  background-color: #1d97bc;
}
.bl_card01.mo__id06:focus, .bl_card01.mo__id06:hover {
  background-color: #2db5df;
  opacity: 1;
}
.bl_card01.mo__id07 {
  background-color: #a187b7;
}
.bl_card01.mo__id07:focus, .bl_card01.mo__id07:hover {
  background-color: #baa7ca;
  opacity: 1;
}

/* bl_modal01 */
.bl_modal01 {
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01 {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01 {
    padding: 4rem 10rem;
  }
}
.bl_modal01 .el_typoFeatureId {
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01 .el_typoFeatureId {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01 .el_typoFeatureId {
    font-size: 8rem;
  }
}
.bl_modal01 .el_typoHd01 {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01 .el_typoHd01 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01 .el_typoHd01 {
    font-size: 3.6rem;
  }
}
.bl_modal01 .el_imgFig {
  text-align: center;
}
.bl_modal01 .el_typoCatch01 {
  color: #FFF;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01 .el_typoCatch01 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01 .el_typoCatch01 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01 .el_typoLead01 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01 .el_typoLead01 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01 .el_btn01 {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01 .el_btn01 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 61.5rem;
  }
}
.bl_modal01 .el_btn01_text {
  width: 100%;
}
.bl_modal01 .el_btn01 + .el_btn01 {
  margin-top: 1.5rem;
}
.bl_modal01_box {
  overflow: hidden;
  border: 2px solid #d54694;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_box {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}
.bl_modal01_box_row {
  display: flex;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_box_row {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_row {
    margin-top: 2.5rem;
  }
}
.bl_modal01_box_col {
  width: 50%;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_box_col:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_col:nth-child(odd) {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_box_col:nth-child(even) {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_col:nth-child(even) {
    padding-left: 0.8rem;
  }
}
.bl_modal01_box_hd {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  background-color: #d54694;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_hd {
    font-size: 2.4rem;
  }
}
.bl_modal01_box_catch .ec_number {
  color: #d54694;
  font-size: 3rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_catch .ec_number {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_box_catch .ec_number_unit {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_catch .ec_number_unit {
    font-size: 3rem;
  }
}
.bl_modal01_box_catch .ec_text {
  color: #d54694;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_catch .ec_text {
    font-size: 2.4rem;
  }
}
.bl_modal01_box_lead {
  color: #333;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_box_lead {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_box_lead {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.bl_modal01_boxNo1 {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_boxNo1 {
    padding: 1rem 0 0 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_boxNo1 {
    padding: 2rem 0 0 8rem;
  }
}
.bl_modal01_boxNo1:before {
  content: "";
  display: inline-block;
  background-image: url(/admissions/goal/img/home/bl_modal01_boxNo1_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199.98px) {
  .bl_modal01_boxNo1:before {
    width: 4rem;
    height: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_modal01_boxNo1:before {
    width: 6rem;
    height: 7.2rem;
  }
}
.bl_modal01_boxNo1 .el_typoLead01 {
  margin-top: 1rem;
  line-height: 1.3;
}
.bl_modal01_boxNo1 .el_typoLead01.mo__indent {
  margin-left: 1em;
  text-indent: -1em;
}
.bl_modal01_boxNo1_noteMark {
  color: #db3f3c;
}
.bl_modal01_boxNo1_noteMark.mo__sizeS {
  vertical-align: super;
  font-size: 0.6em;
}
.bl_modal01_nav {
  position: absolute;
  top: 6rem;
  right: -1.5rem;
}
.bl_modal01_nav .el_btnCircle {
  margin-bottom: 0.5rem;
}
.bl_modal01_nav .el_btnCircle.mo__current {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bl_modal01.mo__id01 .el_typoFeatureId {
  color: #d54694;
}
.bl_modal01.mo__id01 .el_typoHd01 {
  color: #d54694;
}
.bl_modal01.mo__id01 .el_typoCatch01_text {
  background-color: #d54694;
}
.bl_modal01.mo__id01 .bl_modal01_box {
  border-color: #d54694;
}
.bl_modal01.mo__id01 .bl_modal01_box_hd {
  background-color: #d54694;
}
.bl_modal01.mo__id01 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id01 .bl_modal01_box_catch .ec_text {
  color: #a187b7;
}
.bl_modal01.mo__id02 .el_typoFeatureId {
  color: #db3f3c;
}
.bl_modal01.mo__id02 .el_typoHd01 {
  color: #db3f3c;
}
.bl_modal01.mo__id02 .el_typoCatch01_text {
  background-color: #db3f3c;
}
.bl_modal01.mo__id02 .bl_modal01_box {
  border-color: #db3f3c;
}
.bl_modal01.mo__id02 .bl_modal01_box_hd {
  background-color: #db3f3c;
}
.bl_modal01.mo__id02 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id02 .bl_modal01_box_catch .ec_text {
  color: #db3f3c;
}
.bl_modal01.mo__id03 .el_typoFeatureId {
  color: #e87942;
}
.bl_modal01.mo__id03 .el_typoHd01 {
  color: #e87942;
}
.bl_modal01.mo__id03 .el_typoCatch01_text {
  background-color: #e87942;
}
.bl_modal01.mo__id03 .bl_modal01_box {
  border-color: #e87942;
}
.bl_modal01.mo__id03 .bl_modal01_box_hd {
  background-color: #e87942;
}
.bl_modal01.mo__id03 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id03 .bl_modal01_box_catch .ec_text {
  color: #e87942;
}
.bl_modal01.mo__id04 .el_typoFeatureId {
  color: #beb334;
}
.bl_modal01.mo__id04 .el_typoHd01 {
  color: #beb334;
}
.bl_modal01.mo__id04 .el_typoCatch01_text {
  background-color: #beb334;
}
.bl_modal01.mo__id04 .bl_modal01_box {
  border-color: #beb334;
}
.bl_modal01.mo__id04 .bl_modal01_box_hd {
  background-color: #beb334;
}
.bl_modal01.mo__id04 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id04 .bl_modal01_box_catch .ec_text {
  color: #beb334;
}
.bl_modal01.mo__id05 .el_typoFeatureId {
  color: #36b33b;
}
.bl_modal01.mo__id05 .el_typoHd01 {
  color: #36b33b;
}
.bl_modal01.mo__id05 .el_typoCatch01_text {
  background-color: #36b33b;
}
.bl_modal01.mo__id05 .bl_modal01_box {
  border-color: #36b33b;
}
.bl_modal01.mo__id05 .bl_modal01_box_hd {
  background-color: #36b33b;
}
.bl_modal01.mo__id05 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id05 .bl_modal01_box_catch .ec_text {
  color: #36b33b;
}
.bl_modal01.mo__id06 .el_typoFeatureId {
  color: #1d97bc;
}
.bl_modal01.mo__id06 .el_typoHd01 {
  color: #1d97bc;
}
.bl_modal01.mo__id06 .el_typoCatch01_text {
  background-color: #1d97bc;
}
.bl_modal01.mo__id06 .bl_modal01_box {
  border-color: #1d97bc;
}
.bl_modal01.mo__id06 .bl_modal01_box_hd {
  background-color: #1d97bc;
}
.bl_modal01.mo__id06 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id06 .bl_modal01_box_catch .ec_text {
  color: #1d97bc;
}
.bl_modal01.mo__id07 .el_typoFeatureId {
  color: #a187b7;
}
.bl_modal01.mo__id07 .el_typoHd01 {
  color: #a187b7;
}
.bl_modal01.mo__id07 .el_typoCatch01_text {
  background-color: #a187b7;
}
.bl_modal01.mo__id07 .bl_modal01_box {
  border-color: #a187b7;
}
.bl_modal01.mo__id07 .bl_modal01_box_hd {
  background-color: #a187b7;
}
.bl_modal01.mo__id07 .bl_modal01_box_catch .ec_number, .bl_modal01.mo__id07 .bl_modal01_box_catch .ec_text {
  color: #a187b7;
}
.bl_modal01.mo__idMovie .el_typoHdImg01 {
  padding-top: 1rem;
  text-align: center;
}
.bl_modal01.mo__idMovie .el_typoHdImg01 + .el_typoLead01 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.bl_modal01.mo__idMovie .el_typoNowrap {
  display: inline;
}

/* bl_modaalFrame */
.modaal-inner-wrapper {
  padding: 1rem;
}

.modaal-container {
  border-radius: 1rem;
  overflow: hidden;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  background: none;
}

.modaal-close:after, .modaal-close:before {
  background-color: #C00;
  width: 0.3rem;
}

.modaal-content-container {
  padding: 0;
}

.blocker {
  padding: 1rem 2rem 1rem 1rem;
  z-index: 10;
}

.modal {
  max-width: 120rem;
  width: 100%;
  z-index: 11;
  padding: 0;
}

.modal a.close-modal {
  background: url("/admissions/goal/img/common/close-modal.svg");
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 1199.98px) {
  .modal a.close-modal {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal a.close-modal {
    top: 2rem;
    right: 2rem;
  }
}

/* bl_btnMovie */
@media screen and (max-width: 1199.98px) {
  .bl_btnMovie {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_btnMovie {
    padding-bottom: 3rem;
  }
}
.bl_btnMovie .el_btn01 {
  box-shadow: 0 0.3rem 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.98px) {
  .bl_btnMovie .el_btn01 {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .bl_btnMovie .el_btn01 {
    width: 40rem;
  }
}
.bl_btnMovie .el_btn01_text {
  width: 100%;
}

/* bl_btnRequestDocuments */
@media screen and (max-width: 1199.98px) {
  .bl_btnRequestDocuments .el_btn02 {
    display: block;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_btnRequestDocuments .el_btn02 {
    position: absolute;
    top: 13rem;
    right: 0;
    writing-mode: vertical-rl;
    z-index: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_btnRequestDocuments .el_btn02_text {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_btnRequestDocuments .el_btn02_text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_btnRequestDocuments .el_btn02_text:before {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .bl_btnRequestDocuments .el_btn02_text::after {
    position: unset;
    top: auto;
    right: auto;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 1200px) {
  .bl_btnRequestDocuments .el_btn02_text::after {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .el_btn02.mo__sp {
    display: block;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn02.mo__sp {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .el_btn02.mo__pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .el_btn02.mo__pc {
    position: absolute;
    top: 13rem;
    right: 0;
    writing-mode: vertical-rl;
    z-index: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .mo__sp .el_btn02_text {
    border-radius: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mo__pc .el_btn02_text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .mo__pc .el_btn02_text:before {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .mo__sp .el_btn02_text::after {
    position: unset;
    top: auto;
    right: auto;
    transform: translateY(0%);
  }
}
@media screen and (min-width: 1200px) {
  .mo__pc .el_btn02_text::after {
    display: none;
  }
}

/* bl_nav01 */
.bl_nav01_li {
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 0.5rem;
}
.bl_nav01_a {
  position: relative;
  display: block;
  color: #333;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}
@media screen and (max-width: 1199.98px) {
  .bl_nav01_a {
    padding: 1rem 3rem 1rem 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_nav01_a {
    font-size: 2rem;
    padding: 1.5rem 3rem 1.5rem 0.5rem;
  }
}
.bl_nav01_a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #db3f3c;
}
.mo__id01 .bl_nav01_liId {
  color: #d54694;
}
.mo__id02 .bl_nav01_liId {
  color: #db3f3c;
}
.mo__id03 .bl_nav01_liId {
  color: #e87942;
}
.mo__id04 .bl_nav01_liId {
  color: #beb334;
}
.mo__id05 .bl_nav01_liId {
  color: #36b33b;
}
.mo__id06 .bl_nav01_liId {
  color: #1d97bc;
}
.mo__id07 .bl_nav01_liId {
  color: #a187b7;
}

/* swiper */
.swiper {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .swiper {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .swiper {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .swiper-slide {
    width: 25rem;
    height: 31.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .swiper-slide {
    width: 22rem;
    height: 31.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide {
    width: 30rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}

.sec_base.mo__bg01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .sec_base.mo__bg01 {
    background-image: url(/admissions/goal/img/home/sec_base_bg01_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .sec_base.mo__bg01 {
    background-image: url(/admissions/goal/img/home/sec_base_bg01_pc.jpg);
  }
}

@media screen and (max-width: 1199.98px) {
  .sec_nav01 {
    padding: 6rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_nav01 {
    padding: 8rem 10rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec_nav01_row {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .sec_nav01_col {
    width: 50%;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .sec_nav01 .el_btn02 {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_nav01 .el_btn02 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 61.5rem;
  }
}
.sec_nav01 .el_btn02_text {
  width: 100%;
}

.sec_card {
  overflow: hidden;
}

/* siteHeader */
.siteHeader {
  position: relative;
  width: 100%;
  background-color: #FFF;
  z-index: 3;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1199.98px) {
  .siteHeader_inner {
    height: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteHeader_inner {
    height: 6rem;
  }
}
.siteHeader_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199.98px) {
  .siteHeader_logo {
    left: 1rem;
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteHeader_logo {
    left: 2rem;
    width: 26rem;
  }
}

.nav_toggle {
  border: none;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .nav_toggle {
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav_toggle {
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
.nav_toggle:focus, .nav_toggle:hover {
  border: none;
  outline: 0;
}

:root {
  --hamburger-menu-border-color: #db3f3c;
  /* 線の色 */
  --hamburger-menu-transition: 0.3s;
  /* アニメーション秒数 */
}
@media screen and (max-width: 1199.98px) {
  :root {
    --hamburger-menu-padding: 9px;
    --hamburger-menu-border-px: 2px;
    /* 線の太さ */
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --hamburger-menu-padding: 12px;
    --hamburger-menu-border-px: 2px;
    /* 線の太さ */
  }
}

.hbMenu {
  border: 2px solid #db3f3c;
  cursor: pointer;
  position: relative;
  background-color: #FFF;
}
@media screen and (max-width: 1199.98px) {
  .hbMenu {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hbMenu {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
  }
}
.hbMenu_line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}
.hbMenu_line.mo__top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}
.hbMenu_line.mo__middle {
  top: calc(50% - var(--hamburger-menu-border-px) / 2);
  left: var(--hamburger-menu-padding);
}
.hbMenu_line.mo__bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.hbMenu_active {
  background-color: #FFF;
}
.hbMenu_active > .mo__top {
  top: calc(50% - var(--hamburger-menu-border-px) / 2);
  transform: rotate(45deg);
}
.hbMenu_active > .mo__middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.hbMenu_active > .mo__bottom {
  top: calc(50% - var(--hamburger-menu-border-px) / 2);
  transform: rotate(-45deg);
}

.nav_wrapper {
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #FFF;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
}
.nav_wrapper.active {
  visibility: visible;
  opacity: 1;
}

.nav_list {
  margin-top: 8rem;
}
.nav_list_item {
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.nav_list_item a {
  display: block;
  margin: 0 2rem 2rem 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #DDD;
  width: auto;
  color: #333;
}

.nav_btn {
  margin: 6rem 15% 0 0;
  text-align: right;
}
/* siteContent */
/* siteFooter */
.siteFooter_row01 {
  background-color: #444;
  padding: 2rem 0;
}
.siteFooter_row02 {
  background-color: #3a3a3a;
  padding: 0rem 0 2rem;
}
.siteFooter_id {
  margin: 0 auto;
}
@media screen and (max-width: 1199.98px) {
  .siteFooter_id {
    width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooter_id {
    width: 30rem;
  }
}
.siteFooter_id a {
  display: block;
}
.siteFooter_nav {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
  background-color: #3e3e3e;
}
.siteFooter_nav a {
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .siteFooter_nav a {
    font-size: 1.2rem;
  }
}
.siteFooter_copyright {
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
}

/* .siteWrapper{ */
.siteWrapper {
  display: none;
  overflow: hidden;
}

/* .siteIntro{ */
.siteIntro {
  overflow: hidden;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .siteIntro {
    background-image: url(/admissions/goal/img/home/sec_base_bg01_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .siteIntro {
    background-image: url(/admissions/goal/img/home/sec_base_bg01_pc.jpg);
    justify-content: center;
    align-items: center;
  }
}
.siteIntro_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .siteIntro_inner {
    padding-top: 2rem;
  }
}
.siteIntro_row {
  position: relative;
  display: flex;
  align-items: center;
}
.siteIntro_col {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .siteIntro_col {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_col {
    padding: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .siteIntro_col:nth-child(1) {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_col:nth-child(1) {
    width: 30%;
  }
}
@media screen and (max-width: 767.98px) {
  .siteIntro_col:nth-child(2) {
    width: 80%;
    padding-top: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_col:nth-child(2) {
    width: 70%;
  }
}
.siteIntro_fig {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .siteIntro_fig {
    top: 0%;
    transform: translateY(-25%);
    left: 15%;
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_fig {
    top: 50%;
    transform: translateY(-40%);
    left: 5rem;
    width: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteIntro_fig {
    left: 0;
  }
}
@media screen and (max-width: 1399.98px) {
  .siteIntro_hd {
    max-width: 64rem;
  }
}
@media screen and (min-width: 1400px) {
  .siteIntro_hd {
    max-width: 100%;
  }
}
.siteIntro_lead {
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .siteIntro_lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .siteIntro_lead.mo__id01 {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_lead.mo__id01 {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_lead.mo__id10 {
    padding-bottom: 4rem;
  }
}
.siteIntro_signature {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .siteIntro_signature.mo__sp {
    width: 100%;
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .siteIntro_signature.mo__sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .siteIntro_signature.mo__pc {
    display: none;
  }
}
.siteIntro_btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

/* _ut_common */
.hp_cf::after {
  content: "";
  display: block;
  clear: both;
}

.hp_txtCenter {
  text-align: center;
}

.hp_mb0 {
  margin-bottom: 0;
}

.hp_txtColorId01 {
  color: #d54694;
}
.hp_txtColorId02 {
  color: #db3f3c;
}
.hp_txtColorId03 {
  color: #e87942;
}
.hp_txtColorId04 {
  color: #beb334;
}
.hp_txtColorId05 {
  color: #36b33b;
}
.hp_txtColorId06 {
  color: #1d97bc;
}
.hp_txtColorId07 {
  color: #a187b7;
}

.hp_bgColorId01 {
  background-color: #d54694;
}
.hp_bgColorId02 {
  background-color: #db3f3c;
}
.hp_bgColorId03 {
  background-color: #e87942;
}
.hp_bgColorId04 {
  background-color: #beb334;
}
.hp_bgColorId05 {
  background-color: #36b33b;
}
.hp_bgColorId06 {
  background-color: #1d97bc;
}
.hp_bgColorId07 {
  background-color: #a187b7;
}
