<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #3b3b3b;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-inner {
    width: 980px;
    padding: 50px 0;
  }
}
.section-inner:after {
  content: '';
  display: block;
  clear: both;
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3b3b3b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row.center {
  justify-content: center;
}
.row img {
  width: 100%;
  height: auto;
}
.row &gt; *.full {
  width: 100% !important;
}

.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.aligncenter {
  text-align: center;
}
.aligncenter &gt; * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

/* -----------------------
　　FORM
-------------------------- */
/* -----------------------
　　MODULES
-------------------------- */
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .w0 {
    width: 0%;
  }

  .w5 {
    width: 5%;
  }

  .w10 {
    width: 10%;
  }

  .w15 {
    width: 15%;
  }

  .w20 {
    width: 20%;
  }

  .w25 {
    width: 25%;
  }

  .w30 {
    width: 30%;
  }

  .w35 {
    width: 35%;
  }

  .w40 {
    width: 40%;
  }

  .w45 {
    width: 45%;
  }

  .w50 {
    width: 50%;
  }

  .w55 {
    width: 55%;
  }

  .w60 {
    width: 60%;
  }

  .w65 {
    width: 65%;
  }

  .w70 {
    width: 70%;
  }

  .w75 {
    width: 75%;
  }

  .w80 {
    width: 80%;
  }

  .w85 {
    width: 85%;
  }

  .w90 {
    width: 90%;
  }

  .w95 {
    width: 95%;
  }

  .w100 {
    width: 100%;
  }

  .w105 {
    width: 105%;
  }

  .w110 {
    width: 110%;
  }

  .w115 {
    width: 115%;
  }

  .w120 {
    width: 120%;
  }

  .w125 {
    width: 125%;
  }

  .w130 {
    width: 130%;
  }

  .w135 {
    width: 135%;
  }

  .w140 {
    width: 140%;
  }

  .w145 {
    width: 145%;
  }

  .w150 {
    width: 150%;
  }

  .w155 {
    width: 155%;
  }

  .w160 {
    width: 160%;
  }

  .w165 {
    width: 165%;
  }

  .w170 {
    width: 170%;
  }

  .w175 {
    width: 175%;
  }

  .w180 {
    width: 180%;
  }

  .w185 {
    width: 185%;
  }

  .w190 {
    width: 190%;
  }

  .w195 {
    width: 195%;
  }

  .w200 {
    width: 200%;
  }

  .w205 {
    width: 205%;
  }

  .w210 {
    width: 210%;
  }

  .w215 {
    width: 215%;
  }

  .w220 {
    width: 220%;
  }

  .w225 {
    width: 225%;
  }

  .w230 {
    width: 230%;
  }

  .w235 {
    width: 235%;
  }

  .w240 {
    width: 240%;
  }

  .w245 {
    width: 245%;
  }

  .w250 {
    width: 250%;
  }
}
/* -----------------------
　　MEDIA
-------------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .row {
    display: block;
  }
  .row &gt; * {
    margin-bottom: 20px;
  }

  .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  img.alignleft, img.alignright {
    width: 100%;
    height: auto;
  }

  .textleft img,
  .textright img,
  .textcenter img,
  .alignleft img,
  .alignright img,
  .aligncenter img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .textcenter img {
    width: auto;
    max-width: 100%;
  }

  .aligncenter img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  a:hover, button:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/* ------------------------------
	HEADER
 ------------------------------- */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 60px;
  background-color: #fff;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #header {
    width: 100%;
    height: 88px;
  }
}
#header.scroll {
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#header .site-logo {
  padding: 0 10px;
  height: 30px;
}
@media screen and (min-width: 1200px) {
  #header .site-logo {
    padding: 0 20px;
    height: 44px;
    display: flex;
    align-items: center;
  }
}
#header .site-logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  #header .site-logo img {
    width: 100%;
    height: auto;
    max-width: 371px;
  }
}
#header .header-navigation {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100vh;
  padding: 90px 25px 25px;
  z-index: 101;
  transition: all 0.6s;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #header .header-navigation {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  #header .header-navigation {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}
#header .header-navigation .inner {
  width: 100%;
}
#header .header-navigation.active {
  right: 0;
}
#header .primary-menu ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #3b3b3b;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 992px) {
  #header .primary-menu ul li a {
    line-height: 1.3;
  }
}
#header .primary-menu ul li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #E40875;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  #header .primary-menu ul li a:after {
    display: none;
  }
}
#header .primary-menu ul li a.btn {
  line-height: 45px !important;
  padding: 0 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  #header .primary-menu ul li a.btn {
    margin-top: 15px;
  }
}
#header .primary-menu ul li a.btn:after {
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
#header .primary-menu ul li a.btn-yellow:after {
  border: solid #000;
  border-width: 2px 2px 0 0;
}
@media screen and (min-width: 1200px) {
  #header .primary-menu ul {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 0;
    padding-right: 30px;
  }
  #header .primary-menu ul li a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
  }
}
#header .nav-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  border-radius: 3px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 102;
}
@media screen and (min-width: 1200px) {
  #header .nav-toggle {
    display: none;
  }
}
#header .nav-toggle span {
  display: block;
  position: absolute;
  width: 26px;
  border-bottom: solid 2px #E40875;
  -webkit-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  /*変化の速度を指定*/
  left: 8px;
}
#header .nav-toggle span:nth-child(1) {
  top: 12px;
}
#header .nav-toggle span:nth-child(2) {
  top: 20px;
}
#header .nav-toggle span:nth-child(3) {
  top: 28px;
}
#header .nav-toggle.active span:nth-child(1) {
  top: 20px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .nav-toggle.active span:nth-child(2), #header .nav-toggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ------------------------------
	FOOTER
 ------------------------------- */
