@charset "UTF-8";
/*
Theme Name: 通信制高校サポート校 dailyaction
Author: shin
Author URI: https://xxx.jp/
Description: 通信制高校サポート校 dailyaction
Version: 1.0.0
*/
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Roboto+Condensed:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=M+PLUS+1p:wght@100;300&family=Quicksand:wght@300;400;500&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 
  レスポンシブ対応
*/
/* 
  スマホ改行
*/
.sp-br {
  display: block;
}

@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .sp-br {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

/* 
  PC改行
*/
.pc-br {
  display: block;
}

@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/* 
  タブレット以上改行しない
*/
.tb-br {
  display: block;
}

@media screen and (max-width: 575px) {
  .tb-br {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .tb-br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tb-br {
    display: none;
  }
}

/* 
  PC・スマホ表示切り替え
*/
@media screen and (min-width: 1025px) {
  .display-sp {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-sp {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .display-sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-pc {
    display: block;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-pc {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .display-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tablet {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tablet {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-minipc {
    display: block;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-minipc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-minipc {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-minipc {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .display-over-minipc {
    display: none;
  }
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.block120 {
  padding: 120px 0;
}

@media screen and (max-width: 575px) {
  .block120 {
    padding: 80px 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120 {
    padding: 80px 0;
  }
}

.block120_top {
  padding-top: 120px;
}

@media screen and (max-width: 575px) {
  .block120_top {
    padding-top: 80px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120_top {
    padding-top: 80px;
  }
}

.block180_top {
  padding-top: 180px;
}

@media screen and (max-width: 575px) {
  .block180_top {
    padding-top: 120px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .block180_top {
    padding-top: 120px;
  }
}

.block50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 575px) {
  .block50 {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .block50 {
    margin-top: 30px !important;
  }
}

.block30 {
  margin-top: 30px;
}

.block80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 575px) {
  .block80 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .block80 {
    margin-top: 50px !important;
  }
}

.date {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
}

.date2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.0rem;
  color: #d0d0d0;
}

@media screen and (max-width: 575px) {
  .date2 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .date2 {
    font-size: 1.4rem;
  }
}

.category {
  border: 2px solid #000;
  padding: 2px 10px;
  margin: 0 30px;
  white-space: nowrap;
  font-weight: bold;
}

.category2 {
  border: 2px solid #000;
  padding: 2px 10px;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .category2 {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .category2 {
    font-size: 1.0rem;
  }
}

.backblack {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

.font13 {
  font-size: 1.3rem;
}

.btn01 {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 4;
}

.btn02 {
  text-align: center;
  margin-top: 15px;
}

.btnarrow1 {
  position: relative;
  border: 5px solid #000;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (max-width: 575px) {
  .btnarrow1 {
    font-size: 1.8rem;
    padding: 10px 40px;
    border: 2px solid #000;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btnarrow1 {
    font-size: 1.8rem;
    padding: 10px 40px;
    border: 2px solid #000;
  }
}

.btnarrow1:hover {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background-color: #000;
  color: #fff;
}

.btnarrow1::before {
  color: #000;
  font-size: 4.0rem;
  -webkit-text-stroke: 1px #fff;
  font-family: Fontawesome;
  content: "\f30b";
  position: absolute;
  top: -3px;
  right: -22px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (max-width: 575px) {
  .btnarrow1::before {
    top: -10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btnarrow1::before {
    top: -10px;
  }
}

.btnarrow1:hover::before {
  color: #000;
  right: -26px;
}

.btnarrow2 {
  position: relative;
  border: 5px solid #fff;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (max-width: 575px) {
  .btnarrow2 {
    font-size: 1.8rem;
    padding: 10px 40px;
    border: 2px solid #fff;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btnarrow2 {
    font-size: 1.8rem;
    padding: 10px 30px;
    border: 2px solid #fff;
  }
}

.btnarrow2:hover {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background-color: #fff;
  color: #000;
}

.btnarrow2::before {
  color: #fff;
  font-size: 4.0rem;
  -webkit-text-stroke: 1px #000;
  font-family: Fontawesome;
  content: "\f30b";
  position: absolute;
  top: -3px;
  right: -22px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (max-width: 575px) {
  .btnarrow2::before {
    top: -10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btnarrow2::before {
    top: -10px;
  }
}

.btnarrow2:hover::before {
  right: -26px;
}

.btnarrow3 {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .btnarrow3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btnarrow3 {
    font-size: 1.8rem;
  }
}

.btnarrow3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -20px;
  width: 150px;
  height: 15px;
  border: none;
  border-right: 2px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.btnarrow3:hover::after {
  right: -30px;
  width: 160px;
}

.btnarrow4 {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
}

.btnarrow4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -20px;
  width: 170px;
  height: 15px;
  border: none;
  border-right: 2px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.btnarrow4:hover::after {
  right: -30px;
  width: 180px;
}

.btnarrow5 {
  position: relative;
  border: 5px solid #000;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (max-width: 575px) {
  .btnarrow5 {
    font-size: 1.8rem;
    padding: 10px 40px;
    border: 2px solid #000;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btnarrow5 {
    font-size: 1.8rem;
    padding: 10px 40px;
    border: 2px solid #000;
  }
}

.btnarrow5:hover {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background-color: #000;
  color: #fff;
}

.btnarrow5::before {
  color: #000;
  font-size: 4.0rem;
  -webkit-text-stroke: 1px #fff;
  font-family: Fontawesome;
  content: "\f175";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.btnarrow5:hover::before {
  color: #000;
  top: 60%;
}

/* パンくず */
#bread-top {
  margin: 0 auto;
  font-size: 0.87em;
  padding: 10px 0;
}

#bread-top li {
  display: inline-block;
}

#bread-top li:after {
  content: '>';
  padding: 0 15px;
}

#bread-top li:last-child:after {
  content: '';
}

#bread-top img {
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#bread-top img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#page-title {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 800px;
}

@media screen and (max-width: 575px) {
  #page-title {
    min-height: 100%;
    height: 90vh;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title {
    min-height: 100%;
    height: 90vh;
  }
}

#page-title:after {
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  width: 50%;
  height: 60%;
  background: #f2f2f2;
}

#page-title .page-title-cover {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 80%;
}

#page-title .page-title-cover h2 {
  position: absolute;
  bottom: 50px;
  left: -15%;
  font-size: 7.0rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1.0;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover h2 {
    font-size: 9vw;
    line-height: 1.0;
    bottom: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover h2 {
    font-size: 5vw;
    line-height: 1.0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover h2 {
    font-size: 8vw;
    line-height: 0.9;
  }
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover .mainsmall {
    font-size: 9vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover .mainsmall {
    font-size: 6.5vw;
  }
}

#page-title .page-title-cover .small {
  font-size: 5.5rem;
}

#page-title .page-title-cover p {
  position: absolute;
  bottom: 200px;
  left: -15%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 1px #000;
  font-size: 3.0rem;
  color: transparent;
  letter-spacing: 1.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover p {
    bottom: 100px;
    left: -20%;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover p {
    bottom: 80px;
    left: -10%;
    font-size: 1.0rem;
  }
}

#page-title .page-title-cover .subsmall {
  font-size: 2.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover .subsmall {
    font-size: 1.4rem;
    bottom: 150px;
    letter-spacing: 0.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover .subsmall {
    bottom: 200px;
    letter-spacing: 0.3rem;
  }
}

#page-title .page-title-cover2 {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60%;
  width: 80%;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover2 {
    background-size: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover2 {
    background-size: 100%;
  }
}

#page-title .page-title-cover2 h2 {
  position: absolute;
  bottom: -10%;
  left: -15%;
  font-size: 7.0rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1.0;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover2 h2 {
    bottom: -25%;
    font-size: 5.5vw !important;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover2 h2 {
    bottom: -35%;
    font-size: 4vw !important;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover2 h2 {
    font-size: 5vw !important;
    line-height: 1.7857;
  }
}

#page-title .page-title-cover2 .small {
  font-size: 5.5rem;
}

#page-title .page-title-cover2 p {
  position: absolute;
  bottom: 100px;
  left: -15%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 1px #000;
  font-size: 3.0rem;
  color: transparent;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover2 p {
    bottom: 50px;
    left: -20%;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover2 p {
    bottom: 30px;
    font-size: 1.0rem;
  }
}

#page-title .page-title-cover4 {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 80%;
}

#page-title .page-title-cover4 h2 {
  position: absolute;
  bottom: 50px;
  left: -15%;
  font-size: 7.0rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1.0;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover4 h2 {
    font-size: 5.5vw !important;
    line-height: 1.0;
    bottom: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover4 h2 {
    font-size: 4vw !important;
    line-height: 1.0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover4 h2 {
    font-size: 5vw !important;
    line-height: 1.7857;
  }
}

#page-title .page-title-cover4 .small {
  font-size: 5.5rem;
}

#page-title .page-title-cover4 p {
  position: absolute;
  bottom: 200px;
  left: -15%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 1px #000;
  font-size: 3.0rem;
  color: transparent;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover4 p {
    bottom: 70px;
    left: -20%;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover4 p {
    bottom: 70px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 575px) {
  #page-title .add {
    background-size: 100% !important;
    height: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .add {
    background-size: 100% !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #page-title .add {
    background-size: 100% !important;
  }
}

#page-title .add2 {
  background-size: 70% !important;
  bottom: 5% !important;
}

@media screen and (max-width: 575px) {
  #page-title .add2 {
    background-size: 100% !important;
    height: 80%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .add2 {
    background-size: 50% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .add2 {
    background-size: 100% !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #page-title .add2 {
    background-size: 100% !important;
  }
}

#page-title .add3 {
  background-size: 70% !important;
  bottom: 5% !important;
}

@media screen and (max-width: 575px) {
  #page-title .add3 {
    background-size: 100% !important;
    height: 80%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .add3 {
    background-size: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .add3 {
    background-size: 100% !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #page-title .add3 {
    background-size: 80% !important;
  }
}

#page-title .page-title-cover3 {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 80%;
}

#page-title .page-title-cover3 h2 {
  position: absolute;
  bottom: 50px;
  left: -15%;
  font-size: 7.0rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1.0;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover3 h2 {
    bottom: -5%;
    font-size: 5.5vw !important;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover3 h2 {
    bottom: -5%;
    font-size: 4vw !important;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title .page-title-cover3 h2 {
    font-size: 5vw !important;
    line-height: 1.7857;
  }
}

#page-title .page-title-cover3 .small {
  font-size: 5.5rem;
}

#page-title .page-title-cover3 p {
  position: absolute;
  bottom: 200px;
  left: -15%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 1px #000;
  font-size: 3.0rem;
  color: transparent;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #page-title .page-title-cover3 p {
    bottom: 100px;
    left: -20%;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title .page-title-cover3 p {
    bottom: 80px;
    left: -10%;
    font-size: 1.0rem;
  }
}

#page-title .title-back-concept {
  background-image: url(image/concept-top.jpg);
}

#page-title .title-back-curriculum {
  background-image: url(image/curriculum-top02.jpg);
}

#page-title .title-back-dailyaction {
  background-image: url(image/logo03.png);
}

#page-title .title-back-dass {
  background-image: url(image/logo03.png);
}

#page-title .title-back-contact {
  background-image: url(image/taiwan02.jpeg);
}

#page-title .title-back-faq {
  background-image: url(image/qa.jpg);
}

#page-title .title-back-company {
  background-image: url(image/company-back.jpg);
}

#page-title .title-back-staff {
  background-image: url(image/staff-top.png);
}

#page-title .title-back-special-lecturer {
  background-image: url(image/special-top.png);
}

#page-title .title-back-campus_life {
  background-image: url(image/campus_life01.png);
}

#page-title .title-back-access {
  background-image: url(image/taiwan02.jpeg);
}

#page-title-s {
  position: relative;
  height: 50vh;
  width: 100%;
  min-height: 400px;
}

