@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.entry:first-of-type {
  margin-top: 0;
}

.entry .entry-title {
  margin: 0;
}

.entry .entry-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.entry .entry-title a {
  color: inherit;
}

.entry .entry-title a:hover {
  color: #4a4a4a;
}

.entry .entry-meta,
.entry .entry-footer {
  color: #767676;
  font-weight: 500;
}

.entry .entry-meta>span,
.entry .entry-footer>span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta>span:last-child,
.entry .entry-footer>span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
  color: #0073aa;
}

.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.entry .entry-meta {
  margin: 1rem 0;
}

.entry .entry-footer {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .post-thumbnail {
  margin: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}

.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}

.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}

.entry .entry-content .more-link:after {
  content: "\02192";
  display: inline-block;
  margin-left: 0.5em;
}

.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}

.entry .entry-content a {
  text-decoration: underline;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
  text-decoration: none;
}

.entry .entry-content a.button {
  display: inline-block;
}

.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

.entry .entry-content>iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content>iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content>iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/* Author description */
.author-bio {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .author-bio {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.author-bio .author-title {
  display: inline;
}

.author-bio .author-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.author-bio .author-description {
  display: inline;
  color: #767676;
  font-size: 1.125em;
  line-height: 1.2;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #005177;
  text-decoration: none;
}

/* !Block styles */
.entry .entry-content>*,
.entry .entry-summary>* {
  margin: 32px 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*,
  .entry .entry-summary>* {
    margin: 32px 0;
  }
}

.entry .entry-content>*>*:first-child,
.entry .entry-summary>*>*:first-child {
  margin-top: 0;
}

.entry .entry-content>*>*:last-child,
.entry .entry-summary>*>*:last-child {
  margin-bottom: 0;
}

.entry .entry-content>*.alignwide,
.entry .entry-summary>*.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*.alignwide,
  .entry .entry-summary>*.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.entry .entry-content>*.alignfull,
.entry .entry-summary>*.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*.alignfull,
  .entry .entry-summary>*.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}

.entry .entry-content>*.alignleft,
.entry .entry-summary>*.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*.alignleft,
  .entry .entry-summary>*.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.entry .entry-content>*.alignright,
.entry .entry-summary>*.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*.alignright,
  .entry .entry-summary>*.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.entry .entry-content>*.aligncenter,
.entry .entry-summary>*.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*.aligncenter,
  .entry .entry-summary>*.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .entry .entry-content>*.aligncenter,
  .entry .entry-summary>*.aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {

  .entry .entry-content>*.aligncenter,
  .entry .entry-summary>*.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  padding: inherit;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    padding: inherit;
  }
}

.entry .entry-content p.has-background {
  padding: 20px 30px;
}

.entry .entry-content .wp-block-audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}

@media only screen and (min-width: 1379px) {

  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

.entry .entry-content .wp-block-video video {
  width: 100%;
}

.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #111;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}

.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}

.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}

.entry .entry-content .wp-block-categories ul>li>a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– "counters(submenu, "– ", none);
  counter-increment: submenu;
}

.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

.entry .entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}

.entry .entry-content .wp-block-verse {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8;
}

.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}

.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

.entry .entry-content .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }

  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}

.entry .entry-content .wp-block-image {
  max-width: 100%;
}

.entry .entry-content .wp-block-image img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    margin: 0;
    width: calc(8 * (100vw / 12) - 28px);
  }

  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image .aligncenter {
    width: calc(6 * (100vw / 12) - 28px);
  }

  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc(100% + (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    max-width: calc(125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}

.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}

.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}

.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }

  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */
}

.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.entry .entry-content .wp-block-separator+h1:before,
.entry .entry-content .wp-block-separator+h2:before,
.entry .entry-content hr+h1:before,
.entry .entry-content hr+h2:before {
  display: none;
}

.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}

.entry .entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}

.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-code {
  border-radius: 0;
}

.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

.entry .entry-content .wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 600px) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns .wp-block-column>*:first-child {
    margin-top: 0;
  }

  .entry .entry-content .wp-block-columns .wp-block-column>*:last-child {
    margin-bottom: 0;
  }

  .entry .entry-content .wp-block-columns[class*='has-']>* {
    margin-right: 1rem;
  }

  .entry .entry-content .wp-block-columns[class*='has-']>*:last-child {
    margin-right: 0;
  }

  .entry .entry-content .wp-block-columns.alignfull,
  .entry .entry-content .wp-block-columns.alignfull .wp-block-column {
    padding-left: calc(2 * 1rem);
    padding-right: calc(2 * 1rem);
  }
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}

.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}

.entry .entry-content .has-large-font-size {
  font-size: 1.6875em;
}

.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}

.entry .entry-content .has-primary-background-color p,
.entry .entry-content .has-primary-background-color h1,
.entry .entry-content .has-primary-background-color h2,
.entry .entry-content .has-primary-background-color h3,
.entry .entry-content .has-primary-background-color h4,
.entry .entry-content .has-primary-background-color h5,
.entry .entry-content .has-primary-background-color h6,
.entry .entry-content .has-primary-background-color a,
.entry .entry-content .has-secondary-background-color p,
.entry .entry-content .has-secondary-background-color h1,
.entry .entry-content .has-secondary-background-color h2,
.entry .entry-content .has-secondary-background-color h3,
.entry .entry-content .has-secondary-background-color h4,
.entry .entry-content .has-secondary-background-color h5,
.entry .entry-content .has-secondary-background-color h6,
.entry .entry-content .has-secondary-background-color a,
.entry .entry-content .has-dark-gray-background-color p,
.entry .entry-content .has-dark-gray-background-color h1,
.entry .entry-content .has-dark-gray-background-color h2,
.entry .entry-content .has-dark-gray-background-color h3,
.entry .entry-content .has-dark-gray-background-color h4,
.entry .entry-content .has-dark-gray-background-color h5,
.entry .entry-content .has-dark-gray-background-color h6,
.entry .entry-content .has-dark-gray-background-color a,
.entry .entry-content .has-light-gray-background-color p,
.entry .entry-content .has-light-gray-background-color h1,
.entry .entry-content .has-light-gray-background-color h2,
.entry .entry-content .has-light-gray-background-color h3,
.entry .entry-content .has-light-gray-background-color h4,
.entry .entry-content .has-light-gray-background-color h5,
.entry .entry-content .has-light-gray-background-color h6,
.entry .entry-content .has-light-gray-background-color a {
  color: #fff;
}

.entry .entry-content .has-white-background-color {
  color: #111;
}

.entry .entry-content .has-white-background-color p,
.entry .entry-content .has-white-background-color h1,
.entry .entry-content .has-white-background-color h2,
.entry .entry-content .has-white-background-color h3,
.entry .entry-content .has-white-background-color h4,
.entry .entry-content .has-white-background-color h5,
.entry .entry-content .has-white-background-color h6,
.entry .entry-content .has-white-background-color a {
  color: #111;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.entry .entry-content .has-secondary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.entry .entry-content .has-light-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.entry .entry-content .has-white-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.entry .entry-content .has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}

.entry .entry-content .has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}

.entry .entry-content .has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}

.entry .entry-content .has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}

.entry .entry-content .has-white-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

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

@media screen and (max-width: 767px) {
  html {
    font-size: 0.875rem;
  }
}

a {
  color: #000;
}

a:hover {
  color: #007991;
}

@media screen and (min-width: 768px) {
  a, button {
    transition: all .25s linear;
  }

  a:hover, button:hover {
    opacity: .75;
  }
}

body {
  font-size: 0.875rem;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

ul {
  list-style: none;
}

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

/*#########################################################

ユーティリティ

#########################################################*/
/* レスポンシブ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

/* ディスプレイ */
.dpn {
  display: none;
}

/* font */
.bold {
  font-weight: bold;
}

/* margin */
.mt0 {
  margin-top: 0 !important;
}

.mt0-5 {
  margin-top: .5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt1-5 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt2-5 {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt3-5 {
  margin-top: 3.5em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt4-5 {
  margin-top: 4.5em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt5-5 {
  margin-top: 5.5em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb0-5 {
  margin-bottom: .5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb1-5 {
  margin-bottom: 1.5em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb2-5 {
  margin-bottom: 2.5em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb3-5 {
  margin-bottom: 3.5em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb4-5 {
  margin-bottom: 4.5em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb5-5 {
  margin-bottom: 5.5em !important;
}

/* text-align */
.tacenter {
  text-align: center !important;
}

.taleft {
  text-align: left !important;
}

.taright {
  text-align: right !important;
}

/* font-size */
.fs-lg {
  font-size: 1rem;
}

.fs-xlg {
  font-size: 1.125rem;
}

.fs-sm {
  font-size: 0.75rem;
}

.fs-xsm {
  font-size: 0.625rem;
}

/* List */
.listTdot1 li {
  padding-left: 1em;
  position: relative;
}

.listTdot1 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*#########################################################

レイアウト

#########################################################*/
#page-container {
  position: relative;
}

@media screen and (min-width: 768px) {
  #page-container {
    min-width: 1200px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #page-container {
    padding-top: 11.7%;
  }
}

/* サイトヘッダ */
header#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

header#site-header .header-contact .header-contact_list>* {
  float: right;
  width: 60%;
}

@media screen and (min-width: 768px) {
  header#site-header .header-logo {
    padding-left: 20px;
  }

  header#site-header .header-logo img {
    width: 168px;
  }

  header#site-header .header-contact {
    width: 563px;
  }
}

@media screen and (max-width: 767px) {
  header#site-header .header-logo {
    width: 46.16%;
    padding-left: 4%;
  }

  header#site-header .header-logo img {
    width: 71.67%;
  }

  header#site-header .header-contact {
    width: 53.84%;
  }

  header#site-header .header-contact .header-contact_list>* {
    width: 50%;
  }
}

/* サイトフッタ */
footer#site-footer {
  background-color: #000;
  color: white;
  text-align: center;
  font-size: 0.875rem;
  padding: 24px 20px;
}