#footer {
  background-color: #fff;
}
#footer .copyright {
  padding: 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 12px;
}

/* ------------------------------
	COMMON
 ------------------------------- */
.btn {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  line-height: 45px;
  padding: 0 20px;
  font-weight: 600;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .btn {
    width: auto;
    line-height: 64px;
    padding: 0 40px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    padding: 0 60px;
  }
}
.btn-pink {
  background-color: #E40875;
  color: #fff !important;
}
.btn-pink.shadow {
  border-bottom: 4px solid #A5195F;
}
@media screen and (min-width: 768px), print {
  .btn-pink.shadow {
    border-bottom: 8px solid #A5195F;
  }
}
.btn-yellow {
  background-color: #FFEC00;
}
.btn-yellow.shadow {
  border-bottom: 4px solid #D0C000;
}
@media screen and (min-width: 768px), print {
  .btn-yellow.shadow {
    border-bottom: 8px solid #D0C000;
  }
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-blue {
  background-color: #0067A6;
  color: #fff;
}
.btn-blue.shadow {
  border-bottom: 4px solid #002941;
}
@media screen and (min-width: 768px), print {
  .btn-blue.shadow {
    border-bottom: 8px solid #002941;
  }
}
.btn.round {
  border-radius: 36px;
}
.btn.arrow:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 20px;
}
.btn.arrow.btn-yellow:after {
  border: solid #000;
  border-width: 3px 3px 0 0;
}

.marker {
  background: linear-gradient(transparent 20%, #FFEC00 20%);
}

.request {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px 20px;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .request {
    position: absolute;
    top: 1230px;
    left: -60px;
    width: auto;
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .request.scrolling {
    position: fixed;
    top: 50px;
    left: -60px;
  }
}
.request a {
  display: block;
  background-color: #F59DB5;
  border: 1px solid #BDEAE2;
  color: #fff;
  padding: 6px;
  border-radius: 33px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .request a {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 43px;
  }
}
@media screen and (min-width: 992px) {
  .request a {
    width: auto;
    border-radius: 47px;
  }
}
.request a .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 25px;
  line-height: 50px;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .request a .wrap {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 36px;
  }
}
@media screen and (min-width: 992px) {
  .request a .wrap {
    padding: 20px 15px 20px 215px;
    border-radius: 41px;
  }
}
.request small {
  background-color: #fff;
  color: #F59DB5;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 2px;
  margin-right: 3px;
  line-height: 1.4;
}
.request .text {
  padding-left: 10px;
}
@media screen and (min-width: 768px), print {
  .request .text {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .request .text {
    padding-left: 0;
  }
}
.request img {
  width: auto;
  height: 50px;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .request img {
    float: none;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: 20%;
    top: -10px;
  }
}

.pagetop {
  display: none;
}
@media screen and (min-width: 992px) {
  .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .pagetop.scrolling {
    opacity: 1;
  }
  .pagetop a {
    display: block;
    width: 91px;
    height: 0;
    padding-top: 91px;
    background-image: url(../img/btn_pagetop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
}

.section h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section h2 {
    font-size: 25px;
  }
}
.section h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #ffea00 transparent transparent transparent;
  margin: 10px auto 0;
}
.section .paral {
  display: inline-block;
  background-color: #E40875;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 26px;
}
@media screen and (max-width: 320px) {
  .section .paral {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .section .paral {
    line-height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section .paral {
    line-height: 66px;
    font-size: 40px;
    letter-spacing: 10px;
  }
}
.section .paral:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 10px;
  border-color: transparent transparent #e40876 transparent;
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (min-width: 768px), print {
  .section .paral:before {
    border-width: 0 0 60px 10px;
  }
}
@media screen and (min-width: 992px) {
  .section .paral:before {
    border-width: 0 0 66px 20px;
    left: -20px;
  }
}
.section .paral:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 10px 0 0;
  border-color: #e40876 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -10px;
}
@media screen and (min-width: 768px), print {
  .section .paral:after {
    border-width: 60px 10px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .section .paral:after {
    border-width: 66px 20px 0 0;
    right: -20px;
  }
}
.section .paral.black {
  background-color: #000;
}
.section .paral.black:before {
  border-color: transparent transparent #000 transparent;
}
.section .paral.black:after {
  border-color: #000 transparent transparent transparent;
}

img {
  max-width: 100%;
  height: auto;
}

.entry {
  background-image: url(../img/bg_entry.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .entry .section-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 10px;
  }
}
.entry h2 {
  color: #fff;
  text-align: center;
}
.entry ul {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .entry ul li {
    padding: 0 20px;
  }
}
.entry .btn {
  border-radius: 10px;
  line-height: 60px;
}
@media screen and (min-width: 992px) {
  .entry .btn {
    width: 410px;
    line-height: 100px;
    font-size: 25px;
  }
}

.slick-prev {
  background-image: url(../img/nav_slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 0;
  padding-top: 40px;
  top: 32%;
  left: -10px;
  z-index: 99;
  background-color: transparent;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
@media screen and (min-width: 768px), print {
  .slick-prev {
    width: 53px;
    padding-top: 53px;
    top: 50%;
    margin-top: -27px;
  }
}
@media screen and (min-width: 992px) {
  .slick-prev {
    left: -27px;
  }
}

.slick-next {
  background-image: url(../img/nav_slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 0;
  padding-top: 40px;
  top: 32%;
  right: -10px;
  z-index: 99;
  background-color: transparent;
}
@media screen and (min-width: 768px), print {
  .slick-next {
    width: 53px;
    padding-top: 53px;
    top: 50%;
    margin-top: -27px;
  }
}
@media screen and (min-width: 992px) {
  .slick-next {
    right: -27px;
  }
}

/* ------------------------------
	CONTENTS
 ------------------------------- */
#main {
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  #main {
    padding-top: 88px;
  }
}

#topimage {
  background-image: url(../img/bg_main.png);
  background-size: 100% 550px;
  background-repeat: no-repeat;
  background-position: top center;
}
#topimage .section-inner {
  height: 60vh;
  padding: 10vh 20px 0 0;
}
@media screen and (min-width: 768px), print {
  #topimage .section-inner {
    height: 580px;
    padding: 60px 20px 0 30%;
  }
}
@media screen and (min-width: 992px) {
  #topimage .section-inner {
    height: 580px;
    padding: 60px 0 0 340px;
  }
}
#topimage .section-inner .chara {
  position: absolute;
  width: 60%;
  left: -50px;
  bottom: -10px;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  #topimage .section-inner .chara {
    width: 50%;
    left: -30px;
  }
}
@media screen and (min-width: 992px) {
  #topimage .section-inner .chara {
    width: auto;
    bottom: 0;
    left: -10px;
  }
  #topimage .section-inner .catch {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #topimage .section-inner .catch {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
  }
}
#topimage .section-inner .button {
  padding-left: 20%;
}
@media screen and (max-width: 767px) {
  #topimage .section-inner .button {
    position: absolute;
    bottom: 8vh;
    right: 20px;
    z-index: 3;
  }
}
@media screen and (min-width: 992px) {
  #topimage .section-inner .button {
    padding-left: 136px;
  }
}
#topimage .section-inner .btn {
  font-weight: 600;
  color: #E40875;
}
@media screen and (max-width: 320px) {
  #topimage .section-inner .btn {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 992px) {
  #topimage .section-inner .btn {
    font-size: 23px;
    line-height: 72px;
  }
}
#topimage .section-inner .btn.round {
  border-radius: 44px;
}
#topimage .section-inner .btn:after {
  width: 12px;
  height: 12px;
  border: solid #E40875;
  border-width: 3px 3px 0 0;
  margin-left: 20px;
}
@media screen and (max-width: 320px) {
  #topimage .section-inner .btn:after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  #cover {
    display: none;
  }
}