@media screen and (max-width: 575px) {
  #page-title-s {
    min-height: 100%;
    height: 45vh;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s {
    min-height: 100%;
    height: 80vh;
  }
}

#page-title-s:after {
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  width: 50%;
  height: 60%;
  background: #f2f2f2;
}

#page-title-s .page-title-cover {
  position: absolute;
  background-color: #fafafa;
  bottom: 10%;
  right: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 80%;
}

#page-title-s .page-title-cover .title {
  position: absolute;
  bottom: 20px;
  left: -15%;
  font-size: 6.0rem;
  background-color: #fff;
  padding: 5px 30px 10px 30px;
  line-height: 1.0;
  letter-spacing: 1.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #page-title-s .page-title-cover .title {
    font-size: 9vw;
    line-height: 1.0;
    bottom: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s .page-title-cover .title {
    font-size: 5vw;
    line-height: 1.0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-title-s .page-title-cover .title {
    font-size: 8vw;
    line-height: 0.9;
  }
}

#page-title-s .page-title-cover .subtitle {
  position: absolute;
  bottom: 110px;
  left: -15%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 1px #000;
  font-size: 3.0rem;
  color: transparent;
  letter-spacing: 1.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #page-title-s .page-title-cover .subtitle {
    bottom: 80px;
    left: -15%;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s .page-title-cover .subtitle {
    bottom: 80px;
    left: -15%;
    font-size: 1.0rem;
  }
}

#page-title-s .page-title-cover .subtitle2 {
  position: absolute;
  bottom: 110px;
  left: -15%;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #page-title-s .page-title-cover .subtitle2 {
    bottom: 80px;
    left: -15%;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title-s .page-title-cover .subtitle2 {
    bottom: 80px;
    left: -15%;
    font-size: 1.0rem;
    letter-spacing: 0.2rem;
  }
}

.title1 {
  position: relative;
}

.title1 h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 80px;
  font-size: 6.0rem;
}

@media screen and (max-width: 575px) {
  .title1 h2 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title1 h2 {
    font-size: 2.0rem;
  }
}

.title1 h2::after {
  content: "";
  display: block;
  width: 250px;
  border-bottom: 3px solid #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-bottom: 27px;
}

@media screen and (max-width: 575px) {
  .title1 h2::after {
    width: 70px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title1 h2::after {
    width: 70px;
  }
}

.title1 .back {
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
  font-size: 20.0rem;
  line-height: 1.0;
  font-family: "M PLUS 1p", sans-serif;
  color: #f2f2f2;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .title1 .back {
    font-size: 20vw;
    top: -55%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title1 .back {
    font-size: 20vw;
    top: -90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .title1 .back {
    font-size: 20vw;
    top: -20%;
  }
}

.title1 .back2 {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
  font-size: 13vw;
  line-height: 1.0;
  font-family: "M PLUS 1p", sans-serif;
  color: #f2f2f2;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .title1 .back2 {
    font-size: 13vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title1 .back2 {
    font-size: 13vw;
    top: -80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .title1 .back2 {
    top: 10%;
  }
}

.title1 .text {
  text-align: center;
  font-weight: bold;
}

.title1 .quession {
  position: absolute;
  z-index: 1;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.0;
  padding: 10px 15px;
}

@media screen and (max-width: 575px) {
  .title1 .quession {
    font-size: 2.0rem;
    top: -70px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title1 .quession {
    font-size: 2.0rem;
    top: -70px;
  }
}

.title2 {
  text-align: center;
}

.title2 h3 {
  font-size: 4.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 575px) {
  .title2 h3 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title2 h3 {
    font-size: 2.0rem;
  }
}

.title2 h3 span {
  display: block;
  font-size: 2.0rem;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-stroke: 0.5px #000;
  color: transparent;
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  .title2 h3 span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title2 h3 span {
    font-size: 1.4rem;
  }
}

.title3 {
  position: relative;
}

.title3 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  .title3 img {
    height: 150px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title3 img {
    height: 250px;
  }
}

.title3 h2 {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  margin: 0 !important;
  white-space: nowrap;
  text-shadow: 1px 2px 3px #000;
  font-size: 6.0rem;
  line-height: 1.3;
}

@media screen and (max-width: 575px) {
  .title3 h2 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title3 h2 {
    font-size: 2.0rem;
    top: 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .title3 h2 {
    font-size: 4.0rem;
    top: 45%;
  }
}

.title3 .subtitle {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 3.0rem;
  text-shadow: 1px 2px 3px #000;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .title3 .subtitle {
    top: 20%;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title3 .subtitle {
    top: 20%;
    font-size: 1.4rem;
  }
}

.title3 .number {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 12.0rem;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  line-height: 1.0;
}

@media screen and (max-width: 575px) {
  .title3 .number {
    font-size: 2.0rem;
    top: 15px;
    left: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title3 .number {
    font-size: 2.0rem;
    top: 15px;
    left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .title3 .number {
    font-size: 6.0rem;
    top: 40px;
  }
}

.title3 .text {
  position: absolute;
  top: 30px;
  left: 180px;
  font-size: 3.0rem;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  height: 100%;
  margin-top: 15px;
  font-family: "M PLUS 1p", sans-serif;
}

@media screen and (max-width: 575px) {
  .title3 .text {
    font-size: 1.4rem;
    top: 5px;
    left: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title3 .text {
    font-size: 1.4rem;
    top: 5px;
    left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .title3 .text {
    font-size: 2.0rem;
    left: 110px;
  }
}

.title3 .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 45px;
  left: -20px;
  width: 2px;
  height: 350px;
  background-color: #fff;
}

@media screen and (max-width: 575px) {
  .title3 .text::before {
    left: -7px;
    bottom: 20px;
    height: 130px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .title3 .text::before {
    left: -7px;
    bottom: 20px;
    height: 230px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .title3 .text::before {
    left: -10px;
  }
}

.title4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: solid 3px #f2f2f2;
  position: relative;
}

.title4::before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
  border-top: 3px solid #000;
}

.subtext {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .subtext {
    text-align: left;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .subtext {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .subtext {
    text-align: left;
  }
}

.subtext h3 {
  margin-bottom: 30px;
}

.subtext .left {
  text-align: left;
}

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

.biko1 {
  background-color: #f2f2f2;
  padding: 30px 50px;
  margin-top: 50px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .biko1 {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko1 {
    padding: 30px;
    margin-top: 30px;
  }
}

.biko2 {
  background-color: #f2f2f2;
  padding: 30px 50px;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .biko2 {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko2 {
    padding: 30px;
    margin-top: 30px;
  }
}

.biko2 h4 {
  font-size: 2.3rem;
}

@media screen and (max-width: 575px) {
  .biko2 h4 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko2 h4 {
    font-size: 2.0rem;
  }
}

.biko2 p {
  margin: 0 !important;
}

.biko3 {
  background-color: #f2f2f2;
  padding: 30px 50px;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .biko3 {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko3 {
    padding: 30px;
    margin-top: 30px;
  }
}

.biko3 h4 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .biko3 h4 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko3 h4 {
    font-size: 2.0rem;
  }
}

.biko3 p {
  margin: 0 !important;
  text-align: left;
}

.biko4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f2;
  padding: 30px 50px;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
}

@media screen and (max-width: 575px) {
  .biko4 {
    padding: 30px;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko4 {
    padding: 30px;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.biko4 table {
  display: inline-block;
  margin: 0 auto;
}

.biko4 table i {
  margin-left: 30px;
}

@media screen and (max-width: 575px) {
  .biko4 table .ibig {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko4 table .ibig {
    font-size: 3.0rem;
  }
}

.biko4 table .border {
  border-bottom: 3px solid #fff;
}

.biko4 table th {
  padding: 10px 0;
}

.biko4 table td {
  vertical-align: middle;
}

.biko5 {
  background-color: #f2f2f2;
  padding: 30px 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .biko5 {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko5 {
    padding: 30px;
    margin-top: 30px;
  }
}

.biko5 h4 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .biko5 h4 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .biko5 h4 {
    font-size: 2.0rem;
  }
}

.biko5 p {
  text-align: left;
}

.quote {
  position: relative;
  background-color: #f2f2f2;
  padding: 80px 30px;
  margin-top: 50px;
}

.quote::before {
  color: #707070;
  font-size: 4.0rem;
  -webkit-text-stroke: 1px #fff;
  font-family: Fontawesome;
  content: "\f10d";
  position: absolute;
  top: 15px;
  left: 30px;
}

@media screen and (max-width: 575px) {
  .quote::before {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .quote::before {
    font-size: 3.0rem;
  }
}

.quote::after {
  color: #707070;
  font-size: 4.0rem;
  -webkit-text-stroke: 1px #fff;
  font-family: Fontawesome;
  content: "\f10e";
  position: absolute;
  bottom: 15px;
  right: 30px;
}

@media screen and (max-width: 575px) {
  .quote::after {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .quote::after {
    font-size: 3.0rem;
  }
}

#other-link {
  margin-top: 120px;
  padding: 120px 0;
  background-color: #fafafa;
}

@media screen and (max-width: 575px) {
  #other-link {
    margin-top: 80px;
    padding: 80px 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-link {
    margin-top: 80px;
    padding: 80px 0;
  }
}

#other-link h2 {
  font-size: 4.0rem;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  #other-link h2 {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-link h2 {
    font-size: 3.0rem;
  }
}

#other-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#other-link ul li {
  width: 32%;
}

@media screen and (max-width: 575px) {
  #other-link ul li {
    width: 47%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-link ul li {
    width: 47%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #other-link ul li {
    width: 47%;
  }
}

#other-link ul li a {
  display: inline-block;
  width: 100%;
  font-size: 2.0rem;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 575px) {
  #other-link ul li a {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-link ul li a {
    font-size: 1.3rem;
  }
}

#other-link ul li a .yajirushi {
  position: absolute;
  top: 25px;
  right: 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#other-link ul li a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#other-link ul li a:hover .yajirushi {
  right: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#other-link ul li .small {
  font-size: 1.3rem !important;
  padding: 20px 0;
}

@media screen and (max-width: 575px) {
  #other-link ul li .small {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-link ul li .small {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 575px) {
  #other-link ul li .small2 {
    padding: 13px 0;
    line-height: 1.0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-link ul li .small2 {
    padding: 21px 0;
    line-height: 1.0;
  }
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1rem;
  line-height: 1.7857;
  color: #333333;
  font-size: 1.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-size: 7.0rem;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  h2 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    margin-bottom: 30px;
  }
}

h3 {
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 2.0rem;
  }
}

p {
  font-size: 2.0rem;
}

@media screen and (max-width: 575px) {
  p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

dt {
  font-size: 2.0rem;
}

@media screen and (max-width: 575px) {
  dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  dt {
    font-size: 1.4rem;
  }
}

dd {
  font-size: 2.0rem;
}

@media screen and (max-width: 575px) {
  dd {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  dd {
    font-size: 1.4rem;
  }
}

table {
  font-size: 2.0rem;
}

@media screen and (max-width: 575px) {
  table {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  table {
    font-size: 1.4rem;
  }
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

.wrapper_max {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}

/* グーテンベルク */
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

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

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.wp-embedded-content {
  max-width: 100%;
}

.color-orange {
  color: #000;
}

.color-gray03 {
  color: #d0d0d0;
}

.title-small {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
}

header {
  /* スマホヘッダー */
}

header #g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header #g-nav.panelactive {
  opacity: 1;
  z-index: 99;
}

header #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

header #g-nav .nav-top {
  margin: 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header #g-nav .nav-top img {
  height: 60px;
}

header #g-nav .nav-top a {
  background-color: #000;
  font-size: 1.6rem;
  padding: 10px 15px;
  color: #fff;
}

@media screen and (max-width: 575px) {
  header #g-nav .nav-top a {
    margin-top: 15px;
  }
}

header #g-nav .menu-list {
  width: 80%;
  margin: 0 auto;
}

header #g-nav .menu-list li a {
  padding: 10px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
}

header #g-nav.panelactive .menu-list {
  display: block;
}

header #g-nav .menu-bottom {
  margin: 30px;
  text-align: center;
}

header #g-nav .menu-bottom li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #DADADA;
}

header #g-nav .menu-bottom li:first-child {
  border-left: none;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  header #g-nav .menu-bottom li {
    display: block;
    border-left: none;
    padding: 5px 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header #g-nav .menu-bottom li {
    font-size: 1vw;
  }
}

header #header-top-sp {
  height: 70px;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
}