/*#########################################################

コンテンツ共通

#########################################################*/
.l-content .row {
  display: flex;
}

.l-content .title-lowerdeco {
  color: #007991;
  position: relative;
  text-align: center;
  margin: 40px 0 50px;
  padding: 15px 0;
}

.l-content .title-lowerdeco:after {
  content: "";
  display: block;
  width: 502px;
  height: 21px;
  background-image: url(../images/bg_title_lowerdeco.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.l-content .btn-normal {
  font-size: 1.125rem;
  color: white;
  background-color: #ff7b7b;
  padding: 8px 25px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
}

.l-content .btn-normal:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.l-content .btn-normal.-lg {
  width: 548px;
  padding: 18px 25px;
  font-size: 2rem;
}

.l-content .btn-normal.-lg:after {
  border-width: 5px 0 5px 8.7px;
  border-width: 7.5px 0 7.5px 13.0px;
  left: 32px;
}

.l-content .btn-normal.-green {
  background-color: #007991;
}

.l-content .btn-normal.-shadow {
  box-shadow: 0px 5px 0px 0px #ffffff;
}

.l-content .entry-unit {
  text-align: left;
}

.l-content .entry-unit .entry-unit_inner {
  background-color: white;
  padding: 40px 30px 50px;
  border-radius: 5px;
  border: 2px solid #ccc;
}

.l-content .entry-unit .row {
  justify-content: space-between;
  align-items: center;
}

.l-content .entry-unit .bg_entry {
  background: url(../images/bg_entry.jpg) repeat center;
  padding: 30px;
}

.l-content .entry-unit .entry-unit_book {
  width: 315px;
  text-align: right;
}

.l-content .entry-unit .entry-unit-contact {
  width: 590px;
  text-align: center;
}

.l-content .entry-unit .btn-normal.-sm {
  width: 267px;
  font-size: 1.0625rem;
}

.l-content .entry-unit .entry-unit-contact_top {
  margin-bottom: 25px;
  text-align: center;
}

.l-content .entry-unit .entry-unit-contact_middle {
  margin-top: 15px;
  padding: 40px 20px;
  line-height: 1.8;
  font-size: 1rem;
  background-color: #0f7389;
}

.l-content .entry-unit .entry-unit-contact_tel {
  width: 49%;
  height: 230px;
  margin-right: 1%;
  background-color: #edf6f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .entry-unit .entry-unit-contact_tel img {
  width: 246px;
}

.l-content .entry-unit .entry-unit-contact_catalog {
  width: 50%;
  height: 230px;
  background-color: #edf6f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-content .box-shadow {
  position: relative;
}

.l-content .box-shadow>* {
  position: relative;
  z-index: 2;
}

.l-content .box-shadow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(../images/bg_shadow.png) repeat;
  border-radius: 10px;
  z-index: 1;
}

.l-cv-btn {
  position: relative;
  text-align: center;
}

.l-cv-btn img {
  width: 830px;
}

.l-cv-btn::before {
  position: absolute;
  content: '';
  top: -75px;
  right: -75px;
  display: block;
  width: 160px;
  height: 160px;
  background-image: url(../images/icn_cv.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.l-cv-tokuten {
  border-top: 2px solid #646464;
  border-bottom: 2px solid #646464;
  margin: 40px 0 0;
  padding: 25px 35px 50px;
}

.l-cv-tokuten-box-catch {
  float: left;
  line-height: 1.45;
  margin-top: 3rem;
}

.l-cv-tokuten-box-catch span {
  font-weight: 700;
}

.l-cv-tokuten-box-catch .span01 {
  font-size: 2.0rem;
}

.l-cv-tokuten-box-catch .span02 {
  font-size: 3.0rem;
  color: #00738a;
  font-family: "Gothic MB101 DemiBold";
}

.l-cv-tokuten-box-catch .span03 {
  font-size: 3.0rem;
  font-family: "Gothic MB101 DemiBold";
}

.l-cv-tokuten-box-img {
  float: right;
}

.l-cv-tokuten-box-list {
  font-weight: 400;
  font-size: 0.85em;
  margin: -50px 0 0;
}

.l-cv-tokuten-box-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.l-cv-mendan {
  padding: 60px 0 0;
}

.l-cv-mendan-img {
  float: left;
  width: 300px;
}

.l-cv-mendan-txt {
  float: left;
  width: 550px;
  margin: 0 0 0 60px;
  line-height: 1.3;
}

.l-cv-mendan-txt-catch {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: "Gothic MB101 DemiBold";
  color: #00738A;
}

.l-cv-mendan-txt-catch span {
  color: #000000;
  font-size: 1.25rem;
}

.l-cv-mendan-txt-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.85rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-content .l-inner {
    width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-content .l-inner {
    padding-left: 4%;
    padding-right: 4%;
  }

  .l-content .row.-pc {
    display: block;
  }

  .l-content .title-lowerdeco {
    margin: 6.5% 0 9.5%;
    padding: 3.5% 0;
  }

  .l-content .title-lowerdeco:after {
    width: 100%;
    height: 15px;
    background-image: url(../images/bg_title_lowerdeco.png);
  }

  .l-content .btn-normal {
    font-size: 0.875rem;
    padding: 2.8% 3.6%;
  }

  .l-content .btn-normal:after {
    left: 7.5%;
  }

  .l-content .btn-normal.-lg {
    width: 100%;
    padding: 3.5%;
    font-size: 1rem;
  }

  .l-content .btn-normal.-lg:after {
    border-width: 5px 0 5px 8.7px;
    left: 5.8%;
  }

  .l-content .entry-unit {
    text-align: center;
  }

  .l-content .entry-unit .entry-unit_inner {
    padding: 5.2% 4%;
    border-radius: 10px;
    /*      border: none; */
  }

  .l-content .entry-unit .entry-unit_book {
    width: auto;
    margin-bottom: 4%;
    text-align: center;
  }

  .l-content .entry-unit .entry-unit-contact {
    width: auto;
  }

  .l-content .entry-unit .btn-normal.-sm {
    width: 72.46%;
    font-size: 0.875rem;
  }

  .l-content .entry-unit .entry-unit-contact_top {
    margin-bottom: 2.5%;
  }

  .l-content .entry-unit .entry-unit-contact_middle {
    height: auto;
  }

  .l-content .entry-unit .entry-unit-contact_middle {
    margin-bottom: 0;
    padding: 6.5% 2.8% 0;
    line-height: 1.8;
    font-size: 0.8125rem;
  }

  .l-content .entry-unit .entry-unit-contact_middle>*:first-child {
    margin-bottom: 1%;
  }

  .l-content .entry-unit .entry-unit-contact_tel {
    width: 50%;
    height: 120px;
    margin-right: 0;
  }

  .l-content .entry-unit .entry-unit-contact_tel p {
    font-size: 0.625rem;
  }

  .l-content .entry-unit .entry-unit-contact_tel .sp {
    width: 100%;
  }

  .l-content .entry-unit .entry-unit-contact_catalog {
    height: 120px;
  }

  .l-content .entry-unit .entry-unit-contact_bottom .btn-normal {
    width: 89.85%;
  }

  .l-content .entry-unit .entry-unit-contact_bottom .text-hour {
    color: #007991;
  }

  .l-content .entry-unit .entry-unit-contact_tel .btn-normal:after {
    width: 10.5px;
    height: 15.5px;
    background: url(../images/icon_tel.png) no-repeat 0 0;
    background-size: contain;
    border: none;
  }

  .l-content .box-shadow:after {
    top: 6px;
    left: 2%;
    background-size: 4.5px;
    width: 100%;
  }

  .entry-unit_inner {
    width: 100%;
    border: 3px solid #cccccc;
    margin: 0 auto;
  }

  .l-cv-btn::before {
    top: -75%;
    right: -8%;
    width: 18%;
    height: 112%;
    background-size: cover;
  }

  .l-cv-tokuten {
    margin: 5% 0 0;
    padding: 8% 3% 8%;
  }

  .l-cv-tokuten-box-catch {
    margin-top: 0%;
    width: 60%;
    text-align: left;
  }

  .l-cv-tokuten-box-catch span {
    font-weight: 700;
  }

  .l-cv-tokuten-box-catch .span01 {
    font-size: 1.0rem;
  }

  .l-cv-tokuten-box-catch .span02 {
    font-size: 1.5rem;
  }

  .l-cv-tokuten-box-catch .span03 {
    font-size: 1.5rem;
  }

  .l-cv-tokuten-box-img {
    width: 30%;
    margin: 0 5% 0 0;
  }

  .l-cv-tokuten-box-list {
    font-size: 0.85em;
    text-align: left;
    margin: 5% 0 0;
  }

  .l-cv-mendan {
    padding: 8% 0 0;
  }

  .l-cv-mendan-img {
    float: none;
    width: 65%;
    margin: 0 auto;
  }

  .l-cv-mendan-txt {
    float: none;
    width: 100%;
    margin: 5% 0 0 0;
    text-align: left;
  }

  .l-cv-mendan-txt-catch {
    font-size: 1.1rem;
    margin: 0 0 3%;
  }

  .l-cv-mendan-txt-list li {
    font-size: 0.70rem;
  }
}

/*#########################################################

メインイメージ

#########################################################*/
.visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .visual {
    margin-bottom: 4px;
  }

  .visual .visual-title img {
    width: 100%;
  }

  .visual .btn-seminar {
    position: absolute;
    top: 0;
    left: 0;
    width: 46.08%;
    margin: 25.5% 0 0 6.91%;
  }

  .visual .btn-seminar img {
    width: 100%;
  }
}

.mv-insentive-pc {
  position: absolute;
  top: 0;
  right: 0;
  width: 25.08%;
  margin: 1.5% 3% 0 0%;
}

/*#########################################################

ムービー

#########################################################*/
.movie {
  background: #ccc;
  text-align: center;
}

.movie .btn-play {
  width: 644px;
  height: 409px;
  position: relative;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  background-image: url(../images/movie_panel.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .movie {
    height: 560px;
    padding-top: 68px;
  }

  .movie .btn-play:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: background-color .15s linear;
  }

  .movie .btn-play:hover:before {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .movie {
    background: #ccc;
    padding: 7.46% 0 5.46%;
    margin-top: 2px;
  }

  .movie .btn-play {
    width: 85.86%;
    height: 0;
    padding-top: 54.53%;
  }
}

/*#########################################################

fuan

#########################################################*/
.fuan {
  padding: 60px 0;
}

.fuan .fuan-title {
  color: white;
  font-size: 2.0625rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.fuan .fuan-title span {
  display: block;
}

.fuan .fuan-title span em {
  background-color: #ff7b7b;
  display: inline-block;
  padding: 5px 20px;
  font-style: normal;
}

.fuan .fuan-title span+span {
  margin-top: 15px;
}

.fuan .fuan-image {
  text-align: center;
  margin-bottom: 50px;
}

.fuan .fuan-image img {
  width: 773px;
}

@media screen and (max-width: 767px) {
  .fuan {
    padding: 12% 0 3.33%;
  }

  .fuan .fuan-title {
    font-size: 1.125rem;
    margin-bottom: 3%;
  }

  .fuan .fuan-title span em {
    padding: 1.6% 3.2%;
  }

  .fuan .fuan-title span+span {
    margin-top: 2.6%;
  }

  .fuan .fuan-image {
    margin-bottom: 30px;
  }

  .fuan .fuan-image img {
    width: 82%;
  }
}

/*#########################################################

about

#########################################################*/
.about {
  padding: 0px 0 100px;
  background-image: url(../images/about_bg_seito.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.about .about-text {
  font-size: 1.125rem;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 40px;
}

.about .about-text span.yellow_bg {
  background: yellow;
  padding: 0 5px;
}

.about .about-title {
  color: white;
  font-size: 2.0625rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.about .about-title span {
  display: block;
}

.about .about-title span em {
  background-color: #ff7b7b;
  display: inline-block;
  padding: 5px 20px;
  font-style: normal;
}

.about .about-title span+span {
  margin-top: 15px;
}

.about .title-lowerdeco {
  font-size: 2.0625rem;
  margin-top: 0;
}

.about .about-image {
  text-align: center;
}

.about .about-image img {
  width: 773px;
}

.about .about-company {
  text-align: center;
}

.about .about-company img {
  width: 663px;
}

.about .about-btn {
  margin-top: 35px;
  justify-content: center;
}

.about .about-btn>* {
  margin: 0 8px;
}

.about .about-btn .btn-normal {
  width: 300px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 0% 0 11.33%;
    background: url(../images/about_bg_seito_sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }

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

  .about .about-title {
    font-size: 1.125rem;
    margin-bottom: 3%;
  }

  .about .about-title span em {
    padding: 1.6% 3.2%;
  }

  .about .about-title span+span {
    margin-top: 2.6%;
  }

  .about .about-image img {
    width: 82%;
  }

  .about .title-lowerdeco {
    font-size: 1.375rem;
  }

  .about .about-company img {
    width: 100%;
  }

  .about .about-btn {
    margin-top: 7.2%;
    text-align: center;
  }

  .about .about-btn>* {
    margin: 0 0 2.8%;
  }

  .about .about-btn .btn-normal {
    width: 62.3%;
  }
}

/*#########################################################

features

#########################################################*/
.features {
  background: url("../images/bg_features.jpg") repeat;
  text-align: center;
  padding: 6.5% 0;
}

.features .features-title {
  font-size: 1.875rem;
  color: #007991;
  margin-bottom: 2.8%;
}

.features .features-subtitle {
  font-size: 1.375rem;
  font-weight: bold;
  background-color: #ff7b7b;
  color: white;
  display: inline-block;
  margin-bottom: 2.6%;
  width: 410px;
  padding: 5px;
}

.features .features-list {
  color: #1ac4be;
  margin-bottom: 40px;
}

.features .features-list img {
  width: 974px;
}

.features .features-text {
  line-height: 2;
  font-size: 1.125rem;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .features .l-inner {
    position: relative;
  }

  .features .l-inner:after {
    content: "";
    display: block;
    width: 231px;
    height: 836px;
    background: url(../images/features_bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 650px;
    right: -83px;
  }
}

@media screen and (max-width: 767px) {
  .features {
    padding: 5% 0;
    background: #f3f3f3;
  }

  .features .l-inner {
    /*        padding: 0;*/
  }

  .features .features-title {
    font-size: 1.4375rem;
    margin-bottom: 1.5%;
    line-height: 1.3;
  }

  .features .features-subtitle {
    font-size: 1rem;
    margin-bottom: 0;
    width: auto;
    padding: 1% 6%;
  }

  .features .features-list {
    margin-bottom: 4.5%;
  }

  .features .features-list img {
    width: 97.33%;
    margin-left: 1.5%;
  }

  .features .features-text {
    line-height: 1.8;
    font-size: 0.8125rem;
  }
}

/*#########################################################

fulfilling

#########################################################*/
.fulfilling .fulfilling-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.fulfilling .fulfilling-title img {
  width: 902px;
  -webkit-transform: translate(-46px, 0);
  transform: translate(-46px, 0);
}

.fulfilling .fulfilling-list {
  flex-wrap: wrap;
}

.fulfilling .fulfilling-list .fulfilling-list_item {
  width: 25%;
  text-align: center;
  padding: 52px 15px 0;
  position: relative;
  font-size: 1rem;
}

.fulfilling .fulfilling-list .fulfilling-list_item:first-child {
  background: none;
}

.fulfilling .fulfilling-list .fulfilling-list_item:before {
  content: "";
  display: block;
  width: 125px;
  height: 35px;
  background: url(../images/fulfilling_point.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.fulfilling .fulfilling-list .fulfilling-list_item .fulfilling-list_text {
  line-height: 2;
}

.fulfilling .fulfilling-list .fulfilling-list_item .fulfilling-list_illust {
  margin-top: 35px;
}

.fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list01 .fulfilling-list_illust img {
  width: 115px;
}

.fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list02 .fulfilling-list_illust img {
  width: 121px;
}

.fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list03 .fulfilling-list_illust img {
  width: 74.5px;
}

.fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list04 .fulfilling-list_illust img {
  width: 115px;
}

@media screen and (min-width: 768px) {
  .fulfilling {
    padding: 30px 0;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item {
    background: url(../images/fulfilling_list_bg.png) repeat-y 0 0;
  }
}

@media screen and (max-width: 767px) {
  .fulfilling {
    margin-top: 3.33%;
    margin-bottom: 6%;
  }

  .fulfilling .l-inner {
    padding: 0;
  }

  .fulfilling .fulfilling-title {
    text-align: left;
    margin-bottom: 6%;
  }

  .fulfilling .fulfilling-title img {
    width: 91.33%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .fulfilling .fulfilling-list {
    flex-wrap: wrap;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item {
    width: 50%;
    padding: 8.5% 10px 0;
    margin-bottom: 12%;
    font-size: 0.75rem;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item:nth-child(2n) {
    background: url(../images/fulfilling_list_bg.png) repeat-y 0 0;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item:before {
    width: 88px;
    height: 25px;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item .fulfilling-list_text {
    line-height: 2;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item .fulfilling-list_illust {
    margin-top: 12%;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list01 .fulfilling-list_illust img {
    width: 80px;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list02 .fulfilling-list_illust img {
    width: 85px;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list03 .fulfilling-list_illust img {
    width: 53px;
  }

  .fulfilling .fulfilling-list .fulfilling-list_item.fulfilling-list04 .fulfilling-list_illust img {
    width: 70px;
  }
}

/*#########################################################

seminar-entry

#########################################################*/
.seminar-entry {
  background: url(../images/bg_features.jpg) repeat center top;
  padding: 45px 0 45px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.seminar-entry .seminar-entry_title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.seminar-entry .seminar-entry_text {
  font-size: 1.125rem;
}

.seminar-entry .seminar-entry_btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .seminar-entry {
    padding: 6% 0 6%;
  }

  .seminar-entry .seminar-entry_title {
    font-size: 1.3125rem;
    margin-bottom: 3%;
  }

  .seminar-entry .seminar-entry_text {
    font-size: 0.75rem;
  }

  .seminar-entry .seminar-entry_btn {
    margin-top: 6%;
  }
}

/*#########################################################

lecturer

#########################################################*/
.lecturer {
  background: white;
  padding: 45px 0;
}

.lecturer .title-lowerdeco {
  font-size: 2.0625rem;
}

.lecturer .lecturer_item {
  background-color: white;
  padding: 25px;
  background: white url(../images/lecturer_bg_base.png) no-repeat right bottom;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.lecturer .lecturer_item.box-shadow:after {
  top: 6px;
  left: 6px;
}

.lecturer .lecturer_item .lecturer-image {
  width: 190px;
}

.lecturer .lecturer_item .lecturer-content {
  width: 735px;
}

.lecturer .lecturer_item .lecturer-title {
  font-size: 1.5rem;
  color: #ff7b7b;
  margin-bottom: 18px;
  line-height: initial;
}

.lecturer .lecturer_item .lecturer-inner-tag {
  background-color: #007991;
  display: inline-block;
  flex-shrink: 0;
  color: white;
  font-size: 1.875rem;
  padding: 8px 25px;
  margin-right: 20px;
}

.lecturer .lecturer_item .lecturer-data {
  align-items: center;
  margin-bottom: 15px;
}

.lecturer .lecturer_item .lecturer-name {
  font-size: 1.625rem;
  line-height: 1.2;
}

.lecturer .lecturer_item .lecturer-name span:first-child {
  font-size: 1.125rem;
}

.lecturer .lecturer_item .lecturer-name span:last-child {
  font-size: 1rem;
}

.lecturer .lecturer_item .lecturer-text {
  font-size: 0.75rem;
  line-height: 2;
}

.lecturer .lecturer_item+.lecturer_item {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .lecturer {
    padding: 3.33% 0;
  }

  .lecturer .title-lowerdeco {
    font-size: 1.375rem;
  }

  .lecturer .lecturer_item {
    padding: 12px 16px 20px;
    background: white url(../images/lecturer_bg_base.png) no-repeat right bottom;
    justify-content: space-between;
    clear: both;
  }

  .lecturer .lecturer_item.box-shadow:after {
    top: 6px;
    left: 6px;
  }

  .lecturer .lecturer_item .lecturer-image {
    width: 95px;
    flex-shrink: 0;
    float: left;
    margin-right: 12px;
    margin-bottom: 2%;
  }

  .lecturer .lecturer_item .lecturer-content {
    width: auto;
  }

  .lecturer .lecturer_item .lecturer-title {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }

  .lecturer .lecturer_item .lecturer-inner-tag {
    font-size: 0.9375rem;
    padding: 4px 12px;
    margin-right: 8px;
  }

  .lecturer .lecturer_item .lecturer-data {
    align-items: center;
    margin-bottom: 2%;
  }

  .lecturer .lecturer_item .lecturer-name {
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .lecturer .lecturer_item .lecturer-name span:first-child {
    font-size: 0.625rem;
  }

  .lecturer .lecturer_item .lecturer-name span:last-child {
    font-size: 0.625rem;
  }

  .lecturer .lecturer_item .lecturer-text {
    font-size: 0.625rem;
    line-height: 2;
    clear: both;
    margin-top: 2%;
  }

  .lecturer .lecturer_item+.lecturer_item {
    margin-top: 45px;
  }
}

/*#########################################################

success

#########################################################*/
.success {
  padding: 0px 0 50px;
  text-align: center;
}

.success .bg_white {
  background-color: white;
  padding: 70px 0 30px;
}

.success .bg_gray {
  background-color: #f5f5f5;
  padding: 50px 0 70px;
}

.success .success-title {
  margin-bottom: 20px;
}

.success .success-title img {
  width: 428px;
}

.success .success-text {
  font-size: 1.125rem;
  margin-bottom: 35px;
}

.success .success_content {
  background-color: white;
  padding: 45px 52px;
}

@media screen and (max-width: 767px) {
  .success .bg_white {
    padding: 50px 0 30px;
  }
}

/*#########################################################

center-entry

#########################################################*/
.center-entry {
  background: url(../images/bg_features.jpg) repeat center top;
  padding: 90px 0;
}

.center-entry .tit_jprEntry,
.center-entry .tit_entry {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .center-entry {
    padding: 60px 0;
  }

  .center-entry .tit_jprEntry,
  .center-entry .tit_entry {
    margin-bottom: 35px;
    text-align: center;
  }
}

/*#########################################################

merit

#########################################################*/
.merit {
  padding-top: 80px;
  text-align: center;
}

.merit .merit_title {
  margin-bottom: 20px;
  position: relative;
}

.merit .merit_title img {
  width: 394px;
}

.merit .merit_title:before, .merit .merit_title:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.merit .merit_title:before {
  background-image: url(../images/merit_title_bg_label.png);
  top: 50%;
  left: 50%;
  width: 127px;
  height: 127px;
  -webkit-transform: translate(-339px, -50%);
  transform: translate(-339px, -50%);
}

.merit .merit_title:after {
  background-image: url(../images/merit_title_bg_sensei.png);
  width: 363px;
  height: 318px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(223px, -170px);
  transform: translate(223px, -170px);
}

.merit .merit_content {
  background-image: url(../images/bg_line.png);
  background-size: 11px 11px;
  position: relative;
  z-index: 2;
  padding: 90px 0 32px;
}

.merit .merit_content .merit_item {
  padding: 25px;
  background-color: white;
  width: 516px;
  height: 350px;
  margin: 0 6px;
  text-align: left;
}

.merit .merit_content .merit_item .merit_item_head {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 25px;
}

.merit .merit_content .merit_item .merit_item_head span {
  display: block;
  text-align: center;
}

.merit .merit_content .merit_item .merit_item_head span:first-child {
  width: 55%;
  background-color: #00a0c0;
}

.merit .merit_content .merit_item .merit_item_head span:last-child {
  width: 45%;
  background-color: #007991;
}

.merit .merit_content .merit_item .merit_item_subtitle {
  font-size: 1.125rem;
  color: #ff7b7b;
}

.merit .merit_content .merit_item .merit_item_title {
  font-size: 2.25rem;
  color: #007991;
  margin-bottom: 5px;
  line-height: 1.2;
}

.merit .merit_content .merit_nav {
  margin-top: 32px;
}

.merit .merit_content .merit_nav img {
  width: 162px;
}

.merit .merit_content .merit_nav .row {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .merit {
    overflow-x: hidden;
    padding-top: 85px;
    text-align: center;
    margin-top: -30px;
  }

  .merit .merit_title {
    margin-bottom: 20px;
    position: relative;
  }

  .merit .merit_title img {
    width: 215px;
    padding-right: 20px;
  }

  .merit .merit_title:before, .merit .merit_title:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }

  .merit .merit_title:before {
    background-image: url(../images/merit_title_bg_label.png);
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-280%, -50%);
    transform: translate(-280%, -50%);
  }

  .merit .merit_title:after {
    background-image: url(../images/merit_title_bg_sensei.png);
    width: 210px;
    height: 240px;
    top: 0;
    left: 40%;
    -webkit-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
  }

  .merit .merit_content {
    position: relative;
    z-index: 2;
    padding: 50% 0 4.26vw;
  }

  .merit .merit_content .merit_item {
    padding: 3.33vw;
    background-color: white;
    width: 68.8vw;
    height: 70vw;
    text-align: left;
    margin: 0 1vw;
  }

  .merit .merit_content .merit_item .merit_item_head {
    font-size: 2.66vw;
    color: white;
    margin-bottom: 3.33vw;
  }

  .merit .merit_content .merit_item .merit_item_head span {
    display: block;
    text-align: center;
  }

  .merit .merit_content .merit_item .merit_item_head span:first-child {
    width: 55%;
    background-color: #00a0c0;
  }

  .merit .merit_content .merit_item .merit_item_head span:last-child {
    width: 45%;
    background-color: #007991;
  }

  .merit .merit_content .merit_item .merit_item_subtitle {
    font-size: 2.66vw;
    color: #ff7b7b;
  }

  .merit .merit_content .merit_item .merit_item_title {
    font-size: 5.6vw;
    color: #007991;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .merit .merit_content .merit_nav {
    margin-top: 32px;
  }

  .merit .merit_content .merit_nav li {
    width: 44.4%;
    margin: 1%;
  }

  .merit .merit_content .merit_nav img {
    width: 100%;
  }

  .merit .merit_content .merit_nav .row {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/*#########################################################

point

#########################################################*/
.point {
  padding: 100px 0 0;
}

.point .point-title {
  text-align: center;
  margin-bottom: 80px;
}

.point .point-subtitle span {
  display: block;
  color: white;
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.point .point-subtitle span em {
  background-color: #ff7b7b;
  font-style: normal;
  display: inline-block;
  padding: 2px 15px;
}

.point .point-memo {
  padding-left: 28.83%;
  line-height: 1.6;
  position: relative;
  margin-bottom: 20px;
}

.point .point-memo:before {
  content: "";
  display: block;
  background: url(../images/bg_line.png);
  background-size: 11px 11px;
  width: 83.33%;
  height: 250px;
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 1;
}

.point .point-memo:after {
  content: "";
  display: block;
  background-image: url(../images/point_bg_seito01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 510px;
  height: 756px;
  position: absolute;
  top: -48px;
  right: 6.41%;
  z-index: 2;
}

.point .point-memo .point-memo_inner {
  position: relative;
  z-index: 3;
}

.point .point-memo .point-subtitle {
  margin-bottom: 30px;
}

.point .point-memo .point-text {
  margin-left: 80px;
  font-size: 1.125rem;
}

.point .point-memo .text-pink {
  color: #ff7b7b;
}

.point .point-type {
  background: url(../images/bg_line.png);
  background-size: 11px 11px;
  width: 988px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  top: 132px;
  padding: 50px 0 40px;
  text-align: center;
}

.point .point-type .point-subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.point .point-type .point-type_item01 img {
  width: 940px;
}

.point .point-type .point-type_item02 {
  margin-top: 20px;
}

.point .point-type .point-type_item02 img {
  width: 940px;
}

.point .point-summary {
  background-color: #f8f8f8;
  padding: 170px 0 145px;
  position: relative;
}

.point .point-summary:after {
  content: "";
  display: block;
  width: 301px;
  height: 444px;
  background: url(../images/point_bg_seito02.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 140px;
}

.point .point-summary .point-summary-text01 {
  font-size: 1.875rem;
  padding: 0 170px;
  margin-bottom: 45px;
}

.point .point-summary .point-summary-text01 span {
  background-color: #ff7b7b;
  display: inline-block;
  padding: 0 10px;
  margin-right: 3px;
  color: white;
}

.point .point-summary .point-summary-text02 {
  border: 5px solid #999999;
  padding: 30px 60px;
  background-color: white;
  margin-bottom: 70px;
  font-size: 1.625rem;
}

.point .point-summary .point-summary-text02 span {
  font-size: 3rem;
  display: inline-block;
}

.point .point-summary em.underline {
  position: relative;
  font-style: normal;
}

.point .point-summary em.underline:after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #ff7b7b;
}

.point .point-summary .point-summary-more {
  padding-right: 90px;
}

.point .point-summary .point-summary-more .point-summary-more_text01 {
  font-size: 1.5rem;
  background-color: #ff7b7b;
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 15px;
  color: white;
}

.point .point-summary .point-summary-more .point-summary-more_text02 {
  font-size: 2.5rem;
  line-height: 1.45;
}

@media screen and (max-width: 1366px) {
  .point .point-memo {
    padding-left: 13.83%;
  }
}

@media screen and (max-width: 767px) {
  .point {
    padding: 45px 0 0;
  }

  .point .point-title {
    margin-bottom: 30px;
    padding: 0 4%;
  }

  .point .point-subtitle span {
    font-size: 0.9375rem;
    margin-bottom: 4px;
  }

  .point .point-subtitle span em {
    padding: 2px 6px;
  }

  .point .point-memo {
    padding: 0 113px 12px 4%;
    margin-bottom: 35px;
    overflow: inherit;
    background: url(../images/bg_line.png);
    background-size: 11px 11px;
  }

  .point .point-memo:before {
    display: none;
  }

  .point .point-memo:after {
    background-image: url(../images/point_bg_seito01_sp.png);
    width: 155px;
    height: 175px;
    top: inherit;
    right: 0;
    bottom: 0;
  }

  .point .point-memo .point-memo_inner {
    position: relative;
    z-index: 3;
  }

  .point .point-memo .point-subtitle {
    margin-bottom: 0;
    position: relative;
    top: -10px;
  }

  .point .point-memo .point-text {
    margin-left: 0;
    font-size: 0.75rem;
  }

  .point .point-type {
    width: auto;
    margin: 0 0 20px;
    top: 0;
    padding: 25px 4%;
  }

  .point .point-type .point-type_item01 img {
    width: 100%;
  }

  .point .point-type .point-type_item02 {
    margin-top: 15px;
  }

  .point .point-type .point-type_item02 img {
    width: 100%;
  }

  .point .point-summary {
    padding: 18px 4% 8vw;
  }

  .point .point-summary:after {
    width: 127px;
    height: 271px;
    bottom: 0;
    right: 0;
    left: inherit;
    margin-left: 0;
  }

  .point .point-summary .point-summary-text01 {
    font-size: 1.0625rem;
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }

  .point .point-summary .point-summary-text01 span {
    padding: 0 5px;
  }

  .point .point-summary .point-summary-text02 {
    border: 3px solid #999999;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
    font-size: 1.0625rem;
  }

  .point .point-summary .point-summary-text02 span {
    font-size: 1.6875rem;
  }

  .point .point-summary em.underline:after {
    height: 3px;
    bottom: -3px;
  }

  .point .point-summary .point-summary-more .point-summary-more_text01 {
    font-size: 1rem;
    margin-bottom: 6px;
    padding: 3px 10px;
    line-height: 1.3;
  }

  .point .point-summary .point-summary-more .point-summary-more_text02 {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}

.point+.seminar-entry {
  position: relative;
}

@media screen and (min-width: 768px) {
  .point+.seminar-entry {
    top: -52px;
  }
}

@media screen and (max-width: 767px) {
  .point+.seminar-entry {
    top: -8vw;
  }
}

/*#########################################################

support

#########################################################*/
.support {
  padding-top: 60px;
  text-align: center;
  background-image: url(../images/support_bg_en.png);
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size: 105px auto;
}

.support .support-title {
  margin-bottom: 12px;
}

.support .support-title img {
  width: 519px;
}

.support .support-subtitle {
  margin-bottom: 30px;
}

.support .support-subtitle img {
  width: 845px;
}

.support .support-text01 {
  font-size: 2.25rem;
  margin-bottom: 30px;
}

.support .support-text01 span {
  display: block;
  margin-bottom: 6px;
}

.support .support-text01 span em {
  font-style: normal;
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 5px 15px;
}

.support .support-text02 {
  margin-bottom: 60px;
  font-size: 1.25rem;
}

.support .support-pack {
  padding: 70px 0 60px;
  background: url(../images/bg_features.jpg) repeat center top;
  position: relative;
}

.support .support-pack .support-pack_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.support .support-pack .support-pack_title span {
  font-size: 1.9375rem;
  background-color: #e6556c;
  color: white;
  display: inline-block;
  padding: 0 15px;
}

.support .support-pack .support-pack_items {
  display: flex;
  justify-content: space-between;
}

.support .support-pack .support-pack_items .support-pack_item img {
  width: 194px;
}

.support .support-consulting {
  text-align: left;
  position: relative;
  overflow: hidden;
}

.support .support-consulting .l-inner {
  position: relative;
  padding: 70px 0 160px;
  z-index: 2;
}

.support .support-consulting .l-inner:before {
  content: "";
  display: block;
  background: url(../images/bg_line.png);
  background-size: 11px 11px;
  width: 2000px;
  height: 473px;
  position: absolute;
  top: 113px;
  left: 66px;
  z-index: 1;
}

.support .support-consulting .l-inner:after {
  content: "";
  display: block;
  width: 559px;
  height: 691px;
  background-image: url(../images/point_bg_sensei.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 175px;
  z-index: 3;
}

.support .support-consulting .support-consulting_title {
  margin-left: 12px;
  position: relative;
  z-index: 3;
}

.support .support-consulting .support-consulting_title span {
  display: block;
  margin-bottom: 10px;
}

.support .support-consulting .support-consulting_title span em {
  display: inline-block;
  background-color: #e6556c;
  color: white;
  font-size: 2.5rem;
  padding: 0 15px;
  font-style: normal;
}

.support .support-consulting .support-consulting_textbox {
  padding: 0 320px 0 115px;
  position: relative;
  z-index: 3;
}

.support .support-consulting .support-consulting_text01 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.support .support-consulting .support-consulting_subtitle {
  font-size: 1.875rem;
  margin-bottom: 10px;
  color: #ff7b7b;
  line-height: 1.5;
}

.support .support-consulting .support-consulting_text02 {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .support {
    padding-top: 40px;
    background: none;
  }

  .support .support-title {
    margin-bottom: 20px;
  }

  .support .support-title img {
    width: 81.06%;
  }

  .support .support-subtitle {
    margin-bottom: 18px;
  }

  .support .support-subtitle img {
    width: 92%;
  }

  .support .support-text01 {
    font-size: 1.25rem;
    margin-bottom: 18px;
  }

  .support .support-text01 span {
    display: block;
    margin-bottom: 3px;
  }

  .support .support-text01 span em {
    font-style: normal;
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 3px 8px;
  }

  .support .support-text02 {
    margin-bottom: 50px;
    font-size: 0.875rem;
  }

  .support .support-pack {
    padding: 55px 0 18px;
  }

  .support .support-pack .support-pack_title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }

  .support .support-pack .support-pack_title span {
    font-size: 1.25rem;
  }

  .support .support-pack .support-pack_items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .support .support-pack .support-pack_items .support-pack_item {
    margin: 2.1% 1.8%;
    width: 25.86%;
  }

  .support .support-pack .support-pack_items .support-pack_item img {
    width: 100%;
  }

  .support .support-consulting {
    padding: 50px 4% 20px;
    overflow: hidden;
  }

  .support .support-consulting .l-inner {
    padding: 0;
    background: url(../images/bg_line.png);
    background-size: 11px 11px;
  }

  .support .support-consulting .l-inner:before {
    display: none;
  }

  .support .support-consulting .l-inner:after {
    width: 106px;
    height: 327px;
    background-image: url(../images/point_bg_sensei_sp.png);
    bottom: -20px;
    left: inherit;
    right: -4%;
    margin-left: 0;
  }

  .support .support-consulting .support-consulting_title {
    margin-left: 0;
    position: relative;
    top: -25px;
    left: -4%;
  }

  .support .support-consulting .support-consulting_title span {
    display: block;
    margin-bottom: 5px;
  }

  .support .support-consulting .support-consulting_title span em {
    font-size: 1.25rem;
    padding: 0 10px 0 20px;
  }

  .support .support-consulting .support-consulting_textbox {
    padding: 0 85px 20px 12px;
  }

  .support .support-consulting .support-consulting_text01 {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }

  .support .support-consulting .support-consulting_subtitle {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  .support .support-consulting .support-consulting_text02 {
    font-size: 0.75rem;
  }
}

/*#########################################################

performance

#########################################################*/
.performance {
  position: relative;
}

.performance:before {
  position: absolute;
  content: "";
  display: block;
  width: 104px;
  height: 928.5px;
  background-image: url(../images/performance_bg_en.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 64px;
  left: 0;
}

.performance .performance-title {
  background-color: #007991;
  height: 314px;
  text-align: center;
  padding-top: 70px;
}

.performance .performance-title img {
  width: 738px;
}

.performance .performance_subtitle {
  text-align: center;
  margin-top: 70px;
}

.performance .performance_subtitle img {
  width: 727px;
}

.performance .performance_contents {
  padding: 80px 82px 0 112px;
}

.performance .performance_contents .performance_contents-item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 85px;
}

.performance .performance_contents .performance_contents-item .performance_contents-item_body {
  width: 674px;
  background-color: #f4f4f4;
}

.performance .performance_contents .performance_contents-item .performance_contents-title {
  height: 105px;
  position: relative;
  background-color: #ccc;
  border-top: solid 38px #067992;
}

.performance .performance_contents .performance_contents-item .performance_contents-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.performance .performance_contents .performance_contents-item .performance_contents-title img {
  width: 295px;
  position: absolute;
  top: -80px;
  left: -156px;
}

.performance .performance_contents .performance_contents-item .performance_contents-text {
  min-height: 215px;
  padding: 30px 30px 25px 170px;
  line-height: 2;
  font-size: 1rem;
}

.performance .performance_contents .performance_contents-item .performance_contents-text span {
  font-size: 0.875rem;
}

.performance .performance_contents .performance_contents-item.performance_contents-item01 .performance_contents-title:after {
  left: 268px;
  width: 264px;
  height: 250px;
  background-image: url(../images/performance_bg_seito01.png);
}

.performance .performance_contents .performance_contents-item.performance_contents-item02 {
  justify-content: flex-start;
}

.performance .performance_contents .performance_contents-item.performance_contents-item02 .performance_contents-title:after {
  left: 140px;
  width: 205px;
  height: 239px;
  background-image: url(../images/performance_bg_seito02.png);
}

.performance .performance_contents .performance_contents-item.performance_contents-item02 .performance_contents-title img {
  left: inherit;
  right: -150px;
}

.performance .performance_contents .performance_contents-item.performance_contents-item02 .performance_contents-text {
  padding: 30px 160px 25px 42px;
}

.performance .performance_contents .performance_contents-item.performance_contents-item03 .performance_contents-title:after {
  left: 220px;
  width: 421px;
  height: 231px;
  background-image: url(../images/performance_bg_seito03.png);
}

.performance .performance-simple {
  margin-top: 95px;
  overflow: hidden;
}

.performance .performance-simple .l-inner {
  position: relative;
  padding-bottom: 60px;
}

.performance .performance-simple .l-inner:before {
  content: "";
  display: block;
  background-color: #ccc;
  width: 2000px;
  height: 191px;
  position: absolute;
  top: 0;
  right: 62px;
}

.performance .performance-simple .performance-simple_content {
  padding-left: 90px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.performance .performance-simple .performance-simple_en {
  margin-bottom: 35px;
}

.performance .performance-simple .performance-simple_en img {
  width: 775px;
}

.performance .performance-simple .performance-simple_title {
  margin-bottom: 40px;
}

.performance .performance-simple .performance-simple_title span {
  display: block;
  margin-bottom: 6px;
}

.performance .performance-simple .performance-simple_title span em {
  font-style: normal;
  display: inline-block;
  background-color: #ff7b7b;
  font-size: 2.0625rem;
  color: white;
  padding: 0 20px;
}

.performance .performance-simple .performance-simple_text {
  line-height: 2.2;
  font-size: 1.125rem;
  margin-bottom: 35px;
}

.performance .performance-simple .performance-simple_text span {
  background-color: #ffc9c9;
  padding: 3px 0;
}

.performance .performance-simple .performance-simple_image img {
  width: 773px;
}

@media screen and (max-width: 767px) {
  .performance:before {
    display: none;
  }

  .performance .performance-title {
    height: auto;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .performance .performance-title img {
    width: 92%;
  }

  .performance .performance_subtitle {
    margin-top: 30px;
  }

  .performance .performance_subtitle img {
    width: 69.27%;
  }

  .performance .performance_contents {
    padding: 30px 0 25px;
  }

  .performance .performance_contents .performance_contents-item {
    position: relative;
    display: block;
    margin-top: 95px;
  }

  .performance .performance_contents .performance_contents-item .performance_contents-item_body {
    width: auto;
    background-color: #f4f4f4;
  }

  .performance .performance_contents .performance_contents-item .performance_contents-title {
    height: 53px;
    border-top: solid 19px #067992;
  }

  .performance .performance_contents .performance_contents-item .performance_contents-title:after {
    background-size: contain;
  }

  .performance .performance_contents .performance_contents-item .performance_contents-title img {
    width: 147.5px;
    top: -96px;
    left: 24px;
  }

  .performance .performance_contents .performance_contents-item .performance_contents-text {
    min-height: auto;
    padding: 25px 12px 10px 12px;
    font-size: 0.75rem;
  }

  .performance .performance_contents .performance_contents-item .performance_contents-text span {
    font-size: 0.625rem;
  }

  .performance .performance_contents .performance_contents-item.performance_contents-item01 .performance_contents-title:after {
    right: 22px;
    width: 132px;
    height: 125px;
    left: inherit;
  }

  .performance .performance_contents .performance_contents-item.performance_contents-item02 .performance_contents-title:after {
    left: 11px;
    width: 102px;
    height: 120px;
  }

  .performance .performance_contents .performance_contents-item.performance_contents-item02 .performance_contents-title img {
    right: 25px;
  }

  .performance .performance_contents .performance_contents-item.performance_contents-item02 .performance_contents-text {
    padding: 25px 12px 10px 12px;
  }

  .performance .performance_contents .performance_contents-item.performance_contents-item03 .performance_contents-title:after {
    right: -10px;
    width: 210px;
    height: 115px;
    left: inherit;
  }

  .performance .performance-simple {
    margin-top: 0;
  }

  .performance .performance-simple .l-inner {
    padding-bottom: 10px;
  }

  .performance .performance-simple .l-inner:before {
    width: 100%;
    height: 95px;
    top: 0;
    right: 0;
  }

  .performance .performance-simple .performance-simple_content {
    padding-left: 0;
    padding-top: 27px;
  }

  .performance .performance-simple .performance-simple_en {
    margin-bottom: 15px;
  }

  .performance .performance-simple .performance-simple_en img {
    width: 100%;
  }

  .performance .performance-simple .performance-simple_title {
    margin-bottom: 12px;
  }

  .performance .performance-simple .performance-simple_title span {
    margin-bottom: 4px;
  }

  .performance .performance-simple .performance-simple_title span em {
    font-size: 1.125rem;
    padding: 0 15px;
  }

  .performance .performance-simple .performance-simple_text {
    line-height: 1.6;
    font-size: 0.75rem;
    margin-bottom: 30px;
  }

  .performance .performance-simple .performance-simple_image {
    text-align: center;
  }

  .performance .performance-simple .performance-simple_image img {
    width: 82%;
  }
}

/*#########################################################

step

#########################################################*/
.step {
  padding: 105px 0 65px;
  text-align: center;
}

.step .step-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.step .step-title:before, .step .step-title:after {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.step .step-title:before {
  background-image: url(../images/step_bg_seito01.png);
  top: 0;
  left: -20px;
  display: none;
}

.step .step-title:after {
  background-image: url(../images/step_bg_seito02.png);
  top: 0;
  right: -38px;
  display: none;
}

.step .step-title img {
  width: 595px;
}

@media screen and (max-width: 767px) {
  .step {
    padding: 40px 0;
    text-align: center;
  }

  .step .step-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
  }

  .step .step-title:before, .step .step-title:after {
    display: none;
  }

  .step .step-title img {
    width: 595px;
  }

  .step .step-image {
    overflow-x: scroll;
  }

  .step .step-image img {
    max-width: 1000px;
    width: auto;
  }
}

/*#########################################################

owner

#########################################################*/
.owner {
  margin: 65px 0 110px;
}

@media screen and (max-width: 767px) {
  .owner {
    margin: 0px 0 65px;
  }
}

/*#########################################################

faq

#########################################################*/
/*p-qa-box*/
.faq {
  padding-bottom: 40px;
  text-align: center;
}

.faq .faq-title {
  background-color: #027d94;
  display: inline-block;
  padding: 12px 50px;
  color: white;
  font-size: 1.8125rem;
  border-radius: 50px;
}

.faq .faq-item {
  padding: 40px 0;
  text-align: left;
  border-bottom: 1px solid #e8e5cd;
}

.faq .faq-item .faq-a .row {
  align-items: top;
}

.faq .faq-item .faq-q {
  margin-bottom: 25px;
}

.faq .faq-item .faq-q .row {
  align-items: center;
}

.faq .faq-item .faq-q_text {
  font-size: 1.5rem;
}

.faq .faq-item .faq-a_text {
  font-size: 0.875rem;
  line-height: 2;
}

.faq .faq-item .orange-text {
  color: #d96642;
}

.faq .faq-item .faq-a_image_risk {
  margin-top: 30px;
  text-align: center;
}

.faq .faq-item .faq-a_image_risk img {
  max-width: 450px;
}

.faq .faq-item .icon {
  flex-shrink: 0;
  margin-right: 15px;
  flex-basis: 75px;
}

.faq .faq-item .icon img {
  width: 56px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .faq .l-inner {
    padding: 0;
  }

  .faq .faq-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .faq .faq-item {
    text-align: left;
    padding: 0;
    border: none;
  }

  .faq .faq-item .faq-a {
    padding: 15px 10px;
    display: none;
  }

  .faq .faq-item .faq-q {
    margin-bottom: 0;
    background-color: #f5f5f5;
    padding: 15px 40px 15px 10px;
    position: relative;
    line-height: 1.5;
  }

  .faq .faq-item .faq-q:before {
    content: "";
    display: block;
    position: absolute;
    top: 36%;
    right: 3.5%;
    width: 18px;
    height: 18px;
    transition: all .2s linear;
    border-top: 4px solid #bfbfbf;
    border-right: 4px solid #bfbfbf;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq .faq-item .faq-q_text {
    font-size: 0.9375rem;
  }

  .faq .faq-item .faq-a_text {
    font-size: 0.75rem;
    line-height: 2;
  }

  .faq .faq-item .orange-text {
    color: #d96642;
  }

  .faq .faq-item .faq-a_image_risk {
    margin-top: 30px;
  }

  .faq .faq-item .faq-a_image_risk img {
    width: 80%;
    max-width: 100%;
  }

  .faq .faq-item .icon {
    flex-shrink: 0;
    margin-right: 5px;
    flex-basis: 45px;
  }

  .faq .faq-item .icon img {
    width: 38px;
    vertical-align: bottom;
  }
}

.faq-q {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  div {
    padding: 0;
  }

  .faq-q {
    pointer-events: all;
    width: 100%;
  }

  .faq-a {
    display: none;
    width: 80%;
  }
}

/*#########################################################

onestop

#########################################################*/
.onestop {
  margin-top: 100px;
  background-image: url(../images/onestop_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  color: white;
}

.onestop .l-inner {
  position: relative;
  min-height: 380px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.onestop .l-inner:after {
  content: "";
  display: block;
  width: 512px;
  height: 477px;
  background-image: url(../images/onestop_bg_sensei.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -25px;
}

.onestop .onestop-logo {
  margin: 0 0 40px 143px;
}

.onestop .onestop-logo img {
  width: 210px;
}

.onestop .onestop-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.onestop .onestop-text {
  font-size: 1rem;
  line-height: 1.875;
}

.onestop .onestop-text b {
  font-size: 1.375rem;
}

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

  .onestop .l-inner {
    min-height: inherit;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .onestop .l-inner:after {
    width: 140px;
    height: 245px;
    background-image: url(../images/onestop_bg_sensei_sp.png);
    right: 0;
  }

  .onestop .onestop-logo {
    margin: 0 0 10px 0;
  }

  .onestop .onestop-logo img {
    width: 139.5px;
  }

  .onestop .onestop-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .onestop .onestop-text {
    padding-right: 120px;
    font-size: 0.625rem;
  }

  .onestop .onestop-text b {
    font-size: 0.875rem;
  }
}

/*#########################################################

bottom-contact

#########################################################*/
.bottom-entry {
  background-color: #004653;
  padding: 70px 0;
}

/*#########################################################

slick

#########################################################*/
.merit .slide-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  top: -70px; }

  .merit .slide-dots li {
    margin: 0 5px; }


.merit .slide-dots li button {
  width: 162px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
   text-indent: -9999px;

}

.merit .slide-dots li button#slick-slide-control00 {
  background-image: url(../images/merit_btn_01.png);
}

.merit .slide-dots li button#slick-slide-control01 {
  background-image: url(../images/merit_btn_02.png);
}

.merit .slide-dots li button#slick-slide-control02 {
  background-image: url(../images/merit_btn_03.png);
}

.merit .slide-dots li button#slick-slide-control03 {
  background-image: url(../images/merit_btn_04.png);
}

.merit .slide-dots li button#slick-slide-control04 {
  background-image: url(../images/merit_btn_05.png);
}

.merit .slide-dots li button#slick-slide-control05 {
  background-image: url(../images/merit_btn_06.png);
}

@media screen and (max-width: 767px) {
  .merit .slide-dots {
    justify-content: center;
    top: -65%;
  }

  .merit .slide-dots li {
    width: 44.4%;
    margin: 1% 2%;
    vertical-align: bottom;
    overflow: hidden;
    font-size: 0;
  }

  .merit .slide-dots li button {
    width: 100%;
    height: 100%;
    padding-top: 24.92%;
    background-size: contain;
    font-size: 100%;
  }

  .merit .slide-dots li button#slick-slide-control00 {
    background-image: url(../images/merit_btn_01_sp.png);
  }

  .merit .slide-dots li button#slick-slide-control01 {
    background-image: url(../images/merit_btn_02_sp.png);
  }

  .merit .slide-dots li button#slick-slide-control02 {
    background-image: url(../images/merit_btn_03_sp.png);
  }

  .merit .slide-dots li button#slick-slide-control03 {
    background-image: url(../images/merit_btn_04_sp.png);
  }

  .merit .slide-dots li button#slick-slide-control04 {
    background-image: url(../images/merit_btn_05_sp.png);
  }

  .merit .slide-dots li button#slick-slide-control05 {
    background-image: url(../images/merit_btn_06_sp.png);
  }
}

.cf {
  min-height: 1px;
}

.consultation {
  background: url("../images/bg_consultation.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 60px;
}

.consultation .tit {
  text-align: center;
}

.consultation-cont {
  width: 980px;
  margin: 0 auto;
  border: 1px solid #c4c4c4;
}

.consultation-cont+.consultation-cont {
  margin-top: 32px;
}

.consultation-cont .title {
  padding: 18px 0 18px 100px;
  background: #007991;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.consultation-cont .title .bgborder {
  position: relative;
  z-index: 9;
}

.consultation-cont .title .bgborder:before {
  background: #f88799;
  width: 100%;
  height: 11px;
  left: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  position: absolute;
}

.consultation-cont .title .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 52px;
  font-weight: bold;
  padding: 0 25px;
  z-index: 9;
  border-right: 2px solid #82bdc9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.consultation-box {
  padding: 30px 36px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.consultation-box .txt {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

.consultation-box .des {
  margin-top: 40px;
}

.consultation-box .des dl {
  width: 100%;
  overflow: hidden;
}

.consultation-box .des dt {
  width: 430px;
  float: left;
}

.consultation-box .des dd {
  padding-top: 60px;
  font-size: 26px;
  font-weight: bold;
  color: #e6556c;
  line-height: 1.5;
  float: right;
  width: 430px;
  text-align: left;
}

.bg05 {
  margin-top: -120px;
}

.imgbottom {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .consultation-cont {
    width: 100%;
    padding: 0 10px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .consultation-cont+.consultation-cont {
    margin-top: 15px;
  }

  .consultation-cont .title {
    padding: 10px 0 10px 50px;
    background: #007991;
    font-size: 16px;
    line-height: 1.5;
  }

  .consultation-cont .title .bgborder:before {
    height: 6px;
  }

  .consultation-cont .title .pos {
    position: absolute;
    font-size: 30px;
    padding: 0 10px;
  }

  .consultation-box {
    padding: 15px 10px;
  }

  .consultation-box .txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .consultation-box .des {
    margin-top: 20px;
  }

  .consultation-box .des dl {
    width: 100%;
  }

  .consultation-box .des dt {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: center;
  }

  .consultation-box .des dt img {
    width: 80%;
  }

  .consultation-box .des dd {
    padding-top: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #e6556c;
    line-height: 1.4;
    float: none;
    width: 100%;
    text-align: center;
  }

  .bg05 {
    margin-top: -30px;
  }

  .imgbottom {
    margin-top: 20px;
    text-align: center;
    padding-right: 10px;
  }

  .consultation .tit {
    padding: 0 10px;
  }
}

@media screen and (max-width: 320px) {
  .consultation-cont .title {
    font-size: 15px;
  }
}

.p-faq-note li {
  text-indent: -1em;
  padding-left: 1em;
}

.l-cv-txt01 {
  margin: 10px 0 60px 10px;
  font-size: 1.1em;
  text-align: center;
}

.l-cv-txt01 a {
  color: #00738a;
}

.l-modal {
  height: 95% !important;
  letter-spacing: 0.05em;
}

.l-modal-close {
  position: fixed;
  right: 25px;
  top: 20px;
  /*
	text-align: right;
	margin: 15px 15px 0 0;
*/
}

.l-modal-inner {
  padding: 40px 40px 40px;
}

.l-modal-h2 {
  font-size: 2.55em;
  text-align: center;
  color: #00738b;
  border-bottom: 1px solid #646464;
  padding: 0 0 10px;
}

.l-modal-catch {
  padding: 15px 0 0;
  line-height: 1.8;
  font-size: 1.15em;
  color: #3a3a3a;
}

.l-modal-h3 {
  font-size: 1.25em;
  color: #00738b;
  padding: 20px 0 0;
  margin: 15px 0 5px;
  border-top: 1px solid #646464;
}

.l-modal-list {
  font-size: 1.15em;
  line-height: 1.8;
  color: #3a3a3a;
}

.l-modal-list>li {
  text-indent: -1em;
  padding-left: 1em;
}

.l-modal-note>li {
  text-indent: 0em;
}

.l-modal-txt {
  font-size: 1.15em;
  color: #3a3a3a;
}

@media screen and (max-width: 767px) {
  .l-cv-txt01 {
    margin: 10px 0 20px 10px;
    text-align: center;
    font-size: 0.88em;
  }

  .l-modal-close {
    top: 10px;
    right: 15px;
  }

  .l-modal-inner {
    padding: 40px 15px 20px;
  }

  .l-modal-h2 {
    font-size: 1.85em;
    padding: 0 0 10px;
  }

  .l-modal-catch {
    padding: 15px 0 0;
    /*		font-size: 0.92em;*/
  }

  .l-modal-h3 {
    /*		font-size: 1em;*/
    padding: 20px 0 0;
    margin: 15px 0 5px;
  }

  .l-modal-list {
    /*		font-size: 0.92em;*/
  }

  .l-modal-txt {
    /*		font-size: 0.92em;*/
  }
}

.l-cv-ttl {
  text-align: center;
}

.visual-sp {
  position: relative;
}

.visual-sp-btn {
  position: absolute;
  top: 0;
  left: 0;
  margin: 36% 0 0 3%;
  width: 62%;
}

.visual-sp-insentive {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0% 0 37% 3%;
  width: 63%;
}

/* 200707 footer改修*/
.ftIn02 {
  background: #000;
  padding: 0.65rem;
}

.ftIn02 dl {
  display: table;
  width: 100%;
}

.ftIn02 dl dt,
.ftIn02 dl dd {
  display: table-cell;
  vertical-align: middle;
}

.ftIn02 dl dt {
  width: 45%;
}

.ftIn02 dl dd {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  float: right;
  line-height: 1.5;
}

.ftIn02 dl dd .txt {
  font-size: 16px;
}

.ftIn02 dl dd a {
  color: #fff;
}

.ftIn02 dl dd a:hover {
  text-decoration: none;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.visible-pc {
  display: block;
}

.visible-ts {
  display: none;
}

@media screen and (max-width: 767px) {
  .ftIn02 {
    padding: 1rem 0;
  }

  .ftIn02 dl dd {
    font-size: 12px;
  }

  .ftIn02 dl dd {
    float: none;
    font-size: 14px;
    text-align: center;
  }

  .visible-pc {
    display: none;
  }

  .visible-ts {
    display: block;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {

  .ftIn02 dl,
  .ftIn02 dl dt,
  .ftIn02 dl dd {
    display: block;
    width: auto;
    text-decoration: none;
  }

  .ftIn02 dl dd {
    padding-left: 0;
    padding-top: 15px;
  }

  .ftIn02 dl dt {
    text-align: center;
  }
}


.button {
  display: inline-block;
  margin: 20px;
  padding: 10px 20px;
  background:#fff;
  border:1px #333 solid;
  font-size:14px;
  color:#333;
}
a {
  font-size:14px;
  color:#333;
  text-decoration:none;
}
.close {
  text-align:right;
  padding: 10px;
}

video {
  width:100%;
  height:auto;
}


.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 80%;
}

.popup_content {
  position: relative;
  align-self: center;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  overflow: scroll;
  max-height: calc(100vh - 240px);
max-width: 1120px;
margin: 120px auto 0;
padding: 60px 180px;
}
.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 36px;
  height: 1px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  top:50%;
}

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


.close{
  position:absolute;
  top:-50px;
  right: 32px;
}
.close_btn {
  font-size: 14px;
  cursor: pointer;
 display: flex;
 position: fixed;
  justify-content: center;
  padding: 8px 10px;
  margin: 15px auto;
  width: 60px;
height: 60px;
  transition: .5s;
  background-color: #00738a;
  color: #FFF;
  transition: .3s;
  border-radius: 50%;

}
.close_btn:hover {
  opacity: 0.8;

}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  cursor: pointer;
  transition: .3s ease;

}

.open_btn:hover {
opacity: .8;
}

.c-modal01-content__head{
  font-size: 40px;
  margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.6;
    color: #00738a;
    text-align: center;
}
.c-modal01-content__catch {
    line-height: 2;
    font-size: 16px;
}
.c-modal01-content__sub {
    margin: 40px 0 15px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .c-modal01-content-list {
    line-height: 2;
  }
  .c-list01__item {
    margin-bottom: 11px;
    font-size: 16px;
        position: relative;
        padding-left: 11px;
        letter-spacing: 0.05em;
  }
  .c-list01__item:before {
    left: -4px;
    top: 14px;
}

.c-list01__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #00738a;
}

@media only screen and (max-width:767px) {


  .popup_content {
      position: relative;
      background: #fff;
      max-height: calc(100vh - 140px);
      margin: 70px 20px 0;
      padding: 25px;
      overflow: auto;
      box-sizing: border-box;
  }
  .c-modal01-content__head {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.6;
    color: #00738a;
    text-align: center;
  }
  .c-modal01-content__catch {
    line-height: 2;
    font-size: 100%;

  }
  .c-list01__item {
      position: relative;
      margin-bottom: 2px;
      padding-left: 11px;
      font-size: 100%;

    }
    .c-modal01-content__sub {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }


  .close_btn{
    font-size: 13px;
  }


  .close{
    top:-40px;
    right: 7px;
  }

  .close_btn {

    width: 30px;
  height: 30px;

  }

}