#about {
  background-image: url(../img/bg_about.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
#about .section-inner {
  padding: 20px 20px 40px;
}
#about .section-inner .message {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #about .section-inner .message {
    font-size: 24px;
  }
}

#gakubu {
  background-color: #F8F7F4;
  background-image: url(../img/bg_animemanga.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  #gakubu {
    background-size: auto;
  }
}
#gakubu .heading {
  min-height: 240px;
  background-image: url(../img/bg_gakubu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  #gakubu .heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #gakubu .heading {
    min-height: 380px;
  }
}
#gakubu .heading h2:after {
  display: none;
}
#gakubu .heading h2 small {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  line-height: 32px;
  padding: 0 20px;
}
@media screen and (min-width: 768px), print {
  #gakubu .heading h2 small {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 42px;
  }
}
#gakubu .heading .chara {
  display: block;
  position: absolute;
  width: 60vw;
  top: -60px;
  left: -20px;
}
@media screen and (min-width: 768px), print {
  #gakubu .heading .chara {
    width: 40vw;
    left: -20px;
    top: -70px;
  }
}
@media screen and (min-width: 992px) {
  #gakubu .heading .chara {
    width: 30vw;
    max-width: 422px;
    top: -13vw;
    left: 3vw;
  }
  #gakubu .heading .chara img {
    width: 100%;
  }
}
#gakubu .section-inner .chara {
  position: absolute;
  top: -80px;
  right: 0;
  width: 40vw;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .chara {
    width: 25vw;
  }
}
@media screen and (min-width: 992px) {
  #gakubu .section-inner .chara {
    width: auto;
    top: -70px;
    right: -70px;
  }
}
#gakubu .section-inner h3 {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner h3 {
    font-size: 30px;
  }
}
#gakubu .section-inner .courses {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .courses {
    display: flex;
    justify-content: center;
  }
}
#gakubu .section-inner .courses span {
  line-height: 30px;
  margin: 0 5px 8px;
  padding: 0 20px;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .courses span {
    display: inline-block;
    margin-bottom: 0;
  }
}
#gakubu .section-inner .courses span.pink {
  background-color: #E40875;
  color: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  #gakubu .section-inner .courses span.pink {
    margin-left: 30px;
    font-size: 1.125rem;
  }
}
#gakubu .section-inner .courses span.yellow {
  background-color: #FFEC00;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  #gakubu .section-inner .courses + p {
    text-align: left;
  }
}
#gakubu .section-inner .shikaku {
  background-color: #fff;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 0 20px;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .shikaku {
    padding: 0 30px;
  }
}
#gakubu .section-inner .shikaku dt {
  padding-top: 15px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  #gakubu .section-inner .shikaku dt {
    font-size: 1.125rem;
  }
}
#gakubu .section-inner .shikaku dt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 9px;
  border-color: transparent transparent transparent #e40876;
  margin-right: 8px;
}
#gakubu .section-inner .shikaku dd {
  padding-bottom: 15px;
}
#gakubu .section-inner .row {
  justify-content: space-between;
}
#gakubu .section-inner .row dl {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .row dl {
    width: 48%;
  }
}
#gakubu .section-inner .row dl dt {
  line-height: 30px;
  background-color: #FFEC00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .row dl dt {
    line-height: 43px;
  }
}
#gakubu .section-inner .row dl dd {
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px), print {
  #gakubu .section-inner .row dl dd {
    padding: 20px;
  }
}

