@charset "UTF-8";
/*---------------------------------

Start reset.css

---------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*---------------------------------

End reset.css

---------------------------------*/
/*---------------------------------

base

---------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Meiryo", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

li, dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 0.90909vw;
    /* 1100px幅で10px換算 */
  }
}
/*---------------------------------

Layout

---------------------------------*/
/*
    l-wrapper
---------------------------------*/
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/*
    l-header
---------------------------------*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

/*
    l-footer
---------------------------------*/
.l-footer {
  padding-top: 7.5rem;
  padding-bottom: 6.8rem;
  background-color: #212121;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 5.4rem;
    padding-bottom: 5.5rem;
  }
}
/*
    l-main
---------------------------------*/
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

/*
    l-inner
---------------------------------*/
.l-inner {
  width: 100%;
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
/*
    l-fv
---------------------------------*/
.l-fv {
  position: relative;
  height: 56rem;
  background-image: url(/faculty/gs-cult/assets/images/img_fv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  .l-fv {
    height: auto;
    padding-top: 41.5%;
  }
}
@media screen and (max-width: 767px) {
  .l-fv {
    padding-top: 96%;
    background-image: url(/faculty/gs-cult/assets/images/img_fv_sp.jpg);
  }
}
/*
    l-section
---------------------------------*/
.l-section {
  padding-top: 13.6rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 7.5rem;
    padding-bottom: 8rem;
  }
}
/*---------------------------------

Component

---------------------------------*/
/*  
    c-button01
---------------------------------*/
.c-button01 {
  display: inline-block;
  position: relative;
  min-width: 26.4rem;
  padding: 0.79em 4em 0.79em 1.6em;
  border-radius: 4px;
  background-color: #212121;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-button01 span {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-button01 span img {
  -webkit-transform: translateY(-0.18em);
          transform: translateY(-0.18em);
  width: 3.4rem;
  margin-left: 0.8rem;
}

.c-button01 svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-button01 svg > g > path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.c-button01.c-button01--link svg {
  width: 3.1rem;
  height: 3.1rem;
}

.c-button01.c-button01--link svg > g > g:nth-child(1) circle {
  transition: stroke 0.3s, fill 0.3s;
}

.c-button01.c-button01--lg {
  min-width: 37.6rem;
  padding: 1.45em 5em 1.45em 1.6em;
}

.c-button01.c-button01--lg svg {
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-button01:hover {
    background-color: #50af87;
  }

  .c-button01:hover svg {
    background-color: #FFF;
  }

  .c-button01:hover svg > g > path {
    fill: #FFF;
  }

  .c-button01.c-button01--link:hover svg {
    background-color: unset;
  }

  .c-button01.c-button01--link:hover svg > g > g:nth-child(1) circle {
    stroke: #FFF;
    fill: #FFF;
  }
}
@media screen and (max-width: 1200px) {
  .c-button01.c-button01--lg {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-button01 {
    width: 100%;
    min-width: unset;
  }

  .c-button01 span img {
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em);
    width: 4.4rem;
  }

  .c-button01.c-button01--lg {
    min-width: unset;
    padding: 0.79em 4em 0.79em 1.6em;
  }

  .c-button01.c-button01--lg svg {
    right: 2.4rem;
    width: 2rem;
    height: 2rem;
  }
}
/*  
    c-button02
---------------------------------*/
.c-button02 {
  display: inline-block;
  position: relative;
  min-width: 20.2rem;
  padding: 0.72em 4em 0.72em 1.6em;
  border: 1px solid #212121;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.c-button02 span {
  color: #212121;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-button02 svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-button02 svg g path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-button02:hover {
    border-color: #50af87;
    background-color: #50af87;
  }

  .c-button02:hover span {
    color: #FFF;
  }

  .c-button02:hover svg {
    background-color: #FFF;
  }

  .c-button02:hover svg > g > path {
    fill: #FFF;
  }

  .c-button02:hover svg g g path {
    fill: #50af87;
  }
}
@media screen and (max-width: 767px) {
  .c-button02 {
    width: 100%;
    min-width: unset;
  }
}

/*  
    c-button03
---------------------------------*/
.c-button03 {
  display: inline-block;
  position: relative;
  min-width: 29.4rem;
  padding: 0.79em 4em 0.79em 1.6em;
  border-radius: 4px;
  background-color: #212121;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-button03 span {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-button03 span img {
  -webkit-transform: translateY(-0.18em);
          transform: translateY(-0.18em);
  width: 3.4rem;
  margin-left: 0.8rem;
}

.c-button03 svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-button03 svg > g > path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.c-button03.c-button01--lg {
  min-width: 37.6rem;
  padding: 1.45em 5em 1.45em 1.6em;
}

.c-button03.c-button01--lg svg {
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-button03:hover {
    background-color: #50af87;
  }

  .c-button03:hover svg {
    background-color: #FFF;
  }

  .c-button03:hover svg > g > path {
    fill: #FFF;
  }
}
@media screen and (max-width: 1200px) {
  .c-button01.c-button01--lg {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-button03 {
    width: 100%;
    min-width: unset;
  }

  .c-button03 span img {
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em);
    width: 4.4rem;
  }

  .c-button03.c-button01--lg {
    min-width: unset;
    padding: 0.79em 4em 0.79em 1.6em;
  }

  .c-button0.c-button01--lg svg {
    right: 2.4rem;
    width: 2rem;
    height: 2rem;
  }
}




/*  
    c-download
---------------------------------*/
.c-download:hover svg > g > g > path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-download:hover svg > g > path {
    fill: #50af87;
  }

  .c-download:hover svg > g > g > path {
    fill: #FFF;
  }
}
/*  
    c-link
---------------------------------*/
.c-link {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.73;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-link::before {
  position: absolute;
  top: 0.59em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #50af87;
  content: "";
}

.c-link img {
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  width: 1.5rem;
  margin-left: 0.8rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    color: #50af87;
  }
}
/*  
    c-section-title
---------------------------------*/
.c-section-title {
  position: relative;
  padding-bottom: 1em;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c-section-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: #50af87;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-section-title {
    padding-bottom: 0.5em;
    font-size: 2.2rem;
  }
}
/*  
    c-title
---------------------------------*/
.c-title {
  font-size: 2.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.8rem;
  }
}
/*  
    c-number-title
---------------------------------*/
.c-number-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  line-height: 1.5;
}

.c-number-title span {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  background-color: #212121;
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-number-title {
    font-size: 1.8rem;
  }

  .c-number-title span {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.5rem;
  }
}
/*  
    c-text
---------------------------------*/
.c-text {
  font-size: 1.5rem;
  line-height: 2.13;
}

@media screen and (max-width: 767px) {
  .c-text {
    line-height: 2;
  }
}
/*  
    c-modal
---------------------------------*/
.c-modal {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s ease-out;
  transition: opacity 0.5s, visibility 0.5s ease-out;
}

.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-modal__container {
  position: relative;
  z-index: 1;
  width: 54rem;
  max-width: 80%;
}

.c-modal__container.c-modal__container--lg {
  width: 73rem;
}

.c-modal__body {
  max-height: 80vh;
  overflow-y: auto;
  padding: 6rem 6.2rem 5.4rem;
  border-radius: 4px;
  background-color: #FFF;
}

.c-modal__title {
  font-size: 2rem;
  line-height: 1.5;
}

* + .c-modal__title {
  margin-top: 4rem;
}

.c-modal__title + .c-modal__text {
  margin-top: 1.4rem;
}

.c-modal__text a {
  text-decoration: underline;
  transition: color 0.3s;
}

.c-modal__list.p-list {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1rem;
}

.c-modal__list .p-list__item {
  padding: 0;
}

.c-modal__list .p-list__item + .p-list__item {
  margin-top: 1.7rem;
}

.c-modal__button {
  display: block;
  position: absolute;
  top: -4.6rem;
  right: 0;
  width: 3rem;
  height: 3rem;
}
.c-modal__button::before, .c-modal__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 2px;
  background-color: #FFF;
  content: "";
}
.c-modal__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__img {
  margin-top: 3rem;
}

@media (hover: hover) and (pointer: fine) {

  .c-modal__text a:hover {
    color: #50af87;
  }

}

@media screen and (max-width: 767px) {
  .c-modal__container {
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
    width: calc(100% - 48px);
    max-width: 60rem;
  }

  .c-modal__container.c-modal__container--lg {
    width: calc(100% - 48px);
  }

  .c-modal__body {
    max-height: 82vh;
    padding: 3.6rem 24px 3.8rem;
  }

  .c-modal__title {
    font-size: 1.8rem;
  }

  * + .c-modal__title {
    margin-top: 3.1rem;
  }

  .c-modal__text {
    line-height: 1.87;
  }

  .c-modal__title + .c-modal__text {
    margin-top: 0.5rem;
  }

  .c-modal__list.p-list {
    padding-top: 0;
  }

  .c-modal__button {
    top: -4.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-modal__button::before, .c-modal__button::after {
    width: 3.2rem;
  }
  .c-modal__img {
    margin-top: 2rem;
  }
}
/*  
    c-to-top
---------------------------------*/
.c-to-top {
  display: inline-block;
  position: fixed;
  right: 104px;
  bottom: 60px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #50af87;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease-out, background-color 0.3s;
  transition: opacity 0.3s, visibility 0.3s ease-out, background-color 0.3s;
}

.c-to-top.is-active {
  opacity: 1;
  visibility: visible;
}

.c-to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 1.2rem;
}

.c-to-top svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-to-top:hover {
    background-color: #50af87;
  }

  .c-to-top:hover svg path {
    fill: #FFF;
  }
}
@media screen and (max-width: 1200px) {
  .c-to-top {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-to-top {
    right: 24px;
    bottom: 84px;
    width: 4.2rem;
    height: 4.2rem;
    border-width: 1px;
  }

  .c-to-top svg {
    width: 0.8rem;
  }
}
/*  
    c-screen-reader-text
---------------------------------*/
.c-screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*---------------------------------

Project

---------------------------------*/
/*
    p-header
---------------------------------*/
.p-header {
  height: 8rem;
  background-color: #FFF;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding-left: 40px;
}

.p-header__logo {
  height: inherit;
}

.p-header__logo a {
  display: grid;
  place-items: center start;
  width: 47.7rem;
  height: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__nav {
  height: inherit;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #50af87;
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__item {
  height: inherit;
}

.p-header__item + .p-header__item {
  margin-left: 3.1rem;
}

.p-header__item a {
  display: inline-grid;
  place-items: center;
  position: relative;
  height: inherit;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-header__item a::after {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .p-header__logo a:hover {
    opacity: 0.7;
  }

  .p-header__item a:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1366px) {
  .p-header__inner {
    padding-left: 25px;
  }

  .p-header__logo a {
    width: 40rem;
  }

  .p-header__nav {
    padding-right: 25px;
    padding-left: 25px;
  }

  .p-header__item + .p-header__item {
    margin-left: 2.8rem;
  }

  .p-header__item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__logo a {
    width: 33rem;
  }
}
@media screen and (max-width: 960px) {
  .p-header__logo a {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 6rem;
  }

  .p-header__inner {
    padding-left: 16px;
  }

  .p-header__logo a {
    width: 15rem;
  }

  .p-header__hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
    width: 6rem;
    height: 6rem;
    background-color: #50af87;
  }

  .p-header__hamburger span {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.8rem;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-header__hamburger span:nth-child(1) {
    top: 2rem;
  }
  .p-header__hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-header__hamburger span:nth-child(3) {
    bottom: 2rem;
  }

  .p-header__hamburger.is-active {
    top: 25px;
    right: 10px;
    background-color: unset;
  }

  .p-header__hamburger.is-active span {
    width: 4.7rem;
    border-radius: 1px;
  }

  .p-header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
            transform: translate(-50%, -50%) rotate(-225deg);
  }

  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .p-header__hamburger.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }
}
/*
    p-drawer
---------------------------------*/
@media screen and (max-width: 767px) {
  .p-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background-color: #50af87;
    -webkit-transition: opacity 0.3s, visibility 0.3s ease-out;
    transition: opacity 0.3s, visibility 0.3s ease-out;
  }

  .p-drawer.is-open {
    opacity: 1;
    visibility: visible;
  }

  .p-drawer__inner {
    height: 100%;
    padding-top: 14rem;
    padding-bottom: 8rem;
    overflow-y: auto;
  }

  .p-drawer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 24px;
    padding-left: 24px;
  }

  .p-drawer__item + .p-drawer__item {
    margin-top: 4rem;
  }

  .p-drawer__item a {
    display: inline-block;
    position: relative;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
  }
  .p-drawer__item a::after {
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    content: "";
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-drawer__item a:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
    p-footer
---------------------------------*/
.p-footer {
  color: #FFF;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-footer__logo a {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__logo a span {
  margin-right: 0.5rem;
  font-size: 2.2rem;
  letter-spacing: 0;
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem -0.5rem -0.5rem 4.8rem;
}

.p-footer__item {
  margin-right: 1rem;
}

.p-footer__item a {
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-footer__item a::after {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: 2px;
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .p-footer__logo a:hover {
    opacity: 0.7;
  }

  .p-footer__item a:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
  }

  .p-footer__items {
    margin-top: 2.4rem;
    margin-left: 0;
  }

  .p-footer__item {
    margin-right: 1.7rem;
  }
}
/*
    p-fv
---------------------------------*/
.p-fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 49.2rem;
  transition: opacity 2s;
}

.p-fv__text.is-show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-fv__text {
    width: 80%;
    max-width: 49.2rem;
  }
}
/*
    p-section
---------------------------------*/
.p-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-section__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25rem;
  padding-right: 3rem;
}

