@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);@charset "UTF-8";
/*
Theme Name: 金沢龍谷高校
Theme URI:
Author: FURAZOA
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Noto Sans JP", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #000;
  text-align: left;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

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

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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 */
}

/* 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 {
  border-style: 0;
  padding: 0;
}

/* 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 */
}

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

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

/* 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 {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* 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 */
  white-space: normal;
  /* Correct the text wrapping in Edge 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 */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in 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(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #e2e3fa;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #e2e3fa;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  padding: 10px;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header__logo a img {
  width: 60px;
}
.header__logo a span {
  margin-left: 5px;
  font-family: serif;
  font-size: 19px;
  letter-spacing: 0.05em;
}
.header__logo a span br {
  display: none;
}
.header__nav .main-nav {
  display: none;
}
.header__nav .user-nav {
  display: none;
}
.header__nav .request-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header__nav .request-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav .request-nav__list li {
  width: 50%;
  height: 60px;
}
.header__nav .request-nav__list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: gray;
}
.header__nav .request-nav__list li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header__nav .request-nav__list li a dl dt {
  padding-right: 8px;
}
.header__nav .request-nav__list li.request-nav__school a {
	background: -webkit-gradient(linear, left top, right top, from(#c93213), color-stop(#c93213), color-stop(#d33a1c), color-stop(#e53512), to(#e3573c));
    background: linear-gradient(to right, #c93213, #c93213, #d33a1c, #e53512, #e3573c);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__nav .request-nav__list li.request-nav__school a:hover {
  opacity: 0.75;
}
.header__nav .request-nav__list li.request-nav__pamphlet a {
  background-color: #fcca59;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__nav .request-nav__list li.request-nav__pamphlet a:hover {
  opacity: 0.75;
}
.header__nav .request-nav__list li.request-nav__mail a {
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__nav .request-nav__list li.request-nav__mail a:hover {
  opacity: 0.75;
}
.header__nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 80px 5% 40px;
  overflow-y: auto;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.header__nav.active .main-nav {
  display: inherit;
}
.header__nav.active .main-nav .main-nav__container .main-nav__list {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item .pcShow {
  display: none;
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item::after {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  font-size: 16px;
  color: #fff;
  content: "\FF0B";
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item.active::after {
  content: "\30FC";
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item.nosubmenu::after {
  display: none;
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item .sub-nav__list {
  display: none;
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item .sub-nav__list li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #fff;
}
.header__nav.active .main-nav .main-nav__container .main-nav__list .main-nav__item .sub-nav__list li a {
  padding-left: 5%;
}
.header__nav.active .user-nav {
  display: inherit;
  margin-top: 20px;
}
.header__nav.active .user-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__nav.active .user-nav__list .user-nav__item {
  width: 50%;
  padding: 10px 0;
}
.header__nav.active .user-nav__list .user-nav__item a {
  color: #fff;
}
.header__nav.active .request-nav {
  position: relative;
  bottom: auto;
  left: auto;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.header__nav.active .request-nav .request-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}
.header__nav.active .request-nav .request-nav__list li {
  width: auto;
  width: 48%;
  border: 1px solid #fff;
  letter-spacing: 0;
}
.header__nav.active .request-nav .request-nav__list li a {
  padding: 10px;
  background: none;
}
.header .nav-button {
  width: 70px;
  height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.header .nav-button div {
  position: relative;
  width: 22px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}
.header .nav-button div > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.header .nav-button div > span:nth-child(1) {
  top: 28px;
}
.header .nav-button div > span:nth-child(2) {
  top: 36px;
}
.header .nav-button div > span:nth-child(3) {
  top: 44px;
}
.header .nav-button.active div > span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.header .nav-button.active div > span:nth-child(2) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.header .nav-button.active div > span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 80px;
}
#pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to bottom, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#pagetop a span {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  position: relative;
  margin-top: 50px;
}
.footer .footer__container {
  padding: 40px 10%;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.footer .footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 425px;
  margin: 0 auto;
}
.footer .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.footer .footer__info .title {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.footer .footer__info .title img {
  display: block;
  margin: 0 auto 10px;
}
.footer .footer__info .title span {
  font-family: serif;
  font-size: 22px;
}
.footer .footer__info .text {
  color: #fff;
  text-align: center;
}
.footer .footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__navigation .footernav__section {
  width: 45%;
  margin-bottom: 20px;
}
.footer .footer__navigation .footernav__section:nth-of-type(even) {
  width: 55%;
}
.footer .footer__navigation .footernav__section .title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.footer .footer__navigation .footernav__section .list {
  padding-left: 1em;
}
.footer .footer__navigation .footernav__section .list li {
  margin-bottom: 5px;
}
.footer .footer__navigation .footernav__section .list li::before {
  display: inline-block;
  color: #fff;
  text-indent: -1em;
  content: "-";
}
.footer .footer__navigation .footernav__section .list li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.footer .footer__navigation .footernav__section .list li a:hover {
  opacity: 0.5;
}
.footer .footer__subnavigation {
  padding: 40px 10%;
  background-color: #f0f0fc;
}
.footer .footer__subnavigation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__subnavigation .list li {
  margin-bottom: 15px;
}
.footer .footer__subnavigation .list li:last-child {
  margin-bottom: 0;
}
.footer .footer__copyright {
  padding: 20px 10px;
  margin-bottom: 60px;
  color: #7b85be;
  text-align: center;
}
.page-title .page-title__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-title .page-title__body {
  padding: 32px 3% 32px;
  font-size: 18px;
  text-align: center;
  text-indent: 0.15em;
  letter-spacing: 0.15em;
  background-color: #e2e3fa;
  background-image: url(img/common/page_title_bg.png);
  background-position: 0 0;
  background-size: 200px;
}
.page-title .page-title__body .ja {
  font-size: 18px;
  font-weight: normal;
}
.page-title .page-title__body .en {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.section-title {
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.section-title::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 258px;
  height: 5px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}

.page-subtitle {
  margin-bottom: 30px;
}
.page-subtitle h2 {
  position: relative;
  font-size: 21px;
  font-weight: 400;
}
.page-subtitle h2::after {
  display: block;
  width: 70%;
  height: 4px;
  margin-top: 5px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}

.common-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 15px 5px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
}
.common-button a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 20px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.common-button a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/*追記*/

.common-button2{
	margin: 20px 0;
}
.common-button2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  padding: 15px 5px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
	line-height: 3.5rem;
}

.common-button2 a span {
    position: relative;
    padding-right: 24px;
}

.common-button2 a span::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 14px;
    content: "";
    background: url(img/link/link_btn_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.common-button3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 230px;
  padding: 15px 5px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
	line-height: 3.5rem;
}


.common-button3 a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 20px;
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ginkou{
    width: 590px;
    border: 1px solid;
    padding: 20px 30px 0;
	margin: 20px 0 25px;
}

.ginkou dt{
  float: left;
}

.ginkou dd{
  margin-left: 120px;
}

.zimukyoku dt{
	float: left;
}

.zimukyoku dd{
	margin-left: 120px;
}

.anniversary__table table th {
    width: 170
px
;
    padding: 15
px
 10
px
;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    vertical-align: baseline;
    background: #e2e3fa;
    border: solid 1
px
 #fff;
}

.recruit .recruit-about .recruit-about__table .inner {
    padding-bottom: 10
px
;
    overflow-x: scroll;
}


.form-title .form-title__attention {
  margin-top: 30px;
  font-size: 13px;
  line-height: 24px;
}

.form-table table {
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
.form-table table th {
  display: block;
  width: 100%;
  padding: 6px;
  font-weight: normal;
  color: #fff;
  background: #c2b4d6;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #fff;
}
.form-table table th .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.form-table table th .must {
  padding: 2px 8px;
  margin-left: 4px;
  font-size: 11px;
  background: #4FAFBB;
}
.form-table table th .notice {
  font-size: 12px;
}
.form-table table td {
  display: block;
  width: 100%;
  padding: 6px;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.form-table table td input,
.form-table table td textarea {
  padding: 6px;
  margin: 4px 4px;
  border: 1px solid #c3c3c3;
}
.form-table table td input::-webkit-input-placeholder, .form-table table td textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}
.form-table table td input::-moz-placeholder, .form-table table td textarea::-moz-placeholder {
  color: #C3C3C3;
}
.form-table table td input:-ms-input-placeholder, .form-table table td textarea:-ms-input-placeholder {
  color: #C3C3C3;
}
.form-table table td input::-ms-input-placeholder, .form-table table td textarea::-ms-input-placeholder {
  color: #C3C3C3;
}
.form-table table td input::placeholder,
.form-table table td textarea::placeholder {
  color: #C3C3C3;
}
.form-table table td .form {
  margin: 8px 0;
}
.form-table table td .form-xs {
  width: 80px;
}
.form-table table td .form-xsm {
  width: calc(100% - 8px);
  max-width: 140px;
}
.form-table table td .form-sm {
  width: calc(100% - 8px);
  max-width: 180px;
}
.form-table table td .form-md {
  width: calc(100% - 8px);
  max-width: 300px;
}
.form-table table td .form-lg {
  width: calc(100% - 8px);
}
.form-table table td .form-select {
  position: relative;
  display: inline-block;
  width: 150px;
  margin: 4px 4px;
  border: 1px solid #c3c3c3;
}
.form-table table td .form-select::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-table table td .form-select select {
  width: 100%;
  padding: 6px 30px 6px 6px;
}
.form-table table td .form-select .error {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.form-submit {
  margin: 10px 0 50px;
}
.form-submit .form-submit__btn {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
}
.form-submit .form-submit__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-submit .form-submit__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: #e2e3fa;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-submit .form-submit__btn input {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mw_wp_form_input .form-submit .btn--return {
  display: none;
}

.form-thanks .form-thanks__text {
  margin-bottom: 45px;
  font-size: 13px;
  line-height: 24px;
}
.form-thanks .form-thanks__contact {
  margin-bottom: 50px;
}
.form-thanks .form-thanks__contact .title {
  font-size: 14px;
  font-weight: bold;
  color: #6b72a9;
}
.form-thanks .form-thanks__contact .text {
  font-size: 13px;
  line-height: 24px;
}

.breadcrumbs-wrap {
  width: 100%;
  padding: 25px 0 50px;
  overflow-x: scroll;
}
.breadcrumbs-wrap .breadcrumbs {
  width: 100%;
  overflow: auto;
  overflow-x: scroll;
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 1.75em;
  text-align: right;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs-wrap .breadcrumbs span {
  color: #7b85be;
}
.breadcrumbs-wrap .breadcrumbs span .breadcrumb_last {
  color: #000;
}

.notfound .notfound-content {
  margin-top: 50px;
}
.notfound .notfound-content .text {
  margin-bottom: 40px;
}

.l-container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.l-container--lg {
  max-width: 1130px;
  padding: 0 3%;
}

.l-container--sm {
  max-width: 1130px;
  padding: 0 3%;
}

.page .content {
  padding: 40px 0;
}

.page-header {
  padding: 35px 0;
  color: #fff;
  background: #c2b4d6;
}
.page-header__container {
  text-align: center;
}
.page-header__container h1,
.page-header__container h2 {
  font-size: 24px;
  color: #fff;
}
.page-header__container .en {
  display: inline-block;
  padding: 8px 38px;
  margin: 20px auto 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #002777;
  border-radius: 24px;
}

.article h3 {
  font-size: 16px;
  color: #c2b4d6;
}
.article__container {
  margin: 18px auto 0;
}
.article__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 0;
  padding-right: 20px;
  font-size: 12px;
  border-bottom: 1px solid #c2b4d6;
}
.article__item::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 4.72px;
  height: 9.44px;
  content: "";
  background: url(../img/top/news_icon.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article__item .date {
  font-size: 10px;
  color: #7b7b7b;
}
.article__item .title {
  padding-left: 24px;
}
.article .more-button {
  margin-top: 24px;
}

.pagination {
  padding: 40px 0;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin: 8px;
  color: #c2b4d6;
  text-align: center;
  border: 1px solid #c2b4d6;
}
.pagination__item .page-numbers.current {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* front-page.php */
#front .fornt-cover .front-cover__container .front-cover__visual {
  position: relative;
}
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy .copy2 {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 90vw;
  margin: auto;
}
#front .fornt-cover .front-cover__container,
#front .fornt-cover .front-cover__container .front-cover__visual,
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider {
  height: auto;
}
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider .slider-item {
  overflow: hidden;
}
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider .slider-item img {
  width: 100%;
  height: auto;
}
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider .slick-slide {
  height: auto;
}
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider .slider-item .slick-slide div {
  vertical-align: middle !important;
}
#front .fornt-cover .front-cover__container .front-cover__movie a {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#front .fornt-cover .front-cover__container .front-cover__movie a:hover {
  opacity: 0.75;
}
#front .fornt-cover .front-cover__container .front-cover__movie a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#front .fornt-cover .front-cover__container .front-cover__movie a dl dt {
  width: 100%;
  padding: 10px;
}
#front .fornt-cover .front-cover__container .front-cover__movie a dl dt img {
  width: 100%;
  height: auto;
}
#front .fornt-cover .front-cover__container .front-cover__movie a dl dd {
  padding: 0 0 15px;
  font-size: 13px;
  line-height: 1;
}
#front .front-news {
  padding-bottom: 40px;
}
@media screen and (min-width: 414px) {
#front .front-news {
  margin-top: 40px;
}
}



#front .front-news .front-news__list .front-news__menu {
  padding: 20px 0;
}
#front .front-news .front-news__list .front-news__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
#front .front-news .front-news__list .front-news__menu ul li {
  width: 100%;
  padding: 15px;
  margin: 0 2px;
  font-size: 13px;
  color: #7b85be;
  text-align: center;
  background-color: #f1f0f0;
}
#front .front-news .front-news__list .front-news__menu ul li.tabActive {
  position: relative;
  color: #f1f0f0;
  background-color: #7b85be;
}
#front .front-news .front-news__list .front-news__menu ul li.tabActive::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 10px solid #7b85be;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#front .front-news .front-news__list .front-news__contents .front-news__item {
  display: none;
}
#front .front-news .front-news__list .front-news__contents .front-news__item.panelActive {
  display: inherit;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .subtitle {
  display: none;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li {
  margin-bottom: 20px;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a:hover {
  opacity: 0.5;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl dt {
  max-width: 110px;
  margin-right: 10px;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl dt img {
  width: 100%;
  height: auto;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl dd {
  width: auto;
  max-width: calc(100% - 120px);
  font-size: 13px;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl dd .date {
  margin-bottom: 5px;
}
#front .front-news .front-news__list .front-news__contents .front-news__item .common-button {
  margin: 30px auto 0;
}
#front .front-slider {
  background-color: #e2e3fa;
}
#front .front-slider .front-slider__container {
  padding: 30px 0;
}
#front .front-slider .front-slider__container .slick-prev {
  left: -15px;
  z-index: 50;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(./img/front/cursor-prev.svg);
  background-size: 100% auto;
}
#front .front-slider .front-slider__container .slick-prev::before {
  display: none;
}
#front .front-slider .front-slider__container .slick-next {
  right: -15px;
  z-index: 50;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(./img/front/cursor-next.svg);
  background-size: 100% auto;
}
#front .front-slider .front-slider__container .slick-next::before {
  display: none;
}
#front .front-slider .front-slider__item {
  background-color: #fff;
}
#front .front-slider .front-slider__item .front-slider__title {
  padding: 20px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#front .front-slider .front-slider__item .front-slider__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#front .front-slider .front-slider__item .front-slider__contents dl dt {
  padding: 20px;
}
#front .front-slider .front-slider__item .front-slider__contents dl dt .title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #7b85be;
}
#front .front-slider .front-slider__item .front-slider__contents dl dt .text {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
#front .front-slider .front-slider__item .front-slider__contents dl dd img {
  width: 100%;
  height: 35vw;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#front .front-point {
  padding: 40px 0 0;
}
#front .front-point .front-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
#front .front-point .front-point__item .item-caption dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#front .front-point .front-point__item .item-caption dl dt {
  min-width: 43px;
  margin-right: 20px;
}
#front .front-point .front-point__item .item-caption dl dt h2 {
  padding: 20px 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to bottom, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
#front .front-point .front-point__item .item-caption dl dt h2 span {
  font-size: 15px;
}
#front .front-point .front-point__item .item-caption dl dd h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #7b85be;
}
#front .front-point .front-point__item .item-caption dl dd p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#front .front-point .front-point__item .item-caption .common-button {
  margin-bottom: 35px;
}
#front .front-point .front-point__item .item-image {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}
#front .front-point .front-point__item.reverse .item-caption dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#front .front-point .front-point__item.reverse .item-caption dl dt {
  margin-right: 0;
  margin-left: 20px;
}
#front .front-facility .front-facility__title {
  margin-bottom: 30px;
}
#front .front-facility .front-facility__title h2 {
  position: relative;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}
#front .front-facility .front-facility__title h2::after {
  display: block;
  width: 50vw;
  max-width: 200px;
  height: 2px;
  margin: 10px auto 0;
  content: "";
  background-color: #7b85be;
}
#front .front-facility .front-facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#front .front-facility .front-facility__list .front-facility__item {
  margin-bottom: 40px;
}
#front .front-facility .front-facility__list .front-facility__item dl dt.image {
  margin-bottom: 10px;
}
#front .front-facility .front-facility__list .front-facility__item dl dd.caption .title {
  font-size: 21px;
  font-weight: 400;
  color: #7b85be;
}
#front .front-facility .front-facility__list .front-facility__item dl dd.caption .test {
  font-size: 13px;
  letter-spacing: 0.05em;
}
#front .front-entrance {
  padding: 40px 0;
}
#front .front-entrance .front-entrance__caption dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#front .front-entrance .front-entrance__caption dl dt {
  min-width: 43px;
  margin-right: 20px;
}
#front .front-entrance .front-entrance__caption dl dt h2 {
  padding: 20px 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to bottom, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
