@charset "UTF-8";
/* purple */
/* yellow */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* purple */
/* yellow */
/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 16px;
  }
}

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: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}

body {
  line-height: 1.6;
}

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

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

: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(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-inner {
    width: 980px;
    padding: 80px 0;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3680CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  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;
  }
}

@media screen and (max-width: 767px) {
  .row > * {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row .col1 > * {
    width: 90%;
  }
  .row .col2 > * {
    width: 45%;
  }
  .row .col3 > * {
    width: 30%;
  }
  .row .col4 > * {
    width: 22.5%;
  }
  .row .col5 > * {
    width: 18%;
  }
  .row .col6 > * {
    width: 15%;
  }
  .row.wrap {
    flex-wrap: wrap;
  }
  .row.row-center {
    justify-content: center;
  }
  .row.row-around {
    justify-content: space-around;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.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;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

/* purple */
/* yellow */
@keyframes scrollIn {
  0% {
    top: -97px;
  }
  100% {
    top: 0;
  }
}
#site-header {
  width: 100vw;
  /*
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  */
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #site-header {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #site-header.scrolling {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: scrollIn 0.5s 1;
  }
  #site-header.scrolling .primary-menu {
    display: none;
  }
}
#site-header > .row {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #site-header > .row {
    height: 97px;
    padding: 0 25px;
  }
}
#site-header > .row > * {
  margin-bottom: 0;
}
#site-header .site-logo img {
  display: block;
  height: auto;
  width: 50vw;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo img {
    width: 250px;
  }
}
@media screen and (min-width: 992px) {
  #site-header .site-logo img {
    width: 350px;
  }
}
#site-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 {
  #site-header .header-navigation {
    padding-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  #site-header .header-navigation {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    /*
    position: absolute;
    top: 580px;
    left: 50%;
    right: auto;
    background-color: transparent;
    width: $width-sec-pc;
    height: 100px;
    -webkit-transform : translate(-50%, 0);
    transform : translate(-50%, 0);
    padding: 0;
    */
  }
}
#site-header .header-navigation .inner {
  width: 100%;
}
#site-header .header-navigation.active {
  right: 0;
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu {
    position: absolute;
    top: 580px;
    left: 50%;
    right: auto;
    background-color: transparent;
    width: 980px;
    height: 100px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu ul {
    display: flex;
    justify-content: space-between;
  }
}
#site-header .primary-menu ul li {
  border-bottom: 1px solid #ccc;
}
#site-header .primary-menu ul li:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu ul li {
    border-top: none !important;
    border-bottom: none;
  }
}
#site-header .primary-menu ul li a {
  display: block;
  position: relative;
  text-align: center;
  color: #000000;
  font-weight: 600;
  padding: 10px;
  left: 1.1;
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu ul li a {
    line-height: 100px;
    padding: 0;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  #site-header .primary-menu ul li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #48238C;
    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: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: rotate(135deg) translate(-50%, 0);
    transform: rotate(135deg) translate(-50%, 0);
  }
}
#site-header .secondary-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  #site-header .secondary-menu {
    display: block;
  }
  #site-header .secondary-menu ul {
    display: flex;
  }
  #site-header .secondary-menu ul li {
    padding-left: 11px;
  }
  #site-header .secondary-menu ul li a {
    position: relative;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  #site-header .secondary-menu ul li a {
    width: 195px;
    line-height: 56px;
    padding: 0;
    text-align: center;
  }
}

#site-header .nav-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 102;
}
@media screen and (min-width: 992px) {
  #site-header .nav-toggle {
    display: none;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 26px;
  border-bottom: solid 2px #48238C;
  -webkit-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  /*変化の速度を指定*/
  left: 8px;
}
#site-header .nav-toggle span:nth-child(1) {
  top: 12px;
}
#site-header .nav-toggle span:nth-child(2) {
  top: 20px;
}
#site-header .nav-toggle span:nth-child(3) {
  top: 28px;
}
#site-header .nav-toggle.active span:nth-child(1) {
  top: 20px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#site-header .nav-toggle.active span:nth-child(2), #site-header .nav-toggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.floating-menu {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.floating-menu ul {
  display: flex;
}
.floating-menu ul li {
  width: 50%;
}
.floating-menu ul li .btn {
  display: block;
  border-radius: 0;
  line-height: 50px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .floating-menu {
    display: none;
  }
}