header #header-top-sp img {
  margin-top: 10px;
  margin-left: 15px;
  height: 50px;
}

header .openbtn {
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  /*ボタン内側*/
}

header .openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
}

header .openbtn span:nth-of-type(1), header .openbtn span:nth-of-type(3) {
  height: 2px;
  background: #000;
  width: 62%;
  left: 10px;
}

header .openbtn span:nth-of-type(1) {
  top: 13px;
}

header .openbtn span:nth-of-type(2) {
  top: 17px;
  left: 9px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
}

header .openbtn span:nth-of-type(3) {
  top: 36px;
}

header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

header .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#header {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}

#header img {
  height: 60px;
}

#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}

#header #g-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #g-navi li {
  margin: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

#header #g-navi a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#header #g-navi a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#header #g-navi a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.banner {
  position: relative;
  z-index: 1;
  background-image: url(image/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 80px 0;
}

.banner::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.banner h2 {
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}

@media screen and (max-width: 575px) {
  .banner h2 {
    font-size: 5.8vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner h2 {
    font-size: 5.8vw;
  }
}

.banner p {
  position: relative;
  z-index: 2;
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}

@media screen and (max-width: 575px) {
  .banner p {
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner p {
    font-size: 4.5vw;
  }
}

.banner div {
  position: relative;
  z-index: 2;
}

.footer-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  text-align: center;
  width: 100%;
}

.footer-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1.5;
  padding: 5px 0;
  width: 50%;
  margin: 5px 3px;
  height: 70px;
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  position: relative;
}

.footer-contact p {
  text-align: center;
  font-size: 1.4rem;
}

.footer-contact .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0) !important;
}

.footer-contact .footer-big {
  font-size: 6vw !important;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.footer-announce {
  margin-top: 50px;
}

.footer-announce p {
  background-color: #f2f2f2;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .footer-announce p {
    padding: 20px 10x;
    text-align: justify;
    font-size: 1.2rem;
  }
}

.footer-info {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-info .footer-left {
  width: 30%;
}

@media screen and (max-width: 575px) {
  .footer-info .footer-left {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-info .footer-left {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-info .footer-left {
    width: 100%;
    text-align: center;
  }
}

.footer-info .footer-left h2 {
  font-size: 1.6rem;
  margin-top: 15px;
}

.footer-info .footer-left img {
  height: 60px;
}

.footer-info .footer-left .footer-apply {
  background-color: #000;
  border: 2px solid #000;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 26px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-top: 15px;
}

.footer-info .footer-left .footer-apply:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #000;
}

.footer-info .footer-right {
  width: 68%;
}

@media screen and (max-width: 575px) {
  .footer-info .footer-right {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-info .footer-right {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-info .footer-right {
    width: 100%;
    margin-top: 50px;
  }
}

.footer-info .footer-right .footer-guide {
  width: 23%;
  margin-bottom: 15px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .footer-info .footer-right .footer-guide {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-info .footer-right .footer-guide {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-info .footer-right .footer-guide {
    width: 45%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.footer-info .footer-right .footer-guide p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .footer-info .footer-right .footer-guide p {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-info .footer-right .footer-guide p {
    text-align: center;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}

.footer-bottom p {
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
  .footer-bottom p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 3.4vw;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
  }
}

.footer-bottom ul {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 575px) {
  .footer-bottom ul {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom ul {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
  }
}

.footer-bottom li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #DADADA;
}

.footer-bottom li:first-child {
  border-left: none;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom li {
    display: block;
    border-left: none;
    padding: 5px 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-bottom li {
    font-size: 1vw;
  }
}

/*ページトップ*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  cursor: pointer;
}

#page-top a {
  font-size: 0.47rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-left: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  border-radius: 0.5rem;
}

@media screen and (max-width: 575px) {
  #page-top a {
    right: 10px !important;
    bottom: 90px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-top a {
    right: 10px !important;
    bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #page-top a {
    right: 10px !important;
    bottom: 90px !important;
  }
}

.btn--circle {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.btn--circle i {
  line-height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}

.btn--circle:hover i {
  line-height: 45px;
}

/*　左の動き　*/
#page-top.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards;
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*　右の動き　*/
#page-top.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

/* オープニング１ */
.opening {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.opening p {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  will-change: transform;
  display: none;
  z-index: 9999;
}

.opening img {
  width: 250px;
}

#slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
}

#catch-copy {
  position: relative;
  z-index: 3;
  height: 100vh;
}

#catch-copy h2 {
  position: absolute;
  top: 21%;
  left: 5%;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  color: #fff;
  font-size: 9.5vw;
  text-shadow: 1px 2px 3px #000;
  line-height: 1.3;
}

@media screen and (max-width: 575px) {
  #catch-copy h2 {
    top: 40%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #catch-copy h2 {
    top: 40%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #catch-copy h2 {
    top: 40%;
  }
}

#catch-copy p {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 3vw;
  text-shadow: 1px 2px 3px #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #catch-copy p {
    text-align: center;
    font-size: 8vw;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #catch-copy p {
    text-align: center;
    font-size: 5vw;
    width: 100%;
  }
}

/*スクロールダウン*/
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 10%;
  /* 線の描写 */
}

.scrolldown span {
  position: absolute;
  top: -100px;
  left: -9px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  -webkit-animation: circlemove 1.6s ease-in-out infinite,
 cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite,
 cirlemovehide 1.6s ease-out infinite;
}

.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.top-title4 {
  position: relative;
}

.top-title4 h2 {
  font-size: 6vw;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  letter-spacing: 2.0rem;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  .top-title4 h2 {
    -webkit-text-stroke: 1px #000;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .top-title4 h2 {
    -webkit-text-stroke: 1px #000;
  }
}

.top-title4 p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5rem;
}

.backmsg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  white-space: nowrap;
  font-size: 16vw;
  line-height: 1.3;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.font70 {
  font-size: 5.0vw;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 575px) {
  .font70 {
    font-size: 5.6vw;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .font70 {
    font-size: 5.6vw;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .font70 {
    font-size: 4.0vw;
    line-height: 1.7857;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .font70 {
    font-size: 4.7vw;
  }
}

.font100 {
  font-size: 7.8vw;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 575px) {
  .font100 {
    font-size: 10.0vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .font100 {
    font-size: 10.0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .font100 {
    font-size: 6.8vw;
    line-height: 1.7857;
  }
}

.font52 {
  font-size: 4.2vw;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 575px) {
  .font52 {
    font-size: 5.0vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .font52 {
    font-size: 5.0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .font52 {
    font-size: 4.0vw;
    line-height: 1.7857;
  }
}

.font90 {
  font-size: 6.2vw;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 575px) {
  .font90 {
    font-size: 11.0vw;
    margin-top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .font90 {
    font-size: 8.0vw;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .font90 {
    font-size: 5.0vw;
  }
}

.font23 {
  font-size: 2.3rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .font23 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .font23 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .font23 {
    font-size: 2.5vw;
  }
}

.spacetop50 {
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .spacetop50 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .spacetop50 {
    margin-top: 30px;
  }
}

.spacetop120 {
  margin-top: 120px;
}

@media screen and (max-width: 575px) {
  .spacetop120 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .spacetop120 {
    margin-top: 50px;
  }
}

#top-msg {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}

#top-msg h2 {
  font-size: 4vw;
}

@media screen and (max-width: 575px) {
  #top-msg h2 {
    font-size: 5vw;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-msg h2 {
    font-size: 5vw;
  }
}

#top-msg p {
  font-size: 2.2vw;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #top-msg p {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-msg p {
    font-size: 1.7rem;
  }
}

#top-concept {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
  overflow: hidden;
}

#top-concept .top-concept-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  #top-concept .top-concept-in {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-concept .top-concept-in {
    display: block;
  }
}

#top-concept .top-concept-in .top-title1 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
}

@media screen and (max-width: 575px) {
  #top-concept .top-concept-in .top-title1 {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-concept .top-concept-in .top-title1 {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
}

#top-concept .top-concept-in .top-title1 h2 {
  font-size: 10.0rem;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  letter-spacing: 2.0rem;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #top-concept .top-concept-in .top-title1 h2 {
    font-size: 10vw;
    -webkit-text-stroke: 0px #000;
    color: #333;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-concept .top-concept-in .top-title1 h2 {
    font-size: 10vw;
    -webkit-text-stroke: 0px #000;
    color: #333;
  }
}

#top-concept .top-concept-in .top-title1 p {
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5rem;
  position: absolute;
  top: 15px;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #top-concept .top-concept-in .top-title1 p {
    top: -30px;
    left: 0;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-concept .top-concept-in .top-title1 p {
    top: -30px;
    left: 0;
    font-size: 1.4rem;
  }
}

#top-concept .top-concept-in .top-concept-box {
  margin-left: 5%;
}

@media screen and (max-width: 575px) {
  #top-concept .top-concept-in .top-concept-box {
    margin-left: 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-concept .top-concept-in .top-concept-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  #top-concept .top-concept-in .top-concept-box p {
    text-align: right;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-concept .top-concept-in .top-concept-box p {
    text-align: right;
  }
}

#top-curriculum {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

#top-curriculum img {
  position: absolute;
  top: 15%;
  left: 2%;
  z-index: -1;
  width: 30%;
}

#top-curriculum .top-curriculum-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  #top-curriculum .top-curriculum-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-curriculum .top-curriculum-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#top-curriculum .top-curriculum-in .top-title2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
  width: 100% !important;
}