#front .front-entrance .front-entrance__caption dl dt h2 span {
  font-size: 15px;
}
#front .front-entrance .front-entrance__caption dl dd h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #7b85be;
  letter-spacing: 0.05em;
}
#front .front-entrance .front-entrance__caption dl dd p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
}
#front .front-entrance .front-entrance__caption .common-button {
  margin-bottom: 35px;
}
#front .front-admission {
  margin-bottom: 50px;
}
#front .front-admission .front-admission__title {
  margin-bottom: 10px;
  margin-left: -15px;
}
#front .front-admission .front-admission__title .en {
  font-family: "Arial", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: rgba(208, 188, 237, 0.85);
}
#front .front-admission .front-admission__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#front .front-admission .front-admission__list .list-item {
  margin-bottom: 30px;
}
#front .front-admission .front-admission__list .list-item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#front .front-admission .front-admission__list .list-item a:hover {
  opacity: 0.5;
}
#front .front-admission .front-admission__list .list-item a dl {
  position: relative;
}
#front .front-admission .front-admission__list .list-item a dl .title {
  position: absolute;
  bottom: 30px;
  display: block;
  min-width: 70vw;
  padding: 20px;
  margin: auto;
  font-size: 19px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #7b85be;
}
#front .front-admission .front-admission__list .list-item a dl .title .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #7b85be;
}
#front .front-admission .front-admission__list .list-item a dl .image {
  padding-left: 10vw;
}
#front .front-admission .front-admission__list .list-item a dl .image img {
  width: 100%;
  height: auto;
}
#front .front-access {
  margin-bottom: 80px;
}
#front .front-access .front-access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#front .front-access .front-access__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#front .front-access .front-access__contents dl dt {
  min-width: 56px;
  margin-left: 20px;
}
#front .front-access .front-access__contents dl dt h2 {
  padding: 20px 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to bottom, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
#front .front-access .front-access__contents dl dt h2 span {
  font-size: 15px;
}
#front .front-access .front-access__contents dl dd .copy {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #7b85be;
}
#front .front-access .front-access__contents dl dd .text {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
}
#front .front-access .front-access__contents .common-button {
  margin: 30px 0;
}
#front .front-access .front-access__map .en {
  font-family: "Arial", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  color: rgba(208, 188, 237, 0.85);
}
#front .front-access .front-access__map .image a {
  display: block;
  border: 8px solid rgba(194, 180, 214, 0.7);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#front .front-access .front-access__map .image a:hover {
  opacity: 0.5;
}
#front .front-access .front-access__map .image a img {
  width: 100%;
  height: auto;
}
#front .front-request {
  padding: 40px 0;
  margin-bottom: -50px;
  background-color: #f0f0fc;
}
#front .front-request .front-request__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#front .front-request .front-request__item {
  margin-bottom: 20px;
}
#front .front-request .front-request__item:last-child {
  margin-bottom: 0;
}
#front .front-request .front-request__item a {
  display: block;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#front .front-request .front-request__item a dl {
  position: relative;
  height: 100%;
}
#front .front-request .front-request__item a dl dt {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 2;
}
#front .front-request .front-request__item a dl dt .title {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
}
#front .front-request .front-request__item a dl dt .title .en {
  display: block;
  font-size: 9px;
}
#front .front-request .front-request__item a dl dd {
  overflow: hidden;
}
#front .front-request .front-request__item a dl dd img {
  width: 100%;
  max-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#front .front-request .front-request__item a:hover dl dd img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-archive .news-archive__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 20px auto;
}
.news-archive .news-archive__nav::after {
  position: absolute;
  top: 4px;
  right: 20px;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #c2b4d6;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.news-archive .news-archive__nav select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #c2b4d6;
}
.news-archive .news-archive__list {
  padding: 40px 0;
}
.news-archive .news-archive__item {
  margin-bottom: 40px;
}
.news-archive .news-archive__item a {
  display: block;
}
.news-archive .news-archive__item a .item-contents .item-image {
  display: none;
}
.news-archive .news-archive__item a .item-contents .item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-archive .news-archive__item a .item-contents .item-article .item-left {
  width: 30%;
}
.news-archive .news-archive__item a .item-contents .item-article .item-left .image img {
  width: 100%;
  height: auto;
}
.news-archive .news-archive__item a .item-contents .item-article .item-right {
  width: 70%;
  padding-left: 10px;
}
.news-archive .news-archive__item a .item-contents .item-article .item-right .date {
  margin-bottom: 5px;
  font-size: 12px;
}
.news-archive .news-archive__item a .item-contents .item-article .item-right .title {
  margin-bottom: 5px;
  font-size: 16px;
}
.news-archive .news-archive__item a .item-contents .item-article .item-right .category {
  margin-bottom: 10px;
}
.news-archive .news-archive__item a .item-contents .item-article .item-right .category span {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.news-archive .news-archive__item a .item-contents .item-article .text {
  display: none;
}
.news-archive .news-archive__item a .item-caption {
  font-size: 12px;
}
.news-archive .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-archive .pagination .page-numbers li {
  margin: 0 10px;
}
.news-archive .pagination .page-numbers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 15px;
  color: #7c85bf;
  border: 1px solid #7c85bf;
}
.news-archive .pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 15px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  border: 1px solid #7c85bf;
}

.news-single .entry {
  padding: 30px 5%;
  margin: 30px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.news-single .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-single .entry__date {
  font-size: 16px;
}
.news-single .entry__category {
  margin-bottom: 40px;
}
.news-single .entry__category span {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.news-single .entry__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-single .entry__category ul li a {
  padding: 6px 24px;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 24px;
}
.news-single .entry__category ul li + li {
  margin-left: 8px;
}
.news-single .entry__title {
  padding: 30px 0;
  font-size: 21px;
  font-weight: 400;
}
.news-single .entry__thumbnail {
  padding: 56px 0;
  text-align: center;
}
.news-single .entry__body h2 {
  padding: 8px 0;
  margin-top: 80px;
  margin-bottom: 16px;
  font-size: 26px;
  border-bottom: 2px solid #000;
}
.news-single .entry__body p {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 2;
}
.news-single .entry__body h3 {
  padding: 12px 24px;
  margin-top: 80px;
  margin-bottom: 16px;
  font-size: 22px;
  background: #f5f5f5;
}
.news-single .entry__body h4 {
  padding: 4px 12px;
  margin-top: 80px;
  margin-bottom: 16px;
  font-size: 22px;
  border-left: 5px solid #000;
}
.news-single .entry__body a {
  color: #499cf3;
  text-decoration: underline;
}
.news-single .entry__body blockquote {
  position: relative;
  padding: 32px 64px;
  border: 1px solid #dbdbdb;
}
.news-single .entry__body blockquote::before {
  position: absolute;
  top: 2%;
  left: 2%;
  font-size: 40px;
  color: #707070;
  content: "\275D";
}
.news-single .entry__body blockquote::after {
  position: absolute;
  right: 2%;
  bottom: 2%;
  font-size: 40px;
  color: #707070;
  content: "\275E";
}
.news-single .entry__body img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news-single .entry__back-button {
  margin: 36px auto;
  text-align: center;
}
.news-single .entry__back-button a {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  color: #c2b4d6;
}
.news-single .entry__back-button a img {
  margin-left: 12px;
  vertical-align: middle;
}
.news-single .entry-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #cec9c9;
  border-bottom: 1px solid #cec9c9;
}
.news-single .entry-nav .entry-nav__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.news-single .entry-nav .entry-nav__prev .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  color: #7b85be;
  border: 1px solid #7b85be;
}
.news-single .entry-nav .entry-nav__prev .button span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #7b85be;
  text-align: center;
}
.news-single .entry-nav .entry-nav__prev .caption {
  width: calc(100% - 70px);
  padding-right: 20px;
}
.news-single .entry-nav .entry-nav__prev .caption .title {
  margin-bottom: 5px;
  font-size: 15px;
}
.news-single .entry-nav .entry-nav__prev .caption .date {
  font-size: 13px;
}
.news-single .entry-nav .entry-nav__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.news-single .entry-nav .entry-nav__next .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  color: #7b85be;
  border: 1px solid #7b85be;
}
.news-single .entry-nav .entry-nav__next .button span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #7b85be;
  text-align: center;
}
.news-single .entry-nav .entry-nav__next .caption {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.news-single .entry-nav .entry-nav__next .caption .title {
  margin-bottom: 5px;
  font-size: 15px;
}
.news-single .entry-nav .entry-nav__next .caption .date {
  font-size: 13px;
}

#club-archive .club-archive-section {
  margin-bottom: 40px;
}
#club-archive .club-archive-section_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#club-archive .club-archive-section_list .list .list-item {
  margin-bottom: 30px;
}
#club-archive .club-archive-section_list .list .list-item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#club-archive .club-archive-section_list .list .list-item a:hover {
  opacity: 0.5;
}
#club-archive .club-archive-section_list .list .list-item dl dt {
  position: relative;
  z-index: 10;
  display: inline-block;
  min-width: 50%;
  padding: 10px;
  margin-left: -15px;
  font-size: 18px;
  color: #fff;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
  opacity: 0.95;
}
#club-archive .club-archive-section_list .list .list-item dl dt span {
  display: block;
}
#club-archive .club-archive-section_list .list .list-item dl dd {
  margin-top: -20px;
}
#club-archive .club-archive-section_list .list .list-item dl dd img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#club-archive .club-archive-section_list .list .list-item dl dd .copy {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #7b85be;
}
#club-archive .club-archive-section_list .list .list-item dl dd .text {
  font-size: 13px;
}

#club-single .club-single__caption {
  margin-bottom: 20px;
  font-size: 13px;
}
#club-single .club-single__profile {
  padding: 20px 6%;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
  font-size: 13px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(157, 126, 182, 0.25)), color-stop(rgba(142, 129, 185, 0.25)), color-stop(rgba(135, 130, 187, 0.25)), color-stop(rgba(127, 131, 189, 0.25)), to(rgba(123, 133, 191, 0.25)));
  background: linear-gradient(to right, rgba(157, 126, 182, 0.25), rgba(142, 129, 185, 0.25), rgba(135, 130, 187, 0.25), rgba(127, 131, 189, 0.25), rgba(123, 133, 191, 0.25));
}
#club-single .club-single__profile .profile-performance {
  margin-top: 20px;
}
#club-single .club-single__gallery {
  padding: 20px 0;
  margin-bottom: 40px;
}
#club-single .club-single__gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#club-single .club-single__gallery ul li {
  width: 33.333%;
  padding: 5px;
}
#club-single .club-single-news__list {
  margin-top: 60px;
  margin-bottom: 40px;
}
#club-single .club-single-news__list .club-single-news__item {
  margin-bottom: 30px;
}
#club-single .club-single-news__list .no-data {
  font-size: 18px;
  text-align: center;
}
#club-single .club-single-news__list a {
  display: block;
}
#club-single .club-single-news__list a .item-contents .item-image {
  display: none;
}
#club-single .club-single-news__list a .item-contents .item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#club-single .club-single-news__list a .item-contents .item-article .item-left {
  width: 30%;
}
#club-single .club-single-news__list a .item-contents .item-article .item-left .image img {
  width: 100%;
  height: auto;
}
#club-single .club-single-news__list a .item-contents .item-article .item-right {
  width: 70%;
  padding-left: 10px;
}
#club-single .club-single-news__list a .item-contents .item-article .item-right .date {
  margin-bottom: 5px;
  font-size: 12px;
}
#club-single .club-single-news__list a .item-contents .item-article .item-right .title {
  margin-bottom: 5px;
  font-size: 16px;
}
#club-single .club-single-news__list a .item-contents .item-article .item-right .category {
  margin-bottom: 10px;
}
#club-single .club-single-news__list a .item-contents .item-article .item-right .category span {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#club-single .club-single-news__list a .item-contents .item-article .text {
  display: none;
}
#club-single .club-single-news__list a .item-caption {
  font-size: 12px;
}
#club-single .common-button {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.about .about-sec .about-sec__text {
  font-size: 13px;
}
.about .about-sec .about-sec__blocktitle {
  font-size: 16px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.about .about-sec .about-sec__block {
  position: relative;
  padding: 25px 30px;
}
.about .about-sec .about-sec__block::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
.about .about-sec .about-sec__block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px 0;
}
.about .about-sec .about-sec__block ul li .text1 {
  width: 100%;
}
.about .about-sec .about-sec__block ul li .text1 span {
  display: inline-block;
  width: 100px;
}
.about .about-sec .about-sec__block ul li .text1 span::before {
  content: "-";
}
.about .about-sec .about-sec__block ul li .text2 {
  width: 100%;
  margin-top: 4px;
}
.about .about-sec .about-sec__link {
  margin-top: 30px;
}
.about .about-sec .about-sec__link a {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 60px;
  margin: 0;
  font-size: 13px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.about .about-sec .about-sec__link a span {
  position: relative;
  padding-right: 30px;
}
.about .about-sec .about-sec__link a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 14px;
  content: "";
  background: url(img/about/about_btn_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about .about-sec1 {
  overflow: hidden;
}
.about .about-sec1 .about-sec1__image {
  padding-bottom: 10px;
  overflow-x: scroll;
}
.about .about-sec1 .about-sec1__image figure {
  width: 800px;
}
.about .about-sec1 .about-sec1__attention {
  margin-top: 15px;
}
.about .about-sec1 .about-sec1__attention p {
  padding-left: 2.6em;
  margin-top: 4px;
  font-size: 13px;
  text-indent: -2.6em;
}
.about .about-sec2 {
  margin-top: 50px;
}
.about .about-sec2 .about-sec2__content .l-container {
  padding: 0;
}
.about .about-sec2 .about-sec2__content .about-sec2__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody {
  width: 100%;
  padding: 0 15px;
}
.about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody .text {
  margin-top: 25px;
  font-size: 13px;
}
.about .about-sec2 .about-sec2__content .about-sec2__content-block .image {
  width: 100%;
  margin-top: 25px;
}
.about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(n+2) {
  margin-top: 35px;
}
.about .about-sec3 {
  margin-top: 50px;
}
.about .about-sec3 .about-sec3__content .l-container {
  padding: 0;
}
.about .about-sec3 .about-sec3__content .about-sec3__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody {
  width: 100%;
  padding: 0 3%;
}
.about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody .text {
  margin-top: 25px;
  font-size: 13px;
}
.about .about-sec3 .about-sec3__content .about-sec3__content-block .image {
  width: 100%;
  margin-top: 25px;
}
.about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(n+2) {
  margin-top: 35px;
}
.about .about-sec4 {
  margin-top: 50px;
}
.about .about-sec4 .about-sec4__content .l-container {
  padding: 0;
}
.about .about-sec4 .about-sec4__content .about-sec4__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 15px;
}
.about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody .text {
  margin-top: 25px;
  font-size: 13px;
}
.about .about-sec4 .about-sec4__content .about-sec4__content-block .image {
  width: 100%;
  margin-top: 25px;
}
.about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(n+2) {
  margin-top: 35px;
}
.about .about-sec5 {
  margin-top: 50px;
}
.about .about-sec5 .page-subtitle {
  max-width: 70%;
}
.about .about-sec5 .about-sec5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-sec5 .about-sec5__content .textbody {
  width: 100%;
}
.about .about-sec5 .about-sec5__content .textbody .lead {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
}
.about .about-sec5 .about-sec5__content .textbody .text,
.about .about-sec5 .about-sec5__content .textbody .caption {
  font-size: 13px;
}
.about .about-sec5 .about-sec5__content .textbody .caption {
  margin-top: 5px;
  text-align: right;
}
.about .about-sec5 .about-sec5__content .image {
  width: 100%;
  margin-top: 35px;
}
.about .about-sec5 .about-sec5__content .image figure {
  max-width: 220px;
  margin: 0 auto;
}
.about .about-sec6 {
  margin-top: 50px;
}
.about .about-sec6 .l-container {
  max-width: 1230px;
  padding: 0;
}
.about .about-sec6 .about-sec6__content {
  position: relative;
  padding: 35px 15px;
}
.about .about-sec6 .about-sec6__content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
.about .about-sec6 .about-sec6__content .table {
  padding-bottom: 10px;
  overflow-x: scroll;
}
.about .about-sec6 .about-sec6__content .table table {
  display: block;
  width: 930px;
}
.about .about-sec6 .about-sec6__content .table tbody,
.about .about-sec6 .about-sec6__content .table tr {
  width: 100%;
}
.about .about-sec6 .about-sec6__content .table th,
.about .about-sec6 .about-sec6__content .table td {
  padding: 3px 0;
  font-size: 13px;
  font-weight: normal;
  vertical-align: baseline;
}
.about .about-sec6 .about-sec6__content .table .sel1 {
  width: 135px;
}
.about .about-sec6 .about-sec6__content .table .sel2 {
  width: 70px;
}
.about .about-sec6 .about-sec6__content .table .sel3 {
  width: calc(100% - 205px);
}
.about .about-sec7 {
  margin-top: 45px;
}
.about .about-sec7 .about-sec7__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .about-sec7 .about-sec7__text .icon {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}
.about .about-sec7 .about-sec7__text .text {
  width: 100%;
  margin-top: 30px;
  font-size: 13px;
}
.about .about-sec7 .about-sec7__text .text p:nth-child(n+2) {
  margin-top: 25px;
}
.about .about-sec7 .about-sec7__image {
  margin-top: 25px;
}
.about .about-sec7 .about-sec7__image figure {
  max-width: 870px;
  margin: 0 auto;
}
.about .about-sec7 .about-sec7__image .caption {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
.about .about-sec8 {
  margin-top: 45px;
  counter-reset: aboutsec8num 0;
}
.about .about-sec8 .about-sec8__lead {
  margin: 0 0 20px;
  font-size: 18px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.about .about-sec8 .about-sec8__list li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.about .about-sec8 .about-sec8__list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-weight: bold;
  line-height: 19px;
  color: #fff;
  text-align: center;
  content: counter(aboutsec8num) "";
  /* 表示形式を指定 */
  counter-increment: aboutsec8num 1;
  /* number カウンタの増加数をセット */
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about .about-sec9 {
  margin-top: 50px;
}
.about .about-sec9 .about-sec__blocktitle {
  margin: 30px 0 15px;
}
.about .about-sec10 {
  margin-top: 50px;
}
.about .about-sec10 .about-sec__blocktitle {
  margin: 30px 0 20px;
}
.about .about-sec11 {
  margin-top: 50px;
}
.about .about-sec11 .about-sec__block {
  margin-top: 35px;
}
.about .about-sec11 .about-sec11__image .l-container {
  padding: 0;
}
.about .about-sec11 .about-sec11__image .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .about-sec11 .about-sec11__image .inner .item {
  width: 100%;
  margin-top: 25px;
}
.about .about-sec11 .about-sec11__image .inner .item .text {
  width: 94%;
  padding: 3px 10px;
  margin: 15px auto 0;
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.about .about-sec11 .about-sec11__list {
  padding: 0;
}

#access {
  overflow: hidden;
}
#access .access-bus {
  margin-bottom: 30px;
}
#access .access-bus .access-bus__text p {
  margin-bottom: 20px;
  font-size: 14px;
}
#access .access-bus .access-bus__text dl {
  margin-bottom: 20px;
}
#access .access-bus .access-bus__text dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #7b85be;
}
#access .access-bus .access-bus__text dl dd {
  font-size: 15px;
}
#access .access-bus .access-bus__figure a {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#access .access-bus .access-bus__figure a:hover {
  opacity: 0.5;
}
#access .access-use {
  margin-bottom: 30px;
}
#access .access-use .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #7b85be;
}
#access .access-use .figure {
  padding: 30px;
  margin-right: -15px;
  margin-left: -15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(157, 126, 182, 0.25)), color-stop(rgba(142, 129, 185, 0.25)), color-stop(rgba(135, 130, 187, 0.25)), color-stop(rgba(127, 131, 189, 0.25)), to(rgba(123, 133, 191, 0.25)));
  background: linear-gradient(to right, rgba(157, 126, 182, 0.25), rgba(142, 129, 185, 0.25), rgba(135, 130, 187, 0.25), rgba(127, 131, 189, 0.25), rgba(123, 133, 191, 0.25));
}
#access .access-use .figure dl {
  margin-bottom: 20px;
  font-size: 13px;
}
#access .access-use .figure dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#access .access-map {
  margin-bottom: 30px;
}
#access .access-map .map p {
  padding: 20px 5%;
  font-size: 13px;
}

