@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8125rem;
  overflow-x: hidden;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 3.46667vw;
  }
}

a {
  color: currentColor;
  text-decoration: none;
}

a.disable {
  pointer-events: none;
  cursor: default;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

img[src$=".svg"] {
  fill: currentColor;
  width: 100%;
  height: auto;
}

.icon {
  display: inline-block;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

table {
  width: 100%;
}

th {
  background: #EBF1F5;
  text-align: center;
}

th, td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: .5em;
}

ruby > rt {
  font-size: 0.625rem;
}

#sample {
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  padding: .2em;
  font-size: 10px;
  z-index: 9999;
}

.sampleList {
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
  border: 1px solid #ccc;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sampleList p {
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
}

.sampleList li {
  margin-bottom: 2em;
}

@font-face {
  font-family: "gothic";
  src: url(/assets/font/KozGoPr6N-Regular.otf);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.p-header {
  background: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.p-header--opencampus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .p-header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    height: 84px;
  }
}

.p-header__inner {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
  }
}

.p-header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-header__left__banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.53333vw;
}

@media (max-width: 1279.98px) {
  .p-header__logo {
    margin: 0 0 13px;
  }
}

@media print, screen and (max-width: 1280px) {
  .p-header__logo {
    width: 15.9375rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-header__logo {
    margin: 0;
    max-width: 32vw;
    width: 100%;
    height: 48px;
    margin-left: 1.33333vw;
    margin-right: 2.13333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__logo img {
    width: 100%;
  }
}

.p-header__logo__lead {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-header__logo__lead {
    padding-top: 7px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p-header__logo__lead {
    background: #f4f5f7;
    font-size: 10px;
    text-align: center;
    padding: 0.8em 0;
  }
}

.p-header__logo__lead[data-title="opencampus-top"] {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p-header__logo__lead[data-title="opencampus-top"] {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .p-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-header__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.p-header__right__top a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  margin-right: 1em;
}

.p-header__nav__sub__item a {
  margin-left: 1.2em;
  letter-spacing: 0.05em;
}

.p-header__nav__sub__item a::before {
  margin-right: 0.4em;
}

.p-header__nav__sub__item--01 a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_en.svg") top center/cover;
  width: 19px;
  height: 19px;
}

.p-header__nav__sub__item--02 a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_access.svg") top center/cover;
  width: 14px;
  height: 19px;
}

.p-header__nav__sub__item--03 a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_mail.svg") top center/cover;
  width: 17px;
  height: 11px;
}

.p-header__nav__sub[data-title="opencampus-top"] {
  margin-top: 1.288em;
}

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

.p-header__nav__top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav__top__item a, .p-header__nav__top__item--search {
  /*background: #FF8025;
          color: $color_white;
          font-size: remPC(17);
          font-weight: 300;
          width: remPC(198);
          // letter-spacing: .05em;
          &::before {
            margin-right: .5em;
          }*/
  font-family: "Noto Sans JP", sans-serif;
  background-color: #053662;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 300;
  width: 8.125rem;
  display: i inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  z-index: 10;
}

.p-header__nav__top__item a::before, .p-header__nav__top__item--search::before {
  margin-right: 0.4em;
  margin-bottom: 0.3em;
}

.p-header__nav__top__item a::after, .p-header__nav__top__item--search::after {
  content: "";
  display: block;
  background-color: #37607d;
  width: 0;
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
  z-index: -1;
}

.p-header__nav__top__item a:hover, .p-header__nav__top__item--search:hover {
  text-decoration: none;
}

.p-header__nav__top__item a:hover:after, .p-header__nav__top__item--search:hover:after {
  width: 100%;
}

.p-header__nav__top__item--01 {
  margin-right: 1px;
}

.p-header__nav__top__item--01 a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_doc2.svg") top center/cover;
  width: 17.89px;
  height: 22.53px;
}

.p-header__nav__top__item--02 a {
  -webkit-transition: .3s;
  transition: .3s;
}

.p-header__nav__top__item--02 a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_opencampus.svg") top center/cover;
  width: 24px;
  height: 22px;
}

.p-header__nav__top__item--02 a:hover {
  opacity: .75;
}

.p-header__nav__top__item--02--health a {
  background: #FC8025;
}

.p-header__nav__top__item--02--health a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_school.svg") top center/cover;
  width: 22.19px;
  height: 19.97px;
}

.p-header__nav__top__item--02--tour a {
  background: #5FCED8;
  border-left: 1px solid #fff;
}

.p-header__nav__top__item--02--tour a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_school.svg") top center/cover;
  width: 22.19px;
  height: 19.97px;
}

.p-header__nav__top__item--search {
  background: #003762;
  width: 60px;
  padding: 0;
  /* 検索窓 */
}

.p-header__nav__top__item--search img {
  vertical-align: middle;
}

.p-header__nav__top__item--search .open-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/assets/img/icon/icon_search.svg") no-repeat center;
  background-size: 29px 29px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.p-header__nav__top__item--search .open-btn.btnactive {
  background: url("/assets/img/icon/icon_search_close.svg") no-repeat center;
  background-size: 18px 18px;
}

.p-header__nav__top__item--search #search-wrap {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-header__nav__top__item--search #search-wrap.panelactive {
  opacity: 1;
  z-index: 10;
  width: 28.5625rem;
  padding: 20px 40px;
  top: 60px;
  margin: 0;
  text-align: left;
  background: #07365e;
}

.p-header__nav__top__item--search #search-wrap #searchform {
  display: none;
}

.p-header__nav__top__item--search #search-wrap.panelactive #searchform {
  display: block;
  margin: 0;
}

.p-header__nav__top__item--search #search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin: 0 0 0 auto;
}

.p-header__nav__top__item--search #search-wrap input[type="text"] {
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  width: 85%;
  max-width: 328px;
  height: 35px;
  color: #000;
  text-align: left;
  margin-right: 5%;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

.p-header__nav__top__item--search #search-wrap input[type="text"]:focus {
  background-color: #fff;
}

.p-header__nav__top__item--search #search-wrap input[type="submit"] {
  position: absolute;
  top: 38px;
  right: 42px;
  background: url("/assets/img/icon/icon_search.svg") no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
}

.p-header__nav__for {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -1.2em;
  margin-bottom: 4px;
}

@media print, screen and (max-width: 1280px) {
  .p-header__nav__for {
    margin-top: -5px;
  }
}

.p-header__nav__for__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1em;
  letter-spacing: 0.05em;
}

.p-header__nav__for__item a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0px;
  border: 5px solid transparent;
  border-left: 6px solid currentColor;
}

.p-header__access {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-left: 0.53333vw;
  padding: 0.30769em 0.46154em;
  color: #003762;
  border: 1px solid;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .p-header__access {
    display: block;
    -webkit-transform: scale(0.9, 1);
            transform: scale(0.9, 1);
    padding: 0.125em 0.25em;
    font-size: 2.13333vw;
    margin-left: -0.66667vw;
    margin-right: -0.26667vw;
    margin-top: 2px;
  }
}

.p-header__access .strong {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .p-header__access .strong {
    font-size: 3.44vw;
  }
}

.p-header__access .strong2 {
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .p-header__access .strong2 {
    font-size: 2.98667vw;
  }
}

.p-header__access .smaller {
  font-size: 0.6875rem;
}

@media only screen and (max-width: 768px) {
  .p-header__access .smaller {
    font-size: 2.77333vw;
  }
}

.p-header__access .num {
  font-size: 1.1875rem;
  padding: 0 0.12em;
}

@media only screen and (max-width: 768px) {
  .p-header__access .num {
    font-size: 4.53333vw;
  }
}

.p-header__access[data-title="opencampus-top"] {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p-header__access[data-title="opencampus-top"] {
    display: block;
  }
}

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

@media (max-width: 1279.98px) {
  .p-header__access__list {
    padding: 20px 0 15px;
  }
}

@media (max-width: 1035.98px) {
  .p-header__access__list {
    padding: 40px 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p-header__access__list {
    margin: 4px 0 0;
    padding: 0;
  }
}

.p-header__access__wrap {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin-left: 0.53333vw;
  padding: 7px 6px;
  color: #003762;
  border: 1px solid;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .p-header__access__wrap {
    padding: 5px;
  }
}

.p-header__access__wrap:hover {
  background-color: #def3fc;
  opacity: 1 !important;
}

.p-header__access__wrap__text {
  margin: 0 0 5px;
  font-size: 0.8vw;
}

@media only screen and (max-width: 768px) {
  .p-header__access__wrap__text {
    font-size: 2.66667vw;
  }
}

.p-header__access__wrap__text:last-child {
  margin: 0;
}

.p-header__access__l {
  font-size: 1.06667vw;
}

@media only screen and (max-width: 768px) {
  .p-header__access__l {
    font-size: 2.66667vw;
  }
}

.p-header__access__lr {
  font-size: 1.06667vw;
  color: red;
}

@media only screen and (max-width: 768px) {
  .p-header__access__lr {
    font-size: 2.66667vw;
  }
}

.p-header__wakayama {
  margin-left: 0.53333vw;
  padding: 0.75769em 30px 0.75769em 10px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #ff8025;
  color: #ff8025;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__wakayama:hover {
  background-color: #ff8025;
  opacity: 1 !important;
  color: #fff;
}

@media (max-width: 1035.98px) {
  .p-header__wakayama {
    padding: 0.55769em 30px 0.55769em 10px;
  }
}

.p-header__wakayama:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.p-header__wakayama:hover {
  opacity: 0.6;
}

.p-header__wakayama .strong {
  margin-bottom: 3px;
  font-size: 1.06667vw;
  display: inline-block;
}

.p-header__wakayama .smaller {
  font-size: 0.8vw;
}

.p-header__tourism {
  margin-left: 0.53333vw;
  padding: 0.75769em 30px 0.75769em 10px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #5FCED8;
  color: #5FCED8;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__tourism:hover {
  background-color: #5FCED8;
  opacity: 1 !important;
  color: #fff;
}

@media (max-width: 1035.98px) {
  .p-header__tourism {
    padding: 0.55769em 30px 0.55769em 10px;
  }
}

.p-header__tourism:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.p-header__tourism:hover {
  opacity: 0.6;
}

.p-header__tourism .strong {
  margin-bottom: 3px;
  font-size: 1.06667vw;
  display: inline-block;
}

.p-header__tourism .smaller {
  font-size: 0.8vw;
}

.p-nav {
  width: 100%;
  margin-top: 13px;
  border-top: 1px solid #B9B9B9;
}

.p-navList {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-navList .current a {
  color: #fff;
  background: #07365e;
}

@media only screen and (max-width: 768px) {
  .p-navList .current a {
    background-color: #004bb1;
  }
}

.p-navList .submenu-box ul li a {
  background: none;
}

.p-navList__item {
  width: 1666.66667%;
}

.p-navList__item a {
  position: relative;
  display: block;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 1;
}

.p-navList__item a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_nav_01.svg") top center/cover;
  width: 46px;
  height: 27px;
  margin-top: 3px;
}

.p-navList__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  border-left: 1px solid #B9B9B9;
}

.p-navList__item a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #07365e;
}

@media only screen and (max-width: 768px) {
  .p-navList__item a:hover {
    background-color: #004bb1;
  }
}

.p-navList__item--01 a::before {
  background-image: url("/assets/img/icon/icon_nav_01.svg");
}

.p-navList__item--01 a:hover::before {
  background-image: url("/assets/img/icon/icon_nav_01_on.svg");
}

.p-navList__item--01.current a::before {
  background-image: url("/assets/img/icon/icon_nav_01_on.svg");
}

.p-navList__item--02 a::before {
  background-image: url("/assets/img/icon/icon_nav_02.svg");
}

.p-navList__item--02 a:hover::before {
  background-image: url("/assets/img/icon/icon_nav_02_on.svg");
}

.p-navList__item--02.current a::before {
  background-image: url("/assets/img/icon/icon_nav_02_on.svg");
}

.p-navList__item--03 a::before {
  background-image: url("/assets/img/icon/icon_nav_03.svg");
}

.p-navList__item--03 a:hover::before {
  background-image: url("/assets/img/icon/icon_nav_03_on.svg");
}

.p-navList__item--03.current a::before {
  background-image: url("/assets/img/icon/icon_nav_03_on.svg");
}

.p-navList__item--04 a::before {
  background-image: url("/assets/img/icon/icon_nav_04.svg");
}

.p-navList__item--04 a:hover::before {
  background-image: url("/assets/img/icon/icon_nav_04_on.svg");
}

.p-navList__item--04.current a::before {
  background-image: url("/assets/img/icon/icon_nav_04_on.svg");
}

.p-navList__item--05 a::before {
  background-image: url("/assets/img/icon/icon_nav_05.svg");
}

.p-navList__item--05 a:hover::before {
  background-image: url("/assets/img/icon/icon_nav_05_on.svg");
}

.p-navList__item--05.current a::before {
  background-image: url("/assets/img/icon/icon_nav_05_on.svg");
}

.p-navList__item--06 a::before {
  background-image: url("/assets/img/icon/icon_nav_06.svg");
}

.p-navList__item--06 a:hover::before {
  background-image: url("/assets/img/icon/icon_nav_06_on.svg");
}

.p-navList__item--06.current a::before {
  background-image: url("/assets/img/icon/icon_nav_06_on.svg");
}

.p-navList__item__banner {
  margin: 20px 0 0;
  padding: 20px 0;
  width: 92%;
  font-size: 4.8vw;
  text-align: center;
  background-color: #fff;
  display: block;
  line-height: 22px;
}

.p-navList__item__banner a {
  display: inline !important;
  height: auto !important;
  width: auto !important;
  border-bottom: none !important;
  color: #ff8025 !important;
}

.p-navList__item__wakayama a {
  color: #ff8025 !important;
}

.p-navList__item__tourism a {
  color: #5FCED8 !important;
}

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

.p-navList__item .leftber-none a {
  font-weight: 500;
}

.p-navList__item .leftber-none::before {
  background-color: transparent !important;
}

.p-navList__item .ml-50 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 768px) {
  .p-navList__item .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.p-navList .submenu-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /*box-shadow: 0 0 20px rgba(#000,.3) inset;*/
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}

.p-navList .submenu-box ul {
  width: 94%;
  padding: 0.4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-navList .submenu-box ul li {
  list-style: none;
  width: auto;
  position: relative;
  margin-right: 2.5em;
  color: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.0625rem;
  font-weight: 300;
}

.p-navList .submenu-box ul li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: rotateY(-50%);
          transform: rotateY(-50%);
  margin-left: -1em;
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #4d4d4d;
}

.p-navList .submenu-box ul li.is-hdg {
  font-weight: 500;
}

.p-navList .submenu-box ul li.is-hdg a {
  color: #003762;
}

.p-navList .submenu-box ul li.is-hdg::before {
  display: none;
}

.p-navList .submenu-box ul li .current,
.p-navList .submenu-box ul li .current a {
  background-color: none;
}

.p-navList .submenu-box ul li a {
  margin: 0;
  text-align: left;
  color: #333;
}

.p-navList .submenu-box ul li a::before, .p-navList .submenu-box ul li a::after {
  display: none;
  background-color: none;
}

.p-navList .submenu-box ul li a:hover {
  opacity: 1;
  color: #001489;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .p-navList .submenu-box {
    display: none;
    background: #fff;
    position: static;
    width: 92%;
    margin: 0;
    padding: 3%;
  }
  .p-navList .submenu-box ul {
    width: 100%;
    padding: 0 1% 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-navList .submenu-box ul li {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    margin-right: 0;
    padding: 0.05em 0;
    font-size: 4.8vw;
    font-weight: 400;
    color: #004bb1;
    display: block;
    border-bottom: 1px solid #004bb1;
  }
  .p-navList .submenu-box ul li::before {
    display: none;
  }
  .p-navList .submenu-box ul li a {
    color: #004bb1;
  }
}

@media only screen and (max-width: 768px) {
  .p-nav--sp {
    display: none;
    position: fixed;
    background-color: #004bb1;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-nav {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50vh;
    border-top: none;
  }
  .p-navList {
    position: absolute;
    top: 0;
    left: 4%;
    right: 4%;
    bottom: 0;
    padding-top: 1.5em;
    padding-bottom: 5em;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    background-color: #004bb1;
  }
  .p-navList__item {
    width: 100%;
    position: relative;
    background-color: #004bb1;
  }
  .p-navList__item:not(:last-of-type)::after {
    display: none;
  }
  .p-navList__item a,
  .p-navList__item .title {
    width: 92%;
    display: block;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
  .p-navList__item a::before, .p-navList__item a::after {
    display: none;
  }
  .p-navList__item .title {
    position: relative;
  }
  .p-navList__item .title::before, .p-navList__item .title::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .p-navList__item .title::before {
    top: 50%;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-navList__item .title::after {
    top: 50%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-navList__item .title.close::before {
    display: none;
    -webkit-transform: translateX(-50);
            transform: translateX(-50);
  }
  .p-navList__item .title.close::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

/*  ハンバーガーメニュー  */
.p-menuButton {
  background: #004bb1;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .p-menuButton {
    position: fixed;
    height: 53px;
    right: 0;
    top: 30px;
  }
}

.p-menuButton.is-fixed {
  position: fixed;
  top: 29px;
  right: 0;
  height: 49px;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}

.p-menuButton.is-fixed[data-title="opencampus-top"] {
  position: fixed;
  height: 53px;
  -webkit-animation: none;
          animation: none;
  top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-menuButton.is-fixed {
    top: 30px;
    height: 53px;
  }
}

.p-menuButton div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25px;
  height: 18px;
}

.p-menuButton span {
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-menuButton span:nth-of-type(3) {
  margin-right: 10px;
}

.p-menuButton.is-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.p-menuButton.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-menuButton.is-active span:nth-of-type(3) {
  display: none;
}

@media only screen and (max-width: 768px) {
  section {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}

.l-inner {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-inner--630 {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-inner--630 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

@media only screen and (max-width: 768px) {
  .l-inner--630 {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}

.l-inner--960 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-inner--960 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.l-inner--1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-inner--1000 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.l-inner--1200 {
  max-width: 1360px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-inner--1200 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.l-inner--1210 {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-inner--1210 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.l-inner--1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-inner--1280 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.l-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .l-footer[data-title="opencampus-top"] {
    padding-bottom: 15.46667vw;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 50px;
  }
}

.p-footer {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.p-footer__bg {
  background: url(/assets/img/common/bg_footer.jpg) no-repeat bottom center/contain;
}

@media print, screen and (min-width: 769px) {
  .p-footer__bg {
    padding: 0 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__bg {
    background-image: url(/assets/img/common/bg_footer_sp.jpg);
    background-size: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .p-footer {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer {
    padding: 0 9.6vw;
  }
}

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

@media print, screen and (min-width: 769px) {
  .p-footer__addressList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__addressList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__addressList__logo {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__addressList .c-address {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__addressList .c-free {
    margin-bottom: .5em;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__addressList .c-tel > * {
    margin-bottom: .6em;
  }
}

.p-footer__address-qr {
  position: relative;
}

.p-footer__qr {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .p-footer__qr {
    margin: 5px 0 10px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__qr__item:nth-of-type(1) {
  margin: 0 15px 0 0;
  width: 36px;
}

.p-footerNav {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footerNav__item {
  width: 18%;
}

.p-footerNav__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 604px;
}

.p-footerNav__item__wrap .is-full {
  width: 100%;
  margin-top: 48px;
}

.p-footerNav__item__wrap .is-full > * {
  margin-right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-footerNav__item__wrap .is-full > *:hover {
  opacity: .75;
}

.p-footerNav__item__wrap .p-footerNav__item {
  width: 33.33%;
}

.p-footerNav__item.w28 {
  width: 28%;
}

.p-footerNav__hdg {
  color: #003762;
  font-size: 0.875rem;
  font-weight: 500;
  margin: .3em 0;
}

.p-footerNav__hdg.btn-opencampus {
  position: relative;
  display: inline-block;
  padding: .6em 1.5em .6em .75em;
  border: 1px solid #003762;
}

.p-footerNav__hdg.btn-opencampus::after {
  position: absolute;
  content: "◢";
  font-size: 0.5625rem;
  bottom: 2px;
  right: 2px;
}

.p-footerNav li {
  line-height: 2.16667;
}

.p-footerNav li::before {
  content: "・";
}

.p-footerNav li.nolink::before {
  display: none;
}

.p-footerNav--secondary {
  text-align: center;
  padding: 70px 0 394px;
}

@media only screen and (max-width: 768px) {
  .p-footerNav--secondary {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10.66667vw 0 48vw;
    font-size: 3.2vw;
  }
}

.p-footerSub {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.p-footerSub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footerSub ul li {
  width: 20%;
  margin-bottom: 5px;
  color: #333;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2.16667;
}

.p-footerSub ul li::before {
  content: "・";
}

.p-footer__campusList {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__campusList li {
  width: 25%;
  max-width: 260px;
  color: #333;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.33333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-footer__campusList li:hover {
  opacity: .7;
}

.p-footer__campusList__hdg {
  color: #003762;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.28571;
}

.p-footer__campusList__img {
  margin-bottom: 7px;
}

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

@media print, screen and (min-width: 769px) {
  .p-footer__bnList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer__bnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer__bnList > * {
    margin-bottom: 4vw;
    width: 100%;
  }
  .p-footer__bnList .icon {
    display: block;
  }
  .p-footer__bnList .icon img {
    width: 100%;
  }
}

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

.c-free {
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #003762;
  font-size: 1.625rem;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-free::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_tel.svg") top center/cover;
  width: 26.3933px;
  height: 14.8937px;
  margin-right: 10px;
}

.c-tel {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .05em;
}

@media print, screen and (min-width: 769px) {
  .c-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .c-tel *:first-of-type {
    margin-right: 1em;
  }
}

.c-copyright {
  text-align: center;
  font-family: Lato, sans-serif;
  padding: .8em 0;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .c-copyright {
    font-size: 2.93333vw;
  }
}

/*　ページトップへ戻る　*/
#backToTop {
  position: fixed;
  z-index: 1;
  bottom: 90px;
  right: 38px;
}

@media only screen and (max-width: 768px) {
  #backToTop {
    bottom: 70px;
    right: 10px;
  }
}

#backToTop .totop {
  position: relative;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 88px;
  height: 88px;
}

#backToTop .totop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#backToTop .totop:hover img:nth-of-type(2) {
  opacity: 0;
}

#backToTop .totop a img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #backToTop .totop {
    width: 55px;
    height: 55px;
  }
  #backToTop .totop:hover img:nth-of-type(2) {
    opacity: 1;
  }
}

.p-footer__fixedList {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.p-footer__fixedList.is-fixed {
  visibility: visible;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
}

.p-footer__fixedList__item {
  width: 33.33%;
}

.p-footer__fixedList__item.health a {
  background: #FC8025;
}

.p-footer__fixedList__item.tour a {
  background: #5FCED8;
}

.p-footer__fixedList__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.p-footer__fixedList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
}

.p-footer__fixedList__item a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_mail_w.svg") top center/cover;
  width: 17.2148px;
  height: 10.8px;
  margin-right: .6em;
  display: none;
}

.p-footer__fixedList__item--01 a {
  background: #003762;
}

.p-footer__fixedList__item--01[data-title="opencampus-top"] a {
  background: #003762;
  border-right: 1px solid #FFF;
}

.p-footer__fixedList__item--02 a {
  background: #FF8025;
  display: none;
}

.p-footer__fixedList__item--02 a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon/icon_doc_w.svg") top center/cover;
  width: 15.0806px;
  height: 13.941px;
}

.p-footer__fixedList__item--02[data-title="opencampus-top"] a {
  background: #EB7871;
}

.p-footer__fixedList__item[data-title="opencampus-top"] a {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.46667vw;
  line-height: 5.33333vw;
  font-weight: 700;
  height: 15.46667vw;
  border-top: 1px solid #FFF;
}

.p-footer__fixedList__item[data-title="opencampus-top"] a .eng {
  font-family: "Oswald", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
}

.p-footer__fixedList__item[data-title="opencampus-top"] a::before {
  display: none;
}

.c-banner--corona {
  max-width: 292px;
}

.c-newsList {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.c-newsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: .8em;
}

@media only screen and (max-width: 768px) {
  .c-newsList__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-newsList__cat {
  margin-left: 2em;
  font-family: "Noto Serif JP", serif;
  color: #003762;
  min-width: 7.5em;
}

.c-newsList__cat span {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  letter-spacing: .2em;
}

@media only screen and (max-width: 768px) {
  .c-newsList__cat {
    min-width: 0;
  }
}

.c-newsList__new {
  background: #C11C24;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  padding: .2em .35em .3em .4em;
  letter-spacing: .15em;
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .c-newsList__new {
    margin-right: 0;
  }
}

.c-newsList__text {
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: -.15em;
}

@media only screen and (max-width: 768px) {
  .c-newsList__text {
    width: 100%;
    margin-top: .6em;
  }
}

.c-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-snsList__item {
  margin: 0 15px;
}

.c-snsList__item.twitter img {
  width: 39px;
}

.c-breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
}

.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5em;
}

@media only screen and (max-width: 768px) {
  .c-breadcrumb ul {
    display: none;
    height: auto;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px 5px;
  }
}

.c-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .c-breadcrumb li {
    font-size: 12px;
  }
}

.c-breadcrumb li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 1em 0 .6em;
}

.c-pageMv {
  background: no-repeat center/cover;
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 768px) {
  .c-pageMv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 30px 20px;
  }
}

.c-pageMv.under {
  height: 300px;
}

.c-pageMv[data-title="outline-top"] {
  background-image: url(../img/outline/img_mv_top.jpg);
  background-position: right bottom;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="outline-top"] {
    background-position: center bottom;
  }
}

.c-pageMv[data-title="opencampus-top"] {
  background-image: url(../img/opencampus/img_mv_top.jpg);
  height: 24.375rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="opencampus-top"] {
    background-image: url(../img/opencampus/img_mv_top_sp.jpg);
    height: 30.4vw;
  }
}

.c-pageMv[data-title="opencampus-index"] {
  background-image: url(../img/opencampus/takara_oc_mv.jpg);
  background-size: cover !important;
  height: 440px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="opencampus-index"] {
    height: 100vw !important;
  }
}

.c-pageMv[data-title="opencampus-gallery"] {
  background-image: url(../img/opencampus/img_mv_gallery.jpg);
  height: 24.375rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="opencampus-gallery"] {
    background-image: url(../img/opencampus/img_mv_gallery_sp.jpg);
    height: 30.4vw;
  }
}

.c-pageMv[data-title="opencampus-web"] {
  background-image: url(../img/opencampus/img_mv_web.jpg);
  height: 24.375rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="opencampus-web"] {
    background-image: url(../img/opencampus/img_mv_web_sp.jpg);
    height: 30.4vw;
  }
}

.c-pageMv[data-title="outline-under"] {
  background-image: url(../img/outline/img_mv_top.jpg);
  background-position: right center;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="outline-under"] {
    background-position: bottom;
  }
}

.c-pageMv[data-title="course-top"] {
  background-image: url(../img/course/img_mv_top.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="course-top"] {
    height: 66.66667vw;
    margin-top: 25px;
  }
}

.c-pageMv[data-title="course-under"] {
  background-image: url(../img/course/img_common_mv.jpg);
}

.c-pageMv[data-title="access-top"] {
  background-image: url(../img/access/img_mv_top.jpg);
  height: 320px;
}

.c-pageMv[data-title="admission-top"] {
  background-image: url(../img/admission/img_mv_top.png);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="admission-top"] {
    height: 300px;
    background-position: bottom;
  }
}

.c-pageMv[data-title="admission-under"] {
  background-image: url(../img/admission/img_mv_top.jpg);
}

.c-pageMv[data-title="support-top"] {
  background-image: url(../img/support/img_mv_top.jpg);
  height: 540px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="support-top"] {
    height: 300px;
    background-size: cover;
    background-position: center top;
  }
}

.c-pageMv[data-title="support-under"] {
  background-image: url(../img/support/img_mv_top.jpg);
  background-position: center top -80px;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="support-under"] {
    padding: 0;
    background-position: center top;
  }
}

.c-pageMv[data-title="target-top"] {
  background-image: url(../img/target/img_mv_top.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="target-top"] {
    background-position: bottom;
  }
}

.c-pageMv[data-title="target-under"] {
  background-image: url(../img/target/img_mv_top.jpg);
}

.c-pageMv[data-title="target-business-top"] {
  background-image: url(../img/target/business/img_mv_top.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="target-business-top"] {
    background-position: bottom;
  }
}

.c-pageMv[data-title="target-index-top"] {
  background-image: url(../img/target/index/img_mv_top.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="target-index-top"] {
    background-position: bottom;
  }
}

.c-pageMv[data-title="target-under"] {
  background-image: url(../img/target/business/img_mv_top.jpg);
}

.c-pageMv[data-title="therapy"] {
  background-image: url(../img/therapy/img_mv_01.jpg);
}

.c-pageMv[data-title="campuslife-top"] {
  position: relative;
  background-image: url(../img/campuslife/img_top_mv.jpg);
  background-position: center top;
  height: 540px;
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="campuslife-top"] {
    position: static;
    display: block;
    height: auto;
    padding-top: 42.1875%;
    background-size: contain;
  }
}

.c-pageMv[data-title="campuslife-under"] {
  position: relative;
  background-position: center top;
  height: 390px;
}

.c-pageMv[data-title="campuslife-under"].message {
  background-image: url(../img/campuslife/img_message_mv.jpg);
}

.c-pageMv[data-title="campuslife-under"].circle {
  background-image: url(../img/campuslife/img_circle_mv.jpg);
}

.c-pageMv[data-title="campuslife-under"].schedule {
  background-image: url(../img/campuslife/img_schedule_mv.jpg);
}

.c-pageMv[data-title="campuslife-under"].qa {
  background-image: url(../img/campuslife/img_qa_mv.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="campuslife-under"].qa {
    background-size: 385%;
    background-position: left 58% center;
  }
}

.c-pageMv[data-title="campuslife-under"].movie {
  background-image: url(../img/campuslife/img_movie_mv.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="campuslife-under"].movie {
    background-size: 385%;
    background-position: left 57% top;
  }
}

.c-pageMv[data-title="campuslife-under"].overseas {
  background-image: url(../img/campuslife/img_oversea_mv.jpg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="campuslife-under"].overseas {
    background-size: 385%;
    background-position: left 57% top;
  }
}

@media only screen and (max-width: 768px) {
  .c-pageMv[data-title="campuslife-under"] {
    height: 300px;
    background-position: bottom;
  }
}

@media only screen and (max-width: 768px) {
  .c-pageMv__text {
    display: inline-block;
    padding: 2em 1em;
  }
}

.c-pageMv__text[data-title="outline-top"] {
  text-align: left;
  padding-left: 4rem;
  padding-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__text[data-title="outline-top"] {
    padding-left: 10px;
    padding-top: 10px;
  }
}

.c-pageMv__text[data-title="course-top"] img {
  max-width: 245px;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__text[data-title="course-top"] {
    display: none;
  }
}

.c-pageMv__text[data-title="access-top"] {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__text[data-title="support-top"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1.5em 1em 1em;
  }
}

@media only screen and (max-width: 768px) {
  .c-pageMv__text[data-title="campuslife-top"] {
    background: none;
    display: block;
    padding: 1em 0 0;
  }
}

.c-pageMv__textHdg {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .25em;
  color: #003762;
  margin-bottom: .5em;
  padding-top: 1em;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textHdg {
    font-size: 26px;
    line-height: 1.5;
    padding-top: 0;
  }
}

.c-pageMv__textHdg[data-title="access-top"] {
  font-size: 2rem;
  line-height: 1.375;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textHdg[data-title="access-top"] {
    font-size: 5.86667vw;
  }
}

.c-pageMv__textHdg[data-title="support-top"] {
  font-size: 2.5rem;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 70%;
  left: 12%;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textHdg[data-title="support-top"] {
    color: #333;
    font-size: 5.33333vw;
    line-height: 1.5;
    position: static;
    text-align: center;
  }
}

.c-pageMv__textHdg[data-title="campuslife-top"], .c-pageMv__textHdg[data-title="campuslife-top--second"] {
  font-size: 2.8125rem;
  line-height: 1.55556;
  text-align: left;
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  padding-left: .5em;
  padding-right: .5em;
  top: 14.8%;
  left: 11%;
  background-color: #fff;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

.c-pageMv__textHdg[data-title="campuslife-top"] .text-vertical, .c-pageMv__textHdg[data-title="campuslife-top--second"] .text-vertical {
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textHdg[data-title="campuslife-top"], .c-pageMv__textHdg[data-title="campuslife-top--second"] {
    color: #333;
    font-size: 5.33333vw;
    line-height: 1.5;
    position: static;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  .c-pageMv__textHdg[data-title="campuslife-top"] .text-vertical, .c-pageMv__textHdg[data-title="campuslife-top--second"] .text-vertical {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

.c-pageMv__textHdg[data-title="campuslife-top--second"] {
  top: 30%;
  padding-right: 0;
}

.c-pageMv__textHdg.message, .c-pageMv__textHdg.circle, .c-pageMv__textHdg.schedule, .c-pageMv__textHdg.qa, .c-pageMv__textHdg.movie, .c-pageMv__textHdg.overseas {
  position: relative;
}

.c-pageMv__textHdg.message[data-title="campuslife-under"], .c-pageMv__textHdg.message[data-title="campuslife-under--second"], .c-pageMv__textHdg.circle[data-title="campuslife-under"], .c-pageMv__textHdg.circle[data-title="campuslife-under--second"], .c-pageMv__textHdg.schedule[data-title="campuslife-under"], .c-pageMv__textHdg.schedule[data-title="campuslife-under--second"], .c-pageMv__textHdg.qa[data-title="campuslife-under"], .c-pageMv__textHdg.qa[data-title="campuslife-under--second"], .c-pageMv__textHdg.movie[data-title="campuslife-under"], .c-pageMv__textHdg.movie[data-title="campuslife-under--second"], .c-pageMv__textHdg.overseas[data-title="campuslife-under"], .c-pageMv__textHdg.overseas[data-title="campuslife-under--second"] {
  font-size: 2.8125rem;
  line-height: 1.55556;
  text-align: left;
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  padding-left: .5em;
  padding-right: .5em;
  top: 46%;
  left: 10%;
  background-color: #fff;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

.c-pageMv__textHdg.message[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.message[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.circle[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.circle[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.schedule[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.schedule[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.qa[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.qa[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.movie[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.movie[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.overseas[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.overseas[data-title="campuslife-under--second"] .text-vertical {
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textHdg.message[data-title="campuslife-under"], .c-pageMv__textHdg.message[data-title="campuslife-under--second"], .c-pageMv__textHdg.circle[data-title="campuslife-under"], .c-pageMv__textHdg.circle[data-title="campuslife-under--second"], .c-pageMv__textHdg.schedule[data-title="campuslife-under"], .c-pageMv__textHdg.schedule[data-title="campuslife-under--second"], .c-pageMv__textHdg.qa[data-title="campuslife-under"], .c-pageMv__textHdg.qa[data-title="campuslife-under--second"], .c-pageMv__textHdg.movie[data-title="campuslife-under"], .c-pageMv__textHdg.movie[data-title="campuslife-under--second"], .c-pageMv__textHdg.overseas[data-title="campuslife-under"], .c-pageMv__textHdg.overseas[data-title="campuslife-under--second"] {
    color: #333;
    font-size: 5.33333vw;
    line-height: 1.5;
    position: static;
    text-align: center;
    letter-spacing: .05em;
    padding-left: .1em;
    padding-right: .1em;
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  .c-pageMv__textHdg.message[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.message[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.circle[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.circle[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.schedule[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.schedule[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.qa[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.qa[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.movie[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.movie[data-title="campuslife-under--second"] .text-vertical, .c-pageMv__textHdg.overseas[data-title="campuslife-under"] .text-vertical, .c-pageMv__textHdg.overseas[data-title="campuslife-under--second"] .text-vertical {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

.c-pageMv__textHdg.message[data-title="campuslife-under--second"], .c-pageMv__textHdg.circle[data-title="campuslife-under--second"], .c-pageMv__textHdg.schedule[data-title="campuslife-under--second"], .c-pageMv__textHdg.qa[data-title="campuslife-under--second"], .c-pageMv__textHdg.movie[data-title="campuslife-under--second"], .c-pageMv__textHdg.overseas[data-title="campuslife-under--second"] {
  top: 67%;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textHdg.qa[data-title="campuslife-under"], .c-pageMv__textHdg.qa[data-title="campuslife-under--second"] {
    letter-spacing: .2em;
    line-height: 2;
  }
}

.c-pageMv__textDatail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: .05em;
  line-height: 1.66667;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textDatail {
    font-size: 12px;
  }
}

.c-pageMv__textJpn {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 5.0625rem;
  left: 50%;
  margin-left: -36.25rem;
  font-size: 1.75rem;
  line-height: 2.3125rem;
  color: #003762;
  letter-spacing: -.05em;
}

@media only screen and (max-width: 1160px) {
  .c-pageMv__textJpn {
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textJpn {
    font-size: 3.46667vw;
    line-height: 5.06667vw;
    left: 3.2vw;
  }
}

.c-pageMv__textJpn[data-title="opencampus-top"] {
  top: 5.0625rem;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textJpn[data-title="opencampus-top"] {
    top: 2.4vw;
  }
}

.c-pageMv__textJpn[data-title="opencampus-index"] {
  line-height: 3.4375rem;
  font-size: 2.375rem;
  top: 16.8125rem;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #003762;
  font-weight: 500;
  margin-left: 0;
  width: 100%;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textJpn[data-title="opencampus-index"] {
    line-height: 8vw;
    font-size: 5.33333vw;
    top: 66.66667vw;
    color: #003762;
  }
}

.c-pageMv__textJpn[data-title="opencampus-gallery"] {
  top: 5.375rem;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textJpn[data-title="opencampus-gallery"] {
    top: 2.4vw;
  }
}

.c-pageMv__textEng {
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 50%;
  margin-left: -36.25rem;
  font-size: 4.625rem;
  color: #003762;
}

@media only screen and (max-width: 1160px) {
  .c-pageMv__textEng {
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textEng {
    font-size: 6.93333vw;
    left: 3.2vw;
  }
}

.c-pageMv__textEng[data-title="opencampus-top"] {
  line-height: 6.8125rem;
  top: 7.4375rem;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textEng[data-title="opencampus-top"] {
    line-height: 10.4vw;
    top: 7.73333vw;
  }
}

.c-pageMv__textEng[data-title="opencampus-index"] {
  line-height: 6.5625rem;
  font-size: 4.9375rem;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #003762;
  margin-left: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textEng[data-title="opencampus-index"] {
    line-height: 16.53333vw;
    font-size: 11.2vw;
    top: 29.33333vw;
    color: #003762;
  }
}

.c-pageMv__textEng[data-title="opencampus-gallery"] {
  top: 8.3125rem;
  line-height: 4.8125rem;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textEng[data-title="opencampus-gallery"] {
    line-height: 8vw;
    top: 9.06667vw;
  }
}

.c-pageMv__textDate {
  font-family: "Oswald", sans-serif;
}

.c-pageMv__textDate[data-title="opencampus-top"] {
  position: absolute;
  top: 13.3125rem;
  left: 50%;
  margin-left: -36.28125rem;
  overflow: hidden;
}

@media only screen and (max-width: 1160px) {
  .c-pageMv__textDate[data-title="opencampus-top"] {
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textDate[data-title="opencampus-top"] {
    top: 16.26667vw;
    left: 3.2vw;
  }
}

.c-pageMv__textDate[data-title="opencampus-index"] {
  font-size: 4.9375rem;
  line-height: 6.5625rem;
  position: absolute;
  top: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textDate[data-title="opencampus-index"] {
    font-size: 11.2vw;
    line-height: 16.53333vw;
    top: 46.66667vw;
    -webkit-text-stroke: 1px #003762;
    text-stroke: 1px #003762;
  }
}

.c-pageMv__textDate__y[data-title="opencampus-top"] {
  font-size: 3.875rem;
  line-height: 5.75rem;
  -webkit-text-stroke: 1px #003762;
  text-stroke: 1px #003762;
  color: transparent;
  margin-top: 0.125rem;
  float: left;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textDate__y[data-title="opencampus-top"] {
    font-size: 6.4vw;
    line-height: 9.6vw;
    margin-top: 1.33333vw;
  }
}

.c-pageMv__textDate__md[data-title="opencampus-top"] {
  font-size: 3.875rem;
  line-height: 5.75rem;
  color: #003762;
  margin-top: 0.18188rem;
  margin-left: 1.5rem;
  float: left;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textDate__md[data-title="opencampus-top"] {
    font-size: 6.4vw;
    line-height: 9.6vw;
    margin-top: 1.33333vw;
    margin-left: 1.696vw;
  }
}

.c-pageMv__textDate__point[data-title="opencampus-top"] {
  font-size: 2.5rem;
  line-height: 7.375rem;
  color: #003762;
  margin-left: 1.375rem;
  float: left;
}

@media only screen and (max-width: 768px) {
  .c-pageMv__textDate__point[data-title="opencampus-top"] {
    font-size: 4.8vw;
    line-height: 12.8vw;
    margin-left: 1.77067vw;
  }
}

.c-pageMv__textNote {
  background: #FFE67E;
}

.c-pageMv__textNote[data-title="opencampus-top"] {
  position: absolute;
  top: 14.25rem;
  left: 50%;
  margin-left: -14.0625rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 8.5rem;
  height: 4rem;
  padding: 0.5625rem 0 0 0.8125rem;
  font-size: 1rem;
  font-family: "Helvetica Neue", sans-serif;
}

@media only screen and (max-width: 1160px) {
  .c-pageMv__textNote[data-title="opencampus-top"] {
    left: 0;
    margin-left: 22.21875rem;
  }
}

@media print, screen and (min-width: 769px) {
  .c-pageMv__opencampus-bnr {
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -36.25rem;
  }
}

.c-ordered-list {
  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;
  margin: 0 -11px -50px;
  counter-reset: order;
}

.c-ordered-list__item {
  margin: 0 11px 50px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .c-ordered-list__item {
    width: 12.5625rem;
  }
}

@media print, screen and (min-width: 769px) {
  .c-ordered-list__item--change {
    width: 17.6875rem;
  }
}

.c-ordered-list__num {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 1.25rem;
  padding: .3em 1em;
  letter-spacing: .05em;
  color: #003762;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25rem;
  z-index: 4;
}

.c-ordered-list__num::before {
  content: '#';
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.c-ordered-list__num::after {
  counter-increment: order;
  content: counter(order, decimal-leading-zero);
}

@media only screen and (max-width: 768px) {
  .c-ordered-list__num {
    font-size: 6.4vw;
  }
  .c-ordered-list__num::before {
    font-size: 5.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-ordered-list__img {
    width: 90%;
    margin: auto;
  }
}

.c-ordered-list__text {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.42857;
  letter-spacing: .05em;
  padding: 0.5em 0.3em 0;
}

.c-box--border {
  border-top: 1px solid #003762;
  border-bottom: 1px solid #003762;
}

.c-textBanner {
  border: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-textBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-textBanner__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-textBanner__img img {
  height: 236px;
}

@media only screen and (max-width: 768px) {
  .c-textBanner__img img {
    width: 100%;
    height: auto;
  }
}

.c-textBanner__img--change img {
  height: 306px;
}

@media only screen and (max-width: 768px) {
  .c-textBanner__img--change img {
    height: auto;
  }
}

.c-textBanner__img.support--change {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .c-textBanner__img.support--change {
    width: 100%;
  }
}

.c-textBanner__img.support img {
  height: 73%;
}

@media only screen and (max-width: 768px) {
  .c-textBanner__img.support img {
    width: 100%;
    height: auto;
  }
}

.c-textBanner__img.support img.change {
  width: 100%;
  height: auto;
}

.c-textBanner__hdg {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-textBanner__hdg {
    margin: .6em 0 .6em;
  }
}

.c-textBanner__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.c-textBanner__hdg.support {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-textBanner__hdg.support {
    margin: .6em 0 .6em;
  }
}

.c-textBanner__hdg.support span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.3;
}

.c-textBanner__button {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  padding: .6em .8em .6em .3em;
}

.c-textBanner__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: .6em;
  top: 52.5%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-textBanner__button span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.c-notice {
  color: #E04E32;
  border: 1px solid;
  padding: 1em;
}

.c-figure {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-figure img {
    width: 100%;
  }
}

.c-figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: .3em .5em;
}

.c-figcaption02 {
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: .5em;
}

.c-circle-list li {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: 1.33333;
  font-size: 0.875rem;
}

.c-circle-list li::before {
  content: "●";
}

@media only screen and (max-width: 768px) {
  .c-kakko {
    position: relative;
    margin: auto;
    width: 55vw;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-kakko::before, .c-kakko::after {
    position: absolute;
    top: 0;
    content: "";
    width: 6px;
    height: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-kakko::before {
    left: 0;
    border-left: 1px solid #333;
  }
  .c-kakko::after {
    right: 0;
    border-right: 1px solid #333;
  }
}

.c-note {
  padding: 1rem 2.0625rem;
  margin: 1.54563rem auto 0;
  background: #EB7871;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-note {
    padding: 3.46667vw 3.73333vw;
    margin: 4.8vw auto 0;
    font-size: 3.2vw;
    line-height: 5.06667vw;
  }
}

.c-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-hdg .jp {
  font-size: 1.75rem;
  display: block;
  min-width: 288px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #808080;
}

.c-hdg .jp span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.c-hdg .jp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 3px solid #003762;
  width: 26px;
  z-index: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.c-hdg .jp_bottom {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: .2em;
  display: block;
  margin-top: .9em;
}

@media only screen and (max-width: 768px) {
  .c-hdg .jp_bottom {
    font-size: 5.33333vw;
    white-space: nowrap;
  }
}

.c-hdg .jp_bottom span {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.c-hdg .en {
  font-family: Lato, sans-serif;
  letter-spacing: .05em;
  display: inline-block;
  margin-top: 1em;
  color: #333;
}

.c-pageTitle {
  text-align: center;
}

.c-pageTitle__item {
  display: inline-block;
  border-bottom: 1px solid;
  position: relative;
  z-index: 2;
}

.c-pageTitle__item span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -.17em;
  font-size: 1.875rem;
  font-weight: 500;
  padding-bottom: .3em;
}

@media only screen and (max-width: 768px) {
  .c-pageTitle__item {
    margin-top: 30px;
  }
  .c-pageTitle__item--admission span {
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    display: block;
    letter-spacing: .1em;
    font-size: 7.2vw;
    line-height: 1.35;
    font-weight: 500;
    padding-bottom: .3em;
    width: 117.6470588235294%;
    margin-left: -8.82%;
  }
  .c-pageTitle__item--support span {
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    display: block;
    letter-spacing: .1em;
    width: 117.6470588235294%;
    margin-left: -8.82%;
  }
}

.c-pageTitle--l {
  text-align: center;
}

.c-pageTitle--l__item {
  display: inline-block;
  border-bottom: 1px solid;
}

.c-pageTitle--l__item span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -.17em;
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: .3em;
}

@media only screen and (max-width: 768px) {
  .c-pageTitle--l__item {
    margin-top: 30px;
  }
}

.c-pageHdg {
  display: inline-block;
  font-weight: 500;
  letter-spacing: .25em;
  color: #003762;
}

.c-pageHdg .jp span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
  .c-pageHdg .jp span {
    display: block;
    font-size: 7.46667vw;
  }
}

.c-pageHdg .jp small {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 1.625rem;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .c-pageHdg .jp small {
    font-size: 6.4vw;
  }
}

.c-pageHdg .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .6em;
  text-align: left;
  margin-left: 1.2em;
}

@media only screen and (max-width: 768px) {
  .c-pageHdg .en {
    margin: .6em auto 0;
    text-align: center;
  }
}

.c-pageHdg .en::before {
  content: "";
  width: 21px;
  border-top: 1px solid;
}

@media only screen and (max-width: 768px) {
  .c-pageHdg .en::before {
    width: 21px;
    margin-left: 2em;
  }
}

.c-pageHdg .en span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 0.75rem;
  margin-left: .5em;
}

@media only screen and (max-width: 768px) {
  .c-pageHdg .en span {
    width: 100%;
    margin-left: -1em;
  }
}

@media print, screen and (min-width: 769px) {
  .c-pageHdg--vertical__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .c-pageHdg--vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .c-pageHdg--vertical .en {
    margin-top: -.6em;
    margin-right: .7em;
    line-height: 0;
  }
  .c-pageHdg--vertical .en span {
    width: auto;
    margin-left: 0;
  }
  .c-pageHdg--vertical .en::before {
    width: 0;
    height: 21px;
    margin-bottom: .4em;
    border-top: none;
    border-right: 1px solid;
  }
}

.c-button, .c-button--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.25rem;
  height: 3.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .23em;
  position: relative;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  overflow: hidden;
}

.c-button__wrap {
  display: inline-block;
  position: relative;
  border: 1px solid #003762;
  background: #fff;
}

.c-button__wrap::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 49px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.c-button__wrap--admission {
  width: 46%;
}

@media only screen and (max-width: 768px) {
  .c-button__wrap--admission {
    width: 100%;
  }
}

.c-button span, .c-button--page span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .c-button, .c-button--page {
    min-height: 12vw;
    min-width: 53.86667vw;
    font-size: 4.26667vw;
  }
}

.c-button::before, .c-button--page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.c-button:hover::before, .c-button--page:hover::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-button--red {
  color: #fff;
}

.c-button--red .c-button::before, .c-button--red .c-button--page::before {
  background: #E04E32;
}

.c-button--red::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #E04E32), to(#E04E32));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #E04E32 50%, #E04E32 100%);
}

.c-button--red:hover {
  background: #fff;
  color: #E04E32;
  border-color: #E04E32;
}

.c-button--red:hover::after {
  background: #E04E32;
}

.c-button--blue {
  color: #fff;
}

.c-button--blue .c-button::before, .c-button--blue .c-button--page::before {
  background: #003762;
}

.c-button--blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #003762), to(#003762));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #003762 50%, #003762 100%);
}

.c-button--blue:hover {
  color: #003762;
  border-color: #003762;
}

.c-button--blue:hover::after {
  background: #003762;
}

.c-button--rigaku {
  border: 1px solid #009b62;
  color: #fff;
}

.c-button--rigaku .c-button::before, .c-button--rigaku .c-button--page::before {
  background: #009b62;
}

.c-button--rigaku::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #009b62), to(#009b62));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #009b62 50%, #009b62 100%);
}

.c-button--rigaku:hover {
  color: #009b62;
  border-color: #009b62;
}

.c-button--rigaku:hover::after {
  background: #009b62;
}

@media only screen and (max-width: 768px) {
  .c-button--rigaku {
    width: 75%;
  }
}

.c-button--judo {
  border: 1px solid #0c809e;
  color: #fff;
}

.c-button--judo .c-button::before, .c-button--judo .c-button--page::before {
  background: #0c809e;
}

.c-button--judo::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #0c809e), to(#0c809e));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #0c809e 50%, #0c809e 100%);
}

.c-button--judo:hover {
  color: #0c809e;
  border-color: #0c809e;
}

.c-button--judo:hover::after {
  background: #0c809e;
}

@media only screen and (max-width: 768px) {
  .c-button--judo {
    width: 75%;
  }
}

.c-button--sinkyu {
  border: 1px solid #ed8407;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-button--sinkyu.w100 {
    width: 100%;
  }
}

.c-button--sinkyu .c-button::before, .c-button--sinkyu .c-button--page::before {
  background: #ed8407;
}

.c-button--sinkyu::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #ed8407), to(#ed8407));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ed8407 50%, #ed8407 100%);
}

.c-button--sinkyu:hover {
  color: #ed8407;
  border-color: #ed8407;
}

.c-button--sinkyu:hover::after {
  background: #ed8407;
}

@media only screen and (max-width: 768px) {
  .c-button--sinkyu {
    width: 75%;
  }
}

.c-button--oral {
  border: 1px solid #4AA3A6;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-button--oral.w100 {
    width: 100%;
  }
}

.c-button--oral .c-button::before, .c-button--oral .c-button--page::before {
  background: #4AA3A6;
}

.c-button--oral::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #4AA3A6), to(#4AA3A6));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #4AA3A6 50%, #4AA3A6 100%);
}

.c-button--oral:hover {
  color: #4AA3A6;
  border-color: #4AA3A6;
}

.c-button--oral:hover::after {
  background: #4AA3A6;
}

@media only screen and (max-width: 768px) {
  .c-button--oral {
    width: 75%;
  }
}

.c-button--w {
  border-color: #FD7700;
  color: #fff;
}

.c-button--w .c-button::before, .c-button--w .c-button--page::before {
  background: #FD7700;
}

.c-button--w::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #FD7700), to(#FD7700));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #FD7700 50%, #FD7700 100%);
}

.c-button--w:hover {
  color: #FD7700;
  border-color: #FD7700;
}

.c-button--w:hover::after {
  background: #FD7700;
}

.c-button--page {
  min-width: 180px;
  height: auto;
  padding: .8em 2em;
  font-size: 1rem;
  letter-spacing: .25em;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-button--page {
    padding: 0;
  }
}

.c-button--more {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: .05em;
  color: #003762;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 3em;
  position: relative;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .c-button--more {
    font-size: 3.2vw;
    padding: 10px 3.6em;
  }
}

.c-button--more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}

.c-button--icon-arrow {
  display: block;
  position: relative;
}

.c-button--icon-arrow::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w.svg") top center/cover;
  width: 22px;
  height: 27px;
}

.c-button--icon-arrow.icon-f14 span {
  letter-spacing: 0;
  font-size: .9rem;
}

.c-button--icon-arrow.icon-web-s span {
  letter-spacing: 0;
  font-size: .9rem;
}

.c-button--icon-arrow.icon-web-s::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w01.svg") top center/cover;
  width: 23.5px;
  height: 19.5px;
}

.c-button--icon-arrow.icon-web-s02::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w02.svg") top center/cover;
  width: 38px;
  height: 24px;
}

.c-button--icon-arrow::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-button--icon-arrow span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  width: auto;
  font-size: 1.125rem;
  margin-left: .7em;
  white-space: nowrap;
}

.c-button--icon-arrow span.small {
  text-align: center;
  font-size: 1rem;
}

.c-button--icon-arrow.bg-blue {
  background: #003762;
  color: #fff;
}

.c-button--icon-arrow.bg-kango {
  background: #DC6B82;
  color: #fff;
}

.c-button--icon-arrow.bg-kango div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-button--icon-arrow.bg-kango .br {
  display: block;
  font-size: 0.8125rem;
  margin-top: 5px;
  margin-left: 14px;
}

.c-button--icon-arrow.bg-orange {
  background: #ff8000;
}

.c-button--icon-arrow.bg-orange.color-white {
  color: #fff;
}

.c-button--icon-arrow.border-blue {
  color: #003762;
  border: 1px solid;
}

.c-button--icon-arrow.h110 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  height: 60px;
}

.c-button--icon-arrow.icon-pcsp::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_pcsp.svg") top center/cover;
  width: 29px;
  height: 25px;
}

.c-button--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #ccc;
  font-size: 1.3125rem;
  letter-spacing: .13em;
  font-weight: 500;
  color: #003762;
  height: 88px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-button--big {
    font-size: 4.8vw;
  }
}

.c-button--big::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_pcsp.svg") top center/cover;
  width: 32px;
  height: 27px;
  margin-right: 1em;
}

.c-button--big::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-button--big--here::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w02_blue.svg") top center/cover;
  width: 33px;
  height: 35px;
  margin-right: 1em;
}

.c-button02 {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em 2em 1em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .05em;
}

.c-button02--blank {
  background: #003762;
  color: #fff;
}

.c-button02--blank::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_blank.svg") top center/cover;
  width: 18px;
  height: 18px;
  margin-left: 2em;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft {
  clear: left;
}

#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious {
  cursor: pointer;
}

#cboxNext {
  cursor: pointer;
}

#cboxClose {
  cursor: pointer;
}

#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  outline: 0;
}

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#cboxContent {
  margin: 6.40625vw 4.53125vw 3.04688vw;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #cboxContent {
    margin: 13.6vw 7.46667vw 8vw;
  }
}

#cboxLoadedContent {
  width: 54.6875vw;
}

@media only screen and (max-width: 768px) {
  #cboxLoadedContent {
    width: 78.66667vw;
  }
}

#cboxCurrent {
  display: none !important;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -3.90625vw;
  width: 2.73438vw;
  height: 2.73438vw;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  #cboxPrevious {
    left: -6.66667vw;
    width: 4.66667vw;
    height: 4.66667vw;
  }
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -3.90625vw;
  width: 2.73438vw;
  height: 2.73438vw;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  #cboxNext {
    right: -6.66667vw;
    width: 4.66667vw;
    height: 4.66667vw;
  }
}

#cboxClose {
  position: absolute;
  top: -6.40625vw;
  right: -3.48438vw;
  width: 3.48438vw;
  height: 3.48438vw;
  text-indent: -9999px;
  margin-left: 1.74219vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(45deg, transparent 49%, #FFF 49%, #FFF 51%, transparent 51%);
}

@media only screen and (max-width: 768px) {
  #cboxClose {
    top: -13.6vw;
    right: -4.14133vw;
    width: 7.46667vw;
    height: 7.46667vw;
    margin-left: 3.73333vw;
    background: linear-gradient(45deg, transparent 47%, #FFF 47%, #FFF 53%, transparent 53%);
  }
}

#cboxClose:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.48438vw;
  height: 3.48438vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(-45deg, transparent 49%, #FFF 49%, #FFF 51%, transparent 51%);
}

@media only screen and (max-width: 768px) {
  #cboxClose:before {
    width: 7.46667vw;
    height: 7.46667vw;
    background: linear-gradient(-45deg, transparent 47%, #FFF 47%, #FFF 53%, transparent 53%);
  }
}

#cboxTitle {
  position: absolute;
  top: 39.53125vw;
  left: 0;
  font-size: 1.25vw;
  line-height: 1.64062vw;
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  #cboxTitle {
    top: 58.4vw;
    font-size: 3.73333vw;
    line-height: 5.06667vw;
  }
}

.cboxPhoto {
  width: 54.6875vw !important;
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  .cboxPhoto {
    width: 78.66667vw !important;
  }
}

.p-top-slider__wrap {
  position: relative;
}

.p-top-slider__wrap .c-banner--corona {
  position: absolute;
  left: 42px;
  bottom: 59px;
}

.p-top-slider__wrap .c-banner--corona a {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.p-top-slider__wrap .c-banner--corona a:hover {
  opacity: 0.7;
}

.p-top-slider img {
  width: 100%;
}

.p-top-slider .text01 {
  max-width: 52.10938vw;
}

@media only screen and (max-width: 768px) {
  .p-top-slider .text01 {
    max-width: 100%;
    width: 90.66667vw;
  }
}

.p-top-slider__item {
  background: no-repeat top center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48.67188vw;
}

@media only screen and (max-width: 768px) {
  .p-top-slider__item {
    height: 100vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-slider__item--01 {
    background-image: url(../img/index/img_slide_02_sp.jpg) !important;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-slider__item--02 {
    background-image: url(../img/index/takarazuka_oc_20210606neo_sp.jpg) !important;
  }
}

.p-top-slider-bnList {
  max-width: 1200px;
  margin: 61px 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-top-slider-bnList {
    margin-top: 10px;
  }
}

.p-top-slider-bnList__item {
  width: 282px;
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .p-top-slider-bnList__item {
    width: 49.86667vw;
    margin: 0 1.86667vw;
  }
}

.p-top-slider-bnList .slick-prev,
.p-top-slider-bnList .slick-next {
  z-index: 2;
}

.p-sec-iNews {
  padding: 0 6.25rem;
}

@media only screen and (max-width: 768px) {
  .p-sec-iNews {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.p-sec-iNews__hdg {
  margin-bottom: 2em;
  color: #e04e32;
}

.p-sec-iNews__hdg .jp::before {
  border-color: #e04e32;
}

.p-sec-iNews__button {
  margin: 35px 0 0;
}

@media only screen and (max-width: 768px) {
  .p-sec-iNewsList__item {
    padding-bottom: 0.8em;
    border-bottom: 1px solid #808080;
  }
}

.p-sec-news {
  width: 53.125%;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}

@media only screen and (max-width: 768px) {
  .p-sec-news {
    width: 100%;
    margin-right: 0;
  }
}

.p-sec-news .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-sec-news .tab-wrap {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-sec-news .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #003762;
  background: #f4f5f7;
  font-size: 0.875rem;
  width: 25%;
  height: 35px;
  margin-bottom: 10px;
  text-align: center;
}

.p-sec-news .tab-label span {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.p-sec-news .tab-label:not(:last-of-type) {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .p-sec-news .tab-label {
    font-size: 3.46667vw;
  }
}

.p-sec-news .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.p-sec-news .tab-switch:checked + .tab-label {
  color: #fff;
  background: #003762;
}

.p-sec-news .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.p-sec-news .tab-switch {
  display: none;
}

.p-sec-newsList__item {
  padding-bottom: 10px;
  margin: 10px;
}

.p-sec-newsList__item:not(:last-of-type) {
  border-bottom: 1px solid #c9c9c9;
}

.p-sec-newsList__img {
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .p-sec-newsList__img {
    width: 26.66667vw;
  }
  .p-sec-newsList__img img {
    width: 100%;
  }
}

.p-sec-newsList__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 768px) {
  .p-sec-newsList__hdg {
    position: relative;
    width: 62.66667vw;
  }
}

.p-sec-newsList__cat {
  margin-left: 0.3em;
}

@media only screen and (max-width: 768px) {
  .p-sec-newsList__new {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-newsList__text {
    width: 62.66667vw;
  }
}

.p-sec-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .p-sec-event {
    width: 100%;
  }
}

.p-sec-eventList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.p-sec-eventList__item:nth-of-type(odd) {
  background: #f4f5f7;
}

.p-sec-eventList__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.3em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.5rem;
          flex: 0 1 8.5rem;
}

@media only screen and (max-width: 768px) {
  .p-sec-eventList__hdg {
    width: 31.46667vw;
  }
}

.p-sec-eventList__year {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
  .p-sec-eventList__year {
    font-size: 3.25333vw;
  }
}

.p-sec-eventList__date {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-top: -0.15em;
}

@media only screen and (max-width: 768px) {
  .p-sec-eventList__date {
    font-size: 6.4vw;
  }
}

.p-sec-eventList__text {
  padding: 0 1em;
  min-height: 60px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-sec-eventList__text {
    overflow-x: hidden;
  }
}

.p-sec-eventList__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  border-right: 1px solid #808080;
}

.p-sec-eventList__text span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .p-sec-eventList__text span {
    font-size: 3.73333vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-calender {
    margin: 30px 0 0;
  }
}

.p-calender__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .p-calender__control {
    margin-bottom: 10px;
  }
}

.p-calender__control__prev {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-calender__control__next {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-calender__table {
  table-layout: fixed;
  width: 100%;
}

.p-calender__table th,
.p-calender__table td {
  border: 1px solid #c9c9c9;
  padding: 0.5em;
}

@media only screen and (max-width: 768px) {
  .p-calender__table th,
  .p-calender__table td {
    padding: 0.3em;
  }
}

.p-calender__table th {
  font-size: 0.875rem;
  background: #003762;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-calender__table th {
    font-size: 3.2vw;
  }
}

.p-calender__table td {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  height: 45px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .p-calender__table td {
    height: 39px;
  }
}

.p-calender__table .date {
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-calender__table .date {
    font-size: 2.93333vw;
    margin-bottom: 0.3em;
  }
}

.p-calender__icon {
  border-radius: 50%;
  width: 1.3125rem;
  height: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2aa8f2;
  color: #fff;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .p-calender__icon {
    font-size: 3.2vw;
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

.p-calender__icon__wrap {
  display: inline-block;
}

.p-calender__icon.icon01 {
  background: #2aa8f2;
}

.p-calender__icon.icon02 {
  background: #8ad449;
}

.p-calender__icon.icon03 {
  background: #ff6355;
}

.p-calender__icon.icon04 {
  background: #ff6355;
}

.p-calender__icon.icon05 {
  background: #ff6355;
}

.p-calender__icon.icon07 {
  background: #ff6355;
}

.p-calender__icon.icon06 {
  background: #0044ff;
}

.p-calender__icon.icon09 {
  background: #0044ff;
}

.p-calender__icon.icon-a-01 {
  background: #e96c9c;
}

.p-calender__icon.icon-a-02 {
  background: #9370db;
}

.p-calender__icon.icon-a-03 {
  background: #000;
}

.p-calender__icon.icon-a-04 {
  background: #808080;
}

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

.p-calenderList.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-calenderList.right::after {
  display: none;
}

.p-calenderList::after {
  content: "";
  display: block;
  width: 33.33%;
  height: 0;
}

.p-calenderList__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-calenderList__item {
    font-size: 2.93333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-calenderList__item--br {
    width: 100%;
  }
}

.p-sec-news__button,
.p-sec-calendar__button {
  margin-top: auto;
}

@media only screen and (max-width: 768px) {
  .p-sec-news__button,
  .p-sec-calendar__button {
    margin-top: 30px;
  }
}

.p-sec-facility {
  background: url(../img/index/bg_facility.jpg) center/cover;
  min-height: 496px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-sec-facility {
    min-height: 0;
    margin-top: 28.6vw;
    background-image: url(../img/index/bg_facility_sp.jpg);
    padding-bottom: 28vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-facility__hdg {
    -webkit-transform: translateY(-34.6vw);
            transform: translateY(-34.6vw);
  }
}

.p-sec-facility__text {
  display: inline-block;
  background: rgba(241, 242, 244, 0.9);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2;
  padding: 28px 20px 20px;
  letter-spacing: 0.2em;
  position: relative;
  margin: 50px 0 25px;
}

@media only screen and (max-width: 768px) {
  .p-sec-facility__text {
    margin-top: -10vw;
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 4.26667vw;
    padding: 28px 0 28px;
    width: 85.33333vw;
  }
}

.p-sec-facility__text::before, .p-sec-facility__text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #003762;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
}

.p-sec-facility__text::before {
  top: 12px;
  left: 12px;
}

.p-sec-facility__text::after {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  right: 12px;
  bottom: 12px;
}

.p-sec-life {
  background: url(../img/index/bg_blue_02.jpg) center/cover;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-sec-life {
    background-image: url(../img/index/bg_life_sp.jpg);
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-life__enjoy img {
    width: 16.26667vw;
  }
}

.p-sec-life__hdg {
  margin: 30px 0 40px;
}

@media only screen and (max-width: 768px) {
  .p-sec-life__hdg {
    margin: 10px 0 20px;
  }
  .p-sec-life__hdg img {
    width: 84vw;
  }
}

.p-sec-life__lead {
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-sec-life__lead {
    font-size: 3.46667vw;
  }
}

.p-sec-life__lead span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

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

.p-sec-lifeList__item {
  margin-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (max-width: 960px) {
  .p-sec-lifeList__item {
    max-width: 18.75rem;
    width: 100%;
  }
  .p-sec-lifeList__item:nth-of-type(1), .p-sec-lifeList__item:nth-of-type(2) {
    max-width: 29.0625rem;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-lifeList__item {
    padding: 0 6.13333vw;
    max-width: 100% !important;
    margin-bottom: 25px;
  }
}

.p-sec-lifeList__img {
  display: block;
  position: relative;
}

.p-sec-lifeList__img::before {
  content: url(../img/icon/icon_movie.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.75rem;
  height: 3.75rem;
}

.p-sec-lifeList__text {
  font-size: 1.5rem;
  margin-top: 0.5em;
}

.p-sec-lifeList__text span {
  text-align: center;
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  letter-spacing: 0.25em;
}

@media only screen and (max-width: 768px) {
  .p-sec-lifeList__text {
    font-size: 4.26667vw;
    margin-top: 1em;
  }
}

.p-sec-departmentsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-sec-departmentsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-sec-departmentsList__item {
  max-width: 48%;
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-sec-departmentsList__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .p-sec-departmentsList__item img {
    width: 100%;
  }
}

.p-sec-departmentsList__inner {
  background: #d5d7dd;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5d7dd), color-stop(54%, white));
  background: linear-gradient(180deg, #d5d7dd 0%, white 54%);
}

.p-sec-departmentsList__icon {
  margin-top: -40px;
  padding: 0 1em;
}

.p-sec-departmentsList__hdg {
  text-align: center;
  margin-top: -1em;
  margin-bottom: 1em;
}

.p-sec-departmentsList__hdg span {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  letter-spacing: 0.25em;
  font-size: 1.8125rem;
}

@media only screen and (max-width: 768px) {
  .p-sec-departmentsList__hdg span {
    font-size: 6.4vw;
  }
}

.p-sec-departmentsList__text {
  padding: 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  line-height: 1.33333;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .p-sec-departmentsList__text {
    font-size: 3.46667vw;
    padding: 0 8vw;
  }
}

.p-sec-departmentsList__img {
  overflow: hidden;
}

.p-sec-departmentsList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sec-campusList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  white-space: nowrap;
}

.p-sec-campusList__wrap:not(:last-of-type) {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__wrap:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-sec-campusList__item {
  width: 100%;
  max-width: 17.625rem;
  min-height: 20.6875rem;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__item {
    max-width: 100%;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

.p-sec-campusList__item + .p-sec-campusList__item {
  margin-left: 24px;
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__item + .p-sec-campusList__item {
    margin-left: 0;
    margin-top: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__img {
    width: 37.33333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__inner {
    overflow-x: hidden;
    width: 60.5vw;
    padding-left: 1em;
    margin-top: -0.7em;
  }
}

.p-sec-campusList__hdg {
  font-size: 1.75rem;
  line-height: 1.42857;
  letter-spacing: 0.25em;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 0.3em;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__hdg {
    font-size: 6.4vw;
    border-bottom-width: 2px;
  }
}

.p-sec-campusList__hdg--01 {
  border-color: #ff730a;
}

.p-sec-campusList__hdg--02 {
  border-color: #e96c9c;
}

.p-sec-campusList__hdg--03 {
  border-color: #224588;
}

.p-sec-campusList__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.p-sec-campusList__text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  font-weight: 300;
  margin-top: 0.3em;
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__text {
    font-size: 4.53333vw;
    text-align: left;
    margin-bottom: 0.8em;
  }
}

.p-sec-campusList__text span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
}

@media print, screen and (min-width: 769px) {
  .p-sec-campusList__button {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-campusList__button {
    text-align: left;
  }
}

@media print, screen and (min-width: 769px) {
  .p-sec-feautures__hdg .jp {
    display: inline-block;
    min-width: 0;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 769px) {
  .p-sec-feautures__hdg .jp::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0.7em;
    right: 0.7em;
    border-bottom: 1px solid #000;
  }
}

.p-sec-feauturesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-sec-feauturesList {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-sec-feauturesList__item {
  width: 50%;
  position: relative;
  height: 250px;
}

@media print, screen and (max-width: 960px) {
  .p-sec-feauturesList__item {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-sec-feauturesList__item {
    width: 100%;
  }
  .p-sec-feauturesList__item img {
    width: 100%;
  }
}

.p-sec-feauturesList__item::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_blank.svg") top center/cover;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #003762;
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-sec-feauturesList__item::after {
    width: 8.8vw;
    height: 8.8vw;
  }
}

.p-sec-feauturesList__img img {
  width: 100%;
}

.p-sec-feauturesList__hdg {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 1.625rem;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-sec-feauturesList__hdg {
    font-size: 5.33333vw;
  }
}

.p-sec-feauturesList__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  width: 100%;
}

.p-sec-footer {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .p-sec-footer {
    margin-top: 20px;
  }
}

.p-twitter {
  max-width: 29rem;
  margin-right: 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-twitter {
    margin-bottom: 25px;
    max-width: 100%;
  }
}

.p-twitter__wrap {
  height: 298px;
  overflow-y: scroll;
  border: 1px solid #003762;
}

@media only screen and (max-width: 768px) {
  .p-twitter__wrap {
    height: 168px;
  }
}

.p-twitter__hdg {
  background: #003762;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6em 0;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .p-twitter__hdg {
    font-size: 3.46667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .p-footerTopBnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footerTopBnList__item {
  margin-bottom: 26px;
}

@media print, screen and (min-width: 769px) {
  .p-footerTopBnList__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-footerTopBnList__item img {
    width: 100%;
  }
}

.p-page2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 82px;
}

.p-page2column__main {
  max-width: 650px;
  width: 100%;
  margin-right: 50px;
}

.p-page2column__main__900 {
  max-width: 900px;
  width: 100%;
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .p-page2column__main__900 {
    width: 100%;
    margin-right: auto;
  }
}

.p-page2column--1210 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .p-page2column--1210 {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
}

.p-page2column__side {
  max-width: 260px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-page2column__main {
    width: 100%;
    margin-right: 0;
  }
  .p-page2column__side {
    display: none;
  }
}

.p-sidebarTitle {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
}

.p-sidebarTitle__item {
  display: inline-block;
  border-bottom: 1px solid;
}

.p-sidebarTitle__item span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -0.17em;
  padding-bottom: 0.3em;
}

.p-sidebarTitle__item.campuslife span {
  letter-spacing: 0.1em;
  width: 117.6470588235294%;
  margin-left: -8.823%;
}

.p-sidebarTitle__itemHdg3 {
  margin-top: 0.5em;
}

.p-sidebarTitle__itemHdg3 span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -0.17em;
}

.p-sidebarHdg {
  color: #fff;
  background: #003762;
  padding: 0.6em;
  text-align: center;
  position: relative;
}

.p-sidebarHdg--smaller {
  padding: 0.6em 0.2em;
}

.p-sidebarHdg::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0px;
  border: 9px solid transparent;
  border-top: 9px solid #003762;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.p-sidebarHdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-sidebarHdg span.smaller {
  padding: 0.1em 0;
  font-size: 1.1875rem;
  letter-spacing: 0.025em;
}

.p-sidebar__nav--current {
  margin-bottom: 25px;
}

.p-sidebar__nav--current__item.is-current a {
  background: #fbead4;
}

.p-sidebar__nav--current a {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 1rem;
  margin-right: -0.17em;
  padding: 0.4375em 1em;
}

.p-sidebar__nav--current.oral {
  overflow: hidden;
}

.p-sidebar__nav--secondary {
  margin-bottom: 0.8em;
}

.p-sidebar__nav--secondary__item {
  border-left: 3px solid #003762;
  margin-bottom: 0.8em;
}

.p-sidebar__nav--secondary a {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: -0.17em;
  padding: 0.3em 0 0.3em 0.8em;
}

.p-sidebar__nav--secondary--arrow {
  margin-bottom: 16px;
}

.p-sidebar__nav--secondary--arrow__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sidebar__nav--secondary--arrow__item a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 2px 0 0;
}

.p-sidebar__nav--secondary--arrow__item.rigaku {
  border-left-color: #2FA76F;
}

.p-sidebar__nav--secondary--arrow__item.judo {
  border-left-color: #0C80A0;
}

.p-sidebar__nav--secondary--arrow__item.sinkyu {
  border-left-color: #ED8407;
}

.p-sidebar__nav--secondary--arrow__item.oral {
  border-left-color: #4AA3A6;
  overflow: hidden;
}

.p-sidebar__nav--secondary--arrow__item.message {
  border-left-color: #ff6e82;
}

.p-sidebar__nav--secondary--arrow__item.circle {
  border-left-color: #ed8407;
}

.p-sidebar__nav--secondary--arrow__item.schedule {
  border-left-color: #2fa56f;
}

.p-sidebar__nav--secondary--arrow__item.qa {
  border-left-color: #1e4f9c;
}

.p-sidebar__nav--secondary--arrow__item.movie {
  border-left-color: #9370db;
}

.p-sidebar__nav--secondary--arrow__item.overseas {
  border-left-color: #2a83ca;
}

.p-sidebar-bnList__hdg {
  text-align: center;
  margin-bottom: 0.9em;
}

.p-sidebar-bnList__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-weight: 500;
  font-size: 1.125rem;
}

.p-sidebar-bnList__item {
  margin-bottom: 10px;
}

.p-sidebar-bnList__item li {
  margin-bottom: 10px;
}

.p-contact__hdg {
  text-align: center;
}

.p-contact__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .p-contact__hdg span {
    display: block;
    font-size: 4.8vw;
  }
}

.p-contactWrap {
  padding: 38px 45px;
}

@media only screen and (max-width: 768px) {
  .p-contactWrap {
    padding: 20px 10px;
  }
}

.p-contact__lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.20375rem;
  margin-left: -45px;
  margin-right: -45px;
  margin-bottom: 1.2em;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .p-contact__lead {
    line-height: 2;
    margin: 0 0 0.8em 0;
    font-size: 4.26667vw;
  }
}

.p-contact__lead p {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-contact__lead p {
    display: block;
  }
}

.p-contact__lead em {
  color: #003762;
  border-bottom: 1px solid;
}

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

.p-contact__logo__text {
  font-size: 1.1875rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-top: 10px;
  margin-left: -6%;
}

@media only screen and (max-width: 768px) {
  .p-contact__logo__text {
    margin-top: 7px;
    margin-left: -4.5%;
    letter-spacing: 0.05em;
    font-size: 3.46667vw;
  }
}

.p-contact__logo__img {
  width: 261px;
}

@media only screen and (max-width: 768px) {
  .p-contact__logo__img {
    width: 48vw;
  }
}

.p-contact__2column {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .p-contact__2column {
    width: 64vw;
    margin: 1em auto;
    display: block;
  }
}

.p-contact__2column--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__tel {
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.15em;
}

@media only screen and (max-width: 768px) {
  .p-contact__tel {
    width: 100%;
    padding-left: 0.2em;
    font-size: 7.46667vw;
    letter-spacing: 0.02em;
  }
}

.p-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #003762;
  background: #fff;
  border: 1px solid;
  font-size: 1rem;
  font-weight: 500;
  height: 40px;
  padding: 0;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn {
    margin: 5px auto 10px;
    width: 100%;
    padding: 0;
    font-size: 4.26667vw;
    letter-spacing: 0em;
  }
}

.p-contact__btn::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_mail_dblue.svg") top center/cover;
  width: 20.58px;
  height: 12.9px;
  margin-left: 1em;
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn::before {
    margin-right: 0;
    width: 6.26667vw;
    height: 3.94667vw;
  }
}

.p-contact__btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
  margin-right: 0.8em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn::after {
    margin-left: 0.25em;
    margin-right: 0.75em;
  }
}

.p-contact__btn:hover {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #fff;
  background: #003762;
}

.p-contact__btn:hover::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_mail_w.svg") top center/cover;
  width: 20.58px;
  height: 12.9px;
  margin-left: 1em;
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn:hover::before {
    width: 4.3904vw;
    height: 2.752vw;
  }
}

.p-contact__btn--conversion {
  background: #003762;
  color: #fff;
  border: 1px solid;
  width: 258px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn--conversion {
    width: 100%;
    height: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact__btn--conversion span {
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-left: 0.15em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn--conversion span {
    display: block;
    margin-left: 0;
    font-size: 4.53333vw;
  }
}

.p-contact__btn--conversion::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_request_w.svg") top center/cover;
  width: 28.1px;
  height: 25.98px;
  margin-left: 1.5em;
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn--conversion::before {
    margin-right: 0;
    width: 5.328vw;
    height: 4.92vw;
  }
}

.p-contact__btn--conversion::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
  margin-right: 0.8em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn--conversion::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px;
    border-right: solid 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 0.25em;
    margin-right: 1em;
  }
}

.p-contact__btn--conversion:hover {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #003762;
  background: #fff;
}

.p-contact__btn--conversion:hover::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_request_dblue.svg") top center/cover;
  width: 28.1px;
  height: 25.98px;
  margin-left: 1.5em;
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .p-contact__btn--conversion:hover::before {
    margin-right: 0;
    width: 5.328vw;
    height: 4.92vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-course__lead {
    text-align: center;
  }
}

.p-course__hdg {
  text-align: center;
  border-top: 2px solid;
}

.p-course__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.p-course__hdgHdg3 {
  font-size: 1.75rem;
  border-bottom: 1px solid;
  padding: 0.3em 0;
}

@media only screen and (max-width: 768px) {
  .p-course__hdgHdg3 {
    margin-bottom: 1em;
    font-size: 7.46667vw;
  }
}

.p-course__hdgHdg4 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.45em 0;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner {
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#d5d7dd), color-stop(94%, white));
    background: linear-gradient(180deg, #d5d7dd 0%, white 94%);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner__hdg {
    position: relative;
    text-align: center;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner__hdgHdg5 {
    margin-left: 1em;
  }
  .p-course-textBanner__hdgHdg5 span {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner__hdg__icon {
    position: absolute;
    left: 0;
    bottom: -5.33333vw;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 18.66667vw;
    height: 18.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner__img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner__text {
    text-align: center;
    margin-bottom: 2em;
  }
}

.p-course-textBanner__button {
  width: 192px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-course-textBanner__button {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-course-bnList-w__textBanner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-course-bnList-w__img img {
  height: 186px;
}

@media only screen and (max-width: 768px) {
  .p-course-bnList-w__img img {
    height: auto;
  }
}

.p-course-bnList-w__img--change img {
  height: 244px;
}

@media only screen and (max-width: 768px) {
  .p-course-bnList-w__img--change img {
    height: auto;
  }
}

.p-course-bnList-w__hdg {
  margin-top: 2em;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p-course-bnList-w__hdg {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 6.4vw;
    text-align: center;
  }
}

.p-course-bnList-w__hdg--change {
  margin-top: 4em;
}

@media only screen and (max-width: 768px) {
  .p-course-bnList-w__hdg--change {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .p-access-list {
    margin: 20px 0;
  }
  .p-access-list li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
}

.p-access-takeTime {
  color: #003762;
}

.p-access-takeTimeHdg {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-access-takeTimeHdg {
    font-size: 4vw;
  }
}

.p-access-takeTimeHdg__strong01 {
  font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .p-access-takeTimeHdg__strong01 {
    font-size: 4.8vw;
  }
}

.p-access-takeTimeHdg__strong02 {
  font-size: 2.6875rem;
}

@media only screen and (max-width: 768px) {
  .p-access-takeTimeHdg__strong02 {
    font-size: 5.33333vw;
  }
}

.p-access-takeTimeHdg__icon {
  margin: 0 0.3em 0 0.6em;
}

.p-access-takeTimeList {
  border-top: 1px solid #003762;
  border-bottom: 1px solid #003762;
  padding: 1em;
  margin-top: 1em;
}

.p-access-takeTimeList__item {
  font-size: 1.125rem;
}

.p-access-takeTimeList small {
  display: inline-block;
  font-size: 0.66667em;
  margin-top: -0.5em;
}

.p-access-takeTimeList em {
  font-size: 2.125rem;
  font-weight: 500;
  font-family: "Lato Medium", sans-serif;
}

.p-access-takeTimeList__place {
  width: 100px;
}

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

.p-access-timetableHdg__wrap {
  position: relative;
}

.p-access-timetableHdg__top {
  position: absolute;
  top: 0;
  left: 0;
}

.p-access-timetable__table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-access-timetable__table thead th {
  background: #003762;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-access-timetable__table thead th {
    font-size: 3.46667vw;
  }
}

.p-access-timetable__table tbody th {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-access-timetable__table tbody th {
    font-size: 3.46667vw;
  }
}

.p-access-timetable__table tbody td {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-access-timetable__table tbody td {
    font-size: 3.46667vw;
  }
}

.p-access-timetable__table02 td div {
  padding: 0 75px;
}

@media only screen and (max-width: 768px) {
  .p-access-timetable__table02 td div {
    padding: 0 5.33333vw;
  }
}

.p-access-busTop {
  padding: 30px;
}

.p-access-busTopHdg {
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  color: #003762;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.p-access-busTopHdg .icon {
  margin-right: 0.3em;
}

.p-access-busTopHdg em {
  font-size: 1.9375rem;
}

.p-access-mapWrap {
  position: relative;
}

.p-access-mapIcon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-access__hdg {
  background: #e0f4ff;
  color: #003762;
  border-top: 3px solid #003762;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  padding: 0.45em 0;
}

.p-access__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.p-access__comeSystem {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  width: 94px;
  height: 94px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-access__comeSystem__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-access__comeSystem__top {
  background: #003762;
  height: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.3em;
}

.p-access__comeSystem__top em {
  font-size: 1.25rem;
  margin-right: 0.1em;
}

.p-access__comeSystem__bottom {
  background: #ebf1f5;
  height: 50%;
  color: #003762;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-access__comeSystem__bottom em {
  font-size: 1.5625rem;
  margin-right: 0.1em;
}

@media only screen and (max-width: 768px) {
  .p-access__comeSystem__map {
    text-align: center;
    margin: 20px 0 20px;
  }
}

.p-access__destination {
  font-size: 1.25rem;
  color: #003762;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-access__destinationHdg {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
}

.p-access__destinationHdg span {
  font-size: 0.75em;
}

@media only screen and (max-width: 768px) {
  .p-access__destinationHdg {
    text-align: center;
    margin: 10px 0;
  }
}

.p-access__destinationTime {
  font-size: 0.9375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
}

.p-access__destinationTime em {
  font-size: 1.33333em;
}

@media only screen and (max-width: 768px) {
  .p-access__destinationTime {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-access__destinationLead {
    text-align: center;
  }
}

.p-accessNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px;
}

@media only screen and (max-width: 768px) {
  .p-accessNavList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-accessNavList__item {
  width: 25%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin: 0 1px;
}

@media only screen and (max-width: 768px) {
  .p-accessNavList__item {
    width: calc(50% - 2px);
    margin-bottom: 2px;
    font-size: 3.46667vw;
  }
}

.p-accessNavList__item a {
  display: block;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}

.p-accessNavList__item__01 {
  border: 1px solid #003762;
  border-right-width: 0px;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .p-accessNavList__item__01 {
    border-right-width: 1px;
  }
}

.p-accessNavList__item__02, .p-accessNavList__item__03 {
  background: #003762;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-accessNavList__item__02, .p-accessNavList__item__03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-accessNavList__item__02 a::after, .p-accessNavList__item__03 a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-accessNavList__item__04 {
  background: #ebf1f5;
  color: #003762;
}

.p-accessNavList__item__04 a {
  padding-right: 1em;
}

.p-accessNavList__item__icon {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-facility-map {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-facility-map {
    min-width: 960px;
    overflow: auto;
  }
}

.p-facility-map__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-left: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-facility-map__item {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-left: 0;
  }
}

.p-facility-map__hdg {
  color: #003762;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  .p-facility-map__hdg {
    text-align: center;
    margin-bottom: 1em;
  }
  .p-facility-map__hdg span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .p-facility-map__text {
    font-size: 12px;
  }
}

.p-facility-map__icon span {
  position: absolute;
}

.p-facility-mapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #003762;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: #f4f5f7;
  padding: 20px 0 4px 30px;
}

@media only screen and (max-width: 768px) {
  .p-facility-mapList {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-size: 3.73333vw;
    padding-left: 2.66667vw;
  }
}

.p-facility-mapList li {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 769px) {
  .p-facility-mapList li {
    width: 13.5%;
  }
  .p-facility-mapList li:nth-of-type(1) {
    width: 18%;
  }
}

@media only screen and (max-width: 768px) {
  .p-facility-mapList li {
    width: 31%;
  }
  .p-facility-mapList li:nth-of-type(3n + 1) {
    width: 38%;
  }
}

.p-facility-mapList li:hover .p-facility-mapList__text {
  border-bottom: 1px solid;
}

.p-facility-mapList li:hover .p-facility-mapList__icon {
  background-image: url(../img/icon/icon_map_r.svg);
}

.p-facility-mapList li.is-active .p-facility-mapList__text {
  border-bottom: 1px solid;
}

.p-facility-mapList li.is-active .p-facility-mapList__icon {
  background-image: url(../img/icon/icon_map_r.svg);
}

.p-facility-mapList__icon {
  margin-right: 0.7em;
}

.p-facility .p-sec-lifeList {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-facility .p-sec-lifeList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .p-facility .p-sec-lifeList__item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .p-facility .p-sec-lifeList__item:not(:last-of-type) {
    margin-right: 15px;
  }
}

.no-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 42px;
}

@media screen and (max-width: 768px) {
  .no-slider {
    margin: 0 3.5vw;
  }
}

.p-nav--opencampusMenuList {
  z-index: -1;
}

.p-nav--sp {
  top: 0;
}

.p-map-icon {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_map_b.svg") top center/cover;
  width: 26px;
  height: 38px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 4px;
  letter-spacing: 0;
  cursor: pointer;
}

.p-map-icon__wrap {
  height: 606px;
  background: url(../img/facility/img_facility_map_02.png) no-repeat bottom/cover;
}

@media only screen and (max-width: 768px) {
  .p-map-icon__wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -26.66667vw;
    height: 76.8vw;
    position: relative;
  }
}

.p-map-icon__wrap--change {
  height: 710px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon__wrap--change {
    height: 76.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-map-icon {
    width: 4.8vw;
    height: 6.93333vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-map-icon {
    font-size: 2.93333vw;
    padding-top: 0.8vw;
  }
}

.p-map-icon:hover {
  background-image: url(../img/icon/icon_map_r.svg);
}

.p-map-icon.is-active {
  background-image: url(../img/icon/icon_map_r.svg);
}

.p-map-icon--01 {
  top: 347px;
  left: 418px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--01 {
    top: 46.4vw;
    left: 42.4vw;
  }
}

.p-map-icon--01--change {
  top: 387px;
  left: 531px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--01--change {
    top: 46.4vw;
    left: 42.4vw;
  }
}

.p-map-icon--02 {
  top: 223px;
  left: 423px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--02 {
    top: 34.66667vw;
    left: 42.66667vw;
  }
}

.p-map-icon--02--change {
  top: 237px;
  left: 543px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--02--change {
    top: 34.66667vw;
    left: 42.66667vw;
  }
}

.p-map-icon--03 {
  top: 342px;
  left: 239px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--03 {
    top: 46.93333vw;
    left: 24vw;
  }
}

.p-map-icon--03--change {
  top: 398px;
  left: 305px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--03--change {
    top: 46.93333vw;
    left: 24vw;
  }
}

.p-map-icon--04 {
  top: 298px;
  left: 708px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--04 {
    top: 42.13333vw;
    left: 73.33333vw;
  }
}

.p-map-icon--04--change {
  top: 332px;
  left: 895px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--04--change {
    top: 42.13333vw;
    left: 73.33333vw;
  }
}

.p-map-icon--05 {
  top: 268px;
  left: 532px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--05 {
    top: 38.13333vw;
    left: 53.86667vw;
  }
}

.p-map-icon--05--change {
  top: 293px;
  left: 674px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--05--change {
    top: 38.13333vw;
    left: 53.86667vw;
  }
}

.p-map-icon--06 {
  top: 476px;
  left: 178px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--06 {
    top: 58.66667vw;
    left: 17.33333vw;
  }
}

.p-map-icon--06--change {
  top: 557px;
  left: 226px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--06--change {
    top: 58.66667vw;
    left: 17.33333vw;
  }
}

.p-map-icon--07 {
  top: 453px;
  left: 363px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--07 {
    top: 57.86667vw;
    left: 37.6vw;
  }
}

.p-map-icon--07--change {
  top: 523px;
  left: 463px;
}

@media only screen and (max-width: 768px) {
  .p-map-icon--07--change {
    top: 57.86667vw;
    left: 37.6vw;
  }
}

.p-facility section {
  overflow: visible;
}

.p-facility-topBtn {
  position: fixed;
  width: 88px;
  height: 88px;
  right: 38px;
  bottom: 183px;
}

@media only screen and (max-width: 768px) {
  .p-facility-topBtn {
    display: none;
  }
}

.p-facility__hdg {
  border-top: 3px solid;
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  font-weight: 700;
  color: #003762;
  text-align: center;
  padding: 0.6em 0;
}

.p-facility__hdg__wrap {
  position: relative;
}

.p-facility__hdg__icon {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  width: 4.4375rem;
  height: 4.25rem;
  padding-top: 0.5rem;
  padding-left: 0.9375rem;
  font-weight: 700;
  background: url(../img/icon/icon_map_r_shadow.svg) center/cover;
  font-family: "Noto Sans JP", sans-serif;
}

.p-facility__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.p-facility-slider {
  margin: 0 42px;
}

@media only screen and (max-width: 768px) {
  .p-facility-slider {
    margin: 0 5.33333vw;
  }
}

.p-facility-slider__item {
  width: 258px;
  margin: 0 8px;
}

@media only screen and (max-width: 768px) {
  .p-facility-slider__item {
    width: 39.46667vw;
  }
}

.p-facility-slider__text {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  margin-top: 0.5em;
  color: #003762;
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-facility-slider__text {
    font-size: 13px;
  }
}

.p-page-information-sec-news {
  width: 100%;
}

.p-informationArticle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}

.p-informationArticle__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 1em;
}

.p-informationArticle__date {
  margin-right: 1.5em;
}

.p-informationArticle__category {
  font-family: "Noto Serif JP", serif;
  color: #003762;
}

.p-informationArticle__hdg {
  border-bottom: 1px solid;
  padding-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.5em;
}

.p-informationArticle__content .red {
  color: #ff0000;
}

.p-informationArticle__content .blue {
  color: #3fa9f5;
}

.p-informationArticle__content p {
  font-weight: 500;
  line-height: 1.66667;
  letter-spacing: 0.05em;
  margin-bottom: 2.5em;
}

.p-informationArticle__imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.p-informationArticle__imgList li {
  width: 313px;
  margin: 12px 12px;
}

.p-informationArticle__imgList li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-informationArticle__imgList li {
    width: 100%;
  }
}

/* 扉ページ */
.p-door {
  width: 100%;
}

.p-doorList {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-doorList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-doorList__item {
  max-width: 313px;
  list-style-type: none;
  width: 50%;
}

.p-doorList__item--change {
  max-width: 48%;
}

.p-doorList__last-item {
  max-width: 646px;
  list-style-type: none;
}

.p-doorList__img {
  width: 100%;
}

.p-doorList__hdg {
  font-family: "Noto Serif JP", serif;
  color: #003762;
  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;
  text-align: left;
}

.p-doorList__hdg span {
  font-size: 1.3125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  margin-right: -17%;
  letter-spacing: 0.1em;
}

.p-doorList__hdg::after {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-doorList__hdg--large span {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .p-doorList__item {
    width: 100%;
    max-width: 100%;
  }
  .p-doorList__hdg span {
    font-size: 5.33333vw;
  }
  .p-doorList__hdg::after {
    margin-right: 10px;
  }
  .p-doorList__hdg--large span {
    font-size: 5.33333vw;
  }
}

.facility #cboxClose:before {
  display: none;
}

.facility .cboxPhoto {
  width: 716px !important;
}

@media screen and (max-width: 768px) {
  .facility .cboxPhoto {
    width: 75vw !important;
  }
}

.facility #cboxLoadedContent {
  overflow: hidden !important;
}

.felist {
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

section#designation,
section#section01 {
  margin-top: -150px;
  padding-top: 150px;
}

body.wakayama {
  font-family: "Noto Serif JP", serif;
  font-size: 0.8125rem;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.wakayama #contents {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  body.wakayama #contents {
    padding-top: 0;
  }
  body.wakayama #contents .l-main {
    padding-top: 0;
  }
}

body.wakayama #contents .p-admission h4 {
  color: #003762;
}

body.wakayama .c-button--blue .c-button::before, body.wakayama .c-button--blue .c-button--page::before,
body.wakayama .c-button--blue .c-button--page::before,
body.wakayama .c-button--icon-arrow.bg-blue {
  background: #ff8000;
}

body.wakayama .c-button__wrap {
  border-color: #ff8000;
}

body.wakayama .c-button--blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #ff8000), to(#ff8000));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ff8000 50%, #ff8000 100%);
}

body.wakayama .c-button--blue:hover::after {
  background: #ff8000;
}

body.wakayama .p-sidebar__nav--secondary__item {
  border-left-color: #ff8000;
}

body.wakayama .c-button--icon-arrow.border-blue {
  color: #ff8000;
}

body.wakayama #backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 10px;
}

body.wakayama .p-admission-sidebar__nav--secondary__item a:hover,
body.wakayama .p-sidebar__nav--current a:hover {
  background: #ffe5cc;
}

body.wakayama #footer {
  font-family: sans-serif;
}

body.wakayama .p-sidebarHdg {
  background-color: #ff8000;
}

body.wakayama .p-sidebarHdg::after {
  border-top-color: #ff8000;
}

body.wakayama #section01,
body.wakayama #section02,
body.wakayama #section03,
body.wakayama #section04,
body.wakayama #section05,
body.wakayama #section06,
body.wakayama #section07,
body.wakayama #section08,
body.wakayama #section09 {
  padding-top: 150px;
  margin-top: -150px;
}

body.wakayama .nittei tr th:nth-child(5),
body.wakayama .nittei tr .ftwk {
  border: 2px solid #000;
}

/*各学科教員紹介*/
.teacher_ttl {
  padding: 10px;
  text-align: left;
  color: #ffffff;
  font-size: 1.3em;
  letter-spacing: 0.3vw;
}

.teacher_ttl span {
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
}

@media screen and (min-width: 1025px) {
  .teacher_ttl {
    font-size: 1.8em;
  }
}

#rigaku .teacher_ttl {
  background: #3c9260;
}

#judo .teacher_ttl {
  background: #557db6;
}

#shinkyu .teacher_ttl {
  background: #bb955c;
}

#oral .teacher_ttl {
  background: #4AA3A6;
}

.teacher_prof {
  font-family: "Noto Sans JP", sans-serif;
  margin: 4vh auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.teacher_prof .photoArea img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .teacher_prof .photoArea img {
    width: 100px;
    height: auto;
  }
}

.teacher_prof .teacher_name {
  text-align: left;
  padding: 10px 20px;
}

.teacher_prof .teacher_name span {
  display: block;
  margin-bottom: 2vh;
}

.teacher_prof .teacher_name span.n1 {
  color: #000000;
  font-size: 1.1em;
  line-height: 1.6rem;
}

@media screen and (min-width: 1025px) {
  .teacher_prof .teacher_name span.n1 {
    color: #000000;
    font-size: 1.3em;
    line-height: 1.6rem;
  }
}

.teacher_prof .teacher_name span.n2 {
  font-size: 2em;
  color: #000000;
}

@media screen and (min-width: 1025px) {
  .teacher_prof .teacher_name span.n2 {
    font-size: 3em;
    color: #000000;
  }
}

#rigaku .teacher_prof .teacher_name span.n3 {
  font-size: 1.3em;
  color: #3c9260;
}

#judo .teacher_prof .teacher_name span.n3 {
  font-size: 1.3em;
  color: #557db6;
}

#shinkyu .teacher_prof .teacher_name span.n3 {
  font-size: 1.3em;
  color: #bb955c;
}

#oral .teacher_prof .teacher_name span.n3 {
  font-size: 1.3em;
  color: #4AA3A6;
}

.profile_details dt {
  padding: 0.2rem;
  color: #ffffff;
  display: inline-block;
  width: 9rem;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.profile_details dd {
  margin-bottom: 2rem;
}

#rigaku .profile_details dt {
  background: #3c9260;
}

#judo .profile_details dt {
  background: #557db6;
}

#shinkyu .profile_details dt {
  background: #bb955c;
}

#oral .profile_details dt {
  background: #4AA3A6;
}

.prof_box {
  margin: 1rem auto 3em;
  padding: 2rem;
}

.prof_box dd {
  margin-bottom: 2rem;
}

.prof_box .ttl_s,
.prof_box .ttl_b {
  font-size: 1.6rem;
  margin: 0 auto 2rem;
  text-align: center;
}

#rigaku .prof_box .ttl_s,
#rigaku .prof_box .ttl_b {
  color: #3c9260;
  vertical-align: middle;
}

.prof_box ol {
  margin-left: 1.2rem;
}

.prof_box ol li {
  list-style-type: decimal !important;
}

#rigaku .prof_box {
  background: #e4f3eb;
}

#judo .prof_box .ttl_s,
#judo .prof_box .ttl_b {
  color: #557db6;
  vertical-align: middle;
}

#judo .prof_box {
  background: #e7f0f6;
}

#shinkyu .prof_box .ttl_s,
#shinkyu .prof_box .ttl_b {
  color: #bb955c;
  vertical-align: middle;
}

#shinkyu .prof_box {
  background: #efe3d9;
}

#oral .prof_box .ttl_s,
#oral .prof_box .ttl_b {
  color: #4AA3A6;
  vertical-align: middle;
}

#oral .prof_box {
  background: #E1F5F5;
}

.prof_box .ttl_s svg {
  display: inline-block;
  width: 29.691px;
  height: 27.276px;
  /*margin-right:10px;*/
  line-height: 1.2rem;
  vertical-align: middle;
  fill: currentColor;
}

.prof_box .ttl_b svg {
  display: inline-block;
  width: 30.863px;
  height: 22.407px;
  margin-right: 10px;
  line-height: 1.2rem;
  vertical-align: middle;
  fill: currentColor;
}

.prof_box span {
  vertical-align: middle;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: 0.25em;
  display: inline-block;
}

.attention {
  margin: 2em 0;
  font-size: 1.3em;
  color: #c60405;
}

.list-rigaku tr:hover td,
.list-rigaku tr:hover th,
.list-judo tr:hover td,
.list-judo tr:hover th,
.list-sinkyu tr:hover td,
.list-sinkyu tr:hover th,
.list-oral tr:hover td,
.list-oral tr:hover th {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*理学療法学科セル*/
.list-rigaku tr:hover th.hv {
  background-color: #3d9160 !important;
}

.list-rigaku tr:hover td {
  background-color: #c8e3d5 !important;
}

/*柔道整復学科セル*/
.list-judo th.hv:hover {
  background-color: #557db5 !important;
}

.list-judo tr:hover td {
  background-color: #bdd8e1 !important;
}

/*鍼灸学科セル*/
.list-sinkyu tr:hover th.hv {
  background-color: #bc945c !important;
}

.list-sinkyu tr:hover td {
  background-color: #f7e6cf !important;
}

/*口腔保健学科 セル*/
.list-oral tr:hover th.hv {
  background-color: rgba(74, 163, 166, 0.8) !important;
}

.list-oral tr:hover td {
  background-color: #E1F5F5 !important;
}

.clickable-row {
  cursor: pointer;
}

.cl_blue {
  color: #003762;
}

.vh4 {
  height: 3vh;
}

.mgb4v {
  margin-bottom: 4vh;
}

.p-top-slider-bnList2 {
  max-width: 1200px;
  margin: 30px auto 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-top-slider-bnList2 {
    margin-top: 0;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .p-top-slider-bnList2__list {
    width: 46%;
    margin: 0 2% 3vw;
  }
}

.p-top-slider-bnList2__item {
  width: 282px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .p-top-slider-bnList2__item {
    width: 100%;
  }
}

.p-campuslife-schedule__wrap__month .c-month-circle span.icon {
  width: 100%;
}

.p-calender__table.top td {
  height: 45px;
}

.top-blog__wrap .ttl img {
  width: 100%;
}

.top-blog__wrap .c-newsList {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin-top: 5px;
}

.top-blog__wrap .c-newsList a {
  font-size: 0.9rem;
  font-family: serif;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.top-blog__wrap .c-newsList li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-sec-newsList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-sec-newsList__item .p-sec-newsList__inner {
    width: 57vw;
  }
  .p-sec-newsList__item .p-sec-newsList__inner .p-sec-newsList__hdg {
    width: auto;
  }
  .p-sec-newsList__item .p-sec-newsList__inner .p-sec-newsList__text {
    width: auto;
  }
  .p-sec-facility {
    margin-top: 0;
  }
}

.p-calenderList {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.p-calenderList li:not(:first-child) {
  margin-left: 10px;
}

.p-calender__icon.icon04 {
  background: #ffffdc;
  border-radius: 0;
}

/* 学部・学科紹介 course */
#cuorse-off-medical,
#course-off-judo,
#course-off-acupuncture,
#course-off-oral {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p-page2column.l-inner--960 .p-course {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-course {
  /* 学部・学科紹介：理学療法学科 course/medical */
  /* 学部・学科紹介：柔道整復学科 course/judo */
  /* 学部・学科紹介：鍼灸学科 course/acupuncture */
  /* 学部・学科紹介：学部共通科目 course/common-course */
  /* 学部・学科紹介：カリキュラム course/curriculum */
  /* 学部・学科紹介：各学科教員紹介 course/teachers */
}

.p-course .c-pageTitle.teacher, .p-course .c-pageTitle.curriculum {
  margin-top: -10px;
}

@media only screen and (max-width: 768px) {
  .p-course .c-pageTitle.teacher span, .p-course .c-pageTitle.curriculum span {
    font-size: 7.46667vw;
  }
}

.p-courseMv {
  position: relative;
  width: 100%;
  max-width: 1280px;
  /*position:relative;
    width:100%;
    max-width:1280px;
    height:440px;
    overflow:hidden;
    background-image: url(../img/course/rigaku/img_rigaku_mv.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;*/
}

.p-courseMv__img {
  /*width:63.28125%;
      max-width:810px;*/
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 440px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-courseMv__img {
    height: auto;
  }
}

.p-courseMv__text {
  /*width:36.71875%;
      max-width:470px;*/
  position: absolute;
  width: 100%;
  max-width: 1280px;
  height: 440px;
}

@media only screen and (max-width: 768px) {
  .p-courseMv__text {
    position: relative;
    height: auto;
  }
}

.p-courseMv__text__catch1 span, .p-courseMv__text__catch1--judo span, .p-courseMv__text__catch1--sinkyu span, .p-courseMv__text__catch1--oral span, .p-courseMv__text__catch2 span, .p-courseMv__text__catch2--judo span, .p-courseMv__text__catch2--sinkyu span, .p-courseMv__text__catch2--oral span {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 400;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.70588;
  letter-spacing: 0.3em;
  width: 100%;
  padding: 5px 10px 5px 20px;
  background-color: #2FA76F;
}

@media only screen and (max-width: 768px) {
  .p-courseMv__text__catch1 span, .p-courseMv__text__catch1--judo span, .p-courseMv__text__catch1--sinkyu span, .p-courseMv__text__catch1--oral span, .p-courseMv__text__catch2 span, .p-courseMv__text__catch2--judo span, .p-courseMv__text__catch2--sinkyu span, .p-courseMv__text__catch2--oral span {
    font-size: 6.4vw;
    padding: 1.33333vw 2.66667vw;
    line-height: 1.5;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    width: 100%;
    text-align: center;
  }
}

.p-courseMv__text__catch1--judo span, .p-courseMv__text__catch2--judo span {
  background-color: #0C80A0;
}

.p-courseMv__text__catch1--sinkyu span, .p-courseMv__text__catch2--sinkyu span {
  background-color: #ED8407;
}

.p-courseMv__text__catch1--oral span, .p-courseMv__text__catch2--oral span {
  background-color: #4AA3A6;
}

.p-courseMv__text__catch1, .p-courseMv__text__catch1--judo, .p-courseMv__text__catch1--sinkyu, .p-courseMv__text__catch1--oral {
  z-index: 2;
  position: absolute;
  display: block;
  width: auto;
  top: 7%;
  left: 52%;
}

@media only screen and (max-width: 768px) {
  .p-courseMv__text__catch1, .p-courseMv__text__catch1--judo, .p-courseMv__text__catch1--sinkyu, .p-courseMv__text__catch1--oral {
    position: relative;
    top: auto;
    left: auto;
  }
}

.p-courseMv__text__catch2, .p-courseMv__text__catch2--judo, .p-courseMv__text__catch2--sinkyu, .p-courseMv__text__catch2--oral {
  z-index: 1;
  position: absolute;
  display: block;
  width: auto;
  top: 20%;
  left: 59%;
}

@media only screen and (max-width: 768px) {
  .p-courseMv__text__catch2, .p-courseMv__text__catch2--judo, .p-courseMv__text__catch2--sinkyu, .p-courseMv__text__catch2--oral {
    position: relative;
    top: auto;
    left: auto;
  }
}

.p-courseMv__text__catch2 span, .p-courseMv__text__catch2--judo span, .p-courseMv__text__catch2--sinkyu span, .p-courseMv__text__catch2--oral span {
  padding: 5px 0px 5px 10px;
}

@media only screen and (max-width: 768px) {
  .p-courseMv__text__catch1, .p-courseMv__text__catch2 {
    background-color: #2FA76F;
  }
}

.p-courseMv__text__lead {
  position: absolute;
  display: block;
  width: 40%;
  max-width: 515px;
  top: 42%;
  left: 52%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 768px) {
  .p-courseMv__text__lead {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-courseMv.l-inner--1280 {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0vw;
    padding-right: 0vw;
    /*width:100%;
        max-width:100%;
        height:0;
        padding-bottom:134.375%;
        background-image: url(../img/course/rigaku/img_rigaku_mv.jpg);
        background-repeat:no-repeat;
        background-position:center top;
        background-size:contain;*/
  }
  .p-courseMv.l-inner--1280__img {
    z-index: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 34.375%;
  }
  .p-courseMv.l-inner--1280__text {
    position: absolute;
    width: 100%;
    max-width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d5da), color-stop(94%, #fff));
    background: linear-gradient(180deg, #d2d5da 0%, #fff 94%);
  }
  .p-courseMv.l-inner--1280__text__catch1 span, .p-courseMv.l-inner--1280__text__catch1--judo span, .p-courseMv.l-inner--1280__text__catch1--sinkyu span, .p-courseMv.l-inner--1280__text__catch1--oral span, .p-courseMv.l-inner--1280__text__catch2 span, .p-courseMv.l-inner--1280__text__catch2--judo span, .p-courseMv.l-inner--1280__text__catch2--sinkyu span, .p-courseMv.l-inner--1280__text__catch2--oral span {
    color: #fff;
    font-size: 8vw;
    font-weight: 400;
    display: inline;
    line-height: 1.66667;
    letter-spacing: 0.1em;
    width: auto;
    padding: 5px 10px;
    background-color: #2FA76F;
    white-space: nowrap;
  }
  .p-courseMv.l-inner--1280__text__catch1--judo span, .p-courseMv.l-inner--1280__text__catch2--judo span {
    background-color: #0C80A0;
  }
  .p-courseMv.l-inner--1280__text__catch1--sinkyu span, .p-courseMv.l-inner--1280__text__catch2--sinkyu span {
    background-color: #ED8407;
  }
  .p-courseMv.l-inner--1280__text__catch1--oral span, .p-courseMv.l-inner--1280__text__catch2--oral span {
    background-color: #4AA3A6;
  }
  .p-courseMv.l-inner--1280__text__catch1, .p-courseMv.l-inner--1280__text__catch1--judo, .p-courseMv.l-inner--1280__text__catch1--sinkyu, .p-courseMv.l-inner--1280__text__catch1--oral {
    z-index: 2;
    position: absolute;
    display: block;
    width: auto;
    top: 82%;
    left: 7%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-courseMv.l-inner--1280__text__catch1, .p-courseMv.l-inner--1280__text__catch1--judo, .p-courseMv.l-inner--1280__text__catch1--sinkyu, .p-courseMv.l-inner--1280__text__catch1--oral {
    position: relative;
    top: auto;
    left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-courseMv.l-inner--1280__text__catch2 {
    z-index: 1;
    position: static;
    display: block;
    width: auto;
    margin-top: 0;
    margin-left: 11%;
  }
  .p-courseMv.l-inner--1280__text__catch2 span {
    padding: 5px 0 5px 10px;
    letter-spacing: .05em;
  }
  .p-courseMv.l-inner--1280__text__catch2--judo, .p-courseMv.l-inner--1280__text__catch2--sinkyu, .p-courseMv.l-inner--1280__text__catch2--oral {
    z-index: 1;
    position: static;
    display: block;
    width: auto;
    margin-top: 0;
    margin-left: 20%;
  }
  .p-courseMv.l-inner--1280__text__catch2--judo span, .p-courseMv.l-inner--1280__text__catch2--sinkyu span, .p-courseMv.l-inner--1280__text__catch2--oral span {
    padding: 5px 0 5px 10px;
  }
  .p-courseMv.l-inner--1280__text__lead {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
    background-color: transparent;
  }
}

.p-courseCon__link {
  font-size: 1.25rem;
  font-weight: 700;
  padding: .45em 0;
  text-decoration: underline;
  text-align: center;
  border: 1px solid #2FA76F;
}

@media only screen and (max-width: 768px) {
  .p-courseCon__link {
    margin-bottom: 10px;
  }
}

.p-courseCon__link:hover {
  opacity: .85;
}

.p-courseCon__link span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
}

.p-courseCon__hdg {
  text-align: center;
  color: #333;
}

.p-courseCon__hdg span {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-courseCon__hdg span {
    font-size: 7.2vw;
    display: block;
    letter-spacing: .15em;
    width: 117.6470588235294%;
    margin-left: -8.823%;
  }
}

.p-courseCon__hdg__sub {
  text-align: center;
  color: #333;
}

.p-courseCon__hdg__sub span {
  font-size: 1.375rem;
  font-weight: 400;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.45455;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-courseCon__hdg__sub span {
    font-size: 5.86667vw;
    display: block;
    width: 117.6470588235294%;
    margin-left: -8.823%;
  }
}

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

@media only screen and (max-width: 768px) {
  .p-courseSec1__titleBox {
    display: block;
  }
}

.p-courseSec1__title, .p-courseSec1__title--judo, .p-courseSec1__title--sinkyu, .p-courseSec1__title--oral {
  background: #d5ede2;
  color: #333;
  border-top: 3px solid #2FA76F;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  padding: .45em 0;
}

.p-courseSec1__title span, .p-courseSec1__title--judo span, .p-courseSec1__title--sinkyu span, .p-courseSec1__title--oral span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec1__title, .p-courseSec1__title--judo, .p-courseSec1__title--sinkyu, .p-courseSec1__title--oral {
    font-size: 5.33333vw;
    text-align: center;
    font-weight: 700;
    padding: .45em 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-courseSec1__title span, .p-courseSec1__title--judo span, .p-courseSec1__title--sinkyu span, .p-courseSec1__title--oral span {
    width: 117.6470588235294%;
    margin-left: -8.823%;
    display: block;
    letter-spacing: 0.05em;
  }
}

.p-courseSec1__title--judo {
  background: #cee6ec;
  border-top: 3px solid #0C80A0;
}

.p-courseSec1__title--sinkyu {
  background: #fbe6cc;
  border-top: 3px solid #ED8407;
}

.p-courseSec1__title--oral {
  background: #E1F5F5;
  border-top: 3px solid #4AA3A6;
}

.p-courseSec1__flex__img {
  width: 200px;
  margin-top: 7px;
  margin-right: 20px;
}

.p-courseSec1__flex__img--right {
  width: 200px;
  margin-top: 7px;
  margin-left: 20px;
}

.p-courseSec1__flex__img--right--change {
  width: 290px;
}

.p-courseSec1__flexSubtitle, .p-courseSec1__flexSubtitle--judo, .p-courseSec1__flexSubtitle--sinkyu, .p-courseSec1__flexSubtitle--oral {
  color: #2FA76F;
}

.p-courseSec1__flexSubtitle span, .p-courseSec1__flexSubtitle--judo span, .p-courseSec1__flexSubtitle--sinkyu span, .p-courseSec1__flexSubtitle--oral span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.3;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec1__flexSubtitle span, .p-courseSec1__flexSubtitle--judo span, .p-courseSec1__flexSubtitle--sinkyu span, .p-courseSec1__flexSubtitle--oral span {
    display: block;
  }
}

.p-courseSec1__flexSubtitle--judo {
  color: #0C80A0;
}

.p-courseSec1__flexSubtitle--sinkyu {
  color: #ED8407;
}

.p-courseSec1__flexSubtitle--oral {
  color: #4AA3A6;
}

@media only screen and (max-width: 768px) {
  .p-courseSec1__flex__img {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-courseSec1__flex__img--right {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.p-courseSec2 {
  padding: 30px 25px;
  background-color: #d5ede2;
}

.p-courseSec2__title {
  color: #333;
  font-size: 1.375rem;
  line-height: 1.45455;
  text-align: center;
  font-weight: 400;
  padding: 0;
}

.p-courseSec2__title span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec2__title span {
    display: block;
    letter-spacing: .05em;
  }
}

@media only screen and (max-width: 768px) {
  .p-courseSec2__box {
    position: relative;
    margin-left: 0;
    margin-top: 60px;
    padding: 30px;
    background-color: #fff;
  }
}

.p-courseSec2__img {
  width: 146px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .p-courseSec2__img {
    margin-top: -55px;
    margin-left: -40px;
  }
}

.p-courseSec2__img__name {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.85714;
  text-align: center;
  margin-top: 1em;
  letter-spacing: .05em;
}

.p-courseSec2__img__name em {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec2__img__name em {
    line-height: 1;
    margin: 2.66667vw 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-courseSec2__img__name {
    margin-top: -25px;
    margin-left: 15px;
  }
}

.p-courseSec2__text {
  margin-left: 25px;
  padding: 30px 25px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-courseSec2__text {
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
    background-color: none;
  }
}

.p-courseSec3__hdg {
  position: relative;
}

.p-courseSec3__hdg::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #009b62;
}

.p-courseSec3__hdg.c-judo::before {
  background-color: #1e4f9c;
}

.p-courseSec3__hdg.c-sinkyu::before {
  background-color: #ED8407;
}

.p-courseSec3__hdg.c-oral::before {
  background-color: #4AA3A6;
}

.p-courseSec3__hdg__year {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
  margin-left: 25px;
  margin-right: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #333;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-courseSec3__hdg__year {
    margin-left: 2%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 3%;
    margin-top: 25px;
    height: 30%;
    max-height: 90px;
  }
}

.p-courseSec3__hdg__year--change {
  width: 92px;
  height: 92px;
  max-height: 92px;
}

.p-courseSec3__hdg__num {
  font-weight: 300;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.p-courseSec3__hdg__num em {
  margin-top: 3px;
  margin-left: 0px;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: 0;
  display: block;
  font-size: 3.375rem;
  line-height: 1;
  color: #2FA76F;
}

.p-courseSec3__hdg__num.c-judo em {
  color: #0C80A0;
}

.p-courseSec3__hdg__num.c-sinkyu em {
  color: #ED8407;
}

.p-courseSec3__hdg__num.c-oral em {
  color: #4AA3A6;
}

.p-courseSec3__hdg__num span {
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  display: block;
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: .2em;
}

.p-courseSec3__hdg__text {
  -webkit-box-flex: 5.2;
      -ms-flex: 5.2;
          flex: 5.2;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-courseSec3__hdg__text span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .p-courseSec3__hdg__text {
    -webkit-box-flex: 2.85;
        -ms-flex: 2.85;
            flex: 2.85;
    margin-top: 25px;
  }
  .p-courseSec3__hdg__text span {
    font-size: 5.86667vw;
  }
}

.p-courseSec3__hdg__catch span {
  font-weight: 500;
  color: #2FA76F;
}

.p-courseSec3__hdg__catch.c-judo span {
  color: #0C80A0;
}

.p-courseSec3__hdg__catch.c-sinkyu span {
  color: #ED8407;
}

.p-courseSec3__hdg__catch.c-oral span {
  color: #4AA3A6;
}

.p-courseSec3__hdg__lead span {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-courseSec3__hdg__lead {
    margin-top: 25px;
  }
  .p-courseSec3__hdg__lead.shorten span {
    letter-spacing: 0;
    font-size: 5.33333vw;
  }
}

.p-courseSec3__flex {
  width: 100%;
}

.p-courseSec3__flex__img {
  margin-top: 7px;
  width: 277px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec3__flex__img {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
  }
}

.p-courseSec4__flex__item {
  width: 100%;
  max-width: 195px;
  margin-right: 30px;
}

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

@media only screen and (max-width: 768px) {
  .p-courseSec4__flex__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-courseSec4__flex__item--change {
  max-width: 285px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec4__flex a {
    width: 60%;
  }
}

.p-courseSec4__flex__img {
  position: relative;
}

.p-courseSec4__flex__img .icon {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 51px;
  height: 51px;
}

.p-courseSec4__flex__text span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .1em;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .p-courseSec4__flex__text {
    width: 40%;
    margin-left: 15px;
    text-align: left;
  }
}

.p-courseSec5__box {
  width: 100%;
  padding: 35px;
  border: 1px solid #2FA76F;
}

.p-courseSec5__box.c-judo {
  border: 1px solid #0C80A0;
}

.p-courseSec5__box.c-sinkyu {
  border: 1px solid #ED8407;
}

.p-courseSec5__box.c-oral {
  border: 1px solid #4AA3A6;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__box {
    padding: 25px 10px;
    border-left: none;
    border-right: none;
  }
  .p-courseSec5__box.c-judo {
    border-left: none;
    border-right: none;
  }
  .p-courseSec5__box.c-sinkyu {
    border-left: none;
    border-right: none;
  }
  .p-courseSec5__box.c-oral {
    border-left: none;
    border-right: none;
  }
}

.p-courseSec5__head {
  position: relative;
  color: #333;
  font-weight: 300;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-courseSec5__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background: linear-gradient(-45deg, #fff 25%, #97c176 25%, #97c176 50%, #fff 50%, #fff 75%, #97c176 75%, #97c176);
  background-size: 4px 4px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head::after {
    bottom: -15px;
  }
}

.p-courseSec5__head.c-judo::after {
  background: linear-gradient(-45deg, #fff 25%, #93b5ce 25%, #93b5ce 50%, #fff 50%, #fff 75%, #93b5ce 75%, #93b5ce);
  background-size: 4px 4px;
}

.p-courseSec5__head.c-sinkyu::after {
  background: linear-gradient(-45deg, #fff 25%, #e2a554 25%, #e2a554 50%, #fff 50%, #fff 75%, #e2a554 75%, #e2a554);
  background-size: 4px 4px;
}

.p-courseSec5__head.c-oral::after {
  background: linear-gradient(-45deg, #fff 25%, #4AA3A6 25%, #4AA3A6 50%, #fff 50%, #fff 75%, #4AA3A6 75%, #4AA3A6);
  background-size: 4px 4px;
}

.p-courseSec5__head__num {
  margin-left: 15px;
  margin-right: 20px;
  font-size: 2.0625rem;
  line-height: 1.60606;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__num {
    margin-left: 3px;
    margin-right: 10px;
    font-size: 17.33333vw;
    line-height: 1;
  }
}

.p-courseSec5__head__icon--01 {
  width: 32px;
  height: 25px;
  margin-left: 3px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--01.c-judo {
  width: 37px;
  height: 33px;
  margin-left: 3px;
  margin-right: 20px;
}

.p-courseSec5__head__icon--01.c-sinkyu {
  width: 32px;
  height: 25px;
  margin-left: 3px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--01.c-oral {
  width: 32px;
  height: 25px;
  margin-left: 3px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__icon--01.c-oral {
    width: 13.33333vw;
    height: 13.33333vw;
    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;
  }
}

.p-courseSec5__head__icon--02 {
  width: 30px;
  height: 27px;
  margin-left: 5px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--02.c-judo {
  width: 30px;
  height: 33px;
  margin-left: 5px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--02.c-sinkyu {
  width: 34px;
  height: 34px;
  margin-left: 1px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--02.c-oral {
  width: 34px;
  height: 34px;
  margin-left: 1px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__icon--02.c-oral {
    width: 13.33333vw;
    height: 13.33333vw;
    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;
  }
}

.p-courseSec5__head__icon--03 {
  width: 25px;
  height: 33px;
  margin-left: 5px;
  margin-right: 30px;
}

.p-courseSec5__head__icon--03.c-judo {
  width: 23px;
  height: 35px;
  margin-left: 12px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--03.c-sinkyu {
  width: 38px;
  height: 33px;
  margin-left: 2px;
  margin-right: 20px;
}

.p-courseSec5__head__icon--03.c-oral {
  width: 38px;
  height: 33px;
  margin-left: 2px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__icon--03.c-oral {
    width: 13.33333vw;
    height: 13.33333vw;
    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;
  }
}

.p-courseSec5__head__icon--04 {
  width: 39px;
  height: 32px;
  margin-right: 21px;
}

.p-courseSec5__head__icon--04.c-judo {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--04.c-sinkyu {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--04.c-oral {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__icon--04.c-oral {
    width: 13.33333vw;
    height: 13.33333vw;
    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;
  }
}

.p-courseSec5__head__icon--05 {
  width: 32px;
  height: 33px;
  margin-left: 3px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--05.c-judo {
  width: 22px;
  height: 31px;
  margin-left: 13px;
  margin-right: 25px;
}

.p-courseSec5__head__icon--05.c-sinkyu {
  width: 22px;
  height: 31px;
  margin-left: 13px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__icon--05.c-oral {
    width: 13.33333vw;
    height: 13.33333vw;
    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;
  }
}

.p-courseSec5__head__title span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-weight: 400;
  line-height: 1.45455;
  letter-spacing: .1em;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .p-courseSec5__head__title span {
    font-size: 5.86667vw;
    letter-spacing: .05em;
  }
}

.p-courseSec5__text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.66667;
  text-align: left;
}

.p-courseSec6 {
  color: #333;
}

.p-courseSec6__flex__item {
  width: 100%;
  max-width: 200px;
  margin-right: 25px;
  padding: 23px 0;
  border-radius: 7px;
  background: rgba(151, 193, 118, 0.5);
}

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

.p-courseSec6__flex__item--change {
  max-width: 32%;
}

.p-courseSec6__flex__item.c-judo {
  background: rgba(147, 181, 206, 0.5);
}

.p-courseSec6__flex__item.c-sinkyu {
  background: rgba(226, 165, 84, 0.5);
}

.p-courseSec6__flex__item.c-oral {
  background: rgba(74, 163, 166, 0.5);
}

@media only screen and (max-width: 768px) {
  .p-courseSec6__flex__item {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}

.p-courseSec6__flex__text span {
  display: block;
  font-size: 1rem;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-courseSec6__flex__text span.ls {
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec6__flex__text span {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
}

.p-courseSec6__add span {
  display: block;
  font-size: 0.9375rem;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  font-weight: 300;
  line-height: 1.66667;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec6__add {
    margin-top: 25px;
  }
}

.p-courseSec7 {
  color: #333;
}

.p-courseSec7__flex {
  position: relative;
}

.p-courseSec7__flex__img {
  z-index: 2;
  width: 280px;
  position: absolute;
  top: -55px;
  left: 0;
}

.p-courseSec7__flex__text {
  padding: 40px 30px 30px 200px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.66667;
  text-align: left;
  margin-left: 17%;
}

@media only screen and (max-width: 768px) {
  .p-courseSec7__flex {
    position: relative;
    margin-left: 3.46667vw;
    background-color: #d5ede2;
  }
  .p-courseSec7__flex.judo {
    background-color: #cee6ec;
  }
  .p-courseSec7__flex.sinkyu {
    background-color: #fbe6cc;
  }
  .p-courseSec7__flex.oral {
    background-color: #4AA3A6;
  }
  .p-courseSec7__flex__img {
    position: relative;
    width: 80%;
    max-width: 280px;
    margin-top: -20%;
    margin-left: -3.46667vw;
    padding: 0;
  }
  .p-courseSec7__flex__text {
    position: static;
    padding: 0 25px 20px;
    margin-top: -10%;
    margin-left: 0;
    background-color: none;
  }
}

.p-courseSec7__place__item {
  max-width: 149px;
  margin-right: 18px;
}

.p-courseSec7__place__item--change {
  max-width: 23%;
}

.p-courseSec7__place__item--change--32 {
  max-width: 32% !important;
}

@media only screen and (max-width: 768px) {
  .p-courseSec7__place__item--change--32 {
    max-width: 200px !important;
  }
}

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

.p-courseSec7__place__item.c-judo {
  max-width: 200px;
  margin-right: 25px;
}

.p-courseSec7__place__item.c-sinkyu {
  max-width: 200px;
  margin-right: 25px;
}

.p-courseSec7__place__item.c-oral {
  max-width: 200px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec7__place__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 180px;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-courseSec7__place__text {
  width: 111.111111%;
  margin-left: -6.555%;
  display: block;
  font-size: 0.9375rem;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  font-weight: 300;
  line-height: 1.53333;
  letter-spacing: .01em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec7__place__text {
    white-space: nowrap;
    margin-left: 5px;
    text-align: left;
  }
}

.p-courseSec7__list {
  font-family: "Noto Sans JP", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}

.p-courseSec7__list__item {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .01em;
}

.p-courseSec7__list__item:last-child {
  margin-left: 50px;
}

.p-courseSec7__list__item li::before {
  content: "●";
  color: #2FA76F;
  margin-right: 5px;
}

.p-courseSec7__list__total {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .01em;
}

.p-courseSec7__list__total small {
  font-size: 0.8125rem;
}

.p-courseSec7__list__total span {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.44444;
  letter-spacing: .01em;
  margin-right: 15px;
}

.p-courseSec7__list__total em {
  font-weight: 700;
  color: #2FA76F;
}

.p-courseSec7__list.c-judo li::before {
  color: #0C80A0;
}

.p-courseSec7__list.c-judo em {
  color: #0C80A0;
}

.p-courseSec7__list.c-sinkyu li::before {
  color: #ED8407;
}

.p-courseSec7__list.c-sinkyu em {
  color: #ED8407;
}

.p-courseSec7__list.c-oral li::before {
  color: #4AA3A6;
}

.p-courseSec7__list.c-oral em {
  color: #4AA3A6;
}

@media only screen and (max-width: 768px) {
  .p-courseSec7__list {
    margin-left: 3.46667vw;
    margin-right: 3.46667vw;
  }
  .p-courseSec7__list__item {
    padding-left: 2em;
    font-size: 3.46667vw;
  }
  .p-courseSec7__list__item:last-child {
    margin-left: 0;
  }
  .p-courseSec7__list__total {
    margin-bottom: 20px;
    text-align: center !important;
    font-size: 3.46667vw;
  }
  .p-courseSec7__list__total small {
    font-size: 3.46667vw;
  }
  .p-courseSec7__list__total span {
    display: block;
    font-size: 4.8vw;
    margin-right: 0;
  }
}

.p-courseSec7__add {
  width: 100%;
}

.p-courseSec7__add__img {
  margin-top: 7px;
  width: 310px;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-courseSec7__add__img {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
  }
}

.p-courseSec8__hdg {
  position: relative;
}

.p-courseSec8__hdg span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.45455;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .p-courseSec8__hdg span {
    font-size: 8vw;
    line-height: 1.06667;
  }
}

.p-courseSec8__hdg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 2px;
  background: #2FA76F;
}

.p-courseSec8__hdg.c-judo::after {
  background: #0C80A0;
}

.p-courseSec8__hdg.c-sinkyu::after {
  background: #ED8407;
}

.p-courseSec8__hdg.c-oral::after {
  background: #4AA3A6;
}

.p-courseSec8__item {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: #d5ede2;
}

.p-courseSec8__item::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: auto;
  display: block;
  border-color: #789762;
}

.p-courseSec8__item.c-judo::after {
  border-color: #5380bb;
}

.p-courseSec8__item.c-sinkyu::after {
  border-color: #ba7f3a;
}

.p-courseSec8__item.c-oral::after {
  border-color: #4AA3A6;
}

.p-courseSec8__item:last-child::after {
  display: none;
}

.p-courseSec8__item__year {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.73333;
  font-weight: 300;
  letter-spacing: 0.05em;
  width: 72px;
  height: 30px;
  background-color: #2FA76F;
}

.p-courseSec8__item__year em {
  font-size: 1.125rem;
  line-height: 1.44444;
}

@media only screen and (max-width: 768px) {
  .p-courseSec8__item__year {
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
  }
}

.p-courseSec8__item__hdg span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.45455;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-course-common__hdg {
  font-family: "Noto Serif JP", serif;
  color: #003762;
  text-align: left;
}

.p-course-common__hdg span {
  font-size: 2.1875rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.42857;
  letter-spacing: 0.05em;
}

.p-course-common__sub {
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-align: left;
  border-bottom: 2px solid #003762;
}

.p-course-common__sub span {
  font-size: 1.5625rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.32;
  letter-spacing: 0.05em;
}

.p-course-common__sub__box {
  padding: 10px 0;
  border: 1px solid #333;
}

.p-course-common__sub__detail {
  font-family: "Noto Serif JP", serif;
  color: #333;
  text-align: left;
}

.p-course-common__sub__detail th, .p-course-common__sub__detail td {
  background: none;
  border: none;
}

.p-course-common__sub__detail span {
  font-size: 0.9375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-course-common__sub__detail td {
  padding-left: 3em;
  border-left: 1px solid #333;
}

.p-course-common__sub__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.85714;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-course-common__sub__box2 {
  padding: 10px 0;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

.p-course-common__sub__list {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  padding: 10px 0;
}

.p-course-common__sub__list th, .p-course-common__sub__list td {
  font-size: 0.875rem;
  line-height: 1.85714;
  font-weight: 300;
  text-align: left;
  background: none;
  border: none;
}

.p-course-common__sub__list th {
  padding-left: .5em;
  font-weight: 500;
}

.p-course-common__sub__list td {
  position: relative;
  line-height: 2;
  padding-left: 1em;
  margin-left: 1em;
}

.p-course-common__sub__list td::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #333;
}

@media only screen and (max-width: 768px) {
  .p-course-common__hdg span {
    font-size: 7.46667vw;
    line-height: 1.28571;
  }
  .p-course-common__sub span {
    font-size: 6.4vw;
    line-height: 1.25;
  }
  .p-course-common__sub__detail span {
    font-size: 3.73333vw;
    line-height: 2;
  }
  .p-course-common__sub__detail td {
    padding-left: 1em;
  }
  .p-course-common__sub__catch {
    font-size: 4vw;
    line-height: 2;
  }
  .p-course-common__sub__box2 {
    padding: 5px 0;
    border: none;
  }
  .p-course-common__sub__list {
    padding: 5px 0;
  }
  .p-course-common__sub__list th, .p-course-common__sub__list td {
    display: block;
    font-size: 4vw;
    line-height: 1.66667;
  }
  .p-course-common__sub__list td {
    line-height: 1.65;
    padding-left: .5em;
    margin-left: 0;
    margin-bottom: 10px;
    border-top: 1px solid #333;
  }
  .p-course-common__sub__list td::before {
    display: none;
  }
}

.p-course-curriculum__catch span {
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.42857;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .p-course-curriculum__catch {
    margin-top: -20px;
    padding-top: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d5da), color-stop(94%, #fff));
    background: linear-gradient(180deg, #d2d5da 0%, #fff 94%);
  }
  .p-course-curriculum__catch span {
    font-size: 5.86667vw;
    line-height: 1.63636;
    letter-spacing: 0.01em;
    width: 117.6470588235294%;
    margin-left: -8.82352941%;
  }
}

.p-course-curriculum__model span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .p-course-curriculum__model span {
    font-size: 7.2vw;
    line-height: 1.11111;
    letter-spacing: 0.1em;
  }
  .p-course-curriculum__model span small {
    display: block;
    font-size: 6.66667vw;
    line-height: 1.2;
  }
}

.p-course-curriculum__policy {
  position: relative;
}

.p-course-curriculum__policy span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.45455;
  letter-spacing: 0.05em;
}

.p-course-curriculum__policy::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 2px;
  background: #1e4f9c;
}

.p-course-curriculum__policy.judo::after {
  background: #0C80A0;
}

.p-course-curriculum__policy.sinkyu::after {
  background: #ED8407;
}

.p-course-curriculum__policy.oral::after {
  background: #4AA3A6;
}

.p-course-curriculum__list {
  /* スマホ：テーブル横スクロール */
}

@media only screen and (max-width: 768px) {
  .p-course-curriculum__list .table-scroll {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .p-course-curriculum__list .table-scroll::-webkit-scrollbar {
    width: 15px;
    background-color: #eee;
  }
  .p-course-curriculum__list .table-scroll::-webkit-scrollbar:horizontal {
    height: 15px;
    background-color: #eee;
  }
  .p-course-curriculum__list .table-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
  }
  .p-course-curriculum__list .table-scroll::-webkit-scrollbar-thumb:horizontal {
    background-color: #666;
  }
  .p-course-curriculum__list table {
    width: 100%;
  }
}

.p-course-curriculum__list table th, .p-course-curriculum__list table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  background: none;
  border: none;
}

.p-course-curriculum__list table th {
  font-size: 0.9375rem;
  color: #2FA76F;
  padding: 7px 0;
  border-left: solid 1px #2FA76F;
  border-top: solid 1px #2FA76F;
  border-bottom: solid 1px #2FA76F;
}

.p-course-curriculum__list table th:last-child {
  border-right: solid 1px #2FA76F;
}

.p-course-curriculum__list table th.year0 {
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.p-course-curriculum__list table th.year1, .p-course-curriculum__list table th.year2, .p-course-curriculum__list table th.year3, .p-course-curriculum__list table th.year4 {
  width: 32px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: #97d2b7;
}

.p-course-curriculum__list table th.year2 {
  position: relative;
  background-color: #78c4a1;
}

.p-course-curriculum__list table th.year2::before {
  position: absolute;
  content: "▼";
  color: #97d2b7;
  font-size: 32px;
  -webkit-transform: scale(1, 0.65);
          transform: scale(1, 0.65);
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.p-course-curriculum__list table th.year3 {
  position: relative;
  background-color: #59b78c;
}

.p-course-curriculum__list table th.year3::before {
  position: absolute;
  content: "▼";
  color: #78c4a1;
  font-size: 32px;
  -webkit-transform: scale(1, 0.65);
          transform: scale(1, 0.65);
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.p-course-curriculum__list table th.year4 {
  position: relative;
  background-color: #2FA76F;
  border-bottom: solid 1px #2FA76F;
}

.p-course-curriculum__list table th.year4::before {
  position: absolute;
  content: "▼";
  color: #59b78c;
  font-size: 32px;
  -webkit-transform: scale(1, 0.65);
          transform: scale(1, 0.65);
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .p-course-curriculum__list table th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5.33333vw;
  }
  .p-course-curriculum__list table th.year1, .p-course-curriculum__list table th.year2, .p-course-curriculum__list table th.year3, .p-course-curriculum__list table th.year4 {
    padding: 0 15px;
  }
  .p-course-curriculum__list table th.year1::before, .p-course-curriculum__list table th.year2::before, .p-course-curriculum__list table th.year3::before, .p-course-curriculum__list table th.year4::before {
    font-size: 51px;
    top: -19px;
  }
}

.p-course-curriculum__list table p.vertical {
  border: none;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
}

.p-course-curriculum__list table td {
  padding: 10px;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.71429;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-course-curriculum__list table td {
    padding-right: 2em;
  }
}

.p-course-curriculum__list table.list--judo th {
  white-space: nowrap;
  color: #0C80A0;
  border-left: solid 1px #0C80A0;
  border-top: solid 1px #0C80A0;
  border-bottom: solid 1px #0C80A0;
}

.p-course-curriculum__list table.list--judo th:last-child {
  border-right: solid 1px #0C80A0;
}

.p-course-curriculum__list table.list--judo th.year0 {
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.p-course-curriculum__list table.list--judo th.year1, .p-course-curriculum__list table.list--judo th.year2, .p-course-curriculum__list table.list--judo th.year3, .p-course-curriculum__list table.list--judo th.year4 {
  width: 32px !important;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: #85bfce;
}

.p-course-curriculum__list table.list--judo th.year2 {
  background-color: #61acc0;
}

.p-course-curriculum__list table.list--judo th.year2::before {
  color: #85bfce;
}

.p-course-curriculum__list table.list--judo th.year3 {
  background-color: #3d99b1;
}

.p-course-curriculum__list table.list--judo th.year3::before {
  color: #61acc0;
}

.p-course-curriculum__list table.list--judo th.year4 {
  background-color: #0C80A0;
  border-bottom: solid 1px #0C80A0;
}

.p-course-curriculum__list table.list--judo th.year4::before {
  color: #3d99b1;
}

.p-course-curriculum__list table.list--sinkyu th {
  color: #ED8407;
  border-left: solid 1px #ED8407;
  border-top: solid 1px #ED8407;
  border-bottom: solid 1px #ED8407;
}

.p-course-curriculum__list table.list--sinkyu th:last-child {
  border-right: solid 1px #ED8407;
}

.p-course-curriculum__list table.list--sinkyu th.year0 {
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.p-course-curriculum__list table.list--sinkyu th.year1, .p-course-curriculum__list table.list--sinkyu th.year2, .p-course-curriculum__list table.list--sinkyu th.year3, .p-course-curriculum__list table.list--sinkyu th.year4 {
  width: 32px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: #f2a74c;
}

.p-course-curriculum__list table.list--sinkyu th.year2 {
  background-color: #eb8d06;
}

.p-course-curriculum__list table.list--sinkyu th.year2::before {
  color: #f2a74c;
}

.p-course-curriculum__list table.list--sinkyu th.year3 {
  background-color: #ec7810;
}

.p-course-curriculum__list table.list--sinkyu th.year3::before {
  color: #eb8d06;
}

.p-course-curriculum__list table.list--sinkyu th.year4 {
  background-color: #eb490f;
  border-bottom: solid 1px #eb490f;
}

.p-course-curriculum__list table.list--sinkyu th.year4::before {
  color: #ec7810;
}

.p-course-curriculum__list table.list--oral th {
  color: #4AA3A6;
  border-left: solid 1px #4AA3A6;
  border-top: solid 1px #4AA3A6;
  border-bottom: solid 1px #4AA3A6;
}

.p-course-curriculum__list table.list--oral th:last-child {
  border-right: solid 1px #4AA3A6;
}

.p-course-curriculum__list table.list--oral th.year0 {
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.p-course-curriculum__list table.list--oral th.year1, .p-course-curriculum__list table.list--oral th.year2, .p-course-curriculum__list table.list--oral th.year3, .p-course-curriculum__list table.list--oral th.year4 {
  width: 32px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: #f2a74c;
}

.p-course-curriculum__list table.list--oral th.year2 {
  background-color: #eb8d06;
}

.p-course-curriculum__list table.list--oral th.year2::before {
  color: #f2a74c;
}

.p-course-curriculum__list table.list--oral th.year3 {
  background-color: #ec7810;
}

.p-course-curriculum__list table.list--oral th.year3::before {
  color: #eb8d06;
}

.p-course-curriculum__list table.list--oral th.year4 {
  background-color: #eb490f;
  border-bottom: solid 1px #eb490f;
}

.p-course-curriculum__list table.list--oral th.year4::before {
  color: #ec7810;
}

.p-course-curriculum__caution {
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-course-curriculum__caution {
    margin-left: 2em;
    text-align: left;
  }
}

.p-course-teacher {
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}

.p-course-teacher .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

.p-course-teacher .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 31.07692307%;
  max-width: 202px;
}

.p-course-teacher .tab-label--change {
  max-width: 25%;
}

.p-course-teacher .tab-label span {
  color: #333;
  font-size: 1.3125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 2.38095;
  letter-spacing: 0.1em;
  text-align: center;
  width: 117.6470588235294%;
  width: 100%;
  margin-right: -8.82352941%;
}

@media only screen and (max-width: 768px) {
  .p-course-teacher .tab-label {
    width: 25%;
    max-width: 25%;
    height: 83px;
    background-color: #b2b2b2;
  }
  .p-course-teacher .tab-label span {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 3.73333vw;
    line-height: 1.33333;
    letter-spacing: 0.05em;
  }
}

.p-course-teacher .tab-label.tab-label-btn {
  width: 100%;
  position: relative;
  color: #333;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.p-course-teacher .tab-label.tab-label-btn span {
  position: relative;
  z-index: 5;
}

.p-course-teacher .tab-label.tab-label-btn:hover span {
  color: #fff;
}

.p-course-teacher .tab-label.tab-label-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #003762;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-course-teacher .tab-label.tab-label-btn:hover::after {
  height: 50px;
}

.p-course-teacher .tab-label.tab-label-btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0px;
  border: 9px solid #0000;
  border-top: 9px solid #fff;
  position: absolute;
  bottom: 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-course-teacher .tab-label.tab-label-btn:hover::before {
  bottom: 0px;
  display: inline-block;
  border: 9px solid #0000;
  border-top: 9px solid #003762;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--rigaku::after {
  background: #2FA76F;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--rigaku:hover::before {
  border-top: 9px solid #2FA76F;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--judo::after {
  background: #0C80A0;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--judo:hover::before {
  border-top: 9px solid #0C80A0;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--sinkyu::after {
  background: #ED8407;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--sinkyu:hover::before {
  border-top: 9px solid #ED8407;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--oral::after {
  background: #4AA3A6;
}

.p-course-teacher .tab-label.tab-label-btn.tab-label-btn--oral:hover::before {
  border-top: 9px solid #4AA3A6;
}

@media only screen and (max-width: 768px) {
  .p-course-teacher .tab-label.tab-label-btn {
    color: #fff;
    border-right: 1px solid #fff;
  }
  .p-course-teacher .tab-label.tab-label-btn::after {
    display: none;
  }
  .p-course-teacher .tab-label.tab-label-btn:hover::after {
    height: 50px;
  }
  .p-course-teacher .tab-label.tab-label-btn::before {
    border-top: 9px solid #b2b2b2;
    bottom: 0;
  }
}

.p-course-teacher .tab-switch:checked + .tab-label {
  width: 100%;
  height: 50px;
  position: relative;
  color: #fff;
  background: #003762;
}

.p-course-teacher .tab-switch:checked + .tab-label span {
  color: #fff;
}

.p-course-teacher .tab-switch:checked + .tab-label::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  bottom: 0;
  border: 9px solid #0000;
  border-top: 9px solid #003762;
}

.p-course-teacher .tab-switch:checked + .tab-label::before {
  border-top: 9px solid #003762;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--rigaku {
  background: #2FA76F;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--rigaku::before {
  border-top: 9px solid #2FA76F;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--judo {
  background: #0C80A0;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--judo::before {
  border-top: 9px solid #0C80A0;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--sinkyu {
  background: #ED8407;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--sinkyu::before {
  border-top: 9px solid #ED8407;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--oral {
  background: #4AA3A6;
}

.p-course-teacher .tab-switch:checked + .tab-label.tab-label-btn--oral::before {
  border-top: 9px solid #4AA3A6;
}

@media only screen and (max-width: 768px) {
  .p-course-teacher .tab-switch:checked + .tab-label {
    height: 83px;
  }
}

.p-course-teacher .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
}

.p-course-teacher .tab-switch {
  display: none;
}

.p-course-teacher .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.p-course-teacher__list table {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #aeaeae;
  /* 詳細掲載時（矢印アリ）は右線を取る */
  border-right: 1px solid #aeaeae;
}

.p-course-teacher__list table th, .p-course-teacher__list table td {
  border: none;
  background: none;
}

.p-course-teacher__list table th {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  background-color: #003762;
  border-top: 1px solid #fff;
}

.p-course-teacher__list table th span {
  display: none;
}

.p-course-teacher__list table th.names {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  border-top: 1px solid #aeaeae;
}

.p-course-teacher__list table th.status, .p-course-teacher__list table th.subject {
  color: #333;
  font-weight: 300;
  text-align: center;
  background-color: #d1d1d1;
  border-left: 1px solid #aeaeae;
  border-top: 1px solid #aeaeae;
}

@media only screen and (max-width: 768px) {
  .p-course-teacher__list table th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-course-teacher__list table th span {
    color: #fff;
    display: block;
    margin-bottom: 7px;
    font-size: 0.8125rem;
    line-height: 1.53846;
    font-weight: 300;
  }
  .p-course-teacher__list table th.names, .p-course-teacher__list table th.subject {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.p-course-teacher__list table td {
  padding: 15px;
  border-top: 1px solid #aeaeae;
}

.p-course-teacher__list table td:nth-child(2) {
  text-align: center;
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
}

.p-course-teacher__list table td:nth-child(3) {
  position: relative;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  /* 詳細掲載時は矢印表示
            padding-right:35px;
            &::after {
              position:absolute;
              top:42%;
              transform:translateY(-42%);
              right:10px;
              @include arrow-right-border(15px,15px,1px);
              color: #aeaeae;
            } */
}

.p-course-teacher__list table.list-rigaku th {
  background-color: #2FA76F;
}

.p-course-teacher__list table.list-rigaku th.status, .p-course-teacher__list table.list-rigaku th.subject {
  background-color: #ddffe8;
}

.p-course-teacher__list table.list-judo th {
  background-color: #0C80A0;
}

.p-course-teacher__list table.list-judo th.status, .p-course-teacher__list table.list-judo th.subject {
  background-color: #cce3ff;
}

.p-course-teacher__list table.list-sinkyu th {
  background-color: #ED8407;
}

.p-course-teacher__list table.list-sinkyu th.status, .p-course-teacher__list table.list-sinkyu th.subject {
  background-color: #fbe6cd;
}

.p-course-teacher__list table.list-oral th {
  background-color: #4AA3A6;
}

.p-course-teacher__list table.list-oral th.status, .p-course-teacher__list table.list-oral th.subject {
  background-color: #E1F5F5;
}

.p-course-sidebar__nav--secondary__item {
  white-space: nowrap;
}

.p-course-sidebar__nav--secondary__item a {
  font-size: 1.125rem;
  letter-spacing: .1em;
}

.p-course-sidebar__nav--secondary__item span {
  font-size: 0.83333em;
  margin-left: -.5em;
}

.p-course-sidebar__nav--secondary__item span.is-overflow {
  font-size: 0.72222em;
}

.p-course .p-message {
  position: relative;
  padding: 3.90625vw 1.5625vw 1.5625vw 1.5625vw;
  margin: 0 0 2.34375vw 0;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message {
    padding: 13.33333vw 5.33333vw 5.33333vw 5.33333vw;
    margin: 0 0 8vw 0;
  }
}

.p-course .p-message-title {
  font-size: 1.25rem;
  font-family: "Lato Medium", sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  border-bottom-right-radius: 20px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-title {
    font-size: 5.33333vw;
    border-bottom-right-radius: 5.33333vw;
  }
}

.p-course .p-message-text {
  padding: 2.34375vw;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-text {
    padding: 5.33333vw;
  }
}

.p-course .p-message-text p {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-text p {
    font-size: 4vw;
  }
}

.p-course .p-message-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-text::before {
    border-width: 8vw 8vw 0 0;
  }
}

.p-course .p-message-text::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-text::after {
    border-width: 0 0 8vw 8vw 0 0;
  }
}

.p-course .p-message-name {
  text-align: right;
}

.p-course .p-message-name__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-name__text {
    font-size: 3.73333vw;
  }
}

.p-course .p-message-name__text span {
  font-size: 1.375rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-course .p-message-name__text span {
    font-size: 5.33333vw;
  }
}

.p-course.p-rigaku .p-message {
  background: #d5ede2;
}

.p-course.p-rigaku .p-message-title {
  background: #3ab483;
}

.p-course.p-rigaku .p-message-text::before {
  border-color: #d5ede2 transparent transparent transparent;
}

.p-course.p-rigaku .p-message-text::after {
  border-color: transparent transparent #d5ede2 transparent;
}

.p-course.p-judo .p-message {
  background: #cee6ec;
}

.p-course.p-judo .p-message-title {
  background: #5185c5;
}

.p-course.p-judo .p-message-text::before {
  border-color: #cee6ec transparent transparent transparent;
}

.p-course.p-judo .p-message-text::after {
  border-color: transparent transparent #cee6ec transparent;
}

.p-course.p-shinkyu .p-message {
  background: #fbe6cc;
}

.p-course.p-shinkyu .p-message-title {
  background: #f5a32d;
}

.p-course.p-shinkyu .p-message-text::before {
  border-color: #fbe6cc transparent transparent transparent;
}

.p-course.p-shinkyu .p-message-text::after {
  border-color: transparent transparent #fbe6cc transparent;
}

/* /.p-course */
/* 大学案内 outline */
/* 大学案内：TOP outline */
.p-outline2column .p-outline2column__detail {
  width: 100%;
  max-width: 650px;
}

.p-outline2column .p-outline2column__detail--change {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-outline2column .p-outline2column__detail {
    width: 100%;
    border-top: 1px solid #003762;
  }
}

.p-outline2column .p-outline2column__detail .p-outline2column__hdg {
  padding-top: 34px;
}

@media only screen and (max-width: 768px) {
  .p-outline2column .p-outline2column__detail .p-outline2column__hdg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    border: none;
  }
  .p-outline2column .p-outline2column__detail .p-outline2column__hdg .jp .rekishi {
    display: inline;
    margin-left: -30px;
  }
  .p-outline2column .p-outline2column__detail .p-outline2column__hdg .en span {
    width: auto;
    margin-left: 1em;
  }
  .p-outline2column .p-outline2column__detail .p-outline2column__hdg .en::before {
    width: 17.85px;
    margin-left: .75em;
  }
}

.p-outline2column .p-outline2column__detail .p-outline2column__text {
  padding: 0 0 0 28px;
  margin-right: 28px;
}

.p-outline2column .p-outline2column__detail .p-outline2column__text__vertical {
  margin: 45px 0;
}

.p-outline2column .p-outline2column__detail .p-outline2column__text--rekishi {
  padding: 0 28px;
  margin-left: 28px;
  margin-right: 0;
}

.p-outline2column .p-outline2column__detail .p-outline2column__text--rekishi__vertical {
  margin: 50px 0;
}

@media only screen and (max-width: 768px) {
  .p-outline2column .p-outline2column__detail .p-outline2column__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 0;
    margin-right: 0;
    border-top: none;
  }
  .p-outline2column .p-outline2column__detail .p-outline2column__text__vertical {
    height: auto;
    margin: 15px auto;
  }
  .p-outline2column .p-outline2column__detail .p-outline2column__text--rekishi {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 0;
    margin-left: 0;
    border-top: none;
  }
  .p-outline2column .p-outline2column__detail .p-outline2column__text--rekishi__vertical {
    margin: 15px auto;
  }
}

.p-outline2column .p-outline2column__detail .p-outline2column__img {
  width: 100%;
  max-width: 305px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
}

.p-outline2column .p-outline2column__detail .p-outline2column__img--change {
  max-width: 100%;
}

.p-outline2column .p-outline2column__detail .p-outline2column__img__wrap {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-outline2column .p-outline2column__detail .p-outline2column__img__wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
  }
}

.p-outline2column .p-outline2column__detail .p-outline2column__img__text {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: .05em;
  color: #fff;
}

.p-outline2column .p-outline2column__detail .p-outline2column__img__text em {
  display: block;
  font-size: 1rem;
  margin-top: .35em;
}

.p-outlineNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media only screen and (max-width: 768px) {
  .p-outlineNavList {
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .p-outlineNavList__item {
    margin: 0 12px 20px;
    max-width: 313px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-outlineNavList__item--change {
    max-width: 47%;
  }
}

.p-outlineNavList__inner {
  position: relative;
  top: -20px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin: 0 20px;
  padding: 0 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-outlineNavList__hdg {
  color: #003762;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-outlineNavList__hdg::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-outlineNavList__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .p-outlineNavList__hdg span {
    display: block;
  }
}

.p-outlineNavList__datail {
  font-size: 0.9375rem;
  line-height: 1.46667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1;
  margin-top: .5em;
}

.p-outline {
  color: #333;
  /* 大学案内：5つ強み trait */
  /* 大学案内：ご挨拶 greeting */
  /* 大学案内：本学の理念 idea */
  /* 大学案内：平成医療学園の歴史 history */
  /* 大学案内：情報の公開 publicinfo */
  /* 大学案内：グループ校紹介 group */
  /* 大学案内：3つのポリシー threepolicy */
}

.p-outline section {
  margin-bottom: 70px;
}

.p-outline section:last-child {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .p-outline section {
    margin-bottom: 40px;
  }
  .p-outline section:last-child {
    margin-bottom: 50px;
  }
}

.p-outline p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.p-outline-traitHdg {
  color: #003762;
}

.p-outline-traitHdg span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.45455;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitHdg span {
    display: block;
  }
}

.p-outline-traitCaption {
  color: #004181;
  text-align: center;
}

.p-outline-traitCaption span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitCaption span {
    display: block;
  }
}

.p-outline-traitSubtitle {
  color: #003762;
}

.p-outline-traitSubtitle span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitSubtitle span {
    display: block;
  }
}

.p-outline-traitLead {
  position: relative;
}

.p-outline-traitLead__hdg {
  text-align: center;
  margin-bottom: 10px;
  color: #003762;
  font-size: 1.4375rem;
  line-height: 1.47826;
  font-weight: 500;
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitLead__hdg {
    color: #003762;
    font-size: 16px;
    letter-spacing: .05em;
  }
}

.p-outline-traitList {
  position: relative;
  color: #003762;
  border-top: 1px solid #ccc;
}

.p-outline-traitList__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 78px;
  color: #fff;
  background: #003762;
  font-size: 1.625rem;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-outline-traitList__num em {
  font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitList__num {
    width: 39px;
    height: 39px;
    font-size: 0.8125rem;
  }
  .p-outline-traitList__num em {
    font-size: 1.125rem;
  }
}

.p-outline-traitBox__img {
  float: left;
  width: 277px;
  margin-top: 7px;
  margin-right: 25px;
}

.p-outline-traitBox__fix span {
  font-size: 1.25rem;
  display: block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  letter-spacing: .05em;
  padding-left: calc((277px + 25px) / .85);
}

@media only screen and (max-width: 768px) {
  .p-outline-traitBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-outline-traitBox__img {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-outline-traitBox__fix span {
    padding-left: 0;
  }
}

.p-outline-traitSubbox {
  padding: 25px;
  border: 1px solid #003762;
}

.p-outline-traitSubbox__img {
  width: 277px;
  margin-top: 7px;
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitSubbox {
    padding: 15px;
  }
  .p-outline-traitSubbox__img {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

.p-outline-traitFlex__img {
  width: 277px;
  margin-top: 7px;
  margin-right: 25px;
}

.p-outline-traitFlex__img--right {
  width: 277px;
  margin-top: 7px;
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitFlex__img {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-outline-traitFlex__img--right {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.p-outline-greetingLead__hdg {
  color: #003762;
}

.p-outline-greetingLead__hdg span {
  font-size: 2.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.47222;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .p-outline-greetingLead__hdg span {
    font-size: 4.8vw;
    line-height: 1.5;
    display: block;
  }
}

.p-outline-greetingPresident {
  border-top: solid 1px #003762;
  border-bottom: solid 1px #003762;
}

.p-outline-greetingPresident__text {
  margin-right: 25px;
}

.p-outline-greetingPresident__img {
  margin-top: 7px;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-outline-greetingPresident__img--change {
  width: 240px !important;
}

.p-outline-greetingPresident__img__wrap {
  position: relative;
}

.p-outline-greetingPresident__img__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: .05em;
  color: #fff;
}

.p-outline-greetingPresident__img__name em {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
  .p-outline-greetingPresident__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .p-outline-greetingPresident__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 15px auto 10px;
    width: 70%;
  }
}

.p-outline-greeting__hdg {
  color: #003762;
  border-bottom: solid 1px #003762;
}

.p-outline-greeting__hdg span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.45455;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-outline-greeting__hdg span {
    display: block;
  }
}

.p-outline-greetingList__img {
  margin-top: 7px;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-outline-greetingList__img__name {
  text-align: center;
  margin-top: 1em;
  letter-spacing: .05em;
}

.p-outline-greetingList__img__name em {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 1.375rem;
}

.p-outline-greetingListBox {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .p-outline-greetingList__img {
    margin-top: 0;
    width: 70%;
  }
  .p-outline-greetingList__img__name {
    margin-top: .5em;
  }
  .p-outline-greetingListBox {
    margin-left: 0;
  }
}

.p-outline-ideaLead__hdg {
  letter-spacing: .15em;
  color: #333;
  font-size: 2.125rem;
  line-height: 1.47059;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-outline-ideaLead__hdg {
    font-size: 5.6vw;
    letter-spacing: 0;
  }
}

.p-outline-ideaSpirit {
  padding: 18px;
  border: solid 1px #003762;
}

.p-outline-ideaSpiritBox {
  text-align: center;
  width: 100%;
  position: relative;
  border: solid 1px #333;
  background-color: #fff;
}

.p-outline-ideaSpiritBox::before, .p-outline-ideaSpiritBox::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}

.p-outline-ideaSpiritBox::before {
  top: -1px;
  bottom: -1px;
  left: 42px;
  right: 42px;
}

.p-outline-ideaSpiritBox::after {
  top: 42px;
  bottom: 42px;
  left: -1px;
  right: -1px;
}

.p-outline-ideaSpiritBox__detail {
  position: relative;
  z-index: 1;
  color: #003762;
}

.p-outline-ideaSpiritBox__detail__hdg span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
}

@media only screen and (max-width: 768px) {
  .p-outline-ideaSpiritBox__detail__hdg span {
    display: block;
  }
}

.p-outline-ideaSpiritBox__detail__text span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 2;
  letter-spacing: .05em;
  width: 117.6470588235294%;
  margin-left: -8.82%;
}

@media only screen and (max-width: 768px) {
  .p-outline-ideaSpiritBox__detail__text span {
    font-size: 4.26667vw;
    line-height: 2;
    text-align: left;
    display: block;
  }
}

.p-outline-ideaGoal__hdg {
  text-align: center;
}

.p-outline-ideaGoal__hdg span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
}

@media only screen and (max-width: 768px) {
  .p-outline-ideaGoal__hdg span {
    display: block;
  }
}

.p-outline-ideaGoal__lists {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
}

.p-outline-ideaGoal__lists li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: 0;
}

.p-outline-historyLead {
  width: 100%;
  border-bottom: solid 1px #003762;
}

.p-outline-historyLead__hdg span {
  color: #003762;
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.5;
  letter-spacing: .025em;
}

@media only screen and (max-width: 768px) {
  .p-outline-historyLead__hdg span {
    font-size: 6.4vw;
    display: block;
  }
}

.p-outline-historyPresident__text {
  margin-right: 30px;
}

.p-outline-historyPresident__img {
  margin-top: 7px;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-outline-historyPresident__img--change {
  width: 240px !important;
}

.p-outline-historyPresident__img__wrap {
  position: relative;
}

.p-outline-historyPresident__img__name {
  text-align: center;
  margin-top: .5em;
  line-height: 1.35 !important;
  letter-spacing: .05em;
  /*position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					text-align: center;
					margin-bottom: 1em;
					letter-spacing: .05em;
					color: $color_white;
					em {
						font-family: $font_jp;
						display: block;
						font-size: remPC(22);
					}*/
}

.p-outline-historyPresident__img__name em {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5 !important;
  display: block;
  font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
  .p-outline-historyPresident {
    border-bottom: 1px solid #003762;
  }
  .p-outline-historyPresident__text {
    margin-right: 0;
  }
  .p-outline-historyPresident__img {
    margin: 15px auto 7px;
    width: 70%;
    text-align: center;
  }
  .p-outline-historyPresident__img__name {
    padding-bottom: 15px;
  }
}

.p-outline-historySchool__hdg span {
  text-align: center;
  color: #003762;
  font-size: 2.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.47222;
  letter-spacing: .05em;
}

.p-outline-historySchool__img {
  margin-top: 30px;
}

.p-outline-historySchool__img--change li {
  width: 31% !important;
}

@media only screen and (max-width: 768px) {
  .p-outline-historySchool__img--change li {
    width: 70% !important;
  }
}

.p-outline-historySchool__img--change li img {
  width: 100%;
}

.p-outline-historySchool__img li {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-outline-historySchool__img__name {
  text-align: center;
  margin-top: .3em;
}

@media only screen and (max-width: 768px) {
  .p-outline-historySchool__hdg span {
    display: block;
    font-size: 6.4vw;
    letter-spacing: .25em;
  }
  .p-outline-historySchool__img li {
    margin: 0 auto 25px;
    width: 70%;
  }
  .p-outline-historySchool__img li img {
    width: 100%;
  }
}

.p-outline-historyList {
  width: 100%;
  max-width: 650px;
}

.p-outline-historyList--change {
  max-width: 100%;
}

.p-outline-historyList__hdg span {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
  letter-spacing: .25em;
}

.p-outline-historyList__table {
  font-size: 1.375rem;
  line-height: 1.45455;
  color: #003762;
  border-top: solid 1px #003762;
}

.p-outline-historyList__table th,
.p-outline-historyList__table td {
  border: none !important;
  background: none !important;
  padding: 0;
  padding-bottom: 8px;
  font-weight: 300;
  vertical-align: baseline;
  letter-spacing: 0;
}

.p-outline-historyList__table tr {
  border-bottom: solid 1px #003762;
}

.p-outline-historyList__table th {
  font-size: 1.1875rem;
  white-space: nowrap;
}

.p-outline-historyList__table td em {
  font-size: 2.1875rem;
}

.p-outline-historyList__table td:nth-of-type(1) {
  text-align: right;
  padding-left: 5px;
  padding-right: 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-outline-historyList {
    width: 100%;
  }
  .p-outline-historyList__hdg span {
    display: block;
    font-size: 6.4vw;
  }
  .p-outline-historyList__table {
    font-size: 4.26667vw;
  }
  .p-outline-historyList__table th {
    font-size: 4.26667vw;
  }
  .p-outline-historyList__table td em {
    font-size: 5.86667vw;
  }
  .p-outline-historyList__table td:nth-of-type(1) {
    padding-left: 3px;
    padding-right: 10px;
  }
}

.p-outline-publicSec {
  margin-bottom: 30px;
}

.p-outline-publicTitle {
  text-align: center;
}

.p-outline-publicTitle__hdg {
  color: #003762;
}

.p-outline-publicTitle__hdg span {
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.5;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-outline-publicTitle__hdg span {
    display: block;
  }
}

.p-outline-publicTitle__text {
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .p-outline-publicTitle__text {
    text-align: left;
  }
}

.p-outline-publicAcrobat {
  padding: 15px;
  border: solid 1px #ccc;
}

.p-outline-publicAcrobat__icon {
  width: 190px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-outline-publicAcrobat__text {
  font-size: 0.875rem;
  line-height: 1.78571;
}

@media only screen and (max-width: 768px) {
  .p-outline-publicAcrobat__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.p-outline-publicLead__hdg {
  text-align: center;
  color: #333;
}

.p-outline-publicLead__hdg span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-outline-publicLead__hdg span {
    display: block;
  }
}

.p-outline-publicHdg {
  background: #E0F4FF;
  color: #003762;
  border-top: 3px solid #003762;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  padding: .45em 0;
}

.p-outline-publicHdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-outline-publicHdg span {
    display: block;
  }
}

.p-outline-public__title {
  border-top: solid 1px #ccc;
  background: #f4f5f7;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: text;
  padding: .65em .2em .65em .75em;
}

.p-outline-public__list {
  padding: 10px 0 30px;
}

.p-outline-public__list li a,
.p-outline-public__list li.link a {
  list-style-type: none;
  padding: 12px 0;
  font-size: 0.875rem;
  line-height: 2.28571;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  padding-left: 4.5em;
  background: url(../img/icon/icon_pdf.svg) 24px no-repeat;
  background-position: left 2em center;
}

.p-outline-public__list li.link a {
  background: url(../img/icon/icon_link.svg) 24px no-repeat;
  background-position: left 2em center;
}

.p-outline-public__list li.shorten a {
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 768px) {
  .p-outline-public__list {
    padding: 10px 0 20px;
  }
  .p-outline-public__list li a,
  .p-outline-public__list li.link a {
    padding-left: 3.5em;
    background-position: left 1em center;
  }
  .p-outline-public__list li.link a {
    background-position: left 1em center;
  }
}

.p-outline-groupLead {
  text-align: center;
}

.p-outline-groupLead__hdg {
  color: #003762;
}

.p-outline-groupLead__hdg span {
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.5;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-outline-groupLead__hdg span {
    display: block;
  }
}

.p-outline-groupLead__text {
  letter-spacing: 0.025em !important;
}

.p-outline-groupLead__mapWrap {
  position: relative;
}

.p-outline-groupLead__mapIcon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-outline-groupListHdg span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
}

@media only screen and (max-width: 768px) {
  .p-outline-groupListHdg span {
    display: block;
  }
}

.p-outline-groupListItem {
  width: 312px;
  margin-bottom: 40px;
  border-top: solid 3px #333;
}

.p-outline-groupListItem--change {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .p-outline-groupListItem {
    width: 100%;
  }
}

.p-outline-groupListItem__school, .p-outline-groupListItem__school--other {
  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: 12px 0;
  font-size: 0.875rem;
  line-height: 1.07143;
  text-align: center;
  border-bottom: solid 1px #ccc;
}

.p-outline-groupListItem__school span, .p-outline-groupListItem__school--other span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  text-align: center;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-outline-groupListItem__school span, .p-outline-groupListItem__school--other span {
    display: block;
  }
}

.p-outline-groupListItem__school em, .p-outline-groupListItem__school--other em {
  display: inline-block;
  -webkit-transform: scale(1.17647, 1);
          transform: scale(1.17647, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-left: 12px;
  margin-right: -8.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: .01em;
}

.p-outline-groupListItem__school em.takarazuka, .p-outline-groupListItem__school--other em.takarazuka {
  color: #4097f8;
}

.p-outline-groupListItem__school em.wakayama, .p-outline-groupListItem__school--other em.wakayama {
  color: #ff8026;
}

.p-outline-groupListItem__school em.osaka, .p-outline-groupListItem__school--other em.osaka {
  color: #ff7aad;
}

.p-outline-groupListItem__school em.tokyo, .p-outline-groupListItem__school--other em.tokyo {
  color: #315890;
}

.p-outline-groupListItem__school--other, .p-outline-groupListItem__school--other--other {
  display: block;
  letter-spacing: .01em;
  font-size: 0.9375rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.p-outline-groupListItem__box {
  margin: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-outline-groupListItem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-outline-groupListItem__box__img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

.p-outline-groupListItem__box__list li::before {
  content: "●";
  margin-right: 4px;
  color: #003762;
}

.p-outline-groupListItem__box__list li.smalldot::before {
  content: "・";
  margin-right: 6px;
  padding-left: 3px;
}

.p-outline-groupListItem__box__list.takarazuka li::before {
  color: #4097f8;
}

.p-outline-groupListItem__box__list.wakayama li::before {
  color: #ff8026;
}

.p-outline-groupListItem__box__list.osaka li::before {
  color: #ff7aad;
}

.p-outline-groupListItem__box__list.tokyo li::before {
  color: #315890;
}

.p-outline-groupListItem__box--change {
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-outline-groupListItem__address {
  padding: 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: .05em;
  background-color: #f4f5f7;
}

.p-outline-groupListItem__address--change {
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-outline-groupListItem__address em {
  margin-right: 3px;
  font-weight: 700;
}

.p-outline-groupListItem__link {
  position: relative;
  margin-top: 7px;
  padding-right: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: .05em;
}

.p-outline-groupListItem__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
}

.p-outline-policySec {
  margin-bottom: 40px;
}

.p-outline-policyLead__hdg {
  margin-bottom: 20px;
  text-align: center;
}

.p-outline-policyLead__hdg span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-outline-policyLead__hdg span {
    display: block;
    font-size: 5.86667vw;
    letter-spacing: .05em;
  }
}

.p-outline-policyHdg, .p-outline-policyHdg--rigaku, .p-outline-policyHdg--judo, .p-outline-policyHdg--sinkyu, .p-outline-policyHdg--oral {
  margin-bottom: 15px;
  background: #E0F4FF;
  color: #003762;
  border-top: 3px solid #003762;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  padding: .45em 0;
}

.p-outline-policyHdg span, .p-outline-policyHdg--rigaku span, .p-outline-policyHdg--judo span, .p-outline-policyHdg--sinkyu span, .p-outline-policyHdg--oral span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-outline-policyHdg span, .p-outline-policyHdg--rigaku span, .p-outline-policyHdg--judo span, .p-outline-policyHdg--sinkyu span, .p-outline-policyHdg--oral span {
    display: block;
  }
}

.p-outline-policyHdg--rigaku, .p-outline-policyHdg--rigaku--rigaku, .p-outline-policyHdg--judo--rigaku, .p-outline-policyHdg--sinkyu--rigaku, .p-outline-policyHdg--oral--rigaku {
  color: #fff;
  background: #36b281;
}

.p-outline-policyHdg--judo, .p-outline-policyHdg--rigaku--judo, .p-outline-policyHdg--judo--judo, .p-outline-policyHdg--sinkyu--judo, .p-outline-policyHdg--oral--judo {
  color: #fff;
  background: #0091af;
}

.p-outline-policyHdg--sinkyu, .p-outline-policyHdg--rigaku--sinkyu, .p-outline-policyHdg--judo--sinkyu, .p-outline-policyHdg--sinkyu--sinkyu, .p-outline-policyHdg--oral--sinkyu {
  color: #fff;
  background: #f19500;
}

.p-outline-policyHdg--oral, .p-outline-policyHdg--rigaku--oral, .p-outline-policyHdg--judo--oral, .p-outline-policyHdg--sinkyu--oral, .p-outline-policyHdg--oral--oral {
  color: #fff;
  background: #4AA3A6;
}

.p-outline-policyHdg.ltsp span, .p-outline-policyHdg--rigaku.ltsp span, .p-outline-policyHdg--judo.ltsp span, .p-outline-policyHdg--sinkyu.ltsp span, .p-outline-policyHdg--oral.ltsp span {
  letter-spacing: 0.075em;
}

.p-outline-policySubhdg, .p-outline-policySubhdg--rigaku, .p-outline-policySubhdg--judo, .p-outline-policySubhdg--sinkyu, .p-outline-policySubhdg--oral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003762;
  margin-top: 1.5em;
  margin-bottom: 0.15em;
  white-space: nowrap;
}

.p-outline-policySubhdg span, .p-outline-policySubhdg--rigaku span, .p-outline-policySubhdg--judo span, .p-outline-policySubhdg--sinkyu span, .p-outline-policySubhdg--oral span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 2.05;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-outline-policySubhdg span, .p-outline-policySubhdg--rigaku span, .p-outline-policySubhdg--judo span, .p-outline-policySubhdg--sinkyu span, .p-outline-policySubhdg--oral span {
    display: block;
  }
}

.p-outline-policySubhdg::before, .p-outline-policySubhdg--rigaku::before, .p-outline-policySubhdg--judo::before, .p-outline-policySubhdg--sinkyu::before, .p-outline-policySubhdg--oral::before {
  content: "";
  display: block;
  width: 1.5em;
  margin-right: .6em;
  border-top: 1px solid;
}

.p-outline-policySubhdg--rigaku, .p-outline-policySubhdg--rigaku--rigaku, .p-outline-policySubhdg--judo--rigaku, .p-outline-policySubhdg--sinkyu--rigaku, .p-outline-policySubhdg--oral--rigaku {
  color: #36b281;
}

.p-outline-policySubhdg--judo, .p-outline-policySubhdg--rigaku--judo, .p-outline-policySubhdg--judo--judo, .p-outline-policySubhdg--sinkyu--judo, .p-outline-policySubhdg--oral--judo {
  color: #0091af;
}

.p-outline-policySubhdg--sinkyu, .p-outline-policySubhdg--rigaku--sinkyu, .p-outline-policySubhdg--judo--sinkyu, .p-outline-policySubhdg--sinkyu--sinkyu, .p-outline-policySubhdg--oral--sinkyu {
  color: #f19500;
}

.p-outline-policySubhdg--oral, .p-outline-policySubhdg--rigaku--oral, .p-outline-policySubhdg--judo--oral, .p-outline-policySubhdg--sinkyu--oral, .p-outline-policySubhdg--oral--oral {
  color: #4AA3A6;
}

.p-outline-policy__text {
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  margin-bottom: 1em;
}

.p-outline-policy__order {
  counter-reset: ol;
  margin-left: 0em;
}

.p-outline-policy__order li {
  counter-increment: ol;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.p-outline-policy__order li::before {
  content: counter(ol) ".";
  margin-right: .3em;
}

.p-outline-policy__list li {
  list-style-type: disc;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin-left: 1.3em;
}

.p-outline--change p {
  font-size: 1rem;
  line-height: 1.8;
}

.p-outline--change ol li {
  font-size: 1rem;
  line-height: 1.8;
}

.p-outline--change ul li {
  font-size: 1rem;
  line-height: 1.8;
}

.p-outline-traitLead__img {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .trait .center {
    text-align: left;
  }
}

.p-outline-traitHdg span {
  font-weight: bold;
}

.p-outline-traitBox {
  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: 768px) {
  .p-outline-traitBox {
    display: block;
  }
}

.p-outline-traitBox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-outline-traitBox.borderTop {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

.p-outline-traitBox .text-block {
  width: 60%;
}

.p-outline-traitBox .text-block--change {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .p-outline-traitBox .text-block {
    width: auto;
  }
}

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

.p-outline-traitBox .flexbox p,
.p-outline-traitBox .flexbox figure {
  width: 49%;
}

.p-outline-traitBox .flexbox p--change,
.p-outline-traitBox .flexbox figure--change {
  width: 35%;
}

.p-outline-traitBox .text {
  width: 52%;
}

.p-outline-traitBox .text--change {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .p-outline-traitBox .text {
    width: auto;
  }
}

.p-outline-traitBox .text .p-outline-traitBox__img {
  text-align: center;
  margin: 0 0 1rem;
  width: auto;
}

.p-outline-traitBox .text .p-outline-traitBox__img--chage {
  width: 90%;
  margin: 0 auto 1rem;
}

.p-outline-traitBox .text .p-outline-traitBox__img img {
  width: 70%;
}

.p-outline-traitBox .text .p-outline-traitBox__img p {
  text-align: justify;
}

.p-outline-traitBox .text .p-outline-traitBox__title {
  text-align: center;
  width: 120%;
  font-weight: bold;
}

.p-outline-traitBox .figure {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-outline-traitBox .figure {
    width: auto;
    margin-top: 1rem;
    text-align: center;
  }
  .p-outline-traitBox .figure img {
    max-width: 65%;
  }
}

.p-outline-traitFlex {
  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: 768px) {
  .p-outline-traitFlex {
    display: block;
  }
}

.p-outline-traitFlex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-outline-traitFlex.reverse .p-outline-traitFlex__img {
  margin-right: 0;
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .p-outline-traitFlex.sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-outline-traitFlex .p-outline-traitBox__title {
  font-weight: bold;
}

.p-outline-traitBox__title {
  font-size: 1.2rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: 0.25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 120%;
  line-height: 1.45455;
  letter-spacing: 0.05em;
  color: #003762;
  margin-bottom: 1rem;
}

.p-outline-traitSubbox .u-image {
  margin: 1rem 2rem 0;
}

@media screen and (max-width: 768px) {
  .p-outline-traitSubbox .u-image {
    margin: 1rem 0 0;
  }
}

.trainerBlock .p-outline-traitFlexBox {
  text-align: center;
}

.trainerBlock .p-outline-traitFlexBox .interview {
  border-top: 2px solid #003762;
  border-bottom: 1px solid #003762;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #003762;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .trainerBlock .p-outline-traitFlexBox__text.sp-left {
    text-align: left;
  }
}

.trainerBlock .p-outline-traitFlex__img {
  width: auto;
  margin: 0;
}

.p-outline-traitFlexProfile {
  display: table;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-outline-traitFlexProfile {
    display: block;
  }
}

.p-outline-traitFlexProfile .p-outline-traitFlexProfileTitle {
  display: table-cell;
  font-size: 0.8rem;
  color: #003762;
  font-family: serif;
  background-color: #ebf1f5;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-outline-traitFlexProfile .p-outline-traitFlexProfileTitle {
    display: block;
    width: auto;
    padding: 5px;
  }
}

.p-outline-traitFlexProfile p {
  margin-left: 1rem;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .p-outline-traitFlexProfile p {
    margin-left: 0;
  }
}

.p-outline-traitFlexProfile p .blue {
  color: #003762;
}

.section04 .p-outline-traitSubtitle {
  font-weight: bold;
}

.section05 .p-outline-traitBox__fix {
  font-weight: bold;
}

.section05 .p-outline-traitBox__fix span {
  padding-left: 0;
}

.section05 .p-outline-traitFlex {
  font-weight: bold;
}

/* /.p-outline */
/* キャンパスライフ campuslife */
.p-campuslife {
  color: #333;
  /*&-sidebar {
    &__nav {
      // &--current {
      //   &__item {
      //     &.is-current {
      //       a {
      //         background: #EFF9FF;
      //       }
      //     }
      //   }
      // }
      &--secondary {
        &__item {
          white-space: nowrap;
          a {
            font-size: remPC(18);
            letter-spacing: .1em;
          }
          span {
            font-size: (15em/18);
            margin-left: -.5em;
            &.is-overflow {
              font-size: (13em/18);
            }
          }
        }
      }
    }
  }*/
  /* トップ index */
  /* 在学生メッセージ message */
  /* クラブ・サークル紹介 circle */
  /* 年間スケジュール schedule */
  /* Q＆A qa */
  /* TUMH MIOVIES movie */
  /* 海外研修 overseas */
}

.p-campuslife__lead span {
  letter-spacing: 0.125em;
  width: 117.6470588235294%;
  margin-left: -8.823%;
}

.p-campuslife__lead__text span {
  letter-spacing: 0.125em;
  width: 111.11111% !important;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.77778;
}

@media print, screen and (min-width: 769px) {
  .p-campuslife__lead__text span {
    width: 125%;
  }
}

.p-campuslife .color-message {
  color: #ff6e82;
}

.p-campuslife .color-circle {
  color: #ed8407;
}

.p-campuslife .color-schedule {
  color: #2fa56f;
}

.p-campuslife .color-qa {
  color: #1e4f9c;
}

.p-campuslife .color-movie {
  color: #9370db;
}

.p-campuslife .color-overseas {
  color: #2a83ca;
}

.p-campuslife-top__wrap {
  width: 100%;
  max-width: 313px;
}

.p-campuslife-top__wrap--change {
  max-width: 425px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-top__wrap {
    max-width: 100%;
  }
}

.p-campuslife-top__wrap__img {
  width: 100%;
}

.p-campuslife-top__wrap__lead span {
  text-align: left;
  letter-spacing: 0.125em;
  width: 111.11111% !important;
  font-size: 0.9375rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.66667;
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .p-campuslife-top__wrap__lead span {
    width: 125%;
  }
}

@media only screen and (max-width: 768px) {
  .p-campuslife-top__wrap__lead span {
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-campuslife-top__wrap__btn {
  position: relative;
  margin: auto auto 0;
  width: 100%;
  height: 47px;
  line-height: 1;
  padding-top: 8px;
  border: 1px solid;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-top__wrap__btn {
    margin: auto auto 10px;
  }
}

.p-campuslife-top__wrap__btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 52.5%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-campuslife-top__wrap__btn:hover {
  color: #fff;
}

.p-campuslife-top__wrap__btn:hover.color-message {
  border: 1px solid #ff6e82;
  background-color: #ff6e82;
}

.p-campuslife-top__wrap__btn:hover.color-circle {
  border: 1px solid #ed8407;
  background-color: #ed8407;
}

.p-campuslife-top__wrap__btn:hover.color-schedule {
  border: 1px solid #2fa56f;
  background-color: #2fa56f;
}

.p-campuslife-top__wrap__btn:hover.color-qa {
  border: 1px solid #1e4f9c;
  background-color: #1e4f9c;
}

.p-campuslife-top__wrap__btn:hover.color-movie {
  border: 1px solid #9370db;
  background-color: #9370db;
}

.p-campuslife-top__wrap__btn:hover.color-overseas {
  border: 1px solid #2a83ca;
  background-color: #2a83ca;
}

.p-campuslife-top__sub {
  position: relative;
  width: 100%;
}

.p-campuslife-top__sub__img {
  width: 100%;
}

.p-campuslife-top__sub__hdg, .p-campuslife-top__sub__hdg--second {
  font-size: 1.5625rem;
  line-height: 2;
  text-align: left;
  color: #000;
  letter-spacing: .05em;
  position: absolute;
  top: 68%;
  left: 8%;
  padding-left: .5em;
  padding-right: 1em;
  background-color: #fff;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

.p-campuslife-top__sub__hdg .text-vertical, .p-campuslife-top__sub__hdg--second .text-vertical {
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}

.p-campuslife-top__sub__hdg--second {
  top: 80%;
  padding-right: .5em;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-top__sub__hdg, .p-campuslife-top__sub__hdg--second {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: .025em;
    top: 62%;
    left: 3%;
    padding-left: .25em;
    padding-right: .5em;
  }
  .p-campuslife-top__sub__hdg--second {
    top: 77%;
    padding-right: .1em;
  }
}

.p-campuslife-message__Hdg {
  position: relative;
  width: 100%;
  height: 150px;
  color: #fff;
  background-color: #ffb6c0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-campuslife-message__Hdg span {
  font-size: 1.875rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.33333;
  padding: 15px 20px 0 20px;
  width: 111.11111% !important;
  letter-spacing: 0.15em;
}

@media print, screen and (min-width: 769px) {
  .p-campuslife-message__Hdg span {
    width: 125%;
  }
}

.p-campuslife-message__Hdg::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 9.5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffb6c0 transparent transparent transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-width: 16px 16px 0 16px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-message__Hdg {
    height: auto;
  }
  .p-campuslife-message__Hdg span {
    font-size: 5.33333vw;
    line-height: 1.5;
    padding: 10px 15px;
  }
}

.p-campuslife-message__Hdg--change {
  height: auto;
}

.p-campuslife-message__Hdg--change span {
  padding: 30px 35px;
}

.p-campuslife-message__box {
  padding-bottom: 20px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.p-campuslife-message__img {
  width: 100%;
  max-width: 355px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-message__img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.p-campuslife-message__status {
  margin: auto;
  text-align: center;
}

.p-campuslife-message__status--year {
  letter-spacing: 0 !important;
}

.p-campuslife-message__text {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.15em !important;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-message__text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4.26667vw !important;
    line-height: 1.5;
  }
}

.p-campuslife-circle {
  margin-bottom: 80px;
}

.p-campuslife-circle__img {
  z-index: -1;
  position: relative;
  width: 100%;
  max-width: 630px;
}

.p-campuslife-circle__img--change {
  max-width: 100%;
}

.p-campuslife-circle__img figcaption {
  position: absolute;
  top: 3%;
  left: 3%;
  color: #fff;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-circle__img {
    max-width: 100%;
  }
  .p-campuslife-circle__img figcaption {
    top: 3%;
    left: 2%;
  }
  .p-campuslife-circle__img figcaption span {
    font-size: 4.26667vw !important;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 500;
  }
}

.p-campuslife-circle__list {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  letter-spacing: .1em;
}

.p-campuslife-circle__list--box {
  margin-top: -10px;
}

.p-campuslife-circle__list::before {
  content: "●";
  color: #ed8407;
  margin-right: 3px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-circle__list {
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .p-campuslife-circle__list--box {
    margin-top: 5px;
  }
}

.p-campuslife-circle__text {
  letter-spacing: 0.15em !important;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-circle__text {
    font-size: 4.26667vw !important;
  }
}

.p-campuslife-schedule__wrap {
  width: 100%;
  max-width: 630px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.p-campuslife-schedule__wrap--change {
  max-width: 100%;
}

.p-campuslife-schedule__wrap__month {
  position: relative;
  width: 42.222222%;
  max-width: 266px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  padding-bottom: 50px;
}

.p-campuslife-schedule__wrap__month::before {
  z-index: 0;
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #000;
  text-align: center;
  left: 58px;
}

.p-campuslife-schedule__wrap__month--change {
  width: 28.222222%;
}

.p-campuslife-schedule__wrap__month--change::before {
  top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-schedule__wrap__month--change::before {
    top: 0;
  }
}

.p-campuslife-schedule__wrap__month .c-month-circle {
  z-index: 2;
  position: relative;
  width: 122px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.p-campuslife-schedule__wrap__month .c-month-text {
  text-align: left;
  margin-left: 78px;
  line-height: 1.33333;
  font-weight: 500;
}

.p-campuslife-schedule__wrap__month .c-month-text .color_skew {
  color: #009b62;
}

.p-campuslife-schedule__wrap__month .c-month-text .skewline {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 5px;
}

.p-campuslife-schedule__wrap__month .c-month-text .skewline span {
  width: 111.111111%;
  letter-spacing: .1em;
}

.p-campuslife-schedule__wrap__month .c-month-text .skewline::before {
  position: absolute;
  top: 18px;
  bottom: 0;
  left: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-campuslife-schedule__wrap__month .c-month-text .small-top {
  margin-top: -15px;
}

.p-campuslife-schedule__wrap__month .c-month-text .normal-top {
  margin-top: -10px;
}

.p-campuslife-schedule__wrap__img {
  vertical-align: top;
  width: 57.777777%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.p-campuslife-schedule__wrap__img img {
  width: 100%;
}

.p-campuslife-schedule__caution {
  margin-left: 78px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-schedule__wrap {
    max-width: 100%;
  }
  .p-campuslife-schedule__wrap__month {
    width: 50%;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .p-campuslife-schedule__wrap__month::before {
    left: 48px;
  }
  .p-campuslife-schedule__wrap__month .c-month-circle {
    width: 100px;
    margin-top: 0;
    margin-bottom: -10px;
  }
  .p-campuslife-schedule__wrap__month .c-month-text {
    margin-top: 15px;
    margin-left: 67px;
  }
  .p-campuslife-schedule__wrap__month .c-month-text span {
    font-size: 1rem !important;
    line-height: 1.375;
  }
  .p-campuslife-schedule__wrap__month .c-month-text .small-top {
    margin-top: -5px;
  }
  .p-campuslife-schedule__wrap__month .c-month-text .normal-top {
    margin-top: -5px;
  }
  .p-campuslife-schedule__wrap__img {
    white-space: nowrap;
    vertical-align: top;
    width: 50%;
  }
  .p-campuslife-schedule__caution {
    margin-top: 10px;
    margin-left: 20px;
  }
}

.p-campuslife-qa__hdg {
  font-family: "Noto Serif JP", serif;
  background: #c3e7d9;
  color: #333;
  border-top: 3px solid #333;
  border-bottom: 1px solid #808080;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  padding: .2em 0;
}

.p-campuslife-qa__hdg.judo {
  background: #b2dde6;
}

.p-campuslife-qa__hdg.sinkyu {
  background: #fadeb2;
}

.p-campuslife-qa__qbox {
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}

.p-campuslife-qa__qbox::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  content: "";
  right: 10px;
  width: 12px;
  height: 12px;
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__qbox::after {
    right: 5px;
  }
}

.p-campuslife-qa__qbox.active::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 10px;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__qbox.active::after {
    right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__qbox {
    padding-left: 0;
    padding-right: 30px;
  }
}

.p-campuslife-qa__q span {
  font-size: 2.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  line-height: 1;
  color: #36af80;
  margin-right: 15px;
  font-weight: 500;
}

.p-campuslife-qa__q.judo span {
  color: #008eac;
}

.p-campuslife-qa__q.sinkyu span {
  color: #f3b34c;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__q span {
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 10px;
  }
}

.p-campuslife-qa__q__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #666;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__q__text {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

.p-campuslife-qa__abox {
  padding-left: 30px;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__abox {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-campuslife-qa__a span {
  font-size: 1.875rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  line-height: 1.33333;
  color: #6184ba;
  margin-right: 15px;
  font-weight: 500;
}

.p-campuslife-qa__a.judo span, .p-campuslife-qa__a.sinkyu span {
  color: #6184ba;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__a span {
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 10px;
  }
}

.p-campuslife-qa__a__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.77778;
  color: #333;
  font-weight: 400;
  padding-left: 15px;
  letter-spacing: .075em;
  border-left: 1px solid #6184ba;
}

.p-campuslife-qa__a__text.judo {
  border-left: 1px solid #4970af;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-qa__a__text {
    font-size: 0.875rem;
    line-height: 1.42857;
    padding-left: 10px;
    letter-spacing: .035em;
  }
}

.p-campuslife-movie {
  color: #333;
}

.p-campuslife-movie__hdg {
  font-family: "Noto Serif JP", serif;
  color: #333;
  border-top: 3px solid #333;
  border-bottom: 1px solid #808080;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  padding: .2em 0;
  background-size: 80px 80px;
  background-image: linear-gradient(-45deg, #e5dff2 25%, #dddaf2 25%, #dddaf2 50%, #e5dff2 50%, #e5dff2 75%, #dddaf2 75%, #dddaf2);
}

.p-campuslife-movie__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.p-campuslife-movie__flex__item {
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
  margin-bottom: 25px;
}

.p-campuslife-movie__flex__item:nth-child(even) {
  margin-right: 0;
}

.p-campuslife-movie__flex__img {
  position: relative;
}

.p-campuslife-movie__flex__img .icon {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 58px;
  height: 58px;
}

.p-campuslife-movie__flex__title {
  text-align: left;
}

.p-campuslife-movie__flex__title span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-weight: 500;
  line-height: 1.16667;
  letter-spacing: .05em;
  color: #333;
}

.p-campuslife-movie__flex__text {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-movie__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .p-campuslife-movie__flex__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.p-campuslife-overseas {
  color: #333;
}

.p-campuslife-overseas__hdg {
  padding: 11px 0;
  border-top: 2px solid #bfdaef;
  border-bottom: 2px solid #bfdaef;
}

.p-campuslife-overseas__hdg.taiwan {
  padding: 0;
}

.p-campuslife-overseas__hdg__flag {
  width: 76px;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-overseas__hdg {
    padding: 6px 0;
  }
  .p-campuslife-overseas__hdg__flag {
    width: 50px;
  }
  .p-campuslife-overseas__hdg__place span {
    font-size: 5.33333vw !important;
    line-height: 1;
    letter-spacing: 0.15em !important;
  }
}

.p-campuslife-overseas__catch span {
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-campuslife-overseas__catch span {
    width: 111.111111%;
    font-size: 5.86667vw !important;
  }
}

.p-campuslife-overseas__text {
  letter-spacing: 0.1em !important;
}

/* /.p-campuslife */
.p-circleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.p-circleList__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 305px;
          flex: 0 1 305px;
}

.p-circleList__item--change {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.p-circleList__item p {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px 0;
  line-height: 1.5;
  letter-spacing: .05em;
}

.p-circleList__item__text {
  background: #017084;
  color: #fff;
  font-size: 26px;
  text-align: center;
  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;
  height: 70px;
  padding: 0 5px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .p-circleList__item__text {
    height: auto;
    font-size: 5.33333vw;
    padding: 5.33333vw 1.33333vw;
  }
}

.p-doorList--3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p-doorList--3column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  .p-doorList--3column__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

@media only screen and (max-width: 768px) {
  .p-doorList--3column__item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-doorList--3column__img {
    width: 100%;
  }
}

.p-doorList--3column__hdg {
  font-size: 1.125rem;
}

.p-doorList--3column .u-24-85-left span {
  font-size: 1.125rem;
}

/*==============================
在学生メッセージ 修正追加
============================== */
.p-campuslife-message__title {
  margin: 0 0 20px;
  padding: 15px 20px;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 33px;
  font-size: 2.1rem;
  text-align: center;
}

.p-campuslife-message__title--medical {
  color: #30a770 !important;
  border-bottom: 1px solid #2fa76f;
  background-color: transparent !important;
}

.p-campuslife-message__title--judo {
  color: #0c80a0 !important;
  border-bottom: 1px solid #0c80a0;
  background-color: transparent !important;
}

.p-campuslife-message__title--acupuncture {
  color: #ed8407 !important;
  border-bottom: 1px solid #ed8407;
  background-color: transparent !important;
}

.p-campuslife-message__Hdg--medical {
  background-color: #2fa76f;
}

.p-campuslife-message__Hdg--medical::after {
  border-color: #2fa76f transparent transparent transparent;
}

.p-campuslife-message__Hdg--judo {
  background-color: #0c80a0;
}

.p-campuslife-message__Hdg--judo::after {
  border-color: #0c80a0 transparent transparent transparent;
}

.p-campuslife-message__Hdg--acupuncture {
  background-color: #ed8407;
}

.p-campuslife-message__Hdg--acupuncture::after {
  border-color: #ed8407 transparent transparent transparent;
}

.p-campuslife-message .color-message {
  color: #000;
}

.p-campuslife-message__img {
  max-width: 250px;
}

.p-campuslife-message__img--change {
  max-width: 370px !important;
}

/*==============================
学生の１日追加
============================== */
.f-bold {
  font-weight: 500;
}

.sp {
  display: none;
}

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

.sp_inline {
  display: none;
}

@media (max-width: 575.98px) {
  .sp_inline {
    display: inline;
  }
}

.pc {
  display: block;
}

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

.pc_inline {
  display: inline;
}

@media (max-width: 575.98px) {
  .pc_inline {
    display: none;
  }
}

/* green Color */
.green_b_border {
  border-bottom: 1px solid #4db26d;
}

.green_border {
  border: 1px solid #1f472c;
}

.green_background {
  background-color: #4db26d;
}

.green_color1 {
  color: #1f472c;
}

.green_color2 {
  color: #4db26d;
}

/* blue Color */
.blue_b_border {
  border-bottom: 1px solid #5072b3;
}

.blue_border {
  border: 1px solid #202e48;
}

.blue_background {
  background-color: #5072b3;
}

.blue_color1 {
  color: #202e48;
}

.blue_color2 {
  color: #5072b3;
}

/* orange Color */
.orange_b_border {
  border-bottom: 1px solid #fe8d1f;
}

.orange_border {
  border: 1px solid #66380c;
}

.orange_background {
  background-color: #fe8d1f;
}

.orange_color1 {
  color: #66380c;
}

.orange_color2 {
  color: #fe8d1f;
}

.p-campuslife__studentDay__person, .p-campuslife__studentDay__schedule, .p-campuslife__studentDay__advice {
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.c-pageMv[data-title="campuslife-under"].studentDay {
  background-image: url(../img/campuslife/img_student-day.jpg);
}

.p-campuslife__studentDay {
  margin: 40px 0 0;
}

.p-campuslife__studentDay__wrap {
  margin: 0 0 80px;
}

.p-campuslife__studentDay__img {
  width: 100%;
}

.p-campuslife__studentDay__year {
  margin: 10px 0 5px;
}

.p-campuslife__studentDay__name .name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}

.p-campuslife__studentDay__titleWrap {
  margin: 0 0 40px;
}

.p-campuslife__studentDay__title {
  margin: 0 0 5px;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
}

.p-campuslife__studentDay__subTitle {
  font-size: 1rem;
}

.p-campuslife__studentDay__subTitle span:first-child {
  letter-spacing: 0.3rem;
}

.p-campuslife__studentDay__subTitle span:last-child {
  margin: 0 0 0 10px;
  padding: 2px 5px 3px;
  display: inline-block;
}

.p-campuslife__studentDay__person__title {
  margin: 60px 0 0;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  line-height: 3rem;
}

.p-campuslife__studentDay__person__text {
  margin: 20px 0 0;
}

.p-campuslife__studentDay__schedule__schedule {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__schedule__schedule {
    display: block;
  }
}

.p-campuslife__studentDay__schedule__list {
  width: 32%;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__schedule__list {
    margin: 0 0 30px;
    width: 100%;
  }
  .p-campuslife__studentDay__schedule__list:last-child {
    margin: 0;
  }
}

.p-campuslife__studentDay__schedule__text {
  margin: 10px 0;
}

.p-campuslife__studentDay__schedule__text__time {
  margin: 10px 0 0;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__schedule__text__time {
    width: 60%;
  }
}

.p-campuslife__studentDay__schedule__text__title {
  margin: 20px 0 10px;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__schedule__text__title {
    font-size: 1.3rem;
  }
}

.p-campuslife__studentDay__advice__title {
  font-size: 1rem;
  text-align: center;
}

.p-campuslife__studentDay__advice__title__titleTop {
  margin: 0 0 10px;
  padding: 0 0 5px;
  display: inline-block;
}

.p-campuslife__studentDay__advice__title__btext {
  font-size: 1.6rem;
}

.p-campuslife__studentDay__advice__point {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__advice__point {
    display: block;
  }
}

.p-campuslife__studentDay__advice__point__list {
  width: 32%;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__advice__point__list {
    margin: 0 0 30px;
    width: 100%;
  }
  .p-campuslife__studentDay__advice__point__list:last-child {
    margin: 0;
  }
}

.p-campuslife__studentDay__advice__point__title {
  padding: 3px 0;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.p-campuslife__studentDay__advice__point__text {
  margin: 10px 0 0;
}

@media (max-width: 575.98px) {
  .p-campuslife__studentDay__advice__point__text {
    text-align: center;
  }
}

.p-sidebar__nav--secondary--arrow__item.day {
  border-left-color: #e7d213;
}

.p-sidebar__nav--secondary--arrow__item.day a:hover {
  background: #fffac9;
}

.p-sidebar__nav--secondary--arrow__item.day.current {
  background-color: #fffac9;
}

/*==============================
学生の１日追加 2022年度
============================== */
.p-newCampuslife .p-campuslife__studentDay__title {
  color: #6c7e98;
}

.p-newCampuslife .p-campuslife__studentDay__subTitle {
  color: #6c7e98;
}

.p-newCampuslife .p-campuslife__studentDay__subTitle span:last-child {
  margin: 0.39062vw 0 0 0;
  padding: 0;
}

.p-newCampuslife .p-support-success .tab-label {
  width: 50%;
  background: #dfe8ef;
  color: #6c7e98;
  height: 40px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife .p-support-success .tab-label {
    font-size: 5.33333vw;
  }
}

.p-newCampuslife .p-support-success .tab-switch:checked + .tab-label {
  background: #6c7e98;
}

.p-newCampuslife-catch {
  position: relative;
  width: 100%;
  height: 470px;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-catch {
    height: 67.2vw;
  }
}

.p-newCampuslife-catch--change {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-catch--change {
    height: auto;
  }
}

.p-newCampuslife-image {
  height: 470px;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-image {
    height: 67.2vw;
  }
}

.p-newCampuslife-image--change {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-image--change {
    height: auto;
  }
}

.p-newCampuslife-name {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  padding: 5px 0 10px;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-name {
    height: 24vw;
    padding: 1.33333vw 0 2.66667vw;
  }
}

.p-newCampuslife-name--change {
  z-index: 2;
}

.p-newCampuslife-name__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-name__text {
    font-size: 5.33333vw;
  }
}

.p-newCampuslife-name__text span {
  font-size: 0.875rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-name__text span {
    font-size: 3.73333vw;
  }
}

.p-newCampuslife-contents {
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-contents {
    padding: 5.33333vw;
  }
}

.p-newCampuslife-contents__title {
  background: #fff;
  padding: 20px 0;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.75;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-contents__title {
    padding: 2.66667vw;
    font-size: 5.33333vw;
    letter-spacing: 0.1em;
  }
}

.p-newCampuslife-contents__text {
  font-size: 1rem;
  line-height: 1.75;
  margin: 30px 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-contents__text {
    font-size: 3.73333vw;
    margin: 8vw 0;
  }
}

.p-newCampuslife-contents__time {
  max-width: 510px;
  width: 100%;
  margin: auto;
}

.p-newCampuslife-timenavi {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi {
    margin: 8vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-newCampuslife-timenavi::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi::before {
    content: none;
  }
}

.p-newCampuslife-timenavi--chenge::before {
  height: 26%;
}

.p-newCampuslife-timenavi__item {
  width: 32%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__item {
    width: 100%;
  }
}

.p-newCampuslife-timenavi__itemNum {
  width: 100%;
  height: 40px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__itemNum {
    width: 100%;
    height: auto;
    padding: 1.33333vw 0;
  }
  .p-newCampuslife-timenavi__itemNum::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    top: 100%;
    left: 50%;
  }
}

.p-newCampuslife-timenavi__itemNum span {
  color: #fff;
  font-family: "Lato Medium", sans-serif;
  font-size: 1.125rem;
  top: 5px;
  left: 36%;
  position: absolute;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__itemNum span {
    position: relative;
    top: auto;
    left: auto;
    font-size: 4.8vw;
  }
}

.p-newCampuslife-timenavi__itemNum--change span {
  top: 9px;
  left: 40%;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__itemNum--change span {
    top: auto;
    left: auto;
  }
}

.p-newCampuslife-timenavi__itemBox {
  background: #FFF;
  width: 190px;
  margin: -20px auto 0;
  padding: 20px 15px;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__itemBox {
    width: 100%;
    margin: -5.33333vw auto 0;
    padding: 5.33333vw;
  }
}

.p-newCampuslife-timenavi__itemBox__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 10px auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__itemBox__title {
    font-size: 5.33333vw;
    margin: 2.66667vw 0;
  }
}

.p-newCampuslife-timenavi__itemBox__text {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__itemBox__text {
    font-size: 3.46667vw;
  }
}

.p-newCampuslife-timenavi__itemBox--change {
  margin: 0 auto;
}

.p-newCampuslife-timenavi__item:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__item:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-newCampuslife-timenavi__item:nth-child(1) .p-newCampuslife-timenavi__itemBox {
  margin: -20px 0 0 0;
}

.p-newCampuslife-timenavi__item:nth-child(1) .p-newCampuslife-timenavi__itemBox--change {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__item:nth-child(1) .p-newCampuslife-timenavi__itemBox {
    margin: -5.33333vw auto 0;
  }
}

.p-newCampuslife-timenavi__item:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__item:nth-child(3) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-newCampuslife-timenavi__item:nth-child(3) .p-newCampuslife-timenavi__itemBox {
  margin: -20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-timenavi__item:nth-child(3) .p-newCampuslife-timenavi__itemBox {
    margin: -5.33333vw auto 0;
  }
}

.p-newCampuslife-timenavi__item:nth-child(3) .p-newCampuslife-timenavi__itemBox--change {
  margin: 0 auto;
}

.p-newCampuslife-advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-newCampuslife-advice__pic {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice__pic {
    width: 100%;
  }
}

.p-newCampuslife-advice__box {
  background: #fff;
  padding: 5px;
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice__box {
    width: 100%;
    margin: 2.66667vw 0 0 0;
  }
}

.p-newCampuslife-advice__box__inner {
  border: 1px solid;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice__box__inner {
    padding: 2.66667vw;
  }
}

.p-newCampuslife-advice__box__title {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice__box__title {
    font-size: 4.8vw;
  }
}

.p-newCampuslife-advice__box__title span {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice__box__title span {
    font-size: 3.73333vw;
  }
}

.p-newCampuslife-advice__box__text {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-advice__box__text {
    font-size: 4.26667vw;
  }
}

.p-newCampuslife-rigaku .p-newCampuslife-name {
  background: rgba(0, 107, 45, 0.65);
}

.p-newCampuslife-rigaku .p-newCampuslife-contents {
  background: #ebf7f3;
}

.p-newCampuslife-rigaku .p-newCampuslife-timenavi::before {
  background: url("../../../assets/img/campuslife/2022/img_rigaku_timeBg.png") center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-rigaku .p-newCampuslife-timenavi__itemNum {
    background: -webkit-gradient(linear, left top, right top, from(#3ab483), to(#228560));
    background: linear-gradient(to right, #3ab483, #228560);
  }
  .p-newCampuslife-rigaku .p-newCampuslife-timenavi__itemNum::after {
    border-top-color: #2c996f;
  }
}

.p-newCampuslife-rigaku .p-newCampuslife-contents__title,
.p-newCampuslife-rigaku .p-newCampuslife-timenavi__itemBox__title,
.p-newCampuslife-rigaku .p-newCampuslife-advice__box__title {
  color: #3ab483;
}

.p-newCampuslife-rigaku .p-newCampuslife-advice__box__inner {
  border-color: #3ab483;
}

.p-newCampuslife-judo .p-newCampuslife-name {
  background: rgba(9, 61, 137, 0.65);
}

.p-newCampuslife-judo .p-newCampuslife-contents {
  background: #eef3f9;
}

.p-newCampuslife-judo .p-newCampuslife-timenavi::before {
  background: url("../../../assets/img/campuslife/2022/img_judo_timeBg.png") center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-judo .p-newCampuslife-timenavi__itemNum {
    background: -webkit-gradient(linear, left top, right top, from(#5185c5), to(#386092));
    background: linear-gradient(to right, #5185c5, #386092);
  }
  .p-newCampuslife-judo .p-newCampuslife-timenavi__itemNum::after {
    border-top-color: #4878b3;
  }
}

.p-newCampuslife-judo .p-newCampuslife-contents__title,
.p-newCampuslife-judo .p-newCampuslife-timenavi__itemBox__title,
.p-newCampuslife-judo .p-newCampuslife-advice__box__title {
  color: #5185c5;
}

.p-newCampuslife-judo .p-newCampuslife-advice__box__inner {
  border-color: #5185c5;
}

.p-newCampuslife-shinkyu .p-newCampuslife-name {
  background: rgba(206, 83, 0, 0.65);
}

.p-newCampuslife-shinkyu .p-newCampuslife-contents {
  background: #fef6ea;
}

.p-newCampuslife-shinkyu .p-newCampuslife-timenavi::before {
  background: url("../../../assets/img/campuslife/2022/img_shinkyu_timeBg.png") center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-newCampuslife-shinkyu .p-newCampuslife-timenavi__itemNum {
    background: -webkit-gradient(linear, left top, right top, from(#f5a32d), to(#d27725));
    background: linear-gradient(to right, #f5a32d, #d27725);
  }
  .p-newCampuslife-shinkyu .p-newCampuslife-timenavi__itemNum::after {
    border-top-color: #e48d29;
  }
}

.p-newCampuslife-shinkyu .p-newCampuslife-contents__title,
.p-newCampuslife-shinkyu .p-newCampuslife-timenavi__itemBox__title,
.p-newCampuslife-shinkyu .p-newCampuslife-advice__box__title {
  color: #f5a32d;
}

.p-newCampuslife-shinkyu .p-newCampuslife-advice__box__inner {
  border-color: #f5a32d;
}

/* 入試情報 admission */
div[id^="admission-off-"] {
  display: none;
}

#admission-off-admission,
#admission-off-ao,
#admission-off-sports,
#admission-off-recommendation,
#admission-off-exam,
#admission-off-exam-general,
#admission-off-worker,
#admission-off-foreigner,
#admission-off-flow,
#admission-off-application {
  display: none;
}

body.wakayama .gnav li ul li a {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.p-admission {
  /* 1.総合型選抜（AO入試） ao */
  /* 2.総合型選抜（指定スポーツ入試） sports */
  /* 3.学校推薦型選抜（公募推薦入試） recommendation */
  /* 4.一般選抜（一般入試） exam */
  /* 5.一般選抜（大学入学共通テスト利用） exam-general */
  /* 6.社会人入学試験 worker */
  /* 7.外国人留学生特別入学試験 foreigner */
  /* 出願方法・奨学金・その他 flow */
  /* 出願書類ダウンロード application */
  /* WEB出願について web_application */
  /* スマホ：テーブル横スクロール */
}

.p-admission-sidebar__nav--secondary__item {
  white-space: nowrap;
}

.p-admission-sidebar__nav--secondary__item a {
  font-size: 1.125rem;
  letter-spacing: .1em;
}

.p-admission-sidebar__nav--secondary__item span {
  font-size: 0.83333em;
  margin-left: -.5em;
}

.p-admission-sidebar__nav--secondary__item span.is-overflow {
  font-size: 0.72222em;
}

.p-admission a {
  color: #017BB6;
}

.p-admission a:hover {
  text-decoration: underline;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.p-admission section:not(:last-of-type) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .p-admission section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.p-admission h3 {
  text-align: center;
  white-space: nowrap;
  margin-bottom: .9em;
  font-size: 1.5rem;
}

.p-admission h3 span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 2rem;
  width: 117.6470588235294%;
  margin-left: -8.82%;
}

.p-admission h3 small {
  font-size: 0.66667em;
  line-height: 2rem;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-admission h3 {
    white-space: normal;
    font-size: 6.4vw;
  }
  .p-admission h3 span {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-admission h3 span.lft {
    letter-spacing: 0em;
  }
  .p-admission h3 span.shorten {
    text-align: left;
    letter-spacing: 0.01em;
  }
  .p-admission h3 small {
    font-size: 3.73333vw;
    letter-spacing: .05em;
  }
}

.p-admission h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003762;
  margin-bottom: .5em;
  white-space: nowrap;
}

.p-admission h4 span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  font-weight: 500;
  width: 117.6470588235294%;
  margin-left: 0;
}

.p-admission h4::before {
  content: "";
  display: block;
  width: 1.5em;
  margin-right: .6em;
  border-top: 1px solid;
}

@media only screen and (max-width: 768px) {
  .p-admission h4 span {
    display: block;
    letter-spacing: .1em;
  }
}

.p-admission p {
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin-bottom: 1em;
}

.p-admission p + p:not(:first-of-type) {
  margin-top: 2em;
}

.p-admission h5 {
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin-bottom: .5em;
  font-weight: 500;
}

.p-admission ol {
  counter-reset: ol;
  margin-left: 2em;
}

.p-admission ol.kan li {
  text-indent: -2.1em;
}

.p-admission ol.kan li::before {
  display: none;
}

.p-admission ol li {
  counter-increment: ol;
  font-size: 0.875rem;
  line-height: 1.71429;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.p-admission ol li::before {
  content: counter(ol) ".";
  margin-right: .3em;
}

@media only screen and (max-width: 768px) {
  .p-admission ol {
    margin-left: 0;
  }
}

.p-admission .attention li {
  list-style-type: none;
  font-size: 0.8125rem;
  line-height: 1.84615;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.p-admission .attention li::before {
  content: "※";
  margin-right: .3em;
}

.p-admission dl {
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin-bottom: 1em;
}

.p-admission dl dt {
  font-weight: 500;
  margin-bottom: 0.5em;
}

.p-admission dl dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.p-admission ul {
  margin-left: 2em;
}

.p-admission ul li {
  list-style-type: disc;
  font-size: 0.875rem;
  line-height: 1.71429;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin-left: 1em;
  padding-bottom: .3em;
}

@media only screen and (max-width: 768px) {
  .p-admission ul {
    margin-left: 0.3125rem;
  }
}

.p-admission table {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.p-admission table.u-text-center td {
  text-align: center;
}

.p-admission table th {
  font-weight: 400;
}

.p-admission table th span {
  font-size: .95em;
}

.p-admission table ol {
  margin-left: 1em;
}

.p-admission table ol li {
  font-size: 0.75rem;
}

.p-admission .bg_rigaku {
  background: #E4FFED;
}

.p-admission .bg_judo {
  background: #D6EAFF;
}

.p-admission .bg_sinkyu {
  background: #FBEAD5;
}

.p-admission .bg_oral {
  background: #e4f1ff;
}

.p-admission__btn {
  width: 100%;
  min-width: 100%;
}

.p-admission__btn__wrap {
  margin-top: 90px;
  margin-left: 15px;
  margin-right: 15px;
}

.p-admission__btn__wrap .c-button--blue {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .p-admission__btn {
    width: 100%;
  }
  .p-admission__btn__wrap {
    margin-top: 45px;
  }
}

.p-admission-foreigner {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.p-admission-foreigner th {
  font-weight: 700 !important;
  text-align: left;
  background: none;
}

.p-admission-foreigner th, .p-admission-foreigner td {
  font-size: 0.875rem;
  line-height: 1.5;
  border: none;
}

.p-admission-foreigner__btn {
  width: 80%;
}

.p-admission-foreigner__btn a {
  color: #fff;
}

.p-admission-foreigner__btn a:hover {
  color: #003762;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .p-admission-foreigner__btn span {
    display: block;
    font-size: 4.26667vw;
    letter-spacing: 0.2em;
  }
}

.p-admission-flow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.p-admission-flow p {
  margin-bottom: 0;
}

.p-admission-flow p + p:not(:first-of-type) {
  margin-top: 0;
}

.p-admission-flow__qbox {
  margin-bottom: 10px;
  padding: 15px;
  background: #EFFBFF;
  cursor: pointer;
  position: relative;
}

.p-admission-flow__qbox::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 15px;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #017BBA;
  border-right: 2px solid #017BBA;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.p-admission-flow__qbox.active::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 15px;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #017BBA;
  border-right: 2px solid #017BBA;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-admission-flow__q {
  color: #fff;
  margin-right: 10px;
  background: #017BBA;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 1;
  text-align: center;
}

.p-admission-flow__q__text {
  width: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  color: #333;
  font-weight: 400;
}

.p-admission-flow__abox {
  padding: 15px;
  background-color: #F9F9F9;
}

.p-admission-flow__a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  background: #E9426F;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 1;
  text-align: center;
}

.p-admission-flow__a__text {
  width: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  color: #333;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-admission-flow {
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-admission-flow__qbox {
    margin-bottom: 10px;
    padding: 10px;
  }
  .p-admission-flow__q {
    width: 24px;
    height: 24px;
  }
  .p-admission-flow__q__text {
    width: 80%;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .p-admission-flow__abox {
    padding: 10px;
  }
  .p-admission-flow__a {
    width: 24px;
    height: 24px;
  }
  .p-admission-flow__a__text {
    width: 90%;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.p-admission-app .example {
  margin-left: 0;
  padding: 0;
}

.p-admission-app .example li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  margin-left: 0;
  margin-bottom: .5em;
  padding-bottom: .3em;
}

.p-admission-app .example li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
}

.p-admission-app .example li a:hover,
.p-admission-app .example li:nth-child(odd) a:hover {
  color: #017BB6;
  background: #EFFBFF;
  text-decoration: none;
}

.p-admission-app .example li:nth-child(odd) a {
  background: #F6F6F6;
}

.p-admission-app .example li a::before {
  content: url(../img/icon/icon_pdf.svg);
  position: relative;
  margin-right: .75em;
  padding-left: .5em;
  bottom: -3px;
}

.p-admission-webapp__link {
  margin-top: 30px;
  padding: 30px 0;
  position: relative;
  /*&::after {
				position: absolute;
				width: 200%;
				left: -50%;
				top: 0;
				background: #eee;
				height: 135px;
				z-index: -1;
				visibility: visible;
			}*/
}

.p-admission-webapp__link:first-of-type {
  margin-top: -50px;
}

.p-admission-webapp__link a {
  display: block;
  border: solid 2px #438ccd;
  border-radius: 8px;
  padding: 15px 0px;
  width: 600px;
  text-align: center;
  font-size: 23px;
  margin: 0 auto 30px;
  color: #000;
  background: url(../img/icon/icon_pcsp.svg) no-repeat 10% 50% #fff;
  background-size: 34px;
  position: relative;
}

.p-admission-webapp__link a:hover {
  text-decoration: none;
}

.p-admission-webapp__link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #438ccd;
  border-right: 1px solid #438ccd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 25px;
  top: calc(50% - 5px);
}

@media only screen and (max-width: 768px) {
  .p-admission-webapp__link {
    padding: 20px 0;
  }
  .p-admission-webapp__link:first-of-type {
    margin-top: -40px;
  }
  .p-admission-webapp__link a {
    padding: 15px 0px 15px 60px;
    width: 100%;
    text-align: left;
    font-size: 3.73333vw;
    font-weight: bold;
    margin: 0 auto 40px;
    background: url(../img/icon/icon_pcsp.svg) no-repeat 5% 50% #fff;
    background-size: 26px;
    position: relative;
  }
}

.p-admission-webapp table th {
  padding: 15px 0;
  font-weight: 700;
}

.p-admission-webapp table td {
  padding: 15px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-admission .table-scroll {
    margin: 0;
    padding: 0 0 5px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .p-admission .table-scroll::-webkit-scrollbar {
    width: 15px;
    background-color: #eee;
  }
  .p-admission .table-scroll::-webkit-scrollbar:horizontal {
    height: 15px;
    background-color: #eee;
  }
  .p-admission .table-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
  }
  .p-admission .table-scroll::-webkit-scrollbar-thumb:horizontal {
    background-color: #666;
  }
  .p-admission table {
    width: 100%;
  }
}

.p-admission-fup p {
  line-height: 1.8;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .p-admission-fup p {
    font-size: 3.73333vw;
  }
}

.p-admission-fup ol li, .p-admission-fup ul li {
  font-size: 1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .p-admission-fup ol li, .p-admission-fup ul li {
    font-size: 3.73333vw;
  }
}

.p-admission-fup h4 span {
  font-size: 1.4375rem;
}

@media only screen and (max-width: 768px) {
  .p-admission-fup h4 span {
    font-size: 5.33333vw;
  }
}

.p-admission-fup tr {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .p-admission-fup tr {
    font-size: 3.73333vw;
  }
}

.p-admission-fup table ol li {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .p-admission-fup table ol li {
    font-size: 3.73333vw;
  }
}

/* /.p-admission */
/* サポート体制 support */
.p-support {
  color: #333;
  /*section{
		margin-bottom:70px;
		&:last-child{
			margin-bottom:100px;
		}
		@include mq(sp) {
			margin-bottom:40px;
			&:last-child{
				margin-bottom:50px;
			}
		}
	}*/
  /* サポート体制：キャリア開発センター career */
  /* サポート体制：国家資格について national-license */
  /* サポート体制：教員免許取得について teacher-license */
  /* サポート体制：スポーツに関する資格について sports-license */
  /* サポート体制：卒業生の活躍 success-graduate */
  /* サポート体制：卒業後の進路 career-graduate */
  /* 貴重な求人情報 2021年度の求人件数 */
  /* サポート体制：学修支援センター learning */
  /*.サポート体制：卒業生の活躍2022 */
}

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

.p-support__wrap__hdg__heading {
  font-family: "Noto Serif JP", serif;
  color: #003762;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p-support__wrap__hdg__heading {
    padding: 0 0.625rem 0 0;
  }
}

.p-support__wrap__hdg__heading span {
  font-size: 2.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.47222;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-support__wrap__hdg__heading span {
    font-size: 6.4vw;
  }
}

.p-support__wrap__hdg__img {
  width: 190px !important;
}

.p-support__hdg {
  font-family: "Noto Serif JP", serif;
  color: #003762;
  text-align: left;
}

.p-support__hdg span {
  font-size: 2.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.47222;
  letter-spacing: 0.05em;
}

.p-support__hdg.rigaku {
  color: #36b180;
  letter-spacing: 0.015em;
  text-align: center;
}

.p-support__hdg.judo, .p-support__hdg.sinkyu {
  color: #008eac;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-support__hdg.sinkyu {
  color: #ee9200;
}

.p-support__hdg.oral {
  color: #4AA3A6;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-support__hdg span {
    font-size: 6.93333vw;
  }
  .p-support__hdg.rigaku span, .p-support__hdg.judo span, .p-support__hdg.sinkyu span {
    font-size: 5.86667vw;
  }
}

.p-support__catch {
  text-align: center;
  border-bottom: solid 1px #004180;
}

.p-support__catch.nobd {
  border-bottom: none;
}

.p-support__catch.ltsp span {
  letter-spacing: 0.075em;
}

.p-support__catch.success {
  border-bottom: solid 3px #004180;
}

.p-support__catch.c-grad {
  border-bottom: none;
}

.p-support__catch.c-grad__hdg {
  border-top: solid 3px #424242;
  border-bottom: none;
}

.p-support__catch.c-grad__title {
  border-top: solid 1px #919191;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .p-support__catch {
    width: 117.6470588235294%;
    margin-left: -8.823%;
  }
  .p-support__catch span {
    font-size: 5.86667vw !important;
    letter-spacing: 0.05em !important;
  }
  .p-support__catch small {
    font-size: 3.73333vw;
  }
}

.p-support__title {
  color: #003762;
}

.p-support__title span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-support__title.success span {
  letter-spacing: 0.175em;
}

@media only screen and (max-width: 768px) {
  .p-support__title.success span {
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-support__wrap {
  width: 100%;
  /* 20210720 add */
  /* /20210720 add */
}

.p-support__wrap .address {
  font-size: 0.8125rem;
  line-height: 1.61538;
}

.p-support__wrap__img {
  width: 210px;
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

.p-support__wrap__img--change {
  width: 280px;
}

.p-support__wrap__img--rev {
  width: 210px;
  margin-top: 7px;
  margin-right: 15px;
  margin-left: 0;
}

.p-support__wrap__img--rev--change {
  width: 280px;
  margin-left: 0;
  margin-right: 15px;
}

.p-support__wrap__img--career {
  width: 47%;
  margin-top: 7px;
  margin-right: 25px;
}

.p-support__wrap__img--success {
  width: 250px;
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.p-support__wrap__img--learning {
  width: 260px;
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.p-support__wrap__img--learning--change {
  width: 320px;
}

@media only screen and (max-width: 768px) {
  .p-support__wrap__img {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .p-support__wrap__img--rev {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .p-support__wrap__img--career {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-support__wrap__img--success {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-support__wrap__img--learning {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.p-support__subhdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003762;
  margin-bottom: 0.5em;
  white-space: nowrap;
}

.p-support__subhdg span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  font-weight: 500;
  width: 117.6470588235294%;
  margin-left: 0;
}

.p-support__subhdg::before {
  content: "";
  display: block;
  width: 1.5em;
  margin-right: 0.6em;
  border-top: 1px solid;
}

@media only screen and (max-width: 768px) {
  .p-support__subhdg span {
    display: block;
    letter-spacing: 0.1em;
  }
}

.p-support p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-support-career__data li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  max-width: 310px;
}

.p-support-career__data li .attention {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-support-career__data li:last-child {
  margin-right: 0;
}

.p-support-career__data li a {
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .p-support-career__data li {
    margin-right: 0;
  }
}

.p-support-career__data__hdg span {
  color: #003762;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.77778;
  font-weight: 500;
  width: 117.6470588235294%;
  margin-left: -8.82352941%;
  letter-spacing: 0.05em;
}

.p-support-career__data__dl {
  position: relative;
  height: 60px;
  background-color: #fff;
  border: solid 3px #004180;
  text-align: center;
  margin-right: 20px;
  padding-top: 13px;
  padding-left: 10px;
  line-height: 1;
}

.p-support-career__data__dl:last-child {
  margin-right: 0;
}

.p-support-career__data__dl::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 29%;
  content: url(/assets/img/icon/icon_excel.svg);
  display: inline-block;
  width: 23px;
  height: 27px;
}

.p-support-career__data__dl::after {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  right: 10%;
  content: url(/assets/img/icon/icon_download.svg);
  display: inline-block;
  width: 18px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .p-support-career__data__dl {
    width: 100%;
  }
}

.p-support-career__address {
  padding: 20px 0;
  background-color: #ebf0f5;
}

.p-support-career__address table {
  border: none;
}

.p-support-career__address table th,
.p-support-career__address table td {
  padding: 5px 10px 0 20px;
  border: none;
  font-weight: 200;
  text-align: left;
}

.p-support-career__address table th {
  padding-right: 15px;
  white-space: nowrap;
  border-right: solid 1px #004180;
}

.p-support-career__address table a {
  color: #00f;
}

@media only screen and (max-width: 768px) {
  .p-support-career__address table th,
  .p-support-career__address table td {
    padding: 5px 10px;
  }
  .p-support-career__address table th {
    padding-right: 10px;
  }
}

.p-support-national__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
  text-align: left;
}

.p-support-national__list li {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 400;
  width: auto;
  letter-spacing: 0.01em;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .p-support-national__list {
    width: 117%;
    margin-left: 0.5em;
    margin-bottom: -5px;
  }
  .p-support-national__list li {
    font-size: 4.8vw;
  }
}

.p-support-national__linklist {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-size: 0.875rem !important;
  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;
  text-align: left;
  padding: 12px 0 12px 12px;
}

.p-support-national__linklist::after {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-support-national__linklist:nth-child(even) {
  margin-top: -15px;
}

.p-support-national__linklist:nth-child(odd) {
  background-color: #f1f2f4;
}

@media only screen and (max-width: 768px) {
  .p-support-national__linklist {
    font-size: 3.46667vw !important;
  }
}

.p-support-nationalSubhdg {
  margin-top: 120px;
}

.p-support-teacher__year {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  background-color: #336797;
}

.p-support-teacher__license {
  width: 100%;
}

.p-support-teacher__licenseItem {
  width: 49%;
  font-size: 1.125rem;
  color: #336797;
  line-height: 1;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  background-color: #b2dee7;
  border: solid 1px #336797;
}

.p-support-sports__table {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
}

.p-support-sports__table th {
  color: #fff;
  text-align: center;
  background-color: #336797;
}

.p-support-sports__tableHdg {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background-color: #b2dee7;
}

.p-support-success {
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}

.p-support-success .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .p-support-success .tab-wrap {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-support-success .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #003762;
  background: #f4f5f7;
  font-size: 0.9375rem;
  width: 33.333333%;
  height: 35px;
  margin-bottom: 60px;
  text-align: center;
}

.p-support-success .tab-label span {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

@media only screen and (max-width: 768px) {
  .p-support-success .tab-label {
    font-size: 4.26667vw;
    margin-bottom: 30px;
  }
}

.p-support-success .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.p-support-success .tab-switch:checked + .tab-label {
  color: #fff;
  background: #003762;
}

.p-support-success .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.p-support-success .tab-switch {
  display: none;
}

.p-support-success__navi {
  display: fixed;
}

.p-support-success__naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-support-success__naviList li {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  font-size: 0.9375rem;
  line-height: 1.06667;
  text-align: center;
  width: 111.111111%;
  height: 35px;
  line-height: 35px;
  margin: 0 -1.8%;
  background-color: #f4f5f7;
}

.p-support-success__naviList li a {
  color: #003762;
  display: block;
}

.p-support-success__naviList li.checked a,
.p-support-success__naviList li:hover a {
  color: #fff;
  background-color: #004180;
}

.p-support-success__name {
  /* 20210720 okd add */
  /* /20210720 okd add */
}

.p-support-success__name span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.p-support-success__name span:nth-child(2) {
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-block;
}

.p-support-success__status {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-top: solid 1px #000;
  margin-right: calc(17.6470588235294% / 2);
}

.p-support-careergrad__getjob {
  width: 400px;
  margin: auto;
}

.p-support-careergrad__getjob__text {
  width: 260px;
}

.p-support-careergrad__getjob__text .c-percent {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #003762;
  padding-left: 0.5em;
}

.p-support-careergrad__getjob__text .c-arrow {
  width: 100%;
  max-width: 260px;
  position: relative;
  display: inline-block;
  padding: 0;
  color: #003762;
  text-decoration: none;
  outline: none;
}

.p-support-careergrad__getjob__text .c-arrow::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #003762;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-support-careergrad__getjob__text .c-arrow::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #003762;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-support-careergrad__getjob__text .c-candidate {
  padding-left: 0.5em;
  font-size: 0.875rem;
  line-height: 1.21429;
  letter-spacing: 0.05em;
}

.p-support-careergrad__getjob__circle {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #003762;
}

.p-support-careergrad__getjob__circle .c-number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
}

.p-support-careergrad__getjob__circle .c-number em {
  font-size: 2.875rem;
}

@media only screen and (max-width: 768px) {
  .p-support-careergrad__getjob {
    width: 100%;
    margin: auto;
  }
  .p-support-careergrad__getjob__text {
    width: 62%;
  }
  .p-support-careergrad__getjob__text .c-percent {
    font-size: 7.2vw;
  }
  .p-support-careergrad__getjob__text .c-arrow {
    width: 100%;
    max-width: 250px;
  }
  .p-support-careergrad__getjob__text .c-arrow::before {
    bottom: -4px;
  }
  .p-support-careergrad__getjob__text .c-arrow::after {
    bottom: 2px;
  }
  .p-support-careergrad__getjob__text .c-candidate {
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
  .p-support-careergrad__getjob__circle .c-number {
    font-size: 6.4vw;
    line-height: 1;
  }
  .p-support-careergrad__getjob__circle .c-number em {
    font-size: 11.2vw;
  }
}

.p-support-careergrad__lists {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}

.p-support-careergrad__lists--change {
  font-size: 1rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .p-support-careergrad__lists--change {
    font-size: 3.73333vw;
  }
}

.p-support-careergrad__lists:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .p-support-careergrad__lists {
    margin-left: 0;
  }
}

.p-support__numberJob {
  margin: 1.25rem 0 0;
}

.p-support__numberJob__title {
  padding: 0.3125rem 0;
  background-color: #5c928a;
  color: #fff;
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .p-support__numberJob__number {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-support__numberJob__number__item {
  padding: 0.75rem 0;
  width: calc(100% / 4);
}

@media only screen and (max-width: 768px) {
  .p-support__numberJob__number__item {
    width: calc(100% / 2);
  }
  .p-support__numberJob__number__item:nth-child(even) .p-support__numberJob__number__item__dl {
    border: none;
  }
}

.p-support__numberJob__number__item__dl {
  padding: 0 0.375rem;
  border-right: 1px solid #5c928a;
}

.p-support__numberJob__number__item:last-child .p-support__numberJob__number__item__dl {
  border: none;
}

.p-support__numberJob__number__item__dt {
  padding: 0.3125rem 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.p-support__numberJob__number__item__dt--green {
  background-color: #3ab483;
}

.p-support__numberJob__number__item__dt--blue {
  background-color: #5185c5;
}

.p-support__numberJob__number__item__dt--yellow {
  background-color: #f5a32d;
}

.p-support__numberJob__number__item__dt--gray {
  background-color: #b5b5b6;
}

.p-support__numberJob__number__item__dd__caption {
  font-size: 0.8125rem !important;
  text-align: center;
}

.p-support__numberJob__number__item__dd__caption--green {
  color: #3ab483;
}

.p-support__numberJob__number__item__dd__caption--blue {
  color: #5185c5;
}

.p-support__numberJob__number__item__dd__caption--yellow {
  color: #f5a32d;
}

.p-support__numberJob__number__item__dd__caption--gray {
  color: #b5b5b6;
}

.p-support__numberJob__number__item__dd__number {
  margin: 0.3125rem 0 0;
  font-size: 1.125rem !important;
  text-align: center;
  line-height: 1 !important;
}

.p-support__numberJob__number__item__dd__number--last {
  margin: 1.5625rem 0 0;
}

.p-support__numberJob__number__item__dd__number span {
  font-size: 2.375rem;
}

.p-support .p-support__year-title {
  background: rgba(23, 89, 153, 0.1);
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  display: block;
  color: #004180;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-support .p-support__year-title {
    font-size: 4.8vw;
  }
}

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

@media only screen and (max-width: 768px) {
  .p-support-new__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-support-new__main__left {
  width: 66%;
}

@media only screen and (max-width: 768px) {
  .p-support-new__main__left {
    width: 100%;
  }
}

.p-support-new__main__right {
  width: 32%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-support-new__main__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-support-new__main__right img {
    width: 48%;
    height: auto;
    margin: 2.66667vw 0 0 0;
  }
}

.p-support-new__content-catch {
  font-size: 1.25rem;
  line-height: calc(32/20);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-support-new__content-catch {
    font-size: 5.33333vw;
    letter-spacing: 0.1rem;
  }
}

.p-support p.p-support-new__main__hospital {
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__main__hospital {
    width: 100%;
    font-size: 4.26667vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-support p.p-support-new__main__hospital-name {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.39062vw 0;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__main__hospital-name {
    width: 100%;
    font-size: 4.8vw;
    padding: 1.33333vw 0;
  }
}

.p-support p.p-support-new__main__hospital-name span {
  font-size: 0.875rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__main__hospital-name span {
    font-size: 3.73333vw;
  }
}

.p-support p.p-support-new__main__hospital-address {
  border-top: 1px solid;
  font-size: 0.75rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__main__hospital-address {
    width: 100%;
    font-size: 3.73333vw;
  }
}

.p-support p.p-support-new__content-text {
  font-size: 1rem;
  line-height: calc(28/16);
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__content-text {
    font-size: 4.26667vw;
  }
}

.p-support p.p-support-new__content-name {
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__content-name {
    font-size: 4.8vw;
  }
}

.p-support p.p-support-new__content-name span {
  font-size: 0.875rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-support p.p-support-new__content-name span {
    font-size: 3.73333vw;
  }
}

.p-support .tab-rigaku .p-support-new__main__hospital {
  background: #3ab483;
}

.p-support .tab-rigaku .p-support-new__main__hospital-name {
  color: #3ab483;
}

.p-support .tab-rigaku .p-support-new__main__hospital-address {
  border-color: #3ab483;
  color: #3ab483;
}

.p-support .tab-rigaku .p-support-new__content-catch {
  color: #3ab483;
}

.p-support .tab-judo .p-support-new__main__hospital {
  background: #5185c5;
}

.p-support .tab-judo .p-support-new__main__hospital-name {
  color: #5185c5;
}

.p-support .tab-judo .p-support-new__main__hospital-address {
  border-color: #5185c5;
  color: #5185c5;
}

.p-support .tab-judo .p-support-new__content-catch {
  color: #5185c5;
}

.p-support .tab-shinkyu .p-support-new__main__hospital {
  background: #f5a32d;
}

.p-support .tab-shinkyu .p-support-new__main__hospital-name {
  color: #f5a32d;
}

.p-support .tab-shinkyu .p-support-new__main__hospital-address {
  border-color: #f5a32d;
  color: #f5a32d;
}

.p-support .tab-shinkyu .p-support-new__content-catch {
  color: #f5a32d;
}

.p-support__attention {
  color: #c60405;
  margin-top: 30px;
}

.p-support__attention a {
  text-decoration: underline;
}

.p-support__attention a:hover {
  text-decoration: none;
}

.p-support__attention__button {
  color: #ff8025;
  display: inline-block;
  border: 1px solid;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-top: 10px;
}

.p-support__attention__button:hover {
  background: #ff8025;
  color: #fff;
}

.p-support__attention__button span {
  font-size: 18px;
}

.p-support .recruit-news {
  margin-bottom: 30px;
}

.p-support .recruit-news a:hover {
  opacity: .7;
}

.p-support__recruit-news {
  margin-bottom: 20px;
}

.p-support__recruit-news a {
  -webkit-transition: .3s;
  transition: .3s;
}

.p-support__recruit-news a:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .p-support__recruit-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .p-support__recruit-news a {
    display: block;
  }
  .p-support__recruit-news a:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* /.p-support */
.p-sitemap {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.p-sitemapList {
  padding: 0 10px;
}

.p-sitemap-item {
  padding: 20px 0;
  border-bottom: 1px solid #B0B0B0;
}

.p-sitemap-itemHdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003762;
  white-space: nowrap;
}

.p-sitemap-itemHdg::before {
  content: "";
  display: block;
  width: 1.2em;
  margin-right: .2em;
  border-top: 1px solid;
}

.p-sitemap-itemHdg span {
  font-size: 1.25rem;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 2.05;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.p-sitemap-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px;
}

.p-sitemap-item .row span {
  display: block;
}

.p-sitemap-item .col-4 {
  width: calc(100% / 3);
}

.p-sitemap-item__txt-area {
  margin-bottom: 10px;
}

.p-sitemap-item__txt-area:last-child {
  margin-bottom: 0;
}

.p-sitemap-item__txt-area span::before {
  content: "-";
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.p-sitemap-item__txt-area span:first-child::before {
  content: "・";
  color: #004180;
  margin-right: 0.5em;
  margin-left: 0;
}

.p-sitemap-item.admission ul li {
  font-size: 0.8rem;
}

.p-sitemapCampus {
  background-color: #e4edf5;
  padding: 20px 10px;
}

.p-sitemapCampus .p-sitemap-item {
  border-bottom: 0;
}

.admission .nittei tr th:nth-child(5),
.admission .nittei tr .ftwk {
  border: 2px solid #000;
}

.p-privacy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.p-privacy__txt {
  padding: 20px 0 80px;
}

.p-privacy__lead {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1em;
  border-bottom: 2px solid #004180;
  letter-spacing: 0.4em;
}

.p-therapy__hdg {
  border-top: 3px solid;
  border-bottom: 1px solid #ccc;
  background: #DDF1FF;
  font-size: 1.25rem;
  font-weight: 700;
  color: #003762;
  text-align: center;
  padding: .6em 0;
  margin-bottom: 15px;
}

.p-therapy__hdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

.p-therapy__line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003762;
  margin-bottom: .5em;
  white-space: nowrap;
}

.p-therapy__line-title span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.6;
  font-weight: 500;
  width: 117.6470588235294%;
  margin-left: 0;
}

.p-therapy__line-title::before {
  content: "";
  display: block;
  width: 1.5em;
  margin-right: .6em;
  border-top: 1px solid;
}

.p-therapy__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-therapy__name p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-therapy__name__name {
  margin-left: .5em;
  font-size: 1.375rem;
}

.p-therapy__name__name span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-therapy__accessList {
    margin-top: 30px;
  }
}

.p-therapy__accessList__img {
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-therapy__accessList__img img {
    width: 100%;
  }
}

.p-therapy__accessList__img p {
  background: #003762;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  text-align: center;
  padding: .3em 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-therapy__address {
  margin-top: 30px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #003762;
  border-bottom: 1px solid #003762;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .p-therapy__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.p-therapy__address__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 25px;
}

.p-therapy__address__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.p-therapy__address__hdg {
  font-size: 1.25rem;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .p-therapy__address__hdg {
    margin-top: 20px;
  }
}

.p-therapy__address__text {
  font-size: 0.8125rem;
  line-height: 1.25;
  margin: 1em 0;
}

.p-therapy__address__tel {
  font-size: 1.875rem;
  font-weight: 700;
  color: #003762;
}

.p-therapy th {
  font-weight: 400;
}

.p-therapy__table--price th, .p-therapy__table--price td {
  text-align: center;
}

.p-therapy__list {
  padding-left: 2em;
}

.p-therapy__list li {
  padding-bottom: .5em;
  margin-bottom: .5em;
  margin-left: -2em;
  padding-left: 2em;
  border-bottom: 1px solid #C9C9C9;
}

.p-therapy__list li::before {
  content: "●";
  display: inline-block;
  color: #003762;
  text-indent: -2em;
}

/**
 * ページ共通（繰り返しパーツ）
 */
.c-pageText {
  font-size: 0.9375rem;
  color: #323333;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.07em;
}

.c-pageList {
  font-size: 0.9375rem;
  color: #323333;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.c-pageList span {
  color: #4097F8;
  width: 110px;
  display: inline-block;
}

.c-pageTitle {
  font-size: 1.5rem;
  color: #323333;
}

.c-pageTitle h3 {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  display: inline-block;
  transform: scale(0.85, 1);
}

.c-pageTitle__sub--blue {
  font-size: 1.25rem;
  color: #003762;
  width: 100%;
  padding: 7px 0 7px 0;
  background: #E0F4FF;
  border-bottom: 1px solid #CCCCCC;
}

.c-pageTitle__sub--blue p {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  display: inline-block;
  transform: scale(0.85, 1);
}

.center {
  text-align: center;
}

/**
 * ページ単体パーツ
 */
.c-healthcare-mainTitle {
  margin: 0 auto;
  font-size: 1.875rem;
  color: #323333;
}

.c-healthcare-mainTitle h2 {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  display: inline-block;
  transform: scale(0.85, 1);
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.25em;
  border-bottom: 1px solid #000;
}

.c-healthcare-pageMv {
  width: 100%;
  height: auto;
  text-align: center;
}

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

.p-calender-healthcare__year {
  margin: 0 auto;
}

.p-sec-eventList__year {
  font-size: 1.31313rem;
  font-weight: lighter;
}

.p-sec-eventList__date {
  font-size: 2rem;
  font-weight: lighter;
}

.p-calender__table td {
  height: 68px;
}

.p-calender__table .highlight {
  background: #E0F4FF;
}

.p-calender__table .time {
  color: #004181;
  font-size: 0.875rem;
  display: block;
}

.p-calender__table .advisor {
  color: #004181;
  font-size: 0.75rem;
  display: block;
}

/* サポート体制 support */
.p-target {
  color: #333;
}

.p-target p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.p-target-ttl {
  text-align: center;
}

.p-target-ttl span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
  white-space: nowrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-target-ttl span {
    display: block;
  }
}

.p-target-disasterHdg {
  margin-bottom: 15px;
  background: #E0F4FF;
  color: #003762;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  padding: .45em 0;
}

.p-target-disasterHdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
}

@media only screen and (max-width: 768px) {
  .p-target-disasterHdg span {
    display: block;
  }
}

.p-target-disasterHdg.ltsp span {
  letter-spacing: 0.075em;
}

.p-target-disaster__lists {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
  padding-left: 5px;
}

.p-target-disaster__lists li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05rem;
}

.p-target-suspend__lists {
  font-family: "Noto Sans JP", sans-serif;
}

.p-target-suspend__lists li {
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05rem;
}

.p-target-Listgroup {
  color: #4097F8;
}

.p-target-Listgroup__item {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05rem;
  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;
  text-align: left;
}

.p-target-Listgroup__item span::before {
  content: "●";
  margin-right: 4px;
  color: #4097F8;
}

.p-target-Listgroup__item::after {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-target-house__lead {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
}

@media only screen and (max-width: 768px) {
  .p-target-house__lead {
    font-size: 5.33333vw;
  }
}

.p-target-house__hdg {
  text-align: center;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .2em;
  color: #003762;
  border-bottom: 2px solid #2F3267;
  padding: .8em 0 .5em 0;
}

@media only screen and (max-width: 768px) {
  .p-target-house__hdg {
    font-size: 5.6vw;
  }
}

.p-target-house__txt {
  margin: 0.8em 0;
}

.p-target-house-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;
}

.p-target-house-box__txt {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #24294B;
}

.p-target-house-box__tel {
  color: #003762;
  font-size: 3.125rem;
  font-family: "Oswald Medium*";
  line-height: 0.7;
}

.p-target-house-box__tel::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_tel.svg") top center/cover;
  width: 59.818px;
  height: 39.245px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .p-target-house-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-target-house-box__txt {
    font-size: 4.8vw;
  }
  .p-target-house-box__tel {
    margin-top: 10px;
    font-size: 8vw;
  }
  .p-target-house-box__tel::before {
    content: "";
    display: inline-block;
    background: url("../img/icon/icon_tel.svg") top center/cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.p-target-apart {
  background-color: #EDF7FD;
  padding: 12px 28px 40px 28px;
}

.p-target-apart__lead {
  text-align: center;
}

.p-target-apart__lead span {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  color: white;
  padding: .4em .7em;
  background-color: #003762;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-target-apart__hdg {
  font-size: 2.5875rem;
  font-family: "NotoSansCJKjp Regular-90ms-RKSJ-H*";
  font-weight: 500;
  padding: 0.8em 0 0.5em .3em;
  color: #003762;
}

.p-target-apart-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-target-apart-group__txt {
  margin-right: 20px;
  width: 55%;
}

.p-target-apart table {
  margin-top: 25px;
}

.p-target-apart th {
  background-color: #003762;
  color: white;
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: .4em 0 .6em 0;
}

.p-target-apart td {
  padding: .8em 0 .8em 1.2em;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
}

.p-target-apart td span {
  display: block;
}

.p-target-apart td:nth-child(1) {
  background-color: #EBF1F5;
}

.p-target-apart__web {
  color: #4097F8;
}

.p-target-apart__web::before {
  content: "";
  display: inline-block;
  background: url("../img/target/index/web.svg") top center/cover;
  width: 11.8px;
  height: 11.8px;
  margin-right: 10px;
}

.p-target-apart__recent {
  color: #4097F8;
  margin-top: 0.7em;
}

@media only screen and (max-width: 768px) {
  .p-target-apart {
    padding: 12px 15px 30px 15px;
  }
  .p-target-apart__lead span {
    font-size: 4.8vw;
  }
  .p-target-apart__hdg {
    font-size: 5.33333vw;
    text-align: center;
  }
  .p-target-apart-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-target-apart-group__txt {
    width: 100%;
  }
  .p-target-apart-group figure {
    text-align: center;
  }
  .p-target-apart td {
    font-size: 2.66667vw;
  }
}

.p-target-business {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.p-target-business__ticketHdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003762;
  margin-top: 1.5em;
  margin-bottom: 0.15em;
  white-space: nowrap;
}

.p-target-business__ticketHdg::before {
  content: "";
  display: block;
  width: 1.5em;
  margin-right: .6em;
  border-top: 1px solid;
}

.p-target-business__ticketHdg span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 2.05;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.p-target-business__ticket-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-target-business__ticket-btnItem {
  width: 48.5%;
  color: #004180;
}

.p-target-business__ticket-btnItem:nth-child(1) {
  margin-right: 3%;
}

.p-target-business__ticket-btnItem button {
  width: 100%;
  border: 3px solid #004180;
  padding: 0.5em 0;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  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;
  position: relative;
}

.p-target-business__ticket-btnItem button::before {
  content: "";
  display: inline-block;
  background: url(../img/target/business/excel.svg) top center/cover;
  width: 23.05px;
  height: 27.88px;
  margin-right: 0.5em;
}

.p-target-business__ticket-btnItem button::after {
  content: "";
  display: inline-block;
  background: url(../img/target/business/download01.svg) top center/cover;
  width: 18.49px;
  height: 16.43px;
  position: absolute;
  top: calc(50% - 8.21px);
  right: 1.1em;
}

.p-target-business__ticket-btnItem p {
  font-size: 0.84375rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: .2em;
}

.p-target-business__course {
  border: 1px solid #004180;
  padding: 25px 15px;
}

.p-target-business__courseHdg {
  text-align: center;
}

.p-target-business__courseHdg span {
  color: #003762;
  font-size: 1.5rem;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  padding-bottom: .2em;
  border-bottom: 1px solid #003762;
}

.p-target-business__course-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-target-business__course-btnItem {
  width: 48.5%;
}

.p-target-business__course-btnItem:nth-child(1) {
  margin-right: 3%;
}

.p-target-business__course-btnItem button {
  width: 100%;
  border: 2px solid #137CB8;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfafa), to(#f1f4f5));
  background: linear-gradient(to bottom, #fcfafa 0%, #f1f4f5 100%);
  padding: 0.8em 1em;
  font-size: 0.97875rem;
  font-family: "Noto Sans CJK JP";
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-target-business__course-btnItem button::after {
  content: "";
  display: inline-block;
  background: url(../img/target/business/download02.svg) top center/cover;
  width: 26.30px;
  height: 26.47px;
}

.p-target-business__course__txt {
  text-align: center;
  margin: 25px 0;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-target-businessTitle span {
    font-size: 6.13333vw;
  }
  .p-target-business__ticket-btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-target-business__ticket-btnItem {
    width: 100%;
  }
  .p-target-business__courseHdg span {
    font-size: 5.33333vw;
    line-height: 2.5;
  }
  .p-target-business__course-btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-target-business__course-btnItem {
    width: 100%;
    margin-top: 10px;
  }
}

.p-target-report section {
  margin-bottom: 70px;
}

.p-target-reportHdg {
  margin-bottom: 1em;
  text-align: center;
}

.p-target-reportHdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

.p-target-report-absence__left {
  color: #4097F8;
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-target-report-absence__left::before {
  content: "●";
  font-size: 0.9375rem;
  margin: 3px 3px 0 0;
}

.p-target-report-notification th {
  width: calc(83% / 3);
}

.p-target-report-notification th:nth-of-type(1) {
  width: 17%;
}

.p-target-report-notification th, .p-target-report-notification td {
  padding: 1em .5em;
  font-family: "小塚ゴシック Pr6N R";
  line-height: 2;
}

.p-target-report-notification_2 table {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-target-report-notification_2 table {
    min-width: 600px;
  }
}

.p-target-report-notification_2 table th, .p-target-report-notification_2 table td {
  line-height: 1.5;
}

.p-target-report-notification_2 table th:nth-child(2) {
  width: 10%;
}

.p-target-report-notification_2 table td:nth-child(2n) {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-target-report-notification_2 table .table__wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}

.p-target-report-document {
  margin-bottom: 0 !important;
}

.p-target-report-documentHdg {
  padding: 0.5em 0;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  background-color: #cbe2f199;
  border-bottom: 2px solid #ccc;
  text-align: center;
  color: #004180;
}

.p-target-report-documentHdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: .2em;
}

.p-target-report-document__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 10px 0 10px;
}

.p-target-report-document-btnItem {
  width: 48.5%;
  margin-bottom: 1em;
}

.p-target-report-document-btnItem:nth-child(2n+1) {
  margin-right: 3%;
}

.p-target-report-document-btnItem button {
  width: 100%;
  border: 2px solid #137CB8;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfafa), to(#f1f4f5));
  background: linear-gradient(to bottom, #fcfafa 0%, #f1f4f5 100%);
  border-radius: 0.5rem;
  padding: 0.8em 1em;
  font-size: 0.97875rem;
  font-family: "Noto Sans CJK JP";
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-target-report-document-btnItem button::after {
  content: "";
  display: inline-block;
  background: url(../img/target/business/download02.svg) top center/cover;
  width: 26.30px;
  height: 26.47px;
}

@media only screen and (max-width: 768px) {
  .p-target-report section {
    margin-bottom: 30px;
  }
  .p-target-reportHdg span {
    font-size: 4.18667vw;
  }
  .p-target-report-absence__left {
    width: 100%;
  }
  .p-target-report-document__btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-target-report-document-btnItem {
    width: 100%;
  }
}

.p-target-graduate section:nth-child(1) {
  margin-bottom: 70px;
}

.p-target-graduateHdg {
  margin-bottom: 1em;
  text-align: center;
}

.p-target-graduateHdg span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

.p-target-graduate__lead {
  margin: 2em 0 .7em 0;
  font-size: 1.125rem;
}

.p-target-graduate th:nth-of-type(1) {
  width: 22%;
}

.p-target-graduate th:nth-of-type(2) {
  width: 30%;
}

.p-target-graduate th:nth-of-type(3) {
  width: 13%;
}

.p-target-graduate th:nth-of-type(4) {
  width: 35%;
}

.p-target-graduate th, .p-target-graduate td {
  padding: 1em .5em;
  font-family: "小塚ゴシック Pr6N R";
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-target-graduate section:nth-child(1) {
    margin-bottom: 30px;
  }
  .p-target-graduateHdg span {
    font-size: 4.18667vw;
  }
}

/* /.p-target */
.p-sidebar__nav--current {
  margin-bottom: 25px;
}

.p-sidebar__nav--current__item.is-current a {
  background: #EFF9FF;
}

.p-sidebar__nav--current a {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  font-size: 1rem;
  margin-right: -.17em;
  padding: 0.4375em 1em;
}

.p-doorList__hdg {
  font-size: 1.5rem;
  line-height: 1.04167;
}

/* 保護者の方へ target/guardian */
.c-pageMv[data-title="guardian"] {
  background-image: url(../img/target/img_mv_01.jpg);
}

@media only screen and (max-width: 768px) {
  .p-page-guardian__main {
    max-width: initial;
  }
}

.p-page-guardian__title span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -.17em;
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: .2em;
  border-bottom: 1px solid;
}

.p-guardian__catch {
  text-align: center;
  border-top: solid 3px #424242;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 10px;
}

.p-guardian__catch span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  color: #424242;
  font-size: 1.75rem;
  margin-right: -.17em;
  line-height: 1.42857;
  letter-spacing: 0.25em;
}

.p-page-guardian-sec-newsList__item {
  border-bottom: 1px solid #C9C9C9;
  color: #333;
}

.p-page-guardian-sec-newsList__item:first-child {
  border-top: 1px solid #C9C9C9;
}

.p-page-guardian-sec-newsList__hdg {
  font-size: 1rem;
}

.p-page-guardian-sec-newsList__cat {
  min-width: 5.5em;
}

.p-page-guardian-sec-newsList__new {
  font-size: 0.8125rem;
  padding: .3em .5em;
}

.p-page-guardian-sec-newsList__text {
  font-size: 1rem;
}

.c-opencampus {
  /* LINE 追加　*/
}

.c-opencampus-body {
  font-family: "Noto Serif JP", serif;
  color: #003762;
}

.c-opencampus-start {
  padding: 3.67625rem 1.95812rem;
  text-align: center;
  border-bottom: 1px solid #16375f;
  position: relative;
  margin-bottom: 0.32125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-start {
    padding: 11.55467vw 8.8vw 3.34133vw;
    margin-bottom: 1.904vw;
  }
}

.c-opencampus-start:before {
  content: "";
  position: absolute;
  border-top: 14px solid #16375f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  bottom: -14px;
  left: 50%;
  margin-left: -5px;
}

.c-opencampus-start:after {
  content: "";
  position: absolute;
  border-top: 14px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  bottom: -13px;
  left: 50%;
  margin-left: -5px;
}

.c-opencampus-start__icon {
  display: inline-block;
  position: relative;
}

.c-opencampus-start__icon__image[src$=".svg"] {
  width: 2.455rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-start__icon__image[src$=".svg"] {
    width: 10.47467vw;
  }
}

.c-opencampus-start__icon__text[src$=".svg"] {
  position: absolute;
  top: -1.555rem;
  width: 4rem;
  max-width: 4rem;
  left: -1.34125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-start__icon__text[src$=".svg"] {
    top: -6.63467vw;
    width: 17.06667vw;
    max-width: 17.06667vw;
    left: -5.72267vw;
  }
}

.c-opencampus-start__text {
  display: inline-block;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.9375rem;
  margin-left: 0.8575rem;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-start__text {
    font-size: 5.33333vw;
    line-height: 7.73333vw;
    margin-left: 0.82875rem;
    letter-spacing: 0.1em;
  }
}

.c-opencampus-content_item__title {
  padding: 1rem 0 0.8125rem;
  border-bottom: 3px solid #003762;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.15em;
  /* 20210721 add okada */
  /* /20210721 add okada */
}

.c-opencampus-content_item__title--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-opencampus-content_item__title__lunch {
  width: 50%;
}

.c-opencampus-content_item__title__cafe {
  margin: 0 0 0 35px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__title {
    text-align: center;
    padding: 6.4vw 0 1.6vw;
    font-size: 5.33333vw;
    line-height: 7.73333vw;
    position: relative;
  }
}

.c-opencampus-content_item__title__content {
  font-size: 1.4375rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__title__content {
    position: absolute;
    text-align: center;
    font-size: 6.13333vw;
    line-height: 8.8vw;
    margin-left: 0;
    width: 100%;
    top: -3.73333vw;
    left: 0;
  }
  .c-opencampus-content_item__title__content .small {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}

.c-opencampus-content_item__content {
  overflow: hidden;
  padding-top: 1.4375rem;
}

.c-opencampus-content_item__content.pickup {
  padding-bottom: 1.4375rem;
  margin-bottom: 80px;
  background: #ebf4f8;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__content {
    position: relative;
    padding: 0 1.86667vw;
  }
}

.c-opencampus-content_item__content__image {
  float: left;
  width: 36.3%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__content__image {
    position: absolute;
    float: none;
    width: 89.86667vw;
    height: 44vw;
    overflow: hidden;
    top: 10.93333vw;
    left: 0;
  }
}

.c-opencampus-content_item__content__image img {
  max-width: 14rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__content__image img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
  }
}

.c-opencampus-content_item__content__text {
  float: right;
  width: 61.1%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__content__text {
    float: none;
    width: 100%;
    padding: 0 0.53333vw;
  }
}

.c-opencampus-content_item__content__text__title {
  margin-top: 0.5625rem;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__content__text__title {
    margin-top: 1.6vw;
    font-size: 5.33333vw;
    line-height: 7.73333vw;
    text-align: center;
  }
}

.c-opencampus-content_item__content__text__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  margin-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-content_item__content__text__text {
    margin-top: 47.73333vw;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-content_item__harada_bnr {
  width: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}

.c-opencampus-content_item__harada_bnr:hover {
  opacity: .6;
}

.c-opencampus-lunch {
  overflow: hidden;
  position: relative;
  border: 1px solid #16375f;
  margin: 3.75rem 0 4.5625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch {
    margin: 11.2vw 0 3.61813rem;
  }
}

.c-opencampus-lunch:before {
  content: "";
  position: absolute;
  border-top: 58px solid #bfb1a1;
  border-left: 58px solid #bfb1a1;
  border-right: 58px solid transparent;
  border-bottom: 58px solid transparent;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch:before {
    border-top-width: 9.752vw;
    border-bottom-width: 9.752vw;
    border-left-width: 9.55467vw;
    border-right-width: 9.55467vw;
  }
}

.c-opencampus-lunch:after {
  content: "";
  position: absolute;
  border-bottom: 58px solid #bfb1a1;
  border-right: 58px solid #bfb1a1;
  border-left: 58px solid transparent;
  border-top: 58px solid transparent;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch:after {
    border-top-width: 9.752vw;
    border-bottom-width: 9.752vw;
    border-left-width: 9.55467vw;
    border-right-width: 9.55467vw;
  }
}

.c-opencampus-lunch__content {
  float: left;
  width: 60.2%;
  min-width: 31.9375rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content {
    float: none;
    width: auto;
    padding: 5.16vw 4.26667vw 5.096vw;
    min-width: unset;
  }
}

.c-opencampus-lunch__content__title {
  width: 27.6875rem;
  max-width: 100%;
  margin: 1.9575rem auto 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content__title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: auto;
  }
}

.c-opencampus-lunch__content__title__icon {
  float: left;
  width: 4.74313rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content__title__icon {
    float: none;
    width: 15.624vw;
    margin: 0 auto;
  }
}

.c-opencampus-lunch__content__title__text {
  float: right;
  width: calc(100% - 96px);
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  font-weight: 600;
  margin-top: 0.7725rem;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content__title__text {
    float: none;
    width: 100%;
    font-size: 6.66667vw;
    line-height: 9.6vw;
    margin-top: 3.46667vw;
    letter-spacing: 0;
  }
}

.c-opencampus-lunch__content__title__text .small {
  font-size: 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content__title__text .small {
    font-size: 4.8vw;
  }
}

.c-opencampus-lunch__content__text {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  margin: 1.0625rem auto;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #333333;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content__text {
    width: auto;
    display: inline-block;
    margin-top: 38.4vw;
    font-size: 3.09867vw;
    line-height: 6.4vw;
    letter-spacing: 0;
  }
}

.c-opencampus-lunch__content__text .red {
  font-size: 1.375rem;
  color: #eb7871;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__content__text .red {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
  }
}

.c-opencampus-lunch__image {
  float: right;
  width: 36.7%;
  max-width: calc(100% - 511px);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-lunch__image {
    float: none;
    position: absolute;
    width: 72.8vw;
    max-width: 72.8vw;
    top: 29.33333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .c-opencampus-lunch__image img {
    width: 100%;
  }
}

.c-opencampus-simulation__title {
  padding: 0.8125rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: 3px solid #003762;
  letter-spacing: 0.15em;
}

.c-opencampus-simulation__title__left {
  position: relative;
}

.c-opencampus-simulation__title__left .text {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .c-opencampus-simulation__title__left .text {
    position: absolute;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__title__left .text {
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__title {
    padding: 2.66667vw 0 1.984vw;
    font-size: 4.8vw;
    line-height: ww(29);
  }
}

.c-opencampus-simulation__content {
  padding: 1.875rem 0 2.125rem;
  margin-bottom: 4.5625rem;
  position: relative;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__content {
    padding: 0 1.86667vw 4.26667vw;
    margin-bottom: 4.26667vw;
  }
}

.c-opencampus-simulation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-opencampus-simulation__item {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .c-opencampus-simulation__item {
    width: calc((100% - 15px) / 2);
  }
  .c-opencampus-simulation__item:nth-of-type(2n) {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item {
    margin-left: 0;
    margin-top: 4.14933vw;
    width: 100%;
  }
}

.c-opencampus-simulation__item__day {
  font-family: "Oswald", sans-serif;
  padding: 1rem 0 0.625rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ccc;
}

.c-opencampus-simulation__item__date {
  font-family: "Oswald", sans-serif;
  padding: 1rem 0 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.15em;
  text-align: center;
}

.c-opencampus-simulation__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-opencampus-simulation__item__title__image {
  width: 3.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item__title__image {
    width: 17.06667vw;
  }
}

.c-opencampus-simulation__item__title__image img {
  width: 100%;
}

.c-opencampus-simulation__item__title__text {
  margin: 0.5625rem 0 0 0.6875rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item__title__text {
    margin-left: 10px;
    font-size: 5.33333vw;
    line-height: 7.73333vw;
  }
}

.c-opencampus-simulation__item__title .coming {
  color: #969696;
  font-size: 26px;
  margin-top: 34px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item__title .coming {
    font-size: 14px;
  }
}

.c-opencampus-simulation__item__image {
  margin-top: 0.6875rem;
}

.c-opencampus-simulation__item__image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item__image {
    margin-top: 3.05867vw;
  }
}

.c-opencampus-simulation__item__sub_title {
  padding: 1.4375rem 0 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item__sub_title {
    padding: 2.93333vw 0;
    font-size: 4.8vw;
    line-height: 6.93333vw;
  }
}

.c-opencampus-simulation__item__sub_title.green {
  color: #36b281;
}

.c-opencampus-simulation__item__sub_title.blue {
  color: #1991af;
}

.c-opencampus-simulation__item__sub_title.sky {
  color: #50A5A8;
}

.c-opencampus-simulation__item__sub_title.orange {
  color: #f19500;
}

.c-opencampus-simulation__item__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__item__text {
    min-height: unset;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-simulation__note {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  position: absolute;
  clear: both;
  bottom: 0;
  left: 50%;
  width: 15.25rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  background: #fff;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-simulation__note {
    width: 60.53333vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

.c-opencampus-oral {
  margin: 1.4375rem 0 4.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-opencampus-oral__content {
  width: calc(50% - 30px);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__content {
    width: 100%;
  }
}

.c-opencampus-oral__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__content__title {
    margin: 0 0 1.25rem;
  }
}

.c-opencampus-oral__content__title__img {
  margin: 0 0.625rem 0 0;
  width: 3.8125rem;
}

.c-opencampus-oral__content__title__name {
  margin: 0 0.625rem 0 0;
  font-size: 1.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__content__title__name {
    font-size: 6.13333vw;
    line-height: 7.46667vw;
  }
}

.c-opencampus-oral__content__title__new {
  padding: 0.3125rem 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #003765;
}

.c-opencampus-oral__content__dt {
  margin: 1.25rem 0;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #00a8a9;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__content__dt {
    font-size: 6.4vw;
  }
}

.c-opencampus-oral__content__dd {
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__content__dd {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
}

.c-opencampus-oral__content__link {
  margin: 1.25rem 0 0;
  padding: 0.9375rem 0;
  max-width: 15.25rem;
  width: 70%;
  text-align: center;
  background-color: #00a8a9;
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  -webkit-transition: .6s;
  transition: .6s;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__content__link {
    margin: 1.25rem auto 0;
    font-size: 4.8vw;
  }
}

.c-opencampus-oral__content__link:hover {
  opacity: .6;
}

.c-opencampus-oral__content__link:after {
  content: "";
  border-top: solid 0.125rem #fff;
  border-right: solid 0.125rem #fff;
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  display: block;
  position: absolute;
  top: 45%;
  right: 1.0625rem;
}

.c-opencampus-oral__img {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-oral__img {
    width: 100%;
  }
}

.c-opencampus-parking {
  background: #ebf6ff;
  margin-top: 7.4375rem;
  padding: 2.375rem 0 2.6875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking {
    margin-top: 8vw;
    padding: 5.86667vw 3.2vw 6.4vw;
  }
}

.c-opencampus-parking__title {
  width: 14.9375rem;
  margin: 0 auto;
  padding: 0 0 1.0625rem;
  border-bottom: 1px solid #16375f;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.4375rem;
  letter-spacing: 0.15em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__title {
    width: 45.33333vw;
    font-size: 4.8vw;
    line-height: 6.93333vw;
    letter-spacing: 0;
  }
}

.c-opencampus-parking__body {
  margin-top: 2.0625rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__body {
    margin-top: 3.73333vw;
  }
}

.c-opencampus-parking__image {
  width: 45.2%;
  float: left;
  margin-left: 2.1875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__image {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .c-opencampus-parking__image img {
    width: 100%;
  }
}

.c-opencampus-parking__content {
  float: right;
  width: 45.1%;
  margin-right: 2.1875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__content {
    width: auto;
    float: none;
    padding: 2.66667vw;
    margin-right: 0;
    margin-top: 3.73333vw;
  }
}

.c-opencampus-parking__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__text {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-parking__button {
  position: absolute;
  bottom: 0;
  left: 45.2%;
  margin-left: 3.875rem;
  text-align: center;
  width: 246px;
  height: 54px;
  line-height: 54px;
  font-size: 1.125rem;
  color: #fff;
  background: #043762;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__button {
    position: relative;
    left: 0;
    margin-top: 1.8125rem;
    margin-left: auto;
    margin-right: auto;
    width: 49.06667vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    line-height: 10.66667vw;
  }
}

.c-opencampus-parking__button:before {
  content: "";
  position: absolute;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: 224px;
  top: 19.47px;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__button:before {
    border-left-width: 1.06667vw;
    border-top-width: 1.06667vw;
    border-bottom-width: 1.06667vw;
    left: 45.24533vw;
    top: 4.18933vw;
  }
}

.c-opencampus-parking__button:after {
  content: "";
  position: absolute;
  border-left: 8px solid #043762;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: 223px;
  top: 19.47px;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-parking__button:after {
    border-left-width: 1.06667vw;
    border-top-width: 1.06667vw;
    border-bottom-width: 1.06667vw;
    left: 44.97867vw;
    top: 4.18933vw;
  }
}

.c-opencampus-parking__button:hover {
  background: #48708e;
  cursor: pointer;
}

.c-opencampus-parking__button:hover:after {
  border-left-color: #48708e;
}

.c-opencampus-apartment {
  padding: 5.9375rem 0 7.25rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment {
    padding: 8.53333vw 0 12.26667vw;
  }
}

.c-opencampus-apartment__title {
  width: 18.1875rem;
  margin: 0 auto;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  border-bottom: 1px solid #16375f;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__title {
    width: 56vw;
    padding-bottom: 1.6vw;
    font-size: 4.8vw;
    line-height: 6.93333vw;
    letter-spacing: 0;
  }
}

.c-opencampus-apartment__blue_text {
  margin-top: 1.25rem;
  height: 3.4375rem;
  background: #003762;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__blue_text {
    margin-top: 3.46667vw;
    height: auto;
    padding: 2.4vw 0;
  }
}

.c-opencampus-apartment__blue_text__left {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__blue_text__left {
    display: block;
    font-size: 3.46667vw;
    line-height: 5.06667vw;
    margin-top: 0;
  }
}

.c-opencampus-apartment__blue_text__right {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.625rem;
  letter-spacing: 0.15em;
  margin-left: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__blue_text__right {
    display: block;
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    margin-top: 1.06667vw;
    margin-left: 0;
  }
}

.c-opencampus-apartment__main_text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #333333;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__main_text {
    margin-top: 2.93333vw;
    font-size: 3.46667vw;
    line-height: 6.4vw;
  }
}

.c-opencampus-apartment__main_text .red {
  font-weight: 500;
  font-size: 1.375rem;
  color: #eb7871;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__main_text .red {
    font-size: 4.26667vw;
  }
}

.c-opencampus-apartment__body {
  margin-top: 1.25rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__body {
    margin-top: 3.73333vw;
    padding: 0 3.2vw;
  }
}

.c-opencampus-apartment__left {
  width: 54%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__left {
    width: 100%;
    float: none;
  }
}

.c-opencampus-apartment__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__text {
    padding: 2.13333vw;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-apartment__contract_title {
  margin-top: 2.0625rem;
  background: #bfb1a1;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__contract_title {
    margin-top: 4.8vw;
    font-size: 3.46667vw;
    line-height: 8.8vw;
  }
}

.c-opencampus-apartment__item {
  margin-top: 1.3125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item {
    margin-top: 5.33333vw;
  }
}

.c-opencampus-apartment__item.first {
  margin-top: 0;
}

.c-opencampus-apartment__item__title {
  border-bottom: 1px solid #a8a8a8;
  overflow: hidden;
  height: 2.875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__title {
    height: 10.4vw;
  }
}

.c-opencampus-apartment__item__title__left {
  float: left;
  margin-top: 0.9375rem;
  padding-left: 1.1875rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__title__left {
    margin-top: 2.66667vw;
    padding-left: 6.4vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }
}

.c-opencampus-apartment__item__title__left:before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 0.4375rem;
  left: 0;
  background: #003762;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__title__left:before {
    width: 2.4vw;
    height: 2.13333vw;
    top: 1.86667vw;
  }
}

.c-opencampus-apartment__item__title__right {
  float: right;
  margin-top: 1.125rem;
  padding-right: 4.125rem;
  text-align: right;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  background: url(../img/opencampus/icon_contract_title_right.svg) no-repeat;
  background-position: top 0.39187rem right 1.4375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__title__right {
    margin-top: 3.46667vw;
    padding-right: 8.088vw;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    background: url(../img/opencampus/icon_contract_title_right_sp.svg) no-repeat;
    background-position: top 1.89333vw right 1.86667vw;
  }
}

.c-opencampus-apartment__item__title__right:hover {
  background-position: top 0.39187rem right 1.25rem;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__title__right:hover {
    background-position: top 1.89333vw right 1.33333vw;
  }
}

.c-opencampus-apartment__item__name {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.0625rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__name {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
    padding-left: 1.86667vw;
  }
}

.c-opencampus-apartment__item__tel {
  margin-top: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-left: 2.1875rem;
  background: url(../img/opencampus/icon_fd_mark.svg) no-repeat;
  background-position: left 0 top 0.6875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__tel {
    margin-top: 0.53333vw;
    font-size: 4.53333vw;
    line-height: 6.66667vw;
    padding-left: 10.13333vw;
    background-position: left 0 top 2.56533vw;
  }
}

.c-opencampus-apartment__item__time {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.4375rem;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #394048;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__item__time {
    margin-top: 1.86667vw;
    font-size: 3.2vw;
    line-height: 4.26667vw;
    padding-left: 1.86667vw;
  }
}

.c-opencampus-apartment__right {
  width: 43.1%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}

.c-opencampus-apartment__image {
  margin-top: 1.6875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__image {
    margin-top: 0;
    margin-left: 14px;
    float: left;
    width: calc((100% - 14px) / 2);
  }
}

.c-opencampus-apartment__image:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-apartment__image:first-child {
    margin-left: 0;
  }
}

.c-opencampus-single {
  border: 5px solid #16375f;
  padding: 2.9375rem 2.8125rem 3.1875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single {
    border-width: 2px;
    padding: 30px 5.6vw;
  }
}

.c-opencampus-single__title {
  margin: 0 auto 2.25rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.4375rem;
  line-height: 2.0625rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  border-bottom: 1px solid #16375f;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__title {
    width: 45.33333vw;
    padding-bottom: 1.6vw;
    font-size: 4.8vw;
    line-height: 6.93333vw;
    letter-spacing: 0;
    margin-bottom: 4.8vw;
  }
}

.c-opencampus-single__text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__text {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-single__time {
  display: table;
  width: 43.0625rem;
  margin: 1.3125rem auto 0;
  border: 1px solid #bfb1a1;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__time {
    display: block;
    width: 100%;
    margin: 3.00267vw auto 0;
    border: 0;
  }
}

.c-opencampus-single__time__title {
  display: table-cell;
  width: 8.5rem;
  padding: 0.5625rem 0.9375rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #bfb1a1;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__time__title {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 3.46667vw;
    line-height: 8.34133vw;
  }
}

.c-opencampus-single__time__text {
  display: table-cell;
  padding: 0.5625rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__time__text {
    display: block;
    border: 1px solid #bfb1a1;
    padding: 3.62133vw 3.46667vw;
    font-size: 3.46667vw;
    margin-top: 3.12533vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-single__button {
  position: relative;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  background: #eb7871;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 3.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border: 1px solid #eb7871;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__button {
    width: 67.07vw;
    margin: 6.74133vw auto 0;
    font-size: 3.73333vw;
    line-height: 37px;
  }
}

.c-opencampus-single__button:before {
  content: "";
  position: absolute;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
  border-right: 0;
  top: 1.39875rem;
  left: 18.20437rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__button:before {
    border-top-width: 1.06667vw;
    border-bottom-width: 1.06667vw;
    border-left-width: 1.06667vw;
    top: 3.6vw;
    left: 63.25vw;
  }
}

.c-opencampus-single__button:after {
  content: "";
  position: absolute;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #eb7871;
  border-right: 0;
  top: 1.39875rem;
  left: 18.14187rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-single__button:after {
    border-top-width: 1.06667vw;
    border-bottom-width: 1.06667vw;
    border-left-width: 1.06667vw;
    top: 3.6vw;
    left: 62.98vw;
  }
}

.c-opencampus-single__button:hover {
  background: #fff;
  color: #eb7871;
  cursor: pointer;
}

.c-opencampus-single__button:hover:before {
  border-left-color: #eb7871;
}

.c-opencampus-single__button:hover:after {
  border-left-color: #fff;
}

.c-opencampus-gallery {
  padding-top: 2.375rem;
  padding-bottom: 4.8125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-gallery {
    padding-top: 0;
    padding-bottom: 2.4375rem;
  }
}

.c-opencampus-gallery__title {
  color: #003762;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-gallery__title {
    display: none;
  }
}

.c-opencampus-gallery__list {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-gallery__list {
    margin-top: -2.848vw;
  }
}

.c-opencampus-gallery__item {
  float: left;
  margin-right: 23.67px;
  width: calc((100% - 47.34px) / 3);
  margin-top: 3.125rem;
}

@media print, screen and (min-width: 769px) {
  .c-opencampus-gallery__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-gallery__item {
    margin-right: 10.36px;
    width: calc((100% - 10.36px) / 2);
    margin-top: 7.38133vw;
  }
  .c-opencampus-gallery__item:nth-child(2n) {
    margin-right: 0;
  }
}

.c-opencampus-gallery__image {
  width: 100%;
  position: relative;
}

.c-opencampus-gallery__image img {
  width: 100%;
}

.c-opencampus-gallery__image:hover .c-opencampus-gallery__colorbox {
  display: block;
}

.c-opencampus-gallery__colorbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(61, 141, 234, 0.8);
  text-align: center;
  display: none;
}

.c-opencampus-gallery__colorbox img {
  width: 1.7425rem;
  height: 100%;
}

.c-opencampus-gallery__text {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #707070;
  margin-top: 0.5625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-gallery__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0;
  }
}

.c-opencampus-web {
  color: #003762;
  padding-bottom: 9.35rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web {
    padding-bottom: 14.08533vw;
  }
}

.c-opencampus-web__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 6.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__title {
    font-size: 4.8vw;
    line-height: 12.53333vw;
  }
}

.c-opencampus-web__category {
  border-top: 3px solid #003762;
  border-bottom: 1px solid #003762;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3.6875rem;
  letter-spacing: 0.15em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__category {
    font-size: 5.33333vw;
    line-height: 12.384vw;
  }
}

.c-opencampus-web__2c_list {
  overflow: hidden;
}

.c-opencampus-web__2c_item {
  margin-right: 32.23px;
  width: calc((100% - 32.23px) / 2);
  float: left;
  margin-top: 1.9375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__2c_item {
    margin-right: 11.31px;
    width: calc((100% - 11.31px) / 2);
    margin-top: 4.10133vw;
  }
}

.c-opencampus-web__2c_item:last-child {
  margin-right: 0;
}

.c-opencampus-web__2c_movie {
  width: 100%;
  position: relative;
}

.c-opencampus-web__2c_thumb {
  width: 100%;
}

.c-opencampus-web__2c_title {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 0.78375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__2c_title {
    font-size: 3.46667vw;
    line-height: 5.06667vw;
    margin-top: 1.43733vw;
    letter-spacing: 0;
  }
}

.c-opencampus-web__2c_text {
  font-size: 1rem;
  lin-height: 1.75rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.25rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__2c_text {
    font-size: 3.2vw;
    lin-height: 5.33333vw;
    margin-top: 0.26667vw;
  }
}

.c-opencampus-web__icon[src$=".svg"] {
  width: 4.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__icon[src$=".svg"] {
    width: 6.832vw;
  }
}

.c-opencampus-web__banner {
  overflow: hidden;
  margin: 4.125rem 0 5.75rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner {
    margin: 0.7475rem 0 4.0675rem;
    display: block;
  }
}

.c-opencampus-web__banner__image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__image {
    width: 100%;
    position: static;
  }
}

.c-opencampus-web__banner__image img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__image img {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.c-opencampus-web__banner__content {
  width: 50%;
  background: #003762;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2.66667vw 0;
  }
}

.c-opencampus-web__banner__icon {
  width: 3.375rem;
  margin: 1.37rem auto;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__icon {
    float: left;
    width: 9.86667vw;
    margin: 0 0 0 6.93333vw;
  }
}

.c-opencampus-web__banner__text {
  font-size: 2rem;
  line-height: 3.125rem;
  font-weight: 500;
  margin-top: 0.5675rem;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__text {
    font-size: 5.33333vw;
    line-height: 9.136vw;
    margin-top: 0.376vw;
    margin-left: 0.8vw;
    float: left;
  }
}

.c-opencampus-web__banner__button {
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__button {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 4.056vw;
    right: 3.8vw;
  }
}

.c-opencampus-web__banner__button__text {
  padding-right: 0.83rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.4375rem;
  float: right;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__button__text {
    display: none;
  }
}

.c-opencampus-web__banner__button__icon {
  margin-right: 1.5625rem;
  width: 1.1075rem;
  float: right;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__banner__button__icon {
    width: 4.72533vw;
    margin-right: 0;
  }
}

.c-opencampus-web__3c_category {
  text-align: center;
  overflow: hidden;
  margin: 1.3125rem auto 0;
  width: 16rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_category {
    margin: 13.12267vw 0 0;
    padding-left: 1.86667vw;
    width: 100%;
  }
  .c-opencampus-web__3c_category.first {
    margin-top: 1.856vw;
  }
}

.c-opencampus-web__3c_category__image {
  width: 3.75rem;
  float: left;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_category__image {
    width: 17.064vw;
  }
}

.c-opencampus-web__3c_category__image img {
  width: 100%;
}

.c-opencampus-web__3c_category__title {
  width: 12.25rem;
  float: left;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  padding-top: 0.5rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_category__title {
    width: 36.8vw;
    font-size: 5.33333vw;
    line-height: 7.73333vw;
    padding-top: 3.2vw;
    margin-left: 9.86667vw;
  }
}

.c-opencampus-web__3c_list {
  overflow: hidden;
}

.c-opencampus-web__3c_list.last {
  padding-bottom: 4.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_list.last {
    padding-bottom: 18.58933vw;
  }
}

.c-opencampus-web__3c_item {
  margin-right: 25px;
  width: calc((100% - 50px) / 3);
  float: left;
  margin-top: 1.0625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_item {
    margin-right: 0;
    width: 100%;
    float: none;
    margin-top: 3.69067vw;
    overflow: hidden;
  }
}

.c-opencampus-web__3c_item:last-child {
  margin-right: 0;
}

.c-opencampus-web__3c_movie {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_movie {
    float: left;
    width: 33.86667vw;
  }
}

.c-opencampus-web__3c_thumb {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_content {
    float: left;
    margin-left: 3.2vw;
    width: 52vw;
  }
}

.c-opencampus-web__3c_title {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: 600;
  margin-top: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_title {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    margin-top: 0;
  }
}

.c-opencampus-web__3c_title.green {
  color: #36b281;
}

.c-opencampus-web__3c_title.blue {
  color: #1991af;
}

.c-opencampus-web__3c_title.orange {
  color: #f19500;
}

.c-opencampus-web__3c_text {
  font-size: 1rem;
  lin-height: 1.5rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__3c_text {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    margin-top: 0.26667vw;
  }
}

.c-opencampus-web__1c_movie {
  width: 31.25rem;
  margin: 2.4375rem auto 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-web__1c_movie {
    width: 85.33333vw;
    margin-top: 4.10133vw;
  }
}

.c-opencampus-web__1c_thumb {
  width: 100%;
}

.c-opencampus-index__title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #003762;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__title {
    font-size: 5.33333vw;
    line-height: 7.73333vw;
    letter-spacing: 0.05em;
  }
}

.c-opencampus-index__title .small {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-left: 0.40625rem;
  margin-top: 0.4375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__title .small {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    margin-left: 0;
    margin-top: 1.69067vw;
  }
}

.c-opencampus-index__line {
  width: 2.5625rem;
  margin: 0.88125rem auto 0.94563rem;
  border: 1px solid #003762;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__line {
    width: 10.93333vw;
    margin: 2.67733vw auto 3.51733vw;
  }
}

.c-opencampus-index__title_eng {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #aa7d27;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__title_eng {
    font-size: 3.2vw;
    line-height: 4.53333vw;
  }
}

.c-opencampus-index-news {
  background: #fff;
}

.c-opencampus-index-news__body {
  padding: 2.5625rem 8.625rem 4.15937rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-news__body {
    padding: 7.73333vw 0 9.2vw;
  }
}

.c-opencampus-index-news__content {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.76375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-news__content {
    margin-top: 5.33333vw;
  }
}

.c-opencampus-index-news__item {
  overflow: hidden;
  padding: 0.40625rem 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-news__item {
    padding: 2.66667vw 0;
    border-bottom: 1px solid #a8a8a8;
  }
}

.c-opencampus-index-news__date {
  float: left;
  width: 102px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #333333;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-news__date {
    display: none;
  }
}

.c-opencampus-index-news__category {
  float: left;
  width: 90px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #003762;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-news__category {
    display: none;
  }
}

.c-opencampus-index-news__text {
  float: left;
  width: calc(100% - 192px);
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #333333;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-news__text {
    float: none;
    width: 100%;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-index-schedule {
  padding: 3rem 0 6.375rem;
  background: url(../img/opencampus/img_campus_schecule2.jpg) top/cover;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule {
    padding: 7.46667vw 0 10.66667vw;
  }
}

.c-opencampus-index-schedule__content {
  margin: 11.54813rem auto 0;
  overflow: hidden;
  max-width: 46.625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__content {
    margin: 36.33867vw 4.8vw 0;
  }
}

.c-opencampus-index-schedule__item {
  float: left;
  margin-right: 16px;
  margin-top: 1.4375rem;
  width: calc((100% - 38px) / 3);
  text-align: center;
  color: #003762;
  height: 6.875rem;
  background: #fff;
  border: 1px solid #16375f;
  position: relative;
  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: 6px;
}

.c-opencampus-index-schedule__item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item {
    margin: 3.33333vw 5.5px 0;
    width: calc((100% - 24px) / 2);
    height: 18.66667vw;
  }
  .c-opencampus-index-schedule__item:nth-child(3n) {
    margin-right: 5.5px;
  }
}

.c-opencampus-index-schedule__item:before {
  content: "";
  position: absolute;
  border-top: 0.40687rem solid transparent;
  border-left: 0.40687rem solid transparent;
  border-bottom: 0.40687rem solid #16375f;
  border-right: 0.40687rem solid #16375f;
  bottom: 0.4375rem;
  right: 0.4375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item:before {
    border-top: 1.70133vw solid transparent;
    border-left: 1.70133vw solid transparent;
    border-bottom: 1.70133vw solid #16375f;
    border-right: 1.70133vw solid #16375f;
    bottom: 0.91467vw;
    right: 1.23467vw;
  }
}

.c-opencampus-index-schedule__item:hover:after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(61, 141, 234, 0.8);
  font-size: 1rem;
  line-height: 1.4375rem;
  padding: 2.71875rem;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item:hover:after {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    padding: 7.06667vw;
  }
}

.c-opencampus-index-schedule__date {
  font-size: 2.75rem;
  line-height: 4rem;
  margin-top: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__date {
    font-size: 6.66667vw;
    line-height: 9.6vw;
    margin-top: 2vw;
  }
}

.c-opencampus-index-schedule__date .day {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-left: 0.4375rem;
  margin-top: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__date .day {
    font-size: 2.93333vw;
    line-height: 4vw;
    margin-left: 0vw;
    margin-top: 4vw;
  }
}

.c-opencampus-index-schedule__date.small {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  margin-top: 1.3125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__date.small {
    font-size: 5.33333vw;
    line-height: 7.73333vw;
    margin-top: 4vw;
  }
}

.c-opencampus-index-schedule__date.small .day {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-left: 0.1875rem;
  margin-top: 1.375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__date.small .day {
    font-size: 2.93333vw;
    line-height: 4vw;
    margin-left: 0.92vw;
    margin-top: 2.4vw;
  }
}

.c-opencampus-index-schedule__text {
  padding: 0 2%;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-top: 0.0625rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__text {
    font-size: 3.2vw;
    line-height: 4.26667vw;
    margin-top: 0.8vw;
  }
}

.c-opencampus-index-schedule__text.small {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__text.small {
    margin-top: 1.06667vw;
  }
}

.c-opencampus-index-schedule__text__wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-opencampus-index__meetingTable {
  padding: 5rem 0 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__meetingTable__table {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.c-opencampus-index__meetingTable__header {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #323333;
  text-align: center;
}

.c-opencampus-index__meetingTable__header__heading {
  display: inline-block;
  border-bottom: 1px solid;
  position: relative;
  z-index: 2;
}

.c-opencampus-index__meetingTable__header__heading span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -0.17em;
  font-size: 1.875rem;
  font-weight: 500;
  padding-bottom: 0.3em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__meetingTable__header__heading span {
    font-size: 4.8vw;
    letter-spacing: 0.1875rem;
  }
}

.c-opencampus-index__meetingTable__table {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.c-opencampus-index__meetingTable__table__th, .c-opencampus-index__meetingTable__table__td {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__meetingTable__table__th, .c-opencampus-index__meetingTable__table__td {
    font-size: 2.4vw;
    text-align: left;
  }
}

.c-opencampus-index__meetingTable__table a {
  color: #2f79b1;
}

.c-opencampus-index-career {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .c-opencampus-index-career {
    background-image: url(../img/opencampus/img_schedule3_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.c-opencampus-index-career__bg {
  padding: 5rem 0;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__bg {
    padding: 5.33333vw 0 0;
  }
}

.c-opencampus-index-career__table_area {
  margin-top: 1.89875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__table_area {
    margin-top: 1.45067vw;
  }
}

.c-opencampus-index-career__table_time {
  text-align: center;
  padding: 3.10133vw 0 1.69867vw;
}

.c-opencampus-index-career__table_time_title {
  display: inline-block;
  font-size: 3.46667vw;
  line-height: 4.53333vw;
  margin-top: 3.66133vw;
  color: #333333;
}

.c-opencampus-index-career__table_time_date {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 6.66667vw;
  line-height: 9.6vw;
  margin-left: 4.43467vw;
  color: #003762;
}

.c-opencampus-index-career__table_time_day {
  display: inline-block;
  font-size: 2.93333vw;
  line-height: 4vw;
  margin-top: 4.03467vw;
  margin-left: 1.06667vw;
  color: #003762;
}

.c-opencampus-index-career__table_time_time {
  display: inline-block;
  font-size: 4vw;
  line-height: 5.33333vw;
  margin-top: 3.128vw;
  margin-left: 2.13333vw;
  color: #333333;
}

.c-opencampus-index-career__table th {
  border: 1px solid #a8a8a8;
  background: #bfb1a1;
  padding: 0.5625rem 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__table th {
    padding: 0;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}

.c-opencampus-index-career__table td {
  border: 1px solid #a8a8a8;
  background: #fff;
  position: relative;
  padding: 1.375rem 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__table td {
    padding: 3.16267vw 2.83733vw 2.13333vw;
    font-size: 3.46667vw;
    line-height: 4.8vw;
  }
}

.c-opencampus-index-career__table td.center {
  text-align: center;
}

.c-opencampus-index-career__table td .black {
  color: #333333;
}

.c-opencampus-index-career__table td .date {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  line-height: 3.1875rem;
}

.c-opencampus-index-career__table td .day {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.625rem;
}

.c-opencampus-index-career__table td .map {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  bottom: 0.45437rem;
  right: 0.72937rem;
  width: 6.27062rem;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  background-image: url(../img/opencampus/icon_career_button.svg);
  background-position: right;
  background-size: 1.1075rem;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__table td .map {
    position: static;
    bottom: 0;
    right: 0;
    width: auto;
    text-align: right;
    padding-right: 5.96267vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    background-size: 4.72533vw;
    background-position: right;
    margin-top: 3.23733vw;
  }
}

.c-opencampus-index-career__table td .map:hover {
  cursor: pointer;
  right: 0.41687rem;
  width: 6.58312rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__table td .map:hover {
    right: 0;
    width: auto;
  }
}

.c-opencampus-index-career__note {
  padding: 1rem 2.0625rem;
  margin: 1.54563rem auto 1.54563rem;
  background: #eb7871;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 42.875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__note {
    padding: 3.46667vw 3.73333vw;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 5.06667vw;
    width: 100%;
    max-width: 100%;
  }
}

.c-opencampus-index-career__banner {
  margin: 1.375rem 0 7.92312rem;
  position: relative;
  height: 17.6875rem;
  background-image: url(../img/opencampus/img_career_banner.jpg);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner {
    margin: 4.53333vw 0 12.66667vw;
    height: 36.8vw;
    background-image: url(../img/opencampus/img_career_banner_sp.jpg);
    background-size: 100%;
  }
}

.c-opencampus-index-career__banner:after {
  content: "";
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid #fff;
  width: 2.34375rem;
  height: 2.34375rem;
  right: 3.85062rem;
  top: 9.71875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 3.488vw;
    height: 3.488vw;
    right: 3.26667vw;
    top: 20.072vw;
  }
}

.c-opencampus-index-career__banner:hover {
  cursor: pointer;
}

.c-opencampus-index-career__banner:hover:after {
  right: 3.53812rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner:hover:after {
    right: 2.46667vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_bgsp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% * 108 / 351);
    background: #16375f;
    opacity: 0.2;
  }
}

.c-opencampus-index-career__banner_person {
  position: absolute;
  top: 0.625rem;
  left: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_person {
    top: 1.06667vw;
    left: 2.4vw;
  }
}

.c-opencampus-index-career__banner_person img {
  width: 12.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_person img {
    width: 21.86667vw;
  }
}

.c-opencampus-index-career__banner_date {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 5.125rem;
  top: 5.5rem;
  left: 18.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_date {
    font-size: 6.93333vw;
    line-height: 9.33333vw;
    top: 13.06667vw;
    left: 23.2vw;
  }
}

.c-opencampus-index-career__banner_date .small {
  font-size: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_date .small {
    font-size: 4vw;
  }
}

.c-opencampus-index-career__banner_date .day {
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_date .day {
    font-size: 4.8vw;
  }
}

.c-opencampus-index-career__banner_title {
  position: absolute;
  font-size: 2.375rem;
  line-height: 3.4375rem;
  font-weight: 500;
  background: #fff;
  top: 11.5rem;
  left: 18.8125rem;
  text-align: center;
  color: #003762;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-career__banner_title {
    font-size: 4.26667vw;
    line-height: 7.2vw;
    top: 23.2vw;
    left: 23.2vw;
  }
}

.c-opencampus-index-schedule2__content {
  margin: 1.64813rem auto 0;
  overflow: hidden;
  max-width: 30.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__content {
    margin: 5.288vw auto 0;
    width: 83.06667vw;
    max-width: 83.06667vw;
  }
}

.c-opencampus-index-schedule2__item {
  float: left;
  margin-left: 16px;
  width: calc((100% - 20px) / 2);
  text-align: center;
  color: #fff;
  height: 6.875rem;
  background: #16375f;
  position: relative;
  border: 1px solid #16375f;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__item {
    margin-left: 11.5px;
    width: calc((100% - 15.5px) / 2);
    height: 18.66667vw;
  }
}

.c-opencampus-index-schedule2__item:first-child {
  margin-left: 0;
}

.c-opencampus-index-schedule2__item:before {
  content: "";
  position: absolute;
  border-top: 0.40687rem solid transparent;
  border-left: 0.40687rem solid transparent;
  border-bottom: 0.40687rem solid #fff;
  border-right: 0.40687rem solid #fff;
  bottom: 0.4375rem;
  right: 0.4375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__item:before {
    border-top: 1.70133vw solid transparent;
    border-left: 1.70133vw solid transparent;
    border-bottom: 1.70133vw solid #fff;
    border-right: 1.70133vw solid #fff;
    bottom: 0.91467vw;
    right: 1.23467vw;
  }
}

.c-opencampus-index-schedule2__item:hover:after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(61, 141, 234, 0.8);
  font-size: 1rem;
  line-height: 1.4375rem;
  padding: 2.71875rem;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__item:hover:after {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    padding: 7.06667vw;
  }
}

.c-opencampus-index-schedule2__date {
  font-size: 2.75rem;
  line-height: 4rem;
  margin-top: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__date {
    font-size: 6.66667vw;
    line-height: 9.6vw;
    margin-top: 2.13333vw;
  }
}

.c-opencampus-index-schedule2__date .day {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-left: 0.4375rem;
  margin-top: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__date .day {
    font-size: 2.93333vw;
    line-height: 4vw;
    margin-left: 0.53333vw;
    margin-top: 4.032vw;
  }
}

.c-opencampus-index-schedule2__text {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-top: 0.0625rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__text {
    font-size: 3.2vw;
    line-height: 4.26667vw;
    margin-top: 1.02133vw;
  }
}

.c-opencampus-index-schedule2__button {
  width: 30.75rem;
  height: 3.75rem;
  border: 1px solid #16375f;
  margin: 1.4375rem auto 5.64813rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.75rem;
  text-align: center;
  background: #fff;
  color: #003762;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule2__button {
    width: 85.06667vw;
    height: 9.61333vw;
    margin: 3.4vw auto 9.57067vw;
    font-size: 3.73333vw;
    line-height: 9.61333vw;
  }
}

.c-opencampus-index-bus__content {
  margin-top: 45px;
}

.c-opencampus-index-bus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-bus__list {
    font-size: 15px;
  }
}

.c-opencampus-index-bus__list:last-of-type {
  border-bottom: 1px solid #bfb1a1;
}

.c-opencampus-index-bus__list__hdg {
  width: 100%;
  background: #bfb1a1;
  color: #fff;
  padding: 0.3em 0;
  font-weight: 400;
}

.c-opencampus-index-bus__list__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.2em 0;
}

.c-opencampus-index-bus__list__detail:not(:last-of-type) {
  border-right: 1px solid #BFB1A1;
}

.c-opencampus-index-busstop__map {
  margin-top: 45px;
}

.c-opencampus-index-busstop__map iframe {
  width: 100%;
  height: 650px;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-busstop__map iframe {
    height: 280px;
  }
}

.c-opencampus-index-busstop__map__text {
  text-align: right;
}

.c-opencampus-index-busstop__hdg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-opencampus-index-departments__content {
  padding: 1.875rem 0 6.375rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__content {
    padding: 5.024vw 0 9.09067vw;
  }
}

.c-opencampus-index-departments__list {
  overflow: hidden;
}

.c-opencampus-index-departments__item {
  float: left;
  margin-left: 25px;
  width: calc((100% - 50px) / 3);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item {
    float: none;
    margin-left: 0;
    margin-top: 4.14933vw;
    width: 100%;
  }
}

.c-opencampus-index-departments__item:first-child {
  margin-left: 0;
}

.c-opencampus-index-departments__item__title {
  overflow: hidden;
}

.c-opencampus-index-departments__item__title__image {
  float: left;
  width: 3.75rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item__title__image {
    width: 17.06667vw;
  }
}

.c-opencampus-index-departments__item__title__image img {
  width: 100%;
}

.c-opencampus-index-departments__item__title__text {
  float: left;
  width: 9.5rem;
  margin: 0.5625rem 0 0 1.5rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-align: center;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item__title__text {
    width: 55.2vw;
    margin: 2.66667vw 0 0;
    font-size: 5.33333vw;
    line-height: 7.73333vw;
  }
}

.c-opencampus-index-departments__item__image {
  margin-top: 0.70063rem;
  height: 13.33313rem;
  background: #707070;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item__image {
    margin-top: 3.05867vw;
  }
}

.c-opencampus-index-departments__item__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  min-height: 7.00812rem;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin-top: 1.02062rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item__text {
    min-height: unset;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    margin-top: 4.35467vw;
    padding-bottom: 8.09067vw;
  }
}

.c-opencampus-index-departments__item__text .more {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  bottom: 0rem;
  right: 0.93375rem;
  width: 5.48313rem;
  font-size: 1rem;
  line-height: 1.4375rem;
  background-image: url(../img/opencampus/icon_career_button.svg);
  background-position: right;
  background-size: 1.1075rem;
  background-repeat: no-repeat;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item__text .more {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    width: 23.39467vw;
    background-size: 4.72533vw;
    right: 3.288vw;
  }
}

.c-opencampus-index-departments__item__text .more:hover {
  cursor: pointer;
  right: 0.62125rem;
  width: 5.79563rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-departments__item__text .more:hover {
    right: 1.95467vw;
    width: 24.728vw;
  }
}

.c-opencampus-index-gallery {
  position: relative;
  height: 69.375vw;
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery {
    height: 187.46667vw;
  }
}

.c-opencampus-index-gallery__image {
  position: absolute;
}

.c-opencampus-index-gallery__image img {
  width: 100%;
}

.c-opencampus-index-gallery__image.rotated {
  -webkit-transform: rotateZ(300);
          transform: rotateZ(300);
}

.c-opencampus-index-gallery__image.image1 {
  top: 26.64062vw;
  left: 7.10938vw;
  width: 14.76562vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image1 {
    top: 15.46667vw;
    left: 3.2vw;
    width: 29.6vw;
  }
}

.c-opencampus-index-gallery__image.image2 {
  top: 9.76562vw;
  left: 12.34375vw;
  width: 11.48438vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image2 {
    top: 0;
    left: 37.86667vw;
    width: 23.2vw;
  }
}

.c-opencampus-index-gallery__image.image3 {
  top: 4.76562vw;
  left: 26.875vw;
  width: 14.76562vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image3 {
    display: none;
  }
}

.c-opencampus-index-gallery__image.image4 {
  top: 0;
  left: 43.35938vw;
  width: 28.90625vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image4 {
    display: none;
  }
}

.c-opencampus-index-gallery__image.image5 {
  top: 8.4375vw;
  left: 74.29688vw;
  width: 14.76562vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image5 {
    top: 11.46667vw;
    left: 67.46667vw;
    width: 29.33333vw;
  }
}

.c-opencampus-index-gallery__image.image6 {
  top: 26.01562vw;
  left: 81.25vw;
  width: 18.67188vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image6 {
    top: 119.73333vw;
    left: 65.86667vw;
    width: 37.6vw;
  }
}

.c-opencampus-index-gallery__image.image7 {
  top: 49.45312vw;
  left: 63.28125vw;
  width: 14.76562vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image7 {
    top: 96.53333vw;
    left: 3.2vw;
    width: 29.6vw;
  }
}

.c-opencampus-index-gallery__image.image8 {
  top: 57.89062vw;
  left: 49.29688vw;
  width: 11.48438vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image8 {
    top: 111.46667vw;
    left: 38.66667vw;
    width: 22.93333vw;
  }
}

.c-opencampus-index-gallery__image.image9 {
  top: 51.71875vw;
  left: 32.03125vw;
  width: 14.76562vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image9 {
    display: none;
  }
}

.c-opencampus-index-gallery__image.image10 {
  top: 42.57812vw;
  left: 0;
  width: 28.90625vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image10 {
    top: 140.26667vw;
    left: 0;
    width: 57.86667vw;
  }
}

.c-opencampus-index-gallery__image.image_center {
  top: 25.15625vw;
  left: 67.5vw;
  width: 6.32812vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__image.image_center {
    top: 56.8vw;
    left: 84.26667vw;
    width: 12.53333vw;
  }
}

.c-opencampus-index-gallery__title {
  position: absolute;
  top: 23.20312vw;
  left: 35.23438vw;
  font-size: 1.48438vw;
  line-height: 2.03125vw;
  font-weight: 500;
  color: #003762;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__title {
    top: 50.93333vw;
    left: 15.46667vw;
    font-size: 3.46667vw;
    line-height: 4.53333vw;
  }
}

.c-opencampus-index-gallery__title_eng {
  position: absolute;
  top: 25.78125vw;
  left: 33.4375vw;
  font-size: 4.60938vw;
  line-height: 5.70312vw;
  color: #003762;
  font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__title_eng {
    top: 59.2vw;
    left: 12.26667vw;
    font-size: 8.8vw;
    line-height: 10.93333vw;
    text-align: center;
  }
}

.c-opencampus-index-gallery__button {
  cursor: pointer;
  position: absolute;
  width: 19.21875vw;
  font-size: 1.25vw;
  line-height: 4.21875vw;
  font-family: "Oswald", sans-serif;
  color: #fff;
  letter-spacing: 0.15em;
  border: 1px solid #043762;
  top: 39.60938vw;
  left: 40.39062vw;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  padding-left: 3.00781vw;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__button {
    width: 52.8vw;
    font-size: 3.73333vw;
    line-height: 11.2vw;
    top: 84.53333vw;
    left: 23.73333vw;
    padding-left: 5.6vw;
  }
}

.c-opencampus-index-gallery__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}

.c-opencampus-index-gallery__button:after {
  content: "";
  position: absolute;
  width: 0.88359vw;
  height: 0.88359vw;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 1.09609vw;
  top: 1.52109vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-gallery__button:after {
    width: 2.088vw;
    height: 2.088vw;
    right: 2.54667vw;
    top: 4.23467vw;
  }
}

.c-opencampus-index-gallery__button:hover {
  color: #043762;
}

.c-opencampus-index-gallery__button:hover:before {
  width: 100%;
}

.c-opencampus-index-gallery__button:hover:after {
  border-bottom-color: #043762;
  border-right-color: #043762;
}

.c-opencampus-index-gallery__button .background {
  position: absolute;
  top: 0;
  left: 0;
  background: #043762;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.c-opencampus-index-banner {
  padding: 8.5rem 0 9.51187rem;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner {
    padding: 13.86667vw 0 17.46133vw;
  }
}

.c-opencampus-index-banner__content {
  background: #003762;
  position: relative;
  height: 12.1875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__content {
    height: 34.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__content:before {
    content: "";
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 3.488vw;
    height: 3.488vw;
    right: 3.26667vw;
    top: 14.38133vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
}

.c-opencampus-index-banner__content:hover {
  cursor: pointer;
}

.c-opencampus-index-banner__content:hover .c-opencampus-index-banner__mark {
  margin-left: 14.66313rem;
}

.c-opencampus-index-banner__title {
  position: absolute;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  top: 7.59375rem;
  left: 50%;
  margin-left: -7.25rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__title {
    font-size: 3.46667vw;
    line-height: 4.53333vw;
    top: 24.12267vw;
    left: 29.86667vw;
    margin-left: 0;
  }
}

.c-opencampus-index-banner__mark {
  position: absolute;
  top: 8.24687rem;
  left: 50%;
  margin-left: 14.35063rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__mark {
    display: none;
  }
}

.c-opencampus-index-banner__mark img {
  width: 1.1075rem;
}

.c-opencampus-index-banner__title_eng {
  position: absolute;
  font-size: 2.625rem;
  line-height: 3.875rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  top: 3.13313rem;
  left: 50%;
  margin-left: -14.345rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__title_eng {
    font-size: 6.66667vw;
    line-height: 8.8vw;
    top: 4.82667vw;
    left: 25.6vw;
    margin-left: 0;
  }
}

.c-opencampus-index-banner__date {
  position: absolute;
  font-size: 3.4375rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 5.125rem;
  top: 2.09375rem;
  left: 50%;
  margin-left: 9.025rem;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__date {
    font-size: 7.2vw;
    line-height: 9.6vw;
    top: 12.92267vw;
    left: 24.93333vw;
    margin-left: 0;
  }
}

.c-opencampus-index-banner__image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__image1 {
    width: 20.53333vw;
  }
}

.c-opencampus-index-banner__image1 img {
  width: 14.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__image1 img {
    position: static;
    width: 100%;
  }
}

.c-opencampus-index-banner__image2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__image2 {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 20.53333vw;
  }
}

.c-opencampus-index-banner__image2 img {
  width: 14.1875rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-banner__image2 img {
    position: static;
    width: 100%;
  }
}

.c-opencampus-fotter-area {
  background: #fff;
}

.c-opencampus-fotter-button {
  margin: 0 auto;
  max-width: 46.625rem;
  background: #003762;
}

.c-opencampus-fotter-button[data-title="opencampus-index"] {
  margin-top: 5.75563rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button[data-title="opencampus-index"] {
    margin-top: 17.53333vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button {
    margin-right: 6.5px;
    margin-left: 6.5px;
  }
}

.c-opencampus-fotter-button__Bg {
  height: 12.1875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Bg {
    height: 24vw;
    background-size: 124vw;
    background-position: left -2.13333vw bottom 0;
  }
}

.c-opencampus-fotter-button__Content {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-opencampus-fotter-button__Content:after {
  content: "";
  position: absolute;
  width: 2.34375rem;
  height: 2.34375rem;
  border: 4px solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 2.8125rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Content:after {
    width: 3.46667vw;
    height: 3.46667vw;
    right: 3.93333vw;
  }
}

.c-opencampus-fotter-button__Content:hover {
  cursor: pointer;
}

.c-opencampus-fotter-button__Content:hover:before {
  right: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Content:hover:before {
    right: 2.33333vw;
  }
}

.c-opencampus-fotter-button__Content:hover:after {
  right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Content:hover:after {
    right: 3.13333vw;
  }
}

.c-opencampus-fotter-button__Eng {
  position: absolute;
  font-size: 3.4375rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 5.125rem;
  right: 18.125rem;
  top: 1.625rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Eng {
    font-size: 6.66667vw;
    line-height: 9.86667vw;
    letter-spacing: 0.05em;
    right: 32.53333vw;
    top: 3.73333vw;
  }
}

.c-opencampus-fotter-button__Date {
  position: absolute;
  font-size: 4.25rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 6.3125rem;
  right: 8.3125rem;
  top: 0.75rem;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Date {
    font-size: 7.2vw;
    line-height: 10.66667vw;
    letter-spacing: 0.05em;
    right: 15.46667vw;
    top: 3.73333vw;
  }
}

.c-opencampus-fotter-button__Jpn {
  position: absolute;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 3.4375rem;
  right: 12.25rem;
  top: 6.875rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button__Jpn {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    right: 24vw;
    top: 13.6vw;
  }
}

.c-opencampus-fotter-button02 {
  margin: 0 auto;
  max-width: 46.625rem;
  background: #35ccba;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02 {
    margin-right: 6.5px;
    margin-left: 6.5px;
  }
}

.c-opencampus-fotter-button02__Bg {
  height: 12.1875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Bg {
    height: 24vw;
    background-size: 124vw;
    background-position: left -2.13333vw bottom 0;
  }
}

.c-opencampus-fotter-button02__Content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-opencampus-fotter-button02__Content:after {
  content: "";
  position: absolute;
  width: 2.34375rem;
  height: 2.34375rem;
  border: 4px solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 2.8125rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Content:after {
    width: 3.46667vw;
    height: 3.46667vw;
    right: 3.93333vw;
  }
}

.c-opencampus-fotter-button02__Content:hover {
  cursor: pointer;
}

.c-opencampus-fotter-button02__Content:hover:before {
  right: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Content:hover:before {
    right: 2.33333vw;
  }
}

.c-opencampus-fotter-button02__Content:hover:after {
  right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Content:hover:after {
    right: 3.13333vw;
  }
}

.c-opencampus-fotter-button02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-opencampus-fotter-button02__Eng {
  font-size: 3.4375rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 5.125rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Eng {
    font-size: 6.66667vw;
    line-height: 9.86667vw;
    letter-spacing: 0.05em;
  }
}

.c-opencampus-fotter-button02__Date {
  font-size: 4.25rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 6.3125rem;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Date {
    font-size: 7.2vw;
    line-height: 10.66667vw;
    letter-spacing: 0.05em;
  }
}

.c-opencampus-fotter-button02__Jpn {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 3.4375rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-button02__Jpn {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
  }
}

.c-opencampus-fotter-button02__Jpn__bottom {
  margin-left: 10px;
}

.c-opencampus-fotter-link {
  margin-top: 5.375rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link {
    margin-top: 9.16vw;
    padding: 0 3.2vw;
  }
}

.c-opencampus-fotter-link[data-title="opencampus-index"] {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link[data-title="opencampus-index"] {
    margin-top: 0;
  }
}

.c-opencampus-fotter-link__block {
  width: calc(100% / 3);
  float: left;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__block {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}

.c-opencampus-fotter-link__item {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__item {
    width: 50%;
    float: left;
  }
}

.c-opencampus-fotter-link__item:hover .c-opencampus-fotter-link__bg {
  background: #fff;
}

.c-opencampus-fotter-link__item.item1 {
  background-image: url(../img/opencampus/img_footer_item_1.jpg);
  background-position: right;
}

.c-opencampus-fotter-link__item.item2 {
  background-image: url(../img/opencampus/img_footer_item_2.jpg);
  background-position: top;
}

.c-opencampus-fotter-link__item.item4 {
  background-image: url(../img/opencampus/img_footer_item_4.jpg);
  background-position: bottom;
}

.c-opencampus-fotter-link__item.item5 {
  background-image: url(../img/opencampus/img_footer_item_5.jpg);
  background-position: center;
}

.c-opencampus-fotter-link__center_item {
  height: 23.92rem;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #003762;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__center_item {
    height: 71.52vw;
    padding: 6.17867vw 0 0;
  }
}

.c-opencampus-fotter-link__center_item:hover .c-opencampus-fotter-link__center_bg {
  background: #fff;
}

.c-opencampus-fotter-link__center_item.item3 {
  background-image: url(../img/opencampus/img_footer_item_3.jpg);
  background-position: right -150px center;
}

.c-opencampus-fotter-link__bg {
  background: #043762;
  opacity: 0.3;
  height: 11.96rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__bg {
    height: 20.98933vw;
  }
}

.c-opencampus-fotter-link__center_bg {
  background: transparent;
  opacity: 0.3;
  height: 23.92rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__center_bg {
    height: 71.52vw;
  }
}

.c-opencampus-fotter-link__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15.33375rem;
  max-width: 100%;
  border: 4px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.085rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__text {
    width: 35.97867vw;
    font-size: 3.73333vw;
    line-height: 8.53333vw;
  }
}

.c-opencampus-fotter-link__sub_title {
  position: absolute;
  font-size: 17.12px;
  letter-spacing: 0.075em;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .c-opencampus-fotter-link__sub_title {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__sub_title {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    top: 4.84533vw;
  }
}

.c-opencampus-fotter-link__title {
  position: absolute;
  font-size: 50.3px;
  letter-spacing: 0.05em;
  line-height: 40.176px;
  border-bottom: 5px solid #16375f;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  top: 78.16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  padding-bottom: 8.44px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__title {
    margin: 0 auto;
    font-size: 12.8vw;
    line-height: 14.66667vw;
    top: 8.216vw;
    width: 77.6vw;
    padding-bottom: 5px;
  }
}

.c-opencampus-fotter-link__mark {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #043762;
  background-image: url(../img/opencampus/icon_footer_mark.svg);
  background-repeat: no-repeat;
  background-position: left 0.69625rem top 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-link__mark {
    background-position: left 1.66667vw top 0.51125rem;
    background-size: 1.944vw;
    width: 5.30133vw;
    height: 5.30133vw;
  }
}

.c-opencampus-fotter-info {
  color: #003762;
  margin-top: 3.85125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info {
    margin-top: 5.312vw;
  }
}

.c-opencampus-fotter-info[data-title="opencampus-index"] {
  margin-top: 6.3125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info[data-title="opencampus-index"] {
    margin-top: 13.8vw;
  }
}

.c-opencampus-fotter-info__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__title {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-fotter-info__image {
  margin: 0.58875rem auto;
  padding-top: 0.8125rem;
  height: 5.625rem;
  width: 20.4375rem;
  border: 1px solid #707070;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__image {
    margin: 2.38933vw 2.93333vw 0;
    padding-top: 3.46667vw;
    height: 24vw;
    width: auto;
  }
}

.c-opencampus-fotter-info__image img {
  width: 15.27375rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__image img {
    width: 65.168vw;
  }
}

.c-opencampus-fotter-info__number {
  margin-top: 0.99rem;
  text-align: center;
}

.c-opencampus-fotter-info__number[data-title="opencampus-index"] {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__number {
    margin-top: 1.584vw;
  }
}

.c-opencampus-fotter-info__big {
  display: inline-block;
  padding-left: 3.97313rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.625rem;
  line-height: 3.875rem;
  font-weight: 500;
  background: url(../img/opencampus/icon_fd_mark.svg) no-repeat;
  background-position: left 0 top 1.21437rem;
  background-size: 2.86313rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__big {
    display: block;
    padding-left: 12.528vw;
    font-size: 8.53333vw;
    line-height: 12.53333vw;
    background-position: left 0 top 4.02933vw;
    background-size: 9.496vw;
    width: 63.73333vw;
    margin: 2.39467vw auto 0;
  }
}

.c-opencampus-fotter-info__small {
  display: inline-block;
  margin-left: 1.31438rem;
  margin-top: 0.6325rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  line-height: 2.8125rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__small {
    display: block;
    margin-left: 0;
    margin-top: 1.424vw;
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.c-opencampus-fotter-info__small[data-title="opencampus-index"] {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-info__small[data-title="opencampus-index"] {
    font-size: 6.13333vw;
    line-height: 9.06667vw;
  }
}

.c-opencampus-fotter-mv {
  margin-top: 3.63313rem;
  width: 100%;
  height: 51.9vw;
  background: url(../img/opencampus/img_top_movie.jpg) no-repeat;
  background-size: 100%;
  position: relative;
}

.c-opencampus-fotter-mv__text {
  position: absolute;
  top: 7.9375rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2.375rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-mv__text {
    font-size: 5.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-mv {
    height: 80.8vw;
    margin-top: 13.224vw;
  }
}

.c-opencampus-fotter-company {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.0625rem;
  color: #003762;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-fotter-company {
    font-size: 2.93333vw;
    line-height: 4vw;
    padding: 1.6vw 0;
  }
}

.c-opencampus__line__content {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5fff5;
}

.c-opencampus__line__content .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-opencampus__line__content__title {
  padding: 10px;
  font-size: 1.75rem;
  background-color: #1bb91f;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-opencampus__line__content__title {
    font-size: 1.5rem;
  }
}

.c-opencampus__line__content__wrap {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 20px 33px;
}

@media screen and (max-width: 768px) {
  .c-opencampus__line__content__wrap {
    padding: 15px;
  }
}

.c-opencampus__line__content__point {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #1bb91f;
}

.c-opencampus__line__content__point li {
  margin: 0 0 15px;
  position: relative;
}

.c-opencampus__line__content__point li:last-child {
  margin: 0;
}

.c-opencampus__line__content__point li::before {
  content: "";
  background-image: url(../img/opencampus/check.svg);
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 21px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-opencampus__line__content__point li::before {
    background-size: 20px;
  }
}

.c-opencampus__line__content__point li p {
  padding: 0 0 0 50px;
}

@media screen and (max-width: 768px) {
  .c-opencampus__line__content__point li p {
    padding: 0 0 0 32px;
  }
}

.c-opencampus__line__content__line-detail {
  margin: 40px 0 0 0;
}

.c-opencampus__line__content__line-detail__title {
  padding: 0 0 10px;
  border-bottom: 5px solid #1bb91f;
  font-size: 1.5rem;
  margin: 0 0 20px;
  color: #1bb91f;
}

.c-opencampus__line__content__line-detail__vertical__list li {
  margin: 0 0 10px;
}

.c-opencampus__line__content__line-detail__beside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-opencampus__line__content__line-detail__beside__list li {
  margin: 0 12px 5px 0;
}

.c-opencampus__line__content__line-detail__consultation-btn {
  padding: 20px 0;
  margin: 30px auto 0;
  border-radius: 5px;
  max-width: 550px;
  background-color: #f19500;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus__line__content__line-detail__consultation-btn {
    font-size: 5.33333vw;
  }
}

.c-opencampus__line__content__line-detail__consultation-btn:hover {
  opacity: 0.6;
}

.c-opencampus__line__content__line-detail__line-btn {
  padding: 20px 0;
  margin: 15px auto 0;
  border-radius: 5px;
  max-width: 550px;
  background-color: #1bb91f;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.c-opencampus__line__content__line-detail__line-btn:hover {
  opacity: 0.6;
}

.c-opencampus__line__content__line-detail__line-btn p {
  position: relative;
  display: inline-block;
}

.c-opencampus__line__content__line-detail__line-btn p::after {
  content: "";
  background-image: url(../img/opencampus/line-icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  top: -8px;
}

.c-opencampus__line__content__line-detail__line-btn p span {
  margin: 0 0 0 55px;
}

.c-opencampus__line__content__line-detail dl {
  margin: 0 0 20px;
}

.c-opencampus__line__content__line-detail__sub-title {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.c-opencampus__sogo_sprt {
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: #ebf4f8;
  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: 768px) {
  .c-opencampus__sogo_sprt {
    padding: 15px;
    display: block;
  }
}

.c-opencampus__sogo_sprt__bnr {
  margin: 20px;
  max-width: 420px;
}

@media screen and (max-width: 768px) {
  .c-opencampus__sogo_sprt__bnr {
    margin: 15px 10px;
    max-width: 100%;
  }
}

.c-opencampus__sogo_sprt__bnr a:hover {
  opacity: .6;
}

.c-opencampus__sogo_sprt__attention {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c-opencampus__oral-banner a {
  -webkit-transition: .6s;
  transition: .6s;
}

.c-opencampus__oral-banner a:hover {
  opacity: .6;
}

.p-opencampusContact {
  margin-top: 5.5rem;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact {
    margin-top: 7.46667vw;
  }
}

.p-opencampusContact__title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__title {
    font-size: 4.8vw;
    line-height: 6.93333vw;
  }
}

.p-opencampusContact__line {
  width: 2.5625rem;
  margin: 0.875rem auto 0.9375rem;
  border: 1px solid #003762;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__line {
    width: 29.06667vw;
    margin: 1.6vw auto 3.16vw;
    border: 1px solid #16375f;
  }
}

.p-opencampusContact__title_eng {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #aa7d27;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__title_eng {
    display: none;
  }
}

.p-opencampusContact__info {
  text-align: center;
  margin-top: 0.2725rem;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__info {
    margin-top: 0vw;
  }
}

.p-opencampusContact__comunity {
  display: inline-block;
  margin-top: 1.84312rem;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__comunity {
    display: block;
    margin-top: 0vw;
    font-size: 4.26667vw;
    line-height: 6.13333vw;
  }
}

.p-opencampusContact__tel {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 3.4375rem;
  line-height: 5.125rem;
  font-weight: 500;
  padding-left: 7.4375rem;
  background: url(../img/opencampus/icon_contact_tel.svg) no-repeat;
  background-position: left 2.51063rem top 1.575rem;
  background-size: 3.73813rem;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__tel {
    display: block;
    margin: 0vw auto;
    padding-left: 13.78133vw;
    width: 69.78133vw;
    font-size: 9.33333vw;
    line-height: 13.86667vw;
    background-position: left 0 top 4.34133vw;
    background-size: 10.86133vw;
  }
}

.p-opencampusContact__ul {
  overflow: hidden;
}

.p-opencampusContact__item {
  float: left;
  margin-left: 24px;
  width: calc((100% - 54px) / 3);
  border: 1px solid #16375f;
  padding-top: 5.1875rem;
  height: 10.625rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__item {
    float: none;
    margin-left: 0;
    margin-top: 5.288vw;
    width: 100%;
    padding-top: 0;
    height: 15.2vw;
    font-size: 4vw;
    line-height: 15.2vw;
    text-align: left;
    padding-left: 17.29333vw;
  }
}

.p-opencampusContact__item:hover {
  cursor: pointer;
  background-color: #003762;
  color: #fff;
}

.p-opencampusContact__item:first-child {
  margin-left: 0;
  background-image: url(../img/opencampus/icon_contact_01.svg);
  background-position: center top 2.125rem;
  background-size: 2.75rem;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__item:first-child {
    background-position: left 5.06667vw top 4.768vw;
    background-size: 7.81067vw;
    margin-top: 2.4vw;
  }
}

.p-opencampusContact__item:first-child:hover {
  background-image: url(../img/opencampus/icon_contact_01h.svg);
}

.p-opencampusContact__item:nth-child(2) {
  padding-top: 6.125rem;
  background-image: url(../img/opencampus/icon_contact_02.svg);
  background-position: center top 1.8125rem;
  background-size: 2.8125rem;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__item:nth-child(2) {
    padding-top: 0;
    background-position: left 4.89067vw top 3.632vw;
    background-size: 7.98933vw;
  }
}

.p-opencampusContact__item:nth-child(2):hover {
  background-image: url(../img/opencampus/icon_contact_02h.svg);
}

.p-opencampusContact__item:last-child {
  background-image: url(../img/opencampus/icon_contact_03.svg);
  background-position: center top 1.875rem;
  background-size: 2.3125rem;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__item:last-child {
    background-position: left 5.6vw top 3.93067vw;
    background-size: 6.568vw;
  }
}

.p-opencampusContact__item:last-child:hover {
  background-image: url(../img/opencampus/icon_contact_03h.svg);
}

.p-opencampusContact__item:before {
  content: "";
  position: absolute;
  border-top: 0.65625rem solid transparent;
  border-left: 0.65625rem solid transparent;
  border-right: 0.65625rem solid #043762;
  border-bottom: 0.65625rem solid #043762;
  bottom: 0.3125rem;
  right: 0.3125rem;
}

@media only screen and (max-width: 768px) {
  .p-opencampusContact__item:before {
    border-top: 0.375rem solid transparent;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid #043762;
    border-bottom: 0.375rem solid #043762;
    bottom: 0.22062rem;
    right: 0.22062rem;
  }
}

.p-opencampusMovie__wrap {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .p-opencampusMovie {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-opencampusMovie {
    height: 145.6vw;
    position: absolute;
    top: 0;
    left: -51.46667vw;
    width: 200.53333vw;
    right: 0;
  }
}

.p-opencampus__endText {
  padding: 2.5rem 1.25rem;
}

.p-opencampus__endText__thanks {
  font-size: 2rem;
  text-align: center;
  color: #16375f;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-opencampus__endText__thanks {
    font-size: 4.8vw;
  }
}

.p-opencampus__endText__supplement {
  font-size: 1.5rem;
  text-align: center;
  color: #16375f;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-opencampus__endText__supplement {
    font-size: 3.73333vw;
  }
}

.p-opencampus__endText__supplement a {
  border-bottom: 1px solid #16375f;
  -webkit-transition: .6s;
  transition: .6s;
}

.p-opencampus__endText__supplement a:hover {
  opacity: .6;
}

@media print, screen and (min-width: 769px) {
  .p-header--opencampus__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px;
    width: 100%;
  }
}

.p-header--opencampus__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .p-header--opencampus__right {
    display: none;
  }
}

.p-nav--opencampusList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 11.44px 0 17.5px;
}

.p-nav--opencampus__item {
  font-size: 1rem;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-nav--opencampus__item:not(:last-of-type)::after {
  content: "／";
  margin: 0 0.5em;
}

.p-nav--opencampus__item a {
  position: relative;
}

.p-nav--opencampus__item a:before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 1px solid #000;
  top: -0.15625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.p-nav--opencampus__item a:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 1px solid #000;
  bottom: -0.15625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.p-nav--opencampus__item a:hover {
  color: #003762;
}

.p-nav--opencampus__item a:hover:before {
  width: 100%;
}

.p-nav--opencampus__item a:hover:after {
  width: 100%;
}

.p-nav--opencampus__item.is-current a {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #003762;
}

.p-nav--opencampusSideList {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1rem;
  position: fixed;
  top: 8.345rem;
  right: 0;
  z-index: 999;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .p-nav--opencampusSideList {
    display: none;
  }
}

.p-nav--opencampusSideList__item {
  padding: 1.25rem 0.6875rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: 10px;
}

.p-nav--opencampusSideList__item.blue {
  background: #003762;
}

.p-nav--opencampusSideList__item.red {
  background: #eb7871;
}

.p-nav--opencampusSideList__item:hover {
  cursor: pointer;
}

.p-nav--opencampusSideList__item:hover.blue {
  background: #689de5;
}

.p-nav--opencampusSideList__item:hover.red {
  background: #ffa29d;
}

.p-nav--opencampusSideList__eng {
  font-family: "Oswald", sans-serif;
}

.p-nav--opencampusMenuList {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 4.99467vw;
  overflow-y: auto;
  background: #fff;
  color: #003762;
  font-size: 4vw;
  line-height: 8.53333vw;
  font-weight: 500;
  display: none;
}

.p-nav--opencampusMenuList__item {
  border-top: 1px solid #e4e4e4;
  padding-left: 6.472vw;
  position: relative;
}

.p-nav--opencampusMenuList__item:before {
  content: "";
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #16375f;
  border-right: 1px solid #16375f;
  width: 1.74133vw;
  height: 1.74133vw;
  right: 4.79733vw;
  top: 3.10667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-nav--opencampusMenuList__submenu {
  border-top: 1px solid #e4e4e4;
  padding-left: 6.472vw;
}

.p-nav--opencampusMenuList__submenu:before {
  content: "";
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #16375f;
  border-right: 1px solid #16375f;
  width: 1.74133vw;
  height: 1.74133vw;
  right: 4.79733vw;
  top: 3.10667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-nav--opencampusMenuList__subitem {
  padding-left: 10.472vw;
}

.p-nav--opencampusMenuList .last {
  border-bottom: 1px solid #e4e4e4;
}

.c-opencampus-index-schedule__item.is-current:hover::after {
  display: none;
}

.c-opencampus-index-schedule__item.is-finished {
  color: #999;
  border: 1px solid #999;
  background-color: #ccc;
}

.c-opencampus-index-schedule__item.is-finished::before {
  border-bottom-color: #999;
  border-right-color: #999;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item__kaizyougata {
    padding: 0 6.5px;
  }
}

.c-opencampus-index-schedule__item__kaizyougata a {
  margin-top: 1.4375rem;
  width: calc(100% / 2 + 115px);
  color: #003762;
  height: 6.875rem;
  font-size: 26px;
  background: #fff;
  border: 1px solid #16375f;
  position: relative;
  float: left;
  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 only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item__kaizyougata a {
    width: 100%;
    font-size: 4.8vw;
    height: 18.66667vw;
  }
}

.c-opencampus-index-schedule__item__kaizyougata a:before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #16375f;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1.6875rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item__kaizyougata a:before {
    width: 3.46667vw;
    height: 3.46667vw;
    right: 3.13333vw;
  }
}

.c-opencampus-index-schedule__item__kaizyougata a:after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1.9375rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item__kaizyougata a:after {
    width: 3.46667vw;
    height: 3.46667vw;
    right: 3.93333vw;
  }
}

.c-opencampus-index-schedule__item__kaizyougata a:hover {
  cursor: pointer;
}

.c-opencampus-index-schedule__item__kaizyougata a:hover:before {
  right: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item__kaizyougata a:hover:before {
    right: 2.33333vw;
  }
}

.c-opencampus-index-schedule__item__kaizyougata a:hover:after {
  right: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index-schedule__item__kaizyougata a:hover:after {
    right: 3.13333vw;
  }
}

.c-opencampus-index-schedule__item__kaizyougata.is-finished a {
  border: 1px solid #999;
  color: #999;
}

.c-opencampus-index-schedule__item__kaizyougata.is-finished a:before {
  background: #999;
}

.c-opencampus-index-schedule__date {
  margin-top: 0;
}

.c-opencampus-index-schedule__date.small {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-opencampus-index-schedule__date.small {
    margin-top: 2vw;
  }
}

.c-opencampus-index-schedule__text strong {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .c-opencampus-index-schedule__text {
    margin-top: 0;
  }
}

.c-opencampus-index-news__category {
  width: 138px;
}

.c-opencampus-index-news__text {
  width: calc(100% - 240px);
}

@media screen and (min-width: 769px) {
  .kobetsu .c-opencampus-single {
    padding: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__title {
    color: #003762;
    border-bottom: 0;
    padding-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.2;
    font-size: 1.4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__title::after {
    margin: 1.25rem 0 0;
    content: "";
    width: 2.25rem;
    height: 0.1875rem;
    background-color: #20375c;
    display: block;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__time {
    width: 540px;
    margin-top: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__time .c-opencampus-single__time__text {
    padding: 0 1rem;
    font-size: 0.8rem;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__time .c-opencampus-single__time__title {
    width: 6rem;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__button {
    width: 380px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .kobetsu .c-opencampus-single .c-opencampus-single__text {
    padding: 30px 20px 30px 15px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .c-opencampus-index-news__text {
    width: 100%;
  }
  .l-inner--1000.kobetsu {
    padding: 0;
  }
  .l-inner--1000.kobetsu .c-opencampus-single__title {
    color: #003762;
  }
  .l-inner--1000.kobetsu .c-opencampus-single__time__text {
    margin-top: 0;
  }
  .l-inner--1000.kobetsu .c-opencampus-single {
    padding-bottom: 0;
  }
}

.c-opencampus-lunch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch {
    display: block;
  }
}

.c-opencampus-lunch .c-opencampus-lunch_box {
  margin: 30px 0;
}

.c-opencampus-lunch .c-opencampus-lunch_box:first-child {
  border-right: #003762 1px solid;
  padding-right: 3%;
  padding-left: 3%;
  width: 50%;
  min-width: 450px;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch .c-opencampus-lunch_box:first-child {
    width: 90%;
    margin: 0 auto;
    border-right: 0;
    border-bottom: #003762 1px solid;
    padding: 0;
    min-width: auto;
  }
}

.c-opencampus-lunch .c-opencampus-lunch_box:last-child {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch .c-opencampus-lunch_box:last-child {
    width: auto;
    margin-top: 0;
  }
}

.c-opencampus-lunch .c-opencampus-lunch__image {
  float: none;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch .c-opencampus-lunch__image {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.c-opencampus-lunch .c-opencampus-lunch__image img {
  width: 80%;
}

.c-opencampus-lunch .c-opencampus-lunch__image img.cafe {
  width: 70%;
}

.c-opencampus-lunch .c-opencampus-lunch__content {
  text-align: left;
  float: none;
  width: auto;
  min-width: auto;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch .c-opencampus-lunch__content {
    padding-bottom: 0;
  }
}

.c-opencampus-lunch .c-opencampus-lunch__content__title {
  width: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch .c-opencampus-lunch__content__title {
    margin-bottom: 0;
  }
}

.c-opencampus-lunch .c-opencampus-lunch__content__title__icon .cafeicon {
  width: 60px;
}

.c-opencampus-lunch .c-opencampus-lunch__content__text {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-opencampus-lunch .c-opencampus-lunch__content__text {
    width: 100%;
    text-align: center;
  }
}

.c-opencampus-index-schedule__item.is-finished:hover::after {
  display: none;
}

.c-opencampus-index-schedule__item.finished {
  color: #999;
  border: 1px solid #999;
}

.c-opencampus-index-schedule__item.finished::before {
  border-bottom-color: #999;
  border-right-color: #999;
}

.c-opencampus-index-schedule__date {
  margin-top: 0;
}

.c-opencampus-index-schedule__date.small {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-opencampus-index-schedule__date.small {
    margin-top: 2vw;
  }
}

.c-opencampus-index-schedule__text strong {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .c-opencampus-index-schedule__text {
    margin-top: 0;
  }
}

.c-opencampus-index-news__category {
  width: 138px;
}

.c-opencampus-index-news__text {
  width: calc(100% - 240px);
}

.c-pageMv__textDate__yb {
  float: left;
  line-height: 5rem;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .c-pageMv__textDate__yb {
    line-height: 9vw;
  }
  .c-pageMv__textDate__yb img {
    width: 5vw;
  }
}

.c-pageMv__textDate__uktk {
  float: left;
  color: #003762;
  font-size: 1.5rem;
  margin-left: 6px;
  line-height: 7.75rem;
}

@media screen and (max-width: 768px) {
  .c-pageMv__textDate__uktk {
    font-size: 3vw;
    line-height: 13vw;
  }
}

.bg-pnk-attention {
  color: #eb8c89;
  padding: 20px 80px;
  margin: 1.5rem 0 15px !important;
  font-size: 1rem;
  font-family: sans-serif;
  border: 1px solid #e04e32;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bg-pnk-attention {
    padding: 3vw;
    font-size: 3.3vw;
    line-height: 1.5;
  }
}

.attendant-attention {
  text-align: center;
  font-family: sans-serif;
  font-size: 1rem;
  color: #eb8c89;
}

.c-opencampus-content_item__title {
  font-family: 'Noto Serif JP', serif;
}

.c-opencampus-content_item.child .c-opencampus-content_item__title {
  border-bottom: 1px solid #ccc;
}

.c-opencampus-content_item.last {
  margin-bottom: 50px !important;
}

.c-opencampus-lunch {
  margin-top: 10px;
}

.c-opencampus-lunch__content__text {
  white-space: normal;
}

.txt_s_red {
  color: #e04e32;
  font-size: 1.4rem;
}

.c-opencampus-fotter-button {
  margin-top: 30px;
}

.c-opencampus-parking {
  margin-top: 20px;
}

.program .c-opencampus-fotter-mv {
  height: 1px;
}

.c-opencampus-fotter-mv {
  overflow: hidden;
}

.c-pageMv__textJpn.shimekiri {
  top: auto;
  bottom: 9%;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}

.c-pageMv__textJpn.shimekiri .u_large {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .c-pageMv__textJpn.shimekiri .u_large {
    font-size: 4vw;
  }
}

.c-pageMv__textJpn.shimekiri img {
  display: inline-block;
  width: 1.2rem;
  height: auto;
  margin: 0 0.4rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-pageMv__textJpn.shimekiri {
    bottom: 0%;
    font-size: 3.5vw;
  }
  .c-pageMv__textJpn.shimekiri img {
    width: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .c-pageMv[data-title="opencampus-top"] {
    height: 32vw;
  }
}

.mt-60 {
  margin-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.c-opencampus-content_parents_time {
  background: #ebf4f8;
  margin: 0 0.5rem 0 0;
  padding: 10px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #2f79b1;
}

@media screen and (max-width: 768px) {
  .c-opencampus-content_parents_time {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.c-opencampus-content_item__content--parent {
  margin-bottom: 80px;
}

.c-opencampus-content_item__content__text__annotation {
  color: #000;
  font-size: 0.8rem;
  font-family: "Oswald", sans-serif;
  margin-top: 20px;
  line-height: 5.33333vw;
}

.c-pageMv__textDate__y[data-title="opencampus-top"] {
  font-size: 2.5rem;
  margin-top: 0.75rem;
}

@media all and (-ms-high-contrast: none) {
  .c-pageMv__textDate__y[data-title="opencampus-top"] {
    color: #dfe7f3;
    text-shadow: 1px 1px 0 #003762, -1px 1px 0 #003762, 1px -1px 0 #003762, -1px -1px 0 #003762;
  }
}

@media screen and (max-width: 768px) {
  .c-pageMv__textDate__y[data-title="opencampus-top"] {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.c-pageMv__textDate__md[data-title="opencampus-top"].left_mins {
  margin-left: 0;
}

.c-opencampus-index-schedule__content {
  margin: 1rem auto;
}

.c-opencampus-index-schedule2__button {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-opencampus-index-news__text {
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  .c-pageMv__webopencampus-bnr {
    position: absolute;
    bottom: 130px;
    right: 50%;
    margin-right: -36.25rem;
  }
  .c-pageMv__webopencampus-bnr img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-pageMv__webopencampus-bnr img {
    width: 100%;
  }
}

.p-header--opencampus--virtual {
  padding: 12px 0;
}

.opencampus__virtual__mv {
  background-image: url(../img/opencampus/web-opencampus/mv.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .opencampus__virtual__mv {
    background-image: url(../img/opencampus/web-opencampus/mv-sp.jpg);
  }
}

.opencampus__virtual__mv__title {
  max-width: 516px;
  width: 39%;
  padding: 4% 0 27%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .opencampus__virtual__mv__title {
    margin: 0 auto;
    padding: 33% 0 73%;
    width: 89%;
  }
}

.opencampus__virtual__section {
  margin: 100px 0;
}

@media (max-width: 575.98px) {
  .opencampus__virtual__section {
    margin: 60px 0;
  }
}

.opencampus__virtual__section1 {
  margin: 100px 0 0;
}

@media (max-width: 575.98px) {
  .opencampus__virtual__section1 {
    margin: 60px 0 0;
  }
}

.opencampus__virtual .c-opencampus-simulation__item__title {
  color: #07365E;
}

.opencampus__virtual__moveBlock-two li {
  width: 48%;
}

.opencampus__virtual__moveBlock-three li {
  width: 32.333333333333333%;
}

.opencampus__virtual__moveBlock {
  margin: 40px 0 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;
}

@media (max-width: 768px) {
  .opencampus__virtual__moveBlock {
    display: block;
  }
}

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

.opencampus__virtual__moveBlock li {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .opencampus__virtual__moveBlock li {
    width: 100%;
  }
}

.opencampus__virtual__moveBlock li .movie-wrap {
  margin: 10px 0 0 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.opencampus__virtual__moveBlock li .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opencampus__virtual__moveBlock li .caption-title {
  padding: 10px 0;
  font-size: 1.3125rem;
  border-bottom: 1px solid #07365E;
  color: #07365E;
}

.opencampus__virtual__moveBlock li .caption-text {
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.opencampus__virtual__Panorama-banner {
  margin: 0 auto;
  max-width: 315px;
}

.oc-program-top {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .oc-program-top {
    text-align: center;
  }
}

.oc-program-top__wrap {
  background: no-repeat center/cover;
  background-image: url(../img/opencampus/img_mv_top.jpg);
  padding: 70px 0;
  position: relative;
  width: 100%;
}

.oc-program-top__jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  line-height: 2.3125rem;
  color: #003762;
  letter-spacing: -.05em;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__jp {
    font-size: 1rem;
  }
}

.oc-program-top__en {
  font-family: "Oswald", sans-serif;
  font-size: 4.625rem;
  color: #003762;
  line-height: 6.8125rem;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__en {
    font-size: 1.625rem;
    line-height: 1.8125rem;
  }
}

.oc-program-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.oc-program-top__inner__item__y {
  font-size: 2.5rem;
  margin-top: .75rem;
  line-height: 5.75rem;
  -webkit-text-stroke: 1px #003762;
  text-stroke: 1px #003762;
  color: transparent;
  margin-right: 10px;
}

.oc-program-top__inner__item__m {
  font-size: 3.875rem;
  line-height: 5.75rem;
  color: #003762;
  margin-top: 0.18188rem;
}

.oc-program-top__inner__item__yb {
  line-height: 5rem;
  margin-left: 10px;
}

.oc-program-top__inner__time {
  font-size: 1.875rem;
  line-height: 2.75rem;
  color: #003762;
  margin-top: 2.68188rem;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__inner__time {
    font-size: 7.46667vw;
    width: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.oc-program-top__inner__time span {
  font-size: 0.8em;
}

.oc-program-top__inner__time .annotation {
  margin: 0 0 0 0.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.oc-program-top__text {
  color: #003762;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__text {
    margin: 20px 0 0;
    font-size: 4.26667vw;
  }
}

.oc-program-top__simekiri {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 2.3125rem;
  color: #003762;
  letter-spacing: -.05em;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__simekiri {
    font-size: 1rem;
  }
}

.oc-program-top__simekiri .u_large {
  font-size: 1.66667em;
}

.oc-program-top__simekiri img {
  width: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .oc-program-top__simekiri img {
    vertical-align: -.1em;
    margin: 0 5px;
  }
}

.oc-program-top__attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2.3125rem;
  margin-top: 10px;
  color: #003762;
}

.p-opencampus-schedule__attention a {
  text-decoration: underline;
}

.p-opencampus-schedule__attention a:hover {
  text-decoration: none;
}

.c-mini-department-experience {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.c-mini-department-experience__title {
  font-size: 24px;
  color: #003762;
  font-family: "Noto Serif JP", serif;
  border-bottom: 3px solid !important;
  letter-spacing: 0.1em !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-mini-department-experience__title img {
  max-width: 74.4px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .c-mini-department-experience__title img {
    max-width: 40px;
  }
}

.c-mini-department-experience__description {
  margin: 1em 0;
  line-height: 1.45;
}

.c-mini-department-experience__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003762;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0;
}

@media only screen and (max-width: 768px) {
  .c-mini-department-experience__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-mini-department-experience__box > div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-mini-department-experience__box > img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.c-mini-department-experience__recommendation-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 1em;
}

.c-mini-department-experience__recommendation-list {
  font-size: 18px;
  font-weight: 500;
  text-indent: -1em;
}

.c-mini-department-experience__recommendation-list li {
  margin-bottom: 0.8em;
  padding-left: 1em;
}

.c-mini-department-experience__details {
  background: #F4F5F7;
  padding: 40px 30px 15px;
  color: #003762;
}

@media only screen and (max-width: 768px) {
  .c-mini-department-experience__details {
    padding: 30px 15px 15px;
  }
}

.c-mini-department-experience__details-title {
  border-bottom: 1px solid;
  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: 1em;
}

@media only screen and (max-width: 768px) {
  .c-mini-department-experience__details-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-mini-department-experience__details-title em {
  font-weight: 700;
  font-size: 20px;
  color: #003762;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 768px) {
  .c-mini-department-experience__details-title em {
    display: block;
    margin-bottom: 5px;
  }
}

.c-mini-department-experience__details-title span {
  margin-left: 1em;
}

.c-mini-department-experience__details-item {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 1em;
  padding: 18.5px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 769px) {
  .c-mini-department-experience__details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-mini-department-experience__details-item:last-of-type {
  border-bottom: none;
}

.c-mini-department-experience__details-item > dt {
  font-size: 22px;
  font-weight: 700;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.c-mini-department-experience__details-item > dt img {
  max-width: 60px;
  margin-right: 0.8em;
}

.c-mini-department-experience__details-item > dd {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  padding-top: 17.5px;
  line-height: 1.45;
}

.c-mini-department-experience__details-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 769px) {
  .c-mini-department-experience__details-item dl {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mini-department-experience__details-item dl {
    margin-bottom: 5px;
  }
}

.c-mini-department-experience__details-item dl dt {
  font-size: 24px;
}

.c-mini-department-experience__details-item dl dd {
  font-size: 18px;
  color: #333;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 資料請求 request */
.p-request__title span {
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  margin-right: -.17em;
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: .2em;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 768px) {
  .p-request__title {
    margin-top: 30px;
  }
}

.p-request-about {
  background-color: #EFF9FF;
  padding: 30px 30px 30px 23px;
}

@media only screen and (max-width: 768px) {
  .p-request-about {
    padding: 10px;
  }
}

.p-request-about__text {
  color: #003762;
  max-width: 351px;
}

.p-request-about__text span {
  font-size: 1.3125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .p-request-about__text span {
    font-size: 18px;
  }
}

.p-request-about__img {
  max-width: 119px;
}

.p-request-sec__title span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
  letter-spacing: .15em;
}

@media only screen and (max-width: 768px) {
  .p-request-sec__title span {
    font-size: 18px;
  }
}

.p-request-sec__img {
  width: 200px;
}

.p-request-form__red {
  color: #ED1C24;
}

.p-request-form__privacy {
  color: #004181;
  text-decoration: underline;
}

.p-request-form__dt {
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}

.p-request-form__dt:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #004181;
}

.p-request-form__dd {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media only screen and (max-width: 768px) {
  .p-request-form__dd {
    margin-top: 5px;
  }
}

.p-request-form__post {
  width: 5.5rem;
}

.p-request-form__caution {
  color: #ED1C24;
  font-size: 0.875rem;
}

.p-request-form__working {
  background-color: #EFF9FF;
  padding: 4px 15px;
}

.p-request-form__majorT {
  background-color: #EFF9FF;
  padding: 4px 15px;
}

.p-request-form__majorW {
  background-color: #FFE6D0;
  padding: 4px 15px;
}

.p-request-form input[type="text"],
.p-request-form input[type="email"],
.p-request-form input[type="submit"],
.p-request-form select {
  border: 1px solid #ccc;
  font-size: 0.8125rem;
  padding: 6px 12px;
  letter-spacing: .05em;
  max-width: 315px;
  width: 100%;
}

.p-request-form input[name="zip"] {
  width: 110px;
}

.p-request-form input[name="grade"] {
  width: 66px;
}

.p-request-form input[name="graduation"] {
  width: 90px;
}

.p-request-form input[type="radio"],
.p-request-form input[type="checkbox"] {
  margin-right: 15px;
}

.p-request-form__select {
  position: relative;
  width: 186px;
}

.p-request-form__select::after {
  content: '';
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 10px;
  width: 9px;
  height: 9px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
}

.p-request-form select {
  border: 1px solid #ccc;
  font-size: 0.9375rem;
  padding: 3px 30px;
  letter-spacing: .05em;
  width: 186px;
}

.p-request-form .p-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-request-form textarea {
  max-width: 428px;
  min-height: 146px;
  border: 1px solid #ccc;
  font-size: 0.8125rem;
  padding: 6px 12px;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .p-request-form textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-request-form-button__wrap {
    margin-left: 0;
  }
}

.p-request-form__button {
  width: 180px;
  height: 40px;
  padding: 0;
  font-family: "Noto Serif JP", serif;
}

.p-request-form__button button {
  width: 100%;
  height: 100%;
}

.p-request .mw_wp_form_input .p-input_none {
  display: none;
}

.p-request .mw_wp_form_confirm .p-request-form__select::after,
.p-request .mw_wp_form_confirm .p-confirm_none {
  display: none;
}

.p-request .mw_wp_form .error {
  width: 100%;
}

.p-request .mw_wp_form_complete .p-complete_none {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p-separate__title span {
    font-size: 2rem;
  }
}

.p-request-form input[name="month"],
.p-request-form input[name="day"],
.p-request-form input[name="hour"],
.p-request-form input[name="minute"] {
  width: 66px;
  font-size: 0.9375rem;
  padding: 3px 10px;
}

.p-request-form__hour {
  width: 66px;
}

.p-request-form__hour select {
  width: 100%;
  padding: 3px 10px;
}

.p-request-form input[name="gender"] {
  margin-right: 5px;
}

.p-request-form input[name="teacher"],
.p-request-form input[name="club"],
.p-request-form input[name="club_teacher"] {
  width: 186px;
}

.p-request-form .mw_wp_form_confirm .p-request-form__hour {
  width: auto;
  margin: 0 3px;
}

.p-request-form__way .mwform-radio-field-text {
  min-width: 4rem;
  display: inline-block;
}

.p-contact-tel {
  background-color: #EFF9FF;
  padding: 20px;
}

.p-contact-tel__school {
  color: #003762;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .p-contact-tel__school {
    margin-right: 0;
  }
}

.p-contact-tel__school span {
  font-size: 1.3125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .p-contact-tel__school span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact-tel__number {
    width: auto;
    margin-top: 10px;
  }
}

/*==============================
宝塚DATA
============================== */
.c-pageMv[data-title="campuslife-under"].akarazukaData {
  background-image: url(../img/takarazuka-data/img_takarazuka-data.jpg);
}

.p-takarazukaData {
  /* ================
  common
  ================ */
  margin: 82px auto;
  font-size: 16px;
  font-size: 1rem;
  /* ================
  学生数と男女比は？
  ================ */
  /* ================
  実家暮らし?ひとり暮らし?
  ================ */
  /* ================
  学科別学生数と男女比は？
  ================ */
  /* 学科別学生数と男女比は？ */
  /* 柔道整復学科 */
  /* 鍼灸学科 */
  /* ================
  クラブ・サークル活動は？
  ================ */
  /* ================
  入学生出身高等学校一覧
  ================ */
}

.p-takarazukaData .f-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.p-takarazukaData .sp-inline {
  display: none;
}

@media (max-width: 575.98px) {
  .p-takarazukaData .sp-inline {
    display: inline;
  }
}

.p-takarazukaData__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.p-takarazukaData__title-icon {
  margin: 0 0 0 20px;
  display: inline-block;
}

.p-takarazukaData__sub {
  margin: 30px 0 60px;
  text-align: center;
  line-height: 24px;
}

.p-takarazukaData__border {
  border: 1px solid #227fab;
}

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

@media (max-width: 575.98px) {
  .p-takarazukaData__flex {
    display: block;
  }
}

.p-takarazukaData__flex--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-takarazukaData__flex--left .p-takarazukaData__block4 {
  margin: 0 3% 0 0;
}

@media (max-width: 575.98px) {
  .p-takarazukaData__flex--left .p-takarazukaData__block4 {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  .p-takarazukaData__flex--sp {
    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;
  }
}

.p-takarazukaData__block2 {
  width: 48%;
}

@media (max-width: 575.98px) {
  .p-takarazukaData__block2 {
    margin: 0 0 20px;
    width: 100%;
  }
}

.p-takarazukaData__block3 {
  width: 31.33333333333%;
}

@media (max-width: 575.98px) {
  .p-takarazukaData__block3 {
    margin: 0 0 40px;
    width: 100%;
  }
}

.p-takarazukaData__block4 {
  width: 22%;
}

@media (max-width: 575.98px) {
  .p-takarazukaData__block4 {
    width: 48%;
  }
}

.p-takarazukaData__content_m {
  padding: 20px 80px;
}

@media (max-width: 575.98px) {
  .p-takarazukaData__content_m {
    padding: 20px;
  }
}

.p-takarazukaData__content_l {
  padding: 20px 20px;
}

.p-takarazukaData__box__title {
  padding: 16px 0 29px;
  background: -webkit-gradient(linear, left top, right top, from(#2f7daa), to(#1c5083));
  background: linear-gradient(to right, #2f7daa, #1c5083);
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  min-height: 110px;
}

.p-takarazukaData__box__title--text1 {
  margin: 35px 0 0 40%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-takarazukaData__box__title--text1 {
    margin: 25px 0 0 25%;
  }
}

.p-takarazukaData__box__title--text2 {
  margin: 35px 0 0 13%;
  position: relative;
}

.p-takarazukaData__box__title--text3 {
  margin: 35px 0 0 37%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-takarazukaData__box__title--text3 {
    margin: 25px 0 0 15%;
  }
}

.p-takarazukaData__borderTitle {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #227fab;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-takarazukaData__pieChart {
  margin: 0 auto 20px;
  max-width: 230px;
}

.p-takarazukaData__tableCap {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-takarazukaData__tableCap--top {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-takarazukaData__comment {
  margin: 10px 0 0;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-takarazukaData__qtext1 {
  position: absolute;
  top: -30px;
  left: 84px;
}

.p-takarazukaData__gender-ratio-icon {
  width: 130px;
  position: absolute;
  right: 24%;
  top: 38px;
}

@media only screen and (max-width: 768px) {
  .p-takarazukaData__gender-ratio-icon {
    width: 90px;
    margin: 0;
    position: absolute;
    top: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-takarazukaData__students_number {
  font-size: 67px;
  font-size: 4.1875rem;
}

.p-takarazukaData__students_number span {
  font-size: 33px;
  font-size: 2.0625rem;
}

.p-takarazukaData__bar-graph {
  margin: 28px auto 22px;
  max-width: 478px;
  width: 100%;
}

.p-takarazukaData__table--cerulean_blue {
  border-collapse: collapse;
}

.p-takarazukaData__table--cerulean_blue tr:last-child {
  border-top-color: #227fab;
  border-top-width: 2px;
  border-top-style: solid;
}

.p-takarazukaData__table--cerulean_blue tr td,
.p-takarazukaData__table--cerulean_blue tr th {
  border-right: 1px solid rgba(78, 179, 226, 0.5);
}

.p-takarazukaData__table--cerulean_blue tr:nth-child(odd) th {
  background-color: rgba(34, 127, 171, 0.1);
}

.p-takarazukaData__table--cerulean_blue tr:nth-child(odd) td {
  background-color: rgba(34, 127, 171, 0.1);
}

.p-takarazukaData__table--cerulean_blue tr:nth-child(1) th {
  background-color: #227fab;
  color: #fff;
}

.p-takarazukaData__table tbody {
  text-align: center;
}

.p-takarazukaData__table tbody tr:nth-child(even) th {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr td:last-child {
  border-right: 0px none;
}

.p-takarazukaData__table tbody td {
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody th {
  border-left: 0px none;
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__qtext2 {
  position: absolute;
  top: -30px;
  left: 114px;
}

.p-takarazukaData__home-icon {
  width: 49px;
  position: absolute;
  right: 60px;
  top: 38px;
}

.p-takarazukaData__table--cerulean_pink {
  border-collapse: collapse;
}

.p-takarazukaData__table--cerulean_pink tr:last-child {
  border-top-color: #e7837d;
  border-top-width: 2px;
  border-top-style: solid;
}

.p-takarazukaData__table--cerulean_pink tr td,
.p-takarazukaData__table--cerulean_pink tr th {
  border-right: 1px solid rgba(245, 185, 182, 0.5);
}

.p-takarazukaData__table--cerulean_pink tr:nth-child(odd) th {
  background-color: rgba(231, 131, 125, 0.1);
}

.p-takarazukaData__table--cerulean_pink tr:nth-child(odd) td {
  background-color: rgba(231, 131, 125, 0.1);
}

.p-takarazukaData__table--cerulean_pink tr:nth-child(1) th {
  background-color: #e7837d;
  color: #fff;
}

.p-takarazukaData__table tbody {
  text-align: center;
}

.p-takarazukaData__table tbody tr:nth-child(even) th {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr td:last-child {
  border-right: 0px none;
}

.p-takarazukaData__table tbody td {
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody th {
  border-left: 0px none;
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody tr td:first-child {
  border-left: 0px none;
}

.p-takarazukaData__qtext3 {
  position: absolute;
  top: -28px;
  left: 119px;
}

.p-takarazukaData__person-icon {
  position: absolute;
  top: 26px;
  right: 25%;
  width: 42px;
}

@media only screen and (max-width: 768px) {
  .p-takarazukaData__person-icon {
    margin: 0;
    position: absolute;
    top: 73px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
  }
}

.p-takarazukaData__table--cerulean_green {
  border-collapse: collapse;
}

.p-takarazukaData__table--cerulean_green tr:last-child {
  border-top-color: #3ab483;
  border-top-width: 2px;
  border-top-style: solid;
}

.p-takarazukaData__table--cerulean_green tr td,
.p-takarazukaData__table--cerulean_green tr th {
  border-right: 1px solid rgba(133, 224, 188, 0.5);
}

.p-takarazukaData__table--cerulean_green tr:nth-child(odd) th {
  background-color: rgba(58, 180, 131, 0.1);
}

.p-takarazukaData__table--cerulean_green tr:nth-child(odd) td {
  background-color: rgba(58, 180, 131, 0.1);
}

.p-takarazukaData__table--cerulean_green tr:nth-child(1) th {
  background-color: #3ab483;
  color: #fff;
}

.p-takarazukaData__table tbody {
  text-align: center;
}

.p-takarazukaData__table tbody tr:nth-child(even) th {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr td:last-child {
  border-right: 0px none;
}

.p-takarazukaData__table tbody td {
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody th {
  border-left: 0px none;
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table--cerulean_hyacinth {
  border-collapse: collapse;
}

.p-takarazukaData__table--cerulean_hyacinth tr:last-child {
  border-top-color: #5185c5;
  border-top-width: 2px;
  border-top-style: solid;
}

.p-takarazukaData__table--cerulean_hyacinth tr td,
.p-takarazukaData__table--cerulean_hyacinth tr th {
  border-right: 1px solid rgba(141, 171, 209, 0.5);
}

.p-takarazukaData__table--cerulean_hyacinth tr:nth-child(odd) th {
  background-color: rgba(81, 133, 197, 0.1);
}

.p-takarazukaData__table--cerulean_hyacinth tr:nth-child(odd) td {
  background-color: rgba(81, 133, 197, 0.1);
}

.p-takarazukaData__table--cerulean_hyacinth tr:nth-child(1) th {
  background-color: #5185c5;
  color: #fff;
}

.p-takarazukaData__table tbody {
  text-align: center;
}

.p-takarazukaData__table tbody tr:nth-child(even) th {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr td:last-child {
  border-right: 0px none;
}

.p-takarazukaData__table tbody td {
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody th {
  border-left: 0px none;
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table--cerulean_orange {
  border-collapse: collapse;
}

.p-takarazukaData__table--cerulean_orange tr:last-child {
  border-top-color: #f5a32d;
  border-top-width: 2px;
  border-top-style: solid;
}

.p-takarazukaData__table--cerulean_orange tr td,
.p-takarazukaData__table--cerulean_orange tr th {
  border-right: 1px solid rgba(255, 195, 111, 0.5);
}

.p-takarazukaData__table--cerulean_orange tr:nth-child(odd) th {
  background-color: rgba(245, 163, 45, 0.1);
}

.p-takarazukaData__table--cerulean_orange tr:nth-child(odd) td {
  background-color: rgba(245, 163, 45, 0.1);
}

.p-takarazukaData__table--cerulean_orange tr:nth-child(1) th {
  background-color: #f5a32d;
  color: #fff;
}

.p-takarazukaData__table tbody {
  text-align: center;
}

.p-takarazukaData__table tbody tr:nth-child(even) th {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr td:last-child {
  border-right: 0px none;
}

.p-takarazukaData__table tbody td {
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody th {
  border-left: 0px none;
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__baseball-icon {
  position: absolute;
  top: 15px;
  right: 21%;
  width: 100px;
}

.p-takarazukaData__table--cerulean_nile-blue {
  border-collapse: collapse;
}

.p-takarazukaData__table--cerulean_nile-blue tr td,
.p-takarazukaData__table--cerulean_nile-blue tr th {
  border-right: 1px solid rgba(93, 210, 216, 0.5);
}

.p-takarazukaData__table--cerulean_nile-blue tr:nth-child(odd) th {
  background-color: rgba(47, 178, 185, 0.1);
}

.p-takarazukaData__table--cerulean_nile-blue tr:nth-child(odd) td {
  background-color: rgba(47, 178, 185, 0.1);
}

.p-takarazukaData__table--cerulean_nile-blue tr:nth-child(1) th {
  background-color: #2fb2b9;
  color: #fff;
}

.p-takarazukaData__table tbody {
  text-align: center;
}

.p-takarazukaData__table tbody tr:nth-child(even) th {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-takarazukaData__table tbody tr td:last-child {
  border-right: 0px none;
}

.p-takarazukaData__table tbody td {
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__table tbody th {
  border-left: 0px none;
  border-top: 0px none;
  border-bottom: 0px none;
}

.p-takarazukaData__tableTitle {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-takarazukaData__tableTitle span {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-takarazukaData__map {
  margin: 80px 0 40px;
}

.p-takarazukaData__map__img {
  margin: 40px 0 0;
}

.p-takarazukaData__high_school_list {
  margin: 0 0 40px;
  padding: 0 0 40px;
}

.p-takarazukaData__high_school_list--border {
  border-bottom: 2px solid #ccc;
}

.p-takarazukaData__high_school_list__title {
  margin: 0 0 15px;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, right top, from(#2f7daa), to(#1c5083));
  background: linear-gradient(to right, #2f7daa, #1c5083);
  text-align: center;
  color: #fff;
}

@media (max-width: 575.98px) {
  .p-takarazukaData__high_school_list__title {
    margin: 20px 0 15px;
  }
}

.p-takarazukaData__high_school_list__title--outer {
  margin: 30px 0 15px;
}

.p-takarazukaData__high_school_list__prefectures {
  padding: 5px 0;
  color: #227fab;
  background-color: rgba(81, 133, 197, 0.2);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-takarazukaData__high_school_list__prefectures--outer {
  margin: 26px 0 0;
}

.p-takarazukaData__high_school_list__prefectures--outerTop {
  margin: 10px 0 0;
}

.p-takarazukaData__high_school_list___item {
  margin: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/*==============================
module
============================== */
.mt40 {
  margin: 40px 0 0;
}

.mtb40 {
  margin: 40px 0;
}

.mb40 {
  margin: 0 0 40px;
}

.color_blue {
  color: #227fab;
}

.color_hyacinth {
  color: #5185c5;
}

.color_pink {
  color: #e7837d;
}

.color_orange {
  color: #f5a32d;
}

.color_green {
  color: #3ab483;
}

.color_nile-blue {
  color: #2fb2b9;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

@media (max-width: 575.98px) {
  .w-70 {
    width: 100%;
  }
}

.f-go-b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.f-go-m {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-go-l {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.l-main__csw {
  padding-top: 82px;
}

@media only screen and (max-width: 768px) {
  .l-main__csw {
    padding-top: 48px;
  }
}

/* 社会福祉士養成課程 */
.csw {
  /* ヘッダー */
  /*=============================
  .btn-trigger
  =============================*/
  /*=============================
  #btn01
  =============================*/
  /* /ヘッダー */
  /* 社会福祉士とは  社会福祉士の活躍の場 */
  /* 入学者を支える3つの柱 */
  /* 宝塚医療大学について */
  /* オープンキャンパス */
  /* 資料請求（無料）はこちらから */
  /* SP固定ボタン */
}

@media only screen and (max-width: 768px) {
  .csw {
    padding: 0 0 40px;
  }
}

.csw__header__inner {
  margin: 0 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .csw__header__inner {
    width: 100%;
    margin: 0;
  }
}

.csw__header__virtual {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .csw__header__virtual {
    width: 100%;
    height: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .csw .p-header--opencampus__right {
    margin: 0 0 -20px;
  }
}

.csw .btn-trigger {
  position: relative;
  width: 32px;
  height: 22px;
  cursor: pointer;
}

.csw .btn-trigger__wrap {
  position: absolute;
  right: 15px;
  top: 13px;
}

.csw .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.csw .btn-trigger,
.csw .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.csw .btn-trigger span:nth-of-type(1) {
  top: 0;
}

.csw .btn-trigger span:nth-of-type(2) {
  top: 10px;
}

.csw .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.csw #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.csw #btn01.active span:nth-of-type(2) {
  opacity: 0;
}

.csw #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.csw__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .csw__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.csw__menu li.job-description-wrap {
  margin: 0 0 0 1px;
  min-width: 175px;
  background-color: #00afd5;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.csw__menu li.job-description-wrap.document-request {
  background-color: #13375f;
}

.csw__menu li.job-description-wrap.opencampus {
  background-color: #FF3984;
}

@media only screen and (max-width: 768px) {
  .csw__menu li.job-description-wrap {
    margin: 1px 0 0 0;
  }
}

.csw__menu li.job-description-wrap:hover {
  opacity: 0.6;
}

.csw__menu li a {
  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;
  height: 82px;
  margin: 0 30px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .csw__menu li a {
    margin: 0;
    padding: 0 0 0 20px;
    height: 50px;
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.csw__menu li a:hover {
  opacity: 0.6;
}

.csw__menu li a .job-description-wrap-icon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.csw__menu li a .free {
  font-size: 0.75rem;
}

.csw__menu .job-description {
  margin: 0;
}

.csw__menu .job-description img {
  width: 25px;
}

@media only screen and (max-width: 768px) {
  .csw .p-header--opencampus__right {
    border-top: 1px solid #c9caca;
  }
}

@media print, screen and (min-width: 769px) {
  .csw a[href^="tel:"] {
    pointer-events: none;
  }
}

.csw .l-wrapper {
  overflow: hidden;
}

.csw .intent {
  padding-left: 1em;
  text-indent: -1em;
}

.csw .pink-color {
  color: #ec6d89;
}

.csw .blue-color {
  color: #00afd5;
}

.csw__lineTitle {
  text-align: center;
}

.csw__lineTitle__text {
  margin: 60px 0 0;
  color: #00afd5;
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .csw__lineTitle__text {
    font-size: 5.86667vw;
  }
}

.csw__lineTitle__text::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .csw__lineTitle__text::after {
    display: none;
  }
}

.csw__lineTitle__text::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .csw__lineTitle__text::before {
    display: none;
  }
}

.csw__mv {
  position: relative;
}

.csw__mv__img {
  height: 660px;
}

.csw__mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 768px) {
  .csw__mv__img {
    height: auto;
  }
}

.csw__mv__block {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}

@media only screen and (max-width: 768px) {
  .csw__mv__block {
    margin: -130px auto 0;
    width: 95%;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
  }
}

.csw__mv__block__opencampus {
  max-width: 544px;
  margin-top: 10px;
}

.csw__section {
  margin: 100px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .csw__section {
    margin: 60px 0;
    font-size: 3.73333vw;
  }
}

.csw__designation {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .csw__designation {
      margin-top: 40px;
  }
}
.csw__designation__hdg {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 768px) {
  .csw__designation__hdg {
      margin-bottom: 40px;
  }
}
.csw__designation__hdg::before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ec6d89;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 2;
}
.csw__designation__hdg::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #00afd5;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
  .csw__designation__hdg::before {
      height: 1px;
      bottom: -15px;
  }
  .csw__designation__hdg::after {
      height: 1px;
      bottom: -15px;
  }
}
.csw__designation__hdg__bottom {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .csw__designation__hdg__bottom {
    font-size: 1.4rem;
    text-align: justify;
  }
  .csw__designation__hdg__bottom br{
    display: none;
  }
}

.csw__designation p {
	font-size: 1rem;
    line-height: 1.73333;
	margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  .csw__designation p {
    font-size: 3.73333vw;
    margin-bottom: 21px;
  }
}

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

@media only screen and (max-width: 768px) {
  .csw__introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__introduction__block {
  padding: 0 5px;
  width: calc(100% / 2 - 10px);
}

@media only screen and (max-width: 768px) {
  .csw__introduction__block {
    width: 100%;
    margin: 0 0 60px;
  }
  .csw__introduction__block:last-child {
    width: 100%;
    margin: 0 0 0;
  }
}

.csw__introduction__title {
  margin: 0 0 30px;
  text-align: center;
}

.csw__introduction__title p {
  padding: 10px 0;
  font-size: 1.125rem;
  display: inline-block;
  border-bottom: 2px solid #00afd5;
  border-top: 2px solid #ec6d89;
  font-weight: 400;
}

.csw__introduction__contents__image {
  margin: 0 15px 0 0;
  max-width: 215px;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .csw__introduction__contents__image {
    margin: 0 0 20px;
    max-width: 100%;
    float: none;
  }
}

.csw__information {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

.csw__information p {
    font-size: 1rem;
    line-height: 1.73333;
    margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  .csw__information p {
      font-size: 3.73333vw;
      line-height: 1.73333;
      margin-bottom: 21px;
  }
}
.csw__information a {
    color: #00B1D8;
    text-decoration: underline;
    word-break: break-all;
}
.csw__information a:hover {
    text-decoration: none;
}
.csw__pillar {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .csw__pillar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 769px) {
  .csw__pillar__img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (max-width: 768px) {
  .csw__pillar__img {
    margin-bottom: 25px;
  }
}

.csw__pillar__hdg {
  margin-bottom: 20px;
  text-align: center;
}

.csw__pillar__hdg__top {
  font-size: 1.4rem;
  margin-bottom: .2em;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__hdg__top {
    font-size: 1rem;
  }
}

.csw__pillar__hdg__top em {
  color: #000;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__hdg__top em {
    font-size: 1.2rem;
  }
}

.csw__pillar__hdg__bottom {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__hdg__bottom {
    font-size: 1.4rem;
  }
}

.csw__pillar__hdg__bottom em {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 3px;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__hdg__bottom em {
    font-size: 2.4rem;
  }
}

.csw__pillar__list {
  counter-reset: item;
}

.csw__pillar__list__item {
  font-size: 1.4rem;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__list__item {
    font-size: 1.1rem;
  }
}

.csw__pillar__list__item:not(:last-of-type) {
  border-bottom: 1px solid #C9CACA;
}

.csw__pillar__list__item::before {
  font-size: 2rem;
  counter-increment: item;
  content: counter(item);
  border-bottom: 2px solid;
  padding-bottom: .1em;
  font-weight: bold;
  color: #2BAD41;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__list__item::before {
    font-size: 1.2rem;
    top: 2px;
  }
}

.csw__pillar__list__item:nth-of-type(2)::before {
  color: #F29548;
}

@media print, screen and (min-width: 769px) {
  .csw__pillar__list__item:nth-of-type(2)::before {
    top: 7px;
  }
}

.csw__pillar__list__item:nth-of-type(3)::before {
  color: #EF8890;
}

.csw__pillar__desc__hdg {
  font-weight: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .csw__pillar__desc__hdg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.csw__pillar__desc__h3 {
  color: #fff;
  min-width: 150px;
  padding: 8px 0;
  font-size: .9rem;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__desc__h3 {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 768px) {
  .csw__pillar__desc__p {
    margin-left: 10px;
    margin-top: 10px;
  }
}

.csw__pillar__desc__text {
  font-size: 1rem;
  line-height: 1.4;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .csw__pillar__desc__text {
    font-size: 3.73333vw;
  }
}

.csw__pillar__desc__text em {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 6px;
}

.csw__pillar__desc__text em:not(:first-of-type) {
  margin-top: 10px;
}

.csw .csw_color_green {
  background: #2BAD41;
}

.csw .csw_color_orange {
  background: #F29548;
}

.csw .csw_color_pink {
  background: #EF8890;
}

.csw__about {
  padding: 40px;
  background-color: #eaf6fd;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .csw__about {
    padding: 110px 10px 20px;
  }
}

.csw__about__title {
  width: 50%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .csw__about__title {
    width: 100%;
  }
}

.csw__about__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.csw__about__title__icon {
  width: 65px;
}

.csw__about__title__text {
  font-size: 1.5rem;
  position: relative;
  width: 350px;
  margin: 20px 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .csw__about__title__text {
    font-size: 5.86667vw;
  }
}

.csw__about__title__text::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #00afd5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .csw__about__title__text::after {
    bottom: -10px;
  }
}

.csw__about__title__text::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #ec6d89;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .csw__about__title__text::before {
    bottom: -10px;
  }
}

.csw__about__bkImage {
  max-width: 642px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .csw__about__bkImage {
    width: 80%;
  }
}

.csw__about__desc {
  margin: 20px 0 0;
}

.csw__about__content {
  margin: 70px 0 0;
  padding: 75px 40px 40px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .csw__about__content {
    margin: 50px 0 0;
    padding: 75px 10px 20px;
  }
}

.csw__about__content__japan {
  width: 129px;
  position: absolute;
  top: 40px;
  right: 50px;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__japan {
    width: 100px;
    top: -40px;
    right: 10px;
  }
}

.csw__about__content__title {
  font-size: 2.125rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__title {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

.csw__about__content__title span {
  margin: 0 20px 0 0;
  display: inline-block;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__title span {
    margin: 0;
    display: inline;
  }
}

.csw__about__content__featureTitle {
  text-align: center;
}

.csw__about__content__featureTitle__warp {
  margin: 30px 0 0;
  display: inline-block;
}

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

.csw__about__content__featureTitle__two {
  width: 34px;
}

.csw__about__content__featureTitle__text {
  margin: 15px 0 0 5px;
  font-size: 1.375rem;
}

.csw__about__content__training {
  margin: 40px 0 0;
}

.csw__about__content__training__title {
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__training__title {
    width: 100%;
  }
}

.csw__about__content__training__title::after {
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  display: block;
  content: "";
  position: absolute;
  right: 44%;
  bottom: -24px;
}

.csw__about__content__training__title__course {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  justify-content: space-evenly;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__training__title__course {
    display: block;
  }
}

.csw__about__content__training__title.blue {
  margin: 0 ;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__training__title.blue {
    margin: 0;
  }
}

.csw__about__content__training__title.blue::after {
  border-top: 15px solid #00afd5;
}

.csw__about__content__training__title.pink {
  background-color: #ec6d89;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__training__title.pink {
    margin: 40px 0 20px;
  }
}

.csw__about__content__training__title.pink::after {
  border-top: 15px solid #ec6d89;
}

.csw__about__content__training__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csw__about__content__training__title__name {
  margin: 0 10px 0 0;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__training__title__name {
    font-size: 3.73333vw;
  }
}

.csw__about__content__training__title__year {
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__training__title__year {
    font-size: 3.73333vw;
  }
}

.csw__about__content__table {
  border-top: 1px solid #c9caca;
}

.csw__about__content__table::after {
  content: "";
  display: block;
  clear: both;
}

.csw__about__content__generalTraining {
  float: left;
  /* width: 57%; */
  border-right: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__generalTraining {
    float: none;
    width: 100%;
    border-right: none;
    font-size: 3.46667vw;
    border-bottom: 1px solid #c9caca;
  }
}

.csw__about__content__generalTraining__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__generalTraining__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.csw__about__content__generalTraining__detail__caption {
  width: 25%;
  padding: 10px 20px;
  background-color: #eaf6fd;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__generalTraining__detail__caption {
    padding: 10px;
    width: 100%;
  }
}

.csw__about__content__generalTraining__detail__desc {
  width: 75%;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__generalTraining__detail__desc {
    padding: 15px 0;
    width: 100%;
  }
}

.csw__about__content__shortTraining {
  float: left;
  width: 43%;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__shortTraining {
    float: none;
    width: 100%;
    border-right: none;
    font-size: 3.46667vw;
    border-top: 1px solid #c9caca;
  }
}

.csw__about__content__shortTraining__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__shortTraining__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.csw__about__content__shortTraining__detail__caption {
  width: 25%;
  padding: 10px 20px;
  background-color: #eaf6fd;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__shortTraining__detail__caption {
    width: 100%;
    padding: 10px;
  }
}

.csw__about__content__shortTraining__detail__desc {
  width: 100%;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .csw__about__content__shortTraining__detail__desc {
    padding: 15px 0;
  }
}

.csw__about__content__shortTraining__detail__desc ul {
  margin: 10px 0;
}

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

@media only screen and (max-width: 768px) {
  .csw__about__annotation {
    padding: 20px 0 0;
    border-top: 1px solid #c9caca;
  }
}

.csw__designatedSubject::after {
  content: "";
  display: block;
  clear: both;
}

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

.csw__designatedSubject__images__csw5 {
  width: 32%;
  margin: 0 0 0 2%;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__images__csw5 {
    width: 74%;
  }
}

.csw__designatedSubject__supplement {
  margin: 5px 0 0;
  text-align: center;
}

.csw__designatedSubject__list {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.csw__designatedSubject__list li {
  text-indent: -0.4em;
  margin-left: 0.4em;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list {
    margin-top: 40px;
  }
}

.csw__designatedSubject__list__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 40px;
  font-size: 1.1rem;
  font-weight: 500;
  top: -50px;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list__hdg {
    display: none;
  }
}

.csw__designatedSubject__list__hdg__h3 {
  color: #fff;
  text-align: center;
}

.csw__designatedSubject__list__hdg .ippan {
  background: #00AFD5;
  width: 100%;
}

.csw__designatedSubject__list__hdg .tanki {
  background: #EC6D89;
  width: 33.33%;
}

.csw__designatedSubject__list__hdg__sp {
  font-size: 4.73333vw;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__designatedSubject__list ul {
  font-size: 0.875rem;
  width: calc(100% / 3);
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list ul {
    border-right: none;
    width: 100%;
    font-size: 3.73333vw;
  }
}

.csw__designatedSubject__list ul:nth-of-type(1) {
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list ul:nth-of-type(1) {
    padding: 0;
  }
}

.csw__designatedSubject__list ul:nth-of-type(2) {
  padding: 0 10px;
  /* border-right: 1px solid #c9caca; */
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list ul:nth-of-type(2) {
    padding: 0;
  }
}

.csw__designatedSubject__list ul:nth-of-type(3) {
  padding: 0 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__list ul:nth-of-type(3) {
    padding: 0;
  }
}

.csw__designatedSubject__list ul span {
  margin: 0 5px 0 0;
  display: inline-block;
}

.csw__designatedSubject__notes {
  float: right;
  border-bottom: 1px solid #231815;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .csw__designatedSubject__notes {
    margin: 20px 0 0;
  }
}

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

@media only screen and (max-width: 768px) {
  .csw__schooling__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__schooling__desc {
  width: 620px;
  padding: 0 3% 0 0;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__desc {
    width: 100%;
  }
}

.csw__schooling__image {
  width: calc(97% - 620px);
}

@media only screen and (max-width: 768px) {
  .csw__schooling__image {
    margin: 20px 0 0;
    width: 100%;
  }
}

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

.csw__schooling__title__icon {
  width: 63px;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__title__icon {
    width: 50px;
  }
}

.csw__schooling__title__text {
  width: calc(100% - 63px);
  margin: 15px 0 0 10px;
  font-size: 1.5rem;
  position: relative;
}

.csw__schooling__title__text::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #ec6d89;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.csw__schooling__title__text::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #00afd5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.csw__schooling__title__text span {
  margin: 0 0 0 10px;
  font-size: 0.875rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__title__text span {
    margin: 5px 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.csw__schooling__tag {
  margin: 15px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__tag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.csw__schooling__tag li {
  margin: 10px 0 0;
  padding: 2px 6px;
  font-size: 0.8125rem;
  border-radius: 3px;
  text-align: center;
  background-color: #00afd5;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
  margin-right: 5px;
  letter-spacing: .05em;
}

.csw__schooling__tag li span {
  font-size: .8em;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__tag li {
    min-height: 34px;
    margin: 6px 3px 0;
  }
}

.csw__schooling__address {
  margin: 30px 0 0;
  border-top: 1px solid #c9caca;
}

.csw__schooling__address__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__address__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.csw__schooling__address__prefectures {
  padding: 5px 0 5px 15px;
  font-weight: 300;
  background-color: #eaf6fd;
  width: 13%;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__address__prefectures {
    width: 100%;
  }
}

.csw__schooling__address__schoolName {
  padding: 5px 15px;
  width: 35%;
  border-right: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__address__schoolName {
    padding: 15px 15px 0px;
    width: 100%;
    border-right: none;
  }
}

.csw__schooling__address__schoolName a {
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.csw__schooling__address__schoolName a:hover {
  opacity: 0.7;
}

.csw__schooling__address__schoolName .link-icon {
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csw__schooling__address__schoolAddress {
  padding: 5px 0 5px 15px;
  width: 52%;
}

@media only screen and (max-width: 768px) {
  .csw__schooling__address__schoolAddress {
    padding: 5px 0 15px 15px;
    width: 100%;
  }
}

.csw__schooling__address__schoolAddress .postal {
  margin: 0 5% 0 0;
  display: inline-block;
}

.csw__schooling__address__this {
  background-color: #00afd5;
  color: #fff;
}

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

@media only screen and (max-width: 768px) {
  .csw__lecturers__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__lecturers__images {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__images {
    margin: 0 0 30px;
    width: 100%;
  }
}

.csw__lecturers__images p {
  width: 48%;
}

.csw__lecturers__description {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__description {
    width: 100%;
  }
}

.csw__lecturers__description__text {
  margin: 30px 0 0;
}

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

.csw__lecturers__title__icon {
  width: 42px;
}

.csw__lecturers__title__text {
  width: calc(100% - 42px);
  margin: 15px 0 0 10px;
  font-size: 1.5rem;
  position: relative;
}

.csw__lecturers__title__text::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #ec6d89;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.csw__lecturers__title__text::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #00afd5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.csw__lecturers__tuition {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  border-left: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__tuition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__lecturers__tuition dl {
  text-align: center;
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__tuition dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.csw__lecturers__tuition dl dt {
  padding: 10px 0;
  background-color: #eaf6fd;
  border-top: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  height: 53px;
  line-height: 32px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__tuition dl dt {
    width: calc(100% / 3);
  }
}

.csw__lecturers__tuition dl .general-development {
  background-color: #00afd5;
  color: #fff;
  border: none;
  position: relative;
}

.csw__lecturers__tuition dl .general-development::after {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00afd5;
  position: absolute;
  right: -10px;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__tuition dl .general-development::after {
    display: none;
  }
}

.csw__lecturers__tuition dl .short-development {
  background-color: #ec6d89;
  color: #fff;
  border: none;
  position: relative;
}

.csw__lecturers__tuition dl .short-development::after {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ec6d89;
  position: absolute;
  right: -10px;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__tuition dl .short-development::after {
    display: none;
  }
}

.csw__lecturers__tuition dl dd {
  padding: 12px 0;
  height: 53px;
  border-top: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
}

@media only screen and (max-width: 768px) {
  .csw__lecturers__tuition dl dd {
    /* width: calc(100% / 3); */
    width: 100%;
  }
}

.csw__lecturers__tuition__annotation {
  margin: 5px 0 0;
}

.csw__pdt {
  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;
}

@media only screen and (max-width: 768px) {
  .csw__pdt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__pdt__list {
  margin: 0 0 20px;
  width: 49%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .csw__pdt__list {
    margin: 0 0 12px;
    width: 100%;
  }
}
.csw__information .csw__pdt__list {
    margin: 0 auto 20px;
    width: 60%;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .csw__information .csw__pdt__list {
      width: 100%;
  }
}
.csw__opencampus .csw__pdt__list {
  margin: 0 auto 20px;
  width: 60%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus .csw__pdt__list {
    margin: 0 0 12px;
    width: 100%;
  }
}

.csw__pdt__list a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #00afd5;
  display: block;
  cursor: pointer;
  position: relative;
  text-align: left;
}
.csw__information .csw__pdt__list a {
    background-color: #13375f;
    text-decoration: none;
}
.csw__opencampus .csw__pdt__list a {
  background-color: #dd758a;
  text-decoration: none;
}

.csw__pdt__list a:hover {
  opacity: 0.6;
}

.csw__pdt__list--pink a {
  background-color: #dd758a;
}

.csw__pdt__list--green a {
  background-color: #2BAD41;
}

.csw__pdt__wrap {
  padding: 0 0 0 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  height: 4.375rem;
}

@media only screen and (max-width: 768px) {
  .csw__pdt__wrap {
    padding: 0 0 0 5%;
    font-size: 4.26667vw;
    height: 5.625rem;
  }
}

.csw__information .csw__pdt__wrap {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 50px 30px;
}
@media only screen and (max-width: 768px) {
  .csw__information .csw__pdt__wrap {
      padding: 25px 0 25px 15px;
  }
}
.csw__opencampus .csw__pdt__wrap {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 50px 30px;
}
@media only screen and (max-width: 768px) {
  .csw__opencampus .csw__pdt__wrap {
      padding: 25px 0 25px 15px;
  }
}
.csw__pdt__wrap span {
  margin: 0 10px 0 0;
  padding: 13px 10px 16px;
  background-color: #00afd5;
  color: #fff;
  border-radius: 5 px;
  display: inline-block;
}

.csw__information .csw__pdt__wrap p {
    margin-bottom: 0;
    font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .csw__information .csw__pdt__wrap p {
      font-size: 3.73333vw;
  }
}
.csw__pdt__pdfIcon {
  margin: 0 20px 0 0;
  width: 26px;
}

@media only screen and (max-width: 768px) {
  .csw__pdt__pdfIcon {
    margin: 0 15px 0 0;
    width: 7%;
    left: 5%;
  }
}

.csw__pdt__download {
  width: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .csw__pdt__download {
    width: 7%;
    right: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .csw__pdt__text {
    width: 75%;
    font-size: 3.73333vw;
    line-height: 1.73333;
  }
}

.csw__opencampus {
  background: #FFEFF3;
  margin-top: 105px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 0 40px 40px;
  font-size: 0.9375rem;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus {
    padding: 0 15px 30px;
    font-size: 3.73333vw;
  }
}

.csw__opencampus__text {
  line-height: 1.73333;
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  .csw__opencampus__text {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .csw__opencampus__text.u-ml20 {
    margin-left: 0;
  }
}

.csw__opencampus h2 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.csw__opencampus h2 img {
  width: 654px;
}

.csw__opencampus h3 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus h3 {
    font-size: 6.66667vw;
  }
}

.csw__opencampus h3 em {
  font-size: 50px;
  color: #EF6C88;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff));
  background: linear-gradient(transparent 60%, #fff 40%);
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus h3 em {
    font-size: 9.33333vw;
    margin-bottom: 15px;
  }
}

.csw__opencampus h3 em::before, .csw__opencampus h3 em::after {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 3px solid;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus h3 em::before, .csw__opencampus h3 em::after {
    width: 30px;
    height: 30px;
  }
}

.csw__opencampus h3 em::before {
  border-bottom: none;
  border-right: none;
  bottom: 30px;
  left: -50px;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus h3 em::before {
    bottom: 15px;
    left: -35px;
  }
}

.csw__opencampus h3 em::after {
  border-top: none;
  border-left: none;
  bottom: -30px;
  right: -50px;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus h3 em::after {
    bottom: -15px;
    right: -35px;
  }
}

.csw__opencampus__dayList {
  margin-top: 30px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.csw__opencampus__dayList__hdg {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 32px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__hdg {
    font-size: 4.26667vw;
    line-height: 1.3125;
  }
}

.csw__opencampus__dayList__hdg::before, .csw__opencampus__dayList__hdg::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/csw/ashirai_opencampus.svg") top center/cover;
  width: 26px;
  height: 24px;
}

@media print, screen and (min-width: 769px) {
  .csw__opencampus__dayList__hdg::before, .csw__opencampus__dayList__hdg::after {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__hdg::before, .csw__opencampus__dayList__hdg::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__hdg::before {
    left: 0;
  }
}

.csw__opencampus__dayList__hdg::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__hdg::after {
    right: 0;
  }
}

.csw__opencampus__dayList__item {
  margin: 0 0 15px;
  border: 2px solid #000;
  padding: 20px;
  background: #fff;
  text-align: center;
  width: 218px;
}

.csw__opencampus__dayList__item__oc-close{
  margin: 0 0 15px;
  border: 2px solid #666666;
  padding: 20px;
  text-align: center;
  background: #d4d4d4;
  width: 218px;
  opacity: 0.6;
}


@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__item {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 20px 0;
    margin-right: 4%;
    margin-bottom: 22px;
  }
	
.csw__opencampus__dayList__item__oc-close {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 20px 0;
    margin-right: 4%;
    margin-bottom: 22px;
  }

  .csw__opencampus__dayList__item:nth-of-type(2n) {
    margin-right: 0;
  }
	
  .csw__opencampus__dayList__item__oc-close:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .csw__opencampus__dayList__item:not(:nth-child(4n)) {
    margin-right: 15px;
  }
  .csw__opencampus__dayList__item__oc-close:not(:nth-child(4n)) {
    margin-right: 15px;
  }
}

.csw__opencampus__dayList__item__number {
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .025em;
  padding: 3px 0;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__item__number {
    font-size: 4.53333vw;
    margin: 0 20px;
  }
}

.csw__opencampus__dayList__item__day {
  font-size: 46px;
  font-weight: 700;
  margin: 5px 0 8px;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__item__day {
    font-size: 10.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.csw__opencampus__dayList__item__day em {
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__item__day em {
    margin-left: -1px;
    display: inline-block;
  }
}

.csw__opencampus__dayList__item__day span {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__item__day span {
    width: 22px;
    height: 22px;
    font-size: 3.73333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 2px;
  }
}

.csw__opencampus__dayList__item__day span.saturday {
  background: #00B1D8;
}

.csw__opencampus__dayList__item__day span.sunday {
  background: #FF3984;
}

.csw__opencampus__dayList__item__time {
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .csw__opencampus__dayList__item__time {
    font-size: 4.26667vw;
  }
}

.csw__opencampus__qr {
  position: relative;
}

.csw__opencampus__qr__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}

.csw__opencampus__qr__hdg {
  border-left: 3px solid #00B1D8;
  padding-left: 8px;
  line-height: 26px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 28px;
}

.csw__opencampus__qr a {
  color: #00B1D8;
  text-decoration: underline;
}

.csw__opencampus__qr a:hover {
  text-decoration: none;
}

.csw__contact {
  padding: 45px 0;
  border: 2px solid #00afd5;
}

.csw__contact__title {
  margin: 0 0 20px;
  font-size: 2.8125rem;
  text-align: center;
  color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .csw__contact__title {
    font-size: 2.25rem;
  }
}

.csw__contact__tel {
  margin: 20px 0;
  font-size: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .csw__contact__tel {
    font-size: 9.06667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__contact__tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 769px) {
  .csw__contact__tel__wrap {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .csw__contact__tel__wrap {
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.csw__contact__tel__wrap .tel-block {
  margin: 0 10px 0 0;
  background-color: #00afd5;
  font-size: 1.5rem;
  padding: 11px 10px;
  color: #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  .csw__contact__tel__wrap .tel-block {
    padding: 8px 10px;
    font-size: 4.26667vw;
  }
}

.csw__contact__tel__wrap .tel-number {
  height: 33px;
}

.csw__contact__etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .csw__contact__etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.csw__contact__etc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .csw__contact__etc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }
}

.csw__contact__etc__wrap p {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .csw__contact__etc__wrap p {
    margin: 0 10px 10px;
  }
}
.csw__contact__etc__wrap span {
  margin: 0 5px 0 0;
  color: #00afd5;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .csw__contact__etc__wrap span {
    margin: 0 5px 0 0;
    color: #00afd5;
    display: block;
  }
}

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

@media only screen and (max-width: 768px) {
  .csw__contact__etc__sns {
    margin: 20px 0 0;
  }
}

.csw__contact__etc__sns__icon {
  margin: 0 8px;
}

.csw__contact__etc__sns__icon--twitter img {
  width: 32px;
  height: 32px;
}

.csw__contact p {
  text-align: center;
}

.csw .p-footerSns {
  display: none !important;
}

.csw .p-footer__fixedList {
  display: none !important;
}

.csw__documentRequest__btn {
  padding: 40px 0;
  width: 100%;
  background-color: #13375f;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .csw__documentRequest__btn {
    padding: 30px 0;
  }
}

.csw__documentRequest__btn:hover {
  opacity: 0.7;
}

.csw__documentRequest__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .csw__documentRequest__btn::after {
    right: 1em;
  }
}

.csw__documentRequest__btn p {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csw__documentRequest__btn p .job-description-wrap-icon {
  margin: 0 10px 0 0;
  width: 30px;
  display: inline-block;
}

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

.csw__fixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.csw__fixedBtn ul {
  display: none;
}

@media only screen and (max-width: 768px) {
  .csw__fixedBtn ul {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.csw__fixedBtn__item {
  width: 50%;
}

.csw__fixedBtn__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csw__fixedBtn__item .job-description {
  height: 80px;
  font-size: 4.26667vw;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00afd5;
  color: #fff;
}

.csw__fixedBtn__item .job-description.document-request {
  background-color: #13375f;
}

.csw__fixedBtn__item .job-description .job-description-wrap-icon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.csw__fixedBtn__item .job-description img {
  width: 25px;
}

.csw__fixedBtn__item .job-description .free {
  font-size: 3.2vw;
}

@media only screen and (max-width: 768px) {
  .csw #backToTop {
    bottom: 100px;
  }
}

.p-request-form-address {
  margin: 40px 0 100px;
  padding: 20px 0;
  max-width: 400px;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
}

/* 社会福祉士養成課程 */
.oral {
  overflow-x: auto;
  /* ヘッダー */
  /*=============================
  .btn-trigger
  =============================*/
  /*=============================
  タイトル
  =============================*/
  /*=============================
  #btn01
  =============================*/
  /* /ヘッダー */
  /* 保健医療学部 口腔保健学科 */
  /* 育成する人物像 */
  /* 育成する人物像 */
  /* 卒業後の進路 */
  /* 充実の奨学金制度 */
  /* キャンパス */
  /* SP固定ボタン */
}

@media only screen and (max-width: 768px) {
  .oral {
    padding: 0 0 40px;
  }
}

.oral__header__inner {
  margin: 0 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .oral__header__inner {
    padding: 13px 0;
    width: 100%;
    margin: 0;
  }
}

.oral__header__virtual {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .oral__header__virtual {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .oral .p-header--opencampus__right {
    margin: 0 0 -20px;
    background-color: #fff;
  }
}

.oral .btn-trigger {
  position: relative;
  width: 32px;
  height: 22px;
  cursor: pointer;
}

.oral .btn-trigger__wrap {
  position: absolute;
  right: 15px;
  top: 14px;
}

.oral .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.oral .btn-trigger,
.oral .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oral .btn-trigger span:nth-of-type(1) {
  top: 0;
}

.oral .btn-trigger span:nth-of-type(2) {
  top: 10px;
}

.oral .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.oral__title {
  font-size: 32px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #19a6a8;
}

@media only screen and (max-width: 768px) {
  .oral__title {
    font-size: 5.86667vw;
  }
}

.oral__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #19a6a8;
}

.oral__title img {
  margin: 0 10px 0 0;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .oral__title.statue:after {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .oral__title.characteristic:after {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .oral__title.course:after {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .oral__title.scholarship:after {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .oral__title.campus:after {
    width: 85%;
  }
}

.oral__title__statue__text {
  width: 340px;
}

.oral__title__characteristic__text {
  width: 640px;
}

.oral__title__course__text {
  width: 275px;
}

.oral__title__scholarship__text {
  width: 420px;
}

.oral__title__campus__text {
  width: 200px;
}

.oral #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.oral #btn01.active span:nth-of-type(2) {
  opacity: 0;
}

.oral #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

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

@media only screen and (max-width: 768px) {
  .oral__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.oral__menu li {
  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: 0 30px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

.oral__menu li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .oral__menu li a {
    width: 100%;
    height: 50px;
  }
}

.oral__menu li a:hover {
  opacity: 0.6;
}

.oral__menu li a .job-description-wrap-icon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.oral__menu li a .free {
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .oral__menu li {
    margin: 0;
    padding: 0 0 0 20px;
    height: 50px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.oral__menu li.job-description-wrap {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .oral__menu li.job-description-wrap {
    margin: 1px 0 0 0;
    padding: 0;
  }
}

.oral__menu li.job-description-wrap a {
  margin: 0 0 0 1px;
  min-width: 175px;
  height: 82px;
  background-color: #13375f;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .oral__menu li.job-description-wrap a {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.oral__menu li.job-description-wrap a:hover {
  opacity: 0.6;
}

.oral__menu li.job-description-wrap.opencampus a {
  min-width: 200px;
  background-color: #19a6a8;
}

.oral__menu .job-description img {
  width: 25px;
}

@media only screen and (max-width: 768px) {
  .oral .p-header--opencampus__right {
    border-top: 1px solid #c9caca;
  }
}

@media print, screen and (min-width: 769px) {
  .oral a[href^="tel:"] {
    pointer-events: none;
  }
}

.oral .l-wrapper {
  overflow: hidden;
}

.oral .intent {
  padding-left: 1em;
  text-indent: -1em;
}

.oral .pink-color {
  color: #ec6d89;
}

.oral .blue-color {
  color: #00afd5;
}

.oral__lineTitle {
  text-align: center;
}

.oral__lineTitle__text {
  margin: 60px 0 0;
  color: #00afd5;
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .oral__lineTitle__text {
    font-size: 5.86667vw;
  }
}

.oral__lineTitle__text::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .oral__lineTitle__text::after {
    display: none;
  }
}

.oral__lineTitle__text::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .oral__lineTitle__text::before {
    display: none;
  }
}

.oral__mv {
  position: relative;
}

.oral__mv__top {
  width: 90%;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.oral__mv__img {
  height: 660px;
}

@media print, screen and (min-width: 1600px) {
  .oral__mv__img {
    height: 760px;
  }
}

.oral__mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 768px) {
  .oral__mv__img {
    height: 630px;
    position: relative;
    z-index: 1;
  }
}

.oral__mv__block {
  width: 786px;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}

@media only screen and (max-width: 768px) {
  .oral__mv__block {
    margin: -100px auto 0;
    width: 90%;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
    z-index: 2;
  }
}

.oral__section {
  margin: 70px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .oral__section {
    margin: 60px 0;
    font-size: 3.73333vw;
  }
}

.oral__detail__title {
  margin: 0 0 45px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .oral__detail__title {
    margin: 0 0 25px;
    line-height: 1.3;
    font-size: 4.8vw;
  }
}

.oral__detail__title span {
  font-size: 40px;
  color: #19a6a8;
}

@media only screen and (max-width: 768px) {
  .oral__detail__title span {
    font-size: 5.86667vw;
  }
}

.oral__detail__list {
  margin: 35px 0 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;
}

@media only screen and (max-width: 768px) {
  .oral__detail__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oral__detail__list__item {
  margin: 0 0 30px;
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .oral__detail__list__item {
    width: 100%;
  }
}

.oral__detail__list__item__dt {
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #19a6a8;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #19a6a8;
}

@media only screen and (max-width: 768px) {
  .oral__detail__list__item__dt {
    font-size: 4.26667vw;
  }
}

.oral__detail__list__item__dt span {
  margin: 0 5px 0 0;
  font-size: 15px;
}

.oral__statue__dl {
  margin: 35px 0 0;
}

.oral__statue__dt {
  margin: 0 0 30px;
  font-size: 26px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

@media only screen and (max-width: 768px) {
  .oral__statue__dt {
    margin: 0 0 20px;
    font-size: 4.8vw;
  }
}

.oral__statue__imgList {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .oral__statue__imgList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.oral__statue__imgList__item {
  width: calc(100% / 4 - 10px * 3 / 4);
}

@media only screen and (max-width: 768px) {
  .oral__statue__imgList__item {
    margin: 0 0 10px;
    width: calc(100% / 2 - 5px);
  }
}

.oral__characteristic__text {
  margin: 40px 0;
}

.oral__characteristic__img {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .oral__characteristic__img {
    margin: 0 0 0 20px;
    padding: 0 0 20px 0;
    overflow-x: scroll;
  }
  .oral__characteristic__img::-webkit-scrollbar {
    height: 10px;
  }
  .oral__characteristic__img::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .oral__characteristic__img::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}

.oral__characteristic__img img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .oral__characteristic__img img {
    max-width: 960px;
  }
}

.oral__characteristic__desc {
  margin: 60px 0 0;
  padding: 35px 0 0;
  border-top: 1px solid #19a6a8;
  border-bottom: 1px solid #19a6a8;
}

.oral__characteristic__space {
  width: 1px;
  height: 110px;
  float: right;
}

.oral__characteristic__person {
  width: 296px;
  clear: both;
  float: right;
}

@media only screen and (max-width: 768px) {
  .oral__characteristic__person {
    margin: 0 auto;
    float: none;
  }
}

.oral__course__wrap {
  margin: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .oral__course__wrap {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oral__course__block {
  background-color: #c5e5e5;
}

@media only screen and (max-width: 768px) {
  .oral__course__block {
    background-color: transparent;
  }
}

.oral__course__list {
  padding: 40px;
  width: 316px;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .oral__course__list {
    padding: 0;
    width: 100%;
  }
}

.oral__course__list__item {
  margin: 0 0 5px 0;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .oral__course__list__item {
    font-size: 4.26667vw;
  }
}

.oral__course__list .dot {
  color: #19a6a8;
}

.oral__course__list .supplement {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .oral__course__list .supplement {
    font-size: 3.73333vw;
  }
}

.oral__course__img {
  padding: 30px;
  background-color: #f7d9e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .oral__course__img {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
}

.oral__course__img__item {
  width: calc(100% / 2 - 10px);
}

@media only screen and (max-width: 768px) {
  .oral__course__img__item {
    margin: 20px 0;
    width: 100%;
  }
  .oral__course__img__item:last-child {
    margin: 0;
  }
}

.oral__scholarship__wrap {
  margin: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .oral__scholarship__wrap {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oral__scholarship__dl {
  border-radius: 3px;
  width: 49%;
  overflow: hidden;
  background-color: #ebeff2;
}

@media only screen and (max-width: 768px) {
  .oral__scholarship__dl {
    width: 100%;
  }
  .oral__scholarship__dl:first-child {
    margin: 0 0 20px;
  }
}

.oral__scholarship__dt {
  padding: 5px;
  background-color: #e473a7;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

.oral__scholarship__dd {
  padding: 20px;
}

.oral__scholarship__dd__desc {
  text-align: center;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .oral__scholarship__dd__desc {
    text-align: left;
  }
}

.oral__scholarship__dd__detail {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .oral__scholarship__dd__detail {
    text-align: left;
  }
}

.oral__scholarship__dd__list {
  display: inline-block;
  text-align: left;
}

.oral__scholarship__dd__list__item {
  font-size: 15px;
}

.oral__scholarship__dd__list__item .dot {
  margin: 0 5px 3px 0;
  line-height: 2;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  color: #e473a7;
}

.oral__scholarship__dd__list__item .supplement {
  font-size: 12px;
}

.oral__scholarship__note {
  margin: 5px 0 0;
  text-align: center;
  font-size: 13px;
}

.oral__campus__title {
  margin: 45px 0;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .oral__campus__title {
    margin: 15px 0 20px;
    font-size: 4vw;
    line-height: 1.7;
  }
}

.oral__campus__title span {
  font-size: 42px;
  color: #19a6a8;
}

@media only screen and (max-width: 768px) {
  .oral__campus__title span {
    font-size: 6.4vw;
  }
}

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

@media only screen and (max-width: 768px) {
  .oral__campus__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oral__campus__info {
  width: calc(100% / 2 - 10px);
}

@media only screen and (max-width: 768px) {
  .oral__campus__info {
    margin: 0 0 40px;
    width: 100%;
  }
  .oral__campus__info:last-child {
    margin: 0;
  }
}

.oral__campus__info__name {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .oral__campus__info__name {
    font-size: 4.8vw;
  }
}

.oral__campus__info__name img {
  margin: 0 5px 0 0;
  width: 16px;
  height: 23px;
}

.oral__campus__info__img {
  margin: 0 0 20px;
}

.oral__campus__info__map {
  margin: 0 0 20px;
}

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

.oral__campus__info__address .dot {
  margin: 0 5px 3px 0;
  line-height: 2;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  color: #19a6a8;
  line-height: 1.3;
}

.oral__campus__info__address p {
  padding-left: 1em;
  text-indent: -.5em;
}

.oral__campus__info__address__qr a {
  margin: 0 0 0 31px;
  width: 70px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .oral__campus__info__address__qr a {
    margin: 0 0 0 10px;
  }
}

.oral__campus__info__bus-time {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cbcbcb;
}

.oral__campus__info__bus-time__text {
  padding: 0 20px;
  width: 58%;
}

@media only screen and (max-width: 768px) {
  .oral__campus__info__bus-time__text {
    width: 68%;
  }
}

.oral__campus__info__bus-time__text span {
  font-size: 21px;
}

.oral__campus__info__bus-time__img {
  width: 43%;
}

.oral__campus__detail {
  margin: 45px 0 0;
}

.oral__campus__detail__note {
  margin: 0 0 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .oral__campus__detail__note {
    text-align: left;
  }
}

.oral__campus__detail__wrap {
  padding: 15px 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
}

.oral__campus__detail__list {
  text-align: left;
  display: inline-block;
}

.oral__campus__detail__list__item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oral__campus__detail__list__item:nth-child(1), .oral__campus__detail__list__item:nth-child(3) {
  width: 185px;
}

.oral__campus__detail__list__item:nth-child(3) {
  clear: both;
}

.oral__campus__detail__list__item .dot {
  margin: 0 5px 3px 0;
  line-height: 2;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  color: #19a6a8;
}

.oral__campus__detail__attention {
  margin: 5px 0 0;
  text-align: center;
}

.oral__schedule__wrap {
  padding: 60px 40px;
  border: 1px solid #bdbebf;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__wrap {
    padding: 60px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .oral__schedule__wrap--osaka {
    padding: 30px 10px;
  }
}

.oral__schedule__triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #bdbebf;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: -10px;
}

.oral__schedule__triangle2 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #bdbebf;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  bottom: 5px;
  left: -10px;
}

.oral__schedule__title {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 52px;
  font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__title {
    padding: 0 20px;
    font-size: 8vw;
  }
}

.oral__schedule__title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #e1e1e1;
}

.oral__schedule__title .line {
  position: relative;
  padding: 0 20px;
  background: #fff;
}

.oral__schedule__title .year {
  color: #e991ba;
}

.oral__schedule__title .en {
  color: #00a6a8;
}

.oral__schedule__subTitle {
  margin: 0 0 20px;
  padding: 15px 10px;
  font-size: 32px;
  border-radius: 5px;
  background-color: #00a6a8;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__subTitle {
    font-size: 3.46667vw;
    font-weight: 700;
  }
}

.oral__schedule__catch {
  margin: 60px 0 40px;
  font-size: 42px;
  text-align: center;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__catch {
    margin: 20px 0;
    font-size: 4.53333vw;
  }
}

.oral__schedule__catch--osaka {
  margin: 0 0 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__catch--osaka {
    margin: 0 0 20px;
    font-size: 6.4vw;
  }
}

.oral__schedule__catch--osaka span {
  color: #00a6a8;
}

.oral__schedule__list {
  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;
}

.oral__schedule__list__item {
  margin: 0 0 10px;
  padding: 16px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  width: calc(100% / 5 - ((12px * 4) / 5));
}

@media only screen and (max-width: 768px) {
  .oral__schedule__list__item {
    width: calc(100% / 2 - 5px);
  }
}

.oral__schedule__list__item--gray {
  background-color: #b7b7b7;
}

.oral__schedule__list__item--gray span {
  color: #b7b7b7;
}

.oral__schedule__list__item--pink {
  background-color: #e473a7;
}

.oral__schedule__list__item--pink span {
  color: #e473a7;
}

.oral__schedule__list__item--green {
  background-color: #00a6a8;
}

.oral__schedule__list__item--green span {
  color: #00a6a8;
}

.oral__schedule__list__item__date {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__list__item__date {
    font-size: 8vw;
  }
}

.oral__schedule__list__item__date span {
  margin: 5px 0 0 4px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  font-size: 14px;
  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;
  background-color: #fff;
}

.oral__schedule__list__item__time {
  color: #fff;
  font-weight: 500;
}

.oral__schedule__list__item--osaka {
  padding: 22px 0 28px;
  border: 3px solid #9bdbdd;
  width: calc(100% / 4 - ((12px * 3) / 4));
}

@media only screen and (max-width: 768px) {
  .oral__schedule__list__item--osaka {
    margin: 0;
    padding: 12px 0 16px;
    width: calc(100% / 4 - ((5px * 3) / 4));
  }
}

.oral__schedule__list__item--osaka__date {
  font-size: 60px;
  font-weight: 500;
  color: #02a5a9;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__list__item--osaka__date {
    font-size: 4.8vw;
    letter-spacing: -1px;
  }
}

.oral__schedule__list__item--osaka__date span {
  color: #fff;
  background-color: #e473a7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__list__item--osaka__date span {
    margin: 0;
    font-size: 3.2vw;
    height: 15px;
    width: 15px;
  }
}

.oral__schedule__list__item--osaka--gray {
  border: 3px solid #b7b7b7;
}

.oral__schedule__list__item--osaka--gray__date {
  color: #b7b7b7;
}

.oral__schedule__list__item--osaka--gray span {
  background-color: #b7b7b7;
}

.oral__schedule__note__item span {
  color: #19a6a8;
}

.oral__schedule__attention {
  margin: 5px 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__attention {
    font-size: 3.2vw;
  }
}

.oral__schedule__startTime {
  text-align: center;
}

.oral__schedule__startTime__text {
  margin: 20px 0;
  padding: 0 55px;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__startTime__text {
    margin: 5px 0 10px;
    padding: 0 35px;
    font-size: 3.2vw;
  }
}

.oral__schedule__startTime__text:before, .oral__schedule__startTime__text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__startTime__text:before, .oral__schedule__startTime__text:after {
    width: 25px;
  }
}

.oral__schedule__startTime__text:before {
  left: 0;
}

.oral__schedule__startTime__text:after {
  right: 0;
}

.oral__schedule__check {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .oral__schedule__check {
    font-size: 4.26667vw;
  }
}

.oral__fixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.oral__fixedBtn ul {
  display: none;
}

@media only screen and (max-width: 768px) {
  .oral__fixedBtn ul {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.oral__fixedBtn__item {
  width: 50%;
}

.oral__fixedBtn__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oral__fixedBtn__item .job-description {
  height: 60px;
  font-size: 4.26667vw;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #13375f;
  color: #fff;
}

.oral__fixedBtn__item .job-description.document-request {
  background-color: #19a6a8;
}

.oral__fixedBtn__item .job-description .job-description-wrap-icon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.oral__fixedBtn__item .job-description img {
  width: 25px;
}

.oral__fixedBtn__item .job-description .free {
  font-size: 3.2vw;
}

@media only screen and (max-width: 768px) {
  .oral #backToTop {
    bottom: 100px;
  }
}

.oral .c-address {
  line-height: 1.5;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .oral .p-footer__addressList {
    text-align: center;
  }
}

.oral .c-address span {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .oral .c-address span {
    font-size: 3.73333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .oral .p-footer__tel[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.oral__linkBtn {
  margin: 35px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .oral__linkBtn {
    margin: 25px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oral__linkBtn__btn {
  margin: 0 15px;
  padding: 22px 0;
  max-width: 360px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: .6s;
  transition: .6s;
}

@media only screen and (max-width: 768px) {
  .oral__linkBtn__btn {
    margin: 0 auto 20px;
    padding: 15px 0;
    font-size: 4.8vw;
    max-width: 80%;
  }
}

.oral__linkBtn__btn--blue {
  background-color: #13375f;
}

.oral__linkBtn__btn--blue:hover {
  background-color: #446180;
}

.oral__linkBtn__btn--green {
  background-color: #02a5a9;
}

.oral__linkBtn__btn--green:hover {
  background-color: #4ec0c3;
}

.oral__sns {
  padding: 38px 0;
  background-color: #ecf1f3;
}

.oral__sns__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 45px;
  line-height: 1.5;
  color: #02a5a9;
}

@media only screen and (max-width: 768px) {
  .oral__sns__title {
    font-size: 6.4vw;
  }
}

.oral__sns__title span {
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  .oral__sns__title span {
    font-size: 4vw;
  }
}

/* サポート体制 support */
.p-support .p-mentorBox__name__info {
  font-size: 18px;
  width: 50%;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-support .p-mentorBox__name__info {
    width: 100%;
    font-size: 4.26667vw;
  }
}

.p-support .p-mentorBox__texts {
  font-size: 1rem;
  line-height: calc(26/16);
}

@media only screen and (max-width: 768px) {
  .p-support .p-mentorBox__texts {
    font-size: 3.2vw;
    line-height: calc(18/12);
    margin: 4vw 0 0 0;
  }
}

/* /.p-support */
.p-mentorBox__main {
  width: 100%;
  height: 220px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__main {
    height: 40vw;
  }
}

.p-mentorBox__main__title {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.2rem;
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__main__title {
    font-size: 0.875rem;
    padding: 2.66667vw 0;
    width: 55%;
    line-height: calc(20/14);
  }
}

.p-mentorBox__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__name {
    margin: 0;
    display: block;
    padding: 0 2.66667vw;
  }
}

.p-mentorBox__name__title01 {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__name__title01 {
    font-size: 3.46667vw;
  }
}

.p-mentorBox__name__title02 {
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__name__title02 {
    font-size: 2.93333vw;
  }
}

.p-mentorBox__contents {
  width: 100%;
  height: 252px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 102.66667vw;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin: 5.33333vw 0 0 0;
  }
}

.p-mentorBox__texts {
  width: 230px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__texts {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.p-mentorBox__texts.left {
  left: 0;
}

.p-mentorBox__texts.right {
  right: 0;
}

.p-mentorBox__texts--change {
  width: 320px !important;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__texts--change {
    width: 100% !important;
  }
}

.p-mentorBox__title {
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .p-mentorBox__title {
    font-size: 5.33333vw;
  }
}

.p-mentorBox.box01 {
  margin: 0 0 100px 0;
}

.p-mentorBox.box01 .p-mentorBox__main {
  background: url("../../assets/img/support/img_mentor_02.jpg") center/cover no-repeat;
}

.p-mentorBox.box01 .p-mentorBox__main__title {
  background: rgba(58, 180, 131, 0.6);
}

.p-mentorBox.box01 .p-mentorBox__contents {
  background: url("../img/support/img_mentor_titlebg_01.svg") center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox.box01 .p-mentorBox__contents {
    background: url("../img/support/img_mentor_titlebg_01_sp.svg") center/cover no-repeat;
  }
}

.p-mentorBox.box01 .p-mentorBox__title {
  color: #3ab483;
}

.p-mentorBox.box02 {
  margin: 0 0 100px 0;
}

.p-mentorBox.box02 .p-mentorBox__main {
  background: url("../../assets/img/support/img_mentor_03.jpg") center/cover no-repeat;
}

.p-mentorBox.box02 .p-mentorBox__main__title {
  background: rgba(81, 133, 197, 0.6);
}

@media only screen and (max-width: 768px) {
  .p-mentorBox.box02 .p-mentorBox__main__title {
    width: 60%;
  }
}

.p-mentorBox.box02 .p-mentorBox__contents {
  background: url("../img/support/img_mentor_titlebg_02.svg") center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox.box02 .p-mentorBox__contents {
    background: url("../img/support/img_mentor_titlebg_02_sp.svg") center/cover no-repeat;
  }
}

.p-mentorBox.box02 .p-mentorBox__title {
  color: #5184c4;
}

.p-mentorBox.box03 .p-mentorBox__main {
  background: url("../../assets/img/support/img_mentor_04.jpg") center/cover no-repeat;
}

.p-mentorBox.box03 .p-mentorBox__main__title {
  background: rgba(245, 163, 45, 0.6);
}

@media only screen and (max-width: 768px) {
  .p-mentorBox.box03 .p-mentorBox__main__title {
    width: 60%;
  }
}

.p-mentorBox.box03 .p-mentorBox__contents {
  background: url("../img/support/img_mentor_titlebg_03.svg") center/contain no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-mentorBox.box03 .p-mentorBox__contents {
    background: url("../img/support/img_mentor_titlebg_03_sp.svg") center/cover no-repeat;
  }
}

.p-mentorBox.box03 .p-mentorBox__title {
  color: #f4a22d;
}

/* /.p-mentorBox */
.side-new {
  background: #D40003;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  font-weight: 600;
  margin: 0 0 0 5px;
}

/*==============================
CROSS TALK 2022
============================== */
.p-crosstalk-main {
  background: url("../../../assets/img/crosstalk/2022/img_crosstalk_main.jpg") center/contain no-repeat;
  height: 450px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-main {
    height: 64vw;
    background-size: cover;
  }
}

.p-crosstalk-main__text {
  width: 421px;
  height: 81px;
  bottom: 25px;
  right: 25px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-main__text {
    width: 60%;
    height: auto;
    bottom: 6.66667vw;
    right: 6.66667vw;
  }
}

.p-crosstalk-main__description {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-main__description {
    font-size: 4.26667vw;
    margin: 8vw 0;
  }
}

.p-crosstalk-message {
  width: 100%;
  height: 220px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message {
    height: auto;
  }
}

.p-crosstalk-message__inner {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message__inner {
    position: relative;
    padding: 0;
    left: auto;
    top: auto;
  }
}

.p-crosstalk-message__text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #56647b;
  letter-spacing: 0.24em;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message__text {
    font-size: 5.33333vw;
    letter-spacing: 0.09em;
    margin: 2.66667vw 0 0 0;
  }
}

.p-crosstalk-message__title {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #56647b;
  font-family: "Noto Sans JP", sans-serif;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message__title {
    font-size: 3.46667vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-crosstalk-message__title span {
  font-size: 0.75rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message__title span {
    font-size: 3.2vw;
  }
}

.p-crosstalk-message__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #56647b;
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message__name {
    font-size: 4.8vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-crosstalk-message__name span {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message__name span {
    font-size: 3.73333vw;
    margin-left: 1.33333vw;
  }
}

.p-crosstalk-message.first {
  background: url("../../../assets/img/crosstalk/2022/img_crosstalk_01.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message.first {
    background: none;
  }
}

.p-crosstalk-message.second {
  background: url("../../../assets/img/crosstalk/2022/img_crosstalk_02.jpg") center/cover no-repeat;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message.second {
    background: none;
    margin: 8vw 0;
  }
}

.p-crosstalk-message.second .p-crosstalk-message__inner {
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message.second .p-crosstalk-message__inner {
    text-align: left;
  }
}

.p-crosstalk-message.third {
  background: url("../../../assets/img/crosstalk/2022/img_crosstalk_03.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-message.third {
    background: none;
  }
}

.p-crosstalk-title {
  border-bottom: 2px solid #b3cbe2;
  margin: 50px 0 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6c7e98;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-title {
    margin: 13.33333vw 0 5.33333vw;
    padding-bottom: 5.33333vw;
    font-size: 4.8vw;
  }
}

.p-crosstalk-title::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #6c7e98;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.p-crosstalk-texts {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-texts {
    font-size: 4.26667vw;
    margin: 0 0 5.33333vw 0;
  }
}

.p-crosstalk-texts span {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-texts span {
    margin: 0 5.33333vw 0 0;
  }
}

.p-crosstalk-texts__rigaku {
  color: #3ab483;
}

.p-crosstalk-texts__judo {
  color: #5185c5;
}

.p-crosstalk-texts__shinkyu {
  color: #f5a32d;
}

.p-crosstalk-button {
  margin: 50px auto 0;
  display: block;
  text-align: center;
  max-width: 320px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-button {
    margin: 13.33333vw auto 0;
    max-width: 100%;
  }
}

.p-crosstalk-button a {
  background: #8f82bc;
  color: #fff;
  font-size: 1rem;
  padding: 15px 0;
  position: relative;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 2px solid #8f82bc;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-button a {
    font-size: 4.26667vw;
    padding: 4vw 0;
  }
}

.p-crosstalk-button a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  height: 13px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .p-crosstalk-button a::after {
    right: 5.33333vw;
    width: 4vw;
    height: 4vw;
  }
}

.p-crosstalk-button a:hover {
  background: #fff;
  color: #8f82bc;
}

.p-crosstalk-button a:hover::after {
  border-top: 2px solid #8f82bc;
  border-right: 2px solid #8f82bc;
}

/* 観光学科 */
.tourism {
  overflow-x: auto;
  /* ヘッダー */
  /*=============================
  .btn-trigger
  =============================*/
  /*=============================
  タイトル
  =============================*/
  /*=============================
  #btn01
  =============================*/
  /* /ヘッダー */
  /* SP固定ボタン */
}

@media only screen and (max-width: 768px) {
  .tourism {
    padding: 0 0 40px;
  }
}

.tourism__header__inner {
  margin: 0 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tourism__header__inner {
    padding: 13px 0;
    width: 100%;
    margin: 0;
  }
}

.tourism__header__virtual {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .tourism__header__virtual {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .tourism .p-header--opencampus__right {
    margin: 0 0 -20px;
  }
}

.tourism .btn-trigger {
  position: relative;
  width: 32px;
  height: 22px;
  cursor: pointer;
}

.tourism .btn-trigger__wrap {
  position: absolute;
  right: 15px;
  top: 14px;
}

.tourism .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.tourism .btn-trigger,
.tourism .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tourism .btn-trigger span:nth-of-type(1) {
  top: 0;
}

.tourism .btn-trigger span:nth-of-type(2) {
  top: 10px;
}

.tourism .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.tourism__title {
  font-size: 32px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #19a6a8;
}

@media only screen and (max-width: 768px) {
  .tourism__title {
    font-size: 5.86667vw;
  }
}

.tourism__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #19a6a8;
}

.tourism__title img {
  margin: 0 10px 0 0;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .tourism__title.statue:after {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .tourism__title.characteristic:after {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .tourism__title.course:after {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .tourism__title.scholarship:after {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .tourism__title.campus:after {
    width: 85%;
  }
}

.tourism__title__statue__text {
  width: 340px;
}

.tourism__title__characteristic__text {
  width: 640px;
}

.tourism__title__course__text {
  width: 275px;
}

.tourism__title__scholarship__text {
  width: 420px;
}

.tourism__title__campus__text {
  width: 200px;
}

.tourism #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.tourism #btn01.active span:nth-of-type(2) {
  opacity: 0;
}

.tourism #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

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

@media only screen and (max-width: 768px) {
  .tourism__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: #fff;
  }
}

.tourism__menu li {
  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;
  height: 82px;
  margin: 0 30px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .tourism__menu li {
    padding: 0 20px;
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tourism__menu li.job-description-wrap {
  margin: 0 0 0 1px;
  min-width: 175px;
  background-color: #13375f;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tourism__menu li.job-description-wrap.opencampus {
  min-width: 200px;
  background-color: #19a6a8;
}

@media only screen and (max-width: 768px) {
  .tourism__menu li.job-description-wrap {
    margin: 1px 0 0 0;
  }
}

.tourism__menu li.job-description-wrap:hover {
  opacity: 0.6;
}

.tourism__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 1rem;
}

.tourism__menu li a:hover {
  opacity: 0.6;
}

.tourism__menu li a .job-description-wrap-icon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.tourism__menu li a .free {
  font-size: 0.75rem;
}

.tourism__menu .job-description img {
  width: 25px;
}

@media only screen and (max-width: 768px) {
  .tourism .p-header--opencampus__right {
    border-top: 1px solid #c9caca;
  }
}

@media print, screen and (min-width: 769px) {
  .tourism a[href^="tel:"] {
    pointer-events: none;
  }
}

.tourism .l-wrapper {
  overflow: hidden;
}

.tourism .intent {
  padding-left: 1em;
  text-indent: -1em;
}

.tourism .pink-color {
  color: #ec6d89;
}

.tourism .blue-color {
  color: #00afd5;
}

.tourism__lineTitle {
  text-align: center;
}

.tourism__lineTitle__text {
  margin: 60px 0 0;
  color: #00afd5;
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .tourism__lineTitle__text {
    font-size: 5.86667vw;
  }
}

.tourism__lineTitle__text::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .tourism__lineTitle__text::after {
    display: none;
  }
}

.tourism__lineTitle__text::before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  background-color: #00afd5;
}

@media only screen and (max-width: 768px) {
  .tourism__lineTitle__text::before {
    display: none;
  }
}

.tourism-mv {
  background: url("../../assets/img/tourism/main-mv.jpg") center/cover no-repeat;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 1120px) {
  .tourism-mv {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .tourism-mv {
    background: url("../../assets/img/tourism/main-mv_sp.jpg") center/cover no-repeat;
    margin: 12vw 0 0 0;
  }
}

.tourism-mv__top {
  padding: 5.46875vw 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__top {
    padding: 8vw 0 0 0;
  }
}

.tourism-mv__top__title {
  color: #fff;
  font-size: 6.40625vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__top__title {
    font-size: 10.66667vw;
  }
}

.tourism-mv__top__title span {
  font-size: 4.21875vw;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__top__title span {
    display: block;
    font-size: 6.93333vw;
    margin: 4vw auto 0;
  }
}

.tourism-mv__top__text {
  font-size: 2.57812vw;
  margin: 1.95312vw auto 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__top__text {
    font-size: 6.66667vw;
    margin: 6.66667vw auto 0;
  }
}

.tourism-mv__bottom {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom {
    bottom: 8vw;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 2.66667vw;
  }
}

.tourism-mv__bottom__text01 {
  font-size: 3.90625vw;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom__text01 {
    font-size: 7.46667vw;
  }
}

.tourism-mv__bottom__text02 {
  font-size: 2.03125vw;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin: 92px 0 3.90625vw 0;
  text-align: center;
}

@media screen and (max-width: 1120px) {
  .tourism-mv__bottom__text02 {
    margin-top: 7.1875vw;
  }
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom__text02 {
    font-size: 4vw;
    margin-top: 4vw;
  }
}

.tourism-mv__bottom__link__wrap {
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .tourism-mv__bottom__link__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

@media screen and (max-width: 1120px) {
  .tourism-mv__bottom__link__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tourism-mv__bottom__link01, .tourism-mv__bottom__link02, .tourism-mv__bottom__link03 {
  margin: 0 52px;
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom__link01, .tourism-mv__bottom__link02, .tourism-mv__bottom__link03 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tourism-mv__bottom__link01 a, .tourism-mv__bottom__link02 a, .tourism-mv__bottom__link03 a {
  color: #fff;
  background: #13375f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  letter-spacing: .055em;
  width: 480px;
  height: 92px;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 1120px) {
  .tourism-mv__bottom__link01 a, .tourism-mv__bottom__link02 a, .tourism-mv__bottom__link03 a {
    font-size: 20px;
    width: 37.5vw;
    min-width: 380px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom__link01 a, .tourism-mv__bottom__link02 a, .tourism-mv__bottom__link03 a {
    margin-bottom: 10px;
    min-width: 0;
    width: 100%;
    font-size: 4.26667vw;
    height: 16vw;
    min-height: 60px;
  }
}

.tourism-mv__bottom__link01 a::after, .tourism-mv__bottom__link02 a::after, .tourism-mv__bottom__link03 a::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 1px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom__link01 a::after, .tourism-mv__bottom__link02 a::after, .tourism-mv__bottom__link03 a::after {
    width: 3.73333vw;
    height: 3.73333vw;
    right: 3.2vw;
  }
}

.tourism-mv__bottom__link01 a:hover, .tourism-mv__bottom__link02 a:hover, .tourism-mv__bottom__link03 a:hover {
  background: #fff;
  color: #13375f;
  border-color: #13375f;
}

.tourism-mv__bottom__link01 a:hover::after, .tourism-mv__bottom__link02 a:hover::after, .tourism-mv__bottom__link03 a:hover::after {
  border-color: #13375f;
}

@media print, screen and (min-width: 769px) {
  .tourism-mv__bottom__link03 a {
    margin: 2.5rem auto 0;
    width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .tourism-mv__bottom__link03 a {
    font-size: 4vw;
  }
}

.tourism-section {
  margin: 70px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .tourism-section {
    margin: 60px 0;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
}

.tourism-section__title {
  font-size: 32px;
  color: #1A91D5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 0 0 0 55px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tourism-section__title {
    font-size: 4.8vw;
    padding: 0 0 0 10.66667vw;
  }
}

.tourism-section__title::before {
  content: "";
  width: 41px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .tourism-section__title::before {
    width: 7.46667vw;
    height: 5.33333vw;
  }
}

.tourism-about .tourism-section__title {
  position: relative;
}

.tourism-about .tourism-section__title::before {
  background: url("../../assets/img/tourism/icon_about.svg") center/contain no-repeat;
}

.tourism-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .tourism-about__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tourism-about__contents__inner {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .tourism-about__contents__inner {
    width: 100%;
  }
}

.tourism-about__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1A91D5;
}

.tourism-about__table__item {
  width: 20%;
  position: relative;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .tourism-about__table__item {
    width: 30%;
  }
}

.tourism-about__table__item::before {
  content: "●";
  color: #1A91D5;
  margin: 0 5px 0 0;
}

.tourism-about__table__contents {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .tourism-about__table__contents {
    width: 70%;
  }
}

.tourism-about__table__contents__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .tourism-about__table__contents__flex {
    display: block;
  }
}

.tourism-about__table__contents__year {
  color: #1A91D5;
  border-radius: 20px;
  width: 95px;
  height: 30px;
  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;
  font-size: 16px;
  border: 1px solid #1A91D5;
}

@media only screen and (max-width: 768px) {
  .tourism-about__table__contents__year {
    font-size: 3.73333vw;
    width: 25.33333vw;
    height: 8vw;
  }
}

.tourism-about__table__contents__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .tourism-about__table__contents__text {
    font-size: 3.73333vw;
    width: 100%;
    margin: 0 0 0 2.66667vw;
  }
}

.tourism-about__image {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tourism-about__image {
    width: 100%;
  }
}

.tourism-curriculum .tourism-section__title {
  position: relative;
}

.tourism-curriculum .tourism-section__title::before {
  background: url("../../assets/img/tourism/icon_curriculum.svg") center/contain no-repeat;
  width: 41px;
  height: 38px;
}

@media only screen and (max-width: 768px) {
  .tourism-curriculum .tourism-section__title::before {
    width: 7.73333vw;
    height: 7.2vw;
    top: 30%;
  }
}

.tourism-curriculum__image {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto 0;
}

.tourism-curriculum__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tourism-curriculum__title__num {
  font-size: 24px;
  border-bottom: 1px solid #1A91D5;
  color: #1A91D5;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .tourism-curriculum__title__num {
    line-height: 1;
    font-size: 6.4vw;
    padding: 0 0 1.33333vw 0;
  }
}

.tourism-curriculum__title__text {
  font-size: 24px;
  color: #1A91D5;
  font-weight: 500;
  margin: 0 0 0 10px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .tourism-curriculum__title__text {
    font-size: 4.8vw;
    margin: 0 0 0 2.66667vw;
  }
}

.tourism-curriculum__list {
  margin: 15px 0 0 0;
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 768px) {
  .tourism-curriculum__list {
    margin: 4vw 0 0 0;
    padding: 0 0 5.33333vw 0;
    margin: 4vw 0 5.33333vw;
    border-bottom: 1px solid #AFAFAF;
  }
}

.tourism-curriculum__item {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .tourism-curriculum__item {
    font-size: 3.73333vw;
  }
}

.tourism-curriculum__item::before {
  content: "●";
  color: #1A91D5;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .tourism-curriculum__item::before {
    margin: 0 2.66667vw 0 0;
  }
}

.tourism-remark {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .tourism-remark {
    font-size: 3.2vw;
  }
}

.tourism-field {
  background: rgba(26, 145, 213, 0.05);
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .tourism-field {
    padding: 30px 0;
  }
}

.tourism-field__inner {
  background: #fff;
  padding: 70px 70px 38px;
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .tourism-field__inner {
    background: none;
    padding: 0 8vw;
    margin: 2.66667vw 0 0 0;
  }
}

.tourism-field__title {
  text-align: center;
  color: #1A91D5;
  font-size: 38px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .tourism-field__title {
    font-size: 5.33333vw;
  }
}

.tourism-field__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tourism-field__item {
  width: 400px;
  height: 295px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tourism-field__item {
    width: 82.66667vw;
    height: 60.8vw;
  }
}

.tourism-field__item:first-child {
  background: url("../../assets/img/tourism/img_field01.jpg") center/contain no-repeat;
}

.tourism-field__item:nth-child(2) {
  background: url("../../assets/img/tourism/img_field02.jpg") center/contain no-repeat;
}

.tourism-field__item:nth-child(3) {
  background: url("../../assets/img/tourism/img_field03.jpg") center/contain no-repeat;
  margin: 20px 0 0 0;
}

.tourism-field__item:last-child {
  background: url("../../assets/img/tourism/img_field04.jpg") center/contain no-repeat;
  margin: 20px 0 0 0;
}

.tourism-field__item__title {
  font-size: 28px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 85px;
  bottom: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .tourism-field__item__title {
    font-size: 5.86667vw;
    left: 16vw;
    bottom: 4vw;
  }
}

.tourism-field__item__title span {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tourism-field__item__title span {
    font-size: 3.2vw;
  }
}

.tourism-field__attention {
  color: #1A91D5;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  margin: 26.5px 0 0;
}

@media only screen and (max-width: 768px) {
  .tourism-field__attention {
    font-size: 3.8vw;
    margin-right: -1.2vw;
    text-align: justify;
  }
}

.tourism-campus .tourism-section__title {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tourism-campus .tourism-section__title {
    padding: 0 0 0 8vw;
  }
}

.tourism-campus .tourism-section__title::before {
  background: url("../../assets/img/tourism/icon_map.svg") center/contain no-repeat;
  width: 30px;
  height: 42px;
}

@media only screen and (max-width: 768px) {
  .tourism-campus .tourism-section__title::before {
    width: 5.33333vw;
    height: 7.46667vw;
  }
}

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

@media only screen and (max-width: 768px) {
  .tourism-campus__map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tourism-campus__map__miyako {
  width: 60%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyako {
    width: 100%;
    padding: 0 0 20vw 0;
  }
}

.tourism-campus__map__miyako::after {
  content: "";
  border-top: 10px solid #7ECEF4;
  border-right: 10px solid #7ECEF4;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyako::after {
    width: 16vw;
    height: 16vw;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    top: auto;
    right: auto;
    left: 50%;
    bottom: 7vw;
  }
}

.tourism-campus__map__amagasaki {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__amagasaki {
    width: 100%;
  }
}

.tourism-campus__map__photos {
  width: 33%;
  padding: 60px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__photos {
    width: 100%;
    padding: 0;
  }
}

.tourism-campus__map__photos figcaption {
  font-size: 14px;
}

.tourism-campus__map__okinawa {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__okinawa {
    width: 100%;
  }
}

.tourism-campus__map__miyakoInfo {
  background: rgba(26, 145, 213, 0.05);
  padding: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo {
    padding: 5.33333vw;
    margin: 4vw 0 0 0;
  }
}

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

.tourism-campus__map__miyakoInfo__subtitle__num {
  background: #1A91D5;
  border: 1px solid #1A91D5;
  color: #fff;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo__subtitle__num {
    font-size: 4.26667vw;
    padding: 0.8vw w(15);
  }
}

.tourism-campus__map__miyakoInfo__subtitle__text {
  background: #fff;
  border: 1px solid #1A91D5;
  font-size: 18px;
  color: #1A91D5;
  padding: 3px 15px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo__subtitle__text {
    font-size: 4.8vw;
    padding: 0.8vw w(15);
  }
}

.tourism-campus__map__miyakoInfo__title {
  font-size: 28px;
  font-weight: 700;
  color: #1A91D5;
  margin: 10px auto 5px;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo__title {
    font-size: 7.46667vw;
    margin: 2.66667vw auto w(5);
  }
}

.tourism-campus__map__miyakoInfo__desc {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo__desc {
    font-size: 3.73333vw;
  }
}

.tourism-campus__map__miyakoInfo__text {
  font-size: 17px;
  font-weight: 700;
  color: #1A91D5;
  margin: 10px auto;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo__text {
    font-size: 4.53333vw;
    margin: 2.66667vw auto;
  }
}

.tourism-campus__map__miyakoInfo .tourism-curriculum__list {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .tourism-campus__map__miyakoInfo .tourism-curriculum__list {
    margin: 0;
    border: none;
  }
}

.tourism-campus__map__miyakoInfo .tourism-curriculum__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.tourism-campus__map__miyakoInfo .tourism-curriculum__item span {
  width: 90%;
  font-size: 16px;
  display: block;
}

.tourism-campus__map__miyakoInfo .tourism-curriculum__item span span {
  font-size: 14px;
}

.tourism-campus__map__miyakoInfo .tourism-curriculum__item::before {
  width: 5%;
}

.tourism-campus__map__miyakoInfo .tourism-curriculum__item:last-child {
  margin: 0;
}

.tourism-footer {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 768px) {
  .tourism-footer {
    height: 53.33333vw;
  }
}

.tourism-footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tourism__fixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.tourism__fixedBtn ul {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tourism__fixedBtn ul {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tourism__fixedBtn__item {
  width: 100%;
  /* オープンキャンパス表示まで*/
}

.tourism__fixedBtn__item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tourism__fixedBtn__item .job-description {
  height: 60px;
  font-size: 4.26667vw;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #13375f;
  color: #fff;
}

.tourism__fixedBtn__item .job-description.document-request {
  background-color: #19a6a8;
}

.tourism__fixedBtn__item .job-description .job-description-wrap-icon {
  margin: 0 10px 0 0;
  display: inline-block;
}

.tourism__fixedBtn__item .job-description img {
  width: 25px;
}

.tourism__fixedBtn__item .job-description .free {
  font-size: 3.2vw;
}

@media only screen and (max-width: 768px) {
  .tourism #backToTop {
    bottom: 100px;
  }
}

.tourism .c-address {
  line-height: 1.5;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .tourism .p-footer__addressList {
    text-align: center;
  }
}

.tourism .c-address span {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .tourism .c-address span {
    font-size: 3.73333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .tourism .p-footer__tel[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-event__mv {
    padding-top: 84px;
  }
}

.p-event__day {
  background: #fff;
  color: #16375F;
  font-size: 18px;
  letter-spacing: .05em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  font-size: 32px;
  padding: 20px 50px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-event__day {
    font-size: 18px;
    width: 90vw;
    padding: 4vw 6vw;
  }
}

.p-event__day__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .p-event__day__dl {
    display: block;
  }
}

.p-event__day__dt span {
  background: #16375F;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  display: inline-block;
  padding: 0.2em 1em;
  margin-top: 23px;
  margin-right: 20px;
}

.p-event__day__dt span.mt10 {
  margin-top: 13px;
}

@media only screen and (max-width: 768px) {
  .p-event__day__dt span {
    font-size: 12px;
  }
}

.p-event__day .em1 {
  font-size: 48px;
}

@media only screen and (max-width: 768px) {
  .p-event__day .em1 {
    font-size: 27px;
  }
}

.p-event__day .em2 {
  font-size: 38px;
}

@media only screen and (max-width: 768px) {
  .p-event__day .em2 {
    font-size: 21px;
  }
}

.p-event__day__text {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
}

@media only screen and (max-width: 768px) {
  .p-event__day__text {
    font-size: 11px;
  }
}

.p-event__day .em3 {
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  .p-event__day .em3 {
    font-size: 15px;
  }
}

.p-event__day__wrapper {
  position: relative;
}

.p-event__day__wrapper .p-event__day__btn a {
  background: #EC863F;
  color: #fff;
  text-align: center;
  width: 500px;
  margin: 50px auto 0;
  padding: 20px 0;
  position: absolute;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
  display: block;
  bottom: -120px;
  left: calc(50% - 250px);
}

@media only screen and (max-width: 768px) {
  .p-event__day__wrapper .p-event__day__btn a {
    width: 85vw;
    font-size: 6vw;
    padding: 4vw 0;
    margin: 5vw auto;
    bottom: -25vw;
    left: 7.5vw;
  }
}

.p-event__day__wrapper .p-event__day__btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 75px;
  top: calc(50% - 5px);
  right: 30px;
  top: calc(50% - 10px);
}

@media only screen and (max-width: 768px) {
  .p-event__day__wrapper .p-event__day__btn a::after {
    right: 5vw;
    top: 5vw;
  }
}

.p-event__day__wrapper .p-event__day__btn a:hover {
  opacity: .8;
}

.p-event__program {
  text-align: center;
  background: url(../../../assets/img/event/eventprogramback.jpg) no-repeat center top/1920px;
  padding-top: 200px;
}

@media only screen and (max-width: 768px) {
  .p-event__program {
    padding-top: 35vw;
    background-position: center -26vw;
  }
}

.p-event__program .p-event__program__ttl {
  font-size: 20px;
  color: #16375F;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__ttl {
    font-size: 4vw;
  }
}

.p-event__program .p-event__program__ttl .large {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__ttl .large {
    font-size: 9vw;
  }
}

.p-event__program .p-event__program__time {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  color: #16375F;
  margin-top: 50px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__time {
    font-size: 8vw;
    margin-top: 10vw;
  }
}

.p-event__program .p-event__program__time::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 250px;
  background: #16375F;
  bottom: -10px;
  left: calc(50% - 125px);
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__time::after {
    width: 40vw;
    left: 30vw;
  }
}

.p-event__program .p-event__program__contentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__contentlist {
    display: block;
  }
}

.p-event__program .p-event__program__contentlist li {
  width: 32%;
  font-size: 24px;
  color: #16375F;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__contentlist li {
    width: 45%;
    font-size: 4vw;
    display: inline-block;
    margin: 0 2vw 4vw;
  }
}

.p-event__program .p-event__program__contentlist li img {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__contentlist li img {
    margin: 0 0 3vw;
    width: 100%;
  }
}

.p-event__program .p-event__program__xp {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__xp {
    width: 90vw;
    margin: 10vw auto;
  }
}

.p-event__program .p-event__program__xp h3 {
  font-size: 32px;
  color: #16375F;
  width: 200px;
  margin: 0 auto 40px;
  position: relative;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__xp h3 {
    font-size: 6vw;
    width: 40vw;
    margin-bottom: 4vw;
  }
}

.p-event__program .p-event__program__xp h3::before, .p-event__program .p-event__program__xp h3::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 40px;
  background: #16375F;
  bottom: 15px;
  left: -25px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__xp h3::before, .p-event__program .p-event__program__xp h3::after {
    width: 8vw;
  }
}

.p-event__program .p-event__program__xp h3::after {
  right: -25px;
  left: auto;
}

.p-event__program .p-event__program__xp p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__xp p {
    font-size: 3.5vw;
    text-align: left;
  }
}

.p-event__program .p-event__program__recommend {
  width: 1000px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__recommend {
    margin-top: 5vw;
    display: block;
    width: 100%;
  }
}

.p-event__program .p-event__program__recommend .text {
  width: 420px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__recommend .text {
    width: 100%;
  }
}

.p-event__program .p-event__program__recommend .text h4 {
  background: #16375F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__recommend .text h4 {
    font-size: 5vw;
    padding: 3vw 0;
  }
}

.p-event__program .p-event__program__recommend .text h4::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 20px #16375F solid;
  border-left: 15px solid transparent;
  border-right: solid 15px transparent;
  bottom: -15px;
  left: calc(50% - 10px);
}

.p-event__program .p-event__program__recommend .text ul {
  margin-top: 35px;
  text-align: left;
  color: #16375F;
  font-family: "Noto Sans JP", sans-serif;
}

.p-event__program .p-event__program__recommend .text ul li {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__recommend .text ul li {
    font-size: 4vw;
  }
}

.p-event__program .p-event__program__recommend figure {
  width: 550px;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__recommend figure {
    width: auto;
    margin-top: 5vw;
  }
}

.p-event__program .c-mini-department-experience__details {
  width: 1000px;
  text-align: left;
  margin: 60px auto;
}

@media only screen and (max-width: 768px) {
  .p-event__program .c-mini-department-experience__details {
    width: auto;
  }
}

.p-event__program .p-event__program__other .p-event__program__point {
  width: 1000px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__other .p-event__program__point {
    width: 90vw;
    display: block;
    margin-bottom: 15vw;
  }
}

.p-event__program .p-event__program__other .p-event__program__point .inner {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__other .p-event__program__point .inner {
    width: auto;
  }
}

.p-event__program .p-event__program__other .p-event__program__point .inner h3 {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
  color: #16375F;
  text-align: left;
  position: relative;
  padding-left: 110px;
  height: 130px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__other .p-event__program__point .inner h3 {
    font-size: 7vw;
    padding-left: 20vw;
    height: 25vw;
  }
  .p-event__program .p-event__program__other .p-event__program__point .inner h3 .pt {
    padding-top: 5vw;
  }
}

.p-event__program .p-event__program__other .p-event__program__point .inner h3 img {
  width: 90px;
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__other .p-event__program__point .inner h3 img {
    width: 16vw;
  }
}

.p-event__program .p-event__program__other .p-event__program__point .inner h3 .small {
  font-size: 24px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__other .p-event__program__point .inner h3 .small {
    font-size: 5vw;
  }
}

.p-event__program .p-event__program__other .p-event__program__point .inner p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #16375F;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__other .p-event__program__point .inner p {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}

.p-event__program .p-event__program__other .p-event__program__point .inner p a {
  text-decoration: underline;
}

.p-event__program .p-event__program__miyako {
  width: 1000px;
  margin: 100px auto;
  padding: 50px 0 50px;
  background: url(../../../assets/img/event/miyakojima_back.jpg) no-repeat top left/cover;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__miyako {
    width: 90vw;
    padding: 10vw 0 7vw;
    margin: 15vw auto;
    background: url(../../../assets/img/event/miyakojima_back_sp.jpg) no-repeat top left/cover;
  }
}

.p-event__program .p-event__program__miyako h3 {
  font-size: 46px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__miyako h3 {
    font-size: 8vw;
  }
}

.p-event__program .p-event__program__miyako .link-btn a {
  font-size: 28px;
  display: block;
  width: 500px;
  margin: 30px auto 0;
  background: #EC863F;
  padding: 20px 0;
  position: relative;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__miyako .link-btn a {
    width: 75vw;
    font-size: 5vw;
    padding: 4vw 0;
  }
}

.p-event__program .p-event__program__miyako .link-btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 75px;
  top: calc(50% - 5px);
  right: 30px;
  top: calc(50% - 10px);
}

@media only screen and (max-width: 768px) {
  .p-event__program .p-event__program__miyako .link-btn a::after {
    right: 5vw;
    top: 4.5vw;
  }
}

.p-event__program .p-event__program__miyako .link-btn a:hover {
  opacity: .8;
}

.c-opencampus-index__title.freebus {
  width: 500px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__title.freebus {
    width: 80vw;
  }
}

.c-opencampus-index__title.freebus::before, .c-opencampus-index__title.freebus::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 40px;
  background: #16375F;
  bottom: 15px;
  left: -25px;
}

@media only screen and (max-width: 768px) {
  .c-opencampus-index__title.freebus::before, .c-opencampus-index__title.freebus::after {
    width: 25px;
  }
}

.c-opencampus-index__title.freebus::after {
  right: -25px;
  left: auto;
}

.c-opencampus-parking {
  margin: 90px auto;
}

.p-event__mv {
  text-align: center;
}

.p-footer__fixedList__item--02[data-title="opencampus-top"] a {
  background: #EC863F;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.slick-dots {
  bottom: -35px;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: -26px;
  }
}

.slick-prev {
  left: -20px;
}

@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 2.66667vw;
  }
}

.slick-next {
  right: -20px;
}

@media only screen and (max-width: 768px) {
  .slick-next {
    right: 2.66667vw;
  }
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 81px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 44px;
  }
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  background: url("../img/icon/btn_top_slide_left.svg") top center/cover;
  width: 81px;
  height: 81px;
}

@media only screen and (max-width: 768px) {
  .slick-prev:before, .slick-next:before {
    width: 44px;
    height: 44px;
  }
}

.slick-next:before {
  background-image: url(../img/icon/btn_top_slide_right.svg);
}

.p-facility-slider .slick-arrow {
  width: 36px;
  height: 36px;
}

@media only screen and (max-width: 768px) {
  .p-facility-slider .slick-arrow {
    width: 8vw;
    height: 8vw;
    top: 43%;
  }
}

.p-facility-slider .slick-prev:before, .p-facility-slider .slick-next:before {
  background-image: url(../img/icon/icon_arrow_r_b.svg);
  width: 36px;
  height: 36px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .p-facility-slider .slick-prev:before, .p-facility-slider .slick-next:before {
    width: 8vw;
    height: 8vw;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

.p-facility-slider .slick-next:before {
  background-image: url(../img/icon/icon_arrow_l_b.svg);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media only screen and (max-width: 768px) {
  .p-facility-slider .slick-next:before {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

@media only screen and (max-width: 768px) {
  .u-sp_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-pc_none {
    display: none !important;
  }
}

.u-link-text {
  text-decoration: underline;
}

.u-link-text:hover {
  text-decoration: none;
}

.u-link-opacity {
  -webkit-transition: .3s;
  transition: .3s;
}

.u-link-opacity:hover {
  opacity: .85;
}

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

@media only screen and (max-width: 768px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.u-flex.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media only screen and (max-width: 768px) {
  .u-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .u-sp-flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-sp-flex.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-sp-flex.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-sp-flex.a-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-sp-flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

* [data-order="1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

* [data-order="2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

* [data-order="3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (max-width: 768px) {
  * [data-sp-order="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  * [data-sp-order="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  * [data-sp-order="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.u-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.u-width--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-bdt-bdb-gray {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.u-bdb-gray {
  border-bottom: 1px solid #ccc;
}

.u-color-gray1 {
  color: #333333;
}

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

.u-color-blue {
  color: #003762;
}

.u-color-rigaku {
  color: #2FA76F;
}

.u-color-judo {
  color: #0C80A0;
}

.u-color-sinkyu {
  color: #ED8407;
}

.u-color-oral {
  color: #4AA3A6;
}

.u-color-orange {
  color: #ff9300;
}

.u-color-red {
  color: #f00;
}

.txt_red {
  color: #c11c24;
}

.u-bg--01 {
  background: #F4F5F7;
}

.u-bg--triangle {
  position: relative;
  background: #DEF2FF;
}

.u-bg--triangle > * {
  position: relative;
}

.u-bg--triangle::before {
  content: "";
  display: inline-block;
  background: url("../img/common/bg_triangle_lefttop.svg") top center/cover;
  width: 15.1875rem;
  height: 15.1875rem;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .u-bg--triangle::before {
    content: "";
    display: inline-block;
    background: url("../img/common/bg_triangle_lefttop.svg") top center/cover;
    width: 133px;
    height: 133px;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 0;
  }
}

.u-bg--blue {
  background: url(../img/index/bg_blue.jpg) no-repeat center/cover;
}

.u-bg--blue03 {
  background: url(../img/index/bg_blue_03.jpg) no-repeat center/cover;
}

.u-bg-rigaku {
  background: #2FA76F;
}

.u-bg-l-rigaku {
  background: #d5ede2;
}

.u-bg-judo {
  background: #0C80A0;
}

.u-bg-l-judo {
  background: #cee6ec;
}

.u-bg-sinkyu {
  background: #ED8407;
}

.u-bg-l-sinkyu {
  background: #fbe6cc;
}

.u-bg-oral {
  background: #4AA3A6;
}

.u-bg-l-oral {
  background: #E1F5F5;
}

.u-bg-w-rigaku {
  background: #47A937;
}

.u-bg-w-sagyo {
  background: #FD7700;
}

.u-bg-o-kaigo {
  background: #FF6E88;
}

.u-bg-o-bekka {
  background: #6697CC;
}

.u-bg-t-bekka {
  background: #224580;
}

.u-bg-support {
  background: #004180;
}

.u-bg-oral {
  background: #4AA3A6;
}

.u-bg-l-oral {
  background: #E1F5F5;
}

.u-font-go {
  font-family: "Noto Sans JP", sans-serif;
}

.u-floatRight {
  float: right;
}

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

@media only screen and (max-width: 768px) {
  .u-sp-text-center {
    text-align: center;
  }
}

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

@media only screen and (max-width: 768px) {
  .u-sp-text-right {
    text-align: right;
  }
}

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

@media only screen and (max-width: 768px) {
  .u-sp-text-left {
    text-align: left;
  }
}

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

@media only screen and (max-width: 768px) {
  .u-sp-m-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-ls-50 {
  letter-spacing: 0.05em;
}

.u-ls-100 {
  letter-spacing: 0.1em;
}

.u-ls-150 {
  letter-spacing: 0.15em;
}

.u-ltsp-0 span {
  letter-spacing: 0;
}

.u-ltsp-50 span {
  letter-spacing: 0.05em;
}

.u-ltsp-100 span {
  letter-spacing: 0.1em;
}

.u-ltsp-150 span {
  letter-spacing: 0.15em;
}

@media print, screen and (min-width: 769px) {
  .u-f14 {
    font-size: 0.875rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-f15 {
    line-height: 1.8 !important;
    font-size: 0.9375rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-f16 {
    line-height: 1.8 !important;
    font-size: 1rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-f22 {
    font-size: 1.4375rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-f26 {
    font-size: 1.625rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-f18 {
    font-size: 4.8vw !important;
  }
}

.u-14-go-l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 300;
  letter-spacing: .05em;
}

.u-14-go-r {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 400;
  letter-spacing: .05em;
}

.u-15-go-l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 300;
  letter-spacing: .05em;
}

.u-15-go-r {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  font-weight: 400;
  letter-spacing: .05em;
}

.u-16-go-l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: .05em;
}

.u-16-go-r {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: .05em;
}

.u-16-go-m {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: .05em;
}

.u-18-go-l {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.66667;
  font-weight: 300;
  letter-spacing: .05em;
}

.u-13-90-left span {
  font-size: 0.8125rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 2.46154;
}

@media print, screen and (min-width: 769px) {
  .u-13-90-left span {
    width: 125%;
  }
}

.u-15-90-left span {
  font-size: 0.9375rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.66667;
}

@media print, screen and (min-width: 769px) {
  .u-15-90-left span {
    width: 125%;
  }
}

.u-16-85-left span {
  font-size: 1rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 2;
}

.u-18-85-left span {
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.66667;
}

.u-18-85-center span {
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.66667;
}

.u-18-90-left span {
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.77778;
}

@media print, screen and (min-width: 769px) {
  .u-18-90-left span {
    width: 125%;
  }
}

.u-20-85-left span {
  font-size: 1.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
}

.u-21-85-left span {
  font-size: 1.3125rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
}

.u-22-85-center span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
}

.u-22-85-left span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
}

.u-22-90-left span {
  font-size: 1.375rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.45455;
}

@media print, screen and (min-width: 769px) {
  .u-22-90-left span {
    width: 125%;
  }
}

.u-23-85-left span {
  font-size: 1.4375rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.3913;
}

.u-24-85-left span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.33333;
}

.u-24-85-center span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.33333;
}

.u-24-90-left span {
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.33333;
}

@media print, screen and (min-width: 769px) {
  .u-24-90-left span {
    width: 125%;
  }
}

.u-26-85-left span {
  font-size: 1.625rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.53846;
}

.u-28-85-left span {
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.42857;
}

.u-28-85-center span {
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.5;
}

.u-30-90-left span {
  font-size: 1.875rem;
  display: inline-block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 1.33333;
}

@media print, screen and (min-width: 769px) {
  .u-30-90-left span {
    width: 125%;
  }
}

.u-35-85-center span {
  font-size: 2.1875rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.14286;
}

.u-36-85-left span {
  font-size: 2.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 117.6470588235294%;
  line-height: 1.47222;
}

.u-36-85-center span {
  font-size: 2.25rem;
  display: inline-block;
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  letter-spacing: .25em;
  line-height: 1.47222;
}

.font-700 {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .u-sp-12-go-r {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: .05em;
  }
  .u-sp-18-85-left span {
    font-size: 18px;
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    width: 117.6470588235294%;
    letter-spacing: .15em;
    line-height: 1.44444;
  }
  .u-sp-18-85-center span {
    font-size: 18px;
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    letter-spacing: .15em;
    line-height: 1.44444;
  }
  .u-sp-24-85-center span {
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    line-height: 1.66667;
    letter-spacing: .075em;
  }
  .u-sp-26-85-center span {
    font-size: 26px;
    display: inline-block;
    -webkit-transform: scale(0.85, 1);
            transform: scale(0.85, 1);
    letter-spacing: .25em;
    line-height: 1.57143;
    letter-spacing: .025em;
  }
}

.u-icon-code-r::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w.svg") top center/cover;
  width: 22px;
  height: 27px;
  position: relative;
}

.u-bdr_none {
  border-right: none;
}

.u-bdl_none {
  border-left: none;
}

.border-box {
  border: 1px solid #333;
  padding: 10px;
  margin-top: 20px;
  border-radius: 20px;
}

.border-box.kaku {
  border-radius: 0;
}

.border-inline {
  border: 1px solid #333;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mt0 {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .u-mt0 {
    margin-top: 0vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt0 {
    margin-top: 0vw;
  }
}

.u-mt5 {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .u-mt5 {
    margin-top: 0.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-5 {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt5 {
    margin-top: 1.33333vw;
  }
}

.u-mt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 1.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-10 {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt10 {
    margin-top: 2.66667vw;
  }
}

.u-mt15 {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .u-mt15 {
    margin-top: 2vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-15 {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt15 {
    margin-top: 4vw;
  }
}

.u-mt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .u-mt20 {
    margin-top: 2.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-20 {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt20 {
    margin-top: 5.33333vw;
  }
}

.u-mt25 {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .u-mt25 {
    margin-top: 3.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-25 {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt25 {
    margin-top: 6.66667vw;
  }
}

.u-mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .u-mt30 {
    margin-top: 4vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-30 {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt30 {
    margin-top: 8vw;
  }
}

.u-mt35 {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .u-mt35 {
    margin-top: 4.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-35 {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt35 {
    margin-top: 9.33333vw;
  }
}

.u-mt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .u-mt40 {
    margin-top: 5.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-40 {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt40 {
    margin-top: 10.66667vw;
  }
}

.u-mt45 {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .u-mt45 {
    margin-top: 6vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-45 {
    margin-top: -45px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt45 {
    margin-top: 12vw;
  }
}

.u-mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .u-mt50 {
    margin-top: 6.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-50 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt50 {
    margin-top: 13.33333vw;
  }
}

.u-mt55 {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  .u-mt55 {
    margin-top: 7.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-55 {
    margin-top: -55px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt55 {
    margin-top: 14.66667vw;
  }
}

.u-mt60 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .u-mt60 {
    margin-top: 8vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-60 {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt60 {
    margin-top: 16vw;
  }
}

.u-mt65 {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .u-mt65 {
    margin-top: 8.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-65 {
    margin-top: -65px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt65 {
    margin-top: 17.33333vw;
  }
}

.u-mt70 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .u-mt70 {
    margin-top: 9.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-70 {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt70 {
    margin-top: 18.66667vw;
  }
}

.u-mt75 {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .u-mt75 {
    margin-top: 10vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-75 {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt75 {
    margin-top: 20vw;
  }
}

.u-mt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .u-mt80 {
    margin-top: 10.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-80 {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt80 {
    margin-top: 21.33333vw;
  }
}

.u-mt85 {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .u-mt85 {
    margin-top: 11.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-85 {
    margin-top: -85px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt85 {
    margin-top: 22.66667vw;
  }
}

.u-mt90 {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .u-mt90 {
    margin-top: 12vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-90 {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt90 {
    margin-top: 24vw;
  }
}

.u-mt95 {
  margin-top: 95px;
}

@media only screen and (max-width: 768px) {
  .u-mt95 {
    margin-top: 12.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-95 {
    margin-top: -95px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt95 {
    margin-top: 25.33333vw;
  }
}

.u-mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .u-mt100 {
    margin-top: 13.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-100 {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt100 {
    margin-top: 26.66667vw;
  }
}

.u-mt105 {
  margin-top: 105px;
}

@media only screen and (max-width: 768px) {
  .u-mt105 {
    margin-top: 14vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-105 {
    margin-top: -105px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt105 {
    margin-top: 28vw;
  }
}

.u-mt110 {
  margin-top: 110px;
}

@media only screen and (max-width: 768px) {
  .u-mt110 {
    margin-top: 14.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-110 {
    margin-top: -110px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt110 {
    margin-top: 29.33333vw;
  }
}

.u-mt115 {
  margin-top: 115px;
}

@media only screen and (max-width: 768px) {
  .u-mt115 {
    margin-top: 15.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-115 {
    margin-top: -115px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt115 {
    margin-top: 30.66667vw;
  }
}

.u-mt120 {
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  .u-mt120 {
    margin-top: 16vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-120 {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt120 {
    margin-top: 32vw;
  }
}

.u-mt125 {
  margin-top: 125px;
}

@media only screen and (max-width: 768px) {
  .u-mt125 {
    margin-top: 16.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-125 {
    margin-top: -125px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt125 {
    margin-top: 33.33333vw;
  }
}

.u-mt130 {
  margin-top: 130px;
}

@media only screen and (max-width: 768px) {
  .u-mt130 {
    margin-top: 17.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-130 {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt130 {
    margin-top: 34.66667vw;
  }
}

.u-mt135 {
  margin-top: 135px;
}

@media only screen and (max-width: 768px) {
  .u-mt135 {
    margin-top: 18vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-135 {
    margin-top: -135px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt135 {
    margin-top: 36vw;
  }
}

.u-mt140 {
  margin-top: 140px;
}

@media only screen and (max-width: 768px) {
  .u-mt140 {
    margin-top: 18.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-140 {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt140 {
    margin-top: 37.33333vw;
  }
}

.u-mt145 {
  margin-top: 145px;
}

@media only screen and (max-width: 768px) {
  .u-mt145 {
    margin-top: 19.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-145 {
    margin-top: -145px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt145 {
    margin-top: 38.66667vw;
  }
}

.u-mt150 {
  margin-top: 150px;
}

@media only screen and (max-width: 768px) {
  .u-mt150 {
    margin-top: 20vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-150 {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt150 {
    margin-top: 40vw;
  }
}

.u-mt155 {
  margin-top: 155px;
}

@media only screen and (max-width: 768px) {
  .u-mt155 {
    margin-top: 20.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-155 {
    margin-top: -155px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt155 {
    margin-top: 41.33333vw;
  }
}

.u-mt160 {
  margin-top: 160px;
}

@media only screen and (max-width: 768px) {
  .u-mt160 {
    margin-top: 21.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-160 {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt160 {
    margin-top: 42.66667vw;
  }
}

.u-mt165 {
  margin-top: 165px;
}

@media only screen and (max-width: 768px) {
  .u-mt165 {
    margin-top: 22vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-165 {
    margin-top: -165px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt165 {
    margin-top: 44vw;
  }
}

.u-mt170 {
  margin-top: 170px;
}

@media only screen and (max-width: 768px) {
  .u-mt170 {
    margin-top: 22.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-170 {
    margin-top: -170px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt170 {
    margin-top: 45.33333vw;
  }
}

.u-mt175 {
  margin-top: 175px;
}

@media only screen and (max-width: 768px) {
  .u-mt175 {
    margin-top: 23.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-175 {
    margin-top: -175px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt175 {
    margin-top: 46.66667vw;
  }
}

.u-mt180 {
  margin-top: 180px;
}

@media only screen and (max-width: 768px) {
  .u-mt180 {
    margin-top: 24vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-180 {
    margin-top: -180px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt180 {
    margin-top: 48vw;
  }
}

.u-mt185 {
  margin-top: 185px;
}

@media only screen and (max-width: 768px) {
  .u-mt185 {
    margin-top: 24.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-185 {
    margin-top: -185px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt185 {
    margin-top: 49.33333vw;
  }
}

.u-mt190 {
  margin-top: 190px;
}

@media only screen and (max-width: 768px) {
  .u-mt190 {
    margin-top: 25.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-190 {
    margin-top: -190px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt190 {
    margin-top: 50.66667vw;
  }
}

.u-mt195 {
  margin-top: 195px;
}

@media only screen and (max-width: 768px) {
  .u-mt195 {
    margin-top: 26vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-195 {
    margin-top: -195px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt195 {
    margin-top: 52vw;
  }
}

.u-mt200 {
  margin-top: 200px;
}

@media only screen and (max-width: 768px) {
  .u-mt200 {
    margin-top: 26.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-200 {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt200 {
    margin-top: 53.33333vw;
  }
}

.u-mt205 {
  margin-top: 205px;
}

@media only screen and (max-width: 768px) {
  .u-mt205 {
    margin-top: 27.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-205 {
    margin-top: -205px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt205 {
    margin-top: 54.66667vw;
  }
}

.u-mt210 {
  margin-top: 210px;
}

@media only screen and (max-width: 768px) {
  .u-mt210 {
    margin-top: 28vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-210 {
    margin-top: -210px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt210 {
    margin-top: 56vw;
  }
}

.u-mt215 {
  margin-top: 215px;
}

@media only screen and (max-width: 768px) {
  .u-mt215 {
    margin-top: 28.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-215 {
    margin-top: -215px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt215 {
    margin-top: 57.33333vw;
  }
}

.u-mt220 {
  margin-top: 220px;
}

@media only screen and (max-width: 768px) {
  .u-mt220 {
    margin-top: 29.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-220 {
    margin-top: -220px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt220 {
    margin-top: 58.66667vw;
  }
}

.u-mt225 {
  margin-top: 225px;
}

@media only screen and (max-width: 768px) {
  .u-mt225 {
    margin-top: 30vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-225 {
    margin-top: -225px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt225 {
    margin-top: 60vw;
  }
}

.u-mt230 {
  margin-top: 230px;
}

@media only screen and (max-width: 768px) {
  .u-mt230 {
    margin-top: 30.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-230 {
    margin-top: -230px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt230 {
    margin-top: 61.33333vw;
  }
}

.u-mt235 {
  margin-top: 235px;
}

@media only screen and (max-width: 768px) {
  .u-mt235 {
    margin-top: 31.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-235 {
    margin-top: -235px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt235 {
    margin-top: 62.66667vw;
  }
}

.u-mt240 {
  margin-top: 240px;
}

@media only screen and (max-width: 768px) {
  .u-mt240 {
    margin-top: 32vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-240 {
    margin-top: -240px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt240 {
    margin-top: 64vw;
  }
}

.u-mt245 {
  margin-top: 245px;
}

@media only screen and (max-width: 768px) {
  .u-mt245 {
    margin-top: 32.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-245 {
    margin-top: -245px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt245 {
    margin-top: 65.33333vw;
  }
}

.u-mt250 {
  margin-top: 250px;
}

@media only screen and (max-width: 768px) {
  .u-mt250 {
    margin-top: 33.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-250 {
    margin-top: -250px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt250 {
    margin-top: 66.66667vw;
  }
}

.u-mt255 {
  margin-top: 255px;
}

@media only screen and (max-width: 768px) {
  .u-mt255 {
    margin-top: 34vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-255 {
    margin-top: -255px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt255 {
    margin-top: 68vw;
  }
}

.u-mt260 {
  margin-top: 260px;
}

@media only screen and (max-width: 768px) {
  .u-mt260 {
    margin-top: 34.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-260 {
    margin-top: -260px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt260 {
    margin-top: 69.33333vw;
  }
}

.u-mt265 {
  margin-top: 265px;
}

@media only screen and (max-width: 768px) {
  .u-mt265 {
    margin-top: 35.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-265 {
    margin-top: -265px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt265 {
    margin-top: 70.66667vw;
  }
}

.u-mt270 {
  margin-top: 270px;
}

@media only screen and (max-width: 768px) {
  .u-mt270 {
    margin-top: 36vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-270 {
    margin-top: -270px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt270 {
    margin-top: 72vw;
  }
}

.u-mt275 {
  margin-top: 275px;
}

@media only screen and (max-width: 768px) {
  .u-mt275 {
    margin-top: 36.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-275 {
    margin-top: -275px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt275 {
    margin-top: 73.33333vw;
  }
}

.u-mt280 {
  margin-top: 280px;
}

@media only screen and (max-width: 768px) {
  .u-mt280 {
    margin-top: 37.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-280 {
    margin-top: -280px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt280 {
    margin-top: 74.66667vw;
  }
}

.u-mt285 {
  margin-top: 285px;
}

@media only screen and (max-width: 768px) {
  .u-mt285 {
    margin-top: 38vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-285 {
    margin-top: -285px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt285 {
    margin-top: 76vw;
  }
}

.u-mt290 {
  margin-top: 290px;
}

@media only screen and (max-width: 768px) {
  .u-mt290 {
    margin-top: 38.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-290 {
    margin-top: -290px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt290 {
    margin-top: 77.33333vw;
  }
}

.u-mt295 {
  margin-top: 295px;
}

@media only screen and (max-width: 768px) {
  .u-mt295 {
    margin-top: 39.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-295 {
    margin-top: -295px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt295 {
    margin-top: 78.66667vw;
  }
}

.u-mt300 {
  margin-top: 300px;
}

@media only screen and (max-width: 768px) {
  .u-mt300 {
    margin-top: 40vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-300 {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt300 {
    margin-top: 80vw;
  }
}

.u-mt305 {
  margin-top: 305px;
}

@media only screen and (max-width: 768px) {
  .u-mt305 {
    margin-top: 40.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-305 {
    margin-top: -305px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt305 {
    margin-top: 81.33333vw;
  }
}

.u-mt310 {
  margin-top: 310px;
}

@media only screen and (max-width: 768px) {
  .u-mt310 {
    margin-top: 41.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-310 {
    margin-top: -310px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt310 {
    margin-top: 82.66667vw;
  }
}

.u-mt315 {
  margin-top: 315px;
}

@media only screen and (max-width: 768px) {
  .u-mt315 {
    margin-top: 42vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-315 {
    margin-top: -315px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt315 {
    margin-top: 84vw;
  }
}

.u-mt320 {
  margin-top: 320px;
}

@media only screen and (max-width: 768px) {
  .u-mt320 {
    margin-top: 42.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-320 {
    margin-top: -320px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt320 {
    margin-top: 85.33333vw;
  }
}

.u-mt325 {
  margin-top: 325px;
}

@media only screen and (max-width: 768px) {
  .u-mt325 {
    margin-top: 43.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-325 {
    margin-top: -325px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt325 {
    margin-top: 86.66667vw;
  }
}

.u-mt330 {
  margin-top: 330px;
}

@media only screen and (max-width: 768px) {
  .u-mt330 {
    margin-top: 44vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-330 {
    margin-top: -330px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt330 {
    margin-top: 88vw;
  }
}

.u-mt335 {
  margin-top: 335px;
}

@media only screen and (max-width: 768px) {
  .u-mt335 {
    margin-top: 44.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-335 {
    margin-top: -335px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt335 {
    margin-top: 89.33333vw;
  }
}

.u-mt340 {
  margin-top: 340px;
}

@media only screen and (max-width: 768px) {
  .u-mt340 {
    margin-top: 45.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-340 {
    margin-top: -340px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt340 {
    margin-top: 90.66667vw;
  }
}

.u-mt345 {
  margin-top: 345px;
}

@media only screen and (max-width: 768px) {
  .u-mt345 {
    margin-top: 46vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-345 {
    margin-top: -345px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt345 {
    margin-top: 92vw;
  }
}

.u-mt350 {
  margin-top: 350px;
}

@media only screen and (max-width: 768px) {
  .u-mt350 {
    margin-top: 46.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-350 {
    margin-top: -350px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt350 {
    margin-top: 93.33333vw;
  }
}

.u-mt355 {
  margin-top: 355px;
}

@media only screen and (max-width: 768px) {
  .u-mt355 {
    margin-top: 47.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-355 {
    margin-top: -355px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt355 {
    margin-top: 94.66667vw;
  }
}

.u-mt360 {
  margin-top: 360px;
}

@media only screen and (max-width: 768px) {
  .u-mt360 {
    margin-top: 48vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-360 {
    margin-top: -360px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt360 {
    margin-top: 96vw;
  }
}

.u-mt365 {
  margin-top: 365px;
}

@media only screen and (max-width: 768px) {
  .u-mt365 {
    margin-top: 48.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-365 {
    margin-top: -365px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt365 {
    margin-top: 97.33333vw;
  }
}

.u-mt370 {
  margin-top: 370px;
}

@media only screen and (max-width: 768px) {
  .u-mt370 {
    margin-top: 49.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-370 {
    margin-top: -370px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt370 {
    margin-top: 98.66667vw;
  }
}

.u-mt375 {
  margin-top: 375px;
}

@media only screen and (max-width: 768px) {
  .u-mt375 {
    margin-top: 50vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-375 {
    margin-top: -375px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt375 {
    margin-top: 100vw;
  }
}

.u-mt380 {
  margin-top: 380px;
}

@media only screen and (max-width: 768px) {
  .u-mt380 {
    margin-top: 50.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-380 {
    margin-top: -380px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt380 {
    margin-top: 101.33333vw;
  }
}

.u-mt385 {
  margin-top: 385px;
}

@media only screen and (max-width: 768px) {
  .u-mt385 {
    margin-top: 51.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-385 {
    margin-top: -385px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt385 {
    margin-top: 102.66667vw;
  }
}

.u-mt390 {
  margin-top: 390px;
}

@media only screen and (max-width: 768px) {
  .u-mt390 {
    margin-top: 52vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-390 {
    margin-top: -390px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt390 {
    margin-top: 104vw;
  }
}

.u-mt395 {
  margin-top: 395px;
}

@media only screen and (max-width: 768px) {
  .u-mt395 {
    margin-top: 52.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-395 {
    margin-top: -395px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt395 {
    margin-top: 105.33333vw;
  }
}

.u-mt400 {
  margin-top: 400px;
}

@media only screen and (max-width: 768px) {
  .u-mt400 {
    margin-top: 53.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-400 {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt400 {
    margin-top: 106.66667vw;
  }
}

.u-mt405 {
  margin-top: 405px;
}

@media only screen and (max-width: 768px) {
  .u-mt405 {
    margin-top: 54vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-405 {
    margin-top: -405px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt405 {
    margin-top: 108vw;
  }
}

.u-mt410 {
  margin-top: 410px;
}

@media only screen and (max-width: 768px) {
  .u-mt410 {
    margin-top: 54.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-410 {
    margin-top: -410px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt410 {
    margin-top: 109.33333vw;
  }
}

.u-mt415 {
  margin-top: 415px;
}

@media only screen and (max-width: 768px) {
  .u-mt415 {
    margin-top: 55.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-415 {
    margin-top: -415px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt415 {
    margin-top: 110.66667vw;
  }
}

.u-mt420 {
  margin-top: 420px;
}

@media only screen and (max-width: 768px) {
  .u-mt420 {
    margin-top: 56vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-420 {
    margin-top: -420px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt420 {
    margin-top: 112vw;
  }
}

.u-mt425 {
  margin-top: 425px;
}

@media only screen and (max-width: 768px) {
  .u-mt425 {
    margin-top: 56.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-425 {
    margin-top: -425px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt425 {
    margin-top: 113.33333vw;
  }
}

.u-mt430 {
  margin-top: 430px;
}

@media only screen and (max-width: 768px) {
  .u-mt430 {
    margin-top: 57.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-430 {
    margin-top: -430px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt430 {
    margin-top: 114.66667vw;
  }
}

.u-mt435 {
  margin-top: 435px;
}

@media only screen and (max-width: 768px) {
  .u-mt435 {
    margin-top: 58vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-435 {
    margin-top: -435px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt435 {
    margin-top: 116vw;
  }
}

.u-mt440 {
  margin-top: 440px;
}

@media only screen and (max-width: 768px) {
  .u-mt440 {
    margin-top: 58.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-440 {
    margin-top: -440px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt440 {
    margin-top: 117.33333vw;
  }
}

.u-mt445 {
  margin-top: 445px;
}

@media only screen and (max-width: 768px) {
  .u-mt445 {
    margin-top: 59.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-445 {
    margin-top: -445px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt445 {
    margin-top: 118.66667vw;
  }
}

.u-mt450 {
  margin-top: 450px;
}

@media only screen and (max-width: 768px) {
  .u-mt450 {
    margin-top: 60vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-450 {
    margin-top: -450px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt450 {
    margin-top: 120vw;
  }
}

.u-mt455 {
  margin-top: 455px;
}

@media only screen and (max-width: 768px) {
  .u-mt455 {
    margin-top: 60.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-455 {
    margin-top: -455px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt455 {
    margin-top: 121.33333vw;
  }
}

.u-mt460 {
  margin-top: 460px;
}

@media only screen and (max-width: 768px) {
  .u-mt460 {
    margin-top: 61.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-460 {
    margin-top: -460px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt460 {
    margin-top: 122.66667vw;
  }
}

.u-mt465 {
  margin-top: 465px;
}

@media only screen and (max-width: 768px) {
  .u-mt465 {
    margin-top: 62vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-465 {
    margin-top: -465px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt465 {
    margin-top: 124vw;
  }
}

.u-mt470 {
  margin-top: 470px;
}

@media only screen and (max-width: 768px) {
  .u-mt470 {
    margin-top: 62.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-470 {
    margin-top: -470px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt470 {
    margin-top: 125.33333vw;
  }
}

.u-mt475 {
  margin-top: 475px;
}

@media only screen and (max-width: 768px) {
  .u-mt475 {
    margin-top: 63.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-475 {
    margin-top: -475px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt475 {
    margin-top: 126.66667vw;
  }
}

.u-mt480 {
  margin-top: 480px;
}

@media only screen and (max-width: 768px) {
  .u-mt480 {
    margin-top: 64vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-480 {
    margin-top: -480px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt480 {
    margin-top: 128vw;
  }
}

.u-mt485 {
  margin-top: 485px;
}

@media only screen and (max-width: 768px) {
  .u-mt485 {
    margin-top: 64.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-485 {
    margin-top: -485px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt485 {
    margin-top: 129.33333vw;
  }
}

.u-mt490 {
  margin-top: 490px;
}

@media only screen and (max-width: 768px) {
  .u-mt490 {
    margin-top: 65.33333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-490 {
    margin-top: -490px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt490 {
    margin-top: 130.66667vw;
  }
}

.u-mt495 {
  margin-top: 495px;
}

@media only screen and (max-width: 768px) {
  .u-mt495 {
    margin-top: 66vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-495 {
    margin-top: -495px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt495 {
    margin-top: 132vw;
  }
}

.u-mt500 {
  margin-top: 500px;
}

@media only screen and (max-width: 768px) {
  .u-mt500 {
    margin-top: 66.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .u-mt-500 {
    margin-top: -500px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mt500 {
    margin-top: 133.33333vw;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb0 {
    margin-bottom: 0vw;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb5 {
    margin-bottom: 0.66667vw;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb10 {
    margin-bottom: 1.33333vw;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb15 {
    margin-bottom: 2vw;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 2.66667vw;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb25 {
    margin-bottom: 3.33333vw;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 4vw;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb35 {
    margin-bottom: 4.66667vw;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 5.33333vw;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb45 {
    margin-bottom: 6vw;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 6.66667vw;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb55 {
    margin-bottom: 7.33333vw;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 8vw;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb65 {
    margin-bottom: 8.66667vw;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 9.33333vw;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb75 {
    margin-bottom: 10vw;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 10.66667vw;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb85 {
    margin-bottom: 11.33333vw;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 12vw;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb95 {
    margin-bottom: 12.66667vw;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 13.33333vw;
  }
}

.u-mb105 {
  margin-bottom: 105px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb105 {
    margin-bottom: 14vw;
  }
}

.u-mb110 {
  margin-bottom: 110px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 14.66667vw;
  }
}

.u-mb115 {
  margin-bottom: 115px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb115 {
    margin-bottom: 15.33333vw;
  }
}

.u-mb120 {
  margin-bottom: 120px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 16vw;
  }
}

.u-mb125 {
  margin-bottom: 125px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb125 {
    margin-bottom: 16.66667vw;
  }
}

.u-mb130 {
  margin-bottom: 130px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 17.33333vw;
  }
}

.u-mb135 {
  margin-bottom: 135px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb135 {
    margin-bottom: 18vw;
  }
}

.u-mb140 {
  margin-bottom: 140px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 18.66667vw;
  }
}

.u-mb145 {
  margin-bottom: 145px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb145 {
    margin-bottom: 19.33333vw;
  }
}

.u-mb150 {
  margin-bottom: 150px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 20vw;
  }
}

.u-mb155 {
  margin-bottom: 155px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb155 {
    margin-bottom: 20.66667vw;
  }
}

.u-mb160 {
  margin-bottom: 160px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 21.33333vw;
  }
}

.u-mb165 {
  margin-bottom: 165px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb165 {
    margin-bottom: 22vw;
  }
}

.u-mb170 {
  margin-bottom: 170px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 22.66667vw;
  }
}

.u-mb175 {
  margin-bottom: 175px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb175 {
    margin-bottom: 23.33333vw;
  }
}

.u-mb180 {
  margin-bottom: 180px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 24vw;
  }
}

.u-mb185 {
  margin-bottom: 185px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb185 {
    margin-bottom: 24.66667vw;
  }
}

.u-mb190 {
  margin-bottom: 190px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb190 {
    margin-bottom: 25.33333vw;
  }
}

.u-mb195 {
  margin-bottom: 195px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb195 {
    margin-bottom: 26vw;
  }
}

.u-mb200 {
  margin-bottom: 200px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb200 {
    margin-bottom: 26.66667vw;
  }
}

.u-mb205 {
  margin-bottom: 205px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb205 {
    margin-bottom: 27.33333vw;
  }
}

.u-mb210 {
  margin-bottom: 210px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb210 {
    margin-bottom: 28vw;
  }
}

.u-mb215 {
  margin-bottom: 215px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb215 {
    margin-bottom: 28.66667vw;
  }
}

.u-mb220 {
  margin-bottom: 220px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb220 {
    margin-bottom: 29.33333vw;
  }
}

.u-mb225 {
  margin-bottom: 225px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb225 {
    margin-bottom: 30vw;
  }
}

.u-mb230 {
  margin-bottom: 230px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb230 {
    margin-bottom: 30.66667vw;
  }
}

.u-mb235 {
  margin-bottom: 235px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb235 {
    margin-bottom: 31.33333vw;
  }
}

.u-mb240 {
  margin-bottom: 240px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb240 {
    margin-bottom: 32vw;
  }
}

.u-mb245 {
  margin-bottom: 245px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb245 {
    margin-bottom: 32.66667vw;
  }
}

.u-mb250 {
  margin-bottom: 250px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb250 {
    margin-bottom: 33.33333vw;
  }
}

.u-mb255 {
  margin-bottom: 255px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb255 {
    margin-bottom: 34vw;
  }
}

.u-mb260 {
  margin-bottom: 260px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb260 {
    margin-bottom: 34.66667vw;
  }
}

.u-mb265 {
  margin-bottom: 265px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb265 {
    margin-bottom: 35.33333vw;
  }
}

.u-mb270 {
  margin-bottom: 270px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb270 {
    margin-bottom: 36vw;
  }
}

.u-mb275 {
  margin-bottom: 275px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb275 {
    margin-bottom: 36.66667vw;
  }
}

.u-mb280 {
  margin-bottom: 280px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb280 {
    margin-bottom: 37.33333vw;
  }
}

.u-mb285 {
  margin-bottom: 285px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb285 {
    margin-bottom: 38vw;
  }
}

.u-mb290 {
  margin-bottom: 290px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb290 {
    margin-bottom: 38.66667vw;
  }
}

.u-mb295 {
  margin-bottom: 295px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb295 {
    margin-bottom: 39.33333vw;
  }
}

.u-mb300 {
  margin-bottom: 300px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb300 {
    margin-bottom: 40vw;
  }
}

.u-mb305 {
  margin-bottom: 305px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb305 {
    margin-bottom: 40.66667vw;
  }
}

.u-mb310 {
  margin-bottom: 310px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb310 {
    margin-bottom: 41.33333vw;
  }
}

.u-mb315 {
  margin-bottom: 315px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb315 {
    margin-bottom: 42vw;
  }
}

.u-mb320 {
  margin-bottom: 320px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb320 {
    margin-bottom: 42.66667vw;
  }
}

.u-mb325 {
  margin-bottom: 325px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb325 {
    margin-bottom: 43.33333vw;
  }
}

.u-mb330 {
  margin-bottom: 330px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb330 {
    margin-bottom: 44vw;
  }
}

.u-mb335 {
  margin-bottom: 335px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb335 {
    margin-bottom: 44.66667vw;
  }
}

.u-mb340 {
  margin-bottom: 340px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb340 {
    margin-bottom: 45.33333vw;
  }
}

.u-mb345 {
  margin-bottom: 345px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb345 {
    margin-bottom: 46vw;
  }
}

.u-mb350 {
  margin-bottom: 350px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb350 {
    margin-bottom: 46.66667vw;
  }
}

.u-mb355 {
  margin-bottom: 355px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb355 {
    margin-bottom: 47.33333vw;
  }
}

.u-mb360 {
  margin-bottom: 360px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb360 {
    margin-bottom: 48vw;
  }
}

.u-mb365 {
  margin-bottom: 365px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb365 {
    margin-bottom: 48.66667vw;
  }
}

.u-mb370 {
  margin-bottom: 370px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb370 {
    margin-bottom: 49.33333vw;
  }
}

.u-mb375 {
  margin-bottom: 375px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb375 {
    margin-bottom: 50vw;
  }
}

.u-mb380 {
  margin-bottom: 380px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb380 {
    margin-bottom: 50.66667vw;
  }
}

.u-mb385 {
  margin-bottom: 385px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb385 {
    margin-bottom: 51.33333vw;
  }
}

.u-mb390 {
  margin-bottom: 390px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb390 {
    margin-bottom: 52vw;
  }
}

.u-mb395 {
  margin-bottom: 395px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb395 {
    margin-bottom: 52.66667vw;
  }
}

.u-mb400 {
  margin-bottom: 400px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb400 {
    margin-bottom: 53.33333vw;
  }
}

.u-mb405 {
  margin-bottom: 405px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb405 {
    margin-bottom: 54vw;
  }
}

.u-mb410 {
  margin-bottom: 410px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb410 {
    margin-bottom: 54.66667vw;
  }
}

.u-mb415 {
  margin-bottom: 415px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb415 {
    margin-bottom: 55.33333vw;
  }
}

.u-mb420 {
  margin-bottom: 420px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb420 {
    margin-bottom: 56vw;
  }
}

.u-mb425 {
  margin-bottom: 425px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb425 {
    margin-bottom: 56.66667vw;
  }
}

.u-mb430 {
  margin-bottom: 430px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb430 {
    margin-bottom: 57.33333vw;
  }
}

.u-mb435 {
  margin-bottom: 435px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb435 {
    margin-bottom: 58vw;
  }
}

.u-mb440 {
  margin-bottom: 440px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb440 {
    margin-bottom: 58.66667vw;
  }
}

.u-mb445 {
  margin-bottom: 445px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb445 {
    margin-bottom: 59.33333vw;
  }
}

.u-mb450 {
  margin-bottom: 450px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb450 {
    margin-bottom: 60vw;
  }
}

.u-mb455 {
  margin-bottom: 455px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb455 {
    margin-bottom: 60.66667vw;
  }
}

.u-mb460 {
  margin-bottom: 460px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb460 {
    margin-bottom: 61.33333vw;
  }
}

.u-mb465 {
  margin-bottom: 465px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb465 {
    margin-bottom: 62vw;
  }
}

.u-mb470 {
  margin-bottom: 470px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb470 {
    margin-bottom: 62.66667vw;
  }
}

.u-mb475 {
  margin-bottom: 475px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb475 {
    margin-bottom: 63.33333vw;
  }
}

.u-mb480 {
  margin-bottom: 480px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb480 {
    margin-bottom: 64vw;
  }
}

.u-mb485 {
  margin-bottom: 485px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb485 {
    margin-bottom: 64.66667vw;
  }
}

.u-mb490 {
  margin-bottom: 490px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb490 {
    margin-bottom: 65.33333vw;
  }
}

.u-mb495 {
  margin-bottom: 495px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb495 {
    margin-bottom: 66vw;
  }
}

.u-mb500 {
  margin-bottom: 500px !important;
}

@media only screen and (max-width: 768px) {
  .u-mb500 {
    margin-bottom: 66.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb5 {
    margin-bottom: 1.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb10 {
    margin-bottom: 2.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb15 {
    margin-bottom: 4vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb20 {
    margin-bottom: 5.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb25 {
    margin-bottom: 6.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb30 {
    margin-bottom: 8vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb35 {
    margin-bottom: 9.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb40 {
    margin-bottom: 10.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb45 {
    margin-bottom: 12vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb50 {
    margin-bottom: 13.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb55 {
    margin-bottom: 14.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb60 {
    margin-bottom: 16vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb65 {
    margin-bottom: 17.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb70 {
    margin-bottom: 18.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb75 {
    margin-bottom: 20vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb80 {
    margin-bottom: 21.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb85 {
    margin-bottom: 22.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb90 {
    margin-bottom: 24vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb95 {
    margin-bottom: 25.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb100 {
    margin-bottom: 26.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb105 {
    margin-bottom: 28vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb110 {
    margin-bottom: 29.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb115 {
    margin-bottom: 30.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb120 {
    margin-bottom: 32vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb125 {
    margin-bottom: 33.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb130 {
    margin-bottom: 34.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb135 {
    margin-bottom: 36vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb140 {
    margin-bottom: 37.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb145 {
    margin-bottom: 38.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb150 {
    margin-bottom: 40vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb155 {
    margin-bottom: 41.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb160 {
    margin-bottom: 42.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb165 {
    margin-bottom: 44vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb170 {
    margin-bottom: 45.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb175 {
    margin-bottom: 46.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb180 {
    margin-bottom: 48vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb185 {
    margin-bottom: 49.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb190 {
    margin-bottom: 50.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb195 {
    margin-bottom: 52vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb200 {
    margin-bottom: 53.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb205 {
    margin-bottom: 54.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb210 {
    margin-bottom: 56vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb215 {
    margin-bottom: 57.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb220 {
    margin-bottom: 58.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb225 {
    margin-bottom: 60vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb230 {
    margin-bottom: 61.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb235 {
    margin-bottom: 62.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb240 {
    margin-bottom: 64vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb245 {
    margin-bottom: 65.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb250 {
    margin-bottom: 66.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb255 {
    margin-bottom: 68vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb260 {
    margin-bottom: 69.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb265 {
    margin-bottom: 70.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb270 {
    margin-bottom: 72vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb275 {
    margin-bottom: 73.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb280 {
    margin-bottom: 74.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb285 {
    margin-bottom: 76vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb290 {
    margin-bottom: 77.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb295 {
    margin-bottom: 78.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb300 {
    margin-bottom: 80vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb305 {
    margin-bottom: 81.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb310 {
    margin-bottom: 82.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb315 {
    margin-bottom: 84vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb320 {
    margin-bottom: 85.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb325 {
    margin-bottom: 86.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb330 {
    margin-bottom: 88vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb335 {
    margin-bottom: 89.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb340 {
    margin-bottom: 90.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb345 {
    margin-bottom: 92vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb350 {
    margin-bottom: 93.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb355 {
    margin-bottom: 94.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb360 {
    margin-bottom: 96vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb365 {
    margin-bottom: 97.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb370 {
    margin-bottom: 98.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb375 {
    margin-bottom: 100vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb380 {
    margin-bottom: 101.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb385 {
    margin-bottom: 102.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb390 {
    margin-bottom: 104vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb395 {
    margin-bottom: 105.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb400 {
    margin-bottom: 106.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb405 {
    margin-bottom: 108vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb410 {
    margin-bottom: 109.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb415 {
    margin-bottom: 110.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb420 {
    margin-bottom: 112vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb425 {
    margin-bottom: 113.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb430 {
    margin-bottom: 114.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb435 {
    margin-bottom: 116vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb440 {
    margin-bottom: 117.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb445 {
    margin-bottom: 118.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb450 {
    margin-bottom: 120vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb455 {
    margin-bottom: 121.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb460 {
    margin-bottom: 122.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb465 {
    margin-bottom: 124vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb470 {
    margin-bottom: 125.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb475 {
    margin-bottom: 126.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb480 {
    margin-bottom: 128vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb485 {
    margin-bottom: 129.33333vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb490 {
    margin-bottom: 130.66667vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb495 {
    margin-bottom: 132vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mb500 {
    margin-bottom: 133.33333vw !important;
  }
}

.u-ml0 {
  margin-left: 0px;
}

@media only screen and (max-width: 768px) {
  .u-ml0 {
    margin-left: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml0 {
    margin-left: 0vw;
  }
}

.u-ml5 {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .u-ml5 {
    margin-left: 0.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml5 {
    margin-left: 1.33333vw;
  }
}

.u-ml10 {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .u-ml10 {
    margin-left: 1.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml10 {
    margin-left: 2.66667vw;
  }
}

.u-ml15 {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .u-ml15 {
    margin-left: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml15 {
    margin-left: 4vw;
  }
}

.u-ml20 {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .u-ml20 {
    margin-left: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml20 {
    margin-left: 5.33333vw;
  }
}

.u-ml25 {
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .u-ml25 {
    margin-left: 3.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml25 {
    margin-left: 6.66667vw;
  }
}

.u-ml30 {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .u-ml30 {
    margin-left: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml30 {
    margin-left: 8vw;
  }
}

.u-ml35 {
  margin-left: 35px;
}

@media only screen and (max-width: 768px) {
  .u-ml35 {
    margin-left: 4.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml35 {
    margin-left: 9.33333vw;
  }
}

.u-ml40 {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .u-ml40 {
    margin-left: 5.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml40 {
    margin-left: 10.66667vw;
  }
}

.u-ml45 {
  margin-left: 45px;
}

@media only screen and (max-width: 768px) {
  .u-ml45 {
    margin-left: 6vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml45 {
    margin-left: 12vw;
  }
}

.u-ml50 {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .u-ml50 {
    margin-left: 6.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml50 {
    margin-left: 13.33333vw;
  }
}

.u-ml55 {
  margin-left: 55px;
}

@media only screen and (max-width: 768px) {
  .u-ml55 {
    margin-left: 7.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml55 {
    margin-left: 14.66667vw;
  }
}

.u-ml60 {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .u-ml60 {
    margin-left: 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml60 {
    margin-left: 16vw;
  }
}

.u-ml65 {
  margin-left: 65px;
}

@media only screen and (max-width: 768px) {
  .u-ml65 {
    margin-left: 8.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml65 {
    margin-left: 17.33333vw;
  }
}

.u-ml70 {
  margin-left: 70px;
}

@media only screen and (max-width: 768px) {
  .u-ml70 {
    margin-left: 9.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml70 {
    margin-left: 18.66667vw;
  }
}

.u-ml75 {
  margin-left: 75px;
}

@media only screen and (max-width: 768px) {
  .u-ml75 {
    margin-left: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml75 {
    margin-left: 20vw;
  }
}

.u-ml80 {
  margin-left: 80px;
}

@media only screen and (max-width: 768px) {
  .u-ml80 {
    margin-left: 10.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml80 {
    margin-left: 21.33333vw;
  }
}

.u-ml85 {
  margin-left: 85px;
}

@media only screen and (max-width: 768px) {
  .u-ml85 {
    margin-left: 11.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml85 {
    margin-left: 22.66667vw;
  }
}

.u-ml90 {
  margin-left: 90px;
}

@media only screen and (max-width: 768px) {
  .u-ml90 {
    margin-left: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml90 {
    margin-left: 24vw;
  }
}

.u-ml95 {
  margin-left: 95px;
}

@media only screen and (max-width: 768px) {
  .u-ml95 {
    margin-left: 12.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml95 {
    margin-left: 25.33333vw;
  }
}

.u-ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .u-ml100 {
    margin-left: 13.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml100 {
    margin-left: 26.66667vw;
  }
}

.u-ml105 {
  margin-left: 105px;
}

@media only screen and (max-width: 768px) {
  .u-ml105 {
    margin-left: 14vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml105 {
    margin-left: 28vw;
  }
}

.u-ml110 {
  margin-left: 110px;
}

@media only screen and (max-width: 768px) {
  .u-ml110 {
    margin-left: 14.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml110 {
    margin-left: 29.33333vw;
  }
}

.u-ml115 {
  margin-left: 115px;
}

@media only screen and (max-width: 768px) {
  .u-ml115 {
    margin-left: 15.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml115 {
    margin-left: 30.66667vw;
  }
}

.u-ml120 {
  margin-left: 120px;
}

@media only screen and (max-width: 768px) {
  .u-ml120 {
    margin-left: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml120 {
    margin-left: 32vw;
  }
}

.u-ml125 {
  margin-left: 125px;
}

@media only screen and (max-width: 768px) {
  .u-ml125 {
    margin-left: 16.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml125 {
    margin-left: 33.33333vw;
  }
}

.u-ml130 {
  margin-left: 130px;
}

@media only screen and (max-width: 768px) {
  .u-ml130 {
    margin-left: 17.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml130 {
    margin-left: 34.66667vw;
  }
}

.u-ml135 {
  margin-left: 135px;
}

@media only screen and (max-width: 768px) {
  .u-ml135 {
    margin-left: 18vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml135 {
    margin-left: 36vw;
  }
}

.u-ml140 {
  margin-left: 140px;
}

@media only screen and (max-width: 768px) {
  .u-ml140 {
    margin-left: 18.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml140 {
    margin-left: 37.33333vw;
  }
}

.u-ml145 {
  margin-left: 145px;
}

@media only screen and (max-width: 768px) {
  .u-ml145 {
    margin-left: 19.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml145 {
    margin-left: 38.66667vw;
  }
}

.u-ml150 {
  margin-left: 150px;
}

@media only screen and (max-width: 768px) {
  .u-ml150 {
    margin-left: 20vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml150 {
    margin-left: 40vw;
  }
}

.u-ml155 {
  margin-left: 155px;
}

@media only screen and (max-width: 768px) {
  .u-ml155 {
    margin-left: 20.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml155 {
    margin-left: 41.33333vw;
  }
}

.u-ml160 {
  margin-left: 160px;
}

@media only screen and (max-width: 768px) {
  .u-ml160 {
    margin-left: 21.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml160 {
    margin-left: 42.66667vw;
  }
}

.u-ml165 {
  margin-left: 165px;
}

@media only screen and (max-width: 768px) {
  .u-ml165 {
    margin-left: 22vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml165 {
    margin-left: 44vw;
  }
}

.u-ml170 {
  margin-left: 170px;
}

@media only screen and (max-width: 768px) {
  .u-ml170 {
    margin-left: 22.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml170 {
    margin-left: 45.33333vw;
  }
}

.u-ml175 {
  margin-left: 175px;
}

@media only screen and (max-width: 768px) {
  .u-ml175 {
    margin-left: 23.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml175 {
    margin-left: 46.66667vw;
  }
}

.u-ml180 {
  margin-left: 180px;
}

@media only screen and (max-width: 768px) {
  .u-ml180 {
    margin-left: 24vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml180 {
    margin-left: 48vw;
  }
}

.u-ml185 {
  margin-left: 185px;
}

@media only screen and (max-width: 768px) {
  .u-ml185 {
    margin-left: 24.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml185 {
    margin-left: 49.33333vw;
  }
}

.u-ml190 {
  margin-left: 190px;
}

@media only screen and (max-width: 768px) {
  .u-ml190 {
    margin-left: 25.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml190 {
    margin-left: 50.66667vw;
  }
}

.u-ml195 {
  margin-left: 195px;
}

@media only screen and (max-width: 768px) {
  .u-ml195 {
    margin-left: 26vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml195 {
    margin-left: 52vw;
  }
}

.u-ml200 {
  margin-left: 200px;
}

@media only screen and (max-width: 768px) {
  .u-ml200 {
    margin-left: 26.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml200 {
    margin-left: 53.33333vw;
  }
}

.u-ml205 {
  margin-left: 205px;
}

@media only screen and (max-width: 768px) {
  .u-ml205 {
    margin-left: 27.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml205 {
    margin-left: 54.66667vw;
  }
}

.u-ml210 {
  margin-left: 210px;
}

@media only screen and (max-width: 768px) {
  .u-ml210 {
    margin-left: 28vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml210 {
    margin-left: 56vw;
  }
}

.u-ml215 {
  margin-left: 215px;
}

@media only screen and (max-width: 768px) {
  .u-ml215 {
    margin-left: 28.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml215 {
    margin-left: 57.33333vw;
  }
}

.u-ml220 {
  margin-left: 220px;
}

@media only screen and (max-width: 768px) {
  .u-ml220 {
    margin-left: 29.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml220 {
    margin-left: 58.66667vw;
  }
}

.u-ml225 {
  margin-left: 225px;
}

@media only screen and (max-width: 768px) {
  .u-ml225 {
    margin-left: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml225 {
    margin-left: 60vw;
  }
}

.u-ml230 {
  margin-left: 230px;
}

@media only screen and (max-width: 768px) {
  .u-ml230 {
    margin-left: 30.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml230 {
    margin-left: 61.33333vw;
  }
}

.u-ml235 {
  margin-left: 235px;
}

@media only screen and (max-width: 768px) {
  .u-ml235 {
    margin-left: 31.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml235 {
    margin-left: 62.66667vw;
  }
}

.u-ml240 {
  margin-left: 240px;
}

@media only screen and (max-width: 768px) {
  .u-ml240 {
    margin-left: 32vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml240 {
    margin-left: 64vw;
  }
}

.u-ml245 {
  margin-left: 245px;
}

@media only screen and (max-width: 768px) {
  .u-ml245 {
    margin-left: 32.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml245 {
    margin-left: 65.33333vw;
  }
}

.u-ml250 {
  margin-left: 250px;
}

@media only screen and (max-width: 768px) {
  .u-ml250 {
    margin-left: 33.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml250 {
    margin-left: 66.66667vw;
  }
}

.u-ml255 {
  margin-left: 255px;
}

@media only screen and (max-width: 768px) {
  .u-ml255 {
    margin-left: 34vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml255 {
    margin-left: 68vw;
  }
}

.u-ml260 {
  margin-left: 260px;
}

@media only screen and (max-width: 768px) {
  .u-ml260 {
    margin-left: 34.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml260 {
    margin-left: 69.33333vw;
  }
}

.u-ml265 {
  margin-left: 265px;
}

@media only screen and (max-width: 768px) {
  .u-ml265 {
    margin-left: 35.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml265 {
    margin-left: 70.66667vw;
  }
}

.u-ml270 {
  margin-left: 270px;
}

@media only screen and (max-width: 768px) {
  .u-ml270 {
    margin-left: 36vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml270 {
    margin-left: 72vw;
  }
}

.u-ml275 {
  margin-left: 275px;
}

@media only screen and (max-width: 768px) {
  .u-ml275 {
    margin-left: 36.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml275 {
    margin-left: 73.33333vw;
  }
}

.u-ml280 {
  margin-left: 280px;
}

@media only screen and (max-width: 768px) {
  .u-ml280 {
    margin-left: 37.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml280 {
    margin-left: 74.66667vw;
  }
}

.u-ml285 {
  margin-left: 285px;
}

@media only screen and (max-width: 768px) {
  .u-ml285 {
    margin-left: 38vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml285 {
    margin-left: 76vw;
  }
}

.u-ml290 {
  margin-left: 290px;
}

@media only screen and (max-width: 768px) {
  .u-ml290 {
    margin-left: 38.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml290 {
    margin-left: 77.33333vw;
  }
}

.u-ml295 {
  margin-left: 295px;
}

@media only screen and (max-width: 768px) {
  .u-ml295 {
    margin-left: 39.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml295 {
    margin-left: 78.66667vw;
  }
}

.u-ml300 {
  margin-left: 300px;
}

@media only screen and (max-width: 768px) {
  .u-ml300 {
    margin-left: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml300 {
    margin-left: 80vw;
  }
}

.u-ml305 {
  margin-left: 305px;
}

@media only screen and (max-width: 768px) {
  .u-ml305 {
    margin-left: 40.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml305 {
    margin-left: 81.33333vw;
  }
}

.u-ml310 {
  margin-left: 310px;
}

@media only screen and (max-width: 768px) {
  .u-ml310 {
    margin-left: 41.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml310 {
    margin-left: 82.66667vw;
  }
}

.u-ml315 {
  margin-left: 315px;
}

@media only screen and (max-width: 768px) {
  .u-ml315 {
    margin-left: 42vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml315 {
    margin-left: 84vw;
  }
}

.u-ml320 {
  margin-left: 320px;
}

@media only screen and (max-width: 768px) {
  .u-ml320 {
    margin-left: 42.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml320 {
    margin-left: 85.33333vw;
  }
}

.u-ml325 {
  margin-left: 325px;
}

@media only screen and (max-width: 768px) {
  .u-ml325 {
    margin-left: 43.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml325 {
    margin-left: 86.66667vw;
  }
}

.u-ml330 {
  margin-left: 330px;
}

@media only screen and (max-width: 768px) {
  .u-ml330 {
    margin-left: 44vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml330 {
    margin-left: 88vw;
  }
}

.u-ml335 {
  margin-left: 335px;
}

@media only screen and (max-width: 768px) {
  .u-ml335 {
    margin-left: 44.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml335 {
    margin-left: 89.33333vw;
  }
}

.u-ml340 {
  margin-left: 340px;
}

@media only screen and (max-width: 768px) {
  .u-ml340 {
    margin-left: 45.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml340 {
    margin-left: 90.66667vw;
  }
}

.u-ml345 {
  margin-left: 345px;
}

@media only screen and (max-width: 768px) {
  .u-ml345 {
    margin-left: 46vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml345 {
    margin-left: 92vw;
  }
}

.u-ml350 {
  margin-left: 350px;
}

@media only screen and (max-width: 768px) {
  .u-ml350 {
    margin-left: 46.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml350 {
    margin-left: 93.33333vw;
  }
}

.u-ml355 {
  margin-left: 355px;
}

@media only screen and (max-width: 768px) {
  .u-ml355 {
    margin-left: 47.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml355 {
    margin-left: 94.66667vw;
  }
}

.u-ml360 {
  margin-left: 360px;
}

@media only screen and (max-width: 768px) {
  .u-ml360 {
    margin-left: 48vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml360 {
    margin-left: 96vw;
  }
}

.u-ml365 {
  margin-left: 365px;
}

@media only screen and (max-width: 768px) {
  .u-ml365 {
    margin-left: 48.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml365 {
    margin-left: 97.33333vw;
  }
}

.u-ml370 {
  margin-left: 370px;
}

@media only screen and (max-width: 768px) {
  .u-ml370 {
    margin-left: 49.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml370 {
    margin-left: 98.66667vw;
  }
}

.u-ml375 {
  margin-left: 375px;
}

@media only screen and (max-width: 768px) {
  .u-ml375 {
    margin-left: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml375 {
    margin-left: 100vw;
  }
}

.u-ml380 {
  margin-left: 380px;
}

@media only screen and (max-width: 768px) {
  .u-ml380 {
    margin-left: 50.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml380 {
    margin-left: 101.33333vw;
  }
}

.u-ml385 {
  margin-left: 385px;
}

@media only screen and (max-width: 768px) {
  .u-ml385 {
    margin-left: 51.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml385 {
    margin-left: 102.66667vw;
  }
}

.u-ml390 {
  margin-left: 390px;
}

@media only screen and (max-width: 768px) {
  .u-ml390 {
    margin-left: 52vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml390 {
    margin-left: 104vw;
  }
}

.u-ml395 {
  margin-left: 395px;
}

@media only screen and (max-width: 768px) {
  .u-ml395 {
    margin-left: 52.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml395 {
    margin-left: 105.33333vw;
  }
}

.u-ml400 {
  margin-left: 400px;
}

@media only screen and (max-width: 768px) {
  .u-ml400 {
    margin-left: 53.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml400 {
    margin-left: 106.66667vw;
  }
}

.u-ml405 {
  margin-left: 405px;
}

@media only screen and (max-width: 768px) {
  .u-ml405 {
    margin-left: 54vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml405 {
    margin-left: 108vw;
  }
}

.u-ml410 {
  margin-left: 410px;
}

@media only screen and (max-width: 768px) {
  .u-ml410 {
    margin-left: 54.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml410 {
    margin-left: 109.33333vw;
  }
}

.u-ml415 {
  margin-left: 415px;
}

@media only screen and (max-width: 768px) {
  .u-ml415 {
    margin-left: 55.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml415 {
    margin-left: 110.66667vw;
  }
}

.u-ml420 {
  margin-left: 420px;
}

@media only screen and (max-width: 768px) {
  .u-ml420 {
    margin-left: 56vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml420 {
    margin-left: 112vw;
  }
}

.u-ml425 {
  margin-left: 425px;
}

@media only screen and (max-width: 768px) {
  .u-ml425 {
    margin-left: 56.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml425 {
    margin-left: 113.33333vw;
  }
}

.u-ml430 {
  margin-left: 430px;
}

@media only screen and (max-width: 768px) {
  .u-ml430 {
    margin-left: 57.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml430 {
    margin-left: 114.66667vw;
  }
}

.u-ml435 {
  margin-left: 435px;
}

@media only screen and (max-width: 768px) {
  .u-ml435 {
    margin-left: 58vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml435 {
    margin-left: 116vw;
  }
}

.u-ml440 {
  margin-left: 440px;
}

@media only screen and (max-width: 768px) {
  .u-ml440 {
    margin-left: 58.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml440 {
    margin-left: 117.33333vw;
  }
}

.u-ml445 {
  margin-left: 445px;
}

@media only screen and (max-width: 768px) {
  .u-ml445 {
    margin-left: 59.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml445 {
    margin-left: 118.66667vw;
  }
}

.u-ml450 {
  margin-left: 450px;
}

@media only screen and (max-width: 768px) {
  .u-ml450 {
    margin-left: 60vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml450 {
    margin-left: 120vw;
  }
}

.u-ml455 {
  margin-left: 455px;
}

@media only screen and (max-width: 768px) {
  .u-ml455 {
    margin-left: 60.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml455 {
    margin-left: 121.33333vw;
  }
}

.u-ml460 {
  margin-left: 460px;
}

@media only screen and (max-width: 768px) {
  .u-ml460 {
    margin-left: 61.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml460 {
    margin-left: 122.66667vw;
  }
}

.u-ml465 {
  margin-left: 465px;
}

@media only screen and (max-width: 768px) {
  .u-ml465 {
    margin-left: 62vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml465 {
    margin-left: 124vw;
  }
}

.u-ml470 {
  margin-left: 470px;
}

@media only screen and (max-width: 768px) {
  .u-ml470 {
    margin-left: 62.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml470 {
    margin-left: 125.33333vw;
  }
}

.u-ml475 {
  margin-left: 475px;
}

@media only screen and (max-width: 768px) {
  .u-ml475 {
    margin-left: 63.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml475 {
    margin-left: 126.66667vw;
  }
}

.u-ml480 {
  margin-left: 480px;
}

@media only screen and (max-width: 768px) {
  .u-ml480 {
    margin-left: 64vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml480 {
    margin-left: 128vw;
  }
}

.u-ml485 {
  margin-left: 485px;
}

@media only screen and (max-width: 768px) {
  .u-ml485 {
    margin-left: 64.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml485 {
    margin-left: 129.33333vw;
  }
}

.u-ml490 {
  margin-left: 490px;
}

@media only screen and (max-width: 768px) {
  .u-ml490 {
    margin-left: 65.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml490 {
    margin-left: 130.66667vw;
  }
}

.u-ml495 {
  margin-left: 495px;
}

@media only screen and (max-width: 768px) {
  .u-ml495 {
    margin-left: 66vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml495 {
    margin-left: 132vw;
  }
}

.u-ml500 {
  margin-left: 500px;
}

@media only screen and (max-width: 768px) {
  .u-ml500 {
    margin-left: 66.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-ml500 {
    margin-left: 133.33333vw;
  }
}

.u-mr0 {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .u-mr0 {
    margin-right: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr0 {
    margin-right: 0vw !important;
  }
}

.u-mr5 {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .u-mr5 {
    margin-right: 0.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr5 {
    margin-right: 1.33333vw !important;
  }
}

.u-mr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .u-mr10 {
    margin-right: 1.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr10 {
    margin-right: 2.66667vw !important;
  }
}

.u-mr15 {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .u-mr15 {
    margin-right: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr15 {
    margin-right: 4vw !important;
  }
}

.u-mr20 {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .u-mr20 {
    margin-right: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr20 {
    margin-right: 5.33333vw !important;
  }
}

.u-mr25 {
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .u-mr25 {
    margin-right: 3.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr25 {
    margin-right: 6.66667vw !important;
  }
}

.u-mr30 {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .u-mr30 {
    margin-right: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr30 {
    margin-right: 8vw !important;
  }
}

.u-mr35 {
  margin-right: 35px;
}

@media only screen and (max-width: 768px) {
  .u-mr35 {
    margin-right: 4.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr35 {
    margin-right: 9.33333vw !important;
  }
}

.u-mr40 {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .u-mr40 {
    margin-right: 5.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr40 {
    margin-right: 10.66667vw !important;
  }
}

.u-mr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .u-mr45 {
    margin-right: 6vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr45 {
    margin-right: 12vw !important;
  }
}

.u-mr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .u-mr50 {
    margin-right: 6.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr50 {
    margin-right: 13.33333vw !important;
  }
}

.u-mr55 {
  margin-right: 55px;
}

@media only screen and (max-width: 768px) {
  .u-mr55 {
    margin-right: 7.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr55 {
    margin-right: 14.66667vw !important;
  }
}

.u-mr60 {
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .u-mr60 {
    margin-right: 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr60 {
    margin-right: 16vw !important;
  }
}

.u-mr65 {
  margin-right: 65px;
}

@media only screen and (max-width: 768px) {
  .u-mr65 {
    margin-right: 8.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr65 {
    margin-right: 17.33333vw !important;
  }
}

.u-mr70 {
  margin-right: 70px;
}

@media only screen and (max-width: 768px) {
  .u-mr70 {
    margin-right: 9.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr70 {
    margin-right: 18.66667vw !important;
  }
}

.u-mr75 {
  margin-right: 75px;
}

@media only screen and (max-width: 768px) {
  .u-mr75 {
    margin-right: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr75 {
    margin-right: 20vw !important;
  }
}

.u-mr80 {
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .u-mr80 {
    margin-right: 10.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr80 {
    margin-right: 21.33333vw !important;
  }
}

.u-mr85 {
  margin-right: 85px;
}

@media only screen and (max-width: 768px) {
  .u-mr85 {
    margin-right: 11.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr85 {
    margin-right: 22.66667vw !important;
  }
}

.u-mr90 {
  margin-right: 90px;
}

@media only screen and (max-width: 768px) {
  .u-mr90 {
    margin-right: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr90 {
    margin-right: 24vw !important;
  }
}

.u-mr95 {
  margin-right: 95px;
}

@media only screen and (max-width: 768px) {
  .u-mr95 {
    margin-right: 12.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr95 {
    margin-right: 25.33333vw !important;
  }
}

.u-mr100 {
  margin-right: 100px;
}

@media only screen and (max-width: 768px) {
  .u-mr100 {
    margin-right: 13.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr100 {
    margin-right: 26.66667vw !important;
  }
}

.u-mr105 {
  margin-right: 105px;
}

@media only screen and (max-width: 768px) {
  .u-mr105 {
    margin-right: 14vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr105 {
    margin-right: 28vw !important;
  }
}

.u-mr110 {
  margin-right: 110px;
}

@media only screen and (max-width: 768px) {
  .u-mr110 {
    margin-right: 14.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr110 {
    margin-right: 29.33333vw !important;
  }
}

.u-mr115 {
  margin-right: 115px;
}

@media only screen and (max-width: 768px) {
  .u-mr115 {
    margin-right: 15.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr115 {
    margin-right: 30.66667vw !important;
  }
}

.u-mr120 {
  margin-right: 120px;
}

@media only screen and (max-width: 768px) {
  .u-mr120 {
    margin-right: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr120 {
    margin-right: 32vw !important;
  }
}

.u-mr125 {
  margin-right: 125px;
}

@media only screen and (max-width: 768px) {
  .u-mr125 {
    margin-right: 16.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr125 {
    margin-right: 33.33333vw !important;
  }
}

.u-mr130 {
  margin-right: 130px;
}

@media only screen and (max-width: 768px) {
  .u-mr130 {
    margin-right: 17.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr130 {
    margin-right: 34.66667vw !important;
  }
}

.u-mr135 {
  margin-right: 135px;
}

@media only screen and (max-width: 768px) {
  .u-mr135 {
    margin-right: 18vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr135 {
    margin-right: 36vw !important;
  }
}

.u-mr140 {
  margin-right: 140px;
}

@media only screen and (max-width: 768px) {
  .u-mr140 {
    margin-right: 18.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr140 {
    margin-right: 37.33333vw !important;
  }
}

.u-mr145 {
  margin-right: 145px;
}

@media only screen and (max-width: 768px) {
  .u-mr145 {
    margin-right: 19.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr145 {
    margin-right: 38.66667vw !important;
  }
}

.u-mr150 {
  margin-right: 150px;
}

@media only screen and (max-width: 768px) {
  .u-mr150 {
    margin-right: 20vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr150 {
    margin-right: 40vw !important;
  }
}

.u-mr155 {
  margin-right: 155px;
}

@media only screen and (max-width: 768px) {
  .u-mr155 {
    margin-right: 20.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr155 {
    margin-right: 41.33333vw !important;
  }
}

.u-mr160 {
  margin-right: 160px;
}

@media only screen and (max-width: 768px) {
  .u-mr160 {
    margin-right: 21.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr160 {
    margin-right: 42.66667vw !important;
  }
}

.u-mr165 {
  margin-right: 165px;
}

@media only screen and (max-width: 768px) {
  .u-mr165 {
    margin-right: 22vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr165 {
    margin-right: 44vw !important;
  }
}

.u-mr170 {
  margin-right: 170px;
}

@media only screen and (max-width: 768px) {
  .u-mr170 {
    margin-right: 22.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr170 {
    margin-right: 45.33333vw !important;
  }
}

.u-mr175 {
  margin-right: 175px;
}

@media only screen and (max-width: 768px) {
  .u-mr175 {
    margin-right: 23.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr175 {
    margin-right: 46.66667vw !important;
  }
}

.u-mr180 {
  margin-right: 180px;
}

@media only screen and (max-width: 768px) {
  .u-mr180 {
    margin-right: 24vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr180 {
    margin-right: 48vw !important;
  }
}

.u-mr185 {
  margin-right: 185px;
}

@media only screen and (max-width: 768px) {
  .u-mr185 {
    margin-right: 24.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr185 {
    margin-right: 49.33333vw !important;
  }
}

.u-mr190 {
  margin-right: 190px;
}

@media only screen and (max-width: 768px) {
  .u-mr190 {
    margin-right: 25.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr190 {
    margin-right: 50.66667vw !important;
  }
}

.u-mr195 {
  margin-right: 195px;
}

@media only screen and (max-width: 768px) {
  .u-mr195 {
    margin-right: 26vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr195 {
    margin-right: 52vw !important;
  }
}

.u-mr200 {
  margin-right: 200px;
}

@media only screen and (max-width: 768px) {
  .u-mr200 {
    margin-right: 26.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr200 {
    margin-right: 53.33333vw !important;
  }
}

.u-mr205 {
  margin-right: 205px;
}

@media only screen and (max-width: 768px) {
  .u-mr205 {
    margin-right: 27.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr205 {
    margin-right: 54.66667vw !important;
  }
}

.u-mr210 {
  margin-right: 210px;
}

@media only screen and (max-width: 768px) {
  .u-mr210 {
    margin-right: 28vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr210 {
    margin-right: 56vw !important;
  }
}

.u-mr215 {
  margin-right: 215px;
}

@media only screen and (max-width: 768px) {
  .u-mr215 {
    margin-right: 28.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr215 {
    margin-right: 57.33333vw !important;
  }
}

.u-mr220 {
  margin-right: 220px;
}

@media only screen and (max-width: 768px) {
  .u-mr220 {
    margin-right: 29.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr220 {
    margin-right: 58.66667vw !important;
  }
}

.u-mr225 {
  margin-right: 225px;
}

@media only screen and (max-width: 768px) {
  .u-mr225 {
    margin-right: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr225 {
    margin-right: 60vw !important;
  }
}

.u-mr230 {
  margin-right: 230px;
}

@media only screen and (max-width: 768px) {
  .u-mr230 {
    margin-right: 30.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr230 {
    margin-right: 61.33333vw !important;
  }
}

.u-mr235 {
  margin-right: 235px;
}

@media only screen and (max-width: 768px) {
  .u-mr235 {
    margin-right: 31.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr235 {
    margin-right: 62.66667vw !important;
  }
}

.u-mr240 {
  margin-right: 240px;
}

@media only screen and (max-width: 768px) {
  .u-mr240 {
    margin-right: 32vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr240 {
    margin-right: 64vw !important;
  }
}

.u-mr245 {
  margin-right: 245px;
}

@media only screen and (max-width: 768px) {
  .u-mr245 {
    margin-right: 32.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr245 {
    margin-right: 65.33333vw !important;
  }
}

.u-mr250 {
  margin-right: 250px;
}

@media only screen and (max-width: 768px) {
  .u-mr250 {
    margin-right: 33.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr250 {
    margin-right: 66.66667vw !important;
  }
}

.u-mr255 {
  margin-right: 255px;
}

@media only screen and (max-width: 768px) {
  .u-mr255 {
    margin-right: 34vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr255 {
    margin-right: 68vw !important;
  }
}

.u-mr260 {
  margin-right: 260px;
}

@media only screen and (max-width: 768px) {
  .u-mr260 {
    margin-right: 34.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr260 {
    margin-right: 69.33333vw !important;
  }
}

.u-mr265 {
  margin-right: 265px;
}

@media only screen and (max-width: 768px) {
  .u-mr265 {
    margin-right: 35.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr265 {
    margin-right: 70.66667vw !important;
  }
}

.u-mr270 {
  margin-right: 270px;
}

@media only screen and (max-width: 768px) {
  .u-mr270 {
    margin-right: 36vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr270 {
    margin-right: 72vw !important;
  }
}

.u-mr275 {
  margin-right: 275px;
}

@media only screen and (max-width: 768px) {
  .u-mr275 {
    margin-right: 36.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr275 {
    margin-right: 73.33333vw !important;
  }
}

.u-mr280 {
  margin-right: 280px;
}

@media only screen and (max-width: 768px) {
  .u-mr280 {
    margin-right: 37.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr280 {
    margin-right: 74.66667vw !important;
  }
}

.u-mr285 {
  margin-right: 285px;
}

@media only screen and (max-width: 768px) {
  .u-mr285 {
    margin-right: 38vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr285 {
    margin-right: 76vw !important;
  }
}

.u-mr290 {
  margin-right: 290px;
}

@media only screen and (max-width: 768px) {
  .u-mr290 {
    margin-right: 38.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr290 {
    margin-right: 77.33333vw !important;
  }
}

.u-mr295 {
  margin-right: 295px;
}

@media only screen and (max-width: 768px) {
  .u-mr295 {
    margin-right: 39.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr295 {
    margin-right: 78.66667vw !important;
  }
}

.u-mr300 {
  margin-right: 300px;
}

@media only screen and (max-width: 768px) {
  .u-mr300 {
    margin-right: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr300 {
    margin-right: 80vw !important;
  }
}

.u-mr305 {
  margin-right: 305px;
}

@media only screen and (max-width: 768px) {
  .u-mr305 {
    margin-right: 40.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr305 {
    margin-right: 81.33333vw !important;
  }
}

.u-mr310 {
  margin-right: 310px;
}

@media only screen and (max-width: 768px) {
  .u-mr310 {
    margin-right: 41.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr310 {
    margin-right: 82.66667vw !important;
  }
}

.u-mr315 {
  margin-right: 315px;
}

@media only screen and (max-width: 768px) {
  .u-mr315 {
    margin-right: 42vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr315 {
    margin-right: 84vw !important;
  }
}

.u-mr320 {
  margin-right: 320px;
}

@media only screen and (max-width: 768px) {
  .u-mr320 {
    margin-right: 42.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr320 {
    margin-right: 85.33333vw !important;
  }
}

.u-mr325 {
  margin-right: 325px;
}

@media only screen and (max-width: 768px) {
  .u-mr325 {
    margin-right: 43.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr325 {
    margin-right: 86.66667vw !important;
  }
}

.u-mr330 {
  margin-right: 330px;
}

@media only screen and (max-width: 768px) {
  .u-mr330 {
    margin-right: 44vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr330 {
    margin-right: 88vw !important;
  }
}

.u-mr335 {
  margin-right: 335px;
}

@media only screen and (max-width: 768px) {
  .u-mr335 {
    margin-right: 44.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr335 {
    margin-right: 89.33333vw !important;
  }
}

.u-mr340 {
  margin-right: 340px;
}

@media only screen and (max-width: 768px) {
  .u-mr340 {
    margin-right: 45.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr340 {
    margin-right: 90.66667vw !important;
  }
}

.u-mr345 {
  margin-right: 345px;
}

@media only screen and (max-width: 768px) {
  .u-mr345 {
    margin-right: 46vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr345 {
    margin-right: 92vw !important;
  }
}

.u-mr350 {
  margin-right: 350px;
}

@media only screen and (max-width: 768px) {
  .u-mr350 {
    margin-right: 46.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr350 {
    margin-right: 93.33333vw !important;
  }
}

.u-mr355 {
  margin-right: 355px;
}

@media only screen and (max-width: 768px) {
  .u-mr355 {
    margin-right: 47.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr355 {
    margin-right: 94.66667vw !important;
  }
}

.u-mr360 {
  margin-right: 360px;
}

@media only screen and (max-width: 768px) {
  .u-mr360 {
    margin-right: 48vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr360 {
    margin-right: 96vw !important;
  }
}

.u-mr365 {
  margin-right: 365px;
}

@media only screen and (max-width: 768px) {
  .u-mr365 {
    margin-right: 48.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr365 {
    margin-right: 97.33333vw !important;
  }
}

.u-mr370 {
  margin-right: 370px;
}

@media only screen and (max-width: 768px) {
  .u-mr370 {
    margin-right: 49.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr370 {
    margin-right: 98.66667vw !important;
  }
}

.u-mr375 {
  margin-right: 375px;
}

@media only screen and (max-width: 768px) {
  .u-mr375 {
    margin-right: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr375 {
    margin-right: 100vw !important;
  }
}

.u-mr380 {
  margin-right: 380px;
}

@media only screen and (max-width: 768px) {
  .u-mr380 {
    margin-right: 50.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr380 {
    margin-right: 101.33333vw !important;
  }
}

.u-mr385 {
  margin-right: 385px;
}

@media only screen and (max-width: 768px) {
  .u-mr385 {
    margin-right: 51.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr385 {
    margin-right: 102.66667vw !important;
  }
}

.u-mr390 {
  margin-right: 390px;
}

@media only screen and (max-width: 768px) {
  .u-mr390 {
    margin-right: 52vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr390 {
    margin-right: 104vw !important;
  }
}

.u-mr395 {
  margin-right: 395px;
}

@media only screen and (max-width: 768px) {
  .u-mr395 {
    margin-right: 52.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr395 {
    margin-right: 105.33333vw !important;
  }
}

.u-mr400 {
  margin-right: 400px;
}

@media only screen and (max-width: 768px) {
  .u-mr400 {
    margin-right: 53.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr400 {
    margin-right: 106.66667vw !important;
  }
}

.u-mr405 {
  margin-right: 405px;
}

@media only screen and (max-width: 768px) {
  .u-mr405 {
    margin-right: 54vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr405 {
    margin-right: 108vw !important;
  }
}

.u-mr410 {
  margin-right: 410px;
}

@media only screen and (max-width: 768px) {
  .u-mr410 {
    margin-right: 54.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr410 {
    margin-right: 109.33333vw !important;
  }
}

.u-mr415 {
  margin-right: 415px;
}

@media only screen and (max-width: 768px) {
  .u-mr415 {
    margin-right: 55.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr415 {
    margin-right: 110.66667vw !important;
  }
}

.u-mr420 {
  margin-right: 420px;
}

@media only screen and (max-width: 768px) {
  .u-mr420 {
    margin-right: 56vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr420 {
    margin-right: 112vw !important;
  }
}

.u-mr425 {
  margin-right: 425px;
}

@media only screen and (max-width: 768px) {
  .u-mr425 {
    margin-right: 56.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr425 {
    margin-right: 113.33333vw !important;
  }
}

.u-mr430 {
  margin-right: 430px;
}

@media only screen and (max-width: 768px) {
  .u-mr430 {
    margin-right: 57.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr430 {
    margin-right: 114.66667vw !important;
  }
}

.u-mr435 {
  margin-right: 435px;
}

@media only screen and (max-width: 768px) {
  .u-mr435 {
    margin-right: 58vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr435 {
    margin-right: 116vw !important;
  }
}

.u-mr440 {
  margin-right: 440px;
}

@media only screen and (max-width: 768px) {
  .u-mr440 {
    margin-right: 58.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr440 {
    margin-right: 117.33333vw !important;
  }
}

.u-mr445 {
  margin-right: 445px;
}

@media only screen and (max-width: 768px) {
  .u-mr445 {
    margin-right: 59.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr445 {
    margin-right: 118.66667vw !important;
  }
}

.u-mr450 {
  margin-right: 450px;
}

@media only screen and (max-width: 768px) {
  .u-mr450 {
    margin-right: 60vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr450 {
    margin-right: 120vw !important;
  }
}

.u-mr455 {
  margin-right: 455px;
}

@media only screen and (max-width: 768px) {
  .u-mr455 {
    margin-right: 60.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr455 {
    margin-right: 121.33333vw !important;
  }
}

.u-mr460 {
  margin-right: 460px;
}

@media only screen and (max-width: 768px) {
  .u-mr460 {
    margin-right: 61.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr460 {
    margin-right: 122.66667vw !important;
  }
}

.u-mr465 {
  margin-right: 465px;
}

@media only screen and (max-width: 768px) {
  .u-mr465 {
    margin-right: 62vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr465 {
    margin-right: 124vw !important;
  }
}

.u-mr470 {
  margin-right: 470px;
}

@media only screen and (max-width: 768px) {
  .u-mr470 {
    margin-right: 62.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr470 {
    margin-right: 125.33333vw !important;
  }
}

.u-mr475 {
  margin-right: 475px;
}

@media only screen and (max-width: 768px) {
  .u-mr475 {
    margin-right: 63.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr475 {
    margin-right: 126.66667vw !important;
  }
}

.u-mr480 {
  margin-right: 480px;
}

@media only screen and (max-width: 768px) {
  .u-mr480 {
    margin-right: 64vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr480 {
    margin-right: 128vw !important;
  }
}

.u-mr485 {
  margin-right: 485px;
}

@media only screen and (max-width: 768px) {
  .u-mr485 {
    margin-right: 64.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr485 {
    margin-right: 129.33333vw !important;
  }
}

.u-mr490 {
  margin-right: 490px;
}

@media only screen and (max-width: 768px) {
  .u-mr490 {
    margin-right: 65.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr490 {
    margin-right: 130.66667vw !important;
  }
}

.u-mr495 {
  margin-right: 495px;
}

@media only screen and (max-width: 768px) {
  .u-mr495 {
    margin-right: 66vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr495 {
    margin-right: 132vw !important;
  }
}

.u-mr500 {
  margin-right: 500px;
}

@media only screen and (max-width: 768px) {
  .u-mr500 {
    margin-right: 66.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mr500 {
    margin-right: 133.33333vw !important;
  }
}

.u-pt0 {
  padding-top: 0px;
}

@media only screen and (max-width: 768px) {
  .u-pt0 {
    padding-top: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt0 {
    padding-top: 0vw !important;
  }
}

.u-pt5 {
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .u-pt5 {
    padding-top: 0.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt5 {
    padding-top: 1.33333vw !important;
  }
}

.u-pt10 {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .u-pt10 {
    padding-top: 1.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt10 {
    padding-top: 2.66667vw !important;
  }
}

.u-pt15 {
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .u-pt15 {
    padding-top: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt15 {
    padding-top: 4vw !important;
  }
}

.u-pt20 {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .u-pt20 {
    padding-top: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt20 {
    padding-top: 5.33333vw !important;
  }
}

.u-pt25 {
  padding-top: 25px;
}

@media only screen and (max-width: 768px) {
  .u-pt25 {
    padding-top: 3.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt25 {
    padding-top: 6.66667vw !important;
  }
}

.u-pt30 {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .u-pt30 {
    padding-top: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt30 {
    padding-top: 8vw !important;
  }
}

.u-pt35 {
  padding-top: 35px;
}

@media only screen and (max-width: 768px) {
  .u-pt35 {
    padding-top: 4.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt35 {
    padding-top: 9.33333vw !important;
  }
}

.u-pt40 {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .u-pt40 {
    padding-top: 5.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt40 {
    padding-top: 10.66667vw !important;
  }
}

.u-pt45 {
  padding-top: 45px;
}

@media only screen and (max-width: 768px) {
  .u-pt45 {
    padding-top: 6vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt45 {
    padding-top: 12vw !important;
  }
}

.u-pt50 {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .u-pt50 {
    padding-top: 6.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt50 {
    padding-top: 13.33333vw !important;
  }
}

.u-pt55 {
  padding-top: 55px;
}

@media only screen and (max-width: 768px) {
  .u-pt55 {
    padding-top: 7.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt55 {
    padding-top: 14.66667vw !important;
  }
}

.u-pt60 {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .u-pt60 {
    padding-top: 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt60 {
    padding-top: 16vw !important;
  }
}

.u-pt65 {
  padding-top: 65px;
}

@media only screen and (max-width: 768px) {
  .u-pt65 {
    padding-top: 8.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt65 {
    padding-top: 17.33333vw !important;
  }
}

.u-pt70 {
  padding-top: 70px;
}

@media only screen and (max-width: 768px) {
  .u-pt70 {
    padding-top: 9.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt70 {
    padding-top: 18.66667vw !important;
  }
}

.u-pt75 {
  padding-top: 75px;
}

@media only screen and (max-width: 768px) {
  .u-pt75 {
    padding-top: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt75 {
    padding-top: 20vw !important;
  }
}

.u-pt80 {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .u-pt80 {
    padding-top: 10.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt80 {
    padding-top: 21.33333vw !important;
  }
}

.u-pt85 {
  padding-top: 85px;
}

@media only screen and (max-width: 768px) {
  .u-pt85 {
    padding-top: 11.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt85 {
    padding-top: 22.66667vw !important;
  }
}

.u-pt90 {
  padding-top: 90px;
}

@media only screen and (max-width: 768px) {
  .u-pt90 {
    padding-top: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt90 {
    padding-top: 24vw !important;
  }
}

.u-pt95 {
  padding-top: 95px;
}

@media only screen and (max-width: 768px) {
  .u-pt95 {
    padding-top: 12.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt95 {
    padding-top: 25.33333vw !important;
  }
}

.u-pt100 {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .u-pt100 {
    padding-top: 13.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt100 {
    padding-top: 26.66667vw !important;
  }
}

.u-pt105 {
  padding-top: 105px;
}

@media only screen and (max-width: 768px) {
  .u-pt105 {
    padding-top: 14vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt105 {
    padding-top: 28vw !important;
  }
}

.u-pt110 {
  padding-top: 110px;
}

@media only screen and (max-width: 768px) {
  .u-pt110 {
    padding-top: 14.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt110 {
    padding-top: 29.33333vw !important;
  }
}

.u-pt115 {
  padding-top: 115px;
}

@media only screen and (max-width: 768px) {
  .u-pt115 {
    padding-top: 15.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt115 {
    padding-top: 30.66667vw !important;
  }
}

.u-pt120 {
  padding-top: 120px;
}

@media only screen and (max-width: 768px) {
  .u-pt120 {
    padding-top: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt120 {
    padding-top: 32vw !important;
  }
}

.u-pt125 {
  padding-top: 125px;
}

@media only screen and (max-width: 768px) {
  .u-pt125 {
    padding-top: 16.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt125 {
    padding-top: 33.33333vw !important;
  }
}

.u-pt130 {
  padding-top: 130px;
}

@media only screen and (max-width: 768px) {
  .u-pt130 {
    padding-top: 17.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt130 {
    padding-top: 34.66667vw !important;
  }
}

.u-pt135 {
  padding-top: 135px;
}

@media only screen and (max-width: 768px) {
  .u-pt135 {
    padding-top: 18vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt135 {
    padding-top: 36vw !important;
  }
}

.u-pt140 {
  padding-top: 140px;
}

@media only screen and (max-width: 768px) {
  .u-pt140 {
    padding-top: 18.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt140 {
    padding-top: 37.33333vw !important;
  }
}

.u-pt145 {
  padding-top: 145px;
}

@media only screen and (max-width: 768px) {
  .u-pt145 {
    padding-top: 19.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt145 {
    padding-top: 38.66667vw !important;
  }
}

.u-pt150 {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .u-pt150 {
    padding-top: 20vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt150 {
    padding-top: 40vw !important;
  }
}

.u-pt155 {
  padding-top: 155px;
}

@media only screen and (max-width: 768px) {
  .u-pt155 {
    padding-top: 20.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt155 {
    padding-top: 41.33333vw !important;
  }
}

.u-pt160 {
  padding-top: 160px;
}

@media only screen and (max-width: 768px) {
  .u-pt160 {
    padding-top: 21.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt160 {
    padding-top: 42.66667vw !important;
  }
}

.u-pt165 {
  padding-top: 165px;
}

@media only screen and (max-width: 768px) {
  .u-pt165 {
    padding-top: 22vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt165 {
    padding-top: 44vw !important;
  }
}

.u-pt170 {
  padding-top: 170px;
}

@media only screen and (max-width: 768px) {
  .u-pt170 {
    padding-top: 22.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt170 {
    padding-top: 45.33333vw !important;
  }
}

.u-pt175 {
  padding-top: 175px;
}

@media only screen and (max-width: 768px) {
  .u-pt175 {
    padding-top: 23.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt175 {
    padding-top: 46.66667vw !important;
  }
}

.u-pt180 {
  padding-top: 180px;
}

@media only screen and (max-width: 768px) {
  .u-pt180 {
    padding-top: 24vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt180 {
    padding-top: 48vw !important;
  }
}

.u-pt185 {
  padding-top: 185px;
}

@media only screen and (max-width: 768px) {
  .u-pt185 {
    padding-top: 24.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt185 {
    padding-top: 49.33333vw !important;
  }
}

.u-pt190 {
  padding-top: 190px;
}

@media only screen and (max-width: 768px) {
  .u-pt190 {
    padding-top: 25.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt190 {
    padding-top: 50.66667vw !important;
  }
}

.u-pt195 {
  padding-top: 195px;
}

@media only screen and (max-width: 768px) {
  .u-pt195 {
    padding-top: 26vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt195 {
    padding-top: 52vw !important;
  }
}

.u-pt200 {
  padding-top: 200px;
}

@media only screen and (max-width: 768px) {
  .u-pt200 {
    padding-top: 26.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt200 {
    padding-top: 53.33333vw !important;
  }
}

.u-pt205 {
  padding-top: 205px;
}

@media only screen and (max-width: 768px) {
  .u-pt205 {
    padding-top: 27.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt205 {
    padding-top: 54.66667vw !important;
  }
}

.u-pt210 {
  padding-top: 210px;
}

@media only screen and (max-width: 768px) {
  .u-pt210 {
    padding-top: 28vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt210 {
    padding-top: 56vw !important;
  }
}

.u-pt215 {
  padding-top: 215px;
}

@media only screen and (max-width: 768px) {
  .u-pt215 {
    padding-top: 28.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt215 {
    padding-top: 57.33333vw !important;
  }
}

.u-pt220 {
  padding-top: 220px;
}

@media only screen and (max-width: 768px) {
  .u-pt220 {
    padding-top: 29.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt220 {
    padding-top: 58.66667vw !important;
  }
}

.u-pt225 {
  padding-top: 225px;
}

@media only screen and (max-width: 768px) {
  .u-pt225 {
    padding-top: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt225 {
    padding-top: 60vw !important;
  }
}

.u-pt230 {
  padding-top: 230px;
}

@media only screen and (max-width: 768px) {
  .u-pt230 {
    padding-top: 30.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt230 {
    padding-top: 61.33333vw !important;
  }
}

.u-pt235 {
  padding-top: 235px;
}

@media only screen and (max-width: 768px) {
  .u-pt235 {
    padding-top: 31.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt235 {
    padding-top: 62.66667vw !important;
  }
}

.u-pt240 {
  padding-top: 240px;
}

@media only screen and (max-width: 768px) {
  .u-pt240 {
    padding-top: 32vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt240 {
    padding-top: 64vw !important;
  }
}

.u-pt245 {
  padding-top: 245px;
}

@media only screen and (max-width: 768px) {
  .u-pt245 {
    padding-top: 32.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt245 {
    padding-top: 65.33333vw !important;
  }
}

.u-pt250 {
  padding-top: 250px;
}

@media only screen and (max-width: 768px) {
  .u-pt250 {
    padding-top: 33.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt250 {
    padding-top: 66.66667vw !important;
  }
}

.u-pt255 {
  padding-top: 255px;
}

@media only screen and (max-width: 768px) {
  .u-pt255 {
    padding-top: 34vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt255 {
    padding-top: 68vw !important;
  }
}

.u-pt260 {
  padding-top: 260px;
}

@media only screen and (max-width: 768px) {
  .u-pt260 {
    padding-top: 34.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt260 {
    padding-top: 69.33333vw !important;
  }
}

.u-pt265 {
  padding-top: 265px;
}

@media only screen and (max-width: 768px) {
  .u-pt265 {
    padding-top: 35.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt265 {
    padding-top: 70.66667vw !important;
  }
}

.u-pt270 {
  padding-top: 270px;
}

@media only screen and (max-width: 768px) {
  .u-pt270 {
    padding-top: 36vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt270 {
    padding-top: 72vw !important;
  }
}

.u-pt275 {
  padding-top: 275px;
}

@media only screen and (max-width: 768px) {
  .u-pt275 {
    padding-top: 36.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt275 {
    padding-top: 73.33333vw !important;
  }
}

.u-pt280 {
  padding-top: 280px;
}

@media only screen and (max-width: 768px) {
  .u-pt280 {
    padding-top: 37.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt280 {
    padding-top: 74.66667vw !important;
  }
}

.u-pt285 {
  padding-top: 285px;
}

@media only screen and (max-width: 768px) {
  .u-pt285 {
    padding-top: 38vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt285 {
    padding-top: 76vw !important;
  }
}

.u-pt290 {
  padding-top: 290px;
}

@media only screen and (max-width: 768px) {
  .u-pt290 {
    padding-top: 38.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt290 {
    padding-top: 77.33333vw !important;
  }
}

.u-pt295 {
  padding-top: 295px;
}

@media only screen and (max-width: 768px) {
  .u-pt295 {
    padding-top: 39.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt295 {
    padding-top: 78.66667vw !important;
  }
}

.u-pt300 {
  padding-top: 300px;
}

@media only screen and (max-width: 768px) {
  .u-pt300 {
    padding-top: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt300 {
    padding-top: 80vw !important;
  }
}

.u-pt305 {
  padding-top: 305px;
}

@media only screen and (max-width: 768px) {
  .u-pt305 {
    padding-top: 40.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt305 {
    padding-top: 81.33333vw !important;
  }
}

.u-pt310 {
  padding-top: 310px;
}

@media only screen and (max-width: 768px) {
  .u-pt310 {
    padding-top: 41.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt310 {
    padding-top: 82.66667vw !important;
  }
}

.u-pt315 {
  padding-top: 315px;
}

@media only screen and (max-width: 768px) {
  .u-pt315 {
    padding-top: 42vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt315 {
    padding-top: 84vw !important;
  }
}

.u-pt320 {
  padding-top: 320px;
}

@media only screen and (max-width: 768px) {
  .u-pt320 {
    padding-top: 42.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt320 {
    padding-top: 85.33333vw !important;
  }
}

.u-pt325 {
  padding-top: 325px;
}

@media only screen and (max-width: 768px) {
  .u-pt325 {
    padding-top: 43.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt325 {
    padding-top: 86.66667vw !important;
  }
}

.u-pt330 {
  padding-top: 330px;
}

@media only screen and (max-width: 768px) {
  .u-pt330 {
    padding-top: 44vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt330 {
    padding-top: 88vw !important;
  }
}

.u-pt335 {
  padding-top: 335px;
}

@media only screen and (max-width: 768px) {
  .u-pt335 {
    padding-top: 44.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt335 {
    padding-top: 89.33333vw !important;
  }
}

.u-pt340 {
  padding-top: 340px;
}

@media only screen and (max-width: 768px) {
  .u-pt340 {
    padding-top: 45.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt340 {
    padding-top: 90.66667vw !important;
  }
}

.u-pt345 {
  padding-top: 345px;
}

@media only screen and (max-width: 768px) {
  .u-pt345 {
    padding-top: 46vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt345 {
    padding-top: 92vw !important;
  }
}

.u-pt350 {
  padding-top: 350px;
}

@media only screen and (max-width: 768px) {
  .u-pt350 {
    padding-top: 46.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt350 {
    padding-top: 93.33333vw !important;
  }
}

.u-pt355 {
  padding-top: 355px;
}

@media only screen and (max-width: 768px) {
  .u-pt355 {
    padding-top: 47.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt355 {
    padding-top: 94.66667vw !important;
  }
}

.u-pt360 {
  padding-top: 360px;
}

@media only screen and (max-width: 768px) {
  .u-pt360 {
    padding-top: 48vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt360 {
    padding-top: 96vw !important;
  }
}

.u-pt365 {
  padding-top: 365px;
}

@media only screen and (max-width: 768px) {
  .u-pt365 {
    padding-top: 48.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt365 {
    padding-top: 97.33333vw !important;
  }
}

.u-pt370 {
  padding-top: 370px;
}

@media only screen and (max-width: 768px) {
  .u-pt370 {
    padding-top: 49.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt370 {
    padding-top: 98.66667vw !important;
  }
}

.u-pt375 {
  padding-top: 375px;
}

@media only screen and (max-width: 768px) {
  .u-pt375 {
    padding-top: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt375 {
    padding-top: 100vw !important;
  }
}

.u-pt380 {
  padding-top: 380px;
}

@media only screen and (max-width: 768px) {
  .u-pt380 {
    padding-top: 50.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt380 {
    padding-top: 101.33333vw !important;
  }
}

.u-pt385 {
  padding-top: 385px;
}

@media only screen and (max-width: 768px) {
  .u-pt385 {
    padding-top: 51.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt385 {
    padding-top: 102.66667vw !important;
  }
}

.u-pt390 {
  padding-top: 390px;
}

@media only screen and (max-width: 768px) {
  .u-pt390 {
    padding-top: 52vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt390 {
    padding-top: 104vw !important;
  }
}

.u-pt395 {
  padding-top: 395px;
}

@media only screen and (max-width: 768px) {
  .u-pt395 {
    padding-top: 52.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt395 {
    padding-top: 105.33333vw !important;
  }
}

.u-pt400 {
  padding-top: 400px;
}

@media only screen and (max-width: 768px) {
  .u-pt400 {
    padding-top: 53.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt400 {
    padding-top: 106.66667vw !important;
  }
}

.u-pt405 {
  padding-top: 405px;
}

@media only screen and (max-width: 768px) {
  .u-pt405 {
    padding-top: 54vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt405 {
    padding-top: 108vw !important;
  }
}

.u-pt410 {
  padding-top: 410px;
}

@media only screen and (max-width: 768px) {
  .u-pt410 {
    padding-top: 54.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt410 {
    padding-top: 109.33333vw !important;
  }
}

.u-pt415 {
  padding-top: 415px;
}

@media only screen and (max-width: 768px) {
  .u-pt415 {
    padding-top: 55.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt415 {
    padding-top: 110.66667vw !important;
  }
}

.u-pt420 {
  padding-top: 420px;
}

@media only screen and (max-width: 768px) {
  .u-pt420 {
    padding-top: 56vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt420 {
    padding-top: 112vw !important;
  }
}

.u-pt425 {
  padding-top: 425px;
}

@media only screen and (max-width: 768px) {
  .u-pt425 {
    padding-top: 56.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt425 {
    padding-top: 113.33333vw !important;
  }
}

.u-pt430 {
  padding-top: 430px;
}

@media only screen and (max-width: 768px) {
  .u-pt430 {
    padding-top: 57.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt430 {
    padding-top: 114.66667vw !important;
  }
}

.u-pt435 {
  padding-top: 435px;
}

@media only screen and (max-width: 768px) {
  .u-pt435 {
    padding-top: 58vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt435 {
    padding-top: 116vw !important;
  }
}

.u-pt440 {
  padding-top: 440px;
}

@media only screen and (max-width: 768px) {
  .u-pt440 {
    padding-top: 58.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt440 {
    padding-top: 117.33333vw !important;
  }
}

.u-pt445 {
  padding-top: 445px;
}

@media only screen and (max-width: 768px) {
  .u-pt445 {
    padding-top: 59.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt445 {
    padding-top: 118.66667vw !important;
  }
}

.u-pt450 {
  padding-top: 450px;
}

@media only screen and (max-width: 768px) {
  .u-pt450 {
    padding-top: 60vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt450 {
    padding-top: 120vw !important;
  }
}

.u-pt455 {
  padding-top: 455px;
}

@media only screen and (max-width: 768px) {
  .u-pt455 {
    padding-top: 60.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt455 {
    padding-top: 121.33333vw !important;
  }
}

.u-pt460 {
  padding-top: 460px;
}

@media only screen and (max-width: 768px) {
  .u-pt460 {
    padding-top: 61.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt460 {
    padding-top: 122.66667vw !important;
  }
}

.u-pt465 {
  padding-top: 465px;
}

@media only screen and (max-width: 768px) {
  .u-pt465 {
    padding-top: 62vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt465 {
    padding-top: 124vw !important;
  }
}

.u-pt470 {
  padding-top: 470px;
}

@media only screen and (max-width: 768px) {
  .u-pt470 {
    padding-top: 62.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt470 {
    padding-top: 125.33333vw !important;
  }
}

.u-pt475 {
  padding-top: 475px;
}

@media only screen and (max-width: 768px) {
  .u-pt475 {
    padding-top: 63.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt475 {
    padding-top: 126.66667vw !important;
  }
}

.u-pt480 {
  padding-top: 480px;
}

@media only screen and (max-width: 768px) {
  .u-pt480 {
    padding-top: 64vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt480 {
    padding-top: 128vw !important;
  }
}

.u-pt485 {
  padding-top: 485px;
}

@media only screen and (max-width: 768px) {
  .u-pt485 {
    padding-top: 64.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt485 {
    padding-top: 129.33333vw !important;
  }
}

.u-pt490 {
  padding-top: 490px;
}

@media only screen and (max-width: 768px) {
  .u-pt490 {
    padding-top: 65.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt490 {
    padding-top: 130.66667vw !important;
  }
}

.u-pt495 {
  padding-top: 495px;
}

@media only screen and (max-width: 768px) {
  .u-pt495 {
    padding-top: 66vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt495 {
    padding-top: 132vw !important;
  }
}

.u-pt500 {
  padding-top: 500px;
}

@media only screen and (max-width: 768px) {
  .u-pt500 {
    padding-top: 66.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pt500 {
    padding-top: 133.33333vw !important;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .u-pb0 {
    padding-bottom: 0vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb0 {
    padding-bottom: 0vw;
  }
}

.u-pb5 {
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .u-pb5 {
    padding-bottom: 0.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb5 {
    padding-bottom: 1.33333vw;
  }
}

.u-pb10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .u-pb10 {
    padding-bottom: 1.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb10 {
    padding-bottom: 2.66667vw;
  }
}

.u-pb15 {
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .u-pb15 {
    padding-bottom: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb15 {
    padding-bottom: 4vw;
  }
}

.u-pb20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .u-pb20 {
    padding-bottom: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb20 {
    padding-bottom: 5.33333vw;
  }
}

.u-pb25 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .u-pb25 {
    padding-bottom: 3.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb25 {
    padding-bottom: 6.66667vw;
  }
}

.u-pb30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .u-pb30 {
    padding-bottom: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb30 {
    padding-bottom: 8vw;
  }
}

.u-pb35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .u-pb35 {
    padding-bottom: 4.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb35 {
    padding-bottom: 9.33333vw;
  }
}

.u-pb40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .u-pb40 {
    padding-bottom: 5.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb40 {
    padding-bottom: 10.66667vw;
  }
}

.u-pb45 {
  padding-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .u-pb45 {
    padding-bottom: 6vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb45 {
    padding-bottom: 12vw;
  }
}

.u-pb50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .u-pb50 {
    padding-bottom: 6.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb50 {
    padding-bottom: 13.33333vw;
  }
}

.u-pb55 {
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .u-pb55 {
    padding-bottom: 7.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb55 {
    padding-bottom: 14.66667vw;
  }
}

.u-pb60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .u-pb60 {
    padding-bottom: 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb60 {
    padding-bottom: 16vw;
  }
}

.u-pb65 {
  padding-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .u-pb65 {
    padding-bottom: 8.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb65 {
    padding-bottom: 17.33333vw;
  }
}

.u-pb70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .u-pb70 {
    padding-bottom: 9.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb70 {
    padding-bottom: 18.66667vw;
  }
}

.u-pb75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 768px) {
  .u-pb75 {
    padding-bottom: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb75 {
    padding-bottom: 20vw;
  }
}

.u-pb80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .u-pb80 {
    padding-bottom: 10.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb80 {
    padding-bottom: 21.33333vw;
  }
}

.u-pb85 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .u-pb85 {
    padding-bottom: 11.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb85 {
    padding-bottom: 22.66667vw;
  }
}

.u-pb90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .u-pb90 {
    padding-bottom: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb90 {
    padding-bottom: 24vw;
  }
}

.u-pb95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .u-pb95 {
    padding-bottom: 12.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb95 {
    padding-bottom: 25.33333vw;
  }
}

.u-pb100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .u-pb100 {
    padding-bottom: 13.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb100 {
    padding-bottom: 26.66667vw;
  }
}

.u-pb105 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 768px) {
  .u-pb105 {
    padding-bottom: 14vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb105 {
    padding-bottom: 28vw;
  }
}

.u-pb110 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .u-pb110 {
    padding-bottom: 14.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb110 {
    padding-bottom: 29.33333vw;
  }
}

.u-pb115 {
  padding-bottom: 115px;
}

@media only screen and (max-width: 768px) {
  .u-pb115 {
    padding-bottom: 15.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb115 {
    padding-bottom: 30.66667vw;
  }
}

.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .u-pb120 {
    padding-bottom: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb120 {
    padding-bottom: 32vw;
  }
}

.u-pb125 {
  padding-bottom: 125px;
}

@media only screen and (max-width: 768px) {
  .u-pb125 {
    padding-bottom: 16.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb125 {
    padding-bottom: 33.33333vw;
  }
}

.u-pb130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 768px) {
  .u-pb130 {
    padding-bottom: 17.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb130 {
    padding-bottom: 34.66667vw;
  }
}

.u-pb135 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 768px) {
  .u-pb135 {
    padding-bottom: 18vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb135 {
    padding-bottom: 36vw;
  }
}

.u-pb140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 768px) {
  .u-pb140 {
    padding-bottom: 18.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb140 {
    padding-bottom: 37.33333vw;
  }
}

.u-pb145 {
  padding-bottom: 145px;
}

@media only screen and (max-width: 768px) {
  .u-pb145 {
    padding-bottom: 19.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb145 {
    padding-bottom: 38.66667vw;
  }
}

.u-pb150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  .u-pb150 {
    padding-bottom: 20vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb150 {
    padding-bottom: 40vw;
  }
}

.u-pb155 {
  padding-bottom: 155px;
}

@media only screen and (max-width: 768px) {
  .u-pb155 {
    padding-bottom: 20.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb155 {
    padding-bottom: 41.33333vw;
  }
}

.u-pb160 {
  padding-bottom: 160px;
}

@media only screen and (max-width: 768px) {
  .u-pb160 {
    padding-bottom: 21.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb160 {
    padding-bottom: 42.66667vw;
  }
}

.u-pb165 {
  padding-bottom: 165px;
}

@media only screen and (max-width: 768px) {
  .u-pb165 {
    padding-bottom: 22vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb165 {
    padding-bottom: 44vw;
  }
}

.u-pb170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 768px) {
  .u-pb170 {
    padding-bottom: 22.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb170 {
    padding-bottom: 45.33333vw;
  }
}

.u-pb175 {
  padding-bottom: 175px;
}

@media only screen and (max-width: 768px) {
  .u-pb175 {
    padding-bottom: 23.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb175 {
    padding-bottom: 46.66667vw;
  }
}

.u-pb180 {
  padding-bottom: 180px;
}

@media only screen and (max-width: 768px) {
  .u-pb180 {
    padding-bottom: 24vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb180 {
    padding-bottom: 48vw;
  }
}

.u-pb185 {
  padding-bottom: 185px;
}

@media only screen and (max-width: 768px) {
  .u-pb185 {
    padding-bottom: 24.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb185 {
    padding-bottom: 49.33333vw;
  }
}

.u-pb190 {
  padding-bottom: 190px;
}

@media only screen and (max-width: 768px) {
  .u-pb190 {
    padding-bottom: 25.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb190 {
    padding-bottom: 50.66667vw;
  }
}

.u-pb195 {
  padding-bottom: 195px;
}

@media only screen and (max-width: 768px) {
  .u-pb195 {
    padding-bottom: 26vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb195 {
    padding-bottom: 52vw;
  }
}

.u-pb200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  .u-pb200 {
    padding-bottom: 26.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb200 {
    padding-bottom: 53.33333vw;
  }
}

.u-pb205 {
  padding-bottom: 205px;
}

@media only screen and (max-width: 768px) {
  .u-pb205 {
    padding-bottom: 27.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb205 {
    padding-bottom: 54.66667vw;
  }
}

.u-pb210 {
  padding-bottom: 210px;
}

@media only screen and (max-width: 768px) {
  .u-pb210 {
    padding-bottom: 28vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb210 {
    padding-bottom: 56vw;
  }
}

.u-pb215 {
  padding-bottom: 215px;
}

@media only screen and (max-width: 768px) {
  .u-pb215 {
    padding-bottom: 28.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb215 {
    padding-bottom: 57.33333vw;
  }
}

.u-pb220 {
  padding-bottom: 220px;
}

@media only screen and (max-width: 768px) {
  .u-pb220 {
    padding-bottom: 29.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb220 {
    padding-bottom: 58.66667vw;
  }
}

.u-pb225 {
  padding-bottom: 225px;
}

@media only screen and (max-width: 768px) {
  .u-pb225 {
    padding-bottom: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb225 {
    padding-bottom: 60vw;
  }
}

.u-pb230 {
  padding-bottom: 230px;
}

@media only screen and (max-width: 768px) {
  .u-pb230 {
    padding-bottom: 30.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb230 {
    padding-bottom: 61.33333vw;
  }
}

.u-pb235 {
  padding-bottom: 235px;
}

@media only screen and (max-width: 768px) {
  .u-pb235 {
    padding-bottom: 31.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb235 {
    padding-bottom: 62.66667vw;
  }
}

.u-pb240 {
  padding-bottom: 240px;
}

@media only screen and (max-width: 768px) {
  .u-pb240 {
    padding-bottom: 32vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb240 {
    padding-bottom: 64vw;
  }
}

.u-pb245 {
  padding-bottom: 245px;
}

@media only screen and (max-width: 768px) {
  .u-pb245 {
    padding-bottom: 32.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb245 {
    padding-bottom: 65.33333vw;
  }
}

.u-pb250 {
  padding-bottom: 250px;
}

@media only screen and (max-width: 768px) {
  .u-pb250 {
    padding-bottom: 33.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb250 {
    padding-bottom: 66.66667vw;
  }
}

.u-pb255 {
  padding-bottom: 255px;
}

@media only screen and (max-width: 768px) {
  .u-pb255 {
    padding-bottom: 34vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb255 {
    padding-bottom: 68vw;
  }
}

.u-pb260 {
  padding-bottom: 260px;
}

@media only screen and (max-width: 768px) {
  .u-pb260 {
    padding-bottom: 34.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb260 {
    padding-bottom: 69.33333vw;
  }
}

.u-pb265 {
  padding-bottom: 265px;
}

@media only screen and (max-width: 768px) {
  .u-pb265 {
    padding-bottom: 35.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb265 {
    padding-bottom: 70.66667vw;
  }
}

.u-pb270 {
  padding-bottom: 270px;
}

@media only screen and (max-width: 768px) {
  .u-pb270 {
    padding-bottom: 36vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb270 {
    padding-bottom: 72vw;
  }
}

.u-pb275 {
  padding-bottom: 275px;
}

@media only screen and (max-width: 768px) {
  .u-pb275 {
    padding-bottom: 36.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb275 {
    padding-bottom: 73.33333vw;
  }
}

.u-pb280 {
  padding-bottom: 280px;
}

@media only screen and (max-width: 768px) {
  .u-pb280 {
    padding-bottom: 37.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb280 {
    padding-bottom: 74.66667vw;
  }
}

.u-pb285 {
  padding-bottom: 285px;
}

@media only screen and (max-width: 768px) {
  .u-pb285 {
    padding-bottom: 38vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb285 {
    padding-bottom: 76vw;
  }
}

.u-pb290 {
  padding-bottom: 290px;
}

@media only screen and (max-width: 768px) {
  .u-pb290 {
    padding-bottom: 38.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb290 {
    padding-bottom: 77.33333vw;
  }
}

.u-pb295 {
  padding-bottom: 295px;
}

@media only screen and (max-width: 768px) {
  .u-pb295 {
    padding-bottom: 39.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb295 {
    padding-bottom: 78.66667vw;
  }
}

.u-pb300 {
  padding-bottom: 300px;
}

@media only screen and (max-width: 768px) {
  .u-pb300 {
    padding-bottom: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb300 {
    padding-bottom: 80vw;
  }
}

.u-pb305 {
  padding-bottom: 305px;
}

@media only screen and (max-width: 768px) {
  .u-pb305 {
    padding-bottom: 40.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb305 {
    padding-bottom: 81.33333vw;
  }
}

.u-pb310 {
  padding-bottom: 310px;
}

@media only screen and (max-width: 768px) {
  .u-pb310 {
    padding-bottom: 41.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb310 {
    padding-bottom: 82.66667vw;
  }
}

.u-pb315 {
  padding-bottom: 315px;
}

@media only screen and (max-width: 768px) {
  .u-pb315 {
    padding-bottom: 42vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb315 {
    padding-bottom: 84vw;
  }
}

.u-pb320 {
  padding-bottom: 320px;
}

@media only screen and (max-width: 768px) {
  .u-pb320 {
    padding-bottom: 42.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb320 {
    padding-bottom: 85.33333vw;
  }
}

.u-pb325 {
  padding-bottom: 325px;
}

@media only screen and (max-width: 768px) {
  .u-pb325 {
    padding-bottom: 43.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb325 {
    padding-bottom: 86.66667vw;
  }
}

.u-pb330 {
  padding-bottom: 330px;
}

@media only screen and (max-width: 768px) {
  .u-pb330 {
    padding-bottom: 44vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb330 {
    padding-bottom: 88vw;
  }
}

.u-pb335 {
  padding-bottom: 335px;
}

@media only screen and (max-width: 768px) {
  .u-pb335 {
    padding-bottom: 44.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb335 {
    padding-bottom: 89.33333vw;
  }
}

.u-pb340 {
  padding-bottom: 340px;
}

@media only screen and (max-width: 768px) {
  .u-pb340 {
    padding-bottom: 45.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb340 {
    padding-bottom: 90.66667vw;
  }
}

.u-pb345 {
  padding-bottom: 345px;
}

@media only screen and (max-width: 768px) {
  .u-pb345 {
    padding-bottom: 46vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb345 {
    padding-bottom: 92vw;
  }
}

.u-pb350 {
  padding-bottom: 350px;
}

@media only screen and (max-width: 768px) {
  .u-pb350 {
    padding-bottom: 46.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb350 {
    padding-bottom: 93.33333vw;
  }
}

.u-pb355 {
  padding-bottom: 355px;
}

@media only screen and (max-width: 768px) {
  .u-pb355 {
    padding-bottom: 47.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb355 {
    padding-bottom: 94.66667vw;
  }
}

.u-pb360 {
  padding-bottom: 360px;
}

@media only screen and (max-width: 768px) {
  .u-pb360 {
    padding-bottom: 48vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb360 {
    padding-bottom: 96vw;
  }
}

.u-pb365 {
  padding-bottom: 365px;
}

@media only screen and (max-width: 768px) {
  .u-pb365 {
    padding-bottom: 48.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb365 {
    padding-bottom: 97.33333vw;
  }
}

.u-pb370 {
  padding-bottom: 370px;
}

@media only screen and (max-width: 768px) {
  .u-pb370 {
    padding-bottom: 49.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb370 {
    padding-bottom: 98.66667vw;
  }
}

.u-pb375 {
  padding-bottom: 375px;
}

@media only screen and (max-width: 768px) {
  .u-pb375 {
    padding-bottom: 50vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb375 {
    padding-bottom: 100vw;
  }
}

.u-pb380 {
  padding-bottom: 380px;
}

@media only screen and (max-width: 768px) {
  .u-pb380 {
    padding-bottom: 50.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb380 {
    padding-bottom: 101.33333vw;
  }
}

.u-pb385 {
  padding-bottom: 385px;
}

@media only screen and (max-width: 768px) {
  .u-pb385 {
    padding-bottom: 51.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb385 {
    padding-bottom: 102.66667vw;
  }
}

.u-pb390 {
  padding-bottom: 390px;
}

@media only screen and (max-width: 768px) {
  .u-pb390 {
    padding-bottom: 52vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb390 {
    padding-bottom: 104vw;
  }
}

.u-pb395 {
  padding-bottom: 395px;
}

@media only screen and (max-width: 768px) {
  .u-pb395 {
    padding-bottom: 52.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb395 {
    padding-bottom: 105.33333vw;
  }
}

.u-pb400 {
  padding-bottom: 400px;
}

@media only screen and (max-width: 768px) {
  .u-pb400 {
    padding-bottom: 53.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb400 {
    padding-bottom: 106.66667vw;
  }
}

.u-pb405 {
  padding-bottom: 405px;
}

@media only screen and (max-width: 768px) {
  .u-pb405 {
    padding-bottom: 54vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb405 {
    padding-bottom: 108vw;
  }
}

.u-pb410 {
  padding-bottom: 410px;
}

@media only screen and (max-width: 768px) {
  .u-pb410 {
    padding-bottom: 54.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb410 {
    padding-bottom: 109.33333vw;
  }
}

.u-pb415 {
  padding-bottom: 415px;
}

@media only screen and (max-width: 768px) {
  .u-pb415 {
    padding-bottom: 55.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb415 {
    padding-bottom: 110.66667vw;
  }
}

.u-pb420 {
  padding-bottom: 420px;
}

@media only screen and (max-width: 768px) {
  .u-pb420 {
    padding-bottom: 56vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb420 {
    padding-bottom: 112vw;
  }
}

.u-pb425 {
  padding-bottom: 425px;
}

@media only screen and (max-width: 768px) {
  .u-pb425 {
    padding-bottom: 56.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb425 {
    padding-bottom: 113.33333vw;
  }
}

.u-pb430 {
  padding-bottom: 430px;
}

@media only screen and (max-width: 768px) {
  .u-pb430 {
    padding-bottom: 57.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb430 {
    padding-bottom: 114.66667vw;
  }
}

.u-pb435 {
  padding-bottom: 435px;
}

@media only screen and (max-width: 768px) {
  .u-pb435 {
    padding-bottom: 58vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb435 {
    padding-bottom: 116vw;
  }
}

.u-pb440 {
  padding-bottom: 440px;
}

@media only screen and (max-width: 768px) {
  .u-pb440 {
    padding-bottom: 58.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb440 {
    padding-bottom: 117.33333vw;
  }
}

.u-pb445 {
  padding-bottom: 445px;
}

@media only screen and (max-width: 768px) {
  .u-pb445 {
    padding-bottom: 59.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb445 {
    padding-bottom: 118.66667vw;
  }
}

.u-pb450 {
  padding-bottom: 450px;
}

@media only screen and (max-width: 768px) {
  .u-pb450 {
    padding-bottom: 60vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb450 {
    padding-bottom: 120vw;
  }
}

.u-pb455 {
  padding-bottom: 455px;
}

@media only screen and (max-width: 768px) {
  .u-pb455 {
    padding-bottom: 60.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb455 {
    padding-bottom: 121.33333vw;
  }
}

.u-pb460 {
  padding-bottom: 460px;
}

@media only screen and (max-width: 768px) {
  .u-pb460 {
    padding-bottom: 61.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb460 {
    padding-bottom: 122.66667vw;
  }
}

.u-pb465 {
  padding-bottom: 465px;
}

@media only screen and (max-width: 768px) {
  .u-pb465 {
    padding-bottom: 62vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb465 {
    padding-bottom: 124vw;
  }
}

.u-pb470 {
  padding-bottom: 470px;
}

@media only screen and (max-width: 768px) {
  .u-pb470 {
    padding-bottom: 62.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb470 {
    padding-bottom: 125.33333vw;
  }
}

.u-pb475 {
  padding-bottom: 475px;
}

@media only screen and (max-width: 768px) {
  .u-pb475 {
    padding-bottom: 63.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb475 {
    padding-bottom: 126.66667vw;
  }
}

.u-pb480 {
  padding-bottom: 480px;
}

@media only screen and (max-width: 768px) {
  .u-pb480 {
    padding-bottom: 64vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb480 {
    padding-bottom: 128vw;
  }
}

.u-pb485 {
  padding-bottom: 485px;
}

@media only screen and (max-width: 768px) {
  .u-pb485 {
    padding-bottom: 64.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb485 {
    padding-bottom: 129.33333vw;
  }
}

.u-pb490 {
  padding-bottom: 490px;
}

@media only screen and (max-width: 768px) {
  .u-pb490 {
    padding-bottom: 65.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb490 {
    padding-bottom: 130.66667vw;
  }
}

.u-pb495 {
  padding-bottom: 495px;
}

@media only screen and (max-width: 768px) {
  .u-pb495 {
    padding-bottom: 66vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb495 {
    padding-bottom: 132vw;
  }
}

.u-pb500 {
  padding-bottom: 500px;
}

@media only screen and (max-width: 768px) {
  .u-pb500 {
    padding-bottom: 66.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pb500 {
    padding-bottom: 133.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-pd {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-w7p {
  width: 7%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w7p {
    width: 7% !important;
  }
}

.u-w8p {
  width: 8%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w8p {
    width: 8% !important;
  }
}

.u-w9p {
  width: 9%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w9p {
    width: 9% !important;
  }
}

.u-w10p {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w10p {
    width: 10% !important;
  }
}

.u-w11p {
  width: 11%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w11p {
    width: 11% !important;
  }
}

.u-w12p {
  width: 12%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w12p {
    width: 12% !important;
  }
}

.u-w13p {
  width: 13%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w13p {
    width: 13% !important;
  }
}

.u-w14p {
  width: 14%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w14p {
    width: 14% !important;
  }
}

.u-w15p {
  width: 15%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w15p {
    width: 15% !important;
  }
}

.u-w16p {
  width: 16%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w16p {
    width: 16% !important;
  }
}

.u-w17p {
  width: 17%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w17p {
    width: 17% !important;
  }
}

.u-w18p {
  width: 18%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w18p {
    width: 18% !important;
  }
}

.u-w19p {
  width: 19%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w19p {
    width: 19% !important;
  }
}

.u-w20p {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w20p {
    width: 20% !important;
  }
}

.u-w21p {
  width: 21%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w21p {
    width: 21% !important;
  }
}

.u-w22p {
  width: 22%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w22p {
    width: 22% !important;
  }
}

.u-w23p {
  width: 23%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w23p {
    width: 23% !important;
  }
}

.u-w24p {
  width: 24%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w24p {
    width: 24% !important;
  }
}

.u-w25p {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w25p {
    width: 25% !important;
  }
}

.u-w26p {
  width: 26%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w26p {
    width: 26% !important;
  }
}

.u-w27p {
  width: 27%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w27p {
    width: 27% !important;
  }
}

.u-w28p {
  width: 28%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w28p {
    width: 28% !important;
  }
}

.u-w29p {
  width: 29%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w29p {
    width: 29% !important;
  }
}

.u-w30p {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w30p {
    width: 30% !important;
  }
}

.u-w31p {
  width: 31%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w31p {
    width: 31% !important;
  }
}

.u-w32p {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w32p {
    width: 32% !important;
  }
}

.u-w33p {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w33p {
    width: 33% !important;
  }
}

.u-w34p {
  width: 34%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w34p {
    width: 34% !important;
  }
}

.u-w35p {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w35p {
    width: 35% !important;
  }
}

.u-w36p {
  width: 36%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w36p {
    width: 36% !important;
  }
}

.u-w37p {
  width: 37%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w37p {
    width: 37% !important;
  }
}

.u-w38p {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w38p {
    width: 38% !important;
  }
}

.u-w39p {
  width: 39%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w39p {
    width: 39% !important;
  }
}

.u-w40p {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w40p {
    width: 40% !important;
  }
}

.u-w41p {
  width: 41%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w41p {
    width: 41% !important;
  }
}

.u-w42p {
  width: 42%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w42p {
    width: 42% !important;
  }
}

.u-w43p {
  width: 43%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w43p {
    width: 43% !important;
  }
}

.u-w44p {
  width: 44%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w44p {
    width: 44% !important;
  }
}

.u-w45p {
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w45p {
    width: 45% !important;
  }
}

.u-w46p {
  width: 46%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w46p {
    width: 46% !important;
  }
}

.u-w47p {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w47p {
    width: 47% !important;
  }
}

.u-w48p {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w48p {
    width: 48% !important;
  }
}

.u-w49p {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w49p {
    width: 49% !important;
  }
}

.u-w50p {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w50p {
    width: 50% !important;
  }
}

.u-w51p {
  width: 51%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w51p {
    width: 51% !important;
  }
}

.u-w52p {
  width: 52%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w52p {
    width: 52% !important;
  }
}

.u-w53p {
  width: 53%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w53p {
    width: 53% !important;
  }
}

.u-w54p {
  width: 54%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w54p {
    width: 54% !important;
  }
}

.u-w55p {
  width: 55%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w55p {
    width: 55% !important;
  }
}

.u-w56p {
  width: 56%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w56p {
    width: 56% !important;
  }
}

.u-w57p {
  width: 57%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w57p {
    width: 57% !important;
  }
}

.u-w58p {
  width: 58%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w58p {
    width: 58% !important;
  }
}

.u-w59p {
  width: 59%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w59p {
    width: 59% !important;
  }
}

.u-w60p {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w60p {
    width: 60% !important;
  }
}

.u-w61p {
  width: 61%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w61p {
    width: 61% !important;
  }
}

.u-w62p {
  width: 62%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w62p {
    width: 62% !important;
  }
}

.u-w63p {
  width: 63%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w63p {
    width: 63% !important;
  }
}

.u-w64p {
  width: 64%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w64p {
    width: 64% !important;
  }
}

.u-w65p {
  width: 65%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w65p {
    width: 65% !important;
  }
}

.u-w66p {
  width: 66%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w66p {
    width: 66% !important;
  }
}

.u-w67p {
  width: 67%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w67p {
    width: 67% !important;
  }
}

.u-w68p {
  width: 68%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w68p {
    width: 68% !important;
  }
}

.u-w69p {
  width: 69%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w69p {
    width: 69% !important;
  }
}

.u-w70p {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .u-sp-w70p {
    width: 70% !important;
  }
}

.u-w100p {
  width: 100%;
}

.u-wauto {
  width: auto !important;
}

@media only screen and (max-width: 768px) {
  .u-sp-w100p {
    width: 100% !important;
  }
}

.mz-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-font12 {
  font-size: 0.75rem;
}

.u-font13 {
  font-size: 0.8125rem;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font15 {
  font-size: 0.9375rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font17 {
  font-size: 1.0625rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font19 {
  font-size: 1.1875rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font21 {
  font-size: 1.3125rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font23 {
  font-size: 1.4375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font25 {
  font-size: 1.5625rem;
}

.u-font26 {
  font-size: 1.625rem;
}

.u-font27 {
  font-size: 1.6875rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font29 {
  font-size: 1.8125rem;
}

.u-font30 {
  font-size: 1.875rem;
}

.u-font31 {
  font-size: 1.9375rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font33 {
  font-size: 2.0625rem;
}

.u-font34 {
  font-size: 2.125rem;
}

.u-font35 {
  font-size: 2.1875rem;
}

.u-font36 {
  font-size: 2.25rem;
}

.u-font37 {
  font-size: 2.3125rem;
}

.u-font38 {
  font-size: 2.375rem;
}

.u-font39 {
  font-size: 2.4375rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-font41 {
  font-size: 2.5625rem;
}

.u-font42 {
  font-size: 2.625rem;
}

.u-font43 {
  font-size: 2.6875rem;
}

.u-font44 {
  font-size: 2.75rem;
}

.u-font45 {
  font-size: 2.8125rem;
}

.u-font46 {
  font-size: 2.875rem;
}

.u-font47 {
  font-size: 2.9375rem;
}

.u-font48 {
  font-size: 3rem;
}

.u-font49 {
  font-size: 3.0625rem;
}

.u-font50 {
  font-size: 3.125rem;
}

.u-font51 {
  font-size: 3.1875rem;
}

.u-font52 {
  font-size: 3.25rem;
}

.u-font53 {
  font-size: 3.3125rem;
}

.u-font54 {
  font-size: 3.375rem;
}

.u-font55 {
  font-size: 3.4375rem;
}

.u-font56 {
  font-size: 3.5rem;
}

.u-font57 {
  font-size: 3.5625rem;
}

.u-font58 {
  font-size: 3.625rem;
}

.u-font59 {
  font-size: 3.6875rem;
}

.u-font60 {
  font-size: 3.75rem;
}

.u-font61 {
  font-size: 3.8125rem;
}

.u-font62 {
  font-size: 3.875rem;
}

.u-font63 {
  font-size: 3.9375rem;
}

.u-font64 {
  font-size: 4rem;
}

.u-font65 {
  font-size: 4.0625rem;
}

.u-font66 {
  font-size: 4.125rem;
}

.u-font67 {
  font-size: 4.1875rem;
}

.u-font68 {
  font-size: 4.25rem;
}

.u-font69 {
  font-size: 4.3125rem;
}

.u-font70 {
  font-size: 4.375rem;
}

.u-font71 {
  font-size: 4.4375rem;
}

.u-font72 {
  font-size: 4.5rem;
}

.u-font73 {
  font-size: 4.5625rem;
}

.u-font74 {
  font-size: 4.625rem;
}

.u-font75 {
  font-size: 4.6875rem;
}

.u-font76 {
  font-size: 4.75rem;
}

.u-font77 {
  font-size: 4.8125rem;
}

.u-font78 {
  font-size: 4.875rem;
}

.u-font79 {
  font-size: 4.9375rem;
}

.u-font80 {
  font-size: 5rem;
}

.u-font81 {
  font-size: 5.0625rem;
}

.u-font82 {
  font-size: 5.125rem;
}

.u-font83 {
  font-size: 5.1875rem;
}

.u-font84 {
  font-size: 5.25rem;
}

.u-font85 {
  font-size: 5.3125rem;
}

.u-font86 {
  font-size: 5.375rem;
}

.u-font87 {
  font-size: 5.4375rem;
}

.u-font88 {
  font-size: 5.5rem;
}

.u-font89 {
  font-size: 5.5625rem;
}

.u-font90 {
  font-size: 5.625rem;
}

.u-font91 {
  font-size: 5.6875rem;
}

.u-font92 {
  font-size: 5.75rem;
}

.u-font93 {
  font-size: 5.8125rem;
}

.u-font94 {
  font-size: 5.875rem;
}

.u-font95 {
  font-size: 5.9375rem;
}

.u-font96 {
  font-size: 6rem;
}

.u-font97 {
  font-size: 6.0625rem;
}

.u-font98 {
  font-size: 6.125rem;
}

.u-font99 {
  font-size: 6.1875rem;
}

.u-font100 {
  font-size: 6.25rem;
}

.u-clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.intent {
  padding-left: 1em;
  text-indent: -1em;
}

.overflow-visible {
  overflow: visible;
}

.u-b-kokuhoken {
  display: block !important;
}

.u-kashou {
  display: inline !important;
}

/*# sourceMappingURL=style.css.map */
