@charset "UTF-8";
/* ----------------------------- リセット */
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, 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: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ol, 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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- 全体 */
body {
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #231815;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- ヘッダー */
.header {
  padding: 8px 1%;
  position: relative;
  z-index: 9;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  width: 250px;
  float: left;
}
.header .nav {
  float: right;
  margin-top: 10px;
}

/* ----------------------------- ナビ */
.nav li {
  float: left;
  margin-right: 2em;
}
.nav li:last-child {
  margin-right: 0;
}
.nav li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E35050;
  text-decoration: none;
}
.nav li a:hover {
  opacity: 0.65;
}
.nav li a:hover img {
  opacity: 1;
}
.nav li img {
  width: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

/* ----------------------------- メインビジュアル */
.main-Visual {
  text-align: center;
  background-image: url(../images/mv-back.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.main-Visual__img {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

/* ----------------------------- コンテンツ */
.section {
  padding: 60px 0;
}
@media (max-width: 800px) {
  .section {
    padding: 30px 0;
  }
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .content {
    width: 100%;
    padding: 0 10px;
  }
}

.type-e__head {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .type-e__head {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.type-e__content h3 {
  text-align: center;
  padding: 4px 20px 10px 20px;
  border: 2px solid #02ace4;
  margin-bottom: 30px;
}
.type-e__content h3 span {
  font-weight: 800;
  color: #02ace4;
}
@media (max-width: 800px) {
  .type-e__content h3 span {
    display: block;
  }
}
.type-e__content h3 span:nth-of-type(1) {
  font-size: 40px;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .type-e__content h3 span:nth-of-type(1) {
    font-size: 30px;
    margin-right: 0;
  }
}
.type-e__content h3 span:nth-of-type(2) {
  font-size: 24px;
}
@media (max-width: 800px) {
  .type-e__content h3 span:nth-of-type(2) {
    font-size: 18px;
  }
}
.type-e__content-box {
  margin-bottom: 40px;
}
.type-e__content-box h4 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .type-e__content-box h4 {
    margin-bottom: 10px;
  }
}
.type-e__content-box h4 span {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.4rem;
  background: linear-gradient(transparent 60%, rgba(2, 172, 228, 0.2) 0%);
  padding-left: 0.4rem;
  font-size: 34px;
}
@media (max-width: 800px) {
  .type-e__content-box h4 span {
    font-size: 26px;
  }
}
.type-e__content-box > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .type-e__content-box > div {
    display: block;
  }
}
.type-e__content-box > div::before, .type-e__content-box > div::after {
  display: none;
}
.type-e__content-box dl {
  padding: 0;
  margin: 0;
}
.type-e__content-box dl dt {
  background-color: #02ace4;
  font-weight: 800;
  color: #fff;
  padding: 10px;
}
.type-e__content-box dl dd {
  font-weight: 500;
  font-size: 20px;
}
.type-e__content-box dl::before, .type-e__content-box dl::after {
  display: none;
}
.type-e__content-box:nth-of-type(1) > div figure {
  width: calc(100% - 370px - 40px);
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(1) > div figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.type-e__content-box:nth-of-type(1) > div > div {
  background-color: #e0f1ff;
  border-radius: 10px;
  padding: 40px 20px;
  width: 370px;
  position: relative;
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(1) > div > div {
    width: 100%;
    padding: 20px;
  }
}
.type-e__content-box:nth-of-type(1) > div > div::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 40px solid #e0f1ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateX(-50px);
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(1) > div > div::before {
    border-right: 20px solid transparent;
    border-bottom: 40px solid #e0f1ff;
    right: 0;
    bottom: auto;
    transform: translateY(-50px);
  }
}
.type-e__content-box:nth-of-type(1) > div > div p {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(1) > div > div p {
    font-size: 20px;
    text-align: center;
  }
}
.type-e__content-box:nth-of-type(2) dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(2) dl {
    display: block;
  }
}
.type-e__content-box:nth-of-type(2) dl dt {
  display: inline-block;
  width: 140px;
  text-align: center;
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(2) dl dt {
    margin-bottom: 8px;
    width: 100%;
  }
}
.type-e__content-box:nth-of-type(2) dl dd {
  width: calc(100% - 140px - 20px);
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(2) dl dd {
    width: 100%;
  }
}
.type-e__content-box:nth-of-type(2) dl dd > p > span {
  font-size: 17px;
}
.type-e__content-box:nth-of-type(2) dl:last-of-type {
  margin-bottom: 0;
}
.type-e__content-box:nth-of-type(3) > div dl {
  width: 32%;
  text-align: center;
  border: 1px solid #ccc;
}
@media (max-width: 800px) {
  .type-e__content-box:nth-of-type(3) > div dl {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .type-e__content-box:nth-of-type(3) > div dl::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #0974cc;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateY(13px);
  }
  .type-e__content-box:nth-of-type(3) > div dl:last-of-type::after {
    display: none;
  }
}
.type-e__content-box:nth-of-type(3) > div dl dt {
  margin-bottom: 4px;
}
.type-e__content-box:nth-of-type(3) > div dl dd {
  padding: 10px 10px 20px 10px;
}
.type-e__content-box .menjo {
  background-color: #d1ece4;
  padding: 20px;
  text-align: center !important;
  margin-top: 20px;
}
.type-e__content-box .menjo p {
  text-align: left;
  display: inline-block;
  font-size: 18px;
}
.type-e__content-box .menjo p span {
  display: inline;
  font-weight: 800;
  font-size: 1.04em;
  color: #009c6e;
}
.type-e__content__link {
  text-align: center;
}
.type-e__content__link a {
  text-decoration: none;
  display: inline-block;
  padding: 20px 30px;
  background: linear-gradient(to right, #d34a5c, #C20018, #9b0022);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .type-e__content__link a {
    padding: 10px 14px;
  }
}
.type-e__content__link a > p {
  display: block;
}
.type-e__content__link a > p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .type-e__content__link a > p:nth-of-type(1) {
    font-size: 17px;
  }
}
.type-e__content__link a > p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 800;
  color: #C20018;
  padding: 4px 40px 10px 20px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 800px) {
  .type-e__content__link a > p:nth-of-type(2) {
    padding: 6px 40px 8px 20px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.type-e__content__link a > p:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #C20018;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}
.type-e__content__link a > p:nth-of-type(2) span {
  font-size: 18px;
  margin: 0 4px;
}
@media (max-width: 800px) {
  .type-e__content__link a > p:nth-of-type(2) span {
    font-size: 13px;
  }
}
.type-e__content__link a:hover {
  background-position: 100% 51%;
}
.type-e__content__link a:hover > p:nth-of-type(2)::after {
  right: 7px;
}

.be-yourself {
  background-color: #F5EBF7;
}
.be-yourself__mv {
  margin-bottom: 60px;
  border-radius: 40px 4px 40px 4px;
  overflow: hidden;
  box-shadow: 20px 20px 0 rgba(147, 78, 130, 0.2);
}
@media (max-width: 800px) {
  .be-yourself__mv {
    margin-bottom: 30px;
    border-radius: 20px 4px 20px 4px;
    box-shadow: 6px 6px 0 rgba(147, 78, 130, 0.2);
  }
}
.be-yourself__head {
  text-align: center;
  margin-bottom: 40px;
}
.be-yourself__head h2 {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .be-yourself__head h2 {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}
.be-yourself__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.be-yourself__content::before, .be-yourself__content::after {
  display: none;
}
@media (max-width: 800px) {
  .be-yourself__content {
    grid-template-columns: 1fr;
  }
}
.be-yourself__content .box-inner a {
  text-decoration: none;
  text-align: center;
}
.be-yourself__content .box-inner a h3 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.2rem;
}
.be-yourself__content .box-inner a .by-catch {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.be-yourself__content .box-inner a .by-catch > ul {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  padding: 10px;
}
.be-yourself__content .box-inner a .by-catch > ul li {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  padding: 4px 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-left: 6px;
}
.be-yourself__content .box-inner a p {
  background-color: #000;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.be-yourself__content .box-inner a p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.be-yourself__content .box-inner a:hover p::after {
  right: 7px;
  transition: 0.6s ease;
}
.be-yourself__content .box-inner:nth-of-type(1) a h3 {
  color: #cf5086;
}
.be-yourself__content .box-inner:nth-of-type(1) a p {
  background-color: #cf5086;
}
.be-yourself__content .box-inner:nth-of-type(2) a h3 {
  color: #009c6e;
}
.be-yourself__content .box-inner:nth-of-type(2) a p {
  background-color: #009c6e;
}
.be-yourself__content .box-inner:nth-of-type(3) a h3 {
  color: #ce3727;
}
.be-yourself__content .box-inner:nth-of-type(3) a p {
  background-color: #ce3727;
}
.be-yourself__link {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 800px) {
  .be-yourself__link {
    margin-top: 30px;
  }
}
.be-yourself__link a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .be-yourself__link a {
    width: 80%;
    margin: 0 auto;
  }
}

.event-bnr {
  padding: 30px 0;
  background: linear-gradient(90deg, #ffefef, #f5ffe9, #fff1e6, #f4faff);
}
.event-bnr ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  text-align: center;
}
@media (max-width: 800px) {
  .event-bnr ul {
    display: block;
  }
}
.event-bnr ul li {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media (max-width: 800px) {
  .event-bnr ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

/* ----------------------------- フッター */
.link {
  padding: 80px 0 0 0;
}
.link ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 800px) {
  .link ul {
    display: block;
  }
}
.link ul::before, .link ul::after {
  display: none;
}
.link ul li {
  width: 48%;
  margin-bottom: 8%;
}
@media (max-width: 800px) {
  .link ul li {
    width: 100%;
  }
}
.link ul li .btn {
  margin-top: 20px;
}
.link ul li .btn a {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 1px solid;
  padding: 15px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 5%;
  position: relative;
  top: 0;
}
.link ul li .btn a:hover {
  top: 5px;
  box-shadow: unset !important;
}
.link ul li.list1 .btn a {
  border-color: #f08a97;
  background-image: url(../images/link_icon5.png);
  box-shadow: 0 5px 0 #f08a97;
}
.link ul li.list2 .btn a {
  border-color: #3FA6D7;
  background-image: url(../images/link_icon1.png);
  box-shadow: 0 5px 0 #3FA6D7;
}
.link ul li.list3 .btn a {
  border-color: #FD4E68;
  background-image: url(../images/link_icon4.png);
  box-shadow: 0 5px 0 #FD4E68;
}
.link ul li.list4 .btn a {
  border-color: #EB6D57;
  background-image: url(../images/link_icon2.png);
  box-shadow: 0 5px 0 #EB6D57;
}
.link ul li.list5 .btn a {
  border-color: #F8AF07;
  background-image: url(../images/link_icon3.png);
  box-shadow: 0 5px 0 #F8AF07;
}

.sns {
  padding: 40px 0 60px;
}
.sns ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sns li {
  width: 16%;
  margin-right: 0.8%;
}
.sns li:last-child {
  margin-right: 0;
}

.footer {
  border-top: 1px solid #ddd;
}
.footer .box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer .box .logo2 {
  float: left;
  max-width: 410px;
}
.footer .box .school_info {
  float: left;
  margin-left: 30px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.footer .box .school_info a {
  color: #4791c4;
}
.footer .copy {
  font-size: 1.1rem;
  text-align: center;
  background: #eee;
  padding: 10px 0;
}

.pagetop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  z-index: 9999;
}