#international .international-section {
  margin-bottom: 20px;
}
#international .international-section .international-section__text {
  margin-bottom: 20px;
  font-size: 13px;
}
#international .international-section .international-section__gallery {
  margin-bottom: 25px;
}
#international .international-section .international-section__gallery figure {
  margin-bottom: 35px;
}
#international .international-section .international-section__gallery figure figcaption {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}

#facility .facility-title .facility-title__text {
  margin-bottom: 20px;
  font-size: 13px;
}
#facility .facility-gallery {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
#facility .facility-gallery::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 75%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
#facility .facility-gallery .facility-gallery__item {
  margin-bottom: 30px;
}
#facility .facility-gallery .facility-gallery__item .image {
  position: relative;
}
#facility .facility-gallery .facility-gallery__item .image.view360::before {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: block;
  width: 70px;
  height: 70px;
  content: "";
  background-image: url(./img/facility/icon-360.png);
  background-size: 70px auto;
}
#facility .facility-gallery .facility-gallery__item .image figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#facility .facility-gallery .facility-gallery__item .image figure a {
  display: block;
}
#facility .facility-gallery .facility-gallery__item .image figure figcaption {
  display: inline-block;
  min-width: 50%;
  max-width: 70%;
  padding: 5px 10px;
  padding-left: 30px;
  margin-top: -1.25em;
  font-size: 18px;
  color: #fff;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#facility .facility-gallery .facility-gallery__item .text {
  margin-top: 20px;
}
#facility .facility-gallery .facility-gallery__item .text p {
  padding: 10px;
  font-size: 13px;
}
#facility .facility-subgallery {
  margin-bottom: 50px;
}
#facility .facility-subgallery .facility-gallery__item {
  margin-bottom: 30px;
}
#facility .facility-subgallery .facility-gallery__item .image figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#facility .facility-subgallery .facility-gallery__item .image figure a {
  display: block;
}
#facility .facility-subgallery .facility-gallery__item .image figure figcaption {
  display: inline-block;
  min-width: 50%;
  max-width: 70%;
  padding: 5px 10px;
  padding-left: 30px;
  margin-top: -1.25em;
  font-size: 18px;
  color: #fff;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#facility .facility-subgallery .facility-gallery__item .text {
  margin-top: 20px;
}
#facility .facility-subgallery .facility-gallery__item .text p {
  padding: 10px;
  font-size: 13px;
}

#evaluation .evaluation-enquete {
  margin-bottom: 80px;
}
#evaluation .evaluation-enquete .evaluation-enquete__text {
  padding: 20px 0 40px;
  font-size: 13px;
}
#evaluation .evaluation-enquete .evaluation-enquete__link ul li {
  margin-bottom: 10px;
}
#evaluation .evaluation-enquete .evaluation-enquete__link ul li a {
  display: block;
  font-size: 13px;
}
#evaluation .evaluation-enquete .evaluation-enquete__link ul li a img {
  margin-right: 10px;
}

#schoollife .schoollife-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
#schoollife .schoollife-nav .list-item {
  margin-bottom: 80px;
}
#schoollife .schoollife-nav .list-item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#schoollife .schoollife-nav .list-item a:hover {
  opacity: 0.5;
}
#schoollife .schoollife-nav .list-item a dl {
  position: relative;
}
#schoollife .schoollife-nav .list-item a dl .caption {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: auto;
}
#schoollife .schoollife-nav .list-item a dl .caption .title {
  display: block;
  min-width: 70vw;
  padding: 20px;
  margin: auto;
  font-size: 17px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #7b85be;
}
#schoollife .schoollife-nav .list-item a dl .caption .title .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #7b85be;
  letter-spacing: 0.04em;
}
#schoollife .schoollife-nav .list-item a dl .image img {
  width: 100%;
  height: auto;
}

#education .education-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
#education .education-nav .list-item {
  margin-bottom: 80px;
}
#education .education-nav .list-item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#education .education-nav .list-item a:hover {
  opacity: 0.5;
}
#education .education-nav .list-item a dl {
  position: relative;
}
#education .education-nav .list-item a dl .caption {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: auto;
}
#education .education-nav .list-item a dl .caption .title {
  display: block;
  min-width: 70vw;
  padding: 20px;
  margin: auto;
  font-size: 17px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #7b85be;
}
#education .education-nav .list-item a dl .caption .title .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #7b85be;
  letter-spacing: 0.04em;
}
#education .education-nav .list-item a dl .image img {
  width: 100%;
  height: auto;
}

#admission .admission-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
#admission .admission-nav .list-item {
  margin-bottom: 80px;
}
#admission .admission-nav .list-item a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#admission .admission-nav .list-item a:hover {
  opacity: 0.5;
}
#admission .admission-nav .list-item a dl {
  position: relative;
}
#admission .admission-nav .list-item a dl .caption {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: auto;
}
#admission .admission-nav .list-item a dl .caption .title {
  display: block;
  min-width: 70vw;
  padding: 20px;
  margin: auto;
  font-size: 17px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #7b85be;
}
#admission .admission-nav .list-item a dl .caption .title .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #7b85be;
  letter-spacing: 0.04em;
}
#admission .admission-nav .list-item a dl .image img {
  width: 100%;
  height: auto;
}