@media screen and (max-width: 575px) {
  #top-curriculum .top-curriculum-in .top-title2 {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-curriculum .top-curriculum-in .top-title2 {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}

#top-curriculum .top-curriculum-in .top-title2 h2 {
  font-size: 10.0rem;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  letter-spacing: 2.0rem;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #top-curriculum .top-curriculum-in .top-title2 h2 {
    font-size: 8vw;
    -webkit-text-stroke: 0px #000;
    color: #333;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-curriculum .top-curriculum-in .top-title2 h2 {
    font-size: 8vw;
    -webkit-text-stroke: 0px #000;
    color: #333;
  }
}

#top-curriculum .top-curriculum-in .top-title2 p {
  text-orientation: upright;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5rem;
  position: absolute;
  top: 15px;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #top-curriculum .top-curriculum-in .top-title2 p {
    top: -30px;
    right: 0;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-curriculum .top-curriculum-in .top-title2 p {
    top: -30px;
    right: 0;
    font-size: 1.4rem;
  }
}

#top-curriculum .top-curriculum-in .top-curriculum-box {
  margin-right: 5%;
}

@media screen and (max-width: 575px) {
  #top-curriculum .top-curriculum-in .top-curriculum-box {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-curriculum .top-curriculum-in .top-curriculum-box {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

#top-support {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
  overflow: hidden;
}

#top-support .top-title3 {
  position: relative;
}

#top-support .top-title3 h2 {
  font-size: 6vw;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  letter-spacing: 2.0rem;
  line-height: 1.5;
}

@media screen and (max-width: 575px) {
  #top-support .top-title3 h2 {
    font-size: 6.5vw;
    letter-spacing: 0.5rem;
    -webkit-text-stroke: 0px #000;
    color: #333;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-support .top-title3 h2 {
    font-size: 6.5vw;
    letter-spacing: 0.5rem;
    -webkit-text-stroke: 0px #000;
    color: #333;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-support .top-title3 h2 {
    font-size: 6.5vw;
    letter-spacing: 0.5rem;
    -webkit-text-stroke: 1px #000;
  }
}

#top-support .top-title3 p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5rem;
}

@media screen and (max-width: 575px) {
  #top-support .top-title3 p {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-support .top-title3 p {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-support .top-title3 p {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
  }
}

#top-support .top-support-in {
  margin-left: 23%;
}

@media screen and (max-width: 575px) {
  #top-support .top-support-in {
    margin-left: 0;
    text-align: right;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-support .top-support-in {
    margin-left: 0;
    text-align: right;
  }
}

#top-campus {
  position: relative;
  z-index: 1;
  background-image: url(image/campus.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #top-campus {
    background-position: 90% 0%;
  }
}

#top-campus::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#top-campus .top-campus-in {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #top-campus .top-campus-in {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    width: 90%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-campus .top-campus-in {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    width: 90%;
    display: block;
  }
}

#top-campus .top-campus-in h2 {
  font-size: 3.0rem;
  white-space: nowrap;
  margin-left: 20%;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #top-campus .top-campus-in h2 {
    white-space: normal;
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-campus .top-campus-in h2 {
    white-space: normal;
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
  }
}

#top-campus .top-campus-in p {
  font-size: 2.4rem;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 4.0;
  letter-spacing: 1.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #top-campus .top-campus-in p {
    white-space: normal;
    line-height: 2.0;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-campus .top-campus-in p {
    white-space: normal;
    line-height: 2.0;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
}

#top-taiwan {
  position: relative;
  z-index: 1;
  background-image: url(image/taiwan02.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #top-taiwan {
    background-position: 90% 0%;
  }
}

#top-taiwan::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#top-taiwan .top-taiwan-in {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #top-taiwan .top-taiwan-in {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    width: 90%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-taiwan .top-taiwan-in {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    width: 90%;
    display: block;
  }
}

#top-taiwan .top-taiwan-in h2 {
  font-size: 3.0rem;
  white-space: nowrap;
  margin-left: 20%;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #top-taiwan .top-taiwan-in h2 {
    white-space: normal;
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-taiwan .top-taiwan-in h2 {
    white-space: normal;
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
  }
}

#top-taiwan .top-taiwan-in p {
  font-size: 2.4rem;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 4.0;
  letter-spacing: 1.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #top-taiwan .top-taiwan-in p {
    white-space: normal;
    line-height: 2.0;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-taiwan .top-taiwan-in p {
    white-space: normal;
    line-height: 2.0;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
}

#top-malaysia {
  position: relative;
  z-index: 1;
  background-image: url(image/malaysia02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #top-malaysia {
    background-position: 90% 0%;
  }
}

#top-malaysia::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#top-malaysia .top-malaysia-in {
  position: relative;
  z-index: 2;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #top-malaysia .top-malaysia-in {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    width: 90%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-malaysia .top-malaysia-in {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    width: 90%;
    display: block;
  }
}

#top-malaysia .top-malaysia-in h2 {
  font-size: 3.0rem;
  white-space: nowrap;
  margin-left: 20%;
  letter-spacing: 1.0rem;
}

@media screen and (max-width: 575px) {
  #top-malaysia .top-malaysia-in h2 {
    white-space: normal;
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-malaysia .top-malaysia-in h2 {
    white-space: normal;
    font-size: 6vw;
    margin-left: 0;
    text-align: center;
  }
}

#top-malaysia .top-malaysia-in p {
  font-size: 2.4rem;
  white-space: nowrap;
  text-orientation: upright;
  line-height: 4.0;
  letter-spacing: 1.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #top-malaysia .top-malaysia-in p {
    white-space: normal;
    line-height: 2.0;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-malaysia .top-malaysia-in p {
    white-space: normal;
    line-height: 2.0;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
}

#top-about {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 120px;
}

#top-about .top-about-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top-about .top-about-in .top-about-box1 {
  margin-top: 50px;
  width: 45%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #top-about .top-about-in .top-about-box1 {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-about .top-about-in .top-about-box1 {
    width: 100%;
  }
}

#top-about .top-about-in .top-about-box1 h3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 1.0rem;
  background-color: #fff;
  padding: 20px 3px;
}

@media screen and (max-width: 575px) {
  #top-about .top-about-in .top-about-box1 h3 {
    font-size: 2.0rem;
    padding: 10px 3px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-about .top-about-in .top-about-box1 h3 {
    font-size: 2.0rem;
    padding: 10px 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-about .top-about-in .top-about-box1 h3 {
    font-size: 1.5vh;
  }
}

#top-about .top-about-in .top-about-box1 img {
  width: 100%;
  margin-bottom: 15px;
}

#top-about .top-about-in .top-about-box1 p {
  text-align: left;
  font-weight: bold;
}

#top-about .top-about-in .top-about-box2 {
  width: 45%;
  margin-top: 50px;
  position: relative;
  text-align: center;
  background-color: #fafafa;
  padding: 30px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #top-about .top-about-in .top-about-box2 {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-about .top-about-in .top-about-box2 {
    width: 100%;
  }
}

#top-about .top-about-in .top-about-box2 h3 {
  letter-spacing: 1.0rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  #top-about .top-about-in .top-about-box2 h3 {
    font-size: 5vw;
    letter-spacing: 0.3rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-about .top-about-in .top-about-box2 h3 {
    font-size: 5vw;
    letter-spacing: 0.3rem;
  }
}

#top-about .top-about-in .top-about-box2 p {
  font-weight: bold;
}

#top-about .top-about-in .top-about-box2 img {
  width: 100%;
  margin-bottom: 15px;
}

#top-about .top-about-in .img60 {
  width: 60% !important;
}

@media screen and (max-width: 575px) {
  #top-about .top-about-in .img60 {
    width: 100% !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-about .top-about-in .img60 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-about .top-about-in .img60 {
    width: 100% !important;
  }
}

#top-news {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
}

#top-news .top-news-in a {
  width: 100%;
  border-bottom: 2px solid #fff;
  display: inline-block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#top-news .top-news-in a:hover {
  opacity: 0.5;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#top-news .top-news-in a .top-news-box {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

@media screen and (max-width: 575px) {
  #top-news .top-news-in a .top-news-box {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .top-news-in a .top-news-box {
    width: 100%;
  }
}

#top-news .top-news-in a .top-news-box p {
  font-size: 1.4rem;
  font-weight: bold;
}

#top-news .top-news-in a .top-news-box h3 {
  font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
  #top-news .top-news-in a .top-news-box h3 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .top-news-in a .top-news-box h3 {
    margin-top: 10px;
  }
}

#top-blog {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

#top-blog .news-item {
  margin: 0 20px;
}

#top-blog .news-item img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top-blog .news-item h3 {
  margin: 15px 0;
}

#top-blog .news-item .news-item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top-blog .news-item .news-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#top-blog .news-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#top-blog .news-item .news-item-title {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top-blog .news-item h3 {
  font-size: 1.4rem;
}

#concept-msg .concept-msg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  #concept-msg .concept-msg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-msg .concept-msg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#concept-msg .concept-msg-box .concept-msg-pic {
  width: 36%;
}

@media screen and (max-width: 575px) {
  #concept-msg .concept-msg-box .concept-msg-pic {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-msg .concept-msg-box .concept-msg-pic {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}

#concept-msg .concept-msg-box .concept-msg-pic img {
  width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-msg .concept-msg-box .concept-msg-pic img {
    width: 50%;
  }
}

#concept-msg .concept-msg-box .concept-msg-text {
  width: 58%;
}

@media screen and (max-width: 575px) {
  #concept-msg .concept-msg-box .concept-msg-text {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-msg .concept-msg-box .concept-msg-text {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 575px) {
  #concept-msg .concept-msg-box .addspace {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-msg .concept-msg-box .addspace {
    margin-top: 30px;
  }
}

#concept-study .concept-study-image {
  text-align: center;
}

#concept-study .concept-study-image img {
  width: 60%;
}

@media screen and (max-width: 575px) {
  #concept-study .concept-study-image img {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-study .concept-study-image img {
    width: 80%;
  }
}

#concept-study .concept-study-box img {
  height: 400px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 575px) {
  #concept-study .concept-study-box img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #concept-study .concept-study-box img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#concept-study .concept-study-box p {
  margin-top: 30px;
}

#concept-career .concept-career-box {
  text-align: center;
}

#concept-career .concept-career-box img {
  width: 80%;
}

@media screen and (max-width: 575px) {
  #concept-career .concept-career-box img {
    width: 100%;
  }
}

.career-path .career-path-box {
  margin-top: 30px;
}

.career-path .career-path-box h3 {
  margin-bottom: 15px;
}

#curriculum-jam .curriculum-jam-box {
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width: 575px) {
  #curriculum-jam .curriculum-jam-box {
    margin-top: 80px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #curriculum-jam .curriculum-jam-box {
    margin-top: 80px;
  }
}

#curriculum-jam .curriculum-jam-box img {
  width: 65%;
}

@media screen and (max-width: 575px) {
  #curriculum-jam .curriculum-jam-box img {
    width: 100%;
  }
}

#curriculum-jam .curriculum-jam-box p {
  margin-top: 30px;
  text-align: left;
}

.curriculum-language .curriculum-language-box1 {
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .curriculum-language .curriculum-language-box1 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-language .curriculum-language-box1 {
    margin-top: 30px;
  }
}