/* purple */
/* yellow */
#site-footer {
  background-color: #3D256A;
  color: #fff;
}
#site-footer .section-inner {
  padding: 70px 0 85px;
}
@media screen and (min-width: 992px) {
  #site-footer .section-inner {
    padding-bottom: 35px;
  }
}
#site-footer .pagetop {
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#site-footer .pagetop a {
  display: inline-block;
}
#site-footer .copyright {
  margin-bottom: 0;
  line-height: 1.3;
  text-align: center;
  font-size: 12px;
}

/* purple */
/* yellow */
/* ----------------- PARTS ----------------- */
.marker {
  background: linear-gradient(transparent 20%, #FFF729 20%);
  padding-bottom: 5px;
}

.btn {
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-block;
    line-height: 66px;
    border-radius: 33px;
    text-align: center;
    padding: 0 30px;
  }
}
.btn.purple {
  background-color: #48238C;
  color: #fff;
}
.btn.yellow {
  background-color: #FFF729;
  color: #48238C;
}
.btn.square {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .btn.arrow {
    line-height: 1.2;
    padding: 8px;
  }
}
@media screen and (min-width: 768px), print {
  .btn.arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.btn.arrow:after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 7px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .btn.arrow:after {
    display: none;
  }
}
.btn.shadow {
  color: #FFF729;
  font-size: 22px;
  background-color: #653DAF;
  border-bottom: 8px solid #290B60;
  border-radius: 37px;
}

.tags li {
  display: block;
  background-color: #EDEAF4;
  line-height: 46px;
  border-radius: 23px;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .tags li {
    display: inline-block;
    min-width: 205px;
    line-height: 52px;
    border-radius: 26px;
    font-size: 1.25rem;
    padding: 0 20px;
  }
}

.blank {
  display: none;
}
@media screen and (min-width: 992px) {
  .blank {
    display: block;
    height: 100px;
  }
}

.balloon {
  margin-bottom: 25px;
}
.balloon span {
  display: inline-block;
  background-color: #FFF729;
  color: #48238C;
  font-size: 1.05rem;
  border-radius: 10px;
  padding: 10px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .balloon span {
    font-size: 1.25rem;
    border-radius: 37px;
    padding: 10px 52px;
  }
}
.balloon span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #FFF729 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recommend {
  background-image: url(../img/bg_recommend.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.recommend:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #F4F4F4 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  .recommend:before {
    border-width: 30px 53px 0 53px;
  }
}
.recommend .section-inner {
  padding: 50px 20px;
}
.recommend .section-inner:before {
  content: "";
  display: block;
  background-image: url(../img/deco_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: 30px;
}
@media screen and (max-width: 767px) {
  .recommend .section-inner:before {
    display: none;
  }
}
.recommend .section-inner:after {
  content: "";
  display: block;
  background-image: url(../img/deco_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  right: 30px;
}
@media screen and (max-width: 767px) {
  .recommend .section-inner:after {
    display: none;
  }
}
.recommend p {
  margin-bottom: 0 !important;
  font-size: 20px;
}
@media screen and (min-width: 768px), print {
  .recommend p {
    font-size: 40px;
  }
}
.recommend p strong {
  display: inline-block;
  background-color: #48238C;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) {
  .recommend p strong {
    line-heigh: 56px;
    padding: 0 20px;
  }
}
.recommend p .marker {
  background: linear-gradient(transparent 0%, #FFF729 0%);
  color: #000;
  padding: 0 20px;
  font-size: 0.75em;
  line-height: 30px;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .recommend p .marker {
    line-height: 48px;
  }
}
.recommend p em {
  color: #48238C;
  font-size: 1.2em;
  font-style: normal;
}

.cta {
  background-image: url(../img/cta_01.png), url(../img/cta_02.png), url(../img/txt_viewmore.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 60px left calc(50vw - 570px), top 60px right calc(50vw - 555px), bottom center;
  background-size: auto, auto, 100% auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cta {
    background-size: auto;
  }
}
.cta h3 span {
  display: inline-block;
  background-image: url(../img/ttl_cta.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -5000px;
  overflow: hidden;
  width: 90vw;
  height: 44vw;
}
@media screen and (min-width: 768px), print {
  .cta h3 span {
    width: 440px;
    height: 213px;
  }
}
.cta .mb50 {
  margin-bottom: 50px;
}
.cta .btn {
  color: #FFF729;
  background-color: #653DAF;
  font-size: 19px;
  border-bottom: 4px solid #290B60;
  border-radius: 31px;
}
@media screen and (min-width: 768px), print {
  .cta .btn {
    border-bottom: 8px solid #290B60;
    font-size: 22px;
    border-radius: 37px;
  }
}
.cta .row {
  justify-content: space-between !important;
}
@media screen and (min-width: 768px), print {
  .cta .row li {
    width: 49%;
    max-width: 466px;
  }
}

.section-inner h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px), print {
  .section-inner h2 {
    font-size: 40px;
  }
}
.section-inner h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner h3 {
    font-size: 30px;
  }
}
.section-inner p {
  margin-bottom: 1em;
  font-weight: 600;
}

#main {
  background-color: #F4F4F4;
  	/*
  	padding-top: 60px;
  
  	@include media(pc) {
  		padding-top: 97px;
  	}
  	*/
}

.slick-prev {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  background-image: url(../img/nav-slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -500px;
  overflow: hidden;
  position: absolute;
  left: -25px;
  top: 40%;
  z-index: 50;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .slick-prev {
    width: 77px;
    height: 77px;
    left: -35px;
    top: 50%;
    margin-top: -40px;
  }
}
@media screen and (min-width: 992px) {
  .slick-prev:hover {
    opacity: 0.7;
  }
}
.slick-next {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  background-image: url(../img/nav-slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -500px;
  overflow: hidden;
  position: absolute;
  right: -25px;
  top: 40%;
  z-index: 50;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .slick-next {
    width: 77px;
    height: 77px;
    right: -35px;
    top: 50%;
    margin-top: -40px;
  }
}
@media screen and (min-width: 992px) {
  .slick-next:hover {
    opacity: 0.7;
  }
}

/* ----------------- CONTENTS ----------------- */
#mainimage {
  background: #682fc7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #682fc7 0%, #ea8572 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #682fc7 0%, #ea8572 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #682fc7 0%, #ea8572 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#682fc7', endColorstr='#ea8572',GradientType=1 );
  /* IE6-9 */
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #mainimage {
    overflow: visible;
  }
}
#mainimage .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(173, 173, 173, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mainimage .wrap {
  width: 100%;
  height: 100%;
  background-image: url(../img/txt_enjoy_sports.png);
  background-position: center bottom;
  background-size: 95% auto;
  background-repeat: no-repeat;
}
#mainimage .section-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
  height: 72vh;
}
@media screen and (min-width: 768px), print {
  #mainimage .section-inner {
    height: 480px;
    padding: 30px 0 0;
  }
}
#mainimage h1 {
  margin-bottom: 25px;
  font-size: 10vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  #mainimage h1 {
    font-size: 52px;
  }
}
#mainimage h1 small {
  display: inline-block;
  font-size: 0.5em;
  background-image: url(../img/deco_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 33px;
  line-height: 33px;
  margin-bottom: 8px;
  padding: 0 50px 0 53px;
}
@media screen and (min-width: 768px), print {
  #mainimage h1 small {
    font-size: 0.38em;
  }
}
#mainimage p span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
  background-color: #FFF729;
  color: #48238C;
  font-size: 5.5vw;
  line-height: 45px;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  #mainimage p span {
    line-height: 53px;
    font-size: 27px;
  }
}
#mainimage p span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 12px;
  border-color: transparent transparent #FFF729 transparent;
  position: absolute;
  top: 0;
  left: -12px;
}
@media screen and (min-width: 768px), print {
  #mainimage p span:before {
    border-width: 0 0 53px 12px;
  }
}
#mainimage p span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 12px 0 0;
  border-color: #FFF729 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -12px;
}
@media screen and (min-width: 768px), print {
  #mainimage p span:after {
    border-width: 53px 12px 0 0;
  }
}
#mainimage .photo1 {
  position: absolute;
  bottom: 0;
  left: -20vw;
}
@media screen and (min-width: 992px) {
  #mainimage .photo1 {
    left: -280px;
  }
}
#mainimage .photo1 img {
  width: auto;
  height: 30vh;
}
@media screen and (min-width: 768px), print {
  #mainimage .photo1 img {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .photo1 img {
    height: 460px;
  }
}
#mainimage .photo2 {
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media screen and (max-width: 767px) {
  #mainimage .photo2 {
    right: 0;
  }
}
#mainimage .photo2 img {
  width: auto;
  height: 31vh;
}
@media screen and (min-width: 768px), print {
  #mainimage .photo2 img {
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .photo2 img {
    height: 490px;
  }
}

@media screen and (min-width: 992px) {
  #about {
    background-image: url(../img/about_01.png);
    background-position: top 30px left calc(75% + 150px);
    background-repeat: no-repeat;
    background-size: 40%;
  }
}
#about .section-inner {
  padding-bottom: 0;
}
#about .section-inner:before {
  content: "";
  display: block;
  width: 82px;
  height: 384px;
  background-image: url(../img/txt_about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: -82px;
}
#about .intro {
  margin-bottom: 20px;
  padding-bottom: 80vw;
  background-image: url(../img/about_01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 80vw;
}
@media screen and (min-width: 992px) {
  #about .intro {
    margin-bottom: 0;
    background: transparent;
    padding: 0 43% 50px 50px;
  }
}
#about .intro h2 {
  margin-bottom: 25px;
}
#about .intro h2 strong {
  background-color: #48238C;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  padding: 0 10px;
}
#about .box-check {
  background-color: #fff;
  background-image: url(../img/txt_check.png);
  background-position: top right 10px;
  background-repeat: no-repeat;
  background-size: 80% auto;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 35px 20px 10px;
  text-align: center;
  -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 {
  #about .box-check {
    background-size: 363px auto;
    background-position: top right 20px;
  }
}
#about .box-check h3 {
  margin-bottom: 25px;
}
#about .box-check h3 span {
  display: inline-block;
  background-image: url(../img/deco_02.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 0 50px;
  line-height: 33px;
}
@media screen and (min-width: 768px), print {
  #about .box-check .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  #about .box-check .tags {
    width: 80%;
  }
}
#about .box-check .tags li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  #about .box-check .tags li {
    margin: 0 6px 20px;
  }
}
#about .flows .flow {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#about .flows .flow h3 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #about .flows .flow h3 {
    padding-left: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  #about .flows .flow h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#about .flows .flow h3 span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF729;
  color: #48238C;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .flows .flow h3 span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  #about .flows .flow h3 span {
    width: 86px;
    height: 86px;
    line-height: 86px;
    font-size: 44px;
    margin-right: 30px;
  }
}
#about .flows .flow h3 strong {
  color: #48238C;
}
#about .flows .flow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #48238C transparent transparent transparent;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  #about .flows .flow:after {
    border-width: 30px 53px 0 53px;
    bottom: -60px;
  }
}
#about .flows .flow01 h2 + p.textcenter {
  margin-bottom: 0;
}
#about .flows .flow01 .badge {
  display: inline-block;
  border-radius: 5px;
  line-height: 45px;
  background-color: #48238C;
  color: #fff;
  padding: 0 20px;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #about .flows .flow01 .badge {
    padding: 0 30px;
    line-height: 54px;
    font-size: 1.25rem;
  }
}
#about .flows .flow01 .shikaku-list {
  background-color: rgba(255, 255, 255, 0.56);
  border-radius: 220px;
  justify-content: center;
  padding: 50px 0 35px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  #about .flows .flow01 .shikaku-list {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
  #about .flows .flow01 .shikaku-list .shikaku:nth-of-type(2) {
    padding-top: 20vw;
  }
}
#about .flows .flow01 .shikaku {
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  border-radius: 50%;
  padding-top: 10vw;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #about .flows .flow01 .shikaku {
    width: 390px;
    height: 390px;
    padding-top: 75px;
    border-radius: 50%;
    margin: 0 25px;
  }
}
#about .flows .flow01 .shikaku .label {
  display: inline-block;
  width: 180px;
  line-height: 36px;
  background-color: #FFF729;
  color: #48238C;
  font-weight: 600;
  border-radius: 18px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.25rem;
}
@media screen and (min-width: 768px), print {
  #about .flows .flow01 .shikaku .label {
    width: 230px;
    line-height: 46px;
    font-size: 22px;
    border-radius: 23px;
  }
}
#about .flows .flow01 .shikaku p {
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  #about .flows .flow01 .shikaku p {
    font-size: 1.25rem;
  }
}
#about .flows .flow01 .shikaku p strong {
  color: #48238C;
  font-size: 2em;
}
#about .flows .flow01 .shikaku .memo {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 10px;
  left: -20px;
}
@media screen and (max-width: 320px) {
  #about .flows .flow01 .shikaku .memo {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px), print {
  #about .flows .flow01 .shikaku .memo {
    width: 164px;
    height: 164px;
    left: -80px;
  }
}
#about .flows .flow01 .shikaku .tags {
  width: 260px;
  margin: auto;
}
#about .flows .flow01 .shikaku .tags li {
  display: inline-block;
  min-width: 80%;
  line-height: 44px;
  margin-bottom: 8px;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  #about .flows .flow01 .shikaku .tags li {
    width: 100%;
  }
}
#about .flows .flow01 .shikaku .tags + p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 15px;
}
#about .flows .flow02 h3 {
  margin-bottom: 20px;
}
#about .flows .flow02 .jobs .job {
  -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-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px), print {
  #about .flows .flow02 .jobs .job {
    width: 32%;
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  #about .flows .flow02 .jobs .job .img img {
    width: 100%;
    height: auto;
  }
}
#about .flows .flow02 .jobs .job .text {
  padding: 10px 20px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  #about .flows .flow02 .jobs .job .text {
    padding: 30px;
  }
}
#about .flows .flow02 .jobs .job .text h4 {
  font-size: 22px;
}
@media screen and (min-width: 768px), print {
  #about .flows .flow02 .jobs .job .text h4 {
    font-size: 27px;
  }
}
#about .flows .flow02 .jobs .job .text .label {
  margin-bottom: 10px;
  display: inline-block;
  background-color: #48238C;
  color: #fff;
  line-height: 25px;
  padding: 0 10px;
  font-size: 0.9em;
}
#about .flows .flow03 {
  margin-bottom: 30px;
  padding: 30px 0;
}
#about .flows .flow03:after {
  border-color: #F4F4F4 transparent transparent transparent;
}
#about .flows .flow03 h3 {
  display: block;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .flows .flow03 h3 {
    padding-left: 0;
    line-height: 1.4;
  }
}

#movie {
  background-color: #434343;
  text-align: center;
}
#movie h3 {
  margin-bottom: 30px;
  color: #fff;
}
#movie .video {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  position: relative;
}
#movie .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#role {
  background-color: #fff;
  background-image: url(../img/deco_05.png), url(../img/deco_06.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 50px left calc(50vw - (490px + 340px)), bottom 100px right calc(50vw - (490px + 300px));
}
#role h2 {
  margin-bottom: 30px;
  text-align: center;
}
#role h2 span {
  display: inline-block;
  background-color: #5628A0;
  color: #fff;
  line-height: 50px;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 768px), print {
  #role h2 span {
    line-height: 70px;
  }
}
#role h2 span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 10px;
  border-color: transparent transparent #5628A0 transparent;
  position: absolute;
  left: -10px;
  top: 0;
}
@media screen and (min-width: 768px), print {
  #role h2 span:before {
    border-width: 0 0 70px 14px;
    left: -14px;
  }
}
#role h2 span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 10px 0 0;
  border-color: #5628A0 transparent transparent transparent;
  position: absolute;
  right: -10px;
  top: 0;
}
@media screen and (min-width: 768px), print {
  #role h2 span:after {
    border-width: 70px 14px 0 0;
    right: -14px;
  }
}
#role .lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #role .lead {
    width: 80%;
    margin: 0 auto 35px;
  }
}

.role {
  background-color: #EDEAF4;
  overflow: hidden;
}
.role .section-inner {
  padding-bottom: 25px;
}
.role .step .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .role .step .row > * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .role .step .row > * {
    width: 50%;
    box-sizing: border-box;
  }
}
.role .step .row .text h3 {
  font-size: 7vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .role .step .row .text h3 {
    font-size: 35px;
    line-height: 1.8;
  }
}
.role .step .row .text .number {
  font-size: 10vw;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #48238C;
}
@media screen and (min-width: 768px), print {
  .role .step .row .text .number {
    font-size: 65px;
  }
}
.role .step .row .text .shikaku {
  font-size: 6vw;
  line-height: 30px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .role .step .row .text .shikaku {
    font-size: 27px;
    line-height: 38px;
  }
}
.role .step .row .text .shikaku span {
  background-color: #FFF729;
  color: #48238C;
  display: inline-block;
  padding: 0 20px;
  border-radius: 19px;
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 768px), print {
  .role .step.step01 .row .text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .role .step.step04 .row .text .shikaku {
    display: block;
  }
}
.role .step:not(.step01) {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .role .step:not(.step01) {
    padding: 20px 40px 20px 50px;
  }
}
@media screen and (min-width: 992px) {
  .role .step:not(.step01) {
    padding: 45px 70px 25px;
  }
}
.role .step:not(.step01) .row {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px), print {
  .role .step:not(.step01) .row .img {
    width: 40%;
  }
}
@media screen and (min-width: 768px), print {
  .role .step:not(.step01) .row .text {
    width: 55%;
  }
}
.role .slider {
  margin-bottom: 40px;
}
.role.cta {
  background-image: url(../img/txt_viewmore.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .role.cta {
    background-size: auto;
  }
}
.role.cta .section-inner {
  padding: 0 20px 80px;
}
@media screen and (min-width: 992px) {
  .role.cta .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#study {
  background: #682fc7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #682fc7 0%, #ea8572 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #682fc7 0%, #ea8572 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #682fc7 0%, #ea8572 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#682fc7', endColorstr='#ea8572',GradientType=1 );
  /* IE6-9 */
  position: relative;
}
#study .bg {
  background-color: rgba(173, 173, 173, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#study .section-inner {
  z-index: 2;
}
#study .section-inner h2 {
  margin-bottom: 45px;
  background-image: url(../img/txt_study.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 130px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  #study .section-inner h2 {
    background-position: center;
  }
}
#study .section-inner h2 strong {
  background-color: #FFF729;
  display: block;
  color: #48238C;
  position: relative;
  margin: 0 20px;
  padding: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #study .section-inner h2 strong {
    height: 75px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px), print {
  #study .section-inner h2 strong {
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
  }
}
#study .section-inner h2 strong:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 10px;
  border-color: transparent transparent #FFF729 transparent;
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (min-width: 768px), print {
  #study .section-inner h2 strong:before {
    border-width: 0 0 50px 10px;
  }
}
#study .section-inner h2 strong:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 10px 0 0;
  border-color: #FFF729 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -10px;
}
@media screen and (min-width: 768px), print {
  #study .section-inner h2 strong:after {
    border-width: 50px 10px 0 0;
  }
}
#study .section-inner .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  #study .section-inner .box {
    padding: 55px 50px;
  }
}
#study .section-inner .box .lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #study .section-inner .box .lead {
    width: 90%;
    margin: auto auto 30px;
  }
}
#study .section-inner .box .heading {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #study .section-inner .box .heading .img {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  #study .section-inner .box .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #study .section-inner .box .heading .img {
    width: 28%;
  }
  #study .section-inner .box .heading .title {
    width: 38%;
  }
}
#study .section-inner .box .heading h3 {
  color: #48238C;
  line-height: 1;
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  #study .section-inner .box .heading h3 {
    font-size: 40px;
  }
}
#study .section-inner .box .row {
  flex-wrap: wrap;
}
#study .section-inner .box .row .item {
  flex-basis: 49%;
  background-color: #F4F4F4;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 25px 20px;
}
@media screen and (min-width: 992px) {
  #study .section-inner .box .row .item {
    padding: 25px 45px;
  }
}
#study .section-inner .box .row .item h4 {
  margin-bottom: 15px;
  text-align: center;
  color: #48238C;
  font-size: 1.25rem;
}
#study .section-inner .box .row .item p {
  font-size: 14px;
}
#study .section-inner .box .row .item ul li {
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 18px;
  color: #48238C;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #study .section-inner .box .btn {
    font-size: 18px;
  }
}

#teacher {
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px), print {
  #teacher {
    background-image: url(../img/bg_teacher.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
}
#teacher .heading {
  background-image: url(../img/bg_teacher.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#teacher .heading h2 {
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/txt_teacher.png);
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 90vw auto;
  font-size: 26px;
}
@media screen and (min-width: 768px), print {
  #teacher .heading h2 {
    height: 255px;
    background-size: auto 125px;
    background-position: center;
    font-size: 40px;
  }
}
#teacher .heading h2 strong {
  display: inline-block;
  background-color: #FFF729;
  color: #48238C;
  line-height: 50px;
  padding: 0 50px;
  position: relative;
}
#teacher .heading h2 strong:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 10px;
  border-color: transparent transparent #FFF729 transparent;
  position: absolute;
  left: -10px;
  top: 0;
}
#teacher .heading h2 strong:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 10px 0 0;
  border-color: #FFF729 transparent transparent transparent;
  position: absolute;
  right: -10px;
  top: 0;
}
#teacher .section-inner {
  padding-top: 0;
}
#teacher .lead {
  padding: 25px 0 0;
}
@media screen and (min-width: 992px) {
  #teacher .lead {
    width: 80%;
    margin: auto;
    padding: 45px 0;
  }
}
#teacher .row {
  justify-content: space-around;
}
@media screen and (min-width: 768px), print {
  #teacher .row .col {
    width: 45%;
  }
}
#teacher .row .col .text {
  background-color: #fff;
  padding: 15px 23px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -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;
}
#teacher .row .col h3 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3D256A;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #teacher .row .col h3 {
    height: 83px;
  }
}
#teacher .row .col h3 span {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  #teacher .row .col h3 span {
    font-size: 30px;
  }
}
#teacher .row .col h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #3D256A transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #teacher .row .col .row {
    display: flex;
  }
  #teacher .row .col .row li {
    width: 48%;
  }
}
#teacher .row .col .img {
  margin-bottom: 40px;
}
#teacher .row .col dl {
  margin-bottom: 15px;
}
#teacher .row .col dl dt {
  margin-bottom: 10px;
}
#teacher .row .col dl dt span {
  min-width: 90px;
  background-color: #FFF729;
  color: #48238C;
  font-size: 1.25rem;
  display: inline-block;
  line-height: 28px;
  padding: 0 20px;
  text-align: center;
  border-radius: 14px;
}
#teacher .row .col dl dd {
  font-size: 12px;
}