/* download.php */
.download .download-content__table {
  display: block;
  width: 100%;
}
.download .download-content__table tbody,
.download .download-content__table tr {
  width: 100%;
}
.download .download-content__table th {
  display: block;
  width: 100%;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: normal;
  background: #e2e3fa;
  border: solid 1px #fff;
}
.download .download-content__table th br {
  display: none;
}
.download .download-content__table th .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download .download-content__table th a {
  display: block;
  margin-right: 8px;
  width: 16px;
  height: 21px;
  background: url(img/download/download_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.download .download-content__table td {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 13px;
  border: solid 1px #c3c3c3;
}
.download .download-content__table td ul {
  counter-reset: downloadnum 0;
}
.download .download-content__table td ul li {
  padding-left: 1.2rem;
  margin: 5px 0;
  text-indent: -1.2rem;
}
.download .download-content__table td ul li::before {
  content: "(" counter(downloadnum) ")";
  counter-increment: downloadnum 1;
  /* number カウンタの増加数をセット */
}
.download .download-content__table td a {
  font-weight: bold;
  text-decoration: underline;
}

/* normal.php */
.normal .normal--lead {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.normal .normal--lead .md {
  display: none;
}
.normal .normal--text {
  font-size: 13px;
}
.normal .normal--blocktitle span {
  display: inline-block;
  width: 100%;
  padding: 6px 10px;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.normal .normal--schedule .l-container {
  position: relative;
  padding: 45px 3% 35px;
}
.normal .normal--schedule .inner {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
}
.normal .normal--schedule .inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
.normal .normal--schedule .normal--schedule__title .en {
  position: absolute;
  top: -25px;
  right: 0;
  font-family: "Arial", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #d0bced;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
.normal .normal--schedule .normal--schedule__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.normal .normal--schedule .normal--schedule__image .image--sm {
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
}
.normal .normal--schedule .normal--schedule__image .image--lg {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.normal .normal--schedule .normal--schedule__image .image--lg figure {
  padding-bottom: 10px;
  overflow-x: scroll;
}
.normal .normal--schedule .normal--schedule__image .image--lg span {
  display: block;
  width: 800px;
}
.normal .normal--schedule .normal--schedule__image .image--full {
  width: 100%;
  max-width: 480px;
  margin: 35px auto 0;
}
.normal .normal--schedule .normal--schedule__image .caption {
  margin-top: 10px;
}
.normal .normal--schedule .normal--schedule__image .caption p {
  padding-left: 1rem;
  text-indent: -1rem;
}
.normal .normal--schedule .normal--schedule__block {
  margin-top: 40px;
}
.normal .normal--schedule .normal--schedule__block .normal--blocktitle span {
  text-align: left;
}
.normal .normal--schedule .normal--schedule__block .text {
  margin: 25px 0 25px;
}
.normal .normal--schedule .normal--schedule__block .image {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.normal .normal-about .normal-about__head .text {
  margin-top: 35px;
}
.normal .normal-about .normal-about__head .image {
  margin-top: 25px;
}
.normal .normal-about .normal-about__point {
  margin-top: 35px;
}
.normal .normal-about .normal-about__point .caption {
  padding-left: 3%;
  margin-top: 10px;
}
.normal .normal-about .normal-about__point .caption span {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.normal .normal-about .normal-about__point .l-container {
  padding: 0;
}
.normal .normal-about .normal-about__point .normal-about__point-text .item:nth-child(n+2) {
  margin-top: 30px;
}
.normal .normal-about .normal-about__point .normal-about__point-text .item .image {
  width: 100%;
}
.normal .normal-about .normal-about__point .normal-about__point-text .item .textbody {
  width: 100%;
  padding: 0 3%;
  margin-top: 25px;
}
.normal .normal-about .normal-about__point .normal-about__point-text .item .textbody .point {
  width: 120px;
  height: 32px;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.normal .normal-about .normal-about__point .normal-about__point-text .item .textbody .lead {
  margin: 20px 0 25px;
}
.normal .normal-about .normal-about__point .normal-about__point-image {
  display: none;
  width: 30%;
}
.normal .normal-about .normal-about__timetable {
  margin-top: 70px;
}
.normal .normal-about .normal-about__latest {
  margin-top: 35px;
}
.normal .normal-about .normal-about__latest .title {
  font-size: 16px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.normal .normal-about .normal-about__latest .title:not(:first-child) {
  margin-top: 30px;
}
.normal .normal-about .normal-about__latest .text {
  margin-top: 15px;
  line-height: 26px;
}
.normal .normal-about .normal-about__latest .text .bold {
  font-weight: bold;
}
.normal .normal-about .normal-about__schedule {
  margin-top: 70px;
}
.normal .normal-message {
  margin-top: 50px;
}
.normal .normal-message .normal-message__content {
  padding: 0;
}
.normal .normal-message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.normal .normal-message .inner .textbody {
  width: 100%;
  padding: 0 3%;
}
.normal .normal-message .inner .textbody .text {
  margin-top: 20px;
}
.normal .normal-message .inner .image {
  width: 100%;
  margin-top: 25px;
}
.normal .normal-message .inner .image .caption {
  padding-left: 3%;
  margin-top: 20px;
}
.normal .normal-message .inner .image .caption .text1 {
  font-size: 13px;
}
.normal .normal-message .inner .image .caption .text2 {
  margin-top: 2px;
  font-size: 15px;
}
.normal .normal-message .inner .image .caption .text3 {
  margin-top: 2px;
  font-size: 13px;
}

/* tokushin.php */
.tokushin .tokushin--lead {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.tokushin .tokushin--lead .md {
  display: none;
}
.tokushin .tokushin--text {
  font-size: 13px;
}
.tokushin .tokushin--blocktitle span {
  display: inline-block;
  width: 100%;
  padding: 6px 10px;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.tokushin .tokushin--schedule .l-container {
  position: relative;
  padding: 45px 3% 35px;
}
.tokushin .tokushin--schedule .inner {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
}
.tokushin .tokushin--schedule .inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
.tokushin .tokushin--schedule .tokushin--schedule__title .en {
  position: absolute;
  top: -25px;
  right: 0;
  font-family: "Arial", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #d0bced;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
.tokushin .tokushin--schedule .tokushin--schedule__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .image--sm {
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .image--lg {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .image--lg figure {
  padding-bottom: 10px;
  overflow-x: scroll;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .image--lg span {
  display: block;
  width: 800px;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .image--full {
  width: 100%;
  max-width: 480px;
  margin: 35px auto 0;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .caption {
  margin-top: 10px;
}
.tokushin .tokushin--schedule .tokushin--schedule__image .caption p {
  padding-left: 1rem;
  text-indent: -1rem;
}
.tokushin .tokushin--schedule .tokushin--schedule__block {
  margin-top: 40px;
}
.tokushin .tokushin--schedule .tokushin--schedule__block .tokushin--blocktitle span {
  text-align: left;
}
.tokushin .tokushin--schedule .tokushin--schedule__block .text {
  margin: 25px 0 25px;
}
.tokushin .tokushin--schedule .tokushin--schedule__block .image {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.tokushin .tokushin-about .tokushin-about__head .text {
  margin-top: 35px;
}
.tokushin .tokushin-about .tokushin-about__point {
  margin-top: 35px;
}
.tokushin .tokushin-about .tokushin-about__point .l-container {
  padding: 0;
}
.tokushin .tokushin-about .tokushin-about__point .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tokushin .tokushin-about .tokushin-about__point .item .image {
  width: 100%;
}
.tokushin .tokushin-about .tokushin-about__point .item .image .caption {
  padding-left: 3%;
  margin-top: 10px;
}
.tokushin .tokushin-about .tokushin-about__point .item .image .caption span {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.tokushin .tokushin-about .tokushin-about__point .item .textbody {
  width: 100%;
  padding: 0 3%;
  margin-top: 25px;
}
.tokushin .tokushin-about .tokushin-about__point .item .textbody .point {
  width: 95px;
  height: 32px;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.tokushin .tokushin-about .tokushin-about__point .item .textbody .lead {
  margin: 20px 0 25px;
}
.tokushin .tokushin-about .tokushin-about__timetable {
  margin-top: 70px;
}
.tokushin .tokushin-about .tokushin-about__latest {
  margin-top: 35px;
}
.tokushin .tokushin-about .tokushin-about__latest .title {
  font-size: 16px;
  color: #7b85be;
  letter-spacing: 0.04em;
}
.tokushin .tokushin-about .tokushin-about__latest table {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.tokushin .tokushin-about .tokushin-about__latest table tbody,
.tokushin .tokushin-about .tokushin-about__latest table tr {
  width: 100%;
}
.tokushin .tokushin-about .tokushin-about__latest table th {
  display: block;
  width: 100%;
  padding: 15px 0 10px;
  font-size: 15px;
}
.tokushin .tokushin-about .tokushin-about__latest table td {
  display: block;
  width: 100%;
}
.tokushin .tokushin-about .tokushin-about__schedule {
  margin-top: 70px;
}
.tokushin .tokushin-message {
  margin-top: 50px;
}
.tokushin .tokushin-message .tokushin-message__content {
  padding: 0;
}
.tokushin .tokushin-message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tokushin .tokushin-message .inner .textbody {
  width: 100%;
  padding: 0 3%;
}
.tokushin .tokushin-message .inner .textbody .text {
  margin-top: 20px;
}
.tokushin .tokushin-message .inner .image {
  width: 100%;
  margin-top: 25px;
}
.tokushin .tokushin-message .inner .image .caption {
  padding-left: 3%;
  margin-top: 20px;
}
.tokushin .tokushin-message .inner .image .caption .text1 {
  font-size: 13px;
}
.tokushin .tokushin-message .inner .image .caption .text2 {
  margin-top: 2px;
  font-size: 15px;
}

.tokushin .tokushin-message .inner .image .caption .text2 span{
  font-size: 12px;
}

/* link.php */
.link .link-btn .link-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link .link-btn .link-btn__content .item {
  width: 100%;
  max-width: 465px;
}
.link .link-btn .link-btn__content .item:nth-child(n+2) {
  margin-top: 30px;
}
.link .link-btn .link-btn__content .item a {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: 0 0 0 auto;
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
.link .link-btn .link-btn__content .item a span {
  position: relative;
  padding-right: 40px;
}
.link .link-btn .link-btn__content .item a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 14px;
  content: "";
  background: url(img/link/link_btn_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.link .link-group {
  margin-top: 50px;
}
.link .link-group .link-group__lead .title {
  position: relative;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
}
.link .link-group .link-group__lead .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
  height: 4px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.link .link-group .link-group__lead .text {
  margin-top: 30px;
  font-size: 13px;
  line-height: 24px;
}
.link .link-group .link-group__content {
  margin-top: 40px;
}
.link .link-group .link-group__content .l-container {
  padding: 0;
}
.link .link-group .link-group__content .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 3%;
}
.link .link-group .link-group__content .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
.link .link-group .link-group__content .link-group__content-block {
  width: 100%;
}
.link .link-group .link-group__content .link-group__content-block:nth-child(n+2) {
  margin-top: 35px;
}
.link .link-group .link-group__content .link-group__content-block .item:nth-child(n+2) {
  margin-top: 35px;
}
.link .link-group .link-group__content .link-group__content-block .item .title {
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.link .link-group .link-group__content .link-group__content-block .item .title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 3px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.link .link-group .link-group__content .link-group__content-block .item ul {
  padding-left: 15px;
  margin-top: 25px;
}
.link .link-group .link-group__content .link-group__content-block .item ul li {
  margin-top: 15px;
}
.link .link-group .link-group__content .link-group__content-block .item ul li a {
  text-decoration: underline;
}

/* recruit.php */
.recruit .recruit-about .recruit-about__text {
  margin-bottom: 25px;
  font-size: 13px;
}
.recruit .recruit-about .recruit-about__table .inner {
  padding-bottom: 10px;
  overflow-x: scroll;
}
.recruit .recruit-about .recruit-about__table table {
  display: block;
  width: 800px;
}
.recruit .recruit-about .recruit-about__table table tbody,
.recruit .recruit-about .recruit-about__table table tr {
  width: 100%;
}
.recruit .recruit-about .recruit-about__table table th {
  width: 170px;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  vertical-align: baseline;
  background: #e2e3fa;
  border: solid 1px #fff;
}
.recruit .recruit-about .recruit-about__table table td {
  width: calc(100% - 170px);
  padding: 15px 25px;
  font-size: 13px;
  border: solid 1px #c3c3c3;
}
.recruit .recruit-about .recruit-about__table table td ul li {
  padding-left: 1rem;
  margin: 5px 0;
  text-indent: -1rem;
}
.recruit .recruit-about .recruit-about__link {
  margin-top: 20px;
}
.recruit .recruit-about .recruit-about__link .text {
  font-size: 13px;
}
.recruit .recruit-about .recruit-about__link .common-button {
  margin-top: 25px;
}
.recruit .recruit-about .recruit-about__link .common-button a {
  margin: 0 auto;
}
.recruit .recruit-work {
  margin-top: 60px;
}
.recruit .recruit-work .recruit-work__content {
  position: relative;
  padding: 30px 0;
  margin-bottom: 45px;
}
.recruit .recruit-work .recruit-work__content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
  opacity: 0.25;
}
.recruit .recruit-work .recruit-work__content .inner {
  padding: 30px 20px 40px;
  background: #fff;
}
.recruit .recruit-work .recruit-work__content .title .text1 {
  font-size: 13px;
  font-weight: normal;
}
.recruit .recruit-work .recruit-work__content .title .date,
.recruit .recruit-work .recruit-work__content .title .text2 {
  font-size: 13px;
}
.recruit .recruit-work .recruit-work__content .title .text2 {
  text-align: right;
}
.recruit .recruit-work .recruit-work__content .list1 {
  margin-top: 25px;
  counter-reset: list1num 0;
}
.recruit .recruit-work .recruit-work__content .list1 .list1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.recruit .recruit-work .recruit-work__content .list1 .list1-item .list1-item__title {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  font-size: 13px;
  font-weight: bold;
}
.recruit .recruit-work .recruit-work__content .list1 .list1-item .list1-item__title::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 19px;
  height: 19px;
  font-size: 11px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  content: "" counter(list1num) "";
  counter-increment: list1num 1;
  /* number カウンタの増加数をセット */
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.recruit .recruit-work .recruit-work__content .list1 .list1-item .list1-item__text {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
}
.recruit .recruit-work .recruit-work__content .list2 {
  margin-top: 25px;
}
.recruit .recruit-work .recruit-work__content .list2 dt {
  margin-top: 20px;
}
.recruit .recruit-work .recruit-work__content .list2 dd {
  margin-top: 20px;
}
.recruit .recruit-work .recruit-work__content .list2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit .recruit-work .recruit-work__content .list2 .item .list2-item__title {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
}
.recruit .recruit-work .recruit-work__content .list2 .item .list2-item__title span {
  display: block;
  width: 56px;
  height: 26px;
  font-size: 11px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.recruit .recruit-work .recruit-work__content .list2 .item .list2-item__text {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
}

/*追記*/
.recruit h3 {
  font-size: 23px!important;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #7b85be;
}


/* saiyou.php */
.contact .form-table table {
  width: 100%;
}

/* sitepolicy.php */
.sitepolicy .sitepolicy-sec {
  margin: 25px 0 40px;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__title {
  position: relative;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
  height: 4px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list {
  counter-reset: sitepolicynum 0;
  /* number のカウンタを 0 にセット */
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list.list--first {
  margin-top: 30px;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .num {
  position: relative;
  padding-left: 30px;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .num::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-weight: bold;
  line-height: 19px;
  color: #fff;
  text-align: center;
  content: counter(sitepolicynum) "";
  /* 表示形式を指定 */
  counter-increment: sitepolicynum 1;
  /* number カウンタの増加数をセット */
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item:nth-child(n+2) {
  margin-top: 20px;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .title {
  font-size: 13px;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .text {
  padding-left: 30px;
  margin-top: 15px;
  font-size: 13px;
}
.sitepolicy .sitepolicy-sec .sitepolicy-sec__text {
  margin: 30px 0 20px;
  font-size: 13px;
}

#cultural .cultural-title .cultural-title__text {
  margin-bottom: 20px;
  font-size: 13px;
}
#cultural .cultural-title .cultural-title__text a {
  font-weight: bold;
  text-decoration: underline;
}
#cultural .cultural-gallery {
  margin-bottom: 20px;
}
#cultural .cultural-gallery .cultural-gallery__title {
  margin-bottom: 20px;
}
#cultural .cultural-gallery .cultural-gallery__title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#cultural .cultural-gallery .cultural-gallery__title h3 span {
  margin-right: 10px;
  line-height: 1;
}
#cultural .cultural-gallery .cultural-gallery__title h3 span img {
  width: auto;
  height: 20px;
}
#cultural .cultural-gallery .cultural-gallery__list {
  margin-bottom: 40px;
}
#cultural .cultural-gallery .cultural-gallery__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}
#cultural .cultural-gallery .cultural-gallery__list ul li {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 10px;
}
#cultural .cultural-gallery .cultural-gallery__list ul li a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cultural .cultural-gallery .cultural-gallery__list ul li a:hover {
  opacity: 0.5;
}

#sports .sports-title .sports-title__text {
  margin-bottom: 20px;
  font-size: 13px;
}
#sports .sports-title .sports-title__text a {
  text-decoration: underline;
}
#sports .sports-gallery {
  margin-bottom: 20px;
}
#sports .sports-gallery .sports-gallery__title {
  margin-bottom: 20px;
}
#sports .sports-gallery .sports-gallery__title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#sports .sports-gallery .sports-gallery__title h3 span {
  margin-right: 10px;
  line-height: 1;
}
#sports .sports-gallery .sports-gallery__title h3 span img {
  width: auto;
  height: 20px;
}
#sports .sports-gallery .sports-gallery__list {
  margin-bottom: 40px;
}
#sports .sports-gallery .sports-gallery__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}
#sports .sports-gallery .sports-gallery__list ul li {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 10px;
}
#sports .sports-gallery .sports-gallery__list ul li a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#sports .sports-gallery .sports-gallery__list ul li a:hover {
  opacity: 0.5;
}

#pass .pass-status,
#pass .pass-recruit {
  margin-bottom: 30px;
}
#pass .pass-status h3,
#pass .pass-recruit h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  font-weight: bold;
  color: #7b85be;
}
#pass .pass-status h4,
#pass .pass-recruit h4 {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
#pass .pass-status h4::after,
#pass .pass-recruit h4::after {
  display: block;
  width: 45%;
  height: 4px;
  margin-top: 2px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#pass .pass-status h4 span,
#pass .pass-recruit h4 span {
  font-size: 13px;
}
#pass .pass-status p,
#pass .pass-recruit p {
  font-size: 13px;
}
#pass .pass-status ul,
#pass .pass-recruit ul {
  padding: 20px 0;
}
#pass .pass-status ul li,
#pass .pass-recruit ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 13px;
}
#pass .pass-status ul li span,
#pass .pass-recruit ul li span {
  position: absolute;
  top: 0;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to bottom, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#pass .pass-status .pass-status__list,
#pass .pass-recruit .pass-status__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pass .pass-status .pass-status__list .pass-status__item,
#pass .pass-recruit .pass-status__list .pass-status__item {
  margin-bottom: 30px;
}
#pass .pass-status .figure,
#pass .pass-recruit .figure {
  margin-bottom: 20px;
  overflow-x: scroll;
}
#pass .pass-status .figure table,
#pass .pass-recruit .figure table {
  width: 800px;
  margin-bottom: 10px;
}
#pass .pass-status .figure table th,
#pass .pass-recruit .figure table th {
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  background-color: #e2e3fa;
  border: 1px solid #fff;
}
#pass .pass-status .figure table td,
#pass .pass-recruit .figure table td {
  padding: 10px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #c3c3c3;
}
#pass .pass-status dl,
#pass .pass-recruit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
#pass .pass-status dl dt,
#pass .pass-recruit dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
#pass .pass-status dl dd,
#pass .pass-recruit dl dd {
  font-size: 13px;
}

#study-abroad .study-abroad-mind .study-abroad-mind__text {
  margin-bottom: 20px;
  font-size: 13px;
}
#study-abroad .study-abroad-mind .study-abroad-mind__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
#study-abroad .study-abroad-mind .study-abroad-mind__list li {
  margin-bottom: 30px;
}
#study-abroad .study-abroad-mind .study-abroad-mind__list li:last-child {
  margin-bottom: 0;
}
#study-abroad .study-abroad-mind .study-abroad-mind__list li dl dt {
  margin-bottom: 10px;
}
#study-abroad .study-abroad-mind .study-abroad-mind__list li dl dd {
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#study-abroad .study-abroad-world .study-abroad-world__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
#study-abroad .study-abroad-world .study-abroad-world__list li {
  margin-bottom: 30px;
}
#study-abroad .study-abroad-world .study-abroad-world__list li dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -3.01%;
  margin-left: -3.01%;
}
#study-abroad .study-abroad-world .study-abroad-world__list li dl dt {
  z-index: 1;
  width: 75%;
  margin: 0 auto;
}
#study-abroad .study-abroad-world .study-abroad-world__list li dl dt img {
  width: 100%;
  height: auto;
}
#study-abroad .study-abroad-world .study-abroad-world__list li dl dd {
  z-index: 0;
  padding: 20px 6%;
  padding-top: 35vw;
  margin-top: -30vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(157, 126, 182, 0.25)), color-stop(rgba(142, 129, 185, 0.25)), color-stop(rgba(135, 130, 187, 0.25)), color-stop(rgba(127, 131, 189, 0.25)), to(rgba(123, 133, 191, 0.25)));
  background: linear-gradient(to right, rgba(157, 126, 182, 0.25), rgba(142, 129, 185, 0.25), rgba(135, 130, 187, 0.25), rgba(127, 131, 189, 0.25), rgba(123, 133, 191, 0.25));
}
#study-abroad .study-abroad-world .study-abroad-world__list li dl dd .copy {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #4f5898;
}
#study-abroad .study-abroad-world .study-abroad-world__list li dl dd .text {
  font-size: 13px;
}

#admission-require .admission-require-info {
  margin-bottom: 50px;
}
#admission-require .admission-require-info .admission-require-info__text {
  margin-bottom: 20px;
  font-size: 13px;
}
#admission-require .admission-require-info .admission-require-info__figure {
  padding: 20px 0;
}
#admission-require .admission-require-info .admission-require-info__contact {
  font-size: 13px;
  line-height: 2;
}
#admission-require .admission-require-info .admission-require-info__contact h3 {
  font-size: 13px;
  font-weight: bold;
  color: #7b85be;
}
#admission-require .admission-require-news .admission-require-news__list {
  margin-top: 60px;
  margin-bottom: 40px;
}
#admission-require .admission-require-news .admission-require-news__list .admission-require-news__item {
  margin-bottom: 30px;
}
#admission-require .admission-require-news .admission-require-news__list .no-data {
  font-size: 18px;
  text-align: center;
}
#admission-require .admission-require-news .admission-require-news__list a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#admission-require .admission-require-news .admission-require-news__list a:hover {
  opacity: 0.5;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-image {
  display: none;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-left {
  width: 30%;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-left .image img {
  width: 100%;
  height: auto;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right {
  width: 70%;
  padding-left: 10px;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .date {
  margin-bottom: 5px;
  font-size: 12px;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .title {
  margin-bottom: 5px;
  font-size: 16px;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .category {
  margin-bottom: 10px;
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .category span {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .text {
  display: none;
}
#admission-require .admission-require-news .admission-require-news__list a .item-caption {
  font-size: 12px;
}
#admission-require .admission-require-news .common-button {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#open-school .open-school-info__figure {
  margin-bottom: 30px;
}
#open-school .open-school-info__figure dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#open-school .open-school-info__figure dl dt {
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  background-color: #e2e3fa;
  border: 1px solid #fff;
}
#open-school .open-school-info__figure dl dd {
  padding: 20px 3%;
  font-size: 13px;
  border: 1px solid #ccc;
}
#open-school .open-school-info__figure dl dd strong {
  color: #a80303;
}
#open-school .open-school-info__figure dl dd i {
  font-style: normal;
  font-weight: bold;
}
#open-school .open-school-info__figure dl dd p {
  margin-bottom: 20px;
}
#open-school .open-school-info__figure dl dd a {
  font-weight: bold;
  text-decoration: underline;
}
#open-school .open-school-info__figure dl dd a:hover {
  text-decoration: none;
}
#open-school .open-school-info__figure dl dd .common-button a {
  margin: 0;
  text-decoration: none;
}
#open-school .open-school-info__contact {
  margin-bottom: 40px;
}
#open-school .open-school-info__contact h3 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #7b85be;
}
#open-school .open-school-info__contact p {
  font-size: 13px;
}
#open-school .open-school-schedule .text {
  margin-bottom: 20px;
  font-size: 13px;
}


/*追記*/

.bg{
	background-color: #c3c3c3;
	padding: 15px 10px;
    text-align: center;
}

.cell{
	padding: 15px 10px;
	background: #f1f1f1;
}

.scroll table{
	min-width: 1000px;
}
.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 	height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}