.curriculum-language .curriculum-language-box1 p {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .curriculum-language .curriculum-language-box1 p {
    text-align: left;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-language .curriculum-language-box1 p {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .curriculum-language .curriculum-language-box1 p {
    text-align: left;
  }
}

.curriculum-language .curriculum-language-box2 {
  background-color: #f2f2f2;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.curriculum-language .curriculum-language-box2 .curriculum-language-pic {
  width: 25%;
}

@media screen and (max-width: 575px) {
  .curriculum-language .curriculum-language-box2 .curriculum-language-pic {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-language .curriculum-language-box2 .curriculum-language-pic {
    width: 100%;
    text-align: center;
  }
}

.curriculum-language .curriculum-language-box2 .curriculum-language-pic img {
  height: 50px;
}

.curriculum-language .curriculum-language-box2 .curriculum-language-text {
  width: 70%;
}

@media screen and (max-width: 575px) {
  .curriculum-language .curriculum-language-box2 .curriculum-language-text {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-language .curriculum-language-box2 .curriculum-language-text {
    width: 100%;
    margin-top: 30px;
  }
}

.curriculum-language .curriculum-language-box2 .curriculum-language-text h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .curriculum-language .curriculum-language-box2 .curriculum-language-text h3 {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-language .curriculum-language-box2 .curriculum-language-text h3 {
    text-align: center;
  }
}

.curriculum-language .curriculum-language-box3 {
  background-color: #f2f2f2;
  padding: 30px;
}

.curriculum-language .curriculum-language-box3 h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .curriculum-language .curriculum-language-box3 h3 {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-language .curriculum-language-box3 h3 {
    text-align: center;
  }
}

.curriculum-language .curriculum-language-box3 img {
  width: 100%;
}

.curriculum-design .curriculum-design-box {
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .curriculum-design .curriculum-design-box {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .curriculum-design .curriculum-design-box {
    margin-top: 30px;
  }
}

.curriculum-design .curriculum-design-box p {
  font-weight: bold;
}

.examination-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .examination-box {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .examination-box {
    margin-top: 30px;
  }
}

.examination-box .examination-pic {
  width: 47%;
}

@media screen and (max-width: 575px) {
  .examination-box .examination-pic {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .examination-box .examination-pic {
    width: 100%;
  }
}

.examination-box .examination-pic img {
  width: 100%;
}

.examination-box .examination-text {
  width: 47%;
}

@media screen and (max-width: 575px) {
  .examination-box .examination-text {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .examination-box .examination-text {
    width: 100%;
    margin-top: 30px;
  }
}

.artsports-box {
  margin-top: 100px;
}

@media screen and (max-width: 575px) {
  .artsports-box {
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .artsports-box {
    margin-top: 50px;
  }
}

.artsports-box img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  .artsports-box img {
    height: 300px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .artsports-box img {
    height: 300px;
  }
}

.artsports-box p {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -250px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 50px 0 50px;
}

@media screen and (max-width: 575px) {
  .artsports-box p {
    margin-top: -150px;
    padding: 30px 30px 0 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .artsports-box p {
    margin-top: -150px;
    padding: 30px 30px 0 30px;
  }
}

#dailyaction-why .pleft1 {
  text-align: left;
}

#dailyaction-why .pleft2 {
  text-align: center;
  line-height: 2.6;
}

#dailyaction-method .dailyaction-method-box {
  text-align: center;
}

#dailyaction-method .dailyaction-method-box img {
  width: 60%;
}

@media screen and (max-width: 575px) {
  #dailyaction-method .dailyaction-method-box img {
    width: 100%;
  }
}

#dailyaction-method .dailyaction-method-box p {
  text-align: left;
  margin-top: 30px;
}

#dailyaction-method .method-box-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#dailyaction-method .method-box-step .step-box {
  width: 32%;
  background-color: #f2f2f2;
  padding: 20px;
}

@media screen and (max-width: 575px) {
  #dailyaction-method .method-box-step .step-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

#dailyaction-method .method-box-step .step-box p {
  margin-top: -35px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #dailyaction-method .method-box-step .step-box p {
    font-size: 2.0rem;
  }
}

#dailyaction-method .method-box-step .step-box h3 {
  margin-bottom: 15px;
  text-align: center;
}

.dailyaction-known {
  text-align: center;
}

.dailyaction-known img {
  width: 70%;
}

@media screen and (max-width: 575px) {
  .dailyaction-known img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  #dass-why1 {
    padding-top: 170px;
    margin-top: -50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why1 {
    padding-top: 170px;
    margin-top: -50px;
  }
}

#dass-why1 .dass-why-box1 {
  text-align: center;
}

#dass-why1 .dass-why-box1 img {
  width: 60%;
}

@media screen and (max-width: 575px) {
  #dass-why1 .dass-why-box1 img {
    width: 100%;
  }
}

#dass-why1 .dass-why-box1 p {
  text-align: left;
}

#dass-why1 .dass-why-box1 .right {
  text-align: right;
  margin-top: 15px;
}

#dass-why1 .dass-why-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#dass-why1 .dass-why-box2 .dass-why-box2-pic {
  width: 47%;
}

@media screen and (max-width: 575px) {
  #dass-why1 .dass-why-box2 .dass-why-box2-pic {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why1 .dass-why-box2 .dass-why-box2-pic {
    width: 100%;
    text-align: center;
  }
}

#dass-why1 .dass-why-box2 .dass-why-box2-pic img {
  width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why1 .dass-why-box2 .dass-why-box2-pic img {
    width: 60%;
  }
}

#dass-why1 .dass-why-box2 .dass-why-box2-text {
  width: 47%;
}

@media screen and (max-width: 575px) {
  #dass-why1 .dass-why-box2 .dass-why-box2-text {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why1 .dass-why-box2 .dass-why-box2-text {
    width: 100%;
    margin-top: 30px;
  }
}

#dass-why1 .dass-why-box3 img {
  margin: 30px 0;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #dass-why1 .dass-why-box3 img {
    margin: 15px 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why1 .dass-why-box3 img {
    margin: 15px 0;
  }
}

#dass-why1 .dass-why-box3 .text {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  #dass-why1 .dass-why-box3 .text {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why1 .dass-why-box3 .text {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  #dass-why2 {
    padding-top: 170px;
    margin-top: -50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why2 {
    padding-top: 170px;
    margin-top: -50px;
  }
}

#dass-why2 .dass-why2-box {
  position: relative;
}

#dass-why2 .dass-why2-box::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#dass-why2 .dass-why2-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#dass-why2 .dass-why2-box p {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
  margin: 0 !important;
  font-size: 3.5vw;
  font-weight: bold;
  width: 100%;
}

#dass-why2 .dass-why2-box2 {
  text-align: center;
}

#dass-why2 .dass-why2-box2 img {
  width: 60%;
}

@media screen and (max-width: 575px) {
  #dass-why2 .dass-why2-box2 img {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #dass-why2 .dass-why2-box2 img {
    width: 100%;
  }
}

#dass-why2 .dass-why2-box2 p {
  text-align: left;
}

.dass-reason .dass-reason-box {
  margin-top: 30px;
}

.dass-reason .dass-reason-box h3 {
  margin-bottom: 15px;
}

.dass-reason .dass-reason-box .right {
  text-align: right;
}

.dass-reason .dass-reason-box .dass-reason-box-pic {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .dass-reason .dass-reason-box .dass-reason-box-pic {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .dass-reason .dass-reason-box .dass-reason-box-pic {
    width: 100%;
  }
}

.dass-reason .dass-reason-box .dass-reason-box-pic img {
  width: 100%;
}

#other-contents {
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #other-contents {
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #other-contents {
    margin-top: 50px;
  }
}

#other-contents h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: solid 3px #fafafa;
  position: relative;
  font-size: 2.3rem;
}

#other-contents h3::before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  border-top: 3px solid #000;
}

#other-contents a {
  border-bottom: 1px solid #333;
}

#other-contents p {
  font-size: 1.4rem;
}

#commerce {
  margin-top: 80px;
}

#commerce table {
  border-collapse: collapse;
  width: 100%;
}

#commerce table th {
  width: 30%;
  border-top: 1px solid #DADADA;
  padding: 30px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 575px) {
  #commerce table th {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #commerce table th {
    display: block;
    width: 100%;
  }
}

#commerce table td {
  border-top: 1px solid #DADADA;
  padding: 30px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #commerce table td {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #commerce table td {
    display: block;
    text-align: center;
  }
}

#commerce table tr:last-child th {
  border-bottom: 1px solid #DADADA;
}

#commerce table tr:last-child td {
  border-bottom: 1px solid #DADADA;
}

#commerce a {
  border-bottom: 1px solid #333;
}

#faq {
  margin-top: 50px;
}

#faq .question_box .toggle_contents {
  border-bottom: 2px solid #f8f8f8;
  padding: 15px 0;
}

#faq .question_box .toggle_contents .toggle_title {
  position: relative;
  cursor: pointer;
}

#faq .question_box .toggle_contents .toggle_title .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

#faq .question_box .toggle_contents .toggle_title .toggle_btn:before, #faq .question_box .toggle_contents .toggle_title .toggle_btn:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#faq .question_box .toggle_contents .toggle_title .toggle_btn:before {
  width: 4px;
  height: 20px;
}

#faq .question_box .toggle_contents .toggle_title.selected .toggle_btn:before {
  content: normal;
}

#faq .question_box .toggle_contents dd {
  display: none;
}

#faq .question_box dt {
  padding: 15px 50px;
  position: relative;
}

#faq .question_box dt:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: 'Q';
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  #faq .question_box dt:before {
    top: 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #faq .question_box dt:before {
    top: 10px;
  }
}

#faq .question_box dd {
  padding: 15px 50px;
  position: relative;
}

#faq .question_box dd:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: 'A';
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  color: #000;
  border-radius: 50%;
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  #faq .question_box dd:before {
    top: 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #faq .question_box dd:before {
    top: 10px;
  }
}

#faq .question_box a {
  color: #000;
  border-bottom: 1px solid #000;
}

#faq .question_box h3 {
  text-align: center;
  margin-top: 50px;
}

#company-outline {
  margin-top: 80px;
  text-align: center;
}

#company-outline .outline-box {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media screen and (max-width: 575px) {
  #company-outline .outline-box {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-outline .outline-box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-outline .outline-box {
    width: 100%;
  }
}

#company-outline .outline-box table {
  border-collapse: collapse;
  width: 100%;
}

#company-outline .outline-box table th {
  width: 30%;
  border-top: 1px solid #DADADA;
  padding: 30px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 575px) {
  #company-outline .outline-box table th {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-outline .outline-box table th {
    display: block;
    width: 100%;
  }
}

#company-outline .outline-box table td {
  border-top: 1px solid #DADADA;
  padding: 30px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #company-outline .outline-box table td {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-outline .outline-box table td {
    display: block;
    text-align: center;
  }
}

#company-outline .outline-box table tr:last-child th {
  border-bottom: 1px solid #DADADA;
}

#company-outline .outline-box table tr:last-child td {
  border-bottom: 1px solid #DADADA;
}

#company-access {
  margin-top: 80px;
  text-align: center;
}

#company-access .map {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 450px;
}

@media screen and (max-width: 575px) {
  #company-access .map {
    width: 100%;
    height: 350px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-access .map {
    width: 100%;
    height: 350px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-access .map {
    width: 100%;
  }
}

/* 404 */
#not-found {
  padding: 120px 0;
  text-align: center;
}