#charm {
  background-image: url(../img/bg_campus.png), url(../img/bg_charm.png);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto, auto;
  background-position: bottom center, top center;
}
#charm .section-inner {
  padding-bottom: 150px;
}
#charm .lead {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 768px), print {
  #charm .lead {
    font-size: 30px;
  }
}
#charm .lead .paral {
  margin-right: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  #charm .lead .paral {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  #charm .lead .paral {
    font-size: 50px;
  }
}
#charm .lead strong {
  font-weight: 600;
  font-size: 40px;
  line-height: 30px;
}
@media screen and (min-width: 768px), print {
  #charm .lead strong {
    font-size: 60px;
    line-height: 1;
  }
}
#charm .features .item {
  margin-bottom: 30px;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #charm .features .item {
    margin-bottom: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #charm .features .item &gt; * {
    width: 50%;
  }
}
#charm .features .item .img {
  margin-bottom: 0;
  line-height: 0;
  background-color: #FFEC00;
}
#charm .features .item .img img {
  width: 100%;
  height: auto;
}
#charm .features .item .txt {
  background-color: #fff;
  position: relative;
  padding: 20px 20px 40px;
}
@media screen and (min-width: 768px), print {
  #charm .features .item .txt {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  #charm .features .item .txt {
    padding: 45px 40px;
  }
}
#charm .features .item .txt:before {
  content: "FEATURES";
  color: rgba(139, 139, 139, 0.1);
  font-size: 10vw;
  position: absolute;
  left: 15vw;
  bottom: 0;
  line-height: 1;
  font-weight: 600;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  #charm .features .item .txt:before {
    line-height: 35px;
    font-size: 40px;
    left: 50px;
  }
}
@media screen and (min-width: 992px) {
  #charm .features .item .txt:before {
    font-size: 55px;
    line-height: 50px;
    left: 50px;
  }
}
#charm .features .item .txt:after {
  content: "01";
  color: rgba(139, 139, 139, 0.1);
  font-size: 15vw;
  position: absolute;
  right: 20px;
  bottom: 0;
  line-height: 12.5vw;
  z-index: 0;
  font-family: 'Alata', sans-serif;
}
@media screen and (min-width: 768px), print {
  #charm .features .item .txt:after {
    font-size: 60px;
    line-height: 50px;
    right: 30px;
  }
}
@media screen and (min-width: 992px) {
  #charm .features .item .txt:after {
    font-size: 90px;
    line-height: 80px;
    right: 50px;
  }
}
#charm .features .item h3 {
  margin-bottom: 10px;
}
#charm .features .item h3 span {
  display: block;
  background-color: #E40875;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 320px) {
  #charm .features .item h3 span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px), print {
  #charm .features .item h3 span {
    display: inline-block;
    padding: 8px 20px;
    font-size: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #charm .features .item h3 span {
    padding: 0 20px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px), print {
  #charm .features .item:nth-of-type(2n) {
    flex-direction: row-reverse;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #charm .features .item:nth-of-type(2n) .txt {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#charm .features .item.item02 .txt:after {
  content: "02";
  letter-spacing: -0.1em;
}
#charm .features .item.item03 .txt:after {
  content: "03";
  letter-spacing: -0.1em;
}
#charm .features .item.item04 .txt:after {
  content: "04";
  letter-spacing: -0.1em;
}
#charm .row:not(.item) {
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  #charm .row:not(.item) {
    align-items: center;
  }
}
#charm .row:not(.item) .box {
  background-color: #fff;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 32px;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 768px), print {
  #charm .row:not(.item) .box {
    max-width: calc(100vw - 300px);
  }
}
@media screen and (min-width: 992px) {
  #charm .row:not(.item) .box {
    min-width: 640px;
    padding: 20px 40px;
  }
}
#charm .row:not(.item) .box h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 22px;
}
@media screen and (min-width: 768px), print {
  #charm .row:not(.item) .box h3 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
#charm .row:not(.item) .box h3 small {
  background-color: #0067A6;
  line-height: 20px;
  padding: 0 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.6em;
}
#charm .row:not(.item) .box h3 + p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #charm .row:not(.item) .box h3 + p {
    text-align: left;
  }
}
#charm .row:not(.item) .box .gray {
  background-color: #F2F2F2;
  border-radius: 16px;
  margin-top: 20px;
  padding: 15px 15px 10px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  #charm .row:not(.item) .box .gray {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#charm .row:not(.item) .box .gray .arrow {
  margin: 0 10px;
}
#charm .row:not(.item) .box .gray .arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #e40876 transparent transparent transparent;
  margin: 5px auto 10px;
}
@media screen and (min-width: 992px) {
  #charm .row:not(.item) .box .gray .arrow:before {
    margin: auto;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #e40876;
  }
}
#charm .row:not(.item) .box .gray img {
  display: inline-block;
  width: auto;
  height: auto;
}