#scholarship {
  overflow: hidden;
}
#scholarship .scholarship-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
#scholarship .scholarship-info .scholarship-info__text {
  margin-bottom: 30px;
}
#scholarship .scholarship-info .scholarship-info__text p {
  font-size: 13px;
}
#scholarship .scholarship-info .scholarship-info__image {
  margin-right: -15px;
  margin-left: -15px;
}
#scholarship .scholarship-point {
  position: relative;
  padding: 30px 30px 0;
  margin-right: -15px;
  margin-left: -15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(157, 126, 182, 0.25)), color-stop(rgba(142, 129, 185, 0.25)), color-stop(rgba(135, 130, 187, 0.25)), color-stop(rgba(127, 131, 189, 0.25)), to(rgba(123, 133, 191, 0.25)));
  background: linear-gradient(to right, rgba(157, 126, 182, 0.25), rgba(142, 129, 185, 0.25), rgba(135, 130, 187, 0.25), rgba(127, 131, 189, 0.25), rgba(123, 133, 191, 0.25));
}
#scholarship .scholarship-point .scholarship-point__title {
  position: absolute;
  margin-top: -70px;
  margin-left: -30px;
}
#scholarship .scholarship-point .scholarship-point__title h2.en {
  font-family: "Arial", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: rgba(208, 188, 237, 0.81);
}
#scholarship .scholarship-point .scholarship-point__figure {
  margin-bottom: 20px;
}
#scholarship .scholarship-point .scholarship-point__info {
  margin-bottom: 20px;
}
#scholarship .scholarship-point .scholarship-point__info .scholarship-point__item {
  padding-bottom: 20px;
}
#scholarship .scholarship-point .scholarship-point__info .scholarship-point__item h3 {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #4f5898;
  background-color: #fff;
}
#scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p {
  margin-bottom: 5px;
  font-size: 13px;
}
#scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p strong {
  font-size: 15px;
  color: #4f5898;
}
#scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p em {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(93, 110, 168, 0.6)));
  background: linear-gradient(transparent 60%, rgba(93, 110, 168, 0.6) 60%);
}
#scholarship .scholarship-point3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#scholarship .scholarship-point3 .list li {
  margin-bottom: 20px;
}
#scholarship .scholarship-point3 .list li dl {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
  background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
}
#scholarship .scholarship-point3 .list li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
}
#scholarship .scholarship-point3 .list li dl dt span {
  margin-right: 10px;
}
#scholarship .scholarship-point3 .list li dl dt span img {
  width: auto;
  height: 25px;
}
#scholarship .scholarship-point3 .list li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin: 1px 1px -1px;
  font-size: 15px;
  background-color: #fff;
}
#scholarship .scholarship-figure .scholarship-figure__figure {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#scholarship .scholarship-figure .scholarship-figure__figure figure {
  padding-bottom: 10px;
  overflow-x: scroll;
}
#scholarship .scholarship-figure .scholarship-figure__figure figure span {
  display: block;
  width: 800px;
}
#scholarship .scholarship-figure .scholarship-figure__caption {
  margin-bottom: 30px;
}
#scholarship .scholarship-figure .scholarship-figure__caption p {
  margin-bottom: 10px;
  font-size: 13px;
}

#university {
  margin-bottom: 50px;
}
#university h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #7b85be;
}
#university h4 {
  margin-bottom: 5px;
  font-size: 13px;
}
#university p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
}
#university ul {
  margin-top: 40px;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
}
#university ul li {
  margin-bottom: 20px;
}
#university ul li figure figcaption {
  display: inline-block;
  padding: 5px;
  margin: 10px 3%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}

#class .class-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
#class .class-contents .class-contents__text {
  margin-bottom: 20px;
}
#class .class-contents .class-contents__text h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #7b85be;
}
#class .class-contents .class-contents__text p {
  font-size: 13px;
  line-height: 2;
}
#class .class-contents .class-contents__text p.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#class .class-contents .class-contents__text p.banner span {
  display: block;
  font-size: 12px;
}
#class .class-contents .class-contents__text p.name {
  display: none;
}
#class .class-contents .class-contents__image {
  margin-bottom: 20px;
}
#class .class-contents .class-contents__image .name {
  margin-top: 15px;
  font-size: 15px;
}
#class .class-contents .class-contents__image .name span {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

#event .event-year {
  margin-bottom: 65px;
}
#event .event-year .event-year__text {
  margin-bottom: 30px;
  font-size: 13px;
}
#event .event-year .event-year__text a {
  font-weight: bold;
  text-decoration: underline;
}
#event .event-year .event-year__list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-size: 13px;
}
#event .event-year .event-year__list p a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#event .event-year .event-year__list p a:hover {
  opacity: 0.5;
}
#event .event-year .event-year__list p a img {
  margin-right: 10px;
}
#event .event-schoollife {
  position: relative;
  padding: 20px 15px;
  margin-right: -15px;
  margin-bottom: 50px;
  margin-left: -15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(157, 126, 182, 0.25)), color-stop(rgba(142, 129, 185, 0.25)), color-stop(rgba(135, 130, 187, 0.25)), color-stop(rgba(127, 131, 189, 0.25)), to(rgba(123, 133, 191, 0.25)));
  background: linear-gradient(to right, rgba(157, 126, 182, 0.25), rgba(142, 129, 185, 0.25), rgba(135, 130, 187, 0.25), rgba(127, 131, 189, 0.25), rgba(123, 133, 191, 0.25));
}
#event .event-schoollife h2 {
  position: absolute;
  top: -35px;
  left: 0;
  font-family: "Arial", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: rgba(208, 188, 237, 0.85);
}
#event .event-schoollife .copy {
  padding: 10px;
  margin-top: 20px;
  margin-right: 3%;
  margin-bottom: 40px;
  margin-left: 3%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#9d7eb6), color-stop(#8e81b9), color-stop(#8782bb), color-stop(#7f83bd), to(#7b85bf));
  background: linear-gradient(to right, #9d7eb6, #8e81b9, #8782bb, #7f83bd, #7b85bf);
}
#event .event-schoollife .event-schoollife__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -4%;
}
#event .event-schoollife .event-schoollife__list .event-schoollife__item {
  position: relative;
  width: 46%;
  margin-bottom: 40px;
  margin-left: 4%;
}
#event .event-schoollife .event-schoollife__list .event-schoollife__item .month {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  text-align: right;
}
#event .event-schoollife .event-schoollife__list .event-schoollife__item .month img {
  width: auto;
  height: 60px;
}
#event .event-schoollife .event-schoollife__list .event-schoollife__item .text {
  min-height: 190px;
  padding: 20px 10px 40px 30px;
  margin-top: 20px;
  margin-left: 15%;
  font-size: 13px;
  background-color: #fff;
}
#event .event-schoollife .event-schoollife__list .event-schoollife__item .image {
  width: 80%;
  margin-top: -30px;
}
#event .event-schoollife .event-schoollife__list .event-schoollife__item:first-child .image {
  width: 35%;
  margin-top: -40px;
}
#event .event-hawaii {
  margin-bottom: 80px;
}
#event .event-hawaii .event-hawaii__text {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 2;
}
#event .event-hawaii .event-hawaii__gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
}
#event .event-hawaii .event-hawaii__gallery ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 425px) {
  .form-table table td .form-xsm {
    max-width: 180px;
  }
  .about .about-sec2 .page-subtitle h2 br {
    display: none;
  }
  .about .about-sec3 .page-subtitle h2 br {
    display: none;
  }
  .about .about-sec4 .page-subtitle h2 br {
    display: none;
  }
}
@media screen and (min-width: 554px) {
  .header__logo a img {
    width: 80px;
  }
  .header__logo a span {
    margin-left: 10px;
    font-size: 24px;
  }
  .no-sm-up {
    display: none;
  }
  .notfound .notfound-content .text {
    text-align: center;
  }
  .l-container {
    padding: 0 3%;
  }
  .about .about-sec .about-sec__link a {
    font-size: 15px;
  }
  .about .about-sec .about-sec__link a span {
    padding-right: 40px;
  }
  .normal .normal--schedule .normal--schedule__block .normal--blocktitle span {
    text-align: center;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__block .tokushin--blocktitle span {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .page-title .page-title__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 180px;
    padding: 0;
    background-image: url(img/common/page_title_bg.png);
    background-position: 15% 0;
    background-size: 350px;
  }
  .page-title .page-title__body .ja {
    font-size: 24px;
  }
  .page-title .page-title__body .en {
    font-size: 16px;
  }
  .section-title {
    font-size: 27px;
  }
  .form-title .form-title__attention {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2;
  }
  .form-table table th {
    display: table-cell;
    width: 240px;
    padding: 6px 16px;
  }
  .form-table table td {
    display: table-cell;
    width: calc(100% - 240px);
    padding: 6px 16px;
  }
  .form-table table td .form-xsm {
    max-width: 220px;
  }
  .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 55px 0 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .form-submit .form-submit__btn {
    width: 250px;
    margin: 0 25px;
  }
  .form-submit .form-submit__btn:hover::before {
    opacity: 0;
  }
  .form-submit .form-submit__btn:hover::after {
    opacity: 1;
  }
  .form-submit .form-submit__btn:hover input {
    color: #000;
  }
  .form-thanks .form-thanks__text {
    margin-bottom: 120px;
    font-size: 15px;
    line-height: 2;
  }
  .form-thanks .form-thanks__contact {
    margin-bottom: 120px;
  }
  .form-thanks .form-thanks__contact .title {
    font-size: 16px;
  }
  .form-thanks .form-thanks__contact .text {
    font-size: 15px;
    line-height: 2;
  }
  .no-md-up {
    display: none;
  }
  .notfound .notfound-content {
    margin-top: 120px;
  }
  .notfound .notfound-content .text {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .l-container {
    padding: 0 20px;
  }
  .l-container--lg {
    padding: 0 20px;
  }
  .l-container--sm {
    padding: 0 20px;
  }
  .page .content {
    padding: 80px 0;
  }
  .page-header {
    padding: 54px 0;
  }
  .page-header__container h1,
.page-header__container h2 {
    font-size: 48px;
  }
  .article h3 {
    font-size: 30px;
  }
  .article__container {
    margin: 36px auto 0;
  }
  .article__item {
    padding: 24px 24px 24px 0;
    font-size: 14px;
  }
  .article__item .date {
    font-size: 14px;
  }
  .article__item .title {
    padding-left: 48px;
  }
  .about .about-sec .about-sec__text {
    font-size: 15px;
    line-height: 2;
  }
  .about .about-sec .about-sec__blocktitle {
    font-size: 18px;
  }
  .about .about-sec .about-sec__block {
    padding: 30px 40px;
  }
  .about .about-sec .about-sec__block ul li .text1 {
    width: 260px;
  }
  .about .about-sec .about-sec__block ul li .text2 {
    width: calc(100% - 260px);
    margin-top: 0;
  }
  .about .about-sec .about-sec__link a:hover {
    opacity: 0.7;
  }
  .about .about-sec1 .about-sec1__image {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .about .about-sec1 .about-sec1__image figure {
    width: 100%;
  }
  .about .about-sec1 .about-sec1__attention {
    margin-top: 30px;
  }
  .about .about-sec1 .about-sec1__attention p {
    margin-top: 10px;
    font-size: 15px;
  }
  .about .about-sec2 {
    margin-top: 130px;
  }
  .about .about-sec2 .about-sec2__content .l-container {
    padding: 0 20px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody {
    width: 60%;
    padding: 0;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody .text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .image {
    width: 40%;
    margin-top: 0;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(n+2) {
    margin-top: 45px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(odd) .textbody {
    padding-right: 30px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(even) .image {
    padding-right: 30px;
    margin-top: 30px;
  }
  .about .about-sec3 {
    margin-top: 100px;
  }
  .about .about-sec3 .about-sec3__content .l-container {
    padding: 0 20px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody {
    width: 60%;
    padding: 0;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody .text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .image {
    width: 40%;
    margin-top: 0;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(n+2) {
    margin-top: 45px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(odd) .textbody {
    padding-right: 30px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(even) .textbody {
    width: 65%;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(even) .textbody .title {
    margin-top: 10px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(even) .image {
    width: 35%;
    padding-right: 30px;
  }
  .about .about-sec4 {
    margin-top: 130px;
  }
  .about .about-sec4 .about-sec4__content .l-container {
    padding: 0 20px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody {
    padding: 0;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody .text {
    font-size: 15px;
    line-height: 2;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(odd) .textbody {
    max-width: 500px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(odd) .image {
    max-width: 490px;
    margin: -15px 0 0 auto;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(even) .textbody {
    max-width: 500px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(even) .image {
    max-width: 545px;
    margin: -15px 0 0 auto;
  }
  .about .about-sec5 {
    margin-top: 40px;
  }
  .about .about-sec5 .about-sec5__content .textbody {
    width: 70%;
    padding-right: 35px;
  }
  .about .about-sec5 .about-sec5__content .textbody .lead {
    margin: 0 0 45px;
    font-size: 18px;
  }
  .about .about-sec5 .about-sec5__content .textbody .text,
.about .about-sec5 .about-sec5__content .textbody .caption {
    font-size: 15px;
    line-height: 2;
  }
  .about .about-sec5 .about-sec5__content .image {
    width: 30%;
    margin-top: -50px;
  }
  .about .about-sec5 .about-sec5__content .image figure {
    max-width: none;
    margin: 0;
  }
  .about .about-sec6 {
    margin-top: 100px;
  }
  .about .about-sec6 .l-container {
    padding: 0 20px;
  }
  .about .about-sec6 .about-sec6__content {
    padding: 65px 50px;
  }
  .about .about-sec6 .about-sec6__content .table {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .about .about-sec6 .about-sec6__content .table table {
    width: 100%;
  }
  .about .about-sec6 .about-sec6__content .table th,
.about .about-sec6 .about-sec6__content .table td {
    padding: 5px 0;
    font-size: 15px;
  }
  .about .about-sec6 .about-sec6__content .table .sel1 {
    width: 160px;
  }
  .about .about-sec6 .about-sec6__content .table .sel2 {
    width: 85px;
  }
  .about .about-sec6 .about-sec6__content .table .sel3 {
    width: calc(100% - 245px);
  }
  .about .about-sec7 {
    margin-top: 100px;
  }
  .about .about-sec7 .about-sec7__text .icon {
    width: 30%;
    max-width: none;
    margin: 0;
  }
  .about .about-sec7 .about-sec7__text .text {
    width: 70%;
    padding-left: 50px;
    margin-top: 0;
    font-size: 15px;
  }
  .about .about-sec7 .about-sec7__image {
    margin-top: 50px;
  }
  .about .about-sec7 .about-sec7__image .caption {
    margin-top: 40px;
    font-size: 15px;
  }
  .about .about-sec8 {
    margin-top: 90px;
  }
  .about .about-sec8 .about-sec8__lead {
    margin: 0 0 30px;
    font-size: 23px;
  }
  .about .about-sec8 .about-sec8__list li {
    padding-left: 40px;
    margin: 20px 0;
    font-size: 15px;
  }
  .about .about-sec8 .about-sec8__list li::before {
    top: 11px;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
  .about .about-sec9 {
    margin-top: 80px;
  }
  .about .about-sec9 .about-sec__blocktitle {
    margin: 70px 0 30px;
  }
  .about .about-sec9 .about-sec__block {
    width: calc(100% - 40px);
    max-width: 1090px;
    margin: 0 auto;
  }
  .about .about-sec10 {
    margin-top: 80px;
  }
  .about .about-sec10 .about-sec__blocktitle {
    margin: 40px 0 25px;
  }
  .about .about-sec11 {
    margin-top: 80px;
  }
  .about .about-sec11 .about-sec__block {
    margin-top: 50px;
  }
  .about .about-sec11 .about-sec11__image .l-container {
    padding: 0 20px;
  }
  .about .about-sec11 .about-sec11__image .inner {
    margin: 0 -25px;
  }
  .about .about-sec11 .about-sec11__image .inner .item {
    width: 50%;
    padding: 0 25px;
    margin-top: 40px;
  }
  .about .about-sec11 .about-sec11__image .inner .item .text {
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
  }
  .about .about-sec11 .about-sec11__list {
    padding: 0 20px;
  }
  .download .download-content__table th {
    display: table-cell;
    width: 230px;
    padding: 15px 25px;
  }
  .download .download-content__table th br {
    display: inline;
  }
  .download .download-content__table th a {
    margin-top: 2px;
  }
  .download .download-content__table th a:hover {
    opacity: 0.7;
  }
  .download .download-content__table td {
    display: table-cell;
    width: calc(100% - 230px);
    padding: 15px 25px;
    font-size: 15px;
  }
  .download .download-content__table td ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
  .download .download-content__table td a:hover {
    text-decoration: none;
  }
  .normal .normal--lead .md {
    display: inline;
  }
  .normal .normal--text {
    font-size: 15px;
    line-height: 2;
  }
  .normal .normal--blocktitle span {
    width: auto;
    padding: 10px 25px;
    font-size: 22px;
  }
  .normal .normal--schedule .l-container {
    padding: 125px 20px 75px;
  }
  .normal .normal--schedule .inner::before {
    height: calc(100% - 27px);
  }
  .normal .normal--schedule .normal--schedule__title .normal--blocktitle {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .normal .normal--schedule .normal--schedule__title .en {
    top: -15px;
    font-size: 60px;
  }
  .normal .normal--schedule .normal--schedule__image .image--sm {
    width: 34%;
    max-width: none;
    padding-right: 34px;
    margin: 0;
  }
  .normal .normal--schedule .normal--schedule__image .image--lg figure {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .normal .normal--schedule .normal--schedule__image .image--lg {
    width: 66%;
    margin-top: 0;
  }
  .normal .normal--schedule .normal--schedule__image .image--lg figure {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .normal .normal--schedule .normal--schedule__image .image--lg span {
    width: auto;
  }
  .normal .normal--schedule .normal--schedule__image .image--full {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .normal .normal--schedule .normal--schedule__image .caption {
    margin-top: 15px;
  }
  .normal .normal--schedule .normal--schedule__block {
    margin-top: 85px;
  }
  .normal .normal--schedule .normal--schedule__block .text {
    margin: 15px 0 30px;
  }
  .normal .normal--schedule .normal--schedule__block .image {
    max-width: none;
    margin: 0;
  }
  .normal .normal-about .normal-about__head .image {
    margin-top: 40px;
  }
  .normal .normal-about .normal-about__point {
    margin-top: 100px;
  }
  .normal .normal-about .normal-about__point .caption {
    padding-left: 0;
    margin-top: 15px;
  }
  .normal .normal-about .normal-about__point .caption span {
    font-size: 13px;
  }
  .normal .normal-about .normal-about__point .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .normal .normal-about .normal-about__point .normal-about__point-text {
    width: 70%;
    padding-right: 55px;
  }
  .normal .normal-about .normal-about__point .normal-about__point-text .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .normal .normal-about .normal-about__point .normal-about__point-text .item .image {
    display: none;
  }
  .normal .normal-about .normal-about__point .normal-about__point-text .item .textbody {
    padding: 0;
    margin-top: 0;
  }
  .normal .normal-about .normal-about__point .normal-about__point-text .item .textbody .point {
    width: 140px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .normal .normal-about .normal-about__point .normal-about__point-text .item .textbody .lead {
    margin: 20px 0 30px;
  }
  .normal .normal-about .normal-about__point .normal-about__point-image {
    display: block;
  }
  .normal .normal-about .normal-about__point .normal-about__point-image figure:not(:first-child) {
    margin-top: 65px;
  }
  .normal .normal-about .normal-about__timetable {
    margin-top: 145px;
  }
  .normal .normal-about .normal-about__latest {
    margin-top: 50px;
  }
  .normal .normal-about .normal-about__latest .title {
    font-size: 18px;
  }
  .normal .normal-about .normal-about__latest .title:not(:first-child) {
    margin-top: 45px;
  }
  .normal .normal-about .normal-about__latest .text {
    margin-top: 20px;
    line-height: 40px;
  }
  .normal .normal-about .normal-about__schedule {
    margin-top: 120px;
  }
  .normal .normal-message {
    margin-top: 95px;
  }
  .normal .normal-message .normal-message__content {
    padding: 0 20px;
  }
  .normal .normal-message .inner .textbody {
    width: 70%;
  }
  .normal .normal-message .inner .textbody .text {
    margin-top: 40px;
  }
  .normal .normal-message .inner .image {
    width: 30%;
    margin-top: 0;
  }
  .normal .normal-message .inner .image .caption {
    padding-left: 0;
  }
  .normal .normal-message .inner .image .caption .text1 {
    font-size: 18px;
  }
  .normal .normal-message .inner .image .caption .text2 {
    margin-top: 4px;
    font-size: 22px;
  }
  .normal .normal-message .inner .image .caption .text3 {
    margin-top: 4px;
    font-size: 18px;
  }
  .normal .normal-message.message1 .inner .textbody {
    padding: 0 55px 0 0;
  }
  .normal .normal-message.message2 .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .normal .normal-message.message2 .inner .textbody {
    padding: 0 0 0 55px;
  }
  .tokushin .tokushin--lead .md {
    display: inline;
  }
  .tokushin .tokushin--text {
    font-size: 15px;
    line-height: 2;
  }
  .tokushin .tokushin--blocktitle span {
    width: auto;
    padding: 10px 25px;
    font-size: 22px;
  }
  .tokushin .tokushin--schedule .l-container {
    padding: 125px 20px 75px;
  }
  .tokushin .tokushin--schedule .inner::before {
    height: calc(100% - 27px);
  }
  .tokushin .tokushin--schedule .tokushin--schedule__title .tokushin--blocktitle {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__title .en {
    top: -15px;
    font-size: 60px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .image--sm {
    width: 34%;
    max-width: none;
    padding-right: 34px;
    margin: 0;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .image--lg figure {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .image--lg {
    width: 66%;
    margin-top: 0;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .image--lg figure {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .image--lg span {
    width: auto;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .image--full {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__image .caption {
    margin-top: 15px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__block {
    margin-top: 85px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__block .text {
    margin: 15px 0 30px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__block .image {
    max-width: none;
    margin: 0;
  }
  .tokushin .tokushin-about .tokushin-about__point {
    margin-top: 85px;
  }
  .tokushin .tokushin-about .tokushin-about__point .l-container {
    padding: 0 20px;
  }
  .tokushin .tokushin-about .tokushin-about__point .item {
    margin-top: 65px;
  }
  .tokushin .tokushin-about .tokushin-about__point .item .image {
    width: 30%;
  }
  .tokushin .tokushin-about .tokushin-about__point .item .image .caption {
    padding-left: 0;
    margin-top: 15px;
  }
  .tokushin .tokushin-about .tokushin-about__point .item .image .caption span {
    font-size: 13px;
  }
  .tokushin .tokushin-about .tokushin-about__point .item .textbody {
    width: 70%;
    padding: 0 0 0 55px;
    margin-top: 0;
  }
  .tokushin .tokushin-about .tokushin-about__point .item .textbody .point {
    width: 104px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .tokushin .tokushin-about .tokushin-about__point .item .textbody .lead {
    margin: 20px 0 30px;
  }
  .tokushin .tokushin-about .tokushin-about__timetable {
    margin-top: 145px;
  }
  .tokushin .tokushin-about .tokushin-about__latest {
    margin-top: 50px;
  }
  .tokushin .tokushin-about .tokushin-about__latest .title {
    font-size: 18px;
  }
  .tokushin .tokushin-about .tokushin-about__latest table {
    margin-top: 25px;
  }
  .tokushin .tokushin-about .tokushin-about__latest table th {
    display: table-cell;
    width: 165px;
    padding: 0;
    vertical-align: baseline;
  }
  .tokushin .tokushin-about .tokushin-about__latest table td {
    display: table-cell;
    width: calc(100% - 165px);
  }
  .tokushin .tokushin-about .tokushin-about__schedule {
    margin-top: 120px;
  }
  .tokushin .tokushin-message {
    margin-top: 95px;
  }
  .tokushin .tokushin-message .tokushin-message__content {
    padding: 0 20px;
  }
  .tokushin .tokushin-message .inner .textbody {
    width: 70%;
    padding: 0 55px 0 0;
  }
  .tokushin .tokushin-message .inner .textbody .text {
    margin-top: 40px;
  }
  .tokushin .tokushin-message .inner .image {
    width: 30%;
    margin-top: 0;
  }
  .tokushin .tokushin-message .inner .image .caption {
    padding-left: 0;
  }
  .tokushin .tokushin-message .inner .image .caption .text1 {
    font-size: 18px;
  }
  .tokushin .tokushin-message .inner .image .caption .text2 {
    margin-top: 4px;
    font-size: 22px;
  }
  .tokushin .tokushin-message .inner .image .caption .text2 span{
    font-size: 16px;
  }
  .link .link-btn .link-btn__content .item {
    width: 50%;
  }
  .link .link-btn .link-btn__content .item:nth-child(n+2) {
    margin-top: 0;
  }
  .link .link-btn .link-btn__content .item a {
    margin: 0 auto;
  }
  .link .link-btn .link-btn__content .item a:hover {
    opacity: 0.7;
  }
  .link .link-group {
    margin-top: 110px;
  }
  .link .link-group .link-group__lead .title {
    font-size: 27px;
  }
  .link .link-group .link-group__lead .title::before {
    max-width: 260px;
    height: 5px;
  }
  .link .link-group .link-group__lead .text {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2;
  }
  .link .link-group .link-group__content {
    margin-top: 30px;
  }
  .link .link-group .link-group__content .l-container {
    padding: 0 20px;
  }
  .link .link-group .link-group__content .inner {
    padding: 60px 0;
  }
  .link .link-group .link-group__content .link-group__content-block {
    width: 50%;
    padding: 0 70px;
  }
  .link .link-group .link-group__content .link-group__content-block:nth-child(n+2) {
    margin-top: 0;
  }
  .link .link-group .link-group__content .link-group__content-block .item:nth-child(n+2) {
    margin-top: 70px;
  }
  .link .link-group .link-group__content .link-group__content-block .item .title {
    font-size: 18px;
  }
  .link .link-group .link-group__content .link-group__content-block .item .title::before {
    width: 180px;
  }
  .link .link-group .link-group__content .link-group__content-block .item ul {
    padding-left: 0;
    margin-top: 35px;
  }
  .link .link-group .link-group__content .link-group__content-block .item ul li {
    margin-top: 20px;
  }
  .link .link-group .link-group__content .link-group__content-block .item ul li a:hover {
    text-decoration: none;
  }
  .recruit .recruit-about .recruit-about__text {
    font-size: 15px;
    line-height: 2;
  }
  .recruit .recruit-about .recruit-about__table .inner {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .recruit .recruit-about .recruit-about__table table {
    width: 100%;
  }
  .recruit .recruit-about .recruit-about__table table th {
    font-size: 15px;
  }
  .recruit .recruit-about .recruit-about__table table td {
    font-size: 15px;
  }
  .recruit .recruit-about .recruit-about__link {
    margin-top: 40px;
  }
  .recruit .recruit-about .recruit-about__link .text {
    font-size: 15px;
    line-height: 2;
  }
  .recruit .recruit-about .recruit-about__link .common-button {
    margin-top: 30px;
  }
  .recruit .recruit-about .recruit-about__link .common-button a {
    margin: 0;
  }
  .recruit .recruit-work {
    margin-top: 180px;
  }
  .recruit .recruit-work .recruit-work__content {
    padding: 90px 0 100px;
    margin-bottom: 0;
  }
  .recruit .recruit-work .recruit-work__content .inner {
    padding: 50px 45px;
  }
  .recruit .recruit-work .recruit-work__content .title .text1 {
    font-size: 15px;
    line-height: 2;
  }
  .recruit .recruit-work .recruit-work__content .title .date,
.recruit .recruit-work .recruit-work__content .title .text2 {
    font-size: 15px;
    line-height: 2;
  }
  .recruit .recruit-work .recruit-work__content .list1 {
    margin-top: 35px;
  }
  .recruit .recruit-work .recruit-work__content .list1 .list1-item {
    margin-top: 30px;
  }
  .recruit .recruit-work .recruit-work__content .list1 .list1-item .list1-item__title {
    width: 125px;
    font-size: 15px;
  }
  .recruit .recruit-work .recruit-work__content .list1 .list1-item .list1-item__title::before {
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
  .recruit .recruit-work .recruit-work__content .list1 .list1-item .list1-item__text {
    width: calc(100% - 125px);
    margin-top: 0;
    font-size: 15px;
  }
  .recruit .recruit-work .recruit-work__content .list2 {
    margin-top: 45px;
  }
  .recruit .recruit-work .recruit-work__content .list2 dt {
    margin-top: 25px;
  }
  .recruit .recruit-work .recruit-work__content .list2 .item .list2-item__title {
    width: 125px;
  }
  .recruit .recruit-work .recruit-work__content .list2 .item .list2-item__title span {
    font-size: 13px;
  }
  .recruit .recruit-work .recruit-work__content .list2 .item .list2-item__text {
    width: calc(100% - 125px);
    margin-top: 0;
    font-size: 15px;
  }
  .sitepolicy .sitepolicy-sec {
    margin: 50px 0 70px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__title {
    font-size: 27px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__title::before {
    max-width: 260px;
    height: 5px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__list.list--first {
    margin-top: 40px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .num {
    padding-left: 40px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .num::before {
    top: 11px;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .title {
    font-size: 15px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__list .item .text {
    padding-left: 40px;
    margin-top: 20px;
    font-size: 15px;
  }
  .sitepolicy .sitepolicy-sec .sitepolicy-sec__text {
    margin: 30px 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  p {
    line-height: 2;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 120px;
    font-size: 14px;
  }
  .header__container {
    width: 100%;
  }
  .header__logo {
    padding: 10px 20px;
  }
  .header__logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
  }
  .header__logo a img {
    width: 60px;
    margin-bottom: 5px;
  }
  .header__logo a span {
    margin-left: 0;
    font-size: 14px;
  }
  .header__logo a span br {
    display: inherit;
  }
  .header__nav {
    height: 120px;
  }
  .header__nav .main-nav {
    display: inherit;
    min-width: 630px;
    margin-top: 55px;
    margin-right: 270px;
  }
  .header__nav .main-nav .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 65px;
  }
  .header__nav .main-nav .main-nav__list .spShow {
    display: none;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item {
    height: 65px;
    cursor: pointer;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item a.spShow {
    display: none;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item .parentlink:hover {
    color: #9a9bcd;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item:hover::after {
    position: relative;
    top: -30px;
    left: 0;
    display: block;
    width: 15px;
    margin-left: 15px;
    content: "";
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(226, 227, 250, 0.85);
  }
  .header__nav .main-nav .main-nav__list .main-nav__item:hover .sub-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item.nosubmenu:hover::after {
    display: none;
  }
  .header__nav .main-nav .main-nav__list .main-nav__item.nosubmenu::after {
    display: none;
  }
  .header__nav .main-nav .main-nav__list .sub-nav__list {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 95px;
    visibility: hidden;
    background-color: #e2e3fa;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__nav .main-nav .main-nav__list .sub-nav__list li {
    padding: 0 30px;
  }
  .header__nav .main-nav .main-nav__list .sub-nav__list li a {
    font-size: 16px;
    position: relative;
  }
  .header__nav .main-nav .main-nav__list .sub-nav__list li a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2px solid #9a9bcd;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  .header__nav .main-nav .main-nav__list .sub-nav__list li a:hover::before {
    width: 100%;
    opacity: 1;
  }
  .header__nav .user-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: inherit;
    margin-right: 272px;
    border-bottom: 1px solid #c1c1c1;
  }
  .header__nav .user-nav .user-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 55px;
  }
  .header__nav .user-nav .user-nav__list li {
    padding-left: 25px;
  }
  .header__nav .user-nav .user-nav__list li:first-child {
    padding-left: 0;
  }
  .header__nav .user-nav .user-nav__list li a {
    color: #939395;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header__nav .user-nav .user-nav__list li a:hover {
    color: #7b85be;
  }
  .header__nav .request-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 248px;
    height: 120px;
  }
  .header__nav .request-nav__list li {
    height: 120px;
  }
  .header__nav .request-nav__list li a dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .header__nav .request-nav__list li a dl dt {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .header__nav .request-nav__list li a dl dt img {
    width: 40px;
    height: auto;
  }
  .header .nav-button {
    display: none;
  }
  #pagetop {
    position: absolute;
    right: 0;
    bottom: 35px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    max-width: 1190px;
    margin: auto;
  }
  #pagetop a {
    width: 56px;
    height: 56px;
    margin-right: 5%;
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  #pagetop a:hover {
    opacity: 0.5;
  }
  .footer {
    margin-top: 100px;
  }
  .footer .footer__container {
    display: block;
    padding: 67px 0;
  }
  .footer .footer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1190px;
    margin: 0 auto;
  }
  .footer .footer__info {
    max-width: 20%;
    margin-top: 0;
    margin-right: 5%;
  }
  .footer .footer__info .title img {
    margin-bottom: 5px;
  }
  .footer .footer__info .title span {
    font-size: 25px;
  }
  .footer .footer__info .text {
    font-size: 11px;
  }
  .footer .footer__navigation {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 85%;
  }
  .footer .footer__navigation .footernav__section {
    width: auto;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .footer .footer__navigation .footernav__section:last-child {
    margin-right: 0;
  }
  .footer .footer__navigation .footernav__section:nth-of-type(even) {
    width: auto;
  }
  .footer .footer__navigation .footernav__section .title {
    font-size: 15px;
  }
  .footer .footer__navigation .footernav__section .list li a {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .footer .footer__subnavigation {
    padding: 20px 10px;
  }
  .footer .footer__subnavigation .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer__subnavigation .list li {
    margin: 0 30px;
    margin-bottom: 0;
  }
  .footer .footer__subnavigation .list li a {
    font-size: 15px;
    opacity: 1;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .footer .footer__subnavigation .list li a:hover {
    opacity: 0.5;
  }
  .footer .footer__copyright {
    margin: 0;
    font-size: 14px;
  }
  .page-title {
    padding-top: 120px;
  }
  .page-subtitle {
    margin-bottom: 45px;
  }
  .page-subtitle h2 {
    font-size: 25px;
  }
  .page-subtitle h2::after {
    width: 250px;
  }
  .breadcrumbs-wrap {
    height: auto;
    padding: 30px 0 70px;
    overflow: auto;
  }
  .breadcrumbs-wrap .breadcrumbs {
    overflow: hidden;
    line-height: auto;
    text-align: right;
  }
  .no-lg-up {
    display: none;
  }
  #front {
    padding-top: 120px;
  }
  #front .fornt-cover .front-cover__container {
    position: relative;
  }
	

/* 追記 */
.pc {
	display: block; 
    top: 60px;
    position: relative;
    width: 440px;
    right: -250px;
}
.sp { display: none; }

.bnr-area{
	width: 1100px;
  max-width: 100%;
    margin: 50px auto;
}	

.bnr-area ul{
	  display: flex;	
}

.bnr-area ul li{
    list-style: none;	
	padding: 0 30px;
  width: 50%;
  box-sizing: border-box;
}

.bnr-area ul li a img{
	transition: 0.7s ;
}	

.bnr-area ul li a img:hover{
	opacity: 0.6;
}
	
@media screen and (max-width: 414px) {
.bnr-area ul{
	  display:block;	
}

.bnr-area ul li{
   display:block;
}

.bnr-area ul li a img{
	display:block;
}	

.bnr-area ul li a img:hover{
	display:block;
	}
	}
	

  #front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy .copy1 {
    bottom: 6.5vw;
    left: 60px;
    width: 62vw;
    max-width: 1100px;
  }
  #front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy .copy2 {
    right: auto;
    bottom: 80px;
    left: 509px;
    width: 35vw;
    max-width: 670px;
  }
  #front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider {
    margin-bottom: -7px;
  }
  #front .fornt-cover .front-cover__container .front-cover__visual .front-cover__slider .slider-item img {
    height: auto;
    vertical-align: middle;
  }
  #front .fornt-cover .front-cover__container .front-cover__movie {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 50;
    width: 30vw;
    max-width: 470px;
    background-color: #fff;
  }
  #front .front-news {
    padding-bottom: 0;
  }
  #front .front-news .page-title {
    padding-top: 0;
  }
  #front .front-news .front-news__list .front-news__menu {
    display: none;
  }
  #front .front-news .front-news__list .front-news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.3%;
    padding: 60px 20px;
    border-left: 1px solid #ccc;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item:last-child {
    border-right: 1px solid #ccc;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item .subtitle {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item .subtitle::after {
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px auto 15px;
    content: "";
    background-color: #7b85be;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl dt {
    margin-right: 20px;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item .list li a dl dd {
    max-width: calc(100% - 130px);
    font-size: 14px;
  }
  #front .front-news .front-news__list .front-news__contents .front-news__item .common-button {
    width: 240px;
    margin: 20px auto 0;
  }
  #front .front-slider .front-slider__container {
    padding: 60px 0;
  }
  #front .front-slider .front-slider__container .slick-prev {
    left: -25px;
    width: 50px;
    height: 50px;
  }
  #front .front-slider .front-slider__container .slick-next {
    right: -25px;
    width: 50px;
    height: 50px;
  }
  #front .front-slider .front-slider__item .front-slider__title {
    padding: 20px 40px;
    font-size: 32px;
  }
  #front .front-slider .front-slider__item .front-slider__contents dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #front .front-slider .front-slider__item .front-slider__contents dl dt {
    width: 50%;
    padding: 40px;
  }
  #front .front-slider .front-slider__item .front-slider__contents dl dt .title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #front .front-slider .front-slider__item .front-slider__contents dl dt .text {
    font-size: 15px;
    line-height: 30px;
  }
  #front .front-slider .front-slider__item .front-slider__contents dl dd {
    width: 50%;
  }
  #front .front-slider .front-slider__item .front-slider__contents dl dd img {
    height: auto;
    max-height: 100%;
  }
  #front .front-point {
    padding: 90px 0 0;
  }
  #front .front-point .front-point__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 100px;
  }
  #front .front-point .front-point__item:last-child {
    margin-bottom: 60px;
  }
  #front .front-point .front-point__item .item-caption {
    width: 50%;
    padding-top: 50px;
    padding-right: 5%;
  }
  #front .front-point .front-point__item .item-caption dl dt {
    min-width: 70px;
    margin-right: 6%;
  }
  #front .front-point .front-point__item .item-caption dl dt h2 {
    padding: 30px 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #front .front-point .front-point__item .item-caption dl dt h2 span {
    letter-spacing: 0.2em;
  }
  #front .front-point .front-point__item .item-caption dl dd h3 {
    margin-bottom: 40px;
    font-size: 23px;
  }
  #front .front-point .front-point__item .item-caption dl dd p {
    font-size: 15px;
  }
  #front .front-point .front-point__item .item-caption .common-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    margin-top: 20px;
  }
  #front .front-point .front-point__item .item-caption .common-button a {
    margin: 0;
  }
  #front .front-point .front-point__item .item-caption .common-button.second-button a {
    margin: auto;
  }
  #front .front-point .front-point__item .item-image {
    width: 50%;
    max-width: 550px;
    margin-right: 0;
    margin-left: 0;
  }
  #front .front-point .front-point__item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #front .front-point .front-point__item.reverse .item-caption {
    padding-right: 0;
    padding-left: 5%;
  }
  #front .front-facility .front-facility__title {
    margin-bottom: 50px;
  }
  #front .front-facility .front-facility__title h2 {
    font-size: 26px;
  }
  #front .front-facility .front-facility__title h2::after {
    max-width: 220px;
    margin: 15px auto 0;
  }
  #front .front-facility .front-facility__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #front .front-facility .front-facility__list .front-facility__item {
    width: 48%;
  }
  #front .front-facility .front-facility__list .front-facility__item dl dt.image {
    margin-bottom: 20px;
  }
  #front .front-facility .front-facility__list .front-facility__item dl dd.caption .title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  #front .front-facility .front-facility__list .front-facility__item dl dd.caption .test {
    font-size: 15px;
  }
  #front .front-entrance {
    padding: 80px 0;
  }
  #front .front-entrance .front-entrance__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #front .front-entrance .front-entrance__caption dl {
    width: calc(100% - 260px);
  }
  #front .front-entrance .front-entrance__caption dl dt {
    min-width: 70px;
    margin-right: 4%;
  }
  #front .front-entrance .front-entrance__caption dl dt h2 {
    padding: 30px 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #front .front-entrance .front-entrance__caption dl dt h2 span {
    letter-spacing: 0.2em;
  }
  #front .front-entrance .front-entrance__caption dl dd h3 {
    margin-bottom: 40px;
    font-size: 23px;
  }
  #front .front-entrance .front-entrance__caption dl dd p {
    font-size: 15px;
  }
  #front .front-entrance .front-entrance__caption .common-button {
    min-width: 240px;
    margin-bottom: 0;
  }
  #front .front-admission .front-admission__title {
    margin-left: 0;
  }
  #front .front-admission .front-admission__title .en {
    font-size: 70px;
  }
  #front .front-admission .front-admission__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #front .front-admission .front-admission__list .list-item {
    width: 47%;
  }
  #front .front-admission .front-admission__list .list-item a dl .title {
    bottom: 20px;
    min-width: 250px;
    padding: 20px 10px;
    font-size: 20px;
  }
  #front .front-admission .front-admission__list .list-item a dl .title .en {
    font-size: 13px;
  }
  #front .front-admission .front-admission__list .list-item a dl .image {
    padding-left: 40px;
  }
  #front .front-access .front-access__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #front .front-access .front-access__contents {
    width: 50%;
    padding-top: 60px;
    padding-left: 40px;
  }
  #front .front-access .front-access__contents dl dt {
    min-width: 70px;
    margin-left: 40px;
  }
  #front .front-access .front-access__contents dl dt h2 {
    padding: 30px 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #front .front-access .front-access__contents dl dt h2 span {
    letter-spacing: 0.2em;
  }
  #front .front-access .front-access__contents dl dd .copy {
    margin-bottom: 40px;
    font-size: 23px;
  }
  #front .front-access .front-access__contents dl dd .text {
    font-size: 15px;
  }
  #front .front-access .front-access__map {
    width: 50%;
  }
  #front .front-access .front-access__map .en {
    font-size: 70px;
  }
  #front .front-request {
    margin-bottom: -100px;
  }
  #front .front-request .front-request__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #front .front-request .front-request__item {
    width: 48%;
    margin-bottom: 0;
  }
  .news-archive .news-archive__nav {
    width: 100%;
    margin: 60px auto 20px;
  }
  .news-archive .news-archive__nav select {
    width: 300px;
  }
  .news-archive .news-archive__item {
    margin-bottom: 60px;
  }
  .news-archive .news-archive__item a .item-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-archive .news-archive__item a .item-contents .item-image {
    display: inherit;
    width: 380px;
    margin-right: 40px;
  }
  .news-archive .news-archive__item a .item-contents .item-article {
    display: block;
    width: calc(100% - 420px);
  }
  .news-archive .news-archive__item a .item-contents .item-article .item-left {
    display: none;
  }
  .news-archive .news-archive__item a .item-contents .item-article .item-right {
    width: 100%;
    padding-left: 0;
  }
  .news-archive .news-archive__item a .item-contents .item-article .item-right .date {
    font-size: 16px;
  }
  .news-archive .news-archive__item a .item-contents .item-article .item-right .title {
    font-size: 21px;
  }
  .news-archive .news-archive__item a .item-contents .item-article .item-right .category {
    margin-bottom: 20px;
  }
  .news-archive .news-archive__item a .item-contents .item-article .item-right .category span {
    margin-right: 20px;
    font-size: 12px;
  }
  .news-archive .news-archive__item a .item-contents .item-article .text {
    display: inherit;
    font-size: 15px;
  }
  .news-archive .news-archive__item a .item-caption {
    display: none;
  }
  .news-archive .pagination .page-numbers li {
    margin: 0 13px;
  }
  .news-archive .pagination .page-numbers li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .news-archive .pagination .page-numbers li span {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .news-single .entry {
    padding: 70px 50px;
    margin: 70px 0;
  }
  .news-single .entry__date {
    font-size: 18px;
  }
  .news-single .entry__category {
    margin-bottom: 90px;
  }
  .news-single .entry__category span {
    margin-right: 20px;
    font-size: 14px;
  }
  .news-single .entry__title {
    padding: 45px 0;
    font-size: 28px;
  }
  .news-single .entry__body p {
    font-size: 15px;
  }
  .news-single .entry-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 75px 0;
    margin: 75px 0;
  }
  .news-single .entry-nav .entry-nav__prev {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .news-single .entry-nav .entry-nav__prev .caption {
    padding-right: 20px;
  }
  .news-single .entry-nav .entry-nav__list {
    display: block;
    width: 20%;
    margin-bottom: 0;
  }
  .news-single .entry-nav .entry-nav__next {
    width: 30%;
    margin-top: 0;
    margin-left: 5%;
  }
  .news-single .entry-nav .entry-nav__next .caption {
    padding-left: 0;
  }
  #club-archive .club-archive-section_list .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
  }
  #club-archive .club-archive-section_list .list .list-item {
    width: 25%;
    padding-left: 20px;
  }
  #club-archive .club-archive-section_list .list .list-item dl dt {
    min-width: 75%;
    padding: 5px 10px;
    margin-left: -10px;
    font-size: 17px;
  }
  #club-archive .club-archive-section_list .list .list-item dl dd .copy {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #club-single .club-single__caption {
    font-size: 15px;
  }
  #club-single .club-single__profile {
    padding: 40px;
    margin-right: 0;
    margin-left: 0;
    font-size: 15px;
  }
  #club-single .club-single__gallery {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  #club-single .club-single__gallery ul {
    margin-left: -20px;
  }
  #club-single .club-single__gallery ul li {
    width: 25%;
    padding: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #club-single .club-single__gallery ul li:hover {
    opacity: 0.5;
  }
  #club-single .club-single-news__list {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  #club-single .club-single-news__list a .item-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #club-single .club-single-news__list a .item-contents:hover {
    opacity: 0.5;
  }
  #club-single .club-single-news__list a .item-contents .item-image {
    display: inherit;
    width: 380px;
    margin-right: 40px;
  }
  #club-single .club-single-news__list a .item-contents .item-article {
    display: block;
    width: calc(100% - 420px);
  }
  #club-single .club-single-news__list a .item-contents .item-article .item-left {
    display: none;
  }
  #club-single .club-single-news__list a .item-contents .item-article .item-right {
    width: 100%;
    padding-left: 0;
  }
  #club-single .club-single-news__list a .item-contents .item-article .item-right .date {
    font-size: 16px;
  }
  #club-single .club-single-news__list a .item-contents .item-article .item-right .title {
    font-size: 21px;
  }
  #club-single .club-single-news__list a .item-contents .item-article .item-right .category {
    margin-bottom: 20px;
  }
  #club-single .club-single-news__list a .item-contents .item-article .item-right .category span {
    margin-right: 20px;
    font-size: 12px;
  }
  #club-single .club-single-news__list a .item-contents .item-article .text {
    display: inherit;
    font-size: 15px;
  }
  #club-single .club-single-news__list a .item-caption {
    display: none;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody {
    width: 50%;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody .title {
    font-size: 23px;
    line-height: 45px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .textbody .text {
    margin-top: 40px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block .image {
    width: 50%;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(n+2) {
    margin-top: 55px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(odd) .textbody {
    padding-right: 55px;
  }
  .about .about-sec2 .about-sec2__content .about-sec2__content-block:nth-child(even) .image {
    padding-right: 55px;
    margin-top: 40px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody {
    width: 50%;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody .title {
    font-size: 23px;
    line-height: 45px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody .title .lg {
    display: none;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .textbody .text {
    margin-top: 40px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block .image {
    width: 50%;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(n+2) {
    margin-top: 55px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(odd) .textbody {
    padding-right: 55px;
  }
  .about .about-sec3 .about-sec3__content .about-sec3__content-block:nth-child(even) .image {
    padding-right: 55px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody {
    width: 50%;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody .title {
    font-size: 23px;
    line-height: 45px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block .textbody .text {
    margin-top: 40px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block .image {
    width: 50%;
    margin-top: 0;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(odd) .textbody {
    max-width: none;
    margin-top: 20px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(odd) .image {
    max-width: none;
    padding-right: 55px;
    margin: 0;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(even) .textbody {
    max-width: none;
    padding-right: 55px;
    margin-top: 90px;
  }
  .about .about-sec4 .about-sec4__content .about-sec4__content-block:nth-child(even) .image {
    max-width: none;
    margin: 0;
  }
  .about .about-sec5 .about-sec5__content .textbody {
    padding-right: 50px;
  }
  #access .access-bus .access-bus__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  #access .access-bus .access-bus__text {
    width: 45%;
  }
  #access .access-bus .access-bus__figure {
    width: 50%;
  }
  #access .access-use {
    margin-bottom: 70px;
  }
  #access .access-use .title {
    font-size: 18px;
  }
  #access .access-use .figure {
    padding: 40px;
    margin: 0;
  }
  #access .access-use .figure dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-size: 15px;
  }
  #access .access-use .figure dl dt {
    width: 150px;
  }
  #access .access-map {
    margin-bottom: 50px;
  }
  #access .access-map .map p {
    padding: 20px 0;
    font-size: 15px;
  }
  #international .international-section .international-section__text {
    margin-bottom: 45px;
    font-size: 15px;
  }
  #international .international-section .international-section__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
    margin-left: -50px;
  }
  #international .international-section .international-section__gallery figure {
    width: 50%;
    padding-left: 50px;
  }
  #international .international-section .international-section__gallery figure figcaption {
    margin-top: 15px;
    font-size: 14px;
  }
  #facility .facility-title .facility-title__text {
    padding-right: 20%;
    margin-bottom: 45px;
    font-size: 15px;
  }
  #facility .facility-gallery {
    margin-bottom: 100px;
  }
  #facility .facility-gallery .facility-gallery__item .image {
    max-width: 550px;
  }
  #facility .facility-gallery .facility-gallery__item .image figure {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #facility .facility-gallery .facility-gallery__item .image figure figcaption {
    position: absolute;
    right: -50px;
    bottom: 100px;
    max-width: 175px;
    font-size: 20px;
  }
  #facility .facility-gallery .facility-gallery__item .text {
    width: 50%;
    max-width: 330px;
    text-align: left;
  }
  #facility .facility-gallery .facility-gallery__item .text p {
    font-size: 15px;
  }
  #facility .facility-gallery .facility-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2.5%;
    margin-bottom: 50px;
  }
  #facility .facility-gallery .facility-gallery__item:first-child .image {
    max-width: 600px;
  }
  #facility .facility-gallery .facility-gallery__item:first-child .text {
    width: 27%;
  }
  #facility .facility-subgallery {
    margin-bottom: 100px;
  }
  #facility .facility-subgallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
  }
  #facility .facility-subgallery .facility-gallery__item {
    width: 33.333%;
    padding-left: 30px;
  }
  #facility .facility-subgallery .facility-gallery__item .image figure figcaption {
    width: auto;
    min-width: 50%;
    max-width: 70%;
    padding-left: 30px;
    margin-right: -4%;
    font-size: 20px;
  }
  #facility .facility-subgallery .facility-gallery__item .text p {
    padding: 0;
    font-size: 14px;
  }
  #evaluation .evaluation-enquete {
    margin-bottom: 150px;
  }
  #evaluation .evaluation-enquete .evaluation-enquete__text {
    padding: 10px 0 40px;
    font-size: 15px;
  }
  #evaluation .evaluation-enquete .evaluation-enquete__link ul li a {
    font-size: 15px;
  }
  #schoollife .schoollife-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -50px;
  }
  #schoollife .schoollife-nav .list-item {
    width: 50%;
  }
  #schoollife .schoollife-nav .list-item a dl .caption {
    right: auto;
    bottom: 0;
    left: 20px;
    max-width: 320px;
  }
  #schoollife .schoollife-nav .list-item a dl .caption .title {
    bottom: 20px;
    min-width: 270px;
    padding: 20px 10px;
    font-size: 19px;
    letter-spacing: 0;
  }
  #schoollife .schoollife-nav .list-item a dl .caption .title .en {
    font-size: 11px;
  }
  #schoollife .schoollife-nav .list-item a dl .image {
    padding-left: 25%;
  }
  #education .education-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -50px;
  }
  #education .education-nav .list-item {
    width: 50%;
  }
  #education .education-nav .list-item a dl .caption {
    right: auto;
    bottom: 0;
    left: 20px;
    max-width: 320px;
  }
  #education .education-nav .list-item a dl .caption .title {
    bottom: 20px;
    min-width: 270px;
    padding: 20px 10px;
    font-size: 19px;
    letter-spacing: 0;
  }
  #education .education-nav .list-item a dl .caption .title .en {
    font-size: 11px;
  }
  #education .education-nav .list-item a dl .image {
    padding-left: 25%;
  }
  #admission .admission-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -50px;
  }
  #admission .admission-nav .list-item {
    width: 50%;
  }
  #admission .admission-nav .list-item a dl .caption {
    right: auto;
    bottom: 0;
    left: 20px;
    max-width: 320px;
  }
  #admission .admission-nav .list-item a dl .caption .title {
    bottom: 20px;
    min-width: 270px;
    padding: 20px 10px;
    font-size: 19px;
    letter-spacing: 0;
  }
  #admission .admission-nav .list-item a dl .caption .title .en {
    font-size: 11px;
  }
  #admission .admission-nav .list-item a dl .image {
    padding-left: 25%;
  }
  .download .download-content__table th {
    width: 240px;
    padding: 15px 40px;
  }
  .download .download-content__table td {
    width: calc(100% - 240px);
  }
  .normal .normal--lead {
    font-size: 23px;
    line-height: 45px;
  }
  .normal .normal--schedule .normal--schedule__title .en {
    top: -25px;
    font-size: 75px;
  }
  .tokushin .tokushin--lead {
    font-size: 23px;
    line-height: 45px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__title .en {
    top: -25px;
    font-size: 75px;
  }
  #cultural .cultural-title .cultural-title__text {
    padding-right: 20%;
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 2;
  }
  #cultural .cultural-gallery .cultural-gallery__title {
    margin-bottom: 40px;
  }
  #cultural .cultural-gallery .cultural-gallery__title h3 {
    padding: 13px;
    font-size: 27px;
    line-height: 1;
  }
  #cultural .cultural-gallery .cultural-gallery__title h3 span {
    margin-right: 15px;
  }
  #cultural .cultural-gallery .cultural-gallery__title h3 span img {
    height: 25px;
  }
  #cultural .cultural-gallery .cultural-gallery__list {
    margin-bottom: 60px;
  }
  #cultural .cultural-gallery .cultural-gallery__list ul li {
    width: 25%;
  }
  #sports .sports-title .sports-title__text {
    padding-right: 20%;
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 2;
  }
  #sports .sports-gallery .sports-gallery__title {
    margin-bottom: 40px;
  }
  #sports .sports-gallery .sports-gallery__title h3 {
    padding: 3.5px 10px;
    font-size: 27px;
  }
  #sports .sports-gallery .sports-gallery__title h3 span {
    margin-right: 15px;
  }
  #sports .sports-gallery .sports-gallery__title h3 span img {
    height: 25px;
  }
  #sports .sports-gallery .sports-gallery__list {
    margin-bottom: 60px;
  }
  #sports .sports-gallery .sports-gallery__list ul li {
    width: 25%;
  }
  #pass .pass-status h3,