#not-found h2 {
  font-size: 3.0rem;
}

#not-found p {
  margin: 50px 0;
  text-align: center;
}

#not-found a {
  color: #fff;
  background: #000;
  border-radius: 10px;
  padding: 20px 30px;
  border: 2px solid #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#not-found a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #000;
}

.contact-sub {
  margin: 0 auto;
}

.contact-sub .contact-sub-top p {
  margin-top: 50px;
  text-align: center;
}

.contact-sub .contact-sub-top h3 {
  padding: 5px 10px;
  margin: 15px 0;
}

.contact-sub .contact-sub-commit {
  margin: 50px 0;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .contact-sub .contact-sub-commit h2 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-sub .contact-sub-commit h2 {
    font-size: 2.0rem;
  }
}

.contact-sub .contact-sub-commit p {
  text-align: center;
  margin: 50px 0;
}

.contact-main {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.contact-main table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 80%;
  border: 1px solid #ECECEC;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .contact-main table {
    width: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-main table {
    width: auto;
  }
}

.contact-main table th {
  width: 30%;
  padding: 15px;
  border: 1px solid #ECECEC;
  background-color: #fafafa;
}

@media screen and (max-width: 575px) {
  .contact-main table th {
    width: auto;
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-main table th {
    width: auto;
    display: block;
  }
}

.contact-main table td {
  padding: 15px;
  border: 1px solid #ECECEC;
}

@media screen and (max-width: 575px) {
  .contact-main table td {
    width: auto;
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-main table td {
    width: auto;
    display: block;
  }
}

.contact-main p {
  text-align: left;
}

.contact-main input[type=date] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 40%;
  height: 30px;
}

.contact-main .text-area1 {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 95%;
  height: 30px;
}

.contact-main .text-area-big {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 5px;
  width: 95%;
  height: 200px;
}

.contact-main .required {
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 10px;
  padding: 3px 5px;
  display: inline-block;
}

.contact-main .error_msg {
  color: #FF4500;
  margin: 10px 0;
}

.contact-main .error_msg2 {
  color: #FF4500;
  margin: 10px 0;
  text-align: center;
}

.contact-main .contactBtn_inner {
  text-align: center;
  margin: 50px 0;
}

.contact-main .contactBtn {
  color: #fff;
  font-weight: bold;
  background-color: #000;
  border-style: none;
  border: 2px solid #000;
  padding: 20px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.contact-main .contactBtn:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #ffffff;
  color: #000;
}

.contact-main .contactBtn-teisei {
  background-color: #fafafa;
  border-style: none;
  border: 2px solid #dcdcdc;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.contact-main .contactBtn-teisei:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.backBtn {
  background: #DCDCDC;
  color: #333;
  margin-top: 50px;
  margin-bottom: 100px;
  display: inline-block;
  padding: 20px 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.backBtn:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.error-catch {
  text-align: center;
  margin: 50px 0;
}

.error-catch p {
  position: relative;
  padding: 1.5rem 2.5rem;
  border: 2px solid #FF4500;
  display: inline-block;
  font-size: 1.6rem;
  color: #FF4500;
}

@media screen and (max-width: 575px) {
  .error-catch p {
    padding: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .error-catch p {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.stepbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .stepbar {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .stepbar {
    width: 100%;
  }
}

.stepbar__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc((100%) / 3);
  height: 80px;
  margin: 0 5px;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.stepbar__item-add {
  background-color: #000 !important;
}

.stepbar__item:nth-child(1) {
  z-index: 3;
}

.stepbar__item:nth-child(2) {
  z-index: 2;
}

.stepbar__item:nth-child(3) {
  z-index: 1;
}

.stepbar__item:first-child {
  margin-left: 0;
}

.stepbar__item:last-child {
  margin-right: 0;
}

.stepbar__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.3);
}

.stepbar__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #fff;
}

.stepbar__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.stepbar__item-inner--current {
  background-color: #000;
  color: #ffffff;
}

.stepbar__item-inner--current::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #000 !important;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0;
  border-bottom: 40px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.3);
}

#contact_form_check {
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  #contact_form_check {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check {
    margin-top: 30px;
  }
}

#contact_form_check .contact_form_check_top {
  margin-top: 30px;
  text-align: center;
}

#contact_form_check .contact_form_check_top p {
  text-align: center;
}

@media screen and (max-width: 575px) {
  #contact_form_check .contact_form_check_top p {
    text-align: left;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check .contact_form_check_top p {
    text-align: left;
  }
}

#contact_form_check .contact_form_check_box {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #contact_form_check .contact_form_check_box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check .contact_form_check_box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

#contact_form_check .contact_form_check_box label {
  margin-left: 5px;
}

#contact_form_check .contact_form_check_box input[type=checkbox] {
  display: none;
}

#contact_form_check .contact_form_check_box .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

#contact_form_check .contact_form_check_box .checkbox01:before {
  background: #fff;
  border: 3px solid #EAEAEA;
  border-radius: 4px;
  content: '';
  display: block;
  height: 21px;
  width: 21px;
  left: 0;
  position: absolute;
  top: 8px;
}

#contact_form_check .contact_form_check_box .checkbox01:after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  display: block;
  height: 16px;
  width: 9px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 575px) {
  #contact_form_check .contact_form_check_box .checkbox01:after {
    top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact_form_check .contact_form_check_box .checkbox01:after {
    top: 15px;
  }
}

#contact_form_check .contact_form_check_box input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

#contact_form_check .contact_form_check_privacy {
  text-align: center;
  margin-top: 15px;
}

#contact_form_check .contact_form_check_privacy label {
  color: #000;
  border-bottom: 1px solid #000;
}

.contact_form_check_btn {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .contact_form_check_btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact_form_check_btn {
    margin-top: 30px;
  }
}

.contact_form_check_btn button {
  display: inline-block;
  width: 220px;
  padding: 14px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
  background-color: #fff;
  border: 2px solid currentColor;
  color: #000;
}

.contact_form_check_btn button:after {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 0.8em;
  font-family: 'Font Awesome 5 Free';
  font-size: 0.8em;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_form_check_btn button:focus, .contact_form_check_btn button:hover {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

/* 
  ポップアップ
*/
.popup-check {
  display: none;
}

.popup-wrap, .popup-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 99;
}

.popup-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.popup-back {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2;
}

.popup-back label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.popup-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: auto;
  margin: auto;
  z-index: 3;
  text-align: center;
  padding: 40px 0;
}

.popup-contents-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: default;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.popup-close {
  position: fixed;
  top: 75px;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media screen and (max-width: 575px) {
  .popup-close {
    right: 1%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .popup-close {
    right: 1%;
  }
}

.popup-close label {
  display: inline-block;
  color: #333;
  border-radius: 50%;
  text-decoration: none;
  font-size: 3.6rem;
  font-weight: 400;
  cursor: pointer;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

#popup01:checked ~ .popup-wrapper #privacy-popup {
  opacity: 1;
  visibility: visible;
}

#popup02:checked ~ .popup-wrapper #money-popup {
  opacity: 1;
  visibility: visible;
}

.popup-close-bottom {
  padding: 20px 0;
  text-align: center;
}

.popup-close-bottom label {
  cursor: pointer;
}

.privacy_wrapper {
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 575px) {
  .privacy_wrapper {
    padding: 50px 20px 20px 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .privacy_wrapper {
    padding: 50px 20px 20px 20px;
  }
}

.privacy_wrapper h2 {
  text-align: center;
  display: inline-block;
  margin: 50px 0;
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 575px) {
  .privacy_wrapper h2 {
    font-size: 2.4rem;
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .privacy_wrapper h2 {
    font-size: 2.4rem;
    margin: 50px 0 0 0;
  }
}

.privacy_wrapper h3 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 1.8rem;
}

.privacy_wrapper .privacy_main {
  margin-top: 50px;
}

.privacy_wrapper .privacy_main p {
  text-align: left;
  font-size: 1.4rem;
}

.privacy_wrapper .privacy_right {
  text-align: right !important;
}

@media screen and (max-width: 575px) {
  .privacy_wrapper .privacy_right {
    margin: 30px 0;
  }
}

.apply-form {
  width: 100%;
}

.apply-form input[type=checkbox] {
  display: none;
}

.apply-form .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.apply-form .checkbox01:before {
  background: #fff;
  border: 3px solid #EAEAEA;
  border-radius: 4px;
  content: '';
  display: block;
  height: 21px;
  width: 21px;
  left: 0;
  position: absolute;
  top: 8px;
}

.apply-form .checkbox01:after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  display: block;
  height: 16px;
  width: 9px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 575px) {
  .apply-form .checkbox01:after {
    top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .apply-form .checkbox01:after {
    top: 15px;
  }
}

.apply-form input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.apply-form .apply-time {
  margin-left: 30px;
}

/* カテゴリ */
#category-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  #category-main {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #category-main {
    display: block;
    width: auto;
  }
}

#category-main .category-list {
  width: 78%;
}

@media screen and (max-width: 575px) {
  #category-main .category-list {
    width: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #category-main .category-list {
    width: auto;
    text-align: center;
  }
}

#category-main .category-list2 {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#category-main .category-list2 a {
  width: 32%;
}

@media screen and (max-width: 575px) {
  #category-main .category-list2 a {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #category-main .category-list2 a {
    width: 48%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #category-main .category-list2 a {
    width: 48%;
  }
}

#category-main .category-list2 .news-box2 {
  margin-bottom: 50px;
}

#category-main .category-list2 .news-box2 img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

#category-main .category-list2 .news-box2 h3 {
  font-size: 1.8rem;
  text-align: left;
}

#category-main .category-list2 .news-box2 .news-box2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #category-main .category-list2 {
    width: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #category-main .category-list2 {
    width: auto;
    text-align: center;
  }
}

.news-box {
  border-bottom: 1px solid #fafafa;
  padding: 30px 0;
  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;
}

.news-box h3 {
  font-size: 2.0rem;
}

@media screen and (max-width: 575px) {
  .news-box h3 {
    margin-top: 5px;
  }
}