#campus {
  position: relative;
}
#campus .campus {
  position: absolute;
  left: -50vw;
  bottom: 0;
  z-index: 1;
  line-height: 0;
  padding-bottom: 15px;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px), print {
  #campus .campus {
    top: auto;
    bottom: 0;
    left: -30vw;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  #campus .campus {
    left: 0;
  }
}
#campus .campus img {
  display: inline-block;
  width: auto;
  max-width: initial;
  height: 130vw;
}
@media screen and (min-width: 768px), print {
  #campus .campus img {
    width: 180vw;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  #campus .campus img {
    width: 100%;
    max-width: 1400px;
  }
}
#campus .section-inner {
  height: 100%;
  background-image: url(../img/bg_campus_title.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 120% 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  #campus .section-inner {
    width: 770px;
    height: 530px;
    margin-left: calc(100vw - 770px);
    background-size: auto;
    background-position: center bottom;
  }
}
#campus .section-inner h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  #campus .section-inner h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px), print {
  #campus .section-inner h2 {
    font-size: 42px;
  }
}
#campus .section-inner h2 small {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 320px) {
  #campus .section-inner h2 small {
    font-size: 20px;
  }
}
#campus .section-inner h2:after {
  display: none;
}
#campus .section-inner .label {
  margin-bottom: 20px;
  background-color: #FFEC00;
  color: #E40875;
  line-height: 33px;
  padding: 0 50px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 320px) {
  #campus .section-inner .label {
    font-size: 20px;
    padding: 0 20px;
  }
}
#campus .section-inner .center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #campus .section-inner .center {
    margin-left: 25vw;
  }
}
@media screen and (min-width: 992px) {
  #campus .section-inner .center {
    width: 450px;
    margin-left: 200px;
  }
}

#gallery .slider-auto {
  width: 100vw;
  height: 124px;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #gallery .slider-auto {
    height: 172px;
  }
}

#pickup {
  background-image: url(../img/bg_pickup.png);
  background-repeat: repeat-y;
  background-position: top center;
}
#pickup .chara {
  position: absolute;
  top: 40px;
  right: 0;
  width: 30vw;
}
@media screen and (min-width: 768px), print {
  #pickup .chara {
    width: 28vw;
    top: 50px;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #pickup .chara {
    width: 25vw;
    max-width: 314px;
    height: auto;
    top: 80px;
    right: -80px;
  }
}
#pickup h3 {
  font-size: 26px;
}
@media screen and (min-width: 768px), print {
  #pickup h3 {
    font-size: 35px;
  }
}
#pickup h3 small {
  display: inline-block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  line-height: 32px;
  padding: 0 20px;
  font-size: 1rem;
}
@media screen and (max-width: 320px) {
  #pickup h3 small {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px), print {
  #pickup h3 small {
    line-height: 42px;
    font-size: 20px;
  }
}
#pickup h3 .paral {
  margin-right: 20px;
  letter-spacing: 0;
}
#pickup .slider {
  margin-bottom: 30px;
}
#pickup .slider-item .row {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #pickup .slider-item .row {
    align-items: center;
  }
}
#pickup .slider-item .img {
  margin-bottom: 0;
  padding: 20px 20px 0;
}
@media screen and (min-width: 768px), print {
  #pickup .slider-item .img {
    width: 50%;
    padding: 20px;
  }
}
#pickup .slider-item .txt {
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  #pickup .slider-item .txt {
    width: 50%;
    padding: 20px 40px 20px 20px;
  }
}
#pickup .slider-item h3 {
  font-size: 25px;
}
#pickup .slider-item h3 + p {
  margin-bottom: 20px;
}
#pickup .slider-item h4 {
  margin-bottom: 5px;
}
#pickup .slider-item h4 span {
  display: inline-block;
  background-color: #FFEC00;
  line-height: 36px;
  padding: 0 20px;
  font-size: 18px;
}
#pickup .slider-item .professor {
  color: #E40875;
  font-size: 25px;
  font-weight: 600;
}

#interview h2 .paral {
  letter-spacing: 0;
  padding-left: 20vw;
}
@media screen and (max-width: 320px) {
  #interview h2 .paral {
    padding-left: 15vw;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px), print {
  #interview h2 .paral {
    padding: 0 120px;
  }
}
#interview h2:after {
  display: none;
}
#interview .chara {
  position: absolute;
  top: -45px;
  left: -65px;
  width: 55vw;
}
@media screen and (max-width: 320px) {
  #interview .chara {
    top: -26px;
  }
}
@media screen and (min-width: 768px), print {
  #interview .chara {
    top: -75px;
    left: 0;
    max-width: 280px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  #interview .chara {
    top: -69px;
    left: 30px;
  }
}
#interview .lead {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #interview .lead {
    width: 508px;
  }
}

#interview .lead img {
  width: 100%;
  margin: auto;
}

