@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Shippori+Mincho+B1:wght@400;600&display=swap"); /*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col__item {
  width: 100%;
}
.col__item--sp-1 {
  width: 8.3333333333%;
}
.col__item--sp-2 {
  width: 16.6666666667%;
}
.col__item--sp-3 {
  width: 25%;
}
.col__item--sp-4 {
  width: 33.3333333333%;
}
.col__item--sp-5 {
  width: 41.6666666667%;
}
.col__item--sp-6 {
  width: 50%;
}
.col__item--sp-7 {
  width: 58.3333333333%;
}
.col__item--sp-8 {
  width: 66.6666666667%;
}
.col__item--sp-9 {
  width: 75%;
}
.col__item--sp-10 {
  width: 83.3333333333%;
}
.col__item--sp-11 {
  width: 91.6666666667%;
}
.col__item--sp-12 {
  width: 100%;
}
.col__item--sp-fifth {
  width: 20%;
}
@media (min-width: 768px), print {
  .col__item--tab-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-3 {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-6 {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-9 {
    width: 75%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-12 {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .col__item--pc-fifth {
    width: 20%;
  }
}
@media (min-width: 768px), print {
  .col--std {
    margin: -1rem;
  }
}
.col--std .col__item {
  padding: 0.5rem;
}
@media (min-width: 768px), print {
  .col--std .col__item {
    padding: 15px;
  }
}
.col--wide {
  margin: -15px;
}
@media (min-width: 768px), print {
  .col--wide {
    margin: -30px;
  }
}
.col--wide .col__item {
  padding: 15px;
}
@media (min-width: 768px), print {
  .col--wide .col__item {
    padding: 30px;
  }
}
.col--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    max-width: 1260px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.container--sub {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1259px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    padding-right: 0;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__body {
  width: 0%;
}
@media screen and (min-width: 1260px) {
  .header__body {
    position: fixed;
    width: 280px;
    height: 100vh;
    border-right: 1px solid #F8F8F8;
    text-align: center;
    background: #fff;
    padding: 3rem 1.5rem;
    z-index: 2;
  }
}
.header__logo {
  display: inline-block;
  width: 100px;
  line-height: 1;
  padding-top: 3px;
}
@media (min-width: 768px), print {
  .header__logo {
    width: 110px;
  }
}
@media screen and (min-width: 1260px) {
  .header__logo {
    width: 180px;
  }
}
@media (max-width: 1259px) {
  .header__logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    top: 10px;
    left: 10px;
  }
}
.header__img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__sp {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.nav {
  position: relative;
}

@media screen and (min-width: 1260px) {
  .header-menu {
    margin-top: 3rem;
  }
}

.nav-menu {
  width: 100%;
}
@media (max-width: 1259px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 2;
  }
}
@media screen and (min-width: 1260px) {
  .nav-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1259px) {
  .nav-menu--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu--open {
    width: 65%;
  }
}
@media (max-width: 1259px) {
  .nav-menu--close {
    width: 0%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.nav-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 0.5rem;
  background: #F066AE;
  z-index: 100;
}
@media (min-width: 768px), print {
  .nav-btn {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1260px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__line {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
}
.nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav-btn--open .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.nav-btn--open .nav-btn__line:nth-child(2) {
  opacity: 0;
}
.nav-btn--open .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.nav-btn--close .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn--close .nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn--close .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.nav-menu-list {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1259px) {
  .nav-menu-list {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1260px) {
  .nav-menu-list {
    color: #333;
  }
}
.nav-menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1260px) {
  .nav-menu-list__item {
    padding-right: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu-list__item {
    margin-top: 0.5rem;
  }
  .nav-menu-list__item:last-child {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .nav-menu-list__item {
    margin-top: 1rem;
  }
  .nav-menu-list__item:last-child {
    margin-top: 3rem;
  }
}
.nav-menu-list__item:hover .nav-menu-list__link:before {
  -webkit-transform: translate(-50%, 50%) rotate(180deg);
          transform: translate(-50%, 50%) rotate(180deg);
}
.nav-menu-list__item--toggle .nav-menu-list__link:before {
  display: block;
}
@media (max-width: 1259px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-bottom: 3px solid #4E4E4E;
  }
}
@media screen and (min-width: 1260px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-top: 3px solid #4E4E4E;
  }
}
.nav-menu-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding: 10px;
}
@media (min-width: 768px), print {
  .nav-menu-list__link {
    font-size: 1.6rem;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1260px) {
  .nav-menu-list__link {
    color: #333;
  }
}
.nav-menu-list__link-ja, .nav-menu-list__link-en {
  display: block;
}
.nav-menu-list__link-ja {
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (min-width: 768px), print {
  .nav-menu-list__link-ja {
    font-size: 1.6rem;
  }
}
.nav-menu-list__link-en {
  font-size: 80%;
  color: #30A050;
}
@media (min-width: 768px), print {
  .nav-menu-list__link-en {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1260px) {
  .nav-menu-list__link:before {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #4E4E4E transparent transparent transparent;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
}

/*********************/
/*  ヒーローエリア  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (min-width: 1260px) {
  .hero {
    margin-left: 280px;
  }
}
.hero--sub {
  position: relative;
  height: 150px;
  background-image: url(../images/hero-sub.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero--sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png) 0 0 repeat;
}
@media (min-width: 768px), print {
  .hero--sub {
    height: 200px;
  }
}
@media screen and (min-width: 1260px) {
  .hero--sub {
    height: 350px;
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1260px) {
  .hero-slider {
    width: calc(100% - 280px);
  }
}
.hero-slider__item {
  width: 100%;
  height: 100vh !important;
}
.hero-slider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  background: url(../images/pattern.png) 0 0 repeat;
}
@media screen and (max-width: 767px) {
  .hero-slider__item:before {
    height: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .hero-slider__item:before {
    margin-bottom: 10rem;
  }
}
.hero-slider__title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 6px #1d0911;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .hero-slider__title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1260px) {
  .hero-slider__title {
    font-size: 3.5vw;
  }
}
.hero-slider__title span {
  font-size: 140%;
}
.hero-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 1260px) {
  .hero-slider__img {
    padding-bottom: 10rem;
  }
}

.mv-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv-news {
    right: 1.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv-news {
    left: 3rem;
  }
}
@media (max-width: 1259px) {
  .mv-news {
    margin: auto;
  }
}
@media screen and (min-width: 1260px) {
  .mv-news {
    bottom: 3rem;
    width: calc(100% - 280px - 100px);
    max-width: 900px;
  }
}
.mv-news__head {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: #D90C77;
  text-align: center;
}
@media screen and (min-width: 1260px) {
  .mv-news__head {
    width: 180px;
  }
}
.mv-news__body {
  width: 70%;
}
@media screen and (min-width: 1260px) {
  .mv-news__body {
    width: calc(100% - 180px);
  }
}
.mv-news__btn {
  font-size: 85%;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.2;
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝ローディング＝＝＝＝＝＝＝＝＝＝＝＝ */
.loader-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 101;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  z-index: 3;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}

.one {
  border-top: 1px solid #D90C77;
  -webkit-animation: rotate-left 1s linear infinite;
          animation: rotate-left 1s linear infinite;
}

.two {
  border-right: 1px solid #F066AE;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

.three {
  border-bottom: 1px solid #9FD734;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

.four {
  border-left: 1px solid #5BA828;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

@-webkit-keyframes heart-beats {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes heart-beats {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*********************/
/*  TOP  */
/*********************/
.btn-wrap {
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    padding: 0 2rem;
  }
}

.btn {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D90C77), to(#F066AE));
  background: linear-gradient(90deg, #D90C77, #F066AE);
  border-radius: 3rem;
  cursor: pointer;
  padding: 1.5rem 1rem;
  margin: 1.5rem auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    margin: 0.75rem auto;
  }
}
@media (min-width: 768px), print {
  .btn {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .btn {
    padding: 1rem 3rem;
  }
}
.btn:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  font-size: inherit;
  padding-left: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px), print {
  .btn + .btn {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1260px) {
  .btn + .btn {
    margin-left: 1.5rem;
  }
}
.btn--green {
  background: -webkit-gradient(linear, left top, right top, from(#5BA828), to(#9FD734));
  background: linear-gradient(90deg, #5BA828, #9FD734);
}
@media screen and (min-width: 1260px) {
  .btn--lg {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.btn--pagelink:after {
  content: "\e903";
}
.btn--targetlink:after {
  content: "\ea7e";
}

.contents-sct {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (min-width: 1260px) {
  .contents-sct {
    margin-top: 11rem;
  }
}
.contents-sct p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .contents-sct p {
    font-size: 1.3rem;
  }
}
.contents-sct--event {
  background: #FAF6ED;
  -webkit-box-shadow: 0 0 50px 50px #FAF6ED;
          box-shadow: 0 0 50px 50px #FAF6ED;
}
@media screen and (min-width: 1260px) {
  .contents-sct--event .sct-headline {
    margin-top: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--lecture .sct-headline__inner {
    text-align: center;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1260px) {
  .contents-sct--lecture .sct-headline__inner p {
    text-align: right;
  }
}
.contents-sct--lecture:before {
  position: absolute;
  display: block;
  top: 25%;
  left: 50%;
  content: "";
  width: 100vw;
  height: 100vw;
  background: rgba(240, 102, 174, 0.15);
  -webkit-box-shadow: 0 0 50px 50px rgba(240, 102, 174, 0.15);
          box-shadow: 0 0 50px 50px rgba(240, 102, 174, 0.15);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.contents-sct--voice {
  background: #F8F8F8;
  -webkit-box-shadow: 0 0 50px 50px #F8F8F8;
          box-shadow: 0 0 50px 50px #F8F8F8;
}
@media screen and (min-width: 1260px) {
  .contents-sct--voice {
    margin-top: 20rem;
  }
}
.contents-sct--performance {
  background: #F8F8F8;
  -webkit-box-shadow: 0 0 50px 50px #F8F8F8;
          box-shadow: 0 0 50px 50px #F8F8F8;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0 0 3rem;
}
.contents-sct--mail {
  background: #9FD734;
  padding: 6rem 0;
}
.contents-sct--mail .sct-headline__title-ja, .contents-sct--mail .sct-headline__title-en {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents-sct--mail .sct-headline__title-en {
    font-size: 300%;
  }
}
@media screen and (min-width: 1260px) {
  .contents-sct--mail .sct-headline__title-en {
    font-size: 5rem;
  }
}
.contents-sct--mail p {
  font-family: sans-serif;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents-sct--movie {
    padding: 5rem 0;
    margin: 5rem 0 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .contents-sct--top_movie {
    margin-top: 10rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--top_movie {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contents-sct--top_movie .movie-slide {
    padding: 0;
  }
}
@media screen and (min-width: 1260px) {
  .contents-sct--top_movie .sct-body {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .contents-sct--top_movie .video-wrapper {
    width: 100%;
  }
  .contents-sct--top_movie .movie-slide {
    width: 100%;
    padding: 0;
  }
}
.contents-sct--top_movie:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  content: "";
  width: 100vw;
  height: 100vw;
  background: rgba(159, 215, 52, 0.15);
  -webkit-box-shadow: 0 0 50px 50px rgba(159, 215, 52, 0.15);
          box-shadow: 0 0 50px 50px rgba(159, 215, 52, 0.15);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1259px) {
  .contents-sct--top_movie .movie-slide {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .contents-sct--foot_movie {
    margin-top: 8rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--foot_movie .movie-slide,
  .contents-sct--foot_movie .container {
    padding: 0;
  }
}
.contents-sct--footer {
  background: #FEEFF7;
  margin-top: 0;
}
.contents-sct:nth-child(even) .sct-headline__title-en {
  color: rgba(91, 168, 40, 0.75);
}

.sct-headline__title {
  line-height: 1.4;
}
.sct-headline__title-ja, .sct-headline__title-en {
  display: block;
  font-weight: 400;
}
.sct-headline__title-ja {
  font-size: 130%;
}
.sct-headline__title-en {
  font-size: 400%;
  color: rgba(217, 12, 119, 0.65);
}
@media screen and (min-width: 1260px) {
  .sct-headline__title-en {
    font-size: 9rem;
  }
}
.sct-headline__title--right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sct-headline__title {
    text-align: center;
  }
}
@media screen and (min-width: 1260px) {
  .sct-headline__inner {
    width: 45%;
    text-align: right;
  }
}
@media screen and (min-width: 1260px) {
  .sct-headline--holizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sct-headline--holizon p {
    font-size: 90%;
    line-height: 1.8;
    text-align: left;
  }
}

.sct-body {
  margin-top: 3em;
}
@media (min-width: 768px), print {
  .sct-body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sct-body-bottom {
  margin-top: 1.5em;
}

.sct-img--mail {
  border-radius: 1.5rem;
}

.wp-caption-text {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-caption-text {
    font-size: 1.2rem;
  }
}

/*********************/
/*  トップページ  */
/*********************/
/*  イベント  */
.event-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.event-slide .slick-track {
  height: 100% !important;
}
.event-slide__item {
  height: 100%;
  padding: 1.5rem;
}

.event-card {
  position: relative;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  border-radius: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.event-card:hover {
  opacity: 0.7;
}
.event-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.event-card__category {
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.event-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4E4E4E;
  text-align: center;
  padding: 1rem;
}
.event-card__date-week, .event-card__date-year {
  font-size: 95%;
}
.event-card__date-day {
  font-size: 300%;
  padding: 0 1rem;
}
.event-card__date-time {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.event-card__box {
  padding: 1.5rem;
}
.event-card__title {
  font-weight: 600;
  font-size: 110%;
}
.event-card__description {
  font-size: 90%;
}
.event-card--doctor .event-card__category {
  background: #5BA828;
}
.event-card--doctor .event-card__date {
  background: rgba(159, 215, 52, 0.2);
}
.event-card--doctor .event-card__title {
  color: #5BA828;
}
.event-card--staff .event-card__category {
  background: #D90C77;
}
.event-card--staff .event-card__date {
  background: rgba(240, 102, 174, 0.2);
}
.event-card--staff .event-card__title {
  color: #D90C77;
}
.event-card--end .event-card__category {
  background: #333;
}
.event-card--end .event-card__date {
  background: rgba(51, 51, 51, 0.2);
}
.event-card--end .event-card__title {
  color: #333;
}

/*  私たちについて  */
.about-text-title {
  font-size: 130%;
  font-weight: 400;
  text-align: center;
  background: #fafafa;
  border-radius: 1rem;
  line-height: 1.6;
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px), print {
  .about-text-title {
    padding: 1.5rem;
  }
}
.about-text-title b {
  font-size: 120%;
}
.about-text-title--green {
  color: #5BA828;
}
.about-text-title--green + p {
  padding: 1.5rem;
}

.about-sv-box {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .about-sv-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about-sv-box__ttl {
  text-align: center;
  font-size: 130%;
  font-weight: 600;
  color: #D90C77;
}
@media (min-width: 768px), print {
  .about-sv-box--pink, .about-sv-box--green {
    width: 50%;
  }
}
.about-sv-box--pink .about-sv-box__ttl {
  color: #D90C77;
}
.about-sv-box--pink .about-sv-list__item {
  background: rgba(240, 102, 174, 0.35);
  -webkit-box-shadow: 0 0 20px 50px rgba(240, 102, 174, 0.35);
          box-shadow: 0 0 20px 50px rgba(240, 102, 174, 0.35);
}
.about-sv-box--pink .about-sv-list small, .about-sv-box--pink .about-sv-list__name {
  color: #D90C77;
}
.about-sv-box--green .about-sv-box__ttl {
  color: #5BA828;
}
.about-sv-box--green .about-sv-list__item {
  background: rgba(159, 215, 52, 0.35);
  -webkit-box-shadow: 0 0 20px 50px rgba(159, 215, 52, 0.35);
          box-shadow: 0 0 20px 50px rgba(159, 215, 52, 0.35);
}
.about-sv-box--green .about-sv-list small, .about-sv-box--green .about-sv-list__name {
  color: #5BA828;
}

.about-sv-list {
  position: relative;
  width: 165px;
  height: 290px;
  margin: auto;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
@media (min-width: 768px), print {
  .about-sv-list {
    width: 200px;
    height: 400px;
  }
}
.about-sv-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  height: 60px;
  background: rgba(240, 102, 174, 0.35);
  -webkit-box-shadow: 0 0 50px 50px rgba(240, 102, 174, 0.35);
          box-shadow: 0 0 50px 50px rgba(240, 102, 174, 0.35);
  border-radius: 50%;
  text-align: center;
  margin: 3rem auto;
}
@media (min-width: 768px), print {
  .about-sv-list__item {
    width: 100px;
    height: 100px;
  }
}
.about-sv-list__item:first-child, .about-sv-list__item:nth-child(2), .about-sv-list__item:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-sv-list__item:first-child {
  top: 15%;
}
.about-sv-list__item:nth-child(2) {
  left: 15%;
}
.about-sv-list__item:last-child {
  left: 85%;
}
.about-sv-list small, .about-sv-list__name {
  display: block;
  font-size: 100%;
  color: #D90C77;
  text-align: center;
  white-space: nowrap;
}
.about-sv-list__name {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.2;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/*  タブ切り替え  */
.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*ラジオボタンを全て消す*/
}
@media screen and (max-width: 767px) {
  .tabs {
    margin-top: 5rem;
  }
}
.tabs input[name=tabs__item] {
  display: none;
}
.tabs__body {
  /*タブ切り替え*/
  width: 100%;
  display: none;
  clear: both;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  border-radius: 1rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .tabs__body {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px), print {
  .tabs__body {
    padding: 40px;
  }
}
.tabs__item {
  position: relative;
  display: block;
  width: calc(50% - 1rem);
  height: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  float: left;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#D90C77), to(#F066AE));
  background: linear-gradient(90deg, #D90C77, #F066AE);
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .tabs__item {
    margin: 0 0.5rem;
  }
}
@media (min-width: 768px), print {
  .tabs__item {
    width: calc(33.3333333333% - 2rem);
    font-size: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .tabs__item {
    width: calc(25% - 2rem);
    font-size: 1.6rem;
  }
}
.tabs__item:before, .tabs__item:after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.tabs__item:before {
  width: 100%;
  height: 3px;
  background: #D90C77;
  z-index: 1;
}
.tabs__item:after {
  left: 50%;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #D90C77 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.tabs__item:hover {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  .tabs__item--top {
    margin-top: 4rem;
  }
}
.tabs__item--active:before {
  height: 2px;
}
.tabs__item--active:after {
  opacity: 1;
}
.tabs__item--active:hover {
  opacity: 1;
}
.tabs__item--profile {
  background: -webkit-gradient(linear, left top, right top, from(#5BA828), to(#9FD734));
  background: linear-gradient(90deg, #5BA828, #9FD734);
}
.tabs__item--profile:before {
  background: #5BA828;
}
.tabs__item--profile:after {
  border-color: #5BA828 transparent transparent transparent;
}

/*選択されているタブのコンテンツのみを表示*/
#company:checked ~ #company_content,
#profile:checked ~ #profile_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabs__item {
  font-weight: 600;
  opacity: 1;
}
.tabs input:checked + .tabs__item:before {
  height: 2px;
}
.tabs input:checked + .tabs__item:after {
  opacity: 1;
}

@media (min-width: 768px), print {
  .profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.profile-box__item {
  width: 100%;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .profile-box__item:first-child {
    width: 35%;
  }
  .profile-box__item:last-child {
    width: 65%;
  }
}
.profile-box__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
}
.profile-box__btn {
  text-align: center;
  margin-top: 1.5rem;
}
.profile-box__name {
  font-size: 115%;
  color: #D90C77;
}
.profile-box__description {
  font-size: 90%;
}

.result-text {
  margin-top: 3rem;
}
.result-text__title {
  color: #D90C77;
}
.result-text p {
  font-size: 85%;
  margin-top: 1em;
}

/*  実績  */
.perform-list {
  display: block;
  text-align: center;
  margin-top: 9rem;
  max-width: 900px;
  margin: 9rem auto 0;
}
@media (min-width: 768px), print {
  .perform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.perform-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  background: rgba(240, 102, 174, 0.35);
  -webkit-box-shadow: 0 0 50px 50px rgba(240, 102, 174, 0.35);
          box-shadow: 0 0 50px 50px rgba(240, 102, 174, 0.35);
  border-radius: 50%;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .perform-list__item {
    width: 150px;
    height: 150px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (min-width: 1260px) {
  .perform-list__item {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.perform-list__item:nth-child(odd) {
  background: rgba(159, 215, 52, 0.35);
  -webkit-box-shadow: 0 0 50px 50px rgba(159, 215, 52, 0.35);
          box-shadow: 0 0 50px 50px rgba(159, 215, 52, 0.35);
}
.perform-list__item:nth-child(odd) .perform-list__box {
  color: #5BA828;
}
.perform-list__box {
  color: #D90C77;
  text-align: center;
}
.perform-list__title {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .perform-list__title {
    font-size: 2.1rem;
  }
}
.perform-list__num-big {
  font-weight: 600;
  font-size: 6rem;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 6px 6px #fff;
  word-break: keep-all;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .perform-list__num-big {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .perform-list__num-big {
    font-size: 7rem;
  }
}
.perform-list__num-small {
  font-size: 2rem;
  padding-left: 1rem;
}
.perform-list__tani {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .perform-list__tani {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

/*  教育コース  */
.courses-ttl {
  font-size: 140%;
  font-weight: 400;
  background: #f9f9f9;
  padding: 1.5rem 2rem 1.95rem 3rem;
  border-radius: 55px;
}
@media (min-width: 768px), print {
  .courses-ttl {
    font-size: 160%;
    padding: 1.5rem 2rem 1.95rem 4rem;
  }
}
.courses-ttl:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px #9FD734;
          box-shadow: 0 0 5px 5px #9FD734;
  background: #9FD734;
  vertical-align: middle;
  margin-bottom: 0.6rem;
  margin-right: 2.5rem;
  opacity: 0.5;
}
.courses-ttl:nth-of-type(odd):before, .courses-ttl--staff:before {
  -webkit-box-shadow: 0 0 5px 5px #F066AE;
          box-shadow: 0 0 5px 5px #F066AE;
  background: #F066AE;
}
.courses-ttl + .lecture-list {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.course-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course-cat-list__item {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin: 1rem;
}
@media (min-width: 768px), print {
  .course-cat-list__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.course-cat-list__item:nth-child(even) .course-cat-list__link {
  color: #5BA828;
  border: 1px solid #5BA828;
}
.course-cat-list__item:nth-child(even) .course-cat-list__link:after {
  border-top: 1px solid #5BA828;
  border-right: 1px solid #5BA828;
}
.course-cat-list__link {
  width: 100%;
  display: inline-block;
  color: #D90C77;
  border: 1px solid #D90C77;
  text-align: center;
  border-radius: 6px;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .course-cat-list__link {
    font-size: 1.5rem;
  }
}
.course-cat-list__link:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #D90C77;
  border-right: 1px solid #D90C77;
  -webkit-transform: rotate(135deg) translate(-50%);
          transform: rotate(135deg) translate(-50%);
  vertical-align: super;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-left: 2rem;
}

.courses-card {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  border-radius: 0 0 1rem 1rem;
  padding-top: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.courses-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #5BA828;
}
@media screen and (min-width: 1260px) {
  .courses-card:before {
    width: 100%;
  }
}
.courses-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.courses-card__category span {
  font-size: 90%;
  font-weight: 400;
  color: #5BA828;
  border: 1px solid #5BA828;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem;
}
.courses-card__category .new {
  color: #E67437;
  border: 1px solid #E67437;
}
.courses-card__thumbnail {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  margin: auto;
}
.courses-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.courses-card__title {
  font-weight: 600;
  font-size: 140%;
  text-align: center;
  line-height: 1.3;
  padding: 2rem 1.5rem;
  opacity: 0.8;
}
@media (min-width: 768px), print {
  .courses-card__title {
    font-size: 115%;
  }
}
.courses-card__title small {
  display: block;
}
.courses-card__box {
  font-size: 95%;
  padding: 1rem;
  border-top: 1px solid rgba(78, 78, 78, 0.4);
  border-bottom: 1px solid rgba(78, 78, 78, 0.4);
  text-align: center;
}
@media (min-width: 768px), print {
  .courses-card__box {
    font-size: 85%;
  }
}
.courses-card__box h5 {
  display: inline-block;
  width: 60px;
  font-size: 85%;
  color: #fff;
  background: #5BA828;
  border-radius: 1rem;
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-left: auto;
  margin-right: auto;
}
.courses-card__box p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  margin-top: 0.5rem !important;
}
.courses-card__box + .courses-card__btn {
  padding: 1rem;
}
.courses-card__btn {
  font-size: 110%;
  text-align: center;
  padding: 2rem 1rem;
}
.courses-card__btn span {
  color: #5BA828;
}
.courses-card__btn span:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90b";
  margin-left: 1rem;
  vertical-align: middle;
}
.courses-card__title + .courses-card__btn {
  padding-top: 0;
}

.courses-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 5rem;
}
.courses-list--holizon .courses-list__item {
  width: 100%;
}
.courses-list--btn {
  margin-bottom: 3rem;
}
.courses-list--btn + .btn-wrap {
  margin-bottom: 5rem;
}
.courses-list__item {
  position: relative;
  width: 100%;
  font-size: 90%;
  padding: 2rem;
}
@media (min-width: 768px), print {
  .courses-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1260px) {
  .courses-list__item {
    max-width: 280px;
  }
}
.courses-list__item:hover .courses-card {
  -webkit-box-shadow: 0 0 3px 1px #5BA828;
          box-shadow: 0 0 3px 1px #5BA828;
}
.courses-list__item:hover .courses-card__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 1260px) {
  .courses-list__item--col3 {
    max-width: 33.3333333333%;
  }
}
.courses-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.courses-list__link:hover {
  opacity: 0.7;
}
.courses-list:nth-of-type(odd) .courses-list__item:hover .courses-card, .courses-list--staff .courses-list__item:hover .courses-card {
  -webkit-box-shadow: 0 0 3px 1px #D90C77;
          box-shadow: 0 0 3px 1px #D90C77;
}
.courses-list:nth-of-type(odd) .courses-card:before, .courses-list--staff .courses-card:before {
  background: #F066AE;
}
.courses-list:nth-of-type(odd) .courses-card__category span, .courses-list--staff .courses-card__category span {
  color: #F066AE;
  border: 1px solid #F066AE;
}
.courses-list:nth-of-type(odd) .courses-card__box h5, .courses-list--staff .courses-card__box h5 {
  background: #F066AE;
}
.courses-list:nth-of-type(odd) .courses-card__btn span, .courses-list--staff .courses-card__btn span {
  color: #F066AE;
}
.courses-list--nohvr .courses-list__item:hover .courses-card {
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
}

.courses-textbox {
  margin: 2.5rem;
}
.courses-textbox__title {
  font-weight: 600;
  font-size: 90%;
}
.courses-textbox__description {
  font-size: 90%;
  margin-top: 0.5em !important;
}

/*  講師紹介  */
.lecture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 5rem;
}
@media (min-width: 768px), print {
  .lecture-list {
    padding: 3rem;
  }
}
.lecture-list__item {
  width: 50%;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px), print {
  .lecture-list__item {
    width: 25%;
  }
}
.lecture-list:nth-of-type(even) .lecture-card__thumbnail:before, .lecture-list--else .lecture-card__thumbnail:before {
  color: rgba(91, 168, 40, 0.65);
}
.lecture-list:nth-of-type(even) .lecture-card:hover .lecture-card__thumbnail img, .lecture-list--else .lecture-card:hover .lecture-card__thumbnail img {
  -webkit-box-shadow: 0 0 5px 1px #5BA828;
          box-shadow: 0 0 5px 1px #5BA828;
}

.lecture-card {
  position: relative;
  text-align: center;
}
.lecture-card:hover .lecture-card__thumbnail:before {
  right: -5px;
}
@media screen and (min-width: 1260px) {
  .lecture-card:hover .lecture-card__thumbnail:before {
    right: 0px;
  }
}
.lecture-card:hover .lecture-card__thumbnail img {
  -webkit-box-shadow: 0 0 5px 1px #D90C77;
          box-shadow: 0 0 5px 1px #D90C77;
}
.lecture-card--nohvr .lecture-card__thumbnail:before {
  display: none;
}
.lecture-card--nohvr .lecture-card__thumbnail img {
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16) !important;
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16) !important;
}
.lecture-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.lecture-card__thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .lecture-card__thumbnail {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .lecture-card__thumbnail {
    width: 160px;
    height: 160px;
  }
}
.lecture-card__thumbnail:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90b";
  font-size: 2rem;
  line-height: 30px;
  color: rgba(217, 12, 119, 0.65);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .lecture-card__thumbnail:before {
    font-size: 3rem;
    bottom: 0;
  }
}
@media screen and (min-width: 1260px) {
  .lecture-card__thumbnail:before {
    right: 10px;
  }
}
.lecture-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lecture-card__title {
  font-weight: 400;
  margin-top: 2rem;
  text-align: center;
}
.lecture-card__position {
  font-size: 80%;
  margin-top: 0 !important;
  opacity: 0.8;
}

/*  歯科医院様の声  */
.voice-list,
.main-voice-card {
  position: relative;
}
@media screen and (min-width: 1260px) {
  .voice-list,
  .main-voice-card {
    width: 50%;
    padding: 2rem;
  }
}

.main-voice-card {
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  padding: 2rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-voice-card:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 6px 3px rgba(78, 78, 78, 0.2);
          box-shadow: 0 0 6px 3px rgba(78, 78, 78, 0.2);
}
.main-voice-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.main-voice-card__thumbnail--small {
  height: 100px;
}
@media (min-width: 768px), print {
  .main-voice-card__thumbnail--small {
    height: 150px;
  }
}
@media screen and (min-width: 1260px) {
  .main-voice-card__thumbnail--small {
    height: 150px;
  }
}
.main-voice-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 80%;
  font-family: sans-serif;
  font-weight: 600;
  margin-top: 1.5rem;
}
.main-voice-card__cat, .main-voice-card__name {
  line-height: 1;
  padding: 0.5rem 1rem;
}
.main-voice-card__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #9FD734;
  border-radius: 3px 0 0 3px;
}
@media screen and (min-width: 1260px) {
  .main-voice-card__cat {
    white-space: nowrap;
  }
}
.main-voice-card__name {
  color: #9FD734;
  border: 1px solid #9FD734;
  border-radius: 0 3px 3px 0;
  line-height: 1.3;
}
.main-voice-card__title {
  font-family: sans-serif;
  margin-top: 1.5rem;
}
.main-voice-card__position {
  color: rgba(78, 78, 78, 0.9);
  font-size: 80%;
  margin-top: 1.5rem;
}
.main-voice-card--member .main-voice-card__cat, .main-voice-card--staff .main-voice-card__cat {
  background: #F066AE;
}
.main-voice-card--member .main-voice-card__name, .main-voice-card--staff .main-voice-card__name {
  border: 1px solid #F066AE;
  color: #F066AE;
}
@media (min-width: 768px), print {
  .main-voice-card--top {
    width: 40%;
  }
}

@media (min-width: 768px), print {
  .voice-list--top {
    width: 60%;
  }
}

.voice-list__item {
  margin: 1rem 0;
}
@media (min-width: 768px), print {
  .voice-list__item {
    margin: 3rem 2.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .voice-list__item {
    margin: 3rem 1rem;
  }
}
.voice-list .main-voice-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1260px) {
  .voice-list .main-voice-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.voice-list .main-voice-card__thumbnail {
  max-width: 150px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .voice-list .main-voice-card__thumbnail {
    max-width: 100px;
  }
}
.voice-list .main-voice-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.voice-list .main-voice-card__category {
  margin-top: 0;
}
.voice-list .main-voice-card__box {
  margin-left: 1.5rem;
}
.voice-list .main-voice-card__title {
  font-size: 90%;
}
.voice-list .main-voice-card__title, .voice-list .main-voice-card__position {
  margin-top: 1rem;
}

.v-else-list__item {
  padding: 1.5rem 1rem;
}
.v-else-list .main-voice-card {
  width: 100%;
  font-size: 90%;
}

/*********************/
/*  サブページ  */
/*********************/
.page-title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  line-height: 1.5;
  z-index: 1;
  padding-top: 3rem;
}
@media (min-width: 768px), print {
  .page-title {
    padding-top: 75px;
    margin-bottom: 3rem;
  }
}
.page-title-ja, .page-title-en {
  display: block;
  text-align: center;
}
.page-title-ja {
  font-weight: 600;
  font-size: 160%;
}
@media (min-width: 768px), print {
  .page-title-ja {
    font-size: 240%;
  }
}
@media screen and (max-width: 767px) {
  .page-title-en {
    font-size: 80%;
  }
}

.main-contents {
  padding: 2rem 0 4rem;
  background: #fff;
}
@media (min-width: 768px), print {
  .main-contents {
    padding: 5rem 0 7.5rem;
  }
}
.main-contents__title {
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding: 0 0 0.5rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .main-contents__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1260px) {
  .main-contents__title {
    margin: 5rem 0 3rem;
  }
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
.page-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 1rem);
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  background: #fff;
  margin: 0.5rem;
}
@media (min-width: 768px), print {
  .page-link__item {
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
.page-link__link {
  display: block;
  position: relative;
  width: 100%;
  font-size: 85%;
  color: #333;
  text-align: center;
  padding: 1rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px), print {
  .page-link__link {
    font-size: 90%;
    padding: 1.5rem 1.25rem;
    padding-right: 2.75rem;
  }
}
.page-link__link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e907";
  color: #4E4E4E;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px), print {
  .page-link--flow .page-link__item {
    width: calc(20% - 2rem);
  }
}
@media (min-width: 768px), print {
  .page-link--faq .page-link__item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media (min-width: 768px), print {
  .page-link--sokuon .page-link__item {
    width: calc(50% - 2rem);
  }
}

/*********************/
/*  ページ送り　 */
/*********************/
.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}
@media (min-width: 768px), print {
  .paginate {
    margin: 5rem 0 0;
  }
}
.paginate__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
}
.paginate__link--number, .paginate__link--prev, .paginate__link--next {
  color: #4E4E4E;
}
.paginate__link--number:hover, .paginate__link--prev:hover, .paginate__link--next:hover {
  opacity: 7;
}
.paginate__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #4E4E4E;
  margin: 0 10px 1px 0;
  border-right: 2px solid #4E4E4E;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--prev:hover::before {
  border-top: 2px solid #4E4E4E;
  border-right: 2px solid #4E4E4E;
}
.paginate__link--next {
  color: #333;
  background: #fff;
}
.paginate__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #4E4E4E;
  margin: 0 10px 1px 0;
  border-right: 2px solid #4E4E4E;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--next:hover::after {
  border-top: 2px solid #4E4E4E;
  border-right: 2px solid #4E4E4E;
}
.paginate__link--active {
  color: #4E4E4E;
  background: #F8F8F8;
}

.paginate-single {
  position: relative;
  display: block;
  border-top: 1px solid #F066AE;
  border-bottom: 1px solid #F066AE;
  margin: 5rem 0 0;
}
@media (min-width: 768px), print {
  .paginate-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .paginate-single .paginate-single__item--back {
    padding-top: 1rem;
  }
  .paginate-single .paginate-single__item--prev + .paginate-single__item--back {
    padding-top: 0;
  }
}
.paginate-single__item {
  background: #fff;
  margin: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .paginate-single__item {
    width: 280px;
  }
}
.paginate-single__item--next {
  text-align: right;
}
.paginate-single__item--back {
  width: auto;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate-single__item:hover {
  opacity: 0.65;
}
.paginate-single__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 90%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: rgba(51, 51, 51, 0.85);
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px), print {
  .paginate-single__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.paginate-single__link:before, .paginate-single__link:after {
  color: #4E4E4E;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 1rem;
  color: rgba(217, 12, 119, 0.85);
}
.paginate-single__link--back {
  font-size: 90%;
  color: #4E4E4E;
  padding: 0rem;
}
@media (min-width: 768px), print {
  .paginate-single__link--back {
    padding: 2rem 0;
  }
}
.paginate-single__link--back:before {
  content: "\e90c";
  padding-right: 0.5rem;
}
@media (min-width: 768px), print {
  .paginate-single__link--prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paginate-single__link--prev:before {
  content: "\e90b";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 768px), print {
  .paginate-single__link--next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.paginate-single__link--next::after {
  content: "\e90b";
}

/*********************/
/*  見出し  */
/*********************/
.page-inner__title {
  font-size: large;
  padding: 1.5rem 0;
}
@media (min-width: 768px), print {
  .page-inner__title {
    font-size: x-large;
  }
}
.page-inner__title--page:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px #F066AE;
          box-shadow: 0 0 5px 5px #F066AE;
  background: #F066AE;
  vertical-align: middle;
  margin-bottom: 0.6rem;
  margin-right: 1.5rem;
  opacity: 0.5;
}
.page-inner p {
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 1260px) {
  .page-inner p {
    line-height: 2;
  }
}
.page-inner p:not(:first-child) {
  margin-top: 1em;
}
.page-inner a:not([class]) {
  color: #4E4E4E;
  text-decoration: none;
  border-bottom: 1px solid #4E4E4E;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-inner a:not([class]):hover {
  opacity: 0.7;
}
.page-inner strong {
  color: #333;
}
.page-inner h2:first-child,
.page-inner h3:first-child,
.page-inner h4:first-child,
.page-inner .h2:first-child,
.page-inner .h3:first-child,
.page-inner .h4:first-child,
.page-inner .ul:first-child,
.page-inner .ol:first-child,
.page-inner .table:first-child,
.page-inner .box:first-child {
  margin-top: 0;
}
.page-inner .h2,
.page-inner h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #D90C77;
  line-height: 1.4;
  padding: 1.5rem;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .h2,
  .page-inner h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1260px) {
  .page-inner .h2,
  .page-inner h2 {
    margin: 5rem 0 3rem;
  }
}
.page-inner h3,
.page-inner .h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #D90C77;
  border-bottom: 2px solid #D90C77;
  padding: 0 0 1rem;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner h3,
  .page-inner .h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1260px) {
  .page-inner h3,
  .page-inner .h3 {
    margin: 5rem 0 3rem;
  }
}
.page-inner h4,
.page-inner .h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #D90C77;
  border-bottom: 1px dotted #D90C77;
  padding-bottom: 1rem;
  margin: 3rem 0 1.5rem;
}
@media screen and (min-width: 1260px) {
  .page-inner h4,
  .page-inner .h4 {
    font-size: 1.7rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner h5,
.page-inner .h5 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4E4E4E;
  margin: 3rem 0 1.5rem;
}
@media screen and (min-width: 1260px) {
  .page-inner h5,
  .page-inner .h5 {
    font-size: 1.6rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul {
  list-style: none;
  margin: 3rem 0;
}
@media screen and (min-width: 1260px) {
  .page-inner .ul {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.page-inner .ul li::before {
  content: "";
  display: inline-block;
  background: #4E4E4E;
  position: absolute;
  top: 0.5em;
  left: 10px;
  width: 10px;
  height: 10px;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-inner .ul li .ul {
  margin-top: 1rem;
}
.page-inner .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1260px) {
  .page-inner .ol {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .ol li {
    padding-left: 4rem;
  }
}
.page-inner .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #4E4E4E;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .ol li::before {
    top: 0.8em;
    left: 15px;
  }
}
.page-inner .ol .ol {
  margin-top: 1rem;
}
.page-inner .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.page-inner .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: 1px solid #222;
}
.page-inner .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #222;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.page-inner .list-underline__text {
  font-size: 1.6rem;
  color: #222;
}
.page-inner .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.page-inner .table {
  width: 100%;
  margin: 3rem 0;
}
.page-inner .table th {
  background: #e5e5e5;
  color: #333;
}
.page-inner .table th,
.page-inner .table td {
  border: 1px solid #999;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-inner .table th,
  .page-inner .table td {
    font-size: 1.3rem;
  }
}
.page-inner .table td {
  background: #fff;
}
.page-inner .box {
  background: #F8F8F8;
  margin: 1rem 0 0;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .box {
    padding: 2rem;
    margin: 1.5em 0 0;
  }
}
.page-inner .box h2,
.page-inner .box h3,
.page-inner .box h4,
.page-inner .box h5,
.page-inner .box .h2,
.page-inner .box .h3,
.page-inner .box .h4,
.page-inner .box .h5,
.page-inner .box .ul,
.page-inner .box .ol {
  margin-bottom: 0.5rem;
}
.page-inner .box h2:first-child,
.page-inner .box h3:first-child,
.page-inner .box h4:first-child,
.page-inner .box h5:first-child,
.page-inner .box .h2:first-child,
.page-inner .box .h3:first-child,
.page-inner .box .h4:first-child,
.page-inner .box .h5:first-child,
.page-inner .box .ul:first-child,
.page-inner .box .ol:first-child {
  margin-top: 0;
}
.page-inner .box__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
@media (min-width: 768px), print {
  .page-inner .box__title {
    font-size: 2rem;
  }
}

/*********************/
/*  要素をふわっと  */
/*********************/
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.effect-fade--sp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

/*********************/
/*  パンくず  */
/*********************/
.breadcrumb {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0.5rem;
  }
}
.breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  list-style: none;
  padding: 5px;
}
@media (min-width: 768px), print {
  .breadcrumb-nav {
    font-size: 1.3rem;
    padding: 5px 15px;
  }
}
.breadcrumb-nav__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #333;
}
.breadcrumb-nav__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #333;
}
.breadcrumb-nav__link:hover {
  color: #222;
  opacity: 1;
}

/*********************/
/*  ページトップ  */
/*********************/
.page-top {
  position: fixed;
  right: 15px;
  bottom: 15Px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  border: 1px solid #F066AE;
  border-radius: 50%;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .page-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1260px) {
  .page-top {
    bottom: 40px;
  }
}
.page-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid #F066AE;
  border-right: 1px solid #F066AE;
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
.page-top--fixed {
  opacity: 0.85;
  visibility: visible;
  pointer-events: auto;
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  position: relative;
  text-align: center;
}
.footer__logo {
  display: block;
  max-width: 140px;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1260px) {
  .footer__logo {
    max-width: 180px;
    padding: 2rem 3rem;
  }
}
.footer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.footer__org {
  margin-top: 3rem;
}
.footer__org-ja, .footer__org-en {
  display: block;
}

.org__name {
  font-size: 120%;
  margin-bottom: 3rem;
}
.org__name small {
  display: block;
}
.org__mail a {
  color: #D90C77;
}

.copyright {
  font-family: sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #D90C77;
  padding: 1rem;
  margin-top: 4.5rem;
}
@media (min-width: 768px), print {
  .copyright {
    font-size: 1.3rem;
    padding: 1.5rem;
  }
}

.copyright-list__title {
  color: #fff;
}

/*********************/
/*  扉ページ  */
/*********************/
.archive-list {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  padding: 1.5rem 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px), print {
  .archive-list {
    padding: 3rem 2rem;
  }
}
.archive-list:hover {
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
}
.archive-list__title {
  font-weight: 400;
}
@media (min-width: 768px), print {
  .archive-list__title {
    display: block;
    font-size: 1.6rem;
    padding-right: 6.5rem;
  }
}
.archive-list__title:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e909";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 6rem;
  color: #4E4E4E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .archive-list__title {
    width: 75%;
    text-align: left;
    padding-left: 15px;
  }
}
.archive-list__title-en, .archive-list__title-ja {
  display: block;
  color: #333;
}
.archive-list__title-en {
  color: #4E4E4E;
  line-height: 1.3;
  font-size: 80%;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px), print {
  .archive-list__title-en {
    font-size: 85%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************/
/*  スライダー */
/*********************/
@media (max-width: 1259px) {
  .pickup-banner {
    margin-top: 5rem;
  }
}

.slick-slide {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.slick-dots {
  display: none;
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-dots li {
  position: relative;
  list-style: none;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(51, 51, 51, 0.35);
  border-radius: 50%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.slick-dots .slick-active {
  background: #4E4E4E;
  border: 1px solid #4E4E4E;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arrow:before {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  color: rgba(217, 12, 119, 0.65);
  border: 1px solid rgba(217, 12, 119, 0.65);
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
          box-shadow: 0 3px 9px rgba(51, 51, 51, 0.16);
  border-radius: 50%;
}
@media (min-width: 768px), print {
  .slick-arrow:before {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slick-next {
  right: 0;
}

.movie-slide {
  padding: 0 1.5rem;
}
.movie-slide__item {
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .movie-slide__item {
    margin: 0 1rem;
  }
}
.movie-slide .slick-active {
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}

.v-else-list .slick-prev {
  left: -15px;
}
.v-else-list .slick-next {
  right: -15px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1260px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1260px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1260px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1260px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ニュース  */
/*********************/
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid rgba(78, 78, 78, 0.5);
  padding: 1rem;
  -webkit-transform: 0.2s ease-out;
          transform: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1260px) {
  .news-list__item {
    padding: 1.2rem 2rem;
  }
}
.news-list__item:hover .news-list__title {
  opacity: 0.7;
}
.news-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.news-list__time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #868686;
  padding-right: 15px;
}
@media (min-width: 768px), print {
  .news-list__time {
    font-size: 1.3rem;
  }
}
.news-list__category {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #D90C77;
  border: 1px solid #D90C77;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
.news-list__category--important {
  color: #fff;
  background: #FD0E85;
  border: 1px solid #FD0E85;
}
.news-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .news-list__title {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px), print {
  .news-list__title {
    font-size: 1.4rem;
  }
}
.news-list__footer {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .news-list__footer {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1260px) {
  .news-list--archive {
    margin-top: -3rem;
  }
}

.mv-news {
  border-radius: 0.5rem;
}
.mv-news__head {
  border-radius: 0.5rem 0 0 0.5rem;
}
.mv-news__title {
  font-size: 115%;
}
.mv-news .news-list__item:last-child {
  border-bottom: none;
}

.news-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px), print {
  .news-head {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .news-head--single {
    margin-top: 0;
  }
}
.news-head__time {
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.65);
}
@media (min-width: 768px), print {
  .news-head__time {
    font-size: 1.4rem;
  }
}
.news-head [class^=icon-]:before, .news-head [class*=" icon-"]:before {
  display: inline-block;
  padding-right: 0.5rem;
}
@media (min-width: 768px), print {
  .news-head [class^=icon-]:before, .news-head [class*=" icon-"]:before {
    padding-right: 1rem;
  }
}
.news-head__ctg {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #333;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
.news-head__title {
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 1.5rem 1rem;
  background: #4E4E4E;
  margin: 1rem 0;
  z-index: 0;
}
@media (min-width: 768px), print {
  .news-head__title {
    font-size: 2.4rem;
    margin: 2rem 0 3rem;
    padding: 1.5rem;
  }
}
.news-head__title:after, .news-head__title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 15px;
  height: 100%;
  background: #222;
  z-index: 1;
}
.news-head__title:before {
  left: 15px;
  background: #4E4E4E;
}
.news-head__title span {
  position: relative;
  display: block;
  padding-left: 30px;
  z-index: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  padding: 10px;
  margin: 1rem 0;
}
.form tr {
  display: block;
}
.form tr:not(:first-child) {
  margin-top: 1.5rem;
}
.form td,
.form th {
  position: relative;
  display: block;
  color: #333;
  text-align: left;
  margin: 1rem 0;
}
.form .required {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #333;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  border: 1px solid #333;
  background: #fff;
  border-radius: 5px;
}
.form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px;
}
@media (min-width: 768px), print {
  .form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
    padding: 5px 10px;
  }
}
.form__radio, .form__checkbox {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__checkbox:checked + .mwform-radio-field-text:before {
  opacity: 1;
  background: #222;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__checkbox:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
  border-color: #222;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__checkbox:checked + .mwform-checkbox-field-text:before {
  background: #333;
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #222;
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #F8F8F8;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3.5px;
  width: 9px;
  height: 9px;
  line-height: 1;
  background: #F8F8F8;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:after, .form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
}
.form .mwform-checkbox-field-text:before {
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #222;
  background: #fff;
}
.form .mwform-checkbox-field-text:after {
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-btn {
  display: block;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-btn__confirm, .form-btn__back, .form-btn__send {
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 110%;
  color: #fff;
  background: #4E4E4E;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 1rem auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .form-btn__confirm, .form-btn__back, .form-btn__send {
    width: 30%;
    margin: 1rem 1.5rem;
  }
}
.form-btn__confirm:hover, .form-btn__back:hover, .form-btn__send:hover {
  background: #333;
}
.form-btn__back {
  background: #4E4E4E;
}
.form-btn__back:hover {
  background: #333;
}
.form-btn__send {
  background: #333;
}
.form-btn__send:hover {
  background: #333;
}
.form :-ms-input-placeholder,
.form ::-moz-placeholder,
.form ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .error {
  font-size: 1.3rem !important;
  font-weight: bold;
  color: #cc33cc !important;
  margin-bottom: 1rem;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?7yit4f");
  src: url("../fonts/icomoon.eot?7yit4f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7yit4f") format("truetype"), url("../fonts/icomoon.woff?7yit4f") format("woff"), url("../fonts/icomoon.svg?7yit4f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-menu:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e90a";
}

.icon-arrow-right-circle:before {
  content: "\e90b";
}

.icon-clock:before {
  content: "\e90b";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chevron-bottom:before {
  content: "\e903";
}

.icon-chevron-top:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e905";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-movie:before {
  content: "\e907";
}

.icon-share:before {
  content: "\e908";
}

.icon-fb_foot:before {
  content: "\e909";
}

.icon-fb:before {
  content: "\e90f";
}

.icon-line:before {
  content: "\e910";
}

.icon-tw:before {
  content: "\e911";
}

body {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Shippori Mincho B1", serif;
  color: #333;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1260px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1260px) {
  .main,
  footer {
    margin-left: 280px;
  }
}

.mce-content-body {
  background: #fff;
}

.is-ie body {
  font-family: "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: auto;
  overflow-x: hidden;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.en {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: -0.03em;
}

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

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  img.aligncenter {
    margin: 2em auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 1260px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul,
ol {
  list-style: none;
}

/*表示・非表示 切り替え用 */
@media (min-width: 768px), print {
  .sp-only {
    display: none !important;
  }
}

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

@media (max-width: 1259px) {
  .pc-only {
    display: none !important;
  }
}

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

@media (min-width: 768px) and (max-width: 1259px) {
  .tab-none {
    display: none !important;
  }
}

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

.mt2em {
  margin-top: 2em;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .video-wrapper {
    width: 90%;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.post-password-form {
  text-align: center;
  margin: 10rem 0;
}
.post-password-form label {
  display: block;
  margin: 3rem auto 1.5rem;
}
.post-password-form label input {
  background: #fff;
}
.post-password-form input {
  border: 1px solid #7F848C;
  background: rgba(127, 132, 140, 0.1);
  border-radius: 5px;
  padding: 0 1.5rem;
}
.post-password-form input + .post-password-form input {
  margin-left: 1.5rem;
}

/*********************/
/*  要素をふわっと  */
/*********************/
.blur {
  opacity: 0;
}
.blur--open {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  20% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  20% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

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