<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*　*/
/**************************************************
		Foundation
**************************************************/
/* ===== Reset ===== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

main, article, aside, dialog, figure, header, footer, hgroup, nav, section {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

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

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

caption {
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: top;
}

sub, sup {
  position: relative;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.5em;
}

input, textarea, select, button {
  border-radius: 0;
  font: inherit;
  color: inherit;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* ===== Setting ===== */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Yu Mincho", "游明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  color: #333;
  line-height: 1.5;
  -webkit-animation: pageFadeIn 0.7s forwards;
          animation: pageFadeIn 0.7s forwards;
}

@-webkit-keyframes pageFadeIn {
  10% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes pageFadeIn {
  10% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}

::placeholder {
  color: #B2B2B2;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
  img {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  a, a::before, a::after, a *::before, a *::after, button, button *::before, button *::after, input[type=submit] {
    transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  html {
    font-size: 0.769vw;
  }
}
/**************************************************
		Layout
**************************************************/
/* ===== Header ===== */
.l-header {
  position: fixed;
  top: 0;
  left: 2px;
  width: calc(100% - 4px);
  background: #fff;
  z-index: 30;
  transition: box-shadow 0.5s;
}
@media only screen and (max-width: 767px) {
  .is-fixed .l-header {
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    border-bottom: 1px solid #f1d5d5;
  }
}
.l-header_container {
  position: relative;
  height: 6rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_container {
    display: flex;
    margin: 0 auto;
    padding: 0 5rem;
    max-width: 130rem;
    height: 10rem;
    transition: height 0.5s;
  }
  .is-fixed .l-header_container {
    height: 6rem;
  }
}
.l-header_logo {
  margin-top: 0.5rem;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .l-header_logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_logo {
    margin-top: 1rem;
    margin-right: 3rem;
    align-self: center;
  }
}
.l-header_logo a {
  display: block;
}
.l-header_logo img {
  width: 15rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_logo img {
    width: 21rem;
  }
}
.l-header_ttl {
  line-height: 0;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .l-header_ttl {
    display: none;
  }
}
.l-header_ttl a {
  display: block;
  position: relative;
  width: 32.7rem;
  height: 5.5rem;
  overflow: hidden;
  transition: height 0.5s;
}
.is-fixed .l-header_ttl a {
  height: 2.7rem;
}

@media only screen and (max-width: 767px) {
  .l-gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }
  .l-gnav::before {
    display: none;
    position: absolute;
    top: calc(0.5rem + 1px);
    right: calc(0.5rem + 1px);
    width: calc(90% - 0.5rem + 2px);
    height: 6.4rem;
    background: #fffafa;
    content: "";
    z-index: 20;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav {
    margin-left: auto;
  }
}
.l-gnav_btnOpen {
  position: absolute;
  top: 1.4rem;
  right: 0.8rem;
  border-radius: 100%;
  width: 3.4rem;
  height: 3.4rem;
  background: #f9e9ed;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 30;
}
.l-gnav_btnOpen::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.7rem;
  height: 1.7rem;
  background: transparent url(../img/icon_menu.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .l-gnav_btnOpen {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-gnav_container {
    display: none;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    border: 1px solid #bd3b6f;
    width: 90%;
    background: #fffafa;
    overflow-y: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav_container {
    display: block !important;
    height: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .l-gnav_inner {
    position: relative;
    padding: 6.4rem 1.9rem 0 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav_inner {
    height: 100%;
  }
}
.l-gnav_mainMenu {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #bd3b6f;
}
@media print, screen and (min-width: 768px) {
  .l-gnav_mainMenu {
    display: flex;
    height: 100%;
    transition: line-height 0.5s;
  }
  .is-fixed .l-gnav_mainMenu {
    line-height: 1.3;
  }
}
.l-gnav_mainMenu &gt; li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-gnav_mainMenu &gt; li {
    border-top: 1px solid #bd3b6f;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav_mainMenu &gt; li {
    display: flex;
    min-width: 17rem;
  }
  .l-gnav_mainMenu &gt; li::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1px;
    width: 1px;
    height: 6rem;
    background: #bd3b6f;
    transition: height 0.5s;
    content: "";
  }
  .is-fixed .l-gnav_mainMenu &gt; li::before {
    height: 4.5rem;
  }
}
.l-gnav_mainMenu a {
  position: relative;
  display: flex;
  padding-right: 2.5rem;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .l-gnav_mainMenu a {
    min-height: 8.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav_mainMenu a {
    padding-left: 2rem;
  }
  .l-gnav_mainMenu a:hover {
    background-color: #f9e9ed;
  }
  .l-gnav_mainMenu a:hover .sub {
    color: #bd3b6f;
  }
  .l-gnav_mainMenu a:hover .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.l-gnav_mainMenu .m-iconArrow01 {
  display: block;
  padding-left: 4rem;
  width: 100%;
}
.l-gnav_mainMenu .m-iconArrow01::before {
  width: 2.2rem;
  height: 2.2rem;
  background-size: 1.2rem auto;
  -webkit-transform: translateY(-50%) rotate(90deg) scale(1, -1);
          transform: translateY(-50%) rotate(90deg) scale(1, -1);
}
.l-gnav_mainMenu .main {
  display: block;
  letter-spacing: 0.15em;
}
.l-gnav_mainMenu .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .l-gnav_mainMenu .sub {
    transition: color 0.3s, font-size 0.5s;
  }
  .is-fixed .l-gnav_mainMenu .sub {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav_mainMenu .is-news {
    display: none;
  }
}
.l-gnav_mainMenu .is-university .main {
  letter-spacing: 0.3em;
}
.l-gnav_subMenu {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #bd3b6f;
}
@media print, screen and (min-width: 768px) {
  .l-gnav_subMenu {
    display: none;
  }
}
.l-gnav_subMenu &gt; li {
  border-top: 1px solid #bd3b6f;
}
.l-gnav_subMenu a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 8.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-gnav_subMenu .m-iconArrow01 {
  padding-right: 2rem;
}

.l-fnav {
  position: fixed;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .l-fnav {
    top: 1.4rem;
    right: 5.3rem;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-fnav {
    top: 10rem;
    right: 0;
    width: 4.4rem;
    transition: top 0.5s;
  }
  .is-fixed .l-fnav {
    top: 6rem;
  }
}
.l-fnav_menu {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .l-fnav_menu {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-fnav_menu {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-fnav_menu li {
    margin: 0 0.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-fnav_menu li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-fnav_menu .is-opencampus a {
    background-color: #9c3d63;
  }
  .l-fnav_menu .is-opencampus a::before {
    background-image: linear-gradient(to top right, transparent 49.9%, #9c3d63 50.1%);
  }
}
@media print, screen and (min-width: 768px) {
  .l-fnav_menu .is-admission {
    letter-spacing: 0.3em;
  }
}
.l-fnav_menu a {
  display: flex;
  position: relative;
  padding: 0.5rem;
  width: 100%;
  background: #bd3b6f;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-fnav_menu a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-fnav_menu a {
    border-radius: 0.3rem;
    height: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-fnav_menu a {
    padding: 1rem 0 0.5rem 0;
    min-height: 17rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .ie .l-fnav_menu a {
    height: 17rem;
  }
  .l-fnav_menu a::before, .l-fnav_menu a::after {
    position: absolute;
    background: transparent none 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  .l-fnav_menu a::before {
    right: 0;
    bottom: -2rem;
    width: 100%;
    height: 2rem;
    background-image: linear-gradient(to top right, transparent 49.9%, #bd3b6f 50.1%);
  }
  .l-fnav_menu a::after {
    right: 0.3rem;
    bottom: -1.4rem;
    width: 1rem;
    height: 0.6rem;
    background-image: linear-gradient(to top right, transparent 49.9%, #fff 50.1%);
  }
}

.l-overlay {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .is-navOpen {
    position: relative;
  }
  .is-navOpen.is-gnav .l-gnav::before {
    display: block;
  }
  .is-navOpen.is-gnav .l-gnav_btnOpen::before {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(../img/icon_close.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .is-navOpen.is-gnav .l-overlay {
    display: none !important;
  }
}
.l-wrapper {
  position: relative;
  border: 2px solid #bd3b6f;
  overflow: hidden;
}
.l-wrapper::before, .l-wrapper::after {
  position: fixed;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bd3b6f;
  content: "";
  z-index: 50;
}
.l-wrapper::before {
  top: 0;
}
.l-wrapper:after {
  bottom: 0;
}

/* ===== Main ===== */
.l-main {
  position: relative;
  padding-top: 6rem;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    padding-top: 10rem;
  }
}

/* ===== Footer ===== */
.l-footer {
  position: relative;
  padding: 2.5rem 0 1rem 0;
  background: #fffafa;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    padding: 5rem 0 1.5rem 0;
  }
}
.l-footer_container {
  position: relative;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_container {
    margin: 0 auto;
    padding: 0 5rem;
    max-width: 130rem;
    overflow: hidden;
  }
}
.l-footer_logo {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer_logo {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_logo {
    float: left;
  }
}
.l-footer_logo a {
  display: block;
}
.l-footer_logo img {
  width: 28.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_logo img {
    width: 33rem;
  }
}
.l-footer_address {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .l-footer_address {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_address {
    float: right;
    margin-top: 2.3rem;
    font-size: 1.5rem;
    text-align: right;
  }
}
.l-footer_copyright {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .l-footer_copyright {
    clear: right;
    float: right;
  }
}
.l-footer_copyright span {
  display: inline-block;
}
.l-footer_pagetop {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .l-footer_pagetop {
    display: none;
  }
}
.is-fixed .l-footer_pagetop {
  opacity: 1;
  visibility: visible;
}
.l-footer_pagetop a {
  display: block;
  position: relative;
  border: 1px solid #f1d5d5;
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
}
.l-footer_pagetop a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 0;
  border-bottom: 1rem solid #bd3b6f;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  content: "";
}
.l-footer_pagetop a:hover {
  background-color: #bd3b6f;
}
.l-footer_pagetop a:hover::before {
  border-bottom-color: #fff;
}

/**************************************************
		Object
**************************************************/
/* ===== section ===== */
.m-sec01 {
  position: relative;
}
.m-sec01_container {
  position: relative;
  padding: 0 1.3rem;
}
.is-full .m-sec01_container {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  .m-sec01_container {
    margin: 0 auto;
    padding: 0 5rem;
    max-width: 130rem;
  }
  .is-narrow .m-sec01_container {
    max-width: 120rem;
  }
  .is-wide .m-sec01_container {
    max-width: 140rem;
  }
  .is-max .m-sec01_container {
    max-width: 160rem;
  }
  .is-min .m-sec01_container {
    max-width: 100rem;
  }
  .is-full .m-sec01_container {
    max-width: 100%;
  }
}

.m-sec02 {
  position: relative;
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 768px) {
  .m-sec02 {
    margin-bottom: 10rem;
  }
}
.m-sec02_container {
  position: relative;
  padding: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-sec02_container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===== Title ===== */
.m-ttl01 {
  margin-bottom: 2.5rem;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #bd3b6f;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-ttl01 {
    margin-bottom: 3rem;
    font-size: 5.4rem;
  }
}
.m-ttl01 .main {
  display: inline-block;
  position: relative;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.m-ttl01 .main::before, .m-ttl01 .main::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  margin-top: 0.1em;
  height: 1px;
  background: #bd3b6f;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-ttl01 .main::before, .m-ttl01 .main::after {
    width: 7.5rem;
  }
}
.m-ttl01 .main::before {
  left: -4.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-ttl01 .main::before {
    left: -11rem;
  }
}
.m-ttl01 .main::after {
  right: -4.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-ttl01 .main::after {
    right: -11rem;
  }
}
.m-ttl01 .sub {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.7em;
  text-indent: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .m-ttl01 .sub {
    font-size: 2.8rem;
  }
}

/* ===== Text ===== */
.m-txt01 {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
.m-txt01.is-xxs {
  font-size: 0.9rem;
}
.m-txt01.is-xs {
  font-size: 1.1rem;
}
.m-txt01.is-sm {
  font-size: 1.3rem;
}
.m-txt01.is-lg {
  font-size: 1.7rem;
}
.m-txt01.is-xl {
  font-size: 1.9rem;
}
.m-txt01.is-xxl {
  font-size: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .m-txt01 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .m-txt01.is-xxs {
    font-size: 1.2rem;
  }
  .m-txt01.is-xs {
    font-size: 1.4rem;
  }
  .m-txt01.is-sm {
    font-size: 1.6rem;
  }
  .m-txt01.is-lg {
    font-size: 2rem;
  }
  .m-txt01.is-xl {
    font-size: 2.2rem;
  }
  .m-txt01.is-xxl {
    font-size: 2.4rem;
  }
}
.m-txt01.is-center {
  text-align: center;
}

/* ===== Icon ===== */
.m-iconArrow01 {
  display: inline-block;
  position: relative;
  padding-left: 3.5rem;
}
.m-iconArrow01::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  background: #f9e9ed url(../img/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 1rem auto;
  content: "";
}

/* ===== Button ===== */ /* ===== List ===== */ /* ===== table ===== */ /* ===== Box ===== */ /* ===== others ===== */
/**************************************************
		Utility
**************************************************/
/* ===== Animation ===== */
.a-anime01 {
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
  opacity: 0;
}
.a-anime01.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print {
  .a-anime01 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.a-anime02 {
  opacity: 0;
}
.a-anime02.is-animated {
  opacity: 1;
  transition: opacity 0.7s;
}
@media print {
  .a-anime02 {
    opacity: 1;
  }
}

/* ===== others ===== */
.u-clearfix::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

@media only screen and (max-width: 767px) {
  .u-onlyPC {
    display: none !important;
  }
  .u-block_sp {
    display: block !important;
  }
  .u-inline_sp {
    display: inline !important;
  }
  .u-inlineBlock_sp {
    display: inline-block !important;
  }
  .u-fl_sp {
    float: left !important;
  }
  .u-fr_sp {
    float: right !important;
  }
  .u-clear_sp {
    clear: both !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-onlySP {
    display: none !important;
  }
  .u-block {
    display: block !important;
  }
  .u-inline {
    display: inline !important;
  }
  .u-inlineBlock {
    display: inline-block !important;
  }
  .u-fl {
    float: left !important;
  }
  .u-fr {
    float: right !important;
  }
  .u-clear {
    clear: both !important;
  }
}
/**************************************************
		Index
**************************************************/
/* ===== navi ===== */
.navi_sec {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #f1d5d5;
}
@media print, screen and (min-width: 768px) {
  .navi_sec {
    display: none;
  }
}
.navi_ttl01 {
  margin-bottom: 3.5rem;
  line-height: 0;
  text-align: center;
}
.navi_ttl01 a {
  display: block;
}
.navi_ttl01 img {
  width: 25rem;
}
.navi_list01 {
  position: relative;
  margin: 0 auto;
  width: 30rem;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #bd3b6f;
}
.navi_list01 &gt; li {
  position: relative;
  border-bottom: 1px solid #bd3b6f;
}
.navi_list01 &gt; li:first-child {
  border-top: 1px solid #bd3b6f;
}
.navi_list01 a {
  position: relative;
  display: flex;
  padding-right: 2.5rem;
  width: 100%;
  min-height: 8.5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.navi_list01 .m-iconArrow01 {
  display: block;
  padding-left: 4rem;
  width: 100%;
}
.navi_list01 .m-iconArrow01::before {
  width: 2.2rem;
  height: 2.2rem;
  background-size: 1.2rem auto;
  -webkit-transform: translateY(-50%) rotate(90deg) scale(1, -1);
          transform: translateY(-50%) rotate(90deg) scale(1, -1);
}
.navi_list01 .main {
  display: block;
  letter-spacing: 0.15em;
}
.navi_list01 .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.5em;
}
.navi_list01 .is-university .main {
  letter-spacing: 0.3em;
}

/* ===== mv ===== */
.mv_sec {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fffafa;
}
@media print, screen and (min-width: 768px) {
  .mv_sec {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_box01 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .mv_box01_inner01 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_box01_inner01 {
    margin-left: 3.7rem;
    width: 80.3rem;
    order: 2;
  }
}
.mv_box01_inner02 {
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .mv_box01_inner02 {
    padding-left: 2rem;
    flex: 1;
    order: 1;
  }
}
.mv_ttl01 {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0 0.2rem 0.5rem 0.2rem;
  border-bottom: 1px solid #bd3b6f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: Garamond, "Times New Roman", serif;
}
@media print, screen and (min-width: 768px) {
  .mv_ttl01 {
    margin-bottom: 4.5rem;
    font-size: 1.7rem;
  }
}
.mv_ttl02 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  .mv_ttl02 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_ttl02 a:hover {
    color: #bd3b6f;
  }
  .mv_ttl02 a:hover .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.mv_ttl02 .m-iconArrow01::before {
  top: 0.5em;
  -webkit-transform: none;
          transform: none;
}
.mv_txt01 {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .mv_txt01 {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.mv_img01 a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .mv_img01 a:hover {
    opacity: 0.7;
  }
}

/* ===== btn ===== */
.btn_sec {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #bd3b6f;
}
@media print, screen and (min-width: 768px) {
  .btn_sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.btn_list01 {
  position: relative;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .btn_list01 {
    width: 31.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn_list01 {
    display: flex;
    margin: 0 2rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_list01 &gt; li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn_list01 &gt; li {
    margin: 0 2rem;
    width: calc(33.333% - 4rem - 0.1px);
  }
}
.btn_list01 a {
  display: block;
  padding: 1.5rem;
  border-radius: 5rem;
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .btn_list01 a {
    padding: 1rem;
  }
  .btn_list01 a:hover {
    background-color: #f9e9ed;
    color: #bd3b6f;
  }
}

/* ===== closeup ===== */
.closeup_sec {
  border-top: 1px solid #f1d5d5;
}
@media print, screen and (min-width: 768px) {
  .closeup_sec {
    border-bottom: 1px solid #f1d5d5;
  }
}
.closeup_ttl01 {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  padding: 1.5rem 0.2rem 0.5rem 0.2rem;
  border-bottom: 1px solid #bd3b6f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  font-family: Garamond, "Times New Roman", serif;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .closeup_ttl01 {
    margin-left: 1rem;
    font-size: 1.7rem;
  }
}
.closeup_list01 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .closeup_list01 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .closeup_list01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.closeup_list01::before {
  position: absolute;
  top: -1px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #f1d5d5;
  content: "";
}
.closeup_list01 &gt; li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .closeup_list01 &gt; li {
    border-bottom: 1px solid #f1d5d5;
  }
}
@media print, screen and (min-width: 768px) {
  .closeup_list01 &gt; li {
    margin-left: -1px;
    border-left: 1px solid #f1d5d5;
    border-right: 1px solid #f1d5d5;
    width: calc(33.333% + 1px);
  }
  .closeup_list01 &gt; li:nth-child(3n)::before {
    position: absolute;
    bottom: -1px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
}
.closeup_list01 a {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .closeup_list01 a {
    transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .closeup_list01 a:hover {
    box-shadow: 0 0 1.6rem rgba(189, 59, 111, 0.5);
  }
}
.closeup_list01 a::before {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #bd3b6f;
  content: "";
}
.closeup_list01_outer {
  padding: 2.5rem 2.8rem 3.5rem 2.8rem;
}
@media print, screen and (min-width: 768px) {
  .closeup_list01_outer {
    padding: 5rem 2rem;
  }
}
.closeup_list01_img {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .closeup_list01_inner {
    padding: 0 2rem;
  }
}
.closeup_list01_ttl {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .closeup_list01_ttl {
    font-size: 2.5rem;
  }
}
.closeup_list01_ttl .m-iconArrow01::before {
  top: 0.3em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .closeup_list01_ttl .m-iconArrow01::before {
    top: 0.4em;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .closeup_list01_ttl {
    color: #bd3b6f;
  }
  a:hover .closeup_list01_ttl .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.closeup_list01_txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .closeup_list01_txt {
    font-size: 1.4rem;
  }
}

/* ===== news ===== */
.news_sec {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .news_box01 {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .news_box01_inner01 {
    margin-right: 4rem;
    width: 22rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news_box01_inner02 {
    flex: 1;
  }
}
.news_ttl01 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #bd3b6f;
}
@media print, screen and (min-width: 768px) {
  .news_ttl01 {
    font-size: 2.6rem;
    text-align: center;
  }
}
.news_btn01 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .news_btn01 {
    margin-top: 4rem;
  }
}
.news_btn01 a {
  display: inline-block;
  padding: 0.4rem 1.9rem;
  width: 15rem;
  border: 1px solid #bd3b6f;
  border-radius: 5rem;
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .news_btn01 a {
    width: 13rem;
  }
  .news_btn01 a:hover {
    background-color: #bd3b6f;
    color: #fff;
  }
}
.news_list01 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .news_list01 {
    font-size: 1.8rem;
  }
}
.news_list01 a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news_list01 a:hover {
    background-color: #f9e9ed;
  }
}
.news_list01_inner {
  padding: 1rem 1rem;
}
@media print, screen and (min-width: 768px) {
  .news_list01_inner {
    display: flex;
    padding: 1.5rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .news_list01_date {
    display: inline-block;
    width: 6.5rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news_list01_date {
    display: block;
    width: 10rem;
  }
}
.news_list01_icon {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #bd3b6f;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news_list01_icon {
    display: inline-block;
    width: 7.5rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news_list01_icon {
    display: block;
    margin: 0 1rem;
    width: 10rem;
  }
}
.news_list01_ttl {
  display: block;
}
@media only screen and (max-width: 767px) {
  .news_list01_ttl {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news_list01_ttl {
    flex: 1;
  }
}

/* ===== university ===== */
.university_sec {
  padding-top: 6.5rem;
  border-top: 0.3rem solid #bd3b6f;
  background: #fffafa;
}
@media print, screen and (min-width: 768px) {
  .university_sec {
    padding-top: 10rem;
    border-width: 0.6rem;
  }
}
.university_txt01 {
  margin-bottom: 4.5rem;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .university_txt01 {
    margin-bottom: 2.5rem;
    line-height: 2.2;
  }
}
.university_list01 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .university_list01 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .university_list01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.university_list01::before {
  position: absolute;
  top: -1px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #f1d5d5;
  content: "";
}
.university_list01::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
.university_list01 &gt; li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .university_list01 &gt; li {
    border-bottom: 1px solid #f1d5d5;
  }
}
@media print, screen and (min-width: 768px) {
  .university_list01 &gt; li {
    margin-left: -1px;
    border-left: 1px solid #f1d5d5;
    border-right: 1px solid #f1d5d5;
    width: calc(50% + 1px);
  }
  .university_list01 &gt; li:nth-child(2n)::before {
    position: absolute;
    bottom: -1px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
}
.university_list01 a {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .university_list01 a {
    transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .university_list01 a:hover {
    box-shadow: 0 0 1.6rem rgba(189, 59, 111, 0.5);
  }
}
.university_list01 a::before {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #bd3b6f;
  content: "";
}
.university_list01_outer {
  padding: 2.5rem 1.8rem 3.5rem 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .university_list01_outer {
    display: flex;
    padding: 4.4rem 2.9rem 4.4rem 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .university_list01_img {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .university_list01_img {
    margin-right: 2rem;
    width: 30rem;
  }
}
@media print, screen and (min-width: 768px) {
  .university_list01_inner {
    padding-top: 2.5rem;
    flex: 1;
  }
}
.university_list01_ttl {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .university_list01_ttl {
    font-size: 2.5rem;
  }
}
.university_list01_ttl .m-iconArrow01::before {
  top: 0.3em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .university_list01_ttl .m-iconArrow01::before {
    top: 0.4em;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .university_list01_ttl {
    color: #bd3b6f;
  }
  a:hover .university_list01_ttl .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.university_list01_txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .university_list01_txt {
    margin-top: 3rem;
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}

/* ===== event ===== */
.event_sec {
  margin-top: -1px;
  padding-top: 6.5rem;
  border-top: 0.3rem solid #bd3b6f;
  background: #fffafa;
}
@media print, screen and (min-width: 768px) {
  .event_sec {
    padding-top: 10rem;
    border-width: 0.6rem;
  }
}
.event_ttl01 .main {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.event_txt01 {
  margin-bottom: 4.5rem;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .event_txt01 {
    margin-bottom: 2.5rem;
    line-height: 2.2;
  }
}
.event_list01 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .event_list01 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .event_list01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.event_list01::before {
  position: absolute;
  top: -1px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #f1d5d5;
  content: "";
}
.event_list01::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
.event_list01 &gt; li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event_list01 &gt; li {
    border-bottom: 1px solid #f1d5d5;
  }
}
.event_list01_outer {
  padding: 2.5rem 1.3rem 3.5rem 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .event_list01_outer {
    padding: 5rem 6rem;
  }
}
.event_list01_img {
  margin-bottom: 2rem;
}
.event_list01_img a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .event_list01_img a:hover {
    opacity: 0.7;
  }
}
.event_list01_ttl {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .event_list01_ttl {
    font-size: 2.8rem;
  }
}
.event_list01_ttl .m-iconArrow01::before {
  top: 0.3em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .event_list01_ttl .m-iconArrow01::before {
    top: 0.4em;
  }
}
@media print, screen and (min-width: 768px) {
  .event_list01_ttl a:hover {
    color: #bd3b6f;
  }
  .event_list01_ttl a:hover .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.event_list01_txt {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .event_list01_txt {
    font-size: 1.4rem;
  }
}
.event_list02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .event_list02 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
.event_list02::before {
  position: absolute;
  top: -1px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #f1d5d5;
  content: "";
}
.event_list02::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
.event_list02 &gt; li {
  display: flex;
  position: relative;
  margin-left: -1px;
  border-left: 1px solid #f1d5d5;
  border-right: 1px solid #f1d5d5;
}
@media only screen and (max-width: 767px) {
  .event_list02 &gt; li {
    width: calc(50% + 1px);
  }
  .event_list02 &gt; li:nth-child(2n)::before {
    position: absolute;
    bottom: -1px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
}
@media print, screen and (min-width: 768px) {
  .event_list02 &gt; li {
    width: calc(33.333% + 1px);
  }
  .event_list02 &gt; li:nth-child(3n)::before {
    position: absolute;
    bottom: -1px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
}
.event_list02 a {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .event_list02 a {
    transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .event_list02 a:hover {
    box-shadow: 0 0 1.6rem rgba(189, 59, 111, 0.5);
  }
}
.event_list02 a::before {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #bd3b6f;
  content: "";
}
.event_list02_outer {
  padding: 2.5rem 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .event_list02_outer {
    padding: 2.5rem 1.5rem;
  }
}
.event_list02_img {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .event_list02_inner {
    padding: 0 2rem;
  }
}
.event_list02_ttl {
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .event_list02_ttl {
    margin-right: -1rem;
    height: auto !important;
  }
}
@media print, screen and (min-width: 768px) {
  .event_list02_ttl {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .event_list02_ttl .m-iconArrow01 {
    padding-left: 3rem;
  }
}
.event_list02_ttl .m-iconArrow01::before {
  top: 0.3em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .event_list02_ttl .m-iconArrow01::before {
    top: 0.4em;
  }
}
.event_list02_ttl .sub {
  display: block;
  margin-left: -0.5em;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .event_list02_ttl .sub {
    font-size: 1.8rem;
  }
}
.event_list02_ttl .sub.is-cnad {
  color: #00aecc;
}
.event_list02_ttl .sub.is-pt {
  color: #01a68c;
}
.event_list02_ttl .sub.is-cf {
  color: #ff7e00;
}
.event_list02_ttl .sub.is-pk {
  color: #bd3b6f;
}
@media print, screen and (min-width: 768px) {
  a:hover .event_list02_ttl {
    color: #bd3b6f;
  }
  a:hover .event_list02_ttl .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.event_list02_txt {
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .event_list02_txt {
    letter-spacing: 0.02em;
  }
}
@media print, screen and (min-width: 768px) {
  .event_list02_txt {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

/* ===== admission ===== */
.admission_sec {
  margin-top: -1px;
  padding-top: 6.5rem;
  border-top: 0.3rem solid #bd3b6f;
  background: #fffafa;
}
@media print, screen and (min-width: 768px) {
  .admission_sec {
    padding-top: 10rem;
    border-width: 0.6rem;
  }
}
.admission_ttl01 .main {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.admission_txt01 {
  margin-bottom: 4.5rem;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .admission_txt01 {
    margin-bottom: 2.5rem;
    line-height: 2.2;
  }
}
.admission_list01 {
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .admission_list01 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .admission_list01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.admission_list01::before {
  position: absolute;
  top: -1px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #f1d5d5;
  content: "";
}
.admission_list01::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
.admission_list01 &gt; li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .admission_list01 &gt; li {
    border-bottom: 1px solid #f1d5d5;
  }
}
@media print, screen and (min-width: 768px) {
  .admission_list01 &gt; li {
    margin-left: -1px;
    border-left: 1px solid #f1d5d5;
    border-right: 1px solid #f1d5d5;
    width: calc(33.333% + 1px);
  }
  .admission_list01 &gt; li.is-text {
    width: calc(100% + 1px);
    text-align: center;
  }
  .admission_list01 &gt; li:nth-child(3n)::before {
    position: absolute;
    bottom: -1px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
}
.admission_list01 a {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .admission_list01 a {
    transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .admission_list01 a:hover {
    box-shadow: 0 0 1.6rem rgba(189, 59, 111, 0.5);
  }
}
.admission_list01 a::before {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #bd3b6f;
  content: "";
}
.admission_list01_outer {
  padding: 2.5rem 1.8rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .admission_list01_outer {
    padding: 4rem 2rem;
  }
}
.admission_list01_img {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .admission_list01_inner {
    padding: 0 2rem;
  }
}
.admission_list01_ttl {
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .admission_list01_ttl {
    font-size: 2.5rem;
    text-align: center;
  }
}
.admission_list01_ttl .m-iconArrow01::before {
  top: 0.3em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .admission_list01_ttl .m-iconArrow01::before {
    top: 0.4em;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .admission_list01_ttl {
    color: #bd3b6f;
  }
  a:hover .admission_list01_ttl .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.admission_list01_txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .admission_list01_txt {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

/* ===== special ===== */
.special_sec {
  margin-top: -1px;
  padding-top: 6.5rem;
  border-top: 0.3rem solid #bd3b6f;
  background: #fffafa;
}
@media print, screen and (min-width: 768px) {
  .special_sec {
    padding-top: 10rem;
    border-width: 0.6rem;
  }
}
.special_ttl01 {
  font-size: 2.4rem;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .special_ttl01 {
    font-size: 3rem;
  }
}
.special_ttl01 .main {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.special_list01 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .special_list01 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .special_list01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.special_list01::before {
  position: absolute;
  top: -1px;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #f1d5d5;
  content: "";
}
.special_list01::after {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
.special_list01 &gt; li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special_list01 &gt; li {
    border-bottom: 1px solid #f1d5d5;
  }
}
@media print, screen and (min-width: 768px) {
  .special_list01 &gt; li {
    margin-left: -1px;
    border-left: 1px solid #f1d5d5;
    border-right: 1px solid #f1d5d5;
    width: calc(33.333% + 1px);
  }
  .special_list01 &gt; li:nth-child(3n)::before {
    position: absolute;
    bottom: -1px;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
}
.special_list01 a {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .special_list01 a {
    transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .special_list01 a:hover {
    box-shadow: 0 0 1.6rem rgba(189, 59, 111, 0.5);
  }
}
.special_list01 a::before {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  border-left: 1rem solid transparent;
  border-bottom: 1rem solid #bd3b6f;
  content: "";
}
.special_list01_outer {
  padding: 2.5rem 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .special_list01_outer {
    padding: 5rem 2rem;
  }
}
.special_list01_img {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .special_list01_inner {
    padding: 0 2rem;
  }
}
.special_list01_ttl {
  font-size: 2rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .special_list01_ttl {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.special_list01_ttl .m-iconArrow01::before {
  top: 0.3em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .special_list01_ttl .m-iconArrow01::before {
    top: 0.3em;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .special_list01_ttl {
    color: #bd3b6f;
  }
  a:hover .special_list01_ttl .m-iconArrow01::before {
    background-color: #bd3b6f;
    background-image: url(../img/icon_arrow_01_white.svg);
  }
}
.special_list01_txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .special_list01_txt {
    font-size: 1.4rem;
  }
}

/* ===== request ===== */
.request_sec {
  margin-top: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #bd3b6f;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .request_sec {
    margin-top: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    border-width: 0.6rem;
  }
}
.request_ttl01 {
  margin-bottom: 1.5rem;
  padding-left: 0.1em;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: -0.5em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .request_ttl01 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
.request_list01 {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .request_list01 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.request_list01::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1rem;
  width: 1.1rem;
  height: 1rem;
  background: linear-gradient(to top right, transparent 45%, #fff 47%, #fff 55%, #bd3b6f 55%) 0 100% no-repeat, linear-gradient(to top left, transparent 45%, #fff 47%, #fff 55%, #bd3b6f 55%) 100% 100% no-repeat;
  background-size: 50% 100%, 50% 100%;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .request_list01::before {
    bottom: -1.3rem;
    width: 1.4rem;
    height: 1.3rem;
  }
}
.request_list01_wrap {
  text-align: center;
}
.request_list01 &gt; li {
  display: inline-block;
  position: relative;
  margin: 0 0.7rem;
  padding-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  .request_list01 &gt; li {
    margin: 0 1rem;
    padding-left: 3rem;
  }
}
.request_list01 &gt; li:first-child {
  margin-left: 0.5rem;
}
.request_list01 &gt; li:last-child {
  margin-right: 0.5rem;
}
.request_list01 &gt; li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-top: -0.2rem;
  width: 1.5rem;
  height: 2rem;
  background: transparent url(../img/icon_check.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .request_list01 &gt; li::before {
    margin-top: -0.3rem;
    width: 2rem;
    height: 2.5rem;
  }
}
.request_btn01 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .request_btn01 {
    font-size: 3rem;
  }
}
.request_btn01 a {
  display: inline-block;
  padding: 1rem 1.9rem;
  width: 100%;
  border-radius: 5rem;
  background: #fff;
  color: #333;
  text-align: center;
  box-shadow: 0 0.4rem rgba(0, 0, 0, 0.14);
}
@media print, screen and (min-width: 768px) {
  .request_btn01 a {
    width: 80rem;
    box-shadow: 0 0.8rem rgba(0, 0, 0, 0.14);
  }
  .request_btn01 a:hover {
    background-color: #f9e9ed;
    color: #bd3b6f;
  }
}
.request_txt01 {
  margin-top: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .request_txt01 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .request_txt01 {
    letter-spacing: 0.05em;
  }
}

/* ===== sns ===== */
.sns_sec {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fffafa;
}
@media print, screen and (min-width: 768px) {
  .sns_sec {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.sns_list01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .sns_list01 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}
.sns_list01 &gt; li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns_list01 &gt; li {
    width: 50%;
  }
  .sns_list01 &gt; li::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: calc(100% - 2rem);
    height: 1px;
    background: #f1d5d5;
    content: "";
  }
  .sns_list01 &gt; li:nth-child(1)::before, .sns_list01 &gt; li:nth-child(2)::before {
    display: none;
  }
  .sns_list01 &gt; li:nth-child(2n-1)::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 2rem);
    background: #f1d5d5;
    content: "";
  }
}
@media print, screen and (min-width: 768px) {
  .sns_list01 &gt; li {
    margin-left: -1px;
    border-left: 1px solid #f1d5d5;
    border-right: 1px solid #f1d5d5;
    width: calc(25% + 1px);
  }
}
.sns_list01 a {
  display: flex;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sns_list01 a:hover {
    background-color: #f9e9ed;
  }
}
.sns_list01_inner {
  padding: 1rem 2rem 1.5rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .sns_list01_inner {
    padding: 4rem 2rem;
  }
}
.sns_list01_img {
  display: flex;
  height: 7.5rem;
  line-height: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sns_list01_img {
    height: 10rem;
  }
}
.is-ln .sns_list01_img img {
  width: 4.5rem;
}
@media print, screen and (min-width: 768px) {
  .is-ln .sns_list01_img img {
    width: 5rem;
  }
}
.is-yt .sns_list01_img img {
  width: 11rem;
}
@media print, screen and (min-width: 768px) {
  .is-yt .sns_list01_img img {
    width: 13rem;
  }
}
.is-ig .sns_list01_img img {
  width: 4.5rem;
}
@media print, screen and (min-width: 768px) {
  .is-ig .sns_list01_img img {
    width: 5rem;
  }
}
.is-blog .sns_list01_img img {
  width: 12.5rem;
}
@media print, screen and (min-width: 768px) {
  .is-blog .sns_list01_img img {
    width: 18rem;
  }
}
.sns_list01_ttl {
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #bd3b6f;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sns_list01_ttl {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .sns_list01_txt {
    color: #bd3b6f;
  }
}
.sns_list01_txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .sns_list01_txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}</pre></body></html>