.label {
  width: 130px;
  text-align: center;
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0 15px;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.label2 {
  width: 130px;
  text-align: center;
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mews-date {
  font-family: "Oswald", sans-serif;
  display: inline-block;
}

/* シングル */
.blog-contents {
  width: 75%;
}

@media screen and (max-width: 575px) {
  .blog-contents {
    width: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-contents {
    width: auto;
  }
}

.blog-contents h2 {
  margin: 15px 0;
  font-size: 3.0rem;
}

@media screen and (max-width: 575px) {
  .blog-contents h2 {
    font-size: 2.3rem;
  }
}

.blog-contents .blog-contents-box {
  margin-top: 15px;
}

.blog-contents .blog-contents-box a {
  color: #000;
  border-bottom: 1px solid #000;
}

.blog-contents .blog-contents-box h3 {
  border-left: solid 5px #000;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
  .blog-contents .blog-contents-box h3 {
    font-size: 1.6rem;
  }
}

.blog-contents .blog-contents-box h4 {
  margin-top: 20px;
}

.blog-contents .blog-contents-box p {
  margin: 15px 0;
}

.blog-contents .blog-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

@media screen and (max-width: 575px) {
  .blog-contents .blog-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-contents .blog-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.blog-contents #contents-next {
  text-align: center;
  margin-top: 50px;
}

.blog-contents #contents-next a {
  background-color: #000;
  border: 2px solid #000;
  padding: 5px 10px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.blog-contents #contents-next a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #000;
}

.blog-contents .button-field-single {
  margin-top: 50px;
  text-align: center;
}

.blog-contents .button-border {
  border: 1px solid #a5a5a5;
  padding: 20px 40px;
  position: relative;
  display: inline-block;
  color: #a5a5a5;
  text-decoration: none;
  background-color: transparent;
  white-space: nowrap;
}

.blog-contents .button-border:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}

/* サイドバー */
.sidebar {
  width: 20%;
}

@media screen and (max-width: 575px) {
  .sidebar {
    width: auto;
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar {
    width: auto;
    margin-top: 50px;
  }
}

.sidebar h3 {
  font-size: 2.0rem;
  border-left: 5px solid #000;
  padding-left: 10px;
  margin-bottom: 15px;
}

.sidebar ul {
  margin-bottom: 30px;
}

.sidebar ul li {
  margin-bottom: 15px;
}

.sidebar a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sidebar a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}

/* ページリンク */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  font-weight: 400;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid gray;
  border-left-width: 0;
  min-width: 36px;
  height: 36px;
  color: gray;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ececec;
  cursor: default;
  pointer-events: none;
  color: #333;
  font-weight: 500;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pointer-none {
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}

.article-content .article-info .article-date {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}

.article-list .text .article-date {
  font-size: .75rem;
  display: inline-block;
  margin: 0 .5rem .5rem 0;
  color: #888;
}

.staff-box-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.staff-box-in .staff-box {
  width: 30%;
  margin-top: 50px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .staff-box-in .staff-box {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .staff-box-in .staff-box {
    width: 100%;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .staff-box-in .staff-box {
    width: 47%;
  }
}

.staff-box-in .staff-box .staff-pic {
  border-bottom: solid 3px #fafafa;
  height: 300px;
  position: relative;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .staff-box-in .staff-box .staff-pic {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .staff-box-in .staff-box .staff-pic {
    height: 300px;
  }
}

.staff-box-in .staff-box .staff-pic::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 3px solid #000;
}

.staff-box-in .staff-box .staff-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-box-in .staff-box .staff-text {
  padding: 20px 20px 0 20px;
}

.staff-box-in .staff-box .staff-text .staff-name {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 1.0rem;
  background-color: #fff;
  padding: 20px 3px;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .staff-box-in .staff-box .staff-text .staff-name {
    font-size: 2.0rem;
    padding: 10px 3px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .staff-box-in .staff-box .staff-text .staff-name {
    font-size: 2.0rem;
    padding: 10px 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .staff-box-in .staff-box .staff-text .staff-name {
    font-size: 1.5vh;
  }
}

.staff-box-in .staff-box .staff-text .staff-msg {
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .staff-box-in .staff-box .staff-text .staff-msg {
    font-size: 3vw;
  }
}

.staff-box-in .staff-box .staff-text .staff-charge {
  font-size: 1.6rem;
  margin-top: 20px;
}

#single-staff {
  margin-top: 80px;
}

#single-staff .staff-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#single-staff .staff-top .staff-pic {
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 575px) {
  #single-staff .staff-top .staff-pic {
    width: 80%;
    height: 80%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #single-staff .staff-top .staff-pic {
    width: 100%;
    height: 100%;
  }
}

#single-staff .staff-top .staff-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#single-staff .staff-top .staff-text {
  width: 60%;
}

@media screen and (max-width: 575px) {
  #single-staff .staff-top .staff-text {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #single-staff .staff-top .staff-text {
    width: 100%;
  }
}

#single-staff .staff-top .staff-text table {
  border-collapse: collapse;
  width: 100%;
}

#single-staff .staff-top .staff-text table th {
  width: 30%;
  border-top: 1px solid #fafafa;
  padding: 20px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
}

@media screen and (max-width: 575px) {
  #single-staff .staff-top .staff-text table th {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #single-staff .staff-top .staff-text table th {
    display: block;
    width: 100%;
  }
}

#single-staff .staff-top .staff-text table td {
  border-top: 1px solid #fafafa;
  padding: 20px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #single-staff .staff-top .staff-text table td {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #single-staff .staff-top .staff-text table td {
    display: block;
    text-align: center;
  }
}

#single-staff .staff-top .staff-text table tr:last-child th {
  border-bottom: 1px solid #fafafa;
}

#single-staff .staff-top .staff-text table tr:last-child td {
  border-bottom: 1px solid #fafafa;
}

#single-staff .staff-top .staff-text li {
  display: inline-block;
  border: 1px solid #000;
  padding: 3px 10px;
  border-radius: 15px;
  margin: 0 5px 5px 0;
  font-size: 1.2rem;
  color: #000;
}

#single-staff .staff-bottom {
  margin-top: 50px;
}

#single-staff .staff-bottom h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: solid 3px #fafafa;
  position: relative;
  font-size: 2.3rem;
}

#single-staff .staff-bottom h3::before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  border-top: 3px solid #000;
}

#single-staff .staff-bottom ul {
  margin-top: 30px;
}

#single-staff .staff-bottom li {
  display: inline-block;
  padding: 15px;
  margin-bottom: 40px;
  color: #565656;
  background-color: #FDF4ED;
  -webkit-box-shadow: 0px 0px 0px 10px #FDF4ED;
          box-shadow: 0px 0px 0px 10px #FDF4ED;
  border: dashed 2px #000;
  border-radius: 8px;
}

#single-staff .button-field-single {
  margin-top: 50px;
  text-align: center;
}

#single-staff .button-border {
  border: 1px solid #a5a5a5;
  padding: 20px 40px;
  position: relative;
  display: inline-block;
  color: #a5a5a5;
  text-decoration: none;
  background-color: transparent;
  white-space: nowrap;
}

#single-staff .button-border:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}

#single-staff #contents-next {
  text-align: center;
  margin-top: 50px;
}

#single-staff #contents-next a {
  background-color: #000;
  border: 2px solid #000;
  padding: 5px 10px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#single-staff #contents-next a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #000;
}

#campus_life-life .campus_life-life-box1 {
  text-align: center;
}

#campus_life-life .campus_life-life-box1 img {
  width: 60%;
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  #campus_life-life .campus_life-life-box1 img {
    width: 100%;
  }
}

#campus_life-life .campus_life-life-box2 {
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #campus_life-life .campus_life-life-box2 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-life .campus_life-life-box2 {
    margin-top: 50px;
  }
}

#campus_life-life .campus_life-life-box2::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#campus_life-life .campus_life-life-box2 img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  #campus_life-life .campus_life-life-box2 img {
    height: 300px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-life .campus_life-life-box2 img {
    height: 300px;
  }
}

#campus_life-life .campus_life-life-box2 h2 {
  position: absolute;
  z-index: 1;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
  margin: 0 !important;
  font-size: 3.0vw;
  width: 100%;
}

@media screen and (max-width: 575px) {
  #campus_life-life .campus_life-life-box2 h2 {
    font-size: 2.0rem;
    top: 25%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-life .campus_life-life-box2 h2 {
    font-size: 2.0rem;
  }
}

#campus_life-life .campus_life-life-box2 p {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  margin: 0 !important;
  font-size: 2.3vw;
}

@media screen and (max-width: 575px) {
  #campus_life-life .campus_life-life-box2 p {
    font-size: 1.4rem;
    top: 40%;
    font-weight: bold;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-life .campus_life-life-box2 p {
    font-size: 1.4rem;
  }
}

.splitspace {
  margin-top: 120px;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  position: relative;
}

.section > * {
  width: 50%;
}

.section__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__img__inner {
  height: 400px;
  position: fixed;
  left: 5%;
  width: 30%;
  top: 120px;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.section__img__inner .lifep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 6.0rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.0;
  padding: 5px 10px;
}

.section__img__inner .flowp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 6.0rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.0;
  padding: 5px 10px;
}

.section__img .short {
  height: 100px;
}

.section__body {
  width: 70%;
}

.section__body h3 {
  margin-bottom: 15px;
}

.section__body img {
  width: 100%;
  margin-top: 15px;
}

.section__img__inner {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  -webkit-transition: opacity .6s ease, background-position 0.8s ease, -webkit-filter .6s ease;
  transition: opacity .6s ease, background-position 0.8s ease, -webkit-filter .6s ease;
  transition: filter .6s ease, opacity .6s ease, background-position 0.8s ease;
  transition: filter .6s ease, opacity .6s ease, background-position 0.8s ease, -webkit-filter .6s ease;
}

.section.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.life-box .life-pic {
  text-align: center;
}

.life-box .life-pic img {
  width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .life-box .life-pic img {
    width: 60%;
  }
}

.life-box .life-pic .small_pic {
  width: 70% !important;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .life-box .life-pic .small_pic {
    width: 60% !important;
  }
}

.life-box .life-pic .small_pic2 {
  width: 60% !important;
}

.life-box .life-pic p {
  text-align: center;
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.life-box .life-text {
  margin-top: 30px;
  text-align: center;
}

.life-box .life-text h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.life-box .life-text p {
  text-align: left;
}

.life-box .life-text img {
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .life-box .life-text img {
    width: 60%;
  }
}

#campus_life-flow .campus_life-flow-box .flow-top {
  text-align: center;
}

#campus_life-flow .campus_life-flow-box .flow-top p {
  font-size: 6.0rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 1.0;
  padding: 5px 10px;
}

@media screen and (max-width: 575px) {
  #campus_life-flow .campus_life-flow-box .flow-top p {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-flow .campus_life-flow-box .flow-top p {
    font-size: 2.0rem;
  }
}

#campus_life-flow .campus_life-flow-box .campus_life-flow-season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic {
  width: 47%;
  height: 350px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic {
    width: 100%;
    height: 250px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic {
    width: 100%;
    height: 250px;
  }
}

#campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic img {
    height: 250px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic img {
    height: 250px;
  }
}

#campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic p {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic p {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-pic p {
    font-size: 2.0rem;
  }
}

#campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-text {
  width: 47%;
}

@media screen and (max-width: 575px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-text {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-text {
    width: 100%;
    margin-top: 15px;
  }
}

#campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-text h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-text h3 {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-flow .campus_life-flow-box .campus_life-flow-season .season-text h3 {
    text-align: center;
  }
}

#campus_life-trip .campus_life-trip-box {
  text-align: center;
}

#campus_life-trip .campus_life-trip-box img {
  width: 60%;
  margin: 30px 0;
}

@media screen and (max-width: 575px) {
  #campus_life-trip .campus_life-trip-box img {
    width: 100%;
    margin: 15px 0;
  }
}

#campus_life-trip .campus_life-trip-box p {
  text-align: left;
}

@media screen and (max-width: 575px) {
  #campus_life-trip .campus_life-trip-box h3 {
    font-size: 1.8rem;
  }
}

#campus_life-trip .campus_life-trip-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#campus_life-trip .campus_life-trip-in .campus_life-trip-place {
  width: 47%;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #campus_life-trip .campus_life-trip-in .campus_life-trip-place {
    width: 100%;
  }
}