#interview .slider-center {
  margin: auto;
}
#interview .slider-center .slider-item {
  padding-top: 10px;
}
#interview .slider-center .slider-item .wrap {
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 85vw 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #interview .slider-center .slider-item .wrap {
    width: 100%;
    padding: 20px 50px;
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #interview .slider-center .slider-item .wrap {
    width: 620px;
    padding: 30px;
  }
}
#interview .slider-center .slider-item .wrap:before {
  content: "";
  font-size: 35px;
  color: #fff;
  width: 65px;
  height: 100px;
  padding-top: 50px;
  position: absolute;
  top: -10px;
  left: 20px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #interview .slider-center .slider-item .wrap:before {
    width: 78px;
    font-size: 50px;
    height: 120px;
    padding-top: 45px;
    left: 40px;
  }
}
@media screen and (min-width: 992px) {
  #interview .slider-center .slider-item .wrap:before {
    left: 20px;
  }
}
#interview .slider-center .slider-item .txt {
  position: relative;
  z-index: 2;
}
#interview .slider-center .slider-item .img {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #interview .slider-center .slider-item .img {
    width: calc(100vw - 80px);
  }
  #interview .slider-center .slider-item .img img {
    width: 100%;
  }
}
#interview .slider-center .slider-item h3 {
  font-size: 20px;
  padding: 0 0 15px;
}
@media screen and (min-width: 768px), print {
  #interview .slider-center .slider-item h3 {
    padding: 0 0 50px 80px;
  }
}
#interview .slider-center .slider-item p {
  line-height: 2.5;
  background-image: linear-gradient(#ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px), print {
  #interview .slider-center .slider-item p {
    margin-right: 250px;
  }
}
#interview .slider-center .slider-item.interview01 .wrap:before {
  content: "01";
  background-color: #E40875;
  color: fff;
}
#interview .slider-center .slider-item.interview02 .wrap:before {
  content: "02";
  background-color: #FFEC00;
  color: #000;
}
#interview .slider-center .slider-item.interview03 .wrap:before {
  content: "03";
  background-color: #355eb7;
  color: fff;
}

#professional {
  background-color: #F8F7F4;
  background-image: url(../img/bg_professional.png);
  background-repeat: no-repeat;
  background-position: left bottom 20px;
  background-size: 20vw auto;
}
@media screen and (min-width: 768px), print {
  #professional {
    background-position: left bottom 100px;
    background-size: auto;
  }
}
#professional .heading {
  background-image: url(../img/bg_professional.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #professional .heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #professional .heading {
    height: 307px;
  }
}
@media screen and (max-width: 767px) {
  #professional .heading h2 .paral {
    padding: 0 10px;
    font-size: 6.5vw;
  }
}
#professional .heading h2:after {
  display: none;
}
#professional .heading p {
  color: #fff;
}
#professional h3 {
  margin-bottom: 20px;
  position: relative;
}
#professional h3 span {
  display: inline-block;
  background-color: #F8F7F4;
  font-size: 25px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
@media screen and (min-width: 768px), print {
  #professional h3 span {
    font-size: 35px;
  }
}
#professional h3:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
#professional .lead {
  margin-bottom: 30px;
  color: #E40875;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #professional .lead {
    font-size: 25px;
  }
}
#professional .slider-double {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #professional .slider-double {
    margin-right: -10px;
    margin-left: -10px;
  }
}
#professional .slider-double .slider-item {
  padding: 0 10px;
}
#professional .slider-double .slider-item .wrap {
  background-color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  #professional .slider-double .slider-item .wrap {
    display: flex;
    align-items: flex-start;
  }
}
#professional .slider-double .slider-item .img {
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}
#professional .slider-double .slider-item .img img {
  margin: auto;
}
@media screen and (min-width: 768px), print {
  #professional .slider-double .slider-item .img img {
    width: auto;
    min-width: 190px;
  }
}
#professional .slider-double .slider-item .txt {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  #professional .slider-double .slider-item .txt {
    padding-left: 0;
  }
}
#professional .slider-double .slider-item h4 {
  border-bottom: 1px solid #E40875;
  margin-bottom: 10px;
  padding-bottom: 7px;
  color: #E40875;
  font-size: 25px;
}
#professional .slider-double .slider-item p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
#professional .slider-double .slider-item.jitsumu .img {
  position: relative;
}
#professional .slider-double .slider-item.jitsumu .img:after {
  width: 150px;
  content: "実務家教員";
  color: #fff;
  background-color: #293A76;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  #professional .slider-double .slider-item.jitsumu .img:after {
    width: auto;
    bottom: 0;
    left: auto;
    right: 20px;
    transform: translate(0, 0);
  }
}
#professional .slick-num {
  margin-bottom: 30px;
  color: #E40875;
  display: flex;
  justify-content: center;
}
#professional .slick-num span {
  display: inline-block;
  padding: 0 3px;
}
#professional .slick-num .next {
  cursor: pointer;
}
#professional .slick-num .next .ico-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 14px;
  border-color: transparent transparent transparent #E40875;
}
#professional .slick-num .prev {
  cursor: pointer;
}
#professional .slick-num .prev .ico-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 14px 5.5px 0;
  border-color: transparent #E40875 transparent transparent;
}
#professional .box {
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 20px;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #professional .box {
    margin-bottom: 50px;
    padding: 40px 55px;
  }
}
#professional .box .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  #professional .box .item {
    align-items: flex-start;
    justify-content: space-between;
  }
}
#professional .box .item .num {
  flex-basis: 30%;
  margin-top: -30px;
  font-size: 50px;
  text-align: center;
  line-height: 60px;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  #professional .box .item .num {
    flex-basis: 15%;
    font-size: 60px;
  }
}
#professional .box .item .num .badge {
  background-color: #E40875;
  color: #fff;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 13px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #professional .box .item .num .badge {
    padding: 0 10px;
  }
}
#professional .box .item .name {
  flex-basis: 65%;
  box-sizing: border-box;
  padding: 0 0 15px 10px;
}
@media screen and (max-width: 320px) {
  #professional .box .item .name {
    flex-basis: 100%;
    padding: 0 0 15px 0;
  }
}
@media screen and (min-width: 768px), print {
  #professional .box .item .name {
    flex-basis: 35%;
    padding: 0 20px 0 0;
  }
}
#professional .box .item .name dt {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #professional .box .item .name dt {
    font-size: 35px;
  }
}
#professional .box .item .name dd {
  font-weight: 600;
}
#professional .box .item .works {
  flex-basis: 100%;
}
@media screen and (min-width: 768px), print {
  #professional .box .item .works {
    flex-basis: 48%;
  }
}
#professional .box .item .works dt {
  margin-bottom: 10px;
  color: #fff;
  background-color: #12266A;
  line-height: 24px;
  text-align: center;
}
#professional .box .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#professional .slider-triple {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #professional .slider-triple {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px), print {
  #professional .slider-triple {
    margin-bottom: 50px;
  }
}
#professional .slider-triple .slider-item {
  margin: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px), print {
  #professional .slider-triple .slider-item {
    width: 30%;
  }
}
#professional .slider-triple .slider-item a {
  display: block;
}
#professional .slider-triple .slider-item .img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#professional .slider-triple .slider-item .txt {
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px), print {
  #professional .slider-triple .slider-item .txt {
    padding: 30px;
  }
}
#professional .slider-triple .slider-item h4 {
  color: #E40875;
  font-size: 25px;
}
#professional .slider-triple .slider-item p {
  margin-top: 10px;
  font-size: 14px;
}
#professional .slider-triple .slider-item p strong {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  #professional .buttons a {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #professional .buttons {
    display: flex;
    justify-content: center;
  }
  #professional .buttons a {
    margin: 0 20px;
  }
}