#pass .pass-recruit h3 {
    font-size: 18px;
  }
  #pass .pass-status h4,
#pass .pass-recruit h4 {
    font-size: 18px;
  }
  #pass .pass-status h4::after,
#pass .pass-recruit h4::after {
    width: 220px;
  }
  #pass .pass-status h4 span,
#pass .pass-recruit h4 span {
    font-size: 15px;
  }
  #pass .pass-status p,
#pass .pass-recruit p {
    font-size: 15px;
  }
  #pass .pass-status ul li,
#pass .pass-recruit ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 15px;
  }
  #pass .pass-status ul li span,
#pass .pass-recruit ul li span {
    position: relative;
    left: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
  }
  #pass .pass-status .pass-status__list,
#pass .pass-recruit .pass-status__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pass .pass-status .pass-status__list .pass-status__item,
#pass .pass-recruit .pass-status__list .pass-status__item {
    width: 50%;
    margin-bottom: 50px;
  }
  #pass .pass-status .figure table,
#pass .pass-recruit .figure table {
    width: 100%;
  }
  #pass .pass-status dl,
#pass .pass-recruit dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #pass .pass-status dl dt,
#pass .pass-recruit dl dt {
    width: 180px;
  }
  #pass .pass-status dl dd,
#pass .pass-recruit dl dd {
    width: calc(100% - 200px);
    font-size: 15px;
    line-height: 2;
  }
  #study-abroad .study-abroad-mind .study-abroad-mind__text {
    margin-bottom: 35px;
    font-size: 15px;
  }
  #study-abroad .study-abroad-mind .study-abroad-mind__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 50px;
    margin-left: -40px;
  }
  #study-abroad .study-abroad-mind .study-abroad-mind__list li {
    margin-left: 40px;
  }
  #study-abroad .study-abroad-mind .study-abroad-mind__list li dl dt {
    margin-bottom: 15px;
  }
  #study-abroad .study-abroad-mind .study-abroad-mind__list li dl dd {
    font-size: 14px;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list {
    margin-bottom: 80px;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list li {
    margin-bottom: 50px;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    margin-left: -30px;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list li dl dt {
    max-width: 300px;
    padding: 30px 0;
    margin-right: -30px;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list li dl dd {
    width: calc(100% - 300px);
    padding: 60px 80px;
    margin-top: 0;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list li dl dd .copy {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 50px;
  }
  #study-abroad .study-abroad-world .study-abroad-world__list li dl dd .text {
    font-size: 15px;
    line-height: 2;
  }
  #admission-require .admission-require-info {
    margin-bottom: 80px;
  }
  #admission-require .admission-require-info .admission-require-info__text {
    margin-bottom: 35px;
    font-size: 15px;
  }
  #admission-require .admission-require-info .admission-require-info__contact {
    font-size: 15px;
  }
  #admission-require .admission-require-info .admission-require-info__contact h3 {
    font-size: 16px;
  }
  #admission-require .admission-require-news .admission-require-news__list {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-image {
    display: inherit;
    width: 380px;
    margin-right: 40px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article {
    display: block;
    width: calc(100% - 420px);
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-left {
    display: none;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right {
    width: 100%;
    padding-left: 0;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .date {
    font-size: 16px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .title {
    font-size: 21px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .category {
    margin-bottom: 20px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .item-right .category span {
    margin-right: 20px;
    font-size: 12px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-contents .item-article .text {
    display: inherit;
    font-size: 15px;
  }
  #admission-require .admission-require-news .admission-require-news__list a .item-caption {
    display: none;
  }
  #open-school .open-school-info__figure dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #open-school .open-school-info__figure dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    padding: 10px;
    font-size: 15px;
  }
  #open-school .open-school-info__figure dl dd {
    width: calc(100% - 200px);
    padding: 20px 3%;
    font-size: 15px;
    line-height: 2;
  }
  #open-school .open-school-info__contact {
    margin-bottom: 50px;
  }
  #open-school .open-school-info__contact h3 {
    font-size: 16px;
  }
  #open-school .open-school-info__contact p {
    font-size: 15px;
  }
  #open-school .open-school-schedule .text {
    margin-bottom: 80px;
    font-size: 15px;
  }
  #scholarship .scholarship-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
  }
  #scholarship .scholarship-info .scholarship-info__text {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
  #scholarship .scholarship-info .scholarship-info__text p {
    font-size: 15px;
    line-height: 2;
  }
  #scholarship .scholarship-info .scholarship-info__image {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  #scholarship .scholarship-point {
    padding: 30px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
  }
  #scholarship .scholarship-point .scholarship-point__title {
    margin-top: -100px;
    margin-left: -30px;
  }
  #scholarship .scholarship-point .scholarship-point__title h2.en {
    font-size: 75px;
  }
  #scholarship .scholarship-point .scholarship-point__figure {
    position: absolute;
    top: -15%;
    right: -3%;
    width: 60%;
  }
  #scholarship .scholarship-point .scholarship-point__info {
    padding-top: 50px;
    margin-bottom: 0;
  }
  #scholarship .scholarship-point .scholarship-point__info .scholarship-point__item {
    margin-bottom: 30px;
  }
  #scholarship .scholarship-point .scholarship-point__info .scholarship-point__item h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  #scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p {
    font-size: 15px;
  }
  #scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p strong {
    font-size: 23px;
  }
  #scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p em {
    font-size: 23px;
    line-height: 45px;
    letter-spacing: 0.04em;
  }
  #scholarship .scholarship-point .scholarship-point__info .scholarship-point__item p br {
    display: none;
  }
  #scholarship .scholarship-point3 {
    margin-bottom: 80px;
  }
  #scholarship .scholarship-point3 .list li {
    width: 90%;
    margin: 0 auto 30px;
  }
  #scholarship .scholarship-point3 .list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #scholarship .scholarship-point3 .list li dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 50%;
    padding: 17.5px 40px;
    font-size: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#4f5798), color-stop(#4f5b99), color-stop(#4f6a9f), color-stop(#4f82a9), to(#4fafbb));
    background: linear-gradient(to right, #4f5798, #4f5b99, #4f6a9f, #4f82a9, #4fafbb);
    position: relative;
  }
  #scholarship .scholarship-point3 .list li dl dt::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 24px;
    border-color: transparent transparent transparent #4FADBA;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  #scholarship .scholarship-point3 .list li dl dt::after {
    content: "";
    width: 3px;
    height: calc(100% - 2px);
    background: #fff;
    position: absolute;
    right: -3px;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  #scholarship .scholarship-point3 .list li dl dt span img {
    height: 35px;
  }
  #scholarship .scholarship-point3 .list li dl dd {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    padding: 17.5px 10px 17.5px 40px;
    margin: 2px 2px 0;
    font-size: 20px;
  }
  #scholarship .scholarship-figure {
    margin-bottom: 80px;
  }
  #scholarship .scholarship-figure .scholarship-figure__figure figure span {
    width: 100%;
  }
  #scholarship .scholarship-figure .scholarship-figure__caption p {
    font-size: 15px;
  }
  #university h3 {
    font-size: 23px;
  }
  #university h4 {
    font-size: 18px;
  }
  #university p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2;
  }
  #university ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-top: 40px 0;
    margin-left: -2%;
  }
  #university ul li {
    width: 48%;
    margin-bottom: 30px;
    margin-left: 2%;
  }
  #university ul li figure figcaption {
    padding: 0 10px;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
  }
  #class .class-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  #class .class-contents.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #class .class-contents .class-contents__text {
    width: 48%;
    margin-bottom: 0;
  }
  #class .class-contents .class-contents__text h3 {
    font-size: 23px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #class .class-contents .class-contents__text p {
    font-size: 15px;
    line-height: 2;
  }
  #class .class-contents .class-contents__text p.banner {
    padding: 30px 20px;
    font-size: 20px;
  }
  #class .class-contents .class-contents__text p.banner span {
    font-size: 15px;
  }
  #class .class-contents .class-contents__text p.name {
    display: inherit;
    margin-top: 50px;
    font-size: 22px;
    text-align: right;
  }
  #class .class-contents .class-contents__text p.name span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 4px;
  }
  #class .class-contents .class-contents__image {
    width: 48%;
    margin-bottom: 0;
  }
  #class .class-contents .class-contents__image .name {
    display: none;
  }
  #class .class-item01 .class-contents__text {
    width: 62%;
  }
  #class .class-item01 .class-contents__image {
    width: 34%;
  }
  #class .class-item06 .class-contents__text {
    width: 62%;
  }
  #class .class-item06 .class-contents__image {
    width: 34%;
  }
  #class .class-item08 .class-contents__text {
    width: 62%;
  }
  #class .class-item08 .class-contents__image {
    width: 34%;
  }
  #event .event-year {
    margin-bottom: 107px;
  }
  #event .event-year .event-year__text {
    font-size: 15px;
    margin-bottom: 40px;
  }
  #event .event-year .event-year__list p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1;
  }
  #event .event-schoollife {
    padding: 40px;
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: 0;
  }
  #event .event-schoollife h2 {
    top: -65px;
    font-size: 75px;
  }
  #event .event-schoollife .copy {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
  }
  #event .event-schoollife .event-schoollife__list .event-schoollife__item {
    width: 29%;
    margin-bottom: 70px;
  }
  #event .event-schoollife .event-schoollife__list .event-schoollife__item .month {
    width: 70px;
    height: 90px;
  }
  #event .event-schoollife .event-schoollife__list .event-schoollife__item .month img {
    height: 90px;
  }
  #event .event-schoollife .event-schoollife__list .event-schoollife__item .text {
    min-height: 180px;
    padding: 20px 5px 50px 40px;
    font-size: 15px;
  }
  #event .event-schoollife .event-schoollife__list .event-schoollife__item .image {
    margin-top: -45px;
  }
  #event .event-schoollife .event-schoollife__list .event-schoollife__item:first-child .image {
    margin-top: -60px;
  }
  #event .event-hawaii .event-hawaii__text {
    font-size: 15px;
  }
  #event .event-hawaii .event-hawaii__gallery ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-left: -2%;
  }
  #event .event-hawaii .event-hawaii__gallery ul li {
    width: 48%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 400px;
  }
  .header__logo a img {
    width: 80px;
  }
  .header__logo a span {
    display: block;
    margin-left: 10px;
    font-size: 20px;
  }
  .header__logo a span br {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .header__logo a {
    max-width: 400px;
  }
  .header__logo a img {
    width: 90px;
  }
  .header__logo a span {
    margin-left: 10px;
    font-size: 24px;
  }
  .header__nav {
    height: 120px;
  }
  .header__nav .main-nav {
    display: inherit;
    min-width: 700px;
    margin-top: 55px;
    margin-right: 270px;
  }
  .header__nav .user-nav .user-nav__list li {
    padding-left: 40px;
  }
  #facility .facility-gallery .facility-gallery__item .image figure figcaption {
    right: -100px;
  }
  #facility .facility-gallery .facility-gallery__item:first-child .image {
    max-width: 650px;
  }
  .normal .normal--schedule .normal--schedule__title .en {
    right: -30px;
  }
  .tokushin .tokushin--schedule .tokushin--schedule__title .en {
    right: -30px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .header__nav .main-nav .main-nav__list .main-nav__item a {
    font-size: 16px;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (max-width: 424px) {
  .header__nav.active .user-nav__list .user-nav__item a {
    font-size: 14px;
  }
  .header__nav.active .request-nav .request-nav__list li a {
    padding: 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 553px) {
  .no-sm-down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .no-md-down {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .no-lg-down {
    display: none;
  }
}


.spbnr{
	display:none!important;
}

@media screen and (max-width: 424px) {
	
	.home .bnr-area ul{
		display:block;
	}
	
	.home .bnr-area ul li{
		display:block;
	}	
	
	.home .bnr-area ul li a{
		display:block;
	}		
	
	.home .bnr-area ul li a img{
		display:block;
		width:100%;
		height:auto;
	}	
	
	.spbnr{
		display:block!important;
	}
	
	.pcbnr{
		display:none!important;
	}
	
	
}


/*追加20231020*/
.fix__wrap a{
  width: 200px;
  height: 200px;
  position:fixed;
  left: 10%;
  bottom: 27px;
  z-index: 99;
  background: white;
   border-radius: 50%; 
  background: white;
}

.fix__wrap a img{
  width: 100%;
  transition: 0.4s;
}

.fix__wrap a:hover img{
  opacity:0.7;
}

.fix__wrap a img{
  width: 100%;
}

.e-sp{
  display:none;
}





@media screen and (max-width: 1600px){
  .fix__wrap a{
    width: 140px;
    height: 140px;
    position:fixed;
    left:5%;
    bottom: 50px;
    z-index: 99;
  }  

  #front .fornt-cover .front-cover__container .front-cover__movie{
    right: 20px;
    width: 20vw;
    bottom: 125px;
  }

  #front .fornt-cover .front-cover__container .front-cover__movie iframe{
    height: 185px;
  }
}

@media screen and (max-width: 1200px){
  .fix__wrap a{
    width: 140px;
    height: 140px;
    position:fixed;
    left:20px;
    bottom: 15%;
    z-index: 99;
  }  
}

@media screen and (max-width: 992px){
  .fix__wrap a{
    width: 120px;
    height: 120px;
    position:fixed;
    left:20px;
    bottom: 85px;
    z-index: 99;
  } 

  #front .fornt-cover .front-cover__container .front-cover__movie{
    width: 100%;
  }

  #front .fornt-cover .front-cover__container .front-cover__movie iframe{
    height: 45vw;
  }

}

@media screen and (max-width: 992px){
  .fix__wrap a{
    width: 120px;
    height: 120px;
    position:fixed;
    left:20px;
    bottom: 85px;
    z-index: 99;
  } 

  .e-sp{
    display:block;
  }
  
  .e-pc{
    display:none;
  }

}

@media screen and (max-width: 424px){
  .fix__wrap a{
    width: 95px;
    height: 95px;
    position:fixed;
    left:15px;
    bottom: 80px;
    z-index: 99;
  }   
}

.copy1 img{
  width: calc(308 / 1920 * 100vw);
}

.bnr-area ul li a img{
  width: 100%;
}

#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy .copy1 {
  bottom: 6.5vw;
  left: 60px;
  width: 62vw;
  max-width: 1100px;
  position: absolute;
}

@media screen and (max-width: 992px){
#front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy .copy1 {
  bottom: 6.5vw;
  left: 60px;
  width: 62vw;
  max-width: 1100px;
  position: absolute;
}

.copy1 img{
  width: 154px;
}
}

@media screen and (max-width: 424px){
  .copy1 img{
    width: 100px;
  }

  #front .fornt-cover .front-cover__container .front-cover__visual .front-cover__copy .copy1 {
    left: 20px;
    bottom: 50px;
  }
}