#campus_life-trip .campus_life-trip-in .campus_life-trip-place p {
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  #campus_life-trip .campus_life-trip-in .campus_life-trip-place p {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-trip .campus_life-trip-in .campus_life-trip-place p {
    font-size: 2.0rem;
  }
}

#campus_life-trip .campus_life-trip-in .campus_life-trip-place img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  #campus_life-trip .campus_life-trip-in .campus_life-trip-place img {
    height: 400px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-trip .campus_life-trip-in .campus_life-trip-place img {
    height: 400px;
  }
}

#campus_life-club .campus_life-club-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#campus_life-club .campus_life-club-box .campus_life-club-pic {
  width: 40%;
}

@media screen and (max-width: 575px) {
  #campus_life-club .campus_life-club-box .campus_life-club-pic {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-club .campus_life-club-box .campus_life-club-pic {
    width: 100%;
  }
}

#campus_life-club .campus_life-club-box .campus_life-club-pic img {
  width: 100%;
}

#campus_life-club .campus_life-club-box .campus_life-club-text {
  width: 55%;
}

@media screen and (max-width: 575px) {
  #campus_life-club .campus_life-club-box .campus_life-club-text {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #campus_life-club .campus_life-club-box .campus_life-club-text {
    width: 100%;
  }
}

#campus_life-club .campus_life-shop {
  text-align: center;
}

#campus_life-club .campus_life-shop .campus_life-shop-in p {
  font-weight: bold;
}

#campus_life-club .campus_life-shop .campus_life-shop-in .campus_life-shop-box {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#campus_life-club .campus_life-shop .campus_life-shop-in .campus_life-shop-box img {
  width: 47%;
}

@media screen and (max-width: 575px) {
  #campus_life-club .campus_life-shop .campus_life-shop-in .campus_life-shop-box img {
    width: 100%;
    margin-bottom: 15px;
  }
}

#recruit-link .recruit-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 575px) {
  #recruit-link .recruit-link-box {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  #recruit-link .recruit-link-box a {
    width: 100%;
    margin: 25px 0;
  }
}

#recruit-student .recruit-student-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 575px) {
  #recruit-student .recruit-student-box {
    display: block;
  }
}

#recruit-student .recruit-student-box .student-left {
  width: 150px !important;
  height: 150px !important;
  background-color: #000;
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 575px) {
  #recruit-student .recruit-student-box .student-left {
    width: 90px !important;
    height: 90px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -45px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-student .recruit-student-box .student-left {
    width: 90px !important;
    height: 90px !important;
  }
}

#recruit-student .recruit-student-box .student-left p {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 6.0rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
}

@media screen and (max-width: 575px) {
  #recruit-student .recruit-student-box .student-left p {
    font-size: 4.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-student .recruit-student-box .student-left p {
    font-size: 4.0rem;
  }
}

#recruit-student .recruit-student-box .student-left p span {
  display: block;
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 575px) {
  #recruit-student .recruit-student-box .student-left p span {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-student .recruit-student-box .student-left p span {
    font-size: 1.2rem;
  }
}

#recruit-student .recruit-student-box .student-right {
  width: 85%;
  margin-left: -75px;
  background-color: #fafafa;
  padding: 50px 30px 50px 130px;
}

@media screen and (max-width: 575px) {
  #recruit-student .recruit-student-box .student-right {
    width: 100%;
    padding: 60px 30px 30px 30px;
    margin-left: 0px;
  }
}

#recruit-student .recruit-student-box .student-right h4 {
  font-size: 3.0rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  #recruit-student .recruit-student-box .student-right h4 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-student .recruit-student-box .student-right h4 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #recruit-student .recruit-student-box .student-right h4 {
    font-size: 2.3rem;
  }
}

#recruit-student .recruit-arrow {
  margin-top: 30px;
  text-align: center;
}

#recruit-student .recruit-arrow i {
  font-size: 3.0rem;
}

#recruit-staff .staff-box {
  margin-top: 50px;
}

#recruit-staff .staff-box .subtitle {
  font-size: 2.36rem;
  display: inline-block;
  width: 30%;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 575px) {
  #recruit-staff .staff-box .subtitle {
    width: 100%;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-staff .staff-box .subtitle {
    width: 100%;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #recruit-staff .staff-box .subtitle {
    width: 100%;
  }
}

#recruit-staff .staff-box .addspace {
  margin-top: 50px;
}

#recruit-staff .staff-box .table01 {
  border-collapse: collapse;
  width: 100%;
}

#recruit-staff .staff-box .table01 th {
  width: 30%;
  border-top: 1px solid #DADADA;
  padding: 30px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 575px) {
  #recruit-staff .staff-box .table01 th {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-staff .staff-box .table01 th {
    display: block;
    width: 100%;
  }
}

#recruit-staff .staff-box .table01 td {
  border-top: 1px solid #DADADA;
  padding: 30px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #recruit-staff .staff-box .table01 td {
    display: block;
    text-align: left;
    padding: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-staff .staff-box .table01 td {
    display: block;
    text-align: left;
    padding: 20px;
  }
}

#recruit-staff .staff-box .table01 tr:last-child th {
  border-bottom: 1px solid #DADADA;
}

#recruit-staff .staff-box .table01 tr:last-child td {
  border-bottom: 1px solid #DADADA;
}

#recruit-staff .staff-box-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#recruit-staff .staff-box-step .step-box {
  width: 48%;
  background-color: #f2f2f2;
  padding: 20px;
}

@media screen and (max-width: 575px) {
  #recruit-staff .staff-box-step .step-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-staff .staff-box-step .step-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

#recruit-staff .staff-box-step .step-box .step-title {
  margin-top: -35px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #recruit-staff .staff-box-step .step-box .step-title {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-staff .staff-box-step .step-box .step-title {
    font-size: 2.0rem;
  }
}

#recruit-staff .staff-box-step .step-box h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.0rem;
}

#recruit-staff .staff-box-step .step-box .step-text {
  font-size: 1.4rem;
}

#recruit-staff .toggle_contents {
  padding: 15px 0;
}

#recruit-staff .toggle_contents .toggle_title {
  position: relative;
  cursor: pointer;
}

#recruit-staff .toggle_contents .toggle_title .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

#recruit-staff .toggle_contents .toggle_title .toggle_btn:before, #recruit-staff .toggle_contents .toggle_title .toggle_btn:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#recruit-staff .toggle_contents .toggle_title .toggle_btn:before {
  width: 4px;
  height: 20px;
}

#recruit-staff .toggle_contents .toggle_title.selected .toggle_btn:before {
  content: normal;
}

#recruit-staff .toggle_contents dd {
  display: none;
}

#recruit-staff dt {
  position: relative;
  font-size: 1.8rem;
}

#recruit-staff dd {
  position: relative;
  font-size: 1.4rem;
}

#access-map .access-map-box .map-box {
  width: 100%;
  height: 500px;
}

#access-map .access-map-box p {
  margin-top: 15px;
}

/*faqの中の図解 */

.test_box {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .test_box {
    margin-top: 10px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .test_box {
    margin-top: 20px;
  }
}

.test_box img {
  width: 65%;
}

@media screen and (max-width: 575px) {
.test_box img {
    width: 100%;
  }
}

/*ボトムナビゲーション */

@media (min-width: 576px) {
.footer-bottom-sp {
  display: none;
  }
}

@media (max-width: 575px) {
.footer-bottom-sp {
  /*デフォルトで非表示にする*/
    display: none;
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 900;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
}
}

@media (max-width: 575px) {
.footer-bottom-sp-container {
    display: flex;
    flex-direction:row;
}
}

.item-line {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    align-items: center;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-right: 2px;
    border-top: solid 2px #000000; /*枠線(上部)指定*/
    border-right: solid 2px #000000; /*枠線(右部)指定*/
    border-bottom: solid 2px #000000; /*枠線(下部)指定*/
    border-left: solid 2px #000000; /*枠線(左部)指定*/
}

.item-line a {
        font-weight: bold;
        color: #000000;
        background-color: #ffffff;
        margin: 0 auto;
}

.item-form {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    align-items: center;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    border-top: solid 2px #000000; /*枠線(上部)指定*/
    border-right: solid 2px #000000; /*枠線(右部)指定*/
    border-bottom: solid 2px #000000; /*枠線(下部)指定*/
    border-left: solid 2px #000000; /*枠線(左部)指定*/
}

.item-form a {
        font-weight: bold;
        color: #000000;
        background-color: #ffffff;
        margin: 0 auto;
}

.link01 {
  color:#f1a924;
  text-decoration: underline;
}

.link02 {
  color: #EC6404;
  text-decoration: underline;
}

.link01:hover {
  color: #a5a5a5;
  text-decoration: underline;
}

.link02:hover {
  color: #a5a5a5;
  text-decoration: underline;
}

/*カタリスト講師 */

@media (min-width: 768px) {
#special-msg .special-msg-text p {
    font-size: 20px;
    font-weight: bold;
    padding-top: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
#special-msg .special-msg-text p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
#special-msg .special-msg-text p {
    font-size: 12px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  #special-main .image img {
  width: 60vw;
  margin-top:80px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #special-main .image img {
  width: 80vw;
  margin-top:80px;
  }
}

@media (max-width: 575px) {
  #special-main .image img {
  width: 100%;
  margin-top: 60px;
  }
}

#special-main .toggle_btn {
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

@media (min-width: 576px) {
#special-main .position {
  padding-top: 14px;
  font-size: 20px;
  font-weight: bold;
  }
}

@media (max-width: 575px) {
  #special-main .position {
    padding-top: 12px;
    font-size: 12px;
    font-weight: bold;
  }
}

@media (min-width: 576px) {
#special-main .name { 
  font-size: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
}

@media (max-width: 575px) {
#special-main .name { 
  font-size: 32px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
}

@media (min-width: 576px) {
#special-main .en { 
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  #special-main .en { 
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
  }
}

#special-main dd {
  display: none;
}

@media (max-width: 575px) {
  #special-main dd {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  #special-main dd {
    margin-top: 14px;
    font-size: 16px;
  }
}

/*募集要項 */

@media (max-width: 575px) {
.table-er {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 60px;
}
}

@media (min-width: 576px) {
.table-er {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  border-top: 1px solid #ddd;
  margin-bottom: 60px;
}
}

@media (max-width: 575px) {
  .table-er p,
  .table-er a,
  .table-er li {
    font-size: 13px;
}
}

@media (min-width: 576px) {
  .table-er p,
  .table-er a,
  .table-er li {
    font-size: 16px;
}
}

@media (min-width: 576px) {
  .table-er {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    border-top: 1px solid #ddd;
    margin-bottom: 60px;
}
}

.table-er th,
.table-er td {
  border-bottom: 1px solid #ddd;
  padding: 28px 0;
}

@media (max-width: 575px) {
  .table-er th,
  .table-er td {
    display: block;
    padding: 18px 0;
  }
}

.table-er th {
  width: 155px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #f3f3f3;
}

@media (max-width: 575px) {
  .table-er th {
    width: 100%;
    padding-left: 20px;
  }
}

.table-er td {
  padding-left: 40px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .table-er td {
    width: 100%;
    padding-left: 20px;
    line-height: 2;
  }
}

#recruit-student a {
  text-decoration: none;
  color: #3c85c9;
}

.recruit-student-intro p {
  font-weight: bold;
}

title5 {
  position: left;
}