#opencampus {
  background-color: #F8F7F4;
  background-image: url(../img/img_opencampus.jpg), url(../img/bg_opencampus.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 120% auto, 100vw auto;
  padding: 62vw 0 30px;
}
@media screen and (min-width: 992px) {
  #opencampus {
    padding: 60px 0;
    background-size: auto;
  }
}
#opencampus .box {
  background-color: rgba(228, 8, 117, 0.56);
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  padding: 100px 0 30px;
}
@media screen and (min-width: 992px) {
  #opencampus .box {
    padding: 50px;
    width: 50%;
    margin-left: 50%;
  }
}
#opencampus .box .badge {
  position: absolute;
  top: -20px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  #opencampus .box .badge {
    top: -30px;
    left: -30px;
    right: auto;
  }
}
#opencampus .box .badge a {
  display: block;
  max-width: 150px;
  max-height: 150px;
}
@media screen and (max-width: 767px) {
  #opencampus .box .badge a {
    width: 35vw;
  }
}
#opencampus .box .catch {
  margin-bottom: 10px;
  text-align: center;
}
#opencampus .box .catch span {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.2;
}
#opencampus .box .catch span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  background-image: url(../img/deco_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}
#opencampus .box .catch span:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 36px;
  background-image: url(../img/deco_04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
}
#opencampus .box h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Alata', sans-serif;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  #opencampus .box h2 {
    flex-direction: column;
    font-size: 45px;
  }
}
#opencampus .box h2 small {
  color: #E40875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  background-color: #fff;
  font-size: 28px;
  line-height: 50px;
  padding: 0 20px;
  margin-right: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #opencampus .box h2 small {
    line-height: 35px;
    font-size: 20px;
  }
}
#opencampus .box h2:after {
  display: none;
}
#opencampus .box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
  margin: 0 20px 30px;
}
@media screen and (min-width: 768px), print {
  #opencampus .box ul {
    justify-content: center;
  }
}
#opencampus .box ul li {
  margin: 0 3px 10px;
  text-align: center;
  background-color: #FAFF74;
  padding: 25px 15px 10px;
  border-radius: 10px;
  color: #000;
  font-family: 'Alata', sans-serif;
  font-size: 40px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #opencampus .box ul li {
    width: 45%;
  }
}
#opencampus .box ul li small {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#opencampus .box dl {
  margin: 0 20px 10px;
}
@media screen and (min-width: 768px), print {
  #opencampus .box dl {
    display: flex;
    width: 60%;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 992px) {
  #opencampus .box dl {
    width: 450px;
  }
}
#opencampus .box dl dt {
  background-color: #000;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #opencampus .box dl dt {
    width: 80px;
  }
}
#opencampus .box dl dd {
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #opencampus .box dl dd {
    padding-left: 30px;
    font-size: 20px;
    text-align: left;
  }
}
#opencampus .buttons {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #opencampus .buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#opencampus .buttons a {
  display: inline-block;
  margin-top: 20px;
}
#opencampus .buttons a:not(.btn) {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  #opencampus .buttons a:not(.btn):hover {
    opacity: 1;
    text-decoration: none;
  }
}
#opencampus .buttons a:not(.btn):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  margin-left: 10px;
}