.p-section__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-section__inner {
    display: block;
  }

  .p-section__heading {
    width: 100%;
    padding-right: 0;
  }

  .p-section__body {
    margin-top: 3.2rem;
  }
}
/*
    p-bg-type01
---------------------------------*/
.p-bg-type01 {
  background-color: #f5f7f6;
}

/*
    p-bg-type02
---------------------------------*/
.p-bg-type02 {
  background-color: #f5f7f6;
}

/*
    p-media
---------------------------------*/
.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-media__text-block {
  width: 37%;
  min-width: 26.4rem;
}

.p-media__button {
  margin-top: 3.1rem;
}

.p-media__img-block {
  width: 57%;
}

.p-media__img-block img {
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .p-media__text-block {
    width: 100%;
    min-width: unset;
    margin-top: 1.7rem;
  }

  .p-media__img-block {
    width: 100%;
  }

  .p-media__button {
    margin-top: 3.2rem;
  }
}
/*
    p-contents-block
---------------------------------*/
.p-contents-block {
  padding: 4.6rem 4.8rem 4.8rem;
  border-radius: 4px;
}

.p-contents-block__title + .p-contents-block__text {
  margin-top: 1.2rem;
}

.p-contents-block__sub-title {
  margin-top: 2.7rem;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-contents-block__title + .p-contents-block__sub-title {
  margin-top: 1.3rem;
}

.p-contents-block__list {
  margin-top: 2.2rem;
}

.p-contents-block__sub-title + .p-contents-block__list {
  margin-top: 1rem;
}

.p-contents-block__button {
  margin-top: 1.9rem;
}

.p-contents-block__annotation {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-contents-block__archive {
  margin-top: 4.4rem;
}

.p-contents-block.p-contents-block--has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contents-block__text-block {
  width: 67.8%;
}

.p-contents-block__img-block {
  width: 27%;
}

.p-contents-block__img-block img {
  border-radius: 4px;
}

.p-contents-block.p-contents-block--float .p-contents-block__text-block {
  float: left;
  width: 60.4%;
}

.p-contents-block.p-contents-block--float .p-contents-block__img-block {
  float: right;
  width: 37%;
}

.p-contents-block.p-contents-block--float .p-contents-block__archive {
  clear: both;
  padding-top: 4rem;
}

.p-contents-block.p-contents-block--no-padding {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-contents-block {
    padding: 0;
  }

  .p-contents-block + .p-contents-block {
    margin-top: 6.4rem;
    padding-top: 6rem;
    border-top: 1px solid #C7C7C7;
  }

  .p-contents-block__text {
    line-height: 1.87;
  }

  .p-contents-block__title + .p-contents-block__text {
    margin-top: 0.8rem;
  }

  .p-contents-block__sub-title {
    margin-top: 3.6rem;
    font-size: 1.7rem;
  }

  .p-contents-block__sub-title.p-contents-block__sub-title--sp-sm {
    margin-top: 0.7rem;
    font-size: 1.5rem;
    line-height: 1.87;
  }

  .p-contents-block__sub-title.p-contents-block__sub-title--sp-lg {
    font-size: 1.8rem;
  }

  .p-contents-block__list {
    margin-top: 3.4rem;
  }

  .p-contents-block__sub-title + .p-contents-block__list {
    margin-top: 1.5rem;
  }

  .p-contents-block__archive {
    margin-top: 4.1rem;
  }

  .p-contents-block.p-contents-block--has-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-contents-block.p-contents-block--has-img .p-contents-block__text-block {
    display: contents;
  }

  .p-contents-block.p-contents-block--has-img .p-contents-block__text-block > * {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .p-contents-block.p-contents-block--has-img .p-contents-block__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-contents-block.p-contents-block--has-img .p-contents-block__img-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 58%;
    margin: 2rem auto 1.2rem;
  }

  .p-contents-block.p-contents-block--float {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-contents-block.p-contents-block--float > * {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__text-block {
    display: contents;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__img-block {
    float: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__sub-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__button {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__annotation {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .p-contents-block.p-contents-block--float .p-contents-block__archive {
    padding-top: 0.4rem;
  }
}
/*
    p-button-list
---------------------------------*/
.p-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
}

.p-button-list__item {
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-button-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-button-list__item {
    padding: 0;
  }

  .p-button-list__item + .p-button-list__item {
    margin-top: 1.6rem;
  }
}
/*
    p-button-list02
---------------------------------*/
.p-button-list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-button-list02 {
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
}
/*
    p-list
---------------------------------*/
.p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.3rem;
  margin-bottom: -0.3rem;
  margin-left: -2.3rem;
}

.p-list__item {
  padding: 0.3rem 2.3rem;
}

@media screen and (max-width: 767px) {
  .p-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-list__item {
    padding: 0;
  }

  .p-list__item + .p-list__item {
    margin-top: 1.2rem;
  }
}
/*
    p-archive
---------------------------------*/
.p-archive__title {
  font-size: 1.7rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-archive__button-list {
  margin-top: 0.7rem;
}

.p-archive__annotation {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-archive__button-list {
    margin-top: 1.8rem;
  }
}
/*
    p-news
---------------------------------*/
.p-news {
  padding-bottom: 11rem;
}

.p-news__list {
  max-height: 17.7rem;
  overflow-y: auto;
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news__item + .p-news__item {
  margin-top: 1.6rem;
}

.p-news__detail + .p-news__item {
  margin-top: 1.6rem;
}

.p-news__term {
  width: 10.3rem;
  color: #50af87;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2.13;
}

.p-news__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.13;
}

_::-webkit-full-page-media, _:future, :root .p-news__description {
  padding-left: 2rem;
}

.p-news__description a,
.p-news__link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .p-news__description a:hover,
.p-news__link:hover {
    color: #50af87;
  }
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 7.2rem;
  }

  .p-news.p-section .p-section__body {
    margin-top: 2.3rem;
  }

  .p-news__list {
    max-height: 32rem;
  }

  .p-news__item {
    display: block;
  }

  .p-news__item + .p-news__item {
    margin-top: 2.6rem;
  }

  .p-news__detail + .p-news__item {
    margin-top: 2.6rem;
  }

  .p-news__term {
    width: 100%;
    font-size: 1.4rem;
  }

  .p-news__description {
    margin-top: 0.2rem;
    line-height: 1.87;
  }

  _::-webkit-full-page-media, _:future, :root .p-news__description {
    padding-left: 0;
  }
}
/*
    p-about
---------------------------------*/
.p-about__title {
  padding-top: 2.3rem;
}

@media screen and (max-width: 1200px) {
  .p-about__title {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-about__title {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 5.5rem;
  }
}
/*
    p-meeting
---------------------------------*/
.p-meeting__content {
  background-color: #f5f7f6;
}

.p-meeting__content + .p-meeting__content {
  margin-top: 4.7rem;
}

.p-meeting .p-list .p-list__item {
  min-width: 35.8rem;
}

@media screen and (max-width: 960px) {
  .p-meeting .p-list .p-list__item {
    min-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-meeting__content {
    background-color: unset;
  }

  .p-meeting__content + .p-meeting__content {
    margin-top: 6.4rem;
  }

  .p-meeting .p-list .p-list__item {
    min-width: unset;
  }
}
/*
    p-research
---------------------------------*/
.p-research__title {
  padding-top: 11rem;
}

.p-research__content {
  margin-top: 6.4rem;
  background-color: #FFF;
}

@media screen and (max-width: 1200px) {
  .p-research__title {
    padding-top: 9.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-research__title {
    padding-top: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-research__title {
    padding-top: 0;
  }

  .p-research__content {
    margin-top: 3.6rem;
    background-color: unset;
  }
}
/*
    p-bulletin
---------------------------------*/
.p-bulletin {
  padding-top: 16.6rem;
}

.p-bulletin__content.p-contents-block .p-contents-block__text-block {
  width: 66%;
}

.p-bulletin__content.p-contents-block .p-contents-block__img-block {
  width: 29.3%;
}

@media screen and (max-width: 767px) {
  .p-bulletin {
    padding-top: 7.5rem;
  }

  .p-bulletin__content.p-contents-block .p-contents-block__img-block {
    width: 58%;
    margin: 0 auto 1.5rem;
  }
}
/*
    p-application
---------------------------------*/
.p-application__content {
  padding: 5.6rem 6.4rem;
  border-radius: 4px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-application {
    padding-top: 5.4rem;
  }

  .p-application__content {
    padding: 0;
    background-color: unset;
  }
}
/*---------------------------------

Utility

---------------------------------*/
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}

   svg {
      fill: #50af87;
    }
     svg:hover {
      fill: #ffffff;
    } 
    .mb-20{
        margin-bottom: 20px;
    }
    .pc-on{
        display: block;
    }
    .sp-on{
        display: none;
    }
@media(max-width:767px){
    .pc-on{
        display: none;
    }
    .sp-on{
        display: block;
    }
}


/*
    言語学研究科用
---------------------------------*/
.p-bottom {
  padding-bottom: 0px !important;
}

.padding-bottom4{
  padding-bottom: 4rem ;
}

/*
    h4のスタイル
---------------------------------*/
.c-modal__sub__title{
  padding: 4rem 2rem 0 0;
}

/*
    listのスタイル
---------------------------------*/

.li_list{
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.73;
}

.li_list::before {
  position: absolute;
  top: 0.59em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #50af87;
  content: "";
}
.c-modal_list_ul{
  padding-bottom: 4rem;
}

.padding-top_2{
padding-top: 2rem;
}

.mt-15{
  margin-top: 15px;
}

.mb-15{
  margin-bottom: 15px;
}

.p-left15{
  padding-left: 15px;
}
.p-right15{
  padding-right: 15px;
}
.m-right15{
  margin-right: 15px;
}
.library-media{
  display: grid;
  grid-template-columns: 1.5fr 1.5fr;
}
@media(max-width:767px){
  .library-media{
    display: block;
  }
  .library-media img{
    width: 100%;
    margin-bottom: 15px;
  }
}

.library-button {
  margin: 50px;
  text-align: center;
}
.library-button a{
  border: 2px solid #50af87;
  padding: 10px;
  color: #50af87;
  background-color: #fff;
  border-radius: 4px;
}

.library-button a:hover{
  border: 2px solid #50af87;
  padding: 10px;
  color: #fff;
  background-color: #50af87;
}