@charset "UTF-8";
/**
 * @NOTE::変数を宣言する
 */
/**
 * @NOTE::関数、ミックスインを宣言する
 */
/**
 * PC用メディアクエリ
 */
/**
 * PC＋タブレット用メディアクエリ
 */
/**
 * タブレット用メディアクエリ
 */
/**
 * スマートフォン用メディアクエリ
 */
/**
 * スマートフォンランドスケープ用メディアクエリ
 */
/**
 * スマートフォン最小サイズ用メディアクエリ
 */
/**
 * パーセントでwidthを指定する
 *
 * @param $size      指定サイズ(px)
 * @param $baseWidth サイズ
 */
/**
 * パーセントでmax-widthを指定する
 *
 * @param $size      指定サイズ(px)
 * @param $baseWidth サイズ
 */
/**
 * vwを元にフォントサイズを指定する
 *
 * @param $font_size フォントサイズ
 */
/**
 * VW取得用関数
 *
 * @param $size     指定サイズ(px)
 * @param $viewport viewportサイズ
 */
/**
 * VH取得用関数
 *
 * @param $size     指定サイズ
 * @param $viewport viewportサイズ
 */
/**
 * widthに対してのpxでのパーセントを返す
 *
 * @param $size     指定サイズ
 * @param $viewport viewportサイズ
 */
/**
 * $baseに対してのパーセントを返す
 *
 * @param $size 指定サイズ
 * @param $base サイズ
 */
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
          box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
     tab-size: 4;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/**
 * @NOTE::サイト内のベースとなるものを宣言する
 */
html {
  -webkit-font-feature-settings: "palt";
  height: 100%;
          font-feature-settings: "palt";
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
    font-size: 1.33333vw;
  }
}

body {
  color: #191919;
  font-family: "メイリオ", "Meiryo", "MS ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    height: auto !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 8vw;
  }
}

body a {
  color: #191919;
  text-decoration: none;
}

body a:hover {
  color: #8FBF3E;
}

body a img:hover {
  opacity: 0.7;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

::before,
::after {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

/*
input,
textarea,
select {
  font-size: 16px;
  @include smartphone {
    @include fz_vw(26);
  }
  background-color: $formBaseLightGray;
}

table,
table tr,
table th,
table td {
  border-collapse: collapse;
}
*/
small {
  font-size: 100%;
}

.scroll-prevent {
  /*奥行きを管理*/
  z-index: -1;
  /*動き固定*/
  position: fixed;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.l-contents__bg--green {
  background-color: #F8FBF3;
}

.l-contents__wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-contents__wrapper {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-contents__wrapper {
    padding-right: 3.33333vw;
    padding-left: 3.33333vw;
  }
}

.l-contents__page-title {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-contents__page-title {
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .l-contents__page-title {
    height: 21.33333vw;
  }
}

.l-contents__page-title--red {
  background-color: #D7282D;
}

@media screen and (min-width: 768px) {
  .l-footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 17.33333vw;
  }
}

.l-footer__bg--green {
  background-color: #F8FBF3;
}

.l-footer__wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    padding-right: 3.33333vw;
    padding-left: 3.33333vw;
  }
}

.l-footer__copy {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer__copy {
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    height: 13.33333vw;
    font-size: 8px;
    line-height: 13.33333vw;
  }
}

.l-footer__fixed-nav {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.33333vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #8FBF3E;
}

.l-header {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header {
    z-index: 25;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
  }
}

.l-header__contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .l-header__contents {
    padding-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__contents {
    margin-top: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
}

.l-header__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-header__box--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
}

.l-header__nav {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-side-contents {
    width: 260px;
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  .l-side-contents {
    width: 100%;
  }
}

.l-under-contents {
  width: 100%;
}

.c-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-box__flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-box__inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-box__flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-box__flex--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-box__flex--justify-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-box__flex--justify-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-box__flex--justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-box__flex--direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-box__flex--align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-box--max {
  width: 100%;
}

.c-box__module-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-box__module-wrapper {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-box__module-wrapper {
    padding-right: 3.33333vw;
    padding-left: 3.33333vw;
  }
}

.c-button--text-white {
  color: #fff;
}

.c-button--text-white:hover {
  color: #fff;
}

.c-button--hover:hover {
  opacity: 0.7;
}

.c-button--footer-menu {
  width: 2.66667vw;
  height: 2.66667vw;
  background-color: #8FBF3E;
}

@media screen and (min-width: 768px) {
  .c-icon--white-large {
    width: 50px;
    height: 100%;
    border-left: dotted 1px #fff;
    background-image: url(../images/common/icon_arrow_white_pc.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .c-icon--white-large {
    width: 9.33333vw;
    height: 100%;
    border-left: dotted 1px #fff;
    background-image: url(../images/common/icon_arrow_white_sp.png);
    background-position: right 2.66667vw center;
    background-repeat: no-repeat;
    background-size: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .c-icon--white-small {
    width: 2.4vw;
    height: 1.86667vw;
    background-image: url(../images/common/icon_arrow_white_sp.png);
    background-position: right 3.33333vw center;
    background-repeat: no-repeat;
    background-size: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .c-icon--green-small {
    width: 2.4vw;
    height: 1.86667vw;
    background-image: url(../images/common/icon_arrow_green_sp.png);
    background-position: right 3.33333vw center;
    background-repeat: no-repeat;
    background-size: 2.4vw;
  }
}

.c-icon-category--blue {
  display: block;
  background-color: #299AD1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-icon-category--blue:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .c-icon-category--blue {
    width: 80px;
    height: 22px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-category--blue {
    width: 18.66667vw;
    height: 5.06667vw;
    border-radius: 0.53333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

.c-icon-category--orange {
  display: block;
  background-color: #EA5A24;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-icon-category--orange:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .c-icon-category--orange {
    width: 80px;
    height: 22px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-category--orange {
    width: 18.66667vw;
    height: 5.06667vw;
    border-radius: 0.53333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

.c-icon-category--purple {
  display: block;
  background-color: #9E005D;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-icon-category--purple:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .c-icon-category--purple {
    width: 80px;
    height: 22px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .c-icon-category--purple {
    width: 18.66667vw;
    height: 5.06667vw;
    border-radius: 0.53333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

@media screen and (max-width: 767px) {
  .c-line-dashed-1x2--lightGray {
    /* 横向きにのみ繰り返す */
    background-image: linear-gradient(to right, #B2B2B2, #B2B2B2 1px, transparent 1px, transparent 3px);
    /* グラデーションの幅・高さを指定 */
    background-position: left bottom;
    /* 背景の開始位置を指定 */
    background-repeat: repeat-x;
    background-size: 3px 1px;
    /* 幅2の線を作る */
  }
}

.c-line-dashed-1x2--green {
  /* 横向きにのみ繰り返す */
  background-image: linear-gradient(to right, #D2E5B2, #D2E5B2 1px, transparent 1px, transparent 3px);
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  background-size: 3px 1px;
  /* 幅2の線を作る */
}

.c-line-dashed-1x2--news {
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  background-size: 3px 1px;
  /* 横向きにのみ繰り返す */
}

@media screen and (min-width: 768px) {
  .c-line-dashed-1x2--news {
    background-image: linear-gradient(to right, #D2E5B2, #D2E5B2 1px, transparent 1px, transparent 3px);
    /* 幅2の線を作る */
  }
}

@media screen and (max-width: 767px) {
  .c-line-dashed-1x2--news {
    background-image: linear-gradient(to right, #B2B2B2, #B2B2B2 1px, transparent 1px, transparent 3px);
    /* 幅2の線を作る */
  }
}

@media screen and (min-width: 768px) {
  .c-padding-top--30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-title--top-large {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) {
  .c-title--large {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 58px;
    font-size: 24px;
    line-height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--large {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 9.86667vw;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 9.86667vw;
  }
}

@media screen and (max-width: 767px) {
  .c-title--long {
    height: auto;
    padding-bottom: 1.06667vw;
    line-height: 6.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title--medium {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--medium {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: auto;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 6.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-title--small {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--small {
    font-size: 26px;
    font-size: 3.46667vw;
  }
}

.c-title--page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  width: 100%;
  height: 190px;
}

@media screen and (min-width: 768px) {
  .c-title--page {
    font-size: 26px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--page {
    height: 21.33333vw;
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.c-title--page-sub {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .c-title--page-sub {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--page-sub {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 4.66667vw;
  }
}

.p-button--course {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-radius: 6px;
  background-color: #C24441;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.p-button--course:hover {
  color: #fff;
  opacity: 0.7;
}

.p-button--opencampus {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
}

.p-button--opencampus:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-button--opencampus {
    max-width: 600px;
    height: 60px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-radius: 6px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-button--opencampus {
    height: 13.33333vw;
    padding-top: 2.13333vw;
    padding-right: 2.66667vw;
    padding-bottom: 2.13333vw;
    padding-left: 2.66667vw;
    border-radius: 0.8vw;
    font-size: 26px;
    font-size: 3.46667vw;
  }
}

.p-button__insta {
  display: block;
  background-color: #8FBF3E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-button__insta:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-button__insta {
    width: 200px;
    height: 30px;
    padding-left: 35px;
    border-radius: 4px;
    background-image: url(../images/common/icon_insta.png);
    background-position: left 20px center;
    background-size: 15px;
    font-size: 12px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-button__insta {
    width: 49.06667vw;
    height: 7.33333vw;
    padding-left: 5.73333vw;
    border-radius: 0.53333vw;
    background-image: url(../images/common/icon_insta.png);
    background-position: left 5.33333vw center;
    background-size: 3.73333vw;
    font-size: 12px;
    line-height: 7.33333vw;
  }
}

.p-button__footer-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 260px;
  height: 60px;
  border: solid 1px #8FBF3E;
  border-radius: 6px;
  background-color: #fff;
}

.p-button__footer-btn:hover {
  color: #191919;
  opacity: 0.7;
}

.p-button__footer-btn--large {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 500px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #8FBF3E;
  border-radius: 6px;
  background-color: #fff;
  background-image: url(../images/common/icon_arrow_green_pc.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.p-button__footer-btn--large:hover {
  color: #191919;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-button__footer-btn--large {
    width: 55.46667vw;
    height: 13.33333vw;
    margin-bottom: 6.66667vw;
    border: solid 0.13333vw #8FBF3E;
    border-radius: 0.8vw;
    background-image: url(../images/common/icon_arrow_green_sp.png);
    background-position: right 2.66667vw center;
    background-repeat: no-repeat;
    background-size: 2.26667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.p-button__footer-btn--large-green {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #8FBF3E;
  color: white;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-button__footer-btn--large-green {
    width: 500px;
    height: 60px;
    border: solid 1px #fff;
    border-radius: 6px;
    background-image: url(../images/common/icon_arrow_white_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-button__footer-btn--large-green {
    width: 100%;
    height: 13.33333vw;
    margin-bottom: 16vw;
    border: solid 0.13333vw #fff;
    border-radius: 0.8vw;
    background-image: url(../images/common/icon_arrow_white_sp.png);
    background-position: right 2.66667vw center;
    background-repeat: no-repeat;
    background-size: 2.26667vw;
    font-size: 30px;
    font-size: 4vw;
  }
}

.p-button__footer-btn--large-green:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-button__line--small {
    width: 55.46667vw;
    height: 13.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-group {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-group {
    margin-bottom: 7.33333vw;
  }
}

.p-footer-group__title {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer-group__title {
    height: 92px;
    line-height: 92px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-group__title {
    margin-bottom: 6.66667vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 5.86667vw;
  }
}

.p-footer-group__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.p-footer-group__link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-footer-group__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-group__link {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.86667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-group__img {
    display: none;
  }
}

.p-footer-nav {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  color: #4C4C4C;
}

@media screen and (min-width: 768px) {
  .p-footer-nav {
    padding-top: 80px;
  }
}

.p-footer-nav__col {
  width: 251px;
}

.p-footer-nav__title {
  display: block;
  height: 55px;
  margin-bottom: 15px;
  border-bottom: solid 1px #8FBF3E;
  font-size: 13px;
  font-weight: bold;
  line-height: 55px;
}

.p-footer-nav__list {
  margin-bottom: 60px;
  font-size: 12px;
}

.p-footer-nav__sub-list {
  margin-bottom: 22px;
  text-indent: 1em;
}

.p-footer-info__company {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer-info__company {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-info__company {
    padding-top: 6.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-info__logo {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-info__logo {
    width: 88.26667vw;
    margin-bottom: 3.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-info__text {
    margin-bottom: 3.33333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-info__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    margin-bottom: 60px;
  }
}

.p-footer-info__contact-info {
  color: #8FBF3E;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-footer-info__contact-info {
    margin-right: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-info__contact-info {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 7.46667vw;
  }
}

.p-footer-info__contact-tel {
  color: #8FBF3E;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-footer-info__contact-tel {
    padding-left: 44px;
    background-image: url(../images/common/icon_tel.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 32px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-info__contact-tel {
    padding-left: 9.33333vw;
    background-image: url(../images/common/icon_tel.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 6.8vw;
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 6.93333vw;
  }
}

.p-footer-info__btn-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 560px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.p-header-announce {
  background-color: #FAFADC;
}

@media screen and (min-width: 768px) {
  .p-header-announce__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-announce__wrapper {
    padding-top: 3.33333vw;
    padding-bottom: 3.33333vw;
  }
}

.p-header-announce__contents {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  .p-header-announce__contents {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: solid 1px #D7282D;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-announce__contents {
    padding-top: 3.33333vw;
    padding-right: 2.66667vw;
    padding-bottom: 3.33333vw;
    padding-left: 2.66667vw;
    border: solid 1px #D7282D;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 4.53333vw;
  }
}

.p-header-nav__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-line-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
          justify-content: space-between;
  width: 100%;
  height: 82px;
}

.p-header-nav__list::before {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 1px;
  height: 30px;
  background-color: #B2B2B2;
  content: "";
}

.p-header-nav__item {
  position: relative;
  width: calc(100% / 6);
  text-align: center;
}

.p-header-nav__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: center;
  width: 100%;
  height: 82px;
  padding-right: 5px;
  padding-left: 5px;
  color: #4C4C4C;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.p-header-nav__link::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #B2B2B2;
  content: "";
}

.p-header-nav__sub-menu__wrapper {
  display: none;
  z-index: 999;
  position: absolute;
  top: 82px;
  right: -100%;
  left: -100%;
  width: 100vw;
  height: 400px;
  margin: auto;
  padding-top: 20px;
  background-color: #F8FBF3;
}

.p-header-nav__sub-menu__box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.p-header-nav__sub-menu__list {
  display: none;
  z-index: 999;
  position: absolute;
  top: 82px;
  left: 0;
}

.p-header-nav__sub-menu__item {
  display: block;
  border-bottom: solid 1px #DDECC5;
  text-align: left;
  white-space: nowrap;
}

.p-header-nav__sub-menu__item:last-child {
  border: none;
}

.p-header-nav__sub-menu__link {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #F8FBF3;
}

.p-header__job-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 12px;
}

.p-header__job-list__item::after {
  content: "・";
}

.p-header__job-list__item:last-child::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .p-header__title {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-header__title__logo {
    width: 100%;
    max-width: 459px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__title__logo {
    width: 58.93333vw;
    padding-right: 2.66667vw;
  }
}

.p-header__sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__sub-nav__item {
  height: 32px;
  margin-right: 30px;
}

.p-header__sub-nav__item:last-child {
  margin-right: 0;
}

.p-header__sub-nav__link {
  padding-left: 20px;
  background: url(../images/common/icon_arrow_green_pc.png) left center no-repeat;
  font-size: 12px;
}

.p-header__open-campus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-header__open-campus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__open-campus .p-header__open-campus__btn--red, .p-header__open-campus .p-header__open-campus__btn--green, .p-header__open-campus .p-smartphone-menu__open-campus__btn--red, .p-header__open-campus .p-smartphone-menu__open-campus__btn--green {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-header__open-campus .p-header__open-campus__btn--red:hover, .p-header__open-campus .p-header__open-campus__btn--green:hover, .p-header__open-campus .p-smartphone-menu__open-campus__btn--red:hover, .p-header__open-campus .p-smartphone-menu__open-campus__btn--green:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .p-header__open-campus .p-header__open-campus__btn--red, .p-header__open-campus .p-header__open-campus__btn--green, .p-header__open-campus .p-smartphone-menu__open-campus__btn--red, .p-header__open-campus .p-smartphone-menu__open-campus__btn--green {
    width: 100%;
    min-width: 224px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-header__open-campus .p-header__open-campus__btn--red, .p-header__open-campus .p-header__open-campus__btn--green, .p-header__open-campus .p-smartphone-menu__open-campus__btn--red, .p-header__open-campus .p-smartphone-menu__open-campus__btn--green {
    width: 20vw;
    height: 4vw;
    border-radius: 0.53333vw;
    font-size: 12px;
    font-size: 1.6vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-header__open-campus .p-header__open-campus__btn--red, .p-header__open-campus .p-header__open-campus__btn--green, .p-header__open-campus .p-smartphone-menu__open-campus__btn--red, .p-header__open-campus .p-smartphone-menu__open-campus__btn--green {
    width: 29.86667vw;
    height: 6.93333vw;
    border-radius: 0.53333vw;
    font-size: 19px;
    font-size: 2.53333vw;
    line-height: 6.93333vw;
  }
}

.p-header__open-campus__btn--red {
  background-color: #D7282D;
}

@media screen and (min-width: 768px) {
  .p-header__open-campus__btn--red {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__open-campus__btn--red {
    margin-bottom: 0.93333vw;
  }
}

.p-header__open-campus__btn--green {
  background-color: #06C755;
}

.p-nav-course--primary {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #DDECC5;
}

.p-nav-course__box {
  width: 100%;
  max-width: 235px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.p-nav-course__box:first-child {
  margin-left: 0;
}

.p-nav-course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.p-nav-course__link {
  padding-left: 6px;
}

.p-nav-course__link--large {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
}

.p-news-event-post__header {
  margin-bottom: 30px;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 768px) {
  .p-news-event-post__header {
    padding-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__header {
    padding-top: 6.66667vw;
  }
}

.p-news-event-post__title {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-news-event-post__title {
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 35px;
    font-size: 30px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__title {
    margin-bottom: 2.4vw;
    padding-top: 3.73333vw;
    padding-bottom: 3.06667vw;
    font-size: 35px;
    font-size: 4.66667vw;
    line-height: 8vw;
  }
}

.p-news-event-post__date {
  color: #666666;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-news-event-post__date {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__date {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}

.p-news-event-post__category--blue {
  display: block;
  background-color: #299AD1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-news-event-post__category--blue:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-news-event-post__category--blue {
    width: 140px;
    height: 38px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__category--blue {
    width: 18.66667vw;
    height: 5.06667vw;
    border-radius: 0.53333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

.p-news-event-post__category--orange {
  display: block;
  background-color: #EA5A24;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-news-event-post__category--orange:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-news-event-post__category--orange {
    width: 140px;
    height: 38px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__category--orange {
    width: 18.66667vw;
    height: 5.06667vw;
    border-radius: 0.53333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

.p-news-event-post__category--purple {
  display: block;
  background-color: #9E005D;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-news-event-post__category--purple:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-news-event-post__category--purple {
    width: 140px;
    height: 38px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__category--purple {
    width: 18.66667vw;
    height: 5.06667vw;
    border-radius: 0.53333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-event-post__contents {
    margin-bottom: 260px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-news-event-post__contents p{
    margin-bottom: 1em;
	font-size: 16px;
	line-height: 2.2;
  }
  .p-news-event-post__contents .wp-block-image{
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-post__contents {
    margin-bottom: 30.66667vw;
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
  .p-news-event-post__contents p{
    margin-bottom: 1em;
	font-size: 12px;
	line-height: 2;
  }
  .p-news-event-post__contents .wp-block-image{
    margin-bottom: 1em;
  }
}

.p-news-event__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-news-event__wrapper {
    max-width: 900px;
    padding-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event__wrapper {
    padding-top: 4.53333vw;
  }
}

.p-news-event-header__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-news-event-header__list {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-header__list {
    margin-bottom: 0.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-event-header__item {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-header__item {
    margin-right: 3.73333vw;
    margin-left: 3.73333vw;
  }
}

.p-news-event-header__link {
  display: block;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-news-event-header__link {
    width: 70px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event-header__link {
    width: 13.33333vw;
    height: 12vw;
    font-size: 30px;
    font-size: 4vw;
    line-height: 12vw;
  }
}

.p-news-event-header__link:hover {
  color: #D7282D;
}

.p-news-event-header__link--active {
  border-bottom: solid 5px #8FBF3E;
  color: #D7282D;
}

.p-news-event__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-news-event__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event__list {
    margin-bottom: 13.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-event__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    width: 100%;
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            justify-content: center;
    padding-top: 4vw;
    padding-right: 4vw;
    padding-bottom: 2.4vw;
    padding-left: 4vw;
  }
}

.p-news-event__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-news-event__info {
    margin-right: 22px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event__info {
    height: 5.06667vw;
    margin-right: 22px;
    margin-bottom: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .p-news-event__date {
    margin-right: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event__date {
    margin-right: 2.13333vw;
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.p-news-event__lead {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-news-event__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-event__lead {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    width: 660px;
    height: 300px;
    padding-top: 39px;
    padding-right: 40px;
    padding-left: 40px;
    background-image: url(../images/common/bg_open-campus_event-date_pc.jpg);
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    width: 100%;
    height: 42.4vw;
    padding-top: 5.33333vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    background-image: url(../images/common/bg_open-campus_event-date_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.p-open-campus-event-date__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__title {
    height: 35px;
    margin-bottom: 26px;
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__title {
    height: 5.6vw;
    margin-bottom: 3.2vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 5.6vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__title--small {
    margin-right: 14px;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__title--small {
    margin-right: 2.66667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.p-open-campus-event-date__box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__box {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__box {
    margin-bottom: 1.33333vw;
  }
}

.p-open-campus-event-date__date {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: baseline;
          justify-content: center;
  background-color: #191919;
  color: #F0E650;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__date {
    width: 330px;
    height: 110px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 10px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__date {
    width: 46.66667vw;
    height: 15.46667vw;
    margin-right: 0.66667vw;
    margin-left: 0.66667vw;
    padding-top: 1.33333vw;
    padding-bottom: 1.33333vw;
    border-radius: 0.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__date-month {
    font-size: 90px;
    line-height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__date-month {
    font-size: 70px;
    font-size: 9.33333vw;
    line-height: 12.8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__date-day {
    font-size: 120px;
    line-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__date-day {
    font-size: 96px;
    font-size: 12.8vw;
    line-height: 12.8vw;
  }
}

.p-open-campus-event-date__year {
  background-color: #191919;
  color: #F0E650;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__year {
    width: 120px;
    height: 50px;
    border-radius: 4px;
    font-size: 35px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__year {
    width: 17.33333vw;
    height: 6.93333vw;
    border-radius: 0.53333vw;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 6.93333vw;
  }
}

.p-open-campus-event-date__week {
  background-color: #191919;
  color: #F0E650;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__week {
    width: 120px;
    height: 50px;
    border-radius: 4px;
    font-size: 35px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__week {
    width: 17.33333vw;
    height: 6.93333vw;
    border-radius: 0.53333vw;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 6.93333vw;
  }
}

.p-open-campus-event-date__time {
  background-color: #191919;
  color: #F0E650;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-event-date__time {
    width: 580px;
    height: 40px;
    border-radius: 4px;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-event-date__time {
    width: 82.4vw;
    height: 5.6vw;
    border-radius: 0.53333vw;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 5.6vw;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus__mv-image {
    width: 100vw;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
  }
}

.p-open-campus__memo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus__memo {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus__memo {
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus__memo-title {
    height: 56px;
    margin-bottom: 35px;
    padding-top: 15px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus__memo-title {
    width: 100%;
    height: 12vw;
    margin-bottom: 6.66667vw;
    padding-top: 3.46667vw;
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 6.4vw;
    text-align: center;
  }
}

.p-open-campus__memo-contents {
  line-height: 1.5em;
  /*text-align: center;*/
}
.p-open-campus__memo-contents p{
  margin-bottom: 1em;
  line-height: 2.5;
}
.p-open-campus__memo-contents .u-margin-bottom--10 {
  margin-bottom: 10px !important;
}
.p-open-campus__memo-contents-bottom{
  text-align: center;
}
.p-open-campus__memo-contents-bottom p{
  line-height: inherit;
}
.p-open-campus__memo__list {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-open-campus__memo__list {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus__memo__list {
    margin-bottom: 5.33333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 4.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus__memo-sub-title {
    width: 600px;
    height: 53px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 25px;
    border-bottom: solid 1px #DDECC5;
    font-size: 25px;
    line-height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus__memo-sub-title {
    height: 8.66667vw;
    border-bottom: solid 1px #DDECC5;
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.p-open-campus__event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-open-campus__event {
    padding-bottom: 5.33333vw;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus__event-btn {
    width: 55.46667vw;
  }
}

.p-open-campus-about {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-open-campus-about {
    padding-bottom: 5.33333vw;
  }
}

.p-open-campus-about__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-open-campus-about__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-about__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-about__item {
    width: calc((100% - 30vw) / 4);
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-about__item {
    width: calc((100% - 4.8vw) / 2);
    margin-bottom: 10px;
  }
}

.p-open-campus-about__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-about__text {
    height: 60px;
    border-radius: 0 0 6px 6px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-about__text {
    height: 60px;
    border-radius: 0 0 6px 6px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-about__img {
    margin-bottom: 4.66667vw;
  }
}

.p-open-campus-about__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-about__title {
    height: 65px;
    margin-bottom: 30px;
    padding-top: 37px;
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 65px;
  }
  .p-open-campus-about__title:after {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #8FBF3E;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-about__title {
    height: 23.2vw;
    margin-bottom: 4vw;
    font-size: 40px;
    font-size: 5.33333vw;
  }
  .p-open-campus-about__title:after {
    position: absolute;
    bottom: 0;
    width: 21.33333vw;
    height: 1px;
    background-color: #8FBF3E;
    content: "";
  }
}

.p-open-campus-about__sub-title {
  margin-bottom: 9.33333vw;
  color: #8FBF3E;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-about__sub-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow {
    padding-bottom: 5.33333vw;
  }
}

.p-open-campus-flow__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__item {
    width: calc((100% - 10.66667vw) / 3);
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__item {
    width: 100%;
    margin-bottom: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__img img {
    width: 100%;
  }
}

.p-open-campus-flow__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__title {
    height: 65px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 65px;
  }
  .p-open-campus-flow__title:after {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #8FBF3E;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__title {
    height: 23.2vw;
    margin-bottom: 4vw;
    font-size: 40px;
    font-size: 5.33333vw;
  }
  .p-open-campus-flow__title:after {
    position: absolute;
    bottom: 0;
    width: 21.33333vw;
    height: 1px;
    background-color: #8FBF3E;
    content: "";
  }
}

.p-open-campus-flow__sub-title {
  background-color: #C24441;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__sub-title {
    width: 200px;
    height: 40px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    border-radius: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__sub-title {
    width: 42.66667vw;
    height: 8.53333vw;
    margin-right: auto;
    margin-bottom: 2.66667vw;
    margin-left: auto;
    border-radius: 4.26667vw;
    line-height: 8.53333vw;
  }
}

.p-open-campus-flow__info {
  margin-bottom: 6.66667vw;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__info {
    text-align: left;
  }
}

.p-open-campus-flow__movie {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  height: 315px;
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.p-open-campus-flow__youtube-box {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 315px;
  height: auto;
  padding-top: 56.25%;
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__youtube-box {
    margin-bottom: 4vw;
  }
}

.p-open-campus-flow__youtube-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__youtube-frame {
    max-width: 560px;
    max-height: 315px;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 500px;
    max-height: 105px;
    margin-top: auto;
    margin-left: 60px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
  }
}

.p-open-campus-flow__fearture {
  width: 100%;
}

.p-open-campus-flow__fearture__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}

.p-open-campus-flow__fearture__iteme {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-flow__fearture__iteme {
    width: 272px;
    height: 60px;
    border-radius: 6px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-flow__fearture__iteme {
    width: 46.26667vw;
    height: getvh(80);
    margin-bottom: 0.8vw;
    border-radius: 0.8vw;
    line-height: 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-access {
    position: relative;
    height: 400px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-access {
    position: relative;
    width: 100vw;
    height: 40vw;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 12vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .p-open-campus-access iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-reserve {
    position: relative;
    width: 100%;
    height: 240px;
    margin-bottom: 50px;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-reserve {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 6.66667vw;
    padding-top: 10.66667vw;
    padding-right: 6.66667vw;
    padding-bottom: 6.66667vw;
    padding-left: 6.66667vw;
    border: solid 0.13333vw #8FBF3E;
    border-radius: 0.8vw;
  }
}

.p-open-campus-reserve__title {
  position: absolute;
  background-color: #ffffff;
  color: #8FBF3E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-open-campus-reserve__title {
    top: -15px;
    left: calc(50% - 105px);
    width: 210px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-reserve__title {
    top: -3.2vw;
    left: calc(50% - 33.33333vw);
    width: 66.66667vw;
    height: get_h(48);
    line-height: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .p-open-campus-reserve__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-reserve__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    height: 100%;
  }
}

.p-open-campus-reserve__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  background-color: #8FBF3E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-open-campus-reserve__link:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-open-campus-reserve__link {
    width: 300px;
    height: 80px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 6px;
    background-image: url(../images/common/icon_arrow_white_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-reserve__link {
    width: 80vw;
    height: 13.33333vw;
    border-radius: 0.8vw;
    background-image: url(../images/common/icon_arrow_white_sp.png);
    background-position: right 2.66667vw center;
    background-repeat: no-repeat;
    background-size: 2.26667vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 4.53333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-open-campus-reserve__item {
    margin-bottom: 2.66667vw;
  }
  .p-open-campus-reserve__item:last-child {
    margin-bottom: 0;
  }
}

.p-open-campus-reserve__footer-box {
  padding-bottom: 24vw;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-open-campus-reserve__footer-box {
    line-height: gewt_vh(24);
    text-align: left;
  }
}

.p-open-campus-reserve__footer-box__btn-box {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-pagination {
    margin-bottom: 280px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagination {
    margin-bottom: 37.33333vw;
  }
}

.p-pagination__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-pagination__item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__item {
    margin-right: 1.6vw;
    margin-left: 1.6vw;
  }
}

.p-pagination__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-pagination__link {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__link {
    height: 3.2vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}

.p-pagination__link:hover {
  border-bottom: solid 1px #191919;
  color: #191919;
}

.p-pagination__link--border {
  border-bottom: solid 1px #191919;
}

.p-pagination__text {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-pagination__text {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagination__text {
    height: 3.2vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
}

.p-side-fixed-nav {
  z-index: 30;
  position: fixed;
  top: 20%;
  right: 0;
}

.p-slider {
  position: relative;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .p-slider {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-slider__image {
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .p-slider__image {
    width: 80vw;
    height: 40vw;
  }
}

.p-slider__button {
  font-size: 0;
  cursor: pointer;
}

.p-slider__button--next {
  position: absolute;
  top: calc(50% - 20px);
  right: calc((100% - 840px) / 2);
  width: 40px;
  height: 40px;
  background: url(../images/top/pc_btn_slider_next.png) left top no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-slider__button--next {
    top: 16vw;
    right: 6.66667vw;
    width: 40px;
    height: 40px;
    background: url(../images/top/sp_btn_slider_next.png) left top no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .p-slider__button--next {
    top: 16vw;
    right: 6.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
    background: url(../images/top/sp_btn_slider_next.png) left top no-repeat;
    background-size: contain;
  }
}

.p-slider__button--prev {
  z-index: 20;
  position: absolute;
  top: calc(50% - 20px);
  left: calc((100% - 840px) / 2);
  width: 40px;
  height: 40px;
  background: url(../images/top/pc_btn_slider_prev.png) left top no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-slider__button--prev {
    top: 16vw;
    left: 6.66667vw;
    width: 40px;
    height: 40px;
    background: url(../images/top/sp_btn_slider_prev.png) left top no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .p-slider__button--prev {
    top: 16vw;
    left: 6.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
    background: url(../images/top/sp_btn_slider_prev.png) left top no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-link-slider__list .slick-track {
    left: -141px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-link-slider__list .slick-track {
    left: -22.13333vw;
  }
}

.p-smartphone-fixed-nav__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  height: 9.33333vw;
}

.p-smartphone-fixed-nav__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: calc(100% / 5);
  height: 9.33333vw;
  border-right: solid 0.13333vw #fff;
}

.p-smartphone-fixed-nav__item:last-child {
  border-right: none;
}

.p-smartphone-fixed-nav__link {
  font-size: 22px;
  font-size: 2.93333vw;
  line-height: 3.46667vw;
  text-align: center;
}

.p-smartphone-fixed-nav__link:hover {
  color: #fff;
}

.p-smartphone-fixed-nav__icon-line {
  position: absolute;
  top: -0.66667vw;
  left: 4.53333vw;
  width: 10.66667vw;
}

.p-smartphone-menu {
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 17.33333vw;
  padding-bottom: 17.33333vw;
  overflow: auto;
  background-color: #fff;
  cursor: pointer;
}

.p-smartphone-menu__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  height: 13.33333vw;
}

.p-smartphone-menu__open-campus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-smartphone-menu__open-campus .p-header__open-campus__btn--red, .p-smartphone-menu__open-campus .p-header__open-campus__btn--green, .p-smartphone-menu__open-campus .p-smartphone-menu__open-campus__btn--red, .p-smartphone-menu__open-campus .p-smartphone-menu__open-campus__btn--green {
  width: 50%;
  height: 13.33333vw;
  color: #fff;
  font-size: 22px;
  font-size: 2.93333vw;
  font-weight: bold;
  line-height: 13.33333vw;
  text-align: center;
}

.p-smartphone-menu__open-campus__btn--red {
  background-color: #D7282D;
}

@media screen and (min-width: 768px) {
  .p-smartphone-menu__open-campus__btn--red {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-smartphone-menu__open-campus__btn--red {
    margin-bottom: 0.93333vw;
  }
}

.p-smartphone-menu__open-campus__btn--green {
  background-color: #06C755;
}

.p-smartphone-menu__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  height: 13.33333vw;
  padding-right: 6.66667vw;
  padding-left: 6.13333vw;
  /* 横向きにのみ繰り返す */
  background-image: linear-gradient(to right, #B2B2B2, #B2B2B2 1px, transparent 1px, transparent 3px);
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  background-size: 3px 1px;
  font-size: 27px;
  font-size: 3.6vw;
  font-weight: normal;
  /* 幅2の線を作る */
}

.p-smartphone-menu__title.open {
  color: #8FBF3E;
}

.p-smartphone-menu__inner-list {
  display: none;
  color: #8FBF3E;
}

.p-smartphone-menu__inner-item {
  padding-left: 6.13333vw;
  /* 横向きにのみ繰り返す */
  background-image: linear-gradient(to right, #B2B2B2, #B2B2B2 1px, transparent 1px, transparent 3px);
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  background-size: 3px 1px;
  /* 幅2の線を作る */
}

.p-smartphone-menu .p-smartphone-menu__inner-link, .p-smartphone-menu .p-smartphone-menu__inner-link--sub {
  display: block;
  height: 13.33333vw;
  color: #8FBF3E;
  font-size: 27px;
  font-size: 3.6vw;
  line-height: 13.33333vw;
}

.p-smartphone-menu__inner-link--sub {
  text-indent: 1em;
}

.p-smartphone-menu__title:after {
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  position: absolute;
  top: 4vw;
  right: 6.66667vw;
  width: 5.33333vw;
  height: 5.33333vw;
  border-radius: 50%;
  background-color: #8FBF3E;
  background-image: url(../images/common/btn_open_small.png);
  background-position: 50%;
  background-size: 2.66667vw;
  content: "";
  transition: all 0.2s ease-in-out;
}

.p-smartphone-menu__title.open:after {
  background-image: url(../images/common/btn_close_small.png);
}

.p-smartphone-menu__btn {
  width: 10.66667vw;
}

.p-top-title--large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-title--large {
    height: 135px;
    margin-bottom: 15px;
  }
  .p-top-title--large:after {
    position: absolute;
    bottom: 35px;
    width: 100px;
    height: 1px;
    background-color: #8FBF3E;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-top-title--large {
    height: 13.73333vw;
    margin-bottom: 4vw;
    font-size: 40px;
    font-size: 5.33333vw;
  }
  .p-top-title--large:after {
    position: absolute;
    bottom: 0;
    width: 21.33333vw;
    height: 1px;
    background-color: #8FBF3E;
    content: "";
  }
}

.p-top-pickup-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-pickup-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-top-pickup-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-pickup-news__title {
  background-color: #8FBF3E;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-top-pickup-news__title {
    width: 180px;
    height: 50px;
    margin-right: 10px;
    border-radius: 6px;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-pickup-news__title {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 6px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-pickup-news__title {
    width: 100%;
    height: 8vw;
    margin-bottom: 0.66667vw;
    border-radius: 0.8vw;
    line-height: 8vw;
  }
}

.p-top-pickup-news__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  background-color: #F8FBF3;
}

@media screen and (min-width: 1024px) {
  .p-top-pickup-news__contents {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 910px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 30px;
    border-radius: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-pickup-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -ms-flex-preferred-size: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
        flex-basis: auto;
            flex-direction: column;
            align-items: flex-start;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 30px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-pickup-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -ms-flex-preferred-size: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
        flex-basis: auto;
            flex-direction: column;
            align-items: flex-start;
    padding-top: 1.33333vw;
    padding-right: 0;
    padding-bottom: 1.33333vw;
    padding-left: 2.93333vw;
    border-radius: 0.8vw;
  }
}

.p-top-pickup-news__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-top-pickup-news__info {
    width: 180px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-pickup-news__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pickup-news__date {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-pickup-news__date {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.p-top-pickup-news__lead {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .p-top-pickup-news__lead {
    width: 680px;
    max-width: 100%;
    padding-right: 40px;
    background-image: url(../images/common/icon_arrow_green_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-pickup-news__lead {
    width: 100%;
    padding-right: 40px;
    background-image: url(../images/common/icon_arrow_green_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-top-pickup-news__lead {
    width: 100%;
    padding-right: 5.33333vw;
    background-image: url(../images/common/icon_arrow_green_sp.png);
    background-position: right 2.93333vw center;
    background-repeat: no-repeat;
    background-size: 2vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.p-top-news {
  padding: 4vw 0;
}
.p-top-news__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 50px 0;
  }
  .p-top-news__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-news__list::after {
    content:"";
    width: 230px;
	height: 0;
  }
  .p-top-news__list::before {
    content:"";
    width: 230px;
	height: 0;
    order: 1; 
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__item {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__item {
    margin-bottom: 1.33333vw;
    padding-bottom: 1.33333vw;
	width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__image-box {
    width: 230px;
    height: 208px;
    margin-bottom: 15px;
	margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__image-box {
    width: 29.33333vw;
    height: 24vw;
    margin-right: 1.33333vw;
  }
}

.p-top-news__image-box img {
  -o-object-fit: contain;
  -o-object-position: top;
  width: 100%;
  height: 100%;
     object-fit: contain;
     object-position: top;
}

@media screen and (max-width: 767px) {
  .p-top-news__text {
    height: 24vw;
    padding-top: 1.33333vw;
    padding-right: 1.33333vw;
    padding-bottom: 1.33333vw;
    padding-left: 1.33333vw;
  }
}

.p-top-news__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-top-news__info {
    width: 230px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
    max-width-bottom: 2vw;
            align-items: center;
    width: 37.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__date {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__date {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.p-top-news__lead {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-top-news__lead {
    overflow: hidden;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 768px) {
  .p-top-open-campus {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-open-campus {
    padding-top: 4vw;
    padding-bottom: 6.66667vw;
  }
}

.p-top-open-campus__title {
  color: #DB3D42;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-open-campus__title {
    margin-bottom: 25px;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-open-campus__title {
    margin-bottom: 4vw;
    font-size: 60px;
    font-size: 8vw;
  }
}

.p-top-open-campus__title--small {
  letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
  .p-top-open-campus__title--small {
    margin-bottom: 10px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-open-campus__title--small {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.p-top-open-campus__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-top-open-campus__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-open-campus__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-course {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-course {
    padding-bottom: 6.66667vw;
  }
}

.p-top-course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-top-course__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-course__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 4vw;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-top-course__item {
    width: calc((100% - 4px) / 3);
  }
}

.p-top-about {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-about {
    padding-bottom: 5.33333vw;
  }
}

.p-top-about__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-top-about__list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__list {
    margin-bottom: 9.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__item {
    width: calc((100% - 60px) / 4);
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}

.p-top-about__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  background-color: #8FBF3E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-about__text {
    height: 60px;
    border-radius: 0 0 6px 6px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__text {
    height: 60px;
    border-radius: 0 0 0.8vw 0.8vw;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 3.46667vw;
  }
}

.p-top-about__message-link {
  display: block;
  position: relative;
}

.p-top-about__message-link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-top-about__message-link {
    width: 620px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(../images/common/icon_arrow_green_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__message-link {
    width: 100%;
    height: 21.33333vw;
    margin-right: 0;
    margin-left: 0;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(../images/common/icon_arrow_green_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__message-link__title {
    position: absolute;
    top: 12px;
    left: calc(50% - 132px);
    width: 264px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__message-link__title {
    position: absolute;
    top: 2.53333vw;
    left: calc(50% - 28.13333vw);
    width: 56.26667vw;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__message-link__title--sub {
    position: absolute;
    top: -10px;
    left: -40px;
    width: 168;
    height: 86px;
  }
  .p-top-about__message-link__title--sub:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__message-link__title--sub {
    position: absolute;
    top: -8vw;
    left: 1.33333vw;
    width: 35.6vw;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-link-slider {
    margin-bottom: 94px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-link-slider {
    margin-bottom: 13.33333vw;
  }
}

.p-top-link-slider__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.p-top-link-slider__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  background-color: #1482AA;
  color: #fff;
  font-weight: bold;
}

.p-top-link-slider__link:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-top-link-slider__link {
    width: 272px;
    height: 100px;
    margin-right: 4px;
    border-radius: 6px;
    background-image: url(../images/common/icon_arrow_white_pc.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-top-link-slider__link {
    width: 43.46667vw;
    height: 17.33333vw;
    margin-right: 0.4vw;
    margin-left: 0.4vw;
    border-radius: 0.8vw;
    background-image: url(../images/common/icon_arrow_white_sp.png);
    background-position: right 2.66667vw center;
    background-repeat: no-repeat;
    background-size: 2.4vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 4.53333vw;
  }
}

.p-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13.33333vw;
  }
}

.p-top-info-news {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-info-news {
    width: 100%;
    /* max-width: 338px; */
    max-width: 467px;
    /* margin-right: 10px; */
    margin-right: 14px;
    padding-top: 60px;
    padding-right: 22px;
    padding-bottom: 50px;
    padding-left: 22px;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
  }
  
}

@media screen and (max-width: 767px) {
  .p-top-info-news {
    width: 100%;
    margin-bottom: 10.66667vw;
    padding-top: 9.33333vw;
    padding-right: 8vw;
    padding-bottom: 8vw;
    padding-left: 8vw;
    border: solid 0.13333vw #8FBF3E;
    border-radius: 0.8vw;
  }
}

.p-top-info-news__title {
  position: absolute;
  background-color: #ffffff;
  color: #8FBF3E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-info-news__title {
    top: -15px;
    left: calc(50% - 105px);
    width: 210px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__title {
    top: -15px;
    left: 24.26667vw;
    width: 44.8vw;
    height: get_h(48);
    line-height: 3get_vh 48;
  }
}

.p-top-info-news__text {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-info-news__text {
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .p-top-info-news ul li:first-child .p-top-info-news__text {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column;
            align-items: flex-start;
    height: 26.66667vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: dashed 0.13333vw #B2B2B2;
  }
}

.p-top-info-news__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .p-top-info-news__info {
    width: 180px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
    max-width-bottom: 2vw;
            align-items: center;
    width: 37.33333vw;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-info-news__date {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__date {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.p-top-info-news__lead {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-info-news__lead {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__lead {
    overflow: hidden;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    text-overflow: ellipsis;
  }
}

.p-top-info-insta {
  position: relative;
}
.p-top-info-insta .insta_box_wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4.6em;
  padding: 0 2px;
}
.p-top-info-insta .p-top-info-insta__subtitle {
  font-weight: normal;
  color: #191919;
  text-align: center;
}
.p-top-info-insta .p-top-info-insta__subtitle::after {
  content: "";
  display: block;
  width: 5.7em;
  height: 1px;
  background-color: #8FBF3E;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .p-top-info-insta {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 29px;
    border: solid 1px #8FBF3E;
    border-radius: 6px;
  }
  .p-top-info-insta .insta_box_wrap {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    column-gap: clamp(1em,2.6vw,40px);
    row-gap: 45px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-insta {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 6.66667vw;
    border: solid 0.13333vw #8FBF3E;
    border-radius: 0.8vw;
  }
}

.p-top-info-insta__title {
  position: absolute;
  background-color: #ffffff;
  color: #8FBF3E;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-info-insta__title {
    top: -15px;
    left: calc(50% - 125px);
    width: 250px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-insta__title {
    top: -15px;
    left: 24.26667vw;
    width: 44.8vw;
    height: get_h(48);
    line-height: 3get_vh 48;
  }
}

.p-top-info-insta__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-top-info-insta__list {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-insta__list {
    margin-bottom: 3.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-info-insta__item {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
  }
  #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    margin-top: 17px;
　}
}

@media screen and (max-width: 767px) {
  .p-top-info-insta__item {
    width: 25.73333vw;
    height: 25.73333vw;
    margin-top: 0.66667vw;
    margin-right: 0.66667vw;
    margin-bottom: 0.66667vw;
    margin-left: 0.66667vw;
  }
  .p-top-info-insta__item img {
    width: 100%;
  }
  #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    margin-top: 3em;
　}
}

.p-topic-path__list {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-topic-path__list {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-topic-path__list {
    padding-border-bottom: 1.73333vw;
    padding-top: 1.73333vw;
  }
}

.p-topic-path__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-topic-path__item {
    height: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-topic-path__item {
    height: 5.33333vw;
    font-size: 14px;
    font-size: 1.86667vw;
    line-height: 5.33333vw;
  }
}

.p-topic-path__item:after {
  text-align: center;
  content: '>';
}

@media screen and (min-width: 768px) {
  .p-topic-path__item:after {
    width: 30px;
    height: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-topic-path__item:after {
    width: 5.33333vw;
  }
}

.p-topic-path__item:last-child::after {
  content: none;
}

.p-topic-path__link {
  display: block;
}

.c-color__bg--yellow {
  background-color: #FAFA32;
}

.c-color__bg--orange {
  background-color: #EA5A24;
}

.c-color__bg--blue {
  background-color: #29A4DB;
}

.c-color__bg--green {
  background-color: #85BF3F;
}

.u-display--block {
  display: block;
}

.u-display--none {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-display-pc--none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-display-smartphone--none {
    display: none;
  }
}

.u-image--max {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .u-image-smartphone--max {
    max-width: 100%;
    height: auto;
  }
}

.u-image--half {
  zoom: 0.5;
}

.u-image--baseline {
  vertical-align: baseline;
}

.u-image--middle {
  vertical-align: middle;
}

.u-image--text-top {
  vertical-align: text-top;
}

.u-margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-margin-auto--right {
  margin-right: auto;
}

.u-margin-auto--left {
  margin-left: auto;
}

.u-margin-none {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .u-margin-top--5 {
    margin-top: 5px;
  }
  .u-margin-top--10 {
    margin-top: 10px;
  }
  .u-margin-top--14 {
    margin-top: 14px;
  }
  .u-margin-top--18 {
    margin-top: 18px;
  }
  .u-margin-top--20 {
    margin-top: 20px;
  }
  .u-margin-top--28 {
    margin-top: 28px;
  }
  .u-margin-top--32 {
    margin-top: 32px;
  }
  .u-margin-top--40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-margin-right--4 {
    margin-right: 4px;
  }
  .u-margin-right--9 {
    margin-right: 9px;
  }
  .u-margin-right--10 {
    margin-right: 10px;
  }
  .u-margin-right--18 {
    margin-right: 18px;
  }
  .u-margin-right--20 {
    margin-right: 20px;
  }
  .u-margin-right--25 {
    margin-right: 25px;
  }
  .u-margin-right--30 {
    margin-right: 30px;
  }
  .u-margin-right--32 {
    margin-right: 32px;
  }
  .u-margin-right--40 {
    margin-right: 40px;
  }
  .u-margin-right--50 {
    margin-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-margin-bottom--5 {
    margin-bottom: 5px;
  }
  .u-margin-bottom--6 {
    margin-bottom: 6px;
  }
  .u-margin-bottom--10 {
    margin-bottom: 10px;
  }
  .u-margin-bottom--12 {
    margin-bottom: 12px;
  }
  .u-margin-bottom--14 {
    margin-bottom: 14px;
  }
  .u-margin-bottom--15 {
    margin-bottom: 15px;
  }
  .u-margin-bottom--16 {
    margin-bottom: 16px;
  }
  .u-margin-bottom--18 {
    margin-bottom: 18px;
  }
  .u-margin-bottom--20 {
    margin-bottom: 20px;
  }
  .u-margin-bottom--24 {
    margin-bottom: 24px;
  }
  .u-margin-bottom--25 {
    margin-bottom: 25px;
  }
  .u-margin-bottom--26 {
    margin-bottom: 26px;
  }
  .u-margin-bottom--28 {
    margin-bottom: 26px;
  }
  .u-margin-bottom--30 {
    margin-bottom: 30px;
  }
  .u-margin-bottom--35 {
    margin-bottom: 35px;
  }
  .u-margin-bottom--38 {
    margin-bottom: 38px;
  }
  .u-margin-bottom--40 {
    margin-bottom: 40px;
  }
  .u-margin-bottom--43 {
    margin-bottom: 43px;
  }
  .u-margin-bottom--45 {
    margin-bottom: 45px;
  }
  .u-margin-bottom--46 {
    margin-bottom: 46px;
  }
  .u-margin-bottom--50 {
    margin-bottom: 50px;
  }
  .u-margin-bottom--60 {
    margin-bottom: 60px;
  }
  .u-margin-bottom--64 {
    margin-bottom: 64px;
  }
  .u-margin-bottom--80 {
    margin-bottom: 80px;
  }
  .u-margin-bottom--100 {
    margin-bottom: 100px;
  }
  .u-margin-bottom--120 {
    margin-bottom: 120px;
  }
  .u-margin-bottom--150 {
    margin-bottom: 150px;
  }
  .u-margin-bottom--280 {
    margin-bottom: 280px;
  }
}

@media screen and (min-width: 768px) {
  .u-margin-left--20 {
    margin-left: 20px;
  }
  .u-margin-left--40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-left--50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-smartphone--none {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-top-smartphone--12 {
    margin-top: 1.6vw;
  }
  .u-margin-top-smartphone--20 {
    margin-top: 2.66667vw;
  }
  .u-margin-top-smartphone--24 {
    margin-top: 3.2vw;
  }
  .u-margin-top-smartphone--40 {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-right-smartphone--20 {
    margin-right: 2.66667vw;
  }
  .u-margin-right-smartphone--23 {
    margin-right: 3.06667vw;
  }
  .u-margin-right-smartphone--30 {
    margin-right: 4vw;
  }
  .u-margin-right-smartphone--32 {
    margin-right: 4.26667vw;
  }
  .u-margin-right-smartphone--34 {
    margin-right: 4.53333vw;
  }
  .u-margin-right-smartphone--40 {
    margin-right: 5.33333vw;
  }
  .u-margin-right-smartphone--60 {
    margin-right: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-bottom-smartphone--5 {
    margin-bottom: 0.66667vw;
  }
  .u-margin-bottom-smartphone--10 {
    margin-bottom: 1.33333vw;
  }
  .u-margin-bottom-smartphone--20 {
    margin-bottom: 2.66667vw;
  }
  .u-margin-bottom-smartphone--22 {
    margin-bottom: 2.93333vw;
  }
  .u-margin-bottom-smartphone--24 {
    margin-bottom: 3.2vw;
  }
  .u-margin-bottom-smartphone--26 {
    margin-bottom: 3.46667vw;
  }
  .u-margin-bottom-smartphone--30 {
    margin-bottom: 4vw;
  }
  .u-margin-bottom-smartphone--40 {
    margin-bottom: 5.33333vw;
  }
  .u-margin-bottom-smartphone--42 {
    margin-bottom: 5.6vw;
  }
  .u-margin-bottom-smartphone--50 {
    margin-bottom: 6.66667vw;
  }
  .u-margin-bottom-smartphone--60 {
    margin-bottom: 8vw;
  }
  .u-margin-bottom-smartphone--65 {
    margin-bottom: 8.66667vw;
  }
  .u-margin-bottom-smartphone--80 {
    margin-bottom: 10.66667vw;
  }
  .u-margin-bottom-smartphone--90 {
    margin-bottom: 12vw;
  }
  .u-margin-bottom-smartphone--100 {
    margin-bottom: 13.33333vw;
  }
  .u-margin-bottom-smartphone--128 {
    margin-bottom: 17.06667vw;
  }
}

@media screen and (min-width: 768px) {
  .u-padding-left--6 {
    _padding-left: 6px;
  }
  .u-padding-left--10 {
    _padding-left: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .u-padding-top--30 {
    padding-top: 30px;
  }
}

.u-position-relative {
  position: relative;
}

.u-position-initial {
  position: initial;
}

.u-text--red {
  color: #D7282D;
}

.u-text--black {
  color: #191919;
}

.u-text--white {
  color: #fff;
}

.u-text--blue {
  color: #1482AA;
}

.u-text--orange {
  color: #DCA325;
}

.u-text--dark-orange {
  color: #f07a15;
}

.u-text--white {
  color: #fff;
}

.u-text--brown {
  color: #8c6f50;
}

.u-text--course-red {
  color: #EC7AA2
}

.u-text--course-yellow {
  color: #F5A200;
}

.u-text--course-blue {
  color: #53A5D6;
}

.u-text--course-01-01 {
  color: #427BBF;
}

.u-text--course-01-02 {
  color: #26B7BC;
}

.u-text--course-02-01 {
  color: #F1BC1A;
}

.u-text--course-02-02 {
  color: #F18D4C;
}

.u-text--course-02-03 {
  color: #C2C44C;
}

.u-text--course-03-01 {
  color: #EC6D5F;
}

.u-text--course-03-02 {
  color: #AF579D;
}

.u-text--oc-blue {
  color: #29A4DB;
}

.u-text--oc-pink {
  color: #E61E79;
}

.u-text--oc-green {
  color: #85BF3F;
}

.u-text--oc-orange {
  color: #F4A93B;
}

.u-text--line-green {
  color: #06C755;
}

.u-text--no-decoration {
  text-decoration: none;
}

.u-text--disabled {
  color: #999999;
}

.u-text-size--7 {
  font-size: 7px;
}

.u-text-size--10 {
  font-size: 10px;
}

.u-text-size--12 {
  font-size: 12px;
}

.u-text-size--13 {
  font-size: 13px;
}

.u-text-size--14 {
  font-size: 14px;
}

.u-text-size--16 {
  font-size: 16px;
}

.u-text-size--17 {
  font-size: 17px;
}

.u-text-size--18 {
  font-size: 18px;
}

.u-text-size--20 {
  font-size: 20px;
}

.u-text-size--22 {
  font-size: 22px;
}

.u-text-size--24 {
  font-size: 24px;
}

.u-text-size--25 {
  font-size: 25px;
}

.u-text-size--26 {
  font-size: 26px;
}

.u-text-size--28 {
  font-size: 28px;
}

.u-text-size--30 {
  font-size: 30px;
}

.u-text-size--34 {
  font-size: 34px;
}

.u-text-size--38 {
  font-size: 38px;
}

.u-text-size--40 {
  font-size: 40px;
}

.u-text-size--42 {
  font-size: 42px;
}

.u-text-size--56 {
  font-size: 56px;
}

@media screen and (max-width: 767px) {
  .u-text-size-smartphone--0 {
    font-size: 0;
  }
  .u-text-size-smartphone--10 {
    font-size: 10px;
    font-size: 1.33333vw;
  }
  .u-text-size-smartphone--12 {
    font-size: 12px;
    font-size: 1.6vw;
  }
  .u-text-size-smartphone--14 {
    font-size: 14px;
    font-size: 1.86667vw;
  }
  .u-text-size-smartphone--17 {
    font-size: 17px;
    font-size: 2.26667vw;
  }
  .u-text-size-smartphone--18 {
    font-size: 18px;
    font-size: 2.4vw;
  }
  .u-text-size-smartphone--20 {
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .u-text-size-smartphone--22 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
  .u-text-size-smartphone--24 {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .u-text-size-smartphone--26 {
    font-size: 26px;
    font-size: 3.46667vw;
  }
  .u-text-size-smartphone--30 {
    font-size: 30px;
    font-size: 4vw;
  }
  .u-text-size-smartphone--32 {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .u-text-size-smartphone--34 {
    font-size: 34px;
    font-size: 4.53333vw;
  }
  .u-text-size-smartphone--36 {
    font-size: 36px;
    font-size: 4.8vw;
  }
  .u-text-size-smartphone--38 {
    font-size: 38px;
    font-size: 5.06667vw;
  }
  .u-text-size-smartphone--40 {
    font-size: 40px;
    font-size: 5.33333vw;
  }
  .u-text-size-smartphone--42 {
    font-size: 42px;
    font-size: 5.6vw;
  }
}

.u-text-letterspacing--0 {
  letter-spacing: 0em;
}

.u-text-letterspacing--006 {
  letter-spacing: 0.06em;
}

.u-text-letterspacing--018 {
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  .u-text-letterspacing-smartphone--002 {
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  .u-text-line-height--max {
    line-height: 100%;
  }
  .u-text-line-height--16 {
    line-height: 16px;
  }
  .u-text-line-height--20 {
    line-height: 20px;
  }
  .u-text-line-height--41 {
    line-height: 41px;
  }
  .u-text-line-height--43 {
    line-height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .u-text-line-height-smartphone--40 {
    line-height: 5.33333vw;
  }
}

.u-text-shadow--white {
  text-shadow: 1px 1px 0 #fff;
}

.u-text-shadow--black-opacity-14 {
  text-shadow: 1px 1px 0 rgba(25, 25, 25, 0.14);
}

.u-text--bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .u-text--smartphone-bold {
    font-weight: 700;
  }
}

.u-text--normal {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .u-text--smartphone-normal {
    font-weight: 400;
  }
}

.u-text--palt {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.u-text--center {
  text-align: center;
}

.u-text--italic {
  font-style: italic;
}

.u-text-fonts--roboto {
  font-family: "Roboto", sans-serif;
}

.u-width--400 {
  width: 100%;
  max-width: 400px;
}

.u-width--395 {
  width: 100%;
  max-width: 395px;
}

.u-width--305 {
  width: 100%;
  max-width: 305px;
}

.open-campus-link:hover{
  opacity: 0.7;
  color: #191919;
}
/*# sourceMappingURL=app.css.map */

/*フローティングバナー*/
.floating-bnr.bnr01 {
  /* display: none; */
  position: fixed;
  bottom: 5px;
  left: 10px;
  z-index: 9999;
}
.floating-bnr-img {
  width: 175px;
  height: auto;
  aspect-ratio: 175/130;
}
.floating-bnr-link {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2px;
  width: 175px;
  height: auto;
  aspect-ratio: 175/69;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: normal;
}
.floating-bnr-link a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding-top: 7px;
}
.floating-bnr-link a span {
  /* margin: 0 -0.5em; */
}
.floating-bnr-link a:hover {
  color: #ff0;
}

/*閉じるボタン*/
.bnr_close {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: -9px;
}
.bnr_close img {
  width: 25.5536px;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .floating-bnr.bnr01 {
    width: 45.7%;
    left: 2px;
    bottom: 18vw;
  }
  .floating-bnr-img {
    width: 100%;
  }
  .floating-bnr-link {
    width: 100%;
  }
  .floating-bnr-link a {
    font-size: 3.73vw;
    padding-top: 2vw;
  }
  .bnr_close {
    right: 9.47vw;
    top: -3.7vw;
  }
  .bnr_close img {
    width: 6.67vw;
  }
}


/* WP ver6.3以降対応 */
.wp-block-columns {
  margin-bottom: 1.75em;
}

/* TOPエントリーバナー*/
a.entrymain {
  width:70%;
  display:block;
  margin:4em auto 2em auto;
}
a.entrymain img {
  width:100%;
}
@media screen and (max-width: 767px){
a.entrymain {
  width:90%;
  margin:2em auto;
}
}