#tuition {
  background-image: url(../img/bg_tuition_03.png), url(../img/bg_tuition_01.png), url(../img/bg_tuition_02.png);
  background-repeat: no-repeat;
  background-position: top center, top -100px left -100px, left 50% bottom -180px;
  background-size: cover, auto, auto;
  overflow: hidden;
}
#tuition .section-inner:first-child {
  padding-bottom: 80px;
}
#tuition .section-inner:first-child:before {
  content: "";
  display: block;
  width: 70vw;
  height: 39.2445328vw;
  background-image: url(../img/img_tuition_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -40vw;
  bottom: 90px;
}
@media screen and (min-width: 768px), print {
  #tuition .section-inner:first-child:before {
    width: 50vw;
    height: 28.0318091vw;
    left: -20vw;
    bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  #tuition .section-inner:first-child:before {
    width: 503px;
    height: 282px;
    --m: calc(100vw - 980px);
    --m2: calc(var(--m) / 2 + 220px);
    left: calc(var(--m2) * -1);
    bottom: -50px;
  }
}
#tuition .section-inner:first-child:after {
  content: "";
  display: block;
  width: 45vw;
  height: 40.4560261vw;
  background-image: url(../img/img_tuition_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -10vw;
  bottom: 120px;
}
@media screen and (min-width: 768px), print {
  #tuition .section-inner:first-child:after {
    width: 30vw;
    height: 26.970684vw;
    right: -5vw;
    bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  #tuition .section-inner:first-child:after {
    width: 307px;
    height: 276px;
    --m: calc(100vw - 980px);
    --m2: calc(var(--m) / 2 + 30px);
    right: calc(var(--m2) * -1);
  }
}
#tuition .section-inner:first-child h3 .paral {
  letter-spacing: 0;
}
#tuition .section-inner:first-child h3 small {
  display: inline-block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
  line-height: 42px;
  padding: 0 20px;
  font-size: 20px;
}
@media screen and (max-width: 320px) {
  #tuition .section-inner:first-child h3 small {
    width: 100%;
    font-size: 18px;
    padding: 0;
  }
}
#tuition .badge {
  position: absolute;
  top: 10px;
  right: 0;
  width: 38vw;
}
@media screen and (min-width: 768px), print {
  #tuition .badge {
    width: 30vw;
    top: 50px;
  }
}
@media screen and (min-width: 992px) {
  #tuition .badge {
    width: auto;
    top: 100px;
  }
}
#tuition .row.center {
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #tuition .row.center {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  #tuition .row.center {
    font-size: 29px;
  }
}
#tuition .row.center .price {
  font-size: 40px;
  line-height: 45px;
  border-bottom: double 10px #FFEC00;
}
@media screen and (min-width: 768px), print {
  #tuition .row.center .price {
    margin-left: 20px;
    font-size: 58px;
  }
}
#tuition .row.center .price small {
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  #tuition .row.center .price small {
    font-size: 29px;
  }
}
#tuition .row.breakdown {
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  justify-content: flex-start;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  #tuition .row.breakdown {
    width: 70%;
    margin: auto auto 30px;
  }
}
#tuition .row.breakdown h4 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #FFEC00;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #tuition .row.breakdown h4 {
    padding: 0 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#tuition .row.breakdown .detail {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 30px;
}
#tuition .row.breakdown .detail p:not(.notice) {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
}
#tuition .row.breakdown .detail p:not(.notice) strong {
  margin: 0 3px;
  font-size: 30px;
}
#tuition .row.breakdown .detail p:not(.notice) small {
  margin: 0 3px;
  font-weight: 400;
  color: #9D9D9D;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #tuition .row.breakdown .detail p:not(.notice) small {
    flex-basis: 100%;
  }
}
#tuition .row.breakdown .detail p.notice {
  color: #9D9D9D;
  font-size: 13px;
}

#seido {
  background-image: url(../img/bg_tuition_03.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px), print {
  #seido {
    padding-bottom: 110px;
  }
}
#seido .banner {
  background-color: transparent;
  padding-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #seido .banner {
    display: block;
    width: 677px;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#seido .section-inner {
  width: 100%;
  background-color: #F8F7F4;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px), print {
  #seido h2 {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#seido h2:after {
  display: none;
}
#seido h2 .paral {
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 22px;
}
@media screen and (min-width: 768px), print {
  #seido h2 .paral {
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }
}
#seido h2 .paral:before {
  border-width: 0 0 54px 20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #seido h2 .paral:before {
    display: none;
  }
}
#seido h2 .paral:after {
  border-width: 54px 20px 0 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  #seido h2 .paral:after {
    display: none;
  }
}
#seido h2 small {
  margin: 8px auto 0;
  text-align: right;
  display: block;
  line-height: 1;
  color: #8D8D8D;
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  #seido h2 small {
    width: 490px;
  }
}
#seido p {
  margin-bottom: 30px;
}
#seido .lead {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #seido .lead {
    font-size: 30px;
  }
}

.banner {
  text-align: center;
  background-color: #F8F7F4;
  padding-bottom: 50px;
}
.banner a {
  display: inline-block;
}
</pre></body></html>