@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');
@font-face {
  font-family: 'APJapanesefont';
  src: url('../fonts/APJapanesefont.eot');
  src: url('../fonts/APJapanesefont.eot?#iefix') format('embedded-opentype'), url('../fonts/APJapanesefont.woff2') format('woff2'), url('../fonts/APJapanesefont.woff') format('woff'), url('../fonts/APJapanesefont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
main {
  position: relative;
}
h1, h2, h3, h4, h5, h6, [class^='heading-'] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--text-main);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
h1, .heading-1 {
  font-size: 30px;
  line-height: 1.5;
}
h2 {
  font-family: 'APJapanesefont', sans-serif;
}
h2.section-title {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
h2.green-pen {
  color: #6BBC6E;
  line-height: 1.2;
  margin-top: 30px;
  letter-spacing: -0.05rem;
}
/* 直前に .green-pen がある場合だけ広めにする */
h2.green-pen + h2.green-pen {}
/* .container 内の最初の .green-pen だけ狭く */
.container h2.green-pen:first-of-type {
  margin-top: 1px;
}
.icon-text {
  position: relative;
  padding: 5px 15px 5px 50px;
  border: 2px solid #f8bfc2;
  height: 60px;
  line-height: 50px;
  border-radius: 30px;
  font-weight: bold;
  background: white;
  white-space: nowrap;
}
/* 左の丸 */
.icon-text::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #f8bfc2;
  border-radius: 50%;
}
/* ドットライン */
.dot-line {
  flex-grow: 1;
  height: 1em;
  background-image: radial-gradient(circle, #f8bfc2 5px, transparent 5px);
  background-size: 20px 1em;
  background-repeat: repeat-x;
  background-position: left center;
  margin-left: 5px;
}
h3, .heading-3 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  h3, .heading-3 {
    font-size: calc(26/500 * 100vw);
  }
}
h4, .heading-4 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.heading-4 {
  font-size: 21px;
  line-height: 1.25;
  border-bottom: 1px solid #fff;
  width: 360px;
  padding: 5px 0 20px;
  margin: 0 auto -25px;
}
@media (max-width: 767px) {
  .heading-4 {
    font-size: calc(16/375 * 100vw);
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    width: calc(176/375 * 100vw);
    padding: 25px 0 20px;
    margin: 20px auto -25px;
  }
}
h5, .heading-5 {
  font-size: 19px;
  line-height: 1.66666;
}
h6, .heading-6 {
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.06em;
}
h2, .heading-2 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
h2.orange-maru {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
h2.orange-maru:before {
  content: url("../img/common/maru-orange.png");
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
}
h3.green-maru {
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
h3.green-maru:before {
  content: url("../images/maru-green.png");
  display: inline-block;
  width: 20px;
  height: 28px;
  vertical-align: middle
}
/*
*
* Contexts
*/
a:focus, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
*:focus {
  outline: none;
}
blockquote {
  padding: 0;
  margin: 0;
}
input, button, select, textarea {
  outline: none;
}
label {
  margin-bottom: 0;
}
p {
  margin: 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li, ol li {
  display: block;
}
dl {
  margin: 0;
}
dt, dd {
  line-height: inherit;
}
dt {
  font-weight: inherit;
}
dd {
  margin-bottom: 0;
}
cite {
  font-style: normal;
}
form {
  margin-bottom: 0;
}
blockquote {
  padding-left: 0;
  border-left: 0;
}
address {
  margin-top: 0;
  margin-bottom: 0;
}
figure {
  margin-bottom: 0;
}
html p a:hover {
  text-decoration: none;
}
/*
*
* Typography
*/
/*
body {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 17.5px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--text-main);
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background-repeat: repeat;
}
*/
body {
  font-family: var(--font-base);
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg-white);
  -webkit-text-size-adjust: 100%;
}
.heading-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}
.heading-decorate .divider {
  display: none;
  vertical-align: super;
  padding-right: 15px;
}
.heading-decorate .divider:after {
  height: 3px;
  width: 75px;
}
small, .small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
mark, .mark {
  padding: 3px 5px;
  color: #ffffff;
  background: var(--color-jigyoukai);
}
.big {
  font-size: 18px;
  line-height: 1.55556;
}
.lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.lead-pinkline {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--text-main);
  margin-bottom: 5px;
  border-left: 2px solid var(--color-jigyoukai);
  padding-left: 10px;
  margin: 10px auto 10px 36px
}
@media (max-width: 767px) {
  .lead-pinkline {
    font-size: calc(16/375 * 100vw);
    border-left: 2px solid var(--color-jigyoukai);
    padding-left: 10px;
    margin: 10px auto 15px 5px
  }
}
code {
  padding: 10px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #111111;
  background: #f6f6f6
}
p [data-toggle='tooltip'] {
  padding-left: .25em;
  padding-right: .25em;
  color: #b7b7b7
}
p [style*='max-width'] {
  display: inline-block;
}
.hidden {
  display: none
}
/*
*
* Brand
*/
.brand {
  display: inline-block;
}
.brand .brand-logo-light {
  display: none;
}
.brand .brand-logo-dark {
  display: block;
}
@media (max-width: 1080px) {
  .brand {
    display: block;
  }
}
/*
*
* Links
*/
a {
  transition: all 0.3s ease-in-out;
}
a, a:focus, a:active, a:hover {
  text-decoration: none;
}
a, a:focus, a:active {
  color: var(--text-main);
}
a[href*='tel'], a[href*='mailto'] {
  white-space: nowrap;
}
.link-hover {
  color: #e25e5e;
}
.link-press {
  color: #e25e5e;
}
.privacy-link {
  display: inline-block;
}
* + .privacy-link {
  margin-top: 35px;
}
/*
*
* Blocks
*/
.block-center, .block-sm, .block-lg {
  margin-left: auto;
  margin-right: auto;
}
.block-xs {
  max-width: 500px;
}
.block-sm {
  max-width: 560px;
}
.block-lg {
  max-width: 768px;
}
.block-center {
  padding: 10px;
}
.block-center:hover .block-center-header {
  background-color: var(--color-jigyoukai);
}
.block-center-title {
  background-color: #ffffff;
}
@media (max-width: 1799px) {
  .block-center {
    padding: 20px;
  }
  .block-center:hover .block-center-header {
    background-color: #ffffff;
  }
  .block-center-header {
    background-color: var(--color-jigyoukai);
  }
}
/*
*
* Boxes
*/
.box-minimal {
  text-align: center
}
.box-minimal .box-minimal-icon {
  font-size: 50px;
  line-height: 50px;
  color: var(--color-jigyoukai)
}
.box-minimal-divider {
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: var(--color-jigyoukai)
}
.box-minimal-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif
}
.box-minimal-text {
  width: 100%;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em
}
* + .box-minimal {
  margin-top: 30px;
}
* + .box-minimal-title {
  margin-top: 10px;
}
* + .box-minimal-divider {
  margin-top: 20px;
}
* + .box-minimal-text {
  margin-top: 15px;
}
.bg-gray-dark .box-minimal p, .bg-primary .box-minimal p {
  color: #9b9b9b;
}
.box-counter {
  position: relative;
  text-align: center;
  color: var(--text-main);
  z-index: 1;
}
.box-counter-title {
  display: inline-block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515
}
.box-counter-main {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2
}
.box-counter-main > * {
  display: inline;
  font: inherit;
}
.box-counter-main .small {
  font-size: 28px;
}
.box-counter-main .small_top {
  position: relative;
  top: .2em;
  vertical-align: top;
}
.box-counter-divider {
  font-size: 0;
  line-height: 0;
}
.box-counter-divider::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: var(--color-jigyoukai);
}
* + .box-counter-title {
  margin-top: 10px;
}
* + .box-counter-main {
  margin-top: 20px;
}
* + .box-counter-divider {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .box-counter-main {
    font-size: 60px
  }
  .box-counter-main .small {
    font-size: 36px
  }
  * + .box-counter-main {
    margin-top: 30px
  }
  * + .box-counter-divider {
    margin-top: 15px
  }
}
.bg-primary .box-counter {
  color: #ffffff
}
.bg-primary .box-counter-divider::after {
  background: #ffffff
}
.box-icon-modern {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px;
  transition: all .3s;
}
.box-icon-modern > * {
  position: relative;
}
.box-icon-modern .icon-modern {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f6f6f6;
}
.box-icon-modern .icon-modern svg > * {
  color: var(--color-jigyoukai);
  fill: var(--color-jigyoukai);
}
.box-icon-modern .divider:after {
  background: #ebebeb;
}
.box-icon-modern:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  transition: all .3s;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.box-icon-modern * + .divider {
  margin-top: 15px;
}
.box-icon-modern:hover {
  z-index: 1;
}
.box-icon-modern:hover:before {
  width: 104%;
  height: 104%;
  opacity: 1
}
@media (min-width: 1200px) {
  .box-icon-modern {
    padding: 40px 32px
  }
}
.box-icon-modern.modern-variant-2 .divider {
  display: none
}
.box-icon-modern-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}
* + .box-icon-modern-title {
  margin-top: 30px
}
@media (min-width: 992px) {
  .icon-modern-list > * .box-icon-modern {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .icon-modern-list > *:last-child .box-icon-modern, .icon-modern-list > *:nth-child(3) .box-icon-modern {
    border-right: 1px solid transparent;
  }
  .icon-modern-list > *:nth-child(n + 4) .box-icon-modern {
    border-bottom: 1px solid transparent;
  }
}
.box-icon-classic {
  position: relative;
  padding: 40px 20px;
}
.box-icon-classic .icon-classic {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e7e7e7;
}
.box-icon-classic .icon-classic .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: var(--color-jigyoukai);
}
.box-icon-classic .icon-classic svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.box-icon-classic .icon-classic svg > * {
  color: var(--color-jigyoukai);
  fill: var(--color-jigyoukai);
}
.box-icon-classic .icon-classic-title {
  color: #fff;
}
.box-icon-classic * + .icon-classic-title {
  margin-top: 14px;
  ....... .
}
.box-icon-classic * + .icon-classic-body {
  margin-top: 25px;
}
.box-icon-classic .icon-classic-body {
  color: var(--text-main);
}
@media (max-width: 767px) {
  .box-icon-classic .icon-classic-body p {
    font-size: calc(13/375 * 100vw)
  }
  .box-icon-classic h4.icon-classic-title {
    font-size: calc(18/375 * 100vw)
  }
}
@media (min-width: 992px) {
  .box-icon-classic {
    display: flex;
    align-items: center;
    padding: 50px 25px;
  }
  .box-icon-classic > * {
    padding: 0 20px;
  }
}
.box-icon-classic-vertical {
  text-align: center
}
.box-icon-classic-vertical .icon-classic-body {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto
}
@media (min-width: 992px) {
  .box-icon-classic-vertical {
    display: block;
    padding: 40px 4px
  }
}
.box-icon-classic-bordered > * {
  border-bottom: 1px solid #e7e7e7;
}
.box-icon-classic-bordered > *:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .box-icon-classic-bordered > * {
    border-right: 1px solid #e7e7e7;
  }
  .box-icon-classic-bordered > *:nth-child(n + 3) {
    border-bottom: none;
  }
  .box-icon-classic-bordered > *:nth-child(2n + 2) {
    border-right: none;
  }
}
.box-icon-minimal {
  max-width: 300px;
  text-align: left;
}
.box-icon-minimal-header {
  display: flex;
  align-items: center;
}
.box-icon-minimal-header svg > * {
  fill: var(--color-jigyoukai);
}
.box-icon-minimal-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-main);
  text-transform: uppercase;
}
.box-icon-minimal-title a {
  color: #151515
}
.box-icon-minimal-title a:hover {
  color: var(--color-jigyoukai)
}
* + .box-icon-minimal-text {
  margin-top: 22px;
}
* + .box-icon-minimal-title {
  margin-left: 20px;
  margin-top: 0
}
.box-images {
  position: relative;
  max-width: 570px;
}
.box-images.box-images-modern {
  display: flex;
  align-items: center;
}
.box-images-item {
  display: inline-block;
  border: 10px solid #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  width: 50%;
}
@media (min-width: 768px) {
  .box-images-item {
    width: inherit;
  }
}
.box-images-item.box-images-without-border {
  border: none;
  margin-right: 20%;
}
.box-images-variant-3 .box-images-item {
  width: inherit
}
.box-images-1 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 4;
}
.box-images-2 {
  position: relative;
  margin-left: 32%;
  z-index: 3;
}
.box-images-3 {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 2;
}
.box-images-4 {
  position: relative;
  margin-top: -5%;
  margin-left: 17%;
  z-index: 1;
}
.box-images-modern .box-images-item:first-child {
  z-index: 2;
  margin-right: -10%;
}
.box-images-variant-3 .box-images-item:first-child {
  position: relative;
  margin-left: 20%;
  z-index: 2;
}
.box-images-variant-3 .box-images-item.box-images-without-border {
  position: relative;
  margin-top: -46%;
  z-index: 1;
}
.box-images-classic .box-image-item {
  display: inline-block;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}
.box-images-classic * + .box-image-item {
  margin-top: 30px;
}
.box-image-retro .box-image-item {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}
.box-video {
  position: relative
}
.box-video .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}
.box-video .button-play:before {
  display: none;
  position: absolute;
  font-family: "FontAwesome";
  content: '\f04b';
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  left: 54%;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out
}
.box-video-top .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  border-radius: 24%;
  background: rgba(241, 1, 5, 0.50);
  transform: translate(-50%, -50%);
}
.box-video-top .button-play:before {
  /*  display: none;
*/ position: absolute;
  font-family: "FontAwesome";
  content: '\f04b';
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  left: 54%;
  color: #ffffff;
  /*  text-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
*/ transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out
}
.box-video .button-play:hover, .box-video .button-play:focus {
  background: rgba(255, 255, 255, 0.8);
}
.box-video .button-play:hover:before, .box-video .button-play:focus:before {
  color: var(--color-jigyoukai)
}
.box-video-button {
  text-align: center
}
.box-video-button .button-play {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.3);
  transition: all .3s;
  z-index: 1;
}
.box-video-button .button-play:before {
  position: absolute;
  content: '';
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 50%;
  transition: all .3s;
}
.box-video-button .button-play .icon {
  position: absolute;
  top: 50%;
  left: 55%;
  font-size: 30px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.box-video-button .button-play:hover {
  background: rgba(255, 255, 255, 0.6);
}
.box-video-button .button-play:hover .icon {
  color: var(--color-jigyoukai)
}
.box-video-button .button-play:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-item {
  position: relative;
  display: block;
  background: #000000;
  overflow: hidden;
}
.gallery-item img {
  position: relative;
  transition: all .5s;
  z-index: 1;
  will-change: transform;
  width: 100%;
}
.gallery-item:before {
  position: absolute;
  content: '';
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #ffffff;
  transition: all .5s;
  opacity: 0;
  z-index: 2;
}
.gallery-item .gallery-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 0;
  z-index: 2;
}
.gallery-item .gallery-item-button {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  width: 66px;
  height: 66px;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
}
.gallery-item .gallery-item-button:before {
  position: absolute;
  content: '+';
  right: 11px;
  bottom: 7px;
  color: var(--color-jigyoukai);
  font-size: 28px;
  line-height: 28px;
  z-index: 1;
}
.gallery-item .gallery-item-button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 33px;
  right: -33px;
  bottom: 0;
  background: #ffffff;
  transform: skewX(-45deg);
}
.mobile .gallery-item .gallery-item-title, .mobile .gallery-item .gallery-item-button, .mobile .gallery-item:before, .tablet .gallery-item .gallery-item-title, .tablet .gallery-item .gallery-item-button, .tablet .gallery-item:before {
  opacity: 1;
}
.mobile .gallery-item img, .tablet .gallery-item img {
  opacity: .7
}
.gallery-item:hover img {
  opacity: .7;
  transform: scale(1.05);
}
.gallery-item:hover:before, .gallery-item:hover .gallery-item-button, .gallery-item:hover .gallery-item-title {
  opacity: 1;
}
@media (min-width: 1200px) {
  .cobbles-gallery .gallery-item img {
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery-item img {
    width: 100%;
  }
}
.team-minimal {
  text-align: center
}
.team-minimal .team-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}
.team-minimal .team-minimal-caption {
  padding: 20px 5px;
  background: #ffffff;
  white-space: nowrap;
}
.team-minimal .team-minimal-caption * + p {
  margin-top: 10px
}
.team-minimal.team-minimal-with-shadow figure {
  display: inline-block;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.team-minimal.team-minimal-type-2 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
/*
*
* Lists
*/
.list > li + li {
  margin-top: 10px;
}
.list-xs > li + li {
  margin-top: 5px;
}
.list-sm > li + li {
  margin-top: 10px;
}
.list-md > li + li {
  margin-top: 18px;
}
.list-lg > li + li {
  margin-top: 25px;
}
.list-xl > li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 70px;
  }
}
.social-list {
  margin-left: -7px;
  margin-right: -7px;
}
.social-list > * {
  padding-left: 7px;
  padding-right: 7px;
}
* + .social-list {
  margin-top: 40px;
}
/*
*
* Images
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  width: 100%;
}
/*
*
* Icons
*/
.icon {
  display: inline-block;
  font-size: 32px;
  line-height: 1.25;
}
.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.icon-primary {
  color: var(--color-jigyoukai);
}
.icon-circle {
  border-radius: 50%;
}
.icon-circle-sm {
  width: 34px;
  height: 34px;
  background: #e1e1e1;
  color: rgba(0, 0, 0, 0.3);
  font-size: 21px;
  line-height: 24px;
  padding: 5px;
}
.icon-circle-sm:hover {
  background: var(--color-jigyoukai);
  color: #ffffff;
}
/*
*
* Dividers
*/
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #f5f5f5;
}
.divider {
  font-size: 0;
  line-height: 0;
}
.divider::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: var(--color-jigyoukai);
}
.divider-lg::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 90px;
  background-color: var(--color-jigyoukai);
}
h1 .divider-lg {
  line-height: 3px;
}
/*
*
* Buttons
*/
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 11px 32px;
  font-size: 14px;
  line-height: 24px;
  border: 2px solid;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .button {
    padding: 11px 13px;
  }
}
.button-block {
  display: block;
  width: 100%;
}
.button-default, .button-default:focus {
  color: #cccccc;
  background-color: #2b2c2f;
  border-color: #2b2c2f;
}
.button-default:hover, .button-default:active {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.button-default.button-ujarak::before {
  background: var(--color-jigyoukai);
}
.button-gray-100, .button-gray-100:focus {
  color: var(--text-main);
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.button-gray-100:hover, .button-gray-100:active {
  color: var(--text-main);
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.button-gray-100.button-ujarak::before {
  background: #e9e9e9;
}
.button-primary, .button-primary:focus {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
p.button-on-photo {
  width: 320px;
  height: 70px;
  background-color: var(--color-jigyoukai);
  border-radius: 35px;
  mix-blend-mode: multiply;
  text-align: left;
  margin: 28px 0;
}
.button-on-photo a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  padding-left: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.button-on-photo img {
  width: 90px;
  padding-left: 25px;
  margin-top: -15px;
}
.parallax-content.section-lg .row.space-btwn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: 5px;
  margin-left: 5px;
  justify-content: space-between;
}
.parallax-container.contact .button-download {
  width: 320px;
  height: 70px;
  border-radius: 35px;
  background-color: var(--color-jigyoukai);
  margin: 55px 0 45px 0;
}
.parallax-container.contact .button-download a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 320px;
  justify-content: space-between;
}
.parallax-container.contact .button-download p {
  text-align: left;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.parallax-container.contact .button-download img {
  margin: -35px 20px 0 0;
}
.parallax-container.contact .button-download img:last-child {
  width: 100px;
  height: 150px
}
@media (min-width: 768px) and (max-width: 979px) {
  .parallax-content.section-lg .row.space-btwn .col-lg-4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: 5px;
    margin-left: 5px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .parallax-container {
    width: 100%;
  }
  .parallax-container .parallax-content.section-lg .row.space-btwn {
    display: block;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .parallax-container.contact .button-download {
    width: 320px;
    margin: 100px auto;
  }
  .parallax-container.contact .button-download:first-child {
    margin-top: 50px;
  }
  .parallax-container.contact .button-download:last-child {
    margin-bottom: 30px;
  }
}
.button-primary:hover, .button-primary:active {
  color: #ffffff;
  background-color: #2b2c2f;
  border-color: #2b2c2f;
}
.button-primary.button-ujarak::before {
  background: #2b2c2f;
}
.button-default-outline, .button-default-outline:focus {
  color: var(--text-main);
  background-color: transparent;
  border-color: var(--color-jigyoukai);
}
.button-default-outline:hover, .button-default-outline:active {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.button-default-outline.button-ujarak::before {
  background: var(--color-jigyoukai);
}
.button-white, .button-white:focus {
  color: var(--color-jigyoukai);
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-white:hover, .button-white:active {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.button-white.button-ujarak::before {
  background: var(--color-jigyoukai);
}
.button-ghost {
  border: 0;
  background-color: transparent;
  color: var(--text-main);
}
.button-ghost:hover {
  color: #ffffff;
  background: var(--color-jigyoukai);
}
.button-facebook, .button-facebook:focus {
  color: #ffffff;
  background-color: #4d70a8;
  border-color: #4d70a8;
}
.button-facebook:hover, .button-facebook:active {
  color: #ffffff;
  background-color: #456497;
  border-color: #456497;
}
.button-facebook.button-ujarak::before {
  background: #456497;
}
.button-twitter, .button-twitter:focus {
  color: #ffffff;
  background-color: #02bcf3;
  border-color: #02bcf3;
}
.button-twitter:hover, .button-twitter:active {
  color: #ffffff;
  background-color: #02a8da;
  border-color: #02a8da;
}
.button-twitter.button-ujarak::before {
  background: #02a8da;
}
.button-google, .button-google:focus {
  color: #ffffff;
  background-color: #e2411e;
  border-color: #e2411e;
}
.button-google:hover, .button-google:active {
  color: #ffffff;
  background-color: #cc3a1a;
  border-color: #cc3a1a;
}
.button-google.button-ujarak::before {
  background: #cc3a1a;
}
.button-shadow {
  box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.15);
}
.button-shadow:hover {
  box-shadow: 0 9px 10px 0 rgba(30, 30, 30, 0.15);
}
.button-shadow:focus, .button-shadow:active {
  box-shadow: none;
}
.button-ujarak {
  position: relative;
  z-index: 0;
  transition: background .4s, border-color .4s, color .4s;
}
.button-ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-jigyoukai);
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
}
.button-ujarak, .button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak:hover {
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}
.button-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.button-xs {
  padding: 8px 17px;
}
.button-sm {
  padding: 6px 25px;
  font-size: 12px;
  line-height: 24px;
}
.button-lg {
  padding: 16px 50px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 30px;
}
.button-xl {
  padding: 16px 50px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 35px;
}
@media (min-width: 992px) {
  .button-xl {
    padding: 24px 80px;
  }
}
.button-circle {
  border-radius: 30px;
}
.button-round-1 {
  border-radius: 5px;
}
.button-round-2 {
  border-radius: 10px;
}
.button-square {
  border-radius: 0;
}
.button.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 14px;
}
.button.button-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 20px;
  line-height: 1em;
}
.button.button-icon-left .icon {
  padding-right: 11px;
}
.button.button-icon-right {
  flex-direction: row-reverse;
}
.button.button-icon-right .icon {
  padding-left: 11px;
}
.button.button-icon.button-link .icon {
  top: 5px;
  font-size: 1em;
}
.button.button-icon.button-xs .icon {
  top: .05em;
  font-size: 1.2em;
  padding-right: 8px;
}
.button.button-icon.button-xs .button-icon-right {
  padding-left: 8px;
}
.button-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--text-main);
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}
.button-link:hover {
  color: var(--color-jigyoukai);
}
.button-link-icon .icon {
  margin-left: 10px;
  transition: 350ms all ease-in-out;
}
.button-link-icon:hover .icon {
  margin-left: 15px;
  transform: rotateX(180deg);
}
.btn {
  cursor: pointer;
}
.btn, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-primary {
  border-radius: 3px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: .33s;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  background: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.btn-primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
/*
*
* Form styles
*/
.rd-form {
  position: relative;
  text-align: left;
}
.rd-form .button {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}
* + .rd-form {
  margin-top: 20px;
}
input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}
.form-wrap {
  position: relative;
}
.form-wrap.has-error .form-input {
  border-color: #f5543f;
}
.form-wrap.has-focus .form-input {
  border-color: var(--color-jigyoukai);
}
.form-wrap.has-focus .form-input-black {
  border-color: #ccc;
}
.form-wrap + * {
  margin-top: 20px;
}
.form-input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: var(--text-main);
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid var(--color-jigyoukai);
}
.form-input-black {
  display: block;
  width: 100%;
  margin: -3px 0 0 -20px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: var(--text-main);
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #ccc;
}
.form-input option, .form-input-black option {
  color: var(--text-main);
}
.form-input:focus {
  outline: 0;
}
textarea.form-input {
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
}
.form-label, .form-label-outside {
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 400;
}
.form-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #a1a1a1;
}
.form-label-outside {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  top: 0;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
  }
}
[data-x-mode='true'] .form-label {
  pointer-events: auto;
}
.form-validation {
  position: absolute;
  right: 20px;
  top: 2px;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}
.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0;
}
.form-wrap-recaptcha .form-validation {
  right: auto;
  left: 15px;
}
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: .3s all ease;
}
#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #f5543f;
}
.form-output.success {
  color: #98bf44;
}
.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #ffffff;
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after, .checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: .22s;
}
.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.radio, .radio-inline, .checkbox, .checkbox-inline {
  cursor: pointer;
}
.radio input, .radio-inline input, .checkbox input, .checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio, .radio-inline {
  padding-left: 28px;
}
.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #a1a1a1;
}
.radio .radio-custom-dummy::after, .radio-inline .radio-custom-dummy::after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #2b2c2f;
  border-radius: inherit;
}
.checkbox, .checkbox-inline {
  padding-left: 28px;
}
.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #e1e1e1;
}
.checkbox .checkbox-custom-dummy::after, .checkbox-inline .checkbox-custom-dummy::after {
  content: '\f222';
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #cccccc;
}
.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}
.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: var(--color-jigyoukai);
  transform: translate(20px, -50%);
}
.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: transparent;
  cursor: pointer;
}
.toggle-custom ~ .checkbox-custom-dummy::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #a1a1a1;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: .22s;
}
.rd-form-inline {
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
}
.rd-form-inline > * {
  margin-top: 0;
}
.rd-form-inline .form-wrap {
  flex: 1;
  min-width: 185px;
}
.rd-form-inline .form-wrap-select {
  text-align: left;
}
.rd-form-inline .form-input {
  border-width: 2px;
  padding: 11px 19px;
  line-height: 22px;
}
.rd-form-inline .form-button {
  margin-top: 10px;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: calc(100% - 10px);
  min-height: 50px;
}
.rd-form-inline .form-button .button {
  min-height: inherit;
}
@media (min-width: 576px) {
  .rd-form-inline {
    display: flex;
  }
  .rd-form-inline .form-button {
    margin-top: 0;
    position: absolute;
    right: -1px;
  }
  .rd-form-inline .form-validation {
    right: 180px;
  }
  .rd-form-inline .form-input {
    padding-right: 180px;
  }
  .rd-form-inline .button {
    display: block;
  }
}
.rd-form-inline.rd-form-inline-centered {
  justify-content: center;
}
.form-sm .form-input, .form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}
.form-sm .form-validation {
  top: -16px;
}
.form-sm .form-label {
  top: 20px;
}
.form-sm * + .button {
  margin-top: 10px;
}
.form-lg .form-input, .form-lg .form-label, .form-lg .select2-container .select2-choice {
  font-size: 16px;
}
.form-lg .form-input, .form-lg .select2-container .select2-choice {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.form-lg .form-input, .form-lg .select2-container .select2-choice {
  min-height: 58px;
}
.form-lg .form-button {
  min-height: 60px;
}
.form-lg .form-label {
  top: 30px;
}
.rd-form-icon .input-icon {
  position: absolute;
  font-size: 28px;
  line-height: 24px;
  color: #9b9b9b;
  left: 18px;
  top: 46%;
  transform: translateY(-50%);
}
.rd-form-icon .textarea-wrap .input-icon {
  top: 20px;
}
.rd-form-icon .form-input, .rd-form-icon .form-label {
  padding-left: 50px;
  font-size: 14px;
}
.rd-form-icon * + .button-block {
  margin-top: 40px;
}
.rd-form-centered .form-label {
  text-align: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
.rd-form-centered .form-input {
  text-align: center;
}
.rd-form-centered .form-validation {
  top: 30px;
  right: 20px;
}
.button-form-group {
  display: flex;
}
.button-form-group > * {
  flex: 1;
  margin-right: 20px;
}
.button-form-group * + .button {
  margin-top: 0;
}
.button-form-group .button:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .button-form-group {
    display: block;
  }
  .button-form-group > * {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .button-form-group * + .button {
    margin-top: 10px;
  }
}
.form-register * + .button-form-group {
  margin-top: 40px;
}
* + .form-button {
  margin-top: 35px;
}
.list-dotted li {
  margin-left: 1.5em;
}
.list-dotted li:before {
  content: url("../img/common/maru-ltl-green.svg");
  display: inline-block;
  width: 10px; /*画像の幅*/
  height: auto; /*画像の高さ*/
  vertical-align: middle;
  margin: -5px 3px 0 -12px;
}
.container-star .middle-content .col-3 .btn-gray {
  text-align: center;
  width: 100%;
  height: 46px;
  border: 1px solid #CBE4C4;
  line-height: 46px;
  margin-top: 8px;
  background: #F0FEEC;
}
.container-star .middle-content .chart-half {
  width: 50%;
  padding: 8px;
}
.container-star .yellow-plate {
  background: #FDFDE3;
  padding: 15px;
  border: 1px solid var(--color-jigyoukai);
  text-align: center;
  border-radius: 15px;
  z-index: 1;
}
.container-star .yellow-plate p {
  padding: 10px 0 18px;
  border-bottom: 3px dotted var(--color-jigyoukai);
}
.container-star .yellow-plate p:last-child {
  border-bottom: none;
}
.container-star .intro-text.photo-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-star .intro-text .photo-bottom-fit .intro-img-in {
  justify-content: flex-end;
}
.quote-modern-text {
  position: relative;
  max-width: 650px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.quote-modern-text .quote-body-mark {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.quote-modern-text .quote-body-mark > * {
  fill: rgba(0, 0, 0, 0.08);
}
.quote-modern-img img {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.23);
}
.quote-modern-caption .quote-modern-title {
  text-transform: capitalize;
  font-weight: 400;
}
.quote-modern-caption > * + .big {
  margin-top: 5px;
}
.quote-modern-caption * + .quote-modern-title {
  margin-top: 25px;
}
* + .quote-modern-caption {
  margin-top: 35px;
}
.quote-bordered .quote-caption {
  position: relative;
  padding: 20px 20px 20px 35px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.quote-bordered .quote-caption .quote-text {
  position: relative;
}
.quote-bordered .quote-caption svg {
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}
.quote-bordered .quote-caption svg > * {
  fill: #e3e3e3;
}
@media (min-width: 992px) {
  .quote-bordered .quote-caption {
    padding-left: 48px;
  }
}
/*
*
* Thumbnails
*/
.figure-light figcaption {
  padding-top: 10px;
  color: #a1a1a1;
  font-size: 14px;
}
/*
*
* Breadcrumbs
*/
.breadcrumbs-custom {
  position: relative;
  padding: 10px 0;
  background-color: #CAE4C3;
  background-position: center;
}
.breadcrumbs-custom-path {
  margin-left: -17px;
  margin-right: -17px;
}
.breadcrumbs-custom-path > * {
  padding-left: 17px;
  padding-right: 17px;
}
.breadcrumbs-custom-path a {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
  color: #F27EAF;
  text-decoration: underline;
}
.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px !important;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.breadcrumbs-custom-path li::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs-custom-path li:last-child:after {
  display: none;
}
.breadcrumbs-custom-path a:hover, .breadcrumbs-custom-path li.active {
  color: var(--text-main);
}
.breadcrumbs-custom-path li.active {
  top: 2px;
}
* + .breadcrumbs-custom-path {
  margin-top: 14px;
}
@media (min-width: 576px) {
  * + .breadcrumbs-custom-path {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-custom-path li {
    font-size: 16px;
    line-height: 24px;
  }
}
/*
*
* Pagination custom
*/
.pagination {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px;
  margin-left: -10px;
}
.pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.pagination > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
.page-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-link {
  display: inline-block;
  min-width: 48px;
  padding: 10px 10px;
  border: 2px solid #cdcdcd;
  font-size: 12px;
  line-height: 2;
  background-color: #ffffff;
  color: var(--text-main);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.page-item-control .page-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.027em;
}
@media (max-width: 575px) {
  .pagination > * {
    margin-left: 7px;
  }
  .page-link {
    display: inline-block;
    min-width: 40px;
    padding: 6px 6px;
    border: 2px solid #cdcdcd;
    font-size: 12px;
    line-height: 2;
    background-color: #ffffff;
    color: var(--text-main);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }
  .page-item-control .page-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.027em;
  }
}
.page-link:hover, .page-link:focus, .page-link:active {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
  color: #a1a1a1;
  background-color: #eaeced;
  border-color: #eaeced;
}
.page-item-control .icon::before {
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: 24px;
}
.page-item-control:first-child .icon::before {
  content: '\f053';
  margin-left: -1px;
}
.page-item-control:last-child .icon::before {
  content: '\f054';
  margin-right: -1px;
}
/*
*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: var(--text-main);
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.snackbars .icon-xxs {
  font-size: 18px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}
/*
*
* Footers
*/
.footer-classic {
  padding: 30px 0 30px 15px;
  /*  background: #fff;
*/ /*  border-top: 2px solid var(--color-jigyoukai);
*/
}
.footer-classic .container .row .col-3 p, .footer-classic .container .row .col-4 p {
  color: var(--text-main);
  text-align: left;
  font-size: 14px；
}
.footer-classic .container .row .col-3 .footer-brand-sub {
  color: var(--text-main);
  text-align: left;
  font-size: 14px；
}
.footer-classic .container .row .col-3 .footer-brand {
  color: var(--color-jigyoukai);
  text-align: left;
  /*  font-weight: 700;
*/ font-size: 22px !important;
  margin-top: 7px;
}
.footer-classic .container .row .col-3 img {
  height: 85px;
}
.footer-classic img {
  height: 70px;
  margin-top: -5px;
}
.footer-classic .link-map {
  text-decoration: underline;
  text-align: right;
  color: var(--color-jigyoukai);
}
.footer-classic .navbar-footer {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #FF8BA6;
  border-radius: 25px;
  padding: 10px 15px 12px;
  margin: 5px 10px 0 auto;
}
.footer-classic .navbar-footer li {
  margin-bottom: -4px;
}
.footer-classic .navbar-footer li a {
  margin-right: 18px;
  margin-bottom: -3px;
  color: var(--text-main);
  font-size: 17px;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.footer-classic .navbar-footer li a.active {
  color: var(--color-jigyoukai);
}
.footer-classic .navbar-footer li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.footer-classic .navbar-footer li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -12px;
  top: 50%;
  margin-top: -10px;
  border-right: 1px solid var(--color-jigyoukai);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-classic .navbar-footer li .no-slash {
  margin-right: 3px;
}
.footer-classic .navbar-footer li .no-slash:after {
  content: '';
  display: none;
}
.footer-classic .address-tel .pile-up.lower {
  margin-top: -0.2em;
}
.footer-classic .address-tel .pile-up.lower span {
  margin-right: 1em;
}
.footer-classic .address-tel .facility-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .footer-classic {
    padding: 30px 0 30px 15px;
  }
  .footer-classic .container .row .col-3 .footer-brand-sub {
    font-size: 80% !important;
    text-align: left;
    color: var(--text-main);
  }
  .footer-classic .container .row .col-3 .footer-brand {
    text-align: left;
    font-size: 1.2rem !important;
    margin-top: 7px;
  }
  .footer-classic .container .row .col-3.gothic p {
    font-size: 13px !important;
  }
  .footer-classic .container .row .col-3.gothic li {
    font-size: 13px !important;
  }
  .footer-classic .address-tel .pile-up {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 979px) {
  .footer-classic .row {
    display: block;
  }
  .footer-classic .row .col-2, .footer-classic .row .col-3, .footer-classic .container .row .col-4 {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-classic .container .row .col-3 p {
    text-align: center;
    font-size: 1em；
  }
  .footer-classic .container .row .col-3 .footer-brand-sub {
    text-align: center;
  }
  .footer-classic .container .row .col-3 .footer-brand {
    text-align: center;
    margin: 1px auto 10px;
  }
  .footer-classic .container .row .col-3 p, .footer-classic .container .row .col-4 p {
    text-align: center;
  }
  .footer-classic img {
    height: 70px;
    margin-top: -5px;
  }
  .footer-classic .link-map {
    text-decoration: underline;
    text-align: right;
  }
  .footer-classic .navbar-footer {
    /*    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;*/
    display: none;
    justify-content: center;
    text-align: center;
  }
  .footer-classic .navbar-footer:first-child {
    margin-top: 20px;
  }
  .footer-classic .navbar-footer:last-child {
    margin-bottom: 20px;
  }
  .footer-classic .col-3 .row {
    display: flex;
    justify-content: center;
  }
  .footer-classic .col-3 .row p.rights.smaller {
    text-align: left !important;
  }
  .footer-classic .address-tel {
    margin-top: -1.6em;
    text-align: center;
  }
  .footer-classic .address-tel .pile-up {
    display: flex;
    flex-direction: column;
  }
}
.social-block-footer .list-inline {
  margin-left: -10px;
  margin-right: -10px;
}
.social-block-footer .list-inline > * {
  padding-left: 10px;
  padding-right: 10px;
}
.social-block-footer .list-inline a {
  color: #a3a3a3;
}
.social-block-footer .list-inline a:hover {
  color: var(--color-jigyoukai);
}
/*
* Page layout
*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  opacity: 0;
}
.page-with-light {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  /*  opacity: 0;
*/
}
.page.fadeIn {
  animation-timing-function: ease-out;
}
.page.fadeOut {
  animation-timing-function: ease-in;
}
[data-x-mode] .page {
  opacity: 1;
}
html.boxed body {
  background: #f6f6f6 url(../img/common/bg-pattern-boxed.png) repeat fixed;
}
@media (min-width: 1630px) {
  html.boxed .page {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
  }
  html.boxed .rd-navbar-static {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  html.boxed .rd-navbar-static.rd-navbar--is-stuck {
    max-width: 1600px;
    width: 100%;
    left: calc(50% - 1600px);
    right: calc(50% - 1600px);
  }
}
/*
*
* Text styling
*/
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  text-decoration: underline;
}
.text-strike {
  text-decoration: line-through;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-sbold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-ubold {
  font-weight: 700;
}
.text-spacing-0 {
  letter-spacing: 0;
}
.text-spacing-50 {
  letter-spacing: 0.05em;
}
.text-spacing-60 {
  letter-spacing: 0.06em;
}
.text-primary {
  color: var(--color-jigyoukai) !important;
}
.text-gray-700 {
  color: var(--text-main);
}
.text-gray-800 {
  color: var(--text-main);
}
.img-shadow {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
/*
*
* Offsets
*/
* + p {
  margin-top: 15px;
}
h2 + p, .heading-2 + p {
  margin-top: 12px;
}
p + h2, p + .heading-2 {
  margin-top: 15px;
}
p + p {
  margin-top: 12px;
}
p.big + p {
  margin-top: 17px;
}
img + p {
  margin-top: 15px;
}
.divider-lg + p {
  margin-top: 30px;
}
h3 + img {
  margin-top: 42px;
}
* + .row {
  margin-top: 30px;
}
.block-image + p {
  margin-top: 30px;
}
* + .big {
  margin-top: 20px;
}
* + .text-block {
  margin-top: 30px;
}
* + .button {
  margin-top: 40px;
}
* + .form-comment {
  margin-top: 45px;
}
* + .button-link {
  margin-top: 30px;
}
* + .owl-carousel {
  margin-top: 30px;
}
.row + h3, .row + .heading-3 {
  margin-top: 80px;
}
.container + .container {
  margin-top: 35px;
}
.container + .container-fluid {
  margin-top: 35px;
}
.row + .row {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  * + .rd-form {
    margin-top: 30px;
  }
  .container + .container {
    margin-top: 60px;
  }
  .row + .row {
    margin-top: 60px;
  }
}
.row-0 {
  margin-bottom: 0px;
}
.row-0:empty {
  margin-bottom: 0;
}
.row-0 > * {
  margin-bottom: 0px;
}
.row-15 {
  margin-bottom: -15px;
}
.row-15:empty {
  margin-bottom: 0;
}
.row-15 > * {
  margin-bottom: 15px;
}
.row-20 {
  margin-bottom: -20px;
}
.row-20:empty {
  margin-bottom: 0;
}
.row-20 > * {
  margin-bottom: 20px;
}
.row-30 {
  margin-bottom: -30px;
}
.row-30:empty {
  margin-bottom: 0;
}
.row-30 > * {
  margin-bottom: 30px;
}
.row-40 {
  margin-bottom: -40px;
}
.row-40:empty {
  margin-bottom: 0;
}
.row-40 > * {
  margin-bottom: 40px;
}
.row-50 {
  margin-bottom: -50px;
}
.row-50:empty {
  margin-bottom: 0;
}
.row-50 > * {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .row-md-30 {
    margin-bottom: -30px;
  }
  .row-md-30:empty {
    margin-bottom: 0;
  }
  .row-md-30 > * {
    margin-bottom: 30px;
  }
}
/*
*
* Sections
*/
.section-xxs {
  padding: 12px 0;
}
.section-xs {
  padding: 25px 0;
}
.section-xs-type-1 {
  padding: 30px 0;
}
.section-sm, .section-md, .section-lg, .section-xl {
  padding: 10px 0 40px;
}
.section-collapse + .section-collapse {
  padding-top: 0;
}
.section-collapse:last-child {
  padding-bottom: 0;
}
html [class*='section-'].section-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  section.section-sm:first-of-type, section.section-md:first-of-type, section.section-lg:first-of-type, section.section-xl:first-of-type, section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-lg {
    padding: 1.5px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-sm {
    padding: 60px 0;
  }
  .section-md {
    padding: 70px 0;
  }
  .section-lg {
    padding: 85px 0;
  }
}
@media (min-width: 992px) {
  .section-md {
    padding: 80px 0 90px;
  }
  .section-lg {
    padding: 50px 0;
  }
  .section-xl {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .section-lg {
    padding: 15px 0 30px;
  }
  .section-xl {
    padding: 140px 0;
  }
}
.section-single {
  position: relative;
  display: flex;
  text-align: center;
}
.section-single:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
}
@media (max-width: 991px) {
  .section-single:before {
    opacity: 0.85;
  }
}
.section-single > * {
  position: relative;
}
.section-single p {
  margin-left: auto;
  margin-right: auto;
}
.section-single * + .rights {
  margin-top: 35px;
}
.section-single * + .countdown-wrap {
  margin-top: 35px;
}
.section-single .countdown-wrap + * {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .section-single * + .rights {
    margin-top: 60px;
  }
  .section-single .countdown-wrap + * {
    margin-top: 35px;
  }
}
.section-single .rd-mailform-wrap {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-single * + .rd-mailform-wrap {
  margin-top: 30px;
}
.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}
.section-single-main {
  padding: calc(1em + 4vh) 0;
}
.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}
.section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}
.section-single-inner > * {
  width: 100%;
}
@supports (display: grid) {
  .section-single-inner {
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-template-columns: 1fr;
  }
}
.section-page-title {
  padding: 80px 0;
}
.section-filter-white {
  position: relative;
}
.section-filter-white > * {
  position: relative;
}
.section-filter-white:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.section-filter-dark {
  position: relative;
}
.section-filter-dark > * {
  position: relative;
}
.section-filter-dark:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
/**
* Custom sections
*/
.section-two-column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section-two-column > * {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .section-two-column {
    flex-direction: row;
  }
  .section-two-column > * {
    flex-basis: 50%;
  }
  .section-two-column .section-map {
    position: relative;
    overflow: hidden;
  }
  .section-two-column .section-map .google-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
}
.section-two-column-content {
  padding: 0 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-two-column-content {
    padding-left: 40px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .section-two-column-content {
    padding-left: 80px;
  }
}
.section-transform-bottom {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .section-transform-bottom {
    margin-bottom: -130px;
  }
}
/*
*
* Grid modules
*/
.grid-demonstration {
  padding: 12px 8px;
  letter-spacing: 0;
  text-align: left;
}
.grid-demonstration h5, .grid-demonstration .heading-5 {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .grid-demonstration h5, .grid-demonstration .heading-5 {
    font-size: 14px;
  }
}
@media (max-width: 1799px) {
  .grid-demonstration p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  .container-fluid.grid-demonstration .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fluid.grid-demonstration [class^='col'] {
  padding: 5px;
}
@media (max-width: 991px) {
  .container-fluid.grid-demonstration [class^='col'] p {
    font-size: 14px;
  }
  .container-fluid.grid-demonstration [class^='col'] * + p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .container-fluid.grid-demonstration [class^='col'] {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .container-fluid.grid-demonstration [class^='col'] {
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid.grid-demonstration [class^='col'] {
    padding: 30px 15px 30px 30px;
  }
}
@media (min-width: 1800px) {
  .container-fluid.grid-demonstration [class^='col'] {
    padding: 50px 100px;
  }
  .container-fluid.grid-demonstration [class^='col'] * + p {
    margin-top: 24px;
  }
}
@media (min-width: 1800px) {
  .container-fluid.grid-demonstration .row {
    margin-left: -70px;
    margin-right: -70px;
  }
}
.grid-system-bordered [class*='col'] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid-system-bordered .row {
  border-bottom: 1px solid #eaeced;
}
.grid-system-bordered .row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .grid-system-bordered [class*='col'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .grid-system-bordered [class*='col'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.grid-system-outline .row {
  border: 1px solid #eaeced;
}
.grid-system-outline .row:not(:last-child) {
  border-bottom-width: 0;
}
.grid-system-outline [class*='col']:not(:last-child) {
  border-right: 1px solid #eaeced;
  margin-right: -1px;
}
.grid-system-outline * + .row {
  margin-top: 45px;
}
.grid-system-outline .row + .row {
  margin-top: 0;
}
/*
*
* Backgrounds
*/
.context-dark, .context-dark h1, .context-dark h2, .context-dark h3, .context-dark h4, .context-dark h5, .context-dark h6, .context-dark [class^='heading-'] {
  color: #ffffff;
}
.context-dark .divider-lg::after {
  background: #ffffff;
}
.context-dark .rd-form-inline .form-input, .context-dark .rd-form-inline .form-label {
  color: #ffffff;
}
.context-dark .form-validation {
  color: #ffffff;
}
.context-dark .quote-modern .quote-modern-title {
  color: #fefefe;
}
.context-dark .quote-modern .big {
  color: #d0d0d0;
}
.context-dark .quote-modern .quote-modern-text {
  color: #d7d7d7;
}
.context-dark .quote-modern .quote-modern-text .quote-body-mark > * {
  fill: rgba(255, 255, 255, 0.46);
}
.bg-gray-dark, .bg-primary, .bg-gray-dark h1, .bg-primary h1, .bg-gray-dark h2, .bg-primary h2, .bg-gray-dark h3, .bg-primary h3, .bg-gray-dark h4, .bg-primary h4, .bg-gray-dark h5, .bg-primary h5, .bg-gray-dark h6, .bg-primary h6, .bg-gray-dark [class^='heading-'], .bg-primary [class^='heading-'] {
  color: #ffffff;
}
.bg-gray-dark .divider-lg::after, .bg-primary .divider-lg::after {
  background: #ffffff;
}
.bg-gray-dark .rd-form-inline .form-input, .bg-primary .rd-form-inline .form-input, .bg-gray-dark .rd-form-inline .form-label, .bg-primary .rd-form-inline .form-label {
  color: #ffffff;
}
.bg-gray-dark .form-validation, .bg-primary .form-validation {
  color: #ffffff;
}
.bg-gray-dark .quote-modern .quote-modern-title, .bg-primary .quote-modern .quote-modern-title {
  color: #fefefe;
}
.bg-gray-dark .quote-modern .big, .bg-primary .quote-modern .big {
  color: #d0d0d0;
}
.bg-gray-dark .quote-modern .quote-modern-text, .bg-primary .quote-modern .quote-modern-text {
  color: #d7d7d7;
}
.bg-gray-dark .quote-modern .quote-modern-text .quote-body-mark > *, .bg-primary .quote-modern .quote-modern-text .quote-body-mark > * {
  fill: rgba(255, 255, 255, 0.46);
}
.bg-gray-dark .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
  display: none;
}
.bg-gray-dark .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
  display: block;
}
/**
* Light Backgrounds
*/
.bg-default {
  background-color: #ffffff;
}
.bg-default + .bg-default {
  padding-top: 0;
}
.bg-gray-100 {
  background-color: #f6f6f6;
}
.bg-gray-100 + .bg-gray-100 {
  padding-top: 0;
}
.bg-gray-100 .box-icon-modern .icon-modern {
  background: #e7e7e7;
}
.bg-gray-11 {
  background-color: #f4f4f4;
}
.bg-gray-11 + .bg-gray-11 {
  padding-top: 0;
}
/**
* Dark Backgrounds
*/
.bg-gray-dark {
  background-color: #2b2c2f;
}
.bg-gray-dark + .bg-gray-dark {
  padding-top: 0;
}
/** 
* Accent Backgrounds
*/
.bg-primary {
  background: var(--color-jigyoukai);
}
.bg-primary + .bg-primary {
  padding-top: 0;
}
.bg-primary .button-primary, .bg-primary .button-primary:focus {
  color: var(--color-jigyoukai);
  background-color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .button-primary:hover, .bg-primary .button-primary:active {
  color: #ffffff;
  background-color: var(--color-jigyoukai);
  border-color: #ffffff;
}
.bg-primary .button-primary.button-ujarak::before {
  background: var(--color-jigyoukai);
}
.bg-primary .form-validation {
  color: #ffffff;
}
.bg-primary .rd-form-inline .form-input {
  line-height: 22px;
  border: 2px solid #ffffff;
}
/**
* Background Image
*/
[class^='bg-'] {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}
.mbYTP_wrapper {
  position: relative;
  background: linear-gradient(to bottom, var(--color-jigyoukai), #df8686);
}
.mbYTP_wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, var(--color-jigyoukai), #df8686);
  opacity: .4;
  z-index: 1;
}
.page-header {
  z-index: 200;
}
/*
*
* Utilities custom
*/
.height-fill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.height-fill > * {
  flex-grow: 1;
  flex-shrink: 0;
}
.object-inline {
  white-space: nowrap;
}
.object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}
.object-inline > * + * {
  margin-left: 5px;
}
.oh {
  position: relative;
  overflow: hidden;
}
.text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.text-decoration-lines-content {
  position: relative;
  display: inline-block;
  min-width: 170px;
  font-size: 14px;
  text-transform: uppercase;
}
.text-decoration-lines-content::before, .text-decoration-lines-content::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #eaeced;
  top: 50%;
  width: 100vw;
}
.text-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.text-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
* + .text-decoration-lines {
  margin-top: 30px;
}
p.rights {
  position: absolute;
  /*    top: calc(800/1400 * 100vw);
*/
  top: 320px;
  right: -178px;
  font-size: 0.8em;
  color: #9b9b9b;
  letter-spacing: 0.05em;
  transform: rotate(270deg)
}
p.rights a {
  color: inherit;
}
p.rights a:hover {
  color: var(--color-jigyoukai);
}
[style*='z-index: 1000;'] {
  z-index: 1101 !important;
}
.text-block > * {
  margin-left: .125em;
  margin-right: .125em;
}
/*
*
* Animate.css
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: .3s all ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader-body {
  text-align: center;
}
.preloader-body p {
  position: relative;
  right: -8px;
}
.cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 142px;
  height: 160px;
  margin: 0 auto;
  background-image: url("../images/chara_01.png");
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin .88s infinite linear;
}
@-webkit-keyframes cssload-spin {
  100% {
    transform: translateX(-150px);
  }
}
@keyframes cssload-spin {
  100% {
    transform: translateX(-150px);
  }
}
/*
*
* ToTop
*/
.ui-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 46px;
  color: #ffffff;
  background: var(--color-jigyoukai);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}
.ui-to-top:hover {
  color: #ffffff;
  background: #111111;
  text-decoration: none;
}
.ui-to-top:focus {
  color: #ffffff;
}
.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}
/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  /*  z-index: 200;*/
  z-index: 2000;
}
.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}
.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone, .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.rd-navbar {
  display: none;
  background: rgba(255, 255, 255, 0.50);
}
.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: var(--text-main);
  background-color: transparent;
  border: none;
  display: none;
}
.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}
.rd-navbar-toggle span:after {
  top: 8px;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #FF8BA6;
  backface-visibility: hidden;
  border-radius: 0;
}
.rd-navbar-toggle span {
  transform: rotate(180deg);
}
.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
}
.rd-navbar-toggle.active span {
  transform: rotate(360deg);
}
.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: var(--text-main);
  display: none;
}
.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}
.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #151515;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: .3s all ease;
}
.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  content: '';
}
.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}
.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}
.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}
.rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}
.rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}
.rd-navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  margin: 10px 0 0 14px
}
/*
.rd-navbar-brand p {
  margin: 0;
  font-size: 16px;
}
*/
.org-name {
  font-size: 16px;
  font-weight: normal;
}
.facility-name {
  font-size: 24px;
  font-weight: bold;
}
.rd-navbar-brand a, .facility-name {
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.rd-navbar-main-element {
  display: flex;
  justify-content: flex-end;
}
.rd-navbar-nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  width: auto;
}
.rd-navbar-nav {
  display: flex;
  gap: -120px; /* ナビ間の余白調整 */
}
.rd-navbar-nav img {
  height: 180px;
}
.rd-navbar-brand a, .facility-name {
  font-size: 25px;
}
.rd-nav-item img:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}
@media (min-width: 980px) {
  .rd-navbar-brand a, .facility-name {
    font-size: 24px;
  }
      .rd-navbar-brand .unit-left a  {
    display: flex;
    align-items: center;
  }
  .rd-navbar-brand p {
    font-size: 1.05rem;
  }
}
@media (max-width: 979px) {
  .rd-navbar-brand a, .facility-name {
    font-size: 22px;
  }
  .rd-navbar-brand p {
    font-size: 0.85rem;
  }
  .rd-navbar-nav img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .rd-navbar-nav img {
    height: 110px;
    margin: 0;
    max-width: 200%;
  }
  .rd-navbar-brand p {
    display: none;
  }
}
.org-name {
  /*  font-size: 0.8rem;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-right: 1em;
}
.rd-navbar-brand a, .address-tel a p {
  position: relative;
}
.pink-stick {
  color: var(--color-jigyoukai);
}
.rd-navbar-search {
  position: relative;
  display: inline-flex;
}
.rd-navbar-search .form-input {
  padding-right: 50px;
}
.rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #cccccc;
  transition: .33s;
}
.rd-navbar-search .rd-search-form-submit:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-search-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.rd-navbar-search-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-navbar-dropdown {
  display: none;
}
/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  display: block;
}
.rd-navbar-static .rd-nav-item {
  display: inline-block;
}
.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
  color: var(--color-jigyoukai);
  background: transparent;
  font-weight: 700;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  color: var(--color-jigyoukai);
  background: transparent;
  font-weight: 700;
}
.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before, .rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
  transform: rotate(180deg);
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
  margin-left: 4px;
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: pointer;
  color: var(--text-main);
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: .22s;
  content: '\f236';
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 38px;
}
.rd-navbar-static .rd-nav-link { /*ナビメニューの文字！！！！*/
  position: relative;
  display: inline-block;
  color: var(--text-main);
  font-size: 12px;
  line-height: 1.2;
  margin-left: -1px;
  transition: .25s;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.rd-navbar-static .rd-nav-link img { /*ナビメニューの、星型アイコン！*/
  /*  width: 77%;*/
  margin: -100px -30px;
}
@media (max-width: 1200px) {
  .rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat';
    color: var(--text-main);
    font-size: 0.8em;
    line-height: 1.2;
    transition: .25s;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.rd-navbar-static .rd-nav-link:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 12px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border-top: 3px solid var(--color-jigyoukai);
  transform: translate3d(0, 30px, 0);
  box-shadow: 0 0 20px rgba(78, 78, 78, 0.16);
  font-size: 0.9em;
}
.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 185px;
  padding: 15px;
  background: #ffffff;
  z-index: 50;
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(30px, 0, 0);
}
.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left {
  left: -50%;
  right: 150%;
  margin-left: -15px;
  transform: translate3d(-3px, 0, 0);
}
.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-dropdown-link {
  color: var(--text-main);
}
.rd-navbar-static .rd-dropdown-link:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-megamenu-list li > a {
  position: relative;
  left: 0;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
@media (max-width: 1199px) {
  .rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-megamenu-list li > a {
    font-size: 0.8em;
  }
  .rd-navbar-static .rd-nav-link img { /*ナビメニューの、星型アイコン！*/
    /*  width: 77%;*/
    margin: -30px -30px;
  }
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active, .rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a:focus, .rd-navbar-static .rd-megamenu-list li > a:active {
  color: var(--text-main);
}
.rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-megamenu-list li > a:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before, .rd-navbar-static .rd-megamenu-list li > a, .rd-navbar-static .rd-megamenu-list li > a::before {
  transition: .15s ease-in-out;
}
.rd-navbar-static .rd-navbar-dropdown li > a::before, .rd-navbar-static .rd-megamenu-list li > a::before {
  position: relative;
  top: -1px;
  left: -6px;
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: inherit;
  line-height: inherit;
  color: var(--color-jigyoukai);
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-megamenu-list li.focus > a, .rd-navbar-static .rd-megamenu-list li.opened > a, .rd-navbar-static .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a::before, .rd-navbar-static .rd-navbar-dropdown li.opened > a::before, .rd-navbar-static .rd-navbar-dropdown li > a:hover::before, .rd-navbar-static .rd-megamenu-list li.focus > a::before, .rd-navbar-static .rd-megamenu-list li.opened > a::before, .rd-navbar-static .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static .rd-navbar-megamenu {
  display: flex;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding: 30px 40px;
  background: #ffffff;
}
.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  flex-grow: 1;
}
.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
  padding-left: 20px;
}
.rd-navbar-static .rd-megamenu-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--text-main);
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeced;
}
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
  margin-top: 5px;
}
.rd-navbar-static .rd-megamenu-list-link {
  color: #000000;
  background: transparent;
}
.rd-navbar-static .rd-megamenu-list-link:hover {
  color: var(--color-jigyoukai);
  background: transparent;
}
.rd-navbar-static * + .rd-megamenu-list {
  margin-top: 10px;
}
.rd-navbar-static .rd-navbar--has-dropdown .rd-menu {
  padding: 0;
}
.rd-navbar-static .rd-navbar--has-dropdown .rd-menu .rd-dropdown-link {
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb;
}
.rd-navbar-static .rd-navbar--has-dropdown .rd-menu > li:last-child .rd-dropdown-link {
  border-bottom: none;
}
.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.rd-navbar-static .rd-navbar-search.active .rd-search {
  visibility: visible;
  opacity: 1;
}
.rd-navbar-static .rd-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-top: 20px;
  z-index: 2;
}
.rd-navbar-static * + .rd-navbar-search {
  margin-left: 38px;
}
.rd-navbar-static .rd-navbar-search-toggle {
  display: inline-flex;
  color: var(--text-main);
}
.rd-navbar-static .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
  transition: .3s all ease-in-out;
}
.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rd-navbar-static .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}
.rd-navbar-static .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}
.rd-navbar-static .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}
.rd-navbar-static .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static .rd-navbar-search-toggle:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}
.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1501;
  background: #red;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-menu, .rd-navbar-static.rd-navbar--is-clone .rd-menu {
  margin-top: 34px;
}
.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}
/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
}
.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
}
.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}
.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 160px;
  max-height: 52px;
  width: auto;
  height: auto;
}
.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1501;
  display: flex;
  align-items: center;
  /*  height: 56px;*/
  height: 66px;
  padding: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap { /*for hamburger menu*/
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 75vw;
  height: 88vh;
  padding: 77px 0 81px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 34px;
  transform: translateX(-110%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #fdf6f6;
  border: none;
  border-radius: 0;
  opacity: .2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: var(--color-jigyoukai);
  border: none;
  border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav { /*スマホナビメニュー一式*/
  display: block;
  /*margin: 15px 0;*/
  margin: 0;
  height: auto;
  text-align: left;
}
.rd-navbar-fixed .rd-nav-item {
  text-align: left;
}
.rd-navbar-fixed .rd-nav-item.btn-rd-green a, .rd-navbar-fixed .rd-nav-item.btn-rd-pink a {
  color: #fff;
}
.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
  /*margin-top: 4px;*/
  margin-top: 0;
}
.rd-navbar-fixed .rd-nav-link { /*スマホナビメニュー*/
  display: block;
  /*padding: 9px 56px 9px 18px;*/
  padding: 4px 56px 4px 18px;
  border-top: 1px solid #ddd;
}
.rd-navbar-fixed .rd-nav-item.btn-rd-green {
  text-align: left;
  background: #41BFB6;
  width: 90%;
  border-radius: 0 25px 25px 0;
  margin-bottom: 4px;
}
.rd-navbar-fixed .rd-nav-item.btn-rd-pink {
  text-align: left;
  background: #FF8BA6;
  width: 90%;
  border-radius: 0 25px 25px 0;
}
.rd-navbar-fixed .rd-nav-item.btn-rd-green .rd-nav-link, .rd-navbar-fixed .rd-nav-item.btn-rd-pink .rd-nav-link {
  border-top: none !important;
}
.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
  padding: 4px 0 0;
}
.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.rd-navbar-fixed li.opened > .rd-menu {
  opacity: 1;
  height: auto;
}
.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}
.rd-navbar-fixed .rd-menu {
  display: none;
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
  height: 34px;
  line-height: 34px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
  padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 46px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
  display: block;
  padding: 9px 56px 9px 16px;
  font-size: 14px;
  line-height: 1.5;
}
.rd-navbar-fixed .rd-megamenu-list > li + li, .rd-navbar-fixed .rd-navbar-dropdown > li + li {
  margin-top: 3px;
}
.rd-navbar-fixed .rd-megamenu-list > li > a {
  padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  position: relative;
  display: block;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 0 18px 7px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  color: var(--text-main);
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid;
}
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
  margin-top: 11px;
}
.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-megamenu > li + li {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 400 14px "FontAwesome";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  top: 4px;
  z-index: 1081;
}
.rd-navbar-fixed .rd-navbar-collapse {
  position: fixed;
  right: 0;
  top: 56px;
  z-index: 1079;
  transform: translate3d(0, -10px, 0);
  padding: 15px;
  width: auto;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.rd-navbar-fixed .rd-navbar-collapse.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
  display: block;
}
.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
  margin-top: 10px;
}
.rd-navbar-fixed .rd-navbar-collapse .social-block .list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.rd-navbar-fixed .rd-navbar-collapse .social-block .list-inline > * {
  padding-left: 5px;
  padding-right: 5px;
}
.rd-navbar-fixed .rd-navbar-collapse .social-block .list-inline > li {
  display: inline-block;
}
.rd-navbar-fixed .rd-navbar-collapse .social-block a:hover {
  color: var(--color-jigyoukai);
}
@media (max-width: 1199px) {
  /*  .rd-navbar-fixed .rd-navbar-nav-wrap {
    width: 100vw; 
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }*/
  .rd-navbar-fixed .rd-navbar-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px; /* アイコンの間隔も広げます */
    justify-items: center;
    padding: 30px 20px;
  }
  .rd-navbar-fixed .rd-nav-item {
    text-align: center;
    padding: 10px 0;
  }
  .rd-navbar-fixed .rd-navbar-panel {
    display: flex;
    flex-direction: row; /* ← 横並びに */
    align-items: center; /* ← 縦中央揃え */
    justify-content: flex-start; /* ← 左寄せ */
    padding: 10px 15px;
  }
  .rd-navbar-toggle {
    margin: 1px 10px auto 1px;
    order: -1; /* ハンバーガーを先頭に */
  }
  .rd-navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-left: 20px; /* ← ここがポイント！ ハンバーガーとロゴの余白 */
  }
  .org-name {
    font-size: 14px;
    line-height: 1.2;
  }
  .facility-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
  }
}
/* スマホメニューの余白を調整 20251120*/
/* スマホで横並び5個のメニュー */
@media (max-width: 979px) {
  .rd-navbar-fixed .rd-navbar-nav-wrap {
    width: 100vw !important;
    padding: 150px 10px 40px !important;
    height: 222px; /* アイコンのバックの白地の天地幅 px推奨 */
  }
  /* 5カラムの横並びレイアウト */
  .rd-navbar-fixed .rd-navbar-nav {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr); /* ← 5分割 */
    gap: 8px;
    justify-items: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
  }
  /* 各アイテム */
  .rd-navbar-fixed .rd-nav-item {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
  /* アイコンサイズ調整 */
  .rd-navbar-fixed .rd-nav-link img {
    height: 70px !important; /* ← 375px画面でも5個並ぶ！ */
    width: auto !important;
    margin: 0 auto !important;
    display: block;
  }
  /* リンクの余白はゼロにして押しやすくする */
  .rd-navbar-fixed .rd-nav-link {
    padding: 4px 0 !important;
    border-top: none !important;
  }
}
/* スマホメニューの余白を調整 20251120　ここまで*/
@media (max-width: 767px) {
  .rd-navbar-fixed .rd-navbar-collapse .social-block .list-inline > li {
    display: block;
  }
}
.social-block .social-links {
  position: fixed;
  right: 0;
  top: 40px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .5);
  width: 60px;
  height: 160px;
  z-index: 100;
}
.unit .social-links {
  position: fixed;
  right: -5px;
  top: -20px;
  padding: 15px 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
  width: 60px;
  height: 180px;
  z-index: 100;
}
.social-links {
  display: flex;
  flex-direction: column;
  height: 136px;
  justify-content: space-between;
}
.social-block .list-inline li a {
  color: var(--color-jigyoukai);
}
.social-links li a .facebook {
  width: 18px;
}
.social-links li a .line {
  width: 40px;
}
.social-links li a .instagram {
  width: 36px;
}
.social-links li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.LINE-texthead p {
  position: relative;
}
.LINE-texthead p:before {
  content: "　";
  background: url("../img/common/LINE_Brand_icon_r_sp.png") left 0 top 2px no-repeat;
  background-size: contain;
  display: table;
  /*  clear: both;
*/ line-height: 5;
  position: absolute;
  top: -2px;
  left: 1.5em;
  height: 150%;
  text-indent: 0.5em;
}
.LINE-texthead p {
  text-indent: 1em;
}
@media(max-width:767px) {
  .LINE-texthead p:before {
    content: "　";
    background: url("../img/common/LINE_Brand_icon_r_sp.png") left 0 top 2px no-repeat;
    background-size: contain;
    display: block;
    /*  clear: both;
*/ line-height: 5;
    position: absolute;
    top: -2px;
    left: calc(35/750 * 100vw);
    height: 100%;
    text-indent: calc(60/750 * 100vw);
  }
}
.rd-navbar-fixed .rd-navbar-main-element {
  position: absolute;
  float: left;
  z-index: 1000;
}
.rd-navbar-fixed .rd-navbar-search .rd-search {
  position: fixed;
  right: 0;
  left: 0;
  top: 56px;
  z-index: 1079;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translate3d(0, -10px, 0);
}
.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
  display: none;
}
.rd-navbar-fixed .rd-navbar-search .form-input {
  padding-right: 50px;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.rd-navbar-fixed .rd-navbar-search-toggle {
  display: inline-flex;
}
.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
  transition: .3s all ease-in-out;
}
.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rd-navbar-fixed .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
  position: fixed;
  top: 4px;
  z-index: 1082;
}
.rd-navbar-fixed .rd-navbar-fixed-element-1 {
  right: 0;
}
.rd-navbar-fixed .rd-navbar-fixed-element-2 {
  right: 46px;
}
.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}
.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}
.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}
.rd-navbar-fixed .rd-navbar-panel {
  color: var(--text-main);
  box-shadow: none;
  background: #ffffff;
  border-bottom: 1px solid #eaeced;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #eaeced;
  box-shadow: 0 4px 10px rgba(159, 251, 222, 0.85);
}
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #F97493;
  background: #E3E3E3;
}
.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ffffff;
}
.rd-navbar-fixed .rd-nav-link {
  color: var(--text-main);
}
.rd-navbar-fixed .rd-megamenu-list > li > a, .rd-navbar-fixed .rd-navbar-dropdown > li > a {
  color: var(--text-main);
}
.rd-navbar-fixed .rd-megamenu-list > li:hover > a, .rd-navbar-fixed .rd-megamenu-list > li.focus > a, .rd-navbar-fixed .rd-megamenu-list > li.active > a, .rd-navbar-fixed .rd-megamenu-list > li.opened > a, .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a, .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a, .rd-navbar-fixed .rd-navbar-dropdown > li.active > a, .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
  color: #ffffff;
  background: var(--color-jigyoukai);
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  color: var(--text-main);
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  border-bottom: 1px solid #eaeced;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
  color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: var(--text-main);
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  color: #cccccc;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-fixed .rd-navbar-search-toggle {
  color: var(--text-main);
}
.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: var(--color-jigyoukai);
}
.rd-navbar-fixed .rd-navbar-collapse {
  background-color: #ffffff;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}
.rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse a {
  color: var(--text-main);
}
html.rd-navbar-fixed-linked .page, html.rd-navbar-fixed-linked .page-with-light {
  padding-top: 56px;
}
/*
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.rd-navbar-classic.rd-navbar-static {
  /*  border-bottom: 1px solid transparent;*/
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer {
  /*  background: var(--color-jigyoukai);
*/
  background: #FFC5C3;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-aside, .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  /*max-width: 1200px;
*/ max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  align-items: center;
  /* background: #fff;*/
  justify-content: flex-end;
  width: 60%;
  /* border: 1px solid #FF8BA6;
  border-radius: 25px;*/
  padding: 1px 1px;
  margin: 20px -20px -24px 0;
  z-index: 10000; /*added*/
}
.rd-navbar-main-element {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  border-bottom-color: #eaeced;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 5px 0;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
  margin-top: 17px;
}
/*パソコンのナビメニュー*/
.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item { /*the margin of navi menus of tablet*/
  margin-left: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item { /*the margin of navi menus of pc*/
    margin-left: 18px;
  }
}
/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic-center.rd-navbar-static {
  border-bottom: 1px solid transparent;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-panel {
  display: none;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-aside-outer, .rd-navbar-classic-center.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-aside-outer {
  background: var(--color-jigyoukai);
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-aside, .rd-navbar-classic-center.rd-navbar-static .rd-navbar-main {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: block;
  padding: 20px 0;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rd-navbar-classic-center.rd-navbar-static .rd-navbar-main-element {
  display: block;
}
.rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-clone {
  border-bottom-color: #eaeced;
}
.rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}
.rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 2px 0;
}
.rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic-center.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
  margin-top: 17px;
}
.rd-navbar-classic-center.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 0;
}
.rd-navbar-classic-center.rd-navbar-fixed .rd-navbar-nav .rd-nav-brand {
  display: none;
}
.rd-navbar-fixed .rd-nav-item.btn-rd-green:hover {
  background: #41BFB6;
  opacity: 0.6;
  transition: 0.4s;
}
.rd-navbar-fixed .rd-nav-item.btn-rd-pink:hover {
  background: #FF8BA6;
  opacity: 0.6;
  transition: 0.4s;
}
/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
  display: block;
}
.rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 20px;
}
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
  padding: 10px 0;
}
.list-inline .external_link a {
  color: var(--text-main);
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0 0 0 20px;
}
/*
*
* Swiper
*/
.swiper-container {
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container {
  flex-shrink: 0;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide > .vide__body, .swiper-slide > .parallax_cnt {
  height: 100%;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease-in;
  will-change: transform;
  z-index: 10;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: var(--color-jigyoukai);
}
@media (min-width: 992px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  left: 30px;
}
.swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "\f175";
}
.swiper-button-next {
  right: 30px;
}
.swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f176";
}
.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "\f061";
}
.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "\f060";
}
.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  transition: .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #868e96;
  background: transparent;
  overflow: hidden;
  transition: .2s;
}
.swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  width: 150%;
  height: 150%;
  top: -3px;
  left: -3px;
  background: var(--color-jigyoukai);
  transform: translateX(-200%);
  transition: all .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: var(--color-jigyoukai);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
  transform: translateX(0);
}
.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.swiper-slide-caption {
  width: 100%;
  white-space: normal;
}
.swiper-slide-caption h1 + * {
  margin-top: 20px;
}
.swiper-slide-caption .lead {
  display: none;
}
.swiper-slide .heading-decorate .divider:after {
  width: 60px;
}
@media (min-width: 992px) {
  .swiper-slide-caption .lead {
    display: block;
  }
  .swiper-slide-caption * + .lead {
    margin-top: 25px;
  }
  .swiper-slide .heading-decorate .divider:after {
    width: 90px;
  }
}
.swiper-slide .slider-logo {
  display: inline-block;
}
.swiper-slide .slider-logo svg > * {
  stroke: var(--color-jigyoukai);
}
.swiper-slide .slider-logo svg {
  width: 70px;
  height: 70px;
}
@media (min-width: 576px) {
  .swiper-slide .slider-logo svg {
    width: 125px;
    height: 125px;
  }
}
.swiper-slide .slider-logo + * {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .swiper-slide .slider-logo + * {
    margin-top: 20px;
  }
}
.swiper-counter {
  display: none;
  position: absolute;
  top: 50%;
  right: 22px;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 2px;
  text-align: center;
  z-index: 2;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  transform: translateY(-50%);
  color: rgba(147, 147, 147, 0.7);
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .swiper-counter {
    display: block;
  }
}
.swiper-slider-1 {
  min-height: 360px;
}
@media (min-width: 768px) {
  .swiper-slider-1 {
    min-height: 40.10417vw;
  }
}
.swiper-slider-1 .swiper-button-prev, .swiper-slider-1 .swiper-button-next {
  right: 40px;
  left: auto;
  display: none;
}
.swiper-slider-1 .swiper-button-prev:before, .swiper-slider-1 .swiper-button-next:before {
  display: none;
}
.swiper-slider-1 .swiper-button-prev svg > *, .swiper-slider-1 .swiper-button-next svg > * {
  stroke: rgba(147, 147, 147, 0.7);
  transition: all .3s;
}
.swiper-slider-1 .swiper-button-prev:hover svg > *, .swiper-slider-1 .swiper-button-next:hover svg > * {
  stroke: #151515;
}
@media (min-width: 1200px) {
  .swiper-slider-1 .swiper-button-prev, .swiper-slider-1 .swiper-button-next {
    display: block;
  }
}
.swiper-slider-1 .swiper-button-prev {
  top: calc(50% + 50px);
}
.swiper-slider-1 .swiper-button-next {
  top: calc(50% - 50px);
}
@media (min-width: 1200px) {
  .swiper-slider-1 .swiper-pagination-bullet {
    display: none;
  }
}
.slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
  right: 30px;
  bottom: inherit;
  left: inherit;
  top: 80%;
  width: auto;
  transform: translateY(-50%);
}
.slider-pagination-vertical.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
    top: 50%;
  }
}
@media (min-width: 1800px) {
  .slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .slider-pagination-vertical.swiper-slider-1 .swiper-pagination-bullet {
    display: block;
  }
}
.slider-scale-effect .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 8.5s ease-out;
  transform: scale(1.08);
  background-size: cover;
}
.slider-scale-effect .swiper-slide:nth-child(1) .slide-bg {
  transform-origin: 0 0;
}
.slider-scale-effect .swiper-slide:nth-child(2) .slide-bg {
  transform: scale(1);
  transform-origin: 100% 100%;
}
.slider-scale-effect .swiper-slide:nth-child(3) .slide-bg {
  transform-origin: 50% 50%;
}
.slider-scale-effect .swiper-slide.swiper-slide-active .slide-bg {
  transform: scale(1);
}
.slider-scale-effect .swiper-slide:nth-child(2).swiper-slide-active .slide-bg {
  transform: scale(1.08);
}
.swiper-slider-2 {
  min-height: 360px;
}
@media (min-width: 768px) {
  .swiper-slider-2 {
    min-height: 40.10417vw;
  }
}
.swiper-slider-2 .swiper-button-prev, .swiper-slider-2 .swiper-button-next {
  display: none;
  width: 40px;
  height: 120px;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.swiper-slider-2 .swiper-button-prev:before, .swiper-slider-2 .swiper-button-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
}
.swiper-slider-2 .swiper-button-prev:hover, .swiper-slider-2 .swiper-button-next:hover {
  background: var(--color-jigyoukai);
}
.swiper-slider-2 .swiper-button-prev {
  left: 0;
}
.swiper-slider-2 .swiper-button-prev:before {
  content: '\f104';
}
.swiper-slider-2 .swiper-button-next {
  right: 0;
}
.swiper-slider-2 .swiper-button-next:before {
  content: '\f105';
}
@media (min-width: 1200px) {
  .swiper-slider-2 .swiper-pagination {
    display: none;
  }
  .swiper-slider-2 .swiper-button-prev, .swiper-slider-2 .swiper-button-next {
    display: block;
  }
}
.swiper-arrow-white.swiper-slider-2 .swiper-button-prev, .swiper-arrow-white.swiper-slider-2 .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
}
.swiper-arrow-white.swiper-slider-2 .swiper-button-prev:hover, .swiper-arrow-white.swiper-slider-2 .swiper-button-next:hover {
  background: var(--color-jigyoukai);
}
.swiper-white-content .swiper-slide-caption h1 {
  color: #ffffff;
}
.swiper-white-content .swiper-slide-caption p {
  color: #c5c5c5;
}
.swiper-white-content .swiper-slide-caption .button-default-outline {
  color: #ffffff;
}
.swiper-slider-with-info .swiper-slide-caption {
  padding-bottom: 140px;
}
.swiper-block-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  bottom: 60px;
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
  z-index: 10;
}
.swiper-block-info .swiper-block-info-item a, .swiper-block-info .swiper-block-info-item span {
  color: #ffffff;
  padding: 0 2px;
}
.swiper-block-info .swiper-block-info-item a:hover {
  color: var(--color-jigyoukai);
}
@media (min-width: 992px) {
  .swiper-block-info {
    flex-direction: row;
    justify-content: space-around;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .swiper-block-info {
    bottom: 40px;
  }
}
.swiper-caption-inner {
  overflow: hidden;
}
.swiper-white-filter:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1200px) {
  .swiper-white-filter:before {
    display: none;
  }
}
.swiper-filter-overlay {
  position: relative;
}
.swiper-filter-overlay > * {
  position: relative;
}
.swiper-filter-overlay:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.45);
}
/*
*
* RD Google Map
*/
.gm-style-pbt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #111111;
  color: #ffffff;
  padding: 5px 14px;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  max-width: 300px;
}
.google-map {
  color: #000000;
  height: 200px;
}
.google-map img {
  max-width: none !important;
}
@media (min-width: 576px) {
  .google-map {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .google-map {
    height: 400px;
  }
}
.map_locations {
  display: none;
}
/*
*
* Search Results
*/
.rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}
.rd-search-results-live #search-results {
  position: relative;
  padding: 16px 0 0;
  color: #a1a1a1;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: .3s all ease;
}
.rd-search-results-live #search-results::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  border: 1px solid #eaeced;
  border-top: 0;
}
.rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.rd-search-results-live .search-quick-result {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--text-main);
}
.rd-search-results-live .search-list {
  margin-top: 11px;
}
.rd-search-results-live .search-list li:only-child {
  padding: 0 15px 15px;
}
.rd-search-results-live .search-link {
  color: #cccccc;
}
.rd-search-results-live .search-link:hover {
  color: var(--color-jigyoukai);
}
.rd-search-results-live .search-error {
  font-size: 14px;
  line-height: 1.6;
}
.rd-search-results-live .search-title {
  position: relative;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-jigyoukai);
}
.rd-search-results-live .search-title a {
  color: var(--color-jigyoukai);
}
.rd-search-results-live .search-title a:hover {
  color: var(--text-main);
}
.rd-search-results-live .search-list-item-all {
  margin-top: 18px;
  width: 100%;
}
.rd-search-results-live .search-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: var(--color-jigyoukai);
}
.rd-search-results-live .search-submit:hover {
  color: #ffffff;
  background: #cccccc;
}
.rd-search-results-live .match {
  display: none;
}
.not-empty ~ .rd-search-results-live {
  visibility: visible;
  opacity: 1;
}
.rd-search-results-live p {
  font-size: 11px;
}
.rd-search-results-live p * {
  margin: 0;
}
.rd-search-results-live .search-list-item {
  padding: 0 15px;
}
.rd-search-results-live * + p {
  margin-top: 5px;
}
.rd-search-results-live .search-list-item + .search-list-item {
  margin-top: 17px;
}
.rd-search-results .search-list {
  counter-reset: li;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
}
.rd-search-results .search-list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.rd-search-results .search-list li:only-child::before {
  display: none;
}
.rd-search-results .search-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #9b9b9b;
}
.rd-search-results .search-list-item::before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  color: #a9a9a9;
}
.rd-search-results .search-list-item + .search-list-item {
  margin-top: 40px;
}
.rd-search-results .search-title {
  font-size: 16px;
  color: var(--color-jigyoukai);
}
.rd-search-results .search-title a:hover {
  color: var(--text-main);
}
.rd-search-results .search {
  color: #ffffff;
  padding: 0 .25em;
  background: var(--color-jigyoukai);
}
.rd-search-results .match {
  padding: 5px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000000;
}
.rd-search-results .match em {
  margin: 0;
  font-style: normal;
}
.rd-search-results p * {
  margin: 0;
}
.rd-search-results * + .match {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .rd-search-results .search-title {
    font-size: 18px;
  }
  .rd-search-results .search-list-item::before {
    top: 1px;
    font-size: 16px;
  }
  .rd-search-results * + p {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .rd-search-results .search-list-item {
    padding-left: 40px;
  }
}
* + .rd-search-results {
  margin-top: 40px;
}
@media (min-width: 768px) {
  * + .rd-search-results {
    margin-top: 55px;
  }
}
.rd-search-classic {
  position: relative;
}
.rd-search-classic .form-input {
  padding-right: 50px;
}
.rd-search-classic .form-input, .rd-search-classic .form-label {
  letter-spacing: 0;
}
.rd-search-classic .rd-search-submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding-top: 3px;
  padding-right: 2px;
  margin: 0;
  text-align: center;
  color: #cccccc;
  font-size: 0;
  line-height: 0;
}
.rd-search-classic .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-search-classic .rd-search-submit:before {
  position: relative;
  top: -1px;
  content: '\e014';
  font: 400 20px 'fl-chapps';
  line-height: 1;
  transition: .33s all ease;
}
.rd-search-classic .rd-search-submit:hover {
  color: var(--color-jigyoukai);
}
.rd-search.rd-search-inline {
  position: relative;
}
.rd-search.rd-search-inline .form-input {
  padding-right: 50px;
}
.rd-search.rd-search-inline .button-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  right: 0;
  margin: 0;
  font-size: 21px;
  color: #cccccc;
  transition: .33s;
}
.rd-search.rd-search-inline .button-link::before {
  display: block;
  margin: auto;
}
.rd-search.rd-search-inline .button-link:hover {
  color: var(--color-jigyoukai);
}
.rd-search.rd-search-inline.form-sm .form-input {
  padding-right: 40px;
}
.rd-search.rd-search-inline.form-sm .button-link {
  width: 40px;
  font-size: 18px;
}
.rd-search.rd-search-inline.form-lg .form-input {
  padding-right: 60px;
}
.rd-search.rd-search-inline.form-lg .button-link {
  width: 60px;
}
/*
*
* Isotope
*/
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
[data-isotope-layout] {
  z-index: 0;
  display: block;
  min-height: 160px;
  margin-left: -15px;
  margin-right: -15px;
  transition: .4s all ease;
}
[data-isotope-layout]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: 15px;
  background-image: url("../images/isotope-loader.png");
  background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: .4s all ease;
  transform: translate3d(-50%, -50%, 0);
}
[data-isotope-layout].row {
  margin-top: -30px;
}
[data-isotope-layout].row > [class*="col-"] {
  margin-top: 30px;
}
[data-isotope-layout].row-narrow {
  margin-bottom: -30px;
}
[data-isotope-layout].row-narrow > [class*="col-"] {
  margin-top: 30px;
}
[data-isotope-layout].row-condensed {
  margin-bottom: 0;
  margin-top: 0;
}
[data-isotope-layout].row-condensed > [class*="col-"] {
  margin-top: 0;
}
@media (min-width: 1200px) {
  [data-isotope-layout].cobbles-gallery > [class*="col-"] {
    width: 20%;
    flex-basis: 20%;
  }
}
[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: .1s opacity ease-in;
}
@media (max-width: 575px) {
  [data-isotope-layout] [class*="col-"] {
    max-width: 100%;
  }
}
[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}
[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}
.isotope-modern-wrap [class*='col'] {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .isotope-modern-wrap [class*='col'] {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
    margin-top: 0;
  }
}
.isotope-condensed {
  margin-left: 0;
  margin-right: 0;
}
.isotope-condensed .row > * {
  margin-top: -1px;
  margin-bottom: -1px;
}
* + .isotope {
  margin-top: 0;
}
* + .isotope-condensed {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .isotope-condensed {
    padding: 0 0 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .isotope-condensed .row.row-condensed > [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  * + .isotope {
    margin-top: 28px;
  }
  * + .isotope-condensed {
    margin-top: 50px;
  }
}
.tabs-custom {
  text-align: left;
}
.tabs-custom .nav-tabs {
  display: block;
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}
.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
  display: none;
}
.tabs-custom .nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: .33s all ease;
}
.tabs-custom .nav-link {
  margin: 0;
  border-radius: 0;
  border: 0;
}
.tabs-custom .nav-link.active {
  cursor: default;
  border: 0;
}
.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
* + .tabs-horizontal.tabs-corporate {
  margin-top: 25px;
}
* + .tabs-vertical.tabs-corporate {
  margin-top: 40px;
}
@media (min-width: 768px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 80px;
  }
}
.tabs-line .nav-tabs {
  position: relative;
}
.tabs-line .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.tabs-line * + .tab-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .tabs-line .nav-tabs {
    max-width: 100%;
    border: 1px solid #e5e7e9;
  }
  .tabs-line .nav-item {
    margin: -1px;
  }
  .tabs-line .nav-link {
    padding: 7px 10px;
    color: #9b9b9b;
    background: transparent;
    border-bottom: 1px solid #e5e7e9;
  }
  .tabs-line .nav-link:first-child {
    border-top: 1px solid #e5e7e9;
  }
  .tabs-line .nav-link:hover, .tabs-line .nav-link.active {
    color: #ffffff;
    background: var(--color-jigyoukai);
    border-color: var(--color-jigyoukai);
  }
}
.tabs-corporate .nav-tabs {
  position: relative;
  border: 1px solid #e5e7e9;
}
.tabs-corporate .nav-item {
  margin: -1px;
}
.tabs-corporate .nav-link {
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #9b9b9b;
  background: transparent;
  border-bottom: 1px solid #e5e7e9;
  text-align: center;
  vertical-align: middle;
}
.tabs-corporate .nav-link:first-child {
  border-top: 1px solid #e5e7e9;
}
.tabs-corporate .nav-link:hover, .tabs-corporate .nav-link.active {
  color: #ffffff;
  background: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.tabs-corporate .tab-content {
  padding: 30px 0 0;
}
.tabs-corporate.tabs-corporate-variant-2 {
  text-align: center;
}
.tabs-corporate.tabs-corporate-variant-2 .nav-tabs {
  display: inline-block;
  width: inherit;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
.tabs-corporate.tabs-corporate-variant-2 .nav-tabs .nav-item {
  padding: 0;
  display: inline-block;
}
.tabs-corporate.tabs-corporate-variant-2 .nav-tabs .nav-item + .nav-item {
  padding-left: 20px;
}
.tabs-corporate.tabs-corporate-variant-2 .nav-tabs .nav-link {
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: var(--text-main);
  text-transform: capitalize;
  letter-spacing: 0.02em;
  padding: 13px 2px;
  min-width: inherit;
}
.tabs-corporate.tabs-corporate-variant-2 .nav-tabs .nav-link:before {
  display: none;
}
.tabs-corporate.tabs-corporate-variant-2 .nav-tabs .nav-link.active, .tabs-corporate.tabs-corporate-variant-2 .nav-tabs .nav-link:hover {
  color: var(--text-main);
  background-color: transparent;
  border-bottom: 4px solid var(--color-jigyoukai);
}
@media (min-width: 768px) {
  .tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    width: 100%;
    display: block;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
    border: 0;
    will-change: transform;
  }
  .tabs-horizontal.tabs-corporate .nav-tabs > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .tabs-horizontal.tabs-corporate .nav-item {
    display: inline-block;
    will-change: transform;
  }
  .tabs-horizontal.tabs-corporate .nav-link {
    display: block;
    position: relative;
    z-index: 1;
    min-width: 130px;
    letter-spacing: .1em;
    padding: 13px 20px;
    border: 2px solid #e5e7e9;
    border-radius: 25px;
  }
  .tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .tabs-horizontal.tabs-corporate .nav-link::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: var(--color-jigyoukai);
    border-radius: 25px;
  }
  .tabs-horizontal.tabs-corporate .nav-link.active, .tabs-horizontal.tabs-corporate .nav-link:hover {
    color: #ffffff;
    border-color: var(--color-jigyoukai);
    background-color: transparent;
  }
  .tabs-horizontal.tabs-corporate .nav-link.active::before, .tabs-horizontal.tabs-corporate .nav-link:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  .tabs-horizontal.tabs-corporate-variant-2 {
    text-align: center;
  }
  .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs {
    display: inline-block;
    width: inherit;
    border-bottom: 1px solid #e1e1e1;
  }
  .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs .nav-item {
    padding: 0;
  }
  .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs .nav-item + .nav-item {
    padding-left: 20px;
  }
  .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs .nav-link {
    background: transparent;
    border: none;
    border-radius: 0;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-main);
    text-transform: capitalize;
    letter-spacing: 0.02em;
    padding: 13px 2px;
    min-width: inherit;
  }
  .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs .nav-link:before {
    display: none;
  }
  .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs .nav-link.active, .tabs-horizontal.tabs-corporate-variant-2 .nav-tabs .nav-link:hover {
    color: var(--text-main);
    background-color: transparent;
    border-bottom: 4px solid var(--color-jigyoukai);
  }
  .tabs-horizontal.tabs-line .nav-tabs {
    border: 0;
    border-bottom: 4px solid #eaeced;
  }
  .tabs-horizontal.tabs-line .nav-item {
    display: inline-block;
  }
  .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
    margin-right: 52px;
  }
  .tabs-horizontal.tabs-line .nav-link {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    color: #9b9b9b;
    border: 0;
  }
  .tabs-horizontal.tabs-line .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 0;
    background: var(--color-jigyoukai);
    transition: .22s ease;
  }
  .tabs-horizontal.tabs-line .nav-link.active, .tabs-horizontal.tabs-line .nav-link:hover {
    color: #cccccc;
  }
  .tabs-horizontal.tabs-line .nav-link.active::after {
    width: 100%;
  }
  .tabs-horizontal.tabs-line * + .tab-content {
    margin-top: 30px;
  }
  .tabs-vertical {
    display: flex;
    align-items: flex-start;
  }
  .tabs-vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    max-width: 50%;
  }
  .tabs-vertical .nav-item {
    border: 0;
    width: 100%;
    text-align: left;
  }
  .tabs-vertical .nav-link {
    border-radius: 25px;
  }
  .tabs-vertical .tab-content {
    flex-grow: 1;
  }
  .tabs-vertical.tabs-corporate .nav-tabs {
    width: auto;
    min-width: 260px;
    border: 0;
  }
  .tabs-vertical.tabs-corporate .nav-item {
    margin: 0;
  }
  .tabs-vertical.tabs-corporate .nav-link {
    position: relative;
    padding: 17px 30px;
    border: 0;
    overflow: hidden;
    text-align: left;
  }
  .tabs-vertical.tabs-corporate .nav-item + .nav-item {
    margin-top: 2px;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 992px) {
  .tabs-horizontal.tabs-corporate .tab-content {
    padding: 60px 30px 0;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px;
  }
}
.card-group-custom {
  margin-bottom: 0;
}
.card-group-custom .card-header + .collapse > .card-body, .card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}
.card-group-custom .card + .card {
  margin-top: 0;
}
.card-group-custom.card-group-corporate .card + .card {
  margin-top: 30px;
}
.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.card-custom a {
  display: block;
}
.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-custom .card-body {
  padding: 0;
  border: 0;
}
* + .card-group-custom {
  margin-top: 35px;
}
@media (min-width: 768px) {
  * + .card-group-custom {
    margin-top: 50px;
  }
}
.card-corporate {
  text-align: left;
  box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}
.card-corporate .card-title {
  margin-bottom: 0;
}
.card-corporate .card-title a, .card-corporate .card-body {
  background: #ffffff;
}
.card-corporate .card-title a {
  position: relative;
  z-index: 1;
  padding: 21px 82px 21px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--text-main);
  transition: 1.3s all ease;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #dedede;
}
.card-corporate .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}
.card-corporate .card-title a.collapsed {
  border-radius: 0;
  border-bottom-width: 0;
}
.card-corporate .card-title a.collapsed .card-arrow {
  border-radius: 50%;
}
.card-corporate .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}
.card-corporate .card-arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-right: -20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: var(--color-jigyoukai);
  border-radius: 50%;
  transition: .33s all ease;
  transform: translateY(-50%);
}
.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.card-corporate .card-arrow::before {
  width: 14px;
  height: 2px;
  right: 28px;
}
.card-corporate .card-arrow::after {
  width: 2px;
  height: 14px;
  right: 34px;
}
.card-corporate .collapse {
  position: relative;
  z-index: 1;
  color: #9b9b9b;
  border-radius: 0 0 0 0;
}
.card-corporate .card-body {
  padding: 25px 44px 25px 32px;
}
@media (max-width: 991px) {
  .card-corporate .card-title a, .card-corporate .card-body {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .card-corporate .card-title a {
    font-size: 18px;
  }
}
.card-group-gray .card-corporate .card-title a, .card-group-gray .card-corporate .card-body {
  background: #f6f6f6;
}
/*
*
* Tooltop Custom
*/
.tooltip {
  font-size: 16px;
  line-height: 1.2;
  color: #b7b7b7;
}
.tooltip.bs-tooltip-top {
  padding: 6px 0;
}
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -4px;
  content: "";
  border-width: 6px 6px 0;
  border-top-color: var(--color-jigyoukai);
}
.tooltip.bs-tooltip-bottom {
  padding: 6px 0;
}
.tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -4px;
  content: "";
  border-width: 0 6px 6px;
  border-bottom-color: var(--color-jigyoukai);
}
.tooltip-inner {
  background-color: var(--color-jigyoukai);
}
/*
*
* Counter
*/
/*
*
* Progress Bars
*/
.progress-linear {
  position: relative;
  text-align: left;
}
.progress-linear .progress-header {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.progress-linear .progress-bar-linear-wrap {
  display: block;
  flex: 1;
  height: 10px;
  background: #f6f6f6;
  border-radius: 5px;
}
.progress-linear .progress-body {
  display: flex;
  align-items: flex-end;
}
.progress-linear * + .progress-body {
  margin-top: 12px;
}
.progress-linear .progress-bar-linear {
  width: 0;
  height: inherit;
  background: var(--color-jigyoukai);
  transition: .5s all ease-in-out;
  border-radius: 5px;
}
.progress-linear .progress-value {
  font-weight: 700;
  color: #b8b8b6;
  margin-left: 10px;
  line-height: 1;
}
.progress-linear .progress-value::after {
  content: "%";
}
* + .progress-bar-linear-wrap {
  margin-top: 8px;
}
.progress-linear + .progress-linear {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .progress-linear + .progress-linear {
    margin-top: 30px;
  }
}
/*
*
* Circle Progress Bars
*/
.progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.progress-bar-circle canvas {
  vertical-align: middle;
}
.progress-bar-circle span {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 36px;
  line-height: 1;
  transform: translate(-50%, -50%);
  color: var(--text-main);
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-weight: 700;
}
.progress-bar-circle-title {
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* + .progress-bar-circle-title {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .progress-bar-circle span {
    font-size: 60px;
    top: 46%;
  }
}
/*
*
* Time Circles
*/
.time_circles {
  position: relative;
  width: 100%;
}
.time_circles > div {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -10px;
  text-align: center;
}
@media (min-width: 1200px) {
  #DateCountdown {
    width: 100%;
  }
}
.time_circles > div > h4 {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  right: 0;
  transform: translateY(-100%);
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em;
  color: #9b9b9b;
  text-transform: uppercase;
}
.time_circles > div > h4 + * {
  margin-top: 0;
}
.time_circles > div > span {
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1 !important;
  color: var(--text-main);
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}
@media (min-width: 768px) {
  .time_circles > div > span {
    font-size: 34px !important;
  }
}
@media (min-width: 992px) {
  .time_circles > div > span {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .time_circles > div > span {
    font-size: 60px !important;
    margin-top: -10px;
  }
}
.bg-gray-dark .time_circles > div > span, .bg-primary .time_circles > div > span {
  color: #ffffff;
}
.countdown-wrap {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.countdown-wrap.countdown-wrap-lg {
  max-width: 1070px;
}
* + .countdown-wrap {
  margin-top: 35px;
}
.countdown-wrap + .button {
  margin-top: 40px;
}
/*
* jQuery mousewheel plugin
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 16px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 16px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f2f3f8;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #d1d4e6;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Owl Navigation
 */
.owl-nav.disabled {
  display: none !important;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: 400 46px/50px 'FontAwesome';
  color: #cccccc;
  cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
  color: var(--color-jigyoukai);
}
.owl-prev {
  left: 0;
}
.owl-prev::before {
  content: '\f104';
}
.owl-next {
  right: 0;
}
.owl-next::before {
  content: '\f105';
}
/*
 * Owl Pagination
 */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots.disabled {
  display: none !important;
}
.owl-dot {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #a9a9a9;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: .2s;
}
.owl-dot:only-child {
  display: none;
}
.owl-dot:hover, .owl-dot:focus {
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
.owl-dot.active {
  background-color: var(--color-jigyoukai);
  border-color: var(--color-jigyoukai);
}
/*
*
* Material Parallax
*/
.parallax-container {
  position: relative;
  overflow: hidden;
}
.parallax-container.kv-narrow {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;
}
.parallax-container.kv-narrow-middle {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;
}
.parallax-container.kv-taller {
  position: relative;
  overflow: hidden;
  height: 360px;
  width: 100%;
}
@media (max-width: 767px) {
  .parallax-container.kv-taller {
    position: relative;
    overflow: hidden;
    height: calc(375/750 * 100vw);
    width: 100%;
  }
}
.parallax-container.kv-narrow .ttl-opaque {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  height: 90px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.50);
  mix-blend-mode: normal;
  margin: 0px auto;
  z-index: 2;
}
.parallax-container.kv-narrow .white-opaque {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 136px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.85);
  mix-blend-mode: normal;
  margin: 0 auto;
  z-index: 2;
}
.parallax-container.kv-narrow-middle .white-opaque {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 136px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.85);
  mix-blend-mode: normal;
  margin: 0 auto;
  z-index: 2;
}
.parallax-container.kv-narrow .white-opaque p.text-center, .parallax-container.kv-narrow-middle .white-opaque p.text-center {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
}
.parallax-container.kv-narrow .box-typography-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  letter-spacing: 0.08;
  text-align: center;
  line-height: 1.5;
  color: var(--color-jigyoukai) !important;
  margin: 0px auto;
  mix-blend-mode: normal;
  z-index: 15;
}
.parallax-container.kv-narrow .ttl-form, .parallax-container.kv-narrow .ttl-form_pink, .parallax-container.kv-narrow .ttl-form_green {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-main);
  border-radius: 5px;
  line-height: 1.4;
  font-weight: 300;
  background-color: hsla(0, 0%, 100%, 0.70);
  padding: 20px;
  margin: 0px auto;
  z-index: 2;
}
.parallax-container.kv-narrow .ttl-form_pink {
  color: #fff;
  background-color: hsla(0, 78%, 73%, 0.80);
}
.parallax-container.kv-narrow .ttl-form_green {
  color: #fff;
  background-color: hsla(146, 45%, 58%, 0.80);
}
.lead_copy {
  text-align: center;
}
@media (max-width: 979px) {
  .parallax-container.kv-narrow .ttl-form {
    /*    width: calc(360/1000 * 100vw);
*/ font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4;
    font-weight: 300;
    background-color: hsla(0, 0%, 100%, 0.70);
    padding: 20px 5vw;
    margin: 0px auto;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .parallax-container .col-lg-6.white-opaque {
    width: calc(760/1000 * 100vw);
    height: auto;
    border-radius: 5px;
    margin: 0 auto;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .parallax-container.kv-narrow .ttl-form {
    width: calc(600/750 * 100vw);
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4;
    font-weight: 300;
    background-color: hsla(0, 0%, 100%, 0.70);
    padding: 20px;
    margin: 0px auto;
    z-index: 2;
  }
  .parallax-container.kv-narrow .ttl-opaque {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(660/900 * 100vw);
    height: calc(180/900 * 100vw);
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.50);
    mix-blend-mode: normal;
    margin: 0px auto;
    z-index: 2;
  }
  .parallax-container.kv-narrow h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(660/900 * 100vw);
    font-size: 22px;
  }
  .parallax-container.kv-narrow .ttl-form {
    font-size: calc(22/450 * 100vw);
  }
  .parallax-container.kv-narrow .white-opaque {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 26%);
    width: calc(660/750 * 100vw);
    height: calc(280/750 * 100vw);
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.85);
    mix-blend-mode: normal;
    margin: 0 auto;
    z-index: 2;
  }
  .parallax-container.kv-narrow-middle .white-opaque {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(560/750 * 100vw);
    height: calc(220/750 * 100vw);
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.85);
    mix-blend-mode: normal;
    margin: 0 auto;
    z-index: 2;
  }
}
.parallax-container.pale-yellow-bk {
  background: var(--color-jigyoukai);
}
.white-opaque {
  background: #fff;
  opacity: 0.7;
}
.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
}
.ipad .parallax-container, .iphone .parallax-container {
  background-attachment: scroll !important;
}
.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  max-width: inherit;
  min-height: 101%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 992px) {
  .material-parallax img {
    max-width: 100%;
  }
}
.parallax-content {
  position: relative;
  z-index: 1;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.select2-container-active {
  border: 1px solid var(--color-jigyoukai);
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  position: relative;
  color: #a1a1a1;
  background-color: transparent;
  padding: 12px 19px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-arrow {
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.select2-arrow b:before {
  display: inline-block;
  font-weight: 400;
  content: "";
  font-family: "Material Design Icons";
  font-size: 22px;
  transform: rotate(0deg);
}
.select2-dropdown-open .select2-arrow b:before {
  transform: rotate(180deg);
}
.select2-container .select2-choice abbr {
  display: none;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 100;
  top: 100%;
  background: #ffffff;
  color: #a1a1a1;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-radius: 25px;
}
.select2-drop-active {
  border: 1px solid var(--color-jigyoukai);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid var(--color-jigyoukai);
}
.select2-search {
  display: inline-block;
  width: 100%;
  padding: 4px 4px 0;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search:before {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(calc(-50% + 4px));
  display: inline-block;
  content: '\f43b';
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 1;
}
.select2-search input {
  width: 100%;
  padding: 5px 35px 5px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  background-color: transparent;
  color: #a1a1a1;
  border: 1px solid #e1e1e1;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #e1e1e1;
  border-top-color: transparent;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  padding: 10px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-result {
  padding: 2px 7px;
  transition: .1s;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  color: #ffffff;
  background: var(--color-jigyoukai);
}
.select2-results li em {
  background: #ffffff;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #ffffff;
  color: #000000;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #ffffff;
  background: var(--color-jigyoukai);
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #a1a1a1;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi {
  display: flex;
  align-items: stretch;
  height: auto;
  min-height: 50px;
}
.select2-container-multi .select2-choices {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 0;
  cursor: text;
  overflow: hidden;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  width: 100% !important;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 5px 4px 20px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  cursor: default;
  border: 1px solid #c8c8c8;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #c8c8c8;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: var(--text-main);
}
.select2-search-choice-close:before {
  display: inline-block;
  content: '\f24c';
  font-family: "Material Design Icons";
  font-size: 12px;
  line-height: 1;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #dddddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.well1 {
  margin: 30px 0;
}
.container-withside {
  width: 100%;
  margin: 30px auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.container-withside .col-8 {
  position: relative;
}
.container-withside .col-8 > div {
  margin-bottom: 40px;
}
@media (max-width:767px) {
  .container-withside {
    width: calc(320/375 * 100vw);
    margin: 30px auto;
    display: block;
  }
}
.border-parallel {
  padding: 6px 0;
  margin: 4px 0;
}
.newsarea {
  position: relative;
  z-index: 300;
}
.newsarea h5 {
  text-align: center;
  margin: 40px auto 0;
}
.newsplate {
  width: 540px;
  height: 140px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 10px auto;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding-left: 20px;
  padding-right: 2px;
}
.newsplate .news {
  text-align: center;
}
.news {
  width: 95%;
  padding: 30px auto;
  border-top: 3px dotted #FF8BA6;
}
.white-plate .news {
  width: 95%;
  padding: 30px auto;
  border-top: none;
  border-bottom: 3px dotted #FF8BA6;
  margin: 10px auto;
}
.news .date {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  /*width: 150px;*/
  margin: 10px auto 10px;
  color: #FF8BA6;
}
.news .newstext {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 3px auto 10px;
}
.news p.newest {
  font-size: 11px;
  text-align: center;
  fonnt-weight: 600;
  width: 90px;
  height: auto;
  margin: 0 0 0 10px;
  line-height: 1.2;
  padding: 6px;
}
.news-header {
  color: #2EA8AF;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.row2 .news p.newest {
  background: #F11E32;
}
.row2 .news p.regular {
  background: #aaa;
}
.row2 .news p.none {
  background: #fff;
}
.row2 .news, .row2 .notice {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  vertical-align: middle;
  height: auto;
}
.row2 .news dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.row2 .news dl dt {
  color: #F1D3A3;
  font-size: 14px;
  width: auto;
  text-align: left;
  margin: 0 0 0 8px;
  line-height: 1.4;
}
.row2 .news dl dd {
  color: #231815;
  font-size: 14px;
  text-align: left;
  margin: 0 0 0 8px;
  line-height: 1.4;
}
.row2 .news a, .notice a {
  text-decoration: underline;
}
.container.solidright {
  border-right: 2px solid #bbb;
  margin-right: 40px
}
.container-withside .col-3 .btn-side li {
  margin: 25px auto;
  text-align: center;
  z-index: 1000;
}
@media (max-width:767px) {
  .newsplate {
    width: calc(300/375 * 100vw);
    height: calc(200/375 * 100vw);
    margin: 0 auto 0;
  }
  .row2 .news, .row2 .notice {
    display: block;
    vertical-align: middle;
    height: auto;
  }
  .row2 .news .date {
    width: 100%;
    line-height: 1.7;
  }
  .row2 .news dl dt {
    width: auto;
    margin: 0 0 0 0;
  }
  .row2 .news dl dd {
    margin: 0 0 0 2px;
  }
  .container-withside .col-3 {
    margin-top: 8px
  }
  .container-withside .col-3 .btn-side {
    margin: 0 auto;
    text-align: center;
  }
  .container-withside .col-3 .btn-side img {
    width: calc(480/750 * 100vw);
    margin: 0 auto;
    text-align: center;
  }
}
.news .content ul li {
  padding: 15px 0 30px 10px;
  border-bottom: 1px solid #4cb17f;
}
@media screen and (max-width: 768px) {
  .news .content {
    font-size: calc(30/750 * 100vw) !important;
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .news .content ul li {
    padding: 4vw 0;
    width: auto;
  }
}
.news .content ul li a {
  color: var(--text-main);
  text-decoration: none;
  /*  display: block;
 */ opacity: 1.0;
  transition: 0.4s;
}
.news .content ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.news .content ul li dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
}
.news .content ul li dl dd {
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 6px;
  position: relative;
  width: 565px;
}
.news .content ul li dl dt.yellow-rect {
  padding: 0 10px 0 0;
  line-height: 1.6;
  font-weight: 300;
  text-align: left;
  border-right: 6px dotted var(--color-jigyoukai);
  border-bottom: none;
}
.news .content ul li dl dd.pdf-news-area {
  /*  width: 110px;
*/
  width: 110px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.news .content ul li dl dd.pdf-news-area a {
  margin: 5px 0;
}
.news .content ul li dl dd .news-pdf {
  color: #fff;
  background: var(--color-jigyoukai);
  border-radius: 30px;
  height: auto;
  font-size: 0.8rem;
  padding: 6px 19px;
  font-weight: 300;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.news .content ul li dl dd .news-pdf a {
  margin-bottom: 10px;
}
.news .content ul li dl dd .news-img {
  width: 108px;
  height: auto;
  padding: 3px;
}
.news .content ul li dl dd .news-img img {
  margin-top: 5px
}
.news .content ul li dl dd a {
  text-decoration: underline;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .news .content ul li dl dt.yellow-rect {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .news .content ul li dl dd .news-pdf {
    font-size: calc(15/1600 * 100vw);
    width: calc(200/1000 * 100vw);
    height: calc(20/1600 * 100vw);
    line-height: 1.2;
    padding: calc(10/1600 * 100vw) calc(20/1600 * 100vw);
    margin: 0.8vh 0 0.8vh 0;
  }
  .news .content ul li dl dd.pdf-news-area {
    width: calc(120/1000 * 100vw);
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .news .content ul li dl dd .news-img {
    width: calc(160/1000 * 100vw);
    height: auto;
    padding: 3px;
  }
  .news .content ul li dl dt.yellow-rect {
    font-size: 12px;
    width: calc(130/1000 * 100vw);
  }
  .news .content ul li dl dd {
    font-size: calc(16/1000 * 100vw) !important;
    width: calc(600/1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .news .content ul li dl {
    display: block;
    width: auto;
  }
  .news .content ul li dl dd .news-pdf {
    display: block;
    margin: 1.8vh 0 0.8vh 0;
  }
  .news .content ul li dl dd.pdf-news-area {
    /*    width: calc(190/1000 * 100vw);
*/
    width: calc(300/1000 * 100vw);
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .news .content ul li dl dt.yellow-rect {
    font-size: calc(25/750 * 100vw) !important;
    border-bottom: 6px dotted var(--color-jigyoukai);
    border-right: none;
    width: calc(180/750 * 100vw);
    margin-bottom: 10px;
  }
  .news .content ul li dl dd {
    font-size: calc(25/750 * 100vw) !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: auto;
  }
}
.pageindex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  min-width: 150px;
}
.pageindex ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
}
.pageindex li {
  margin: 20px 7px 0 7px;
  width: 36px;
  height: 36px;
}
.pageindex ul li a {
  background: #F5A635;
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 36px;
  padding: 7px 12px;
  text-align: center;
  line-height: 36px;
}
.pageindex ul li a:hover {
  opacity: 0.6;
  transition: 0.4s
}
.pageindex ul li .active {
  background: #4cb17f;
}
.pageindex ul li .zengo {
  background: none;
  color: #4cb17f;
  font-weight: 600;
  font-size: 25px;
  text-decoration: none;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .pageindex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    min-width: calc(380/750 * 100vw);
  }
  .pageindex ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  .pageindex li {
    margin: 2vh 2.5vw;
    width: calc(40/750 * 100vw);
    height: calc(40/750 * 100vw);
  }
  .pageindex ul li a {
    background: #F5A635;
    color: #fff;
    font-size: calc(30/750 * 100vw);
    width: calc(36/750 * 100vw);
    height: calc(36/750 * 100vw);
    text-align: center;
    line-height: 1;
  }
  .pageindex ul li a:hover {
    opacity: 0.6;
    transition: 0.4s
  }
  .pageindex ul li .active {
    background: #4cb17f;
  }
  .pageindex ul li .zengo {
    background: none;
    color: #4cb17f;
    font-weight: 600;
    font-size: calc(36/750 * 100vw);
    text-decoration: none;
    line-height: 1.2;
  }
}
.button-mov, .button-reservation {
  display: flex;
}
.button-mov p {
  width: 260px;
  height: 40px;
  text-align: center;
  color: var(--color-jigyoukai);
  line-height: 40px;
  margin: 0 auto 20px;
  border: 1px solid var(--color-jigyoukai);
  background: #fff;
  z-index: 20;
}
.container-star .button-reservation p {
  width: 440px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  margin: 20px auto 20px;
  background: var(--color-jigyoukai);
}
.button-mov p:hover, .button-reservation p:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.buttons_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.button-mov p {
  width: 260px;
  height: 40px;
  text-align: center;
  color: var(--color-jigyoukai);
  line-height: 40px;
  margin: 0 auto 20px;
  border: 1px solid var(--color-jigyoukai);
  background: #fff;
  z-index: 20;
}
.container-star .buttons_flex div {
  width: 33.33%;
  margin: 0 auto;
  position: relative;
}
.container-star div span.bluearrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -250%);
  max-width: none;
  color: #24BFED;
  width: 100%;
  height: auto;
  text-align: center;
}
.container-star div .button-reservation-new p, .button-contact-new p, .button-preparation p {
  width: 280px;
  height: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  margin: 10px auto 20px;
}
.container-star div .button-reservation-new p {
  background: var(--color-jigyoukai);
}
.container-star div .button-contact-new p {
  background: #71BC92;
}
.container-star div .button-preparation p {
  background: #52C2E4;
}
.button-mov p:hover, .button-reservation-new p:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.container-star .button-bottom-fit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-end;
  height: 100px !important;
  margin-top: 10px;
}
.container-star .button-bottom-fit span {
  margin-bottom: -5px;
}
@media (max-width: 979px) {
  .container-star div .button-reservation-new p, .button-contact-new p, .button-preparation p {
    width: calc(280/1000 * 100vw);
    margin: 0 auto;
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .container-star div .button-reservation-new p, .button-contact-new p, .button-preparation p {
    width: calc(560/750 * 100vw);
    margin: 0 auto;
  }
  .container-star .button-bottom-fit {
    height: auto;
    margin-top: -30px;
  }
}
.container-star .button-bottom-fit span {
  margin-bottom: 3px;
}
}
/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.container2 .half, .container2 .three-blocks {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.container2.sitemap .three-blocks .list_dots a {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.container2.sitemap .three-blocks h4 a {
  font-size: 17px !important;
  margin: 0 0 25px 0;
  color: #fff;
  line-height: 1.4;
}
.container2.sitemap .three-blocks h4 {
  margin: 0 0 15px 0;
  background-color: var(--color-jigyoukai);
  width: 250px;
  padding: 4px 4px 4px 5px;
  position: relative;
  border-radius: 3px
}
.container2.sitemap .three-blocks h4:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container2.sitemap .three-blocks h4:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.container2.sitemap .three-blocks a {
  font-size: 16px !important;
  margin: 0 0 50px 0;
  color: var(--text-main);
}
.container2.sitemap .three-blocks ul {
  margin-bottom: 40px
}
.container2.sitemap .three-blocks li {
  font-size: 16px !important;
  margin: 0 0 14px 0;
  color: var(--text-main);
}
.container2.sitemap .three-blocks li a {
  position: relative;
}
.container2.sitemap .three-blocks li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: -14px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid var(--color-jigyoukai);
  border-right: 1px solid var(--color-jigyoukai);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container2.sitemap .three-blocks li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .container2.sitemap .three-blocks h4 {
    width: calc(250/1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .container2 .half, .container2 .three-blocks {
    display: block;
  }
}
.container2 .half > * {
  width: 30%;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .container2 .half > * {
    width: auto;
  }
}
.gray-bk {
  background: #F4F4F4;
  width: 100%;
  height: auto;
  padding: 20px
}
.gray-bk h4 {
  text-align: center;
  margin: 0 auto;
  border-bottom: 2px solid var(--color-jigyoukai);
  width: 140px;
  padding: 10px auto 10px;
}
.gray-bk .col-6 ul {
  padding: 0 10px;
  width: 100%;
}
.gray-bk .col-6 iframe {
  padding: 0 10px;
  width: 100%;
  height: 360px
}
@media (min-width: 768px) and (max-width: 979px) {
  .gray-bk .col-6 ul, .gray-bk .col-6 iframe {
    width: calc(460/1000 * 100vw);
    margin: 0 auto
  }
}
@media screen and (max-width: 767px) {
  .gray-bk .col-6 ul, .gray-bk .col-6 iframe {
    width: calc(310/388 * 100vw);
    margin: 0 auto
  }
}
.btn_bigs {
  position: relative;
  width: 110%;
  height: 100%;
}
.newsarea .btn-big-kangobucho {
  position: absolute;
  width: 360px;
  left: 50px;
  top: 190px;
}
.container-withside .col-8 .btn-big-shinjinyear {
  position: absolute;
  width: 360px;
  right: -30px;
  top: 50px;
}
.container-withside .col-8 .btn-big-qa {
  position: absolute;
  width: 445px;
  /*right: 260px;*/
  right: 33%;
  bottom: -20px;
  /*transform: translate(30%, 1%);
*/
}
.ttl-english {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  z-index: 200;
}
.large-english {
  font-size: 35px;
}
.pink-pingpong {
  font-size: 14px;
  text-align: center;
  color: #FFCEDA;
}
.ttl-english.bucho {
  position: absolute;
  left: 130px;
  top: 95px;
}
.container-withside .col-8 .ttl-english.shinjin {
  position: absolute;
  right: 70px;
  bottom: 90px;
}
.container-withside .col-8 .ttl-english.qa {
  position: absolute;
  left: 50px;
  bottom: 90px;
}
.pink-pingpong.yoko {
  position: absolute;
  letter-spacing: 0.8em;
  left: 130px;
  bottom: 140px;
  z-index: 300;
}
@media (max-width: 1199px) {
  .btn_bigs {
    position: relative;
    width: 110%;
    height: auto;
  }
  .newsarea .btn-big-kangobucho {
    position: absolute;
    width: calc(340/1200 * 100vw);
    left: 50px;
    top: 190px;
  }
  .container-withside .col-8 .btn-big-shinjinyear {
    position: absolute;
    width: calc(340/1200 * 100vw);
    right: -50px;
    top: 10px;
  }
  .container-withside .col-8 .btn-big-qa {
    position: absolute;
    width: calc(370/1200 * 100vw);
    right: 190px;
    bottom: -20px;
  }
  .ttl-english {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    z-index: 200;
  }
  .large-english {
    font-size: 30px;
  }
  .pink-pingpong {
    font-size: 14px;
    text-align: center;
    color: #FFCEDA;
  }
  .ttl-english.bucho {
    position: absolute;
    left: 130px;
    top: 95px;
  }
  .container-withside .col-8 .ttl-english.shinjin {
    position: absolute;
    right: 40px;
    bottom: 90px;
  }
  .container-withside .col-8 .ttl-english.qa {
    position: absolute;
    left: 80px;
    bottom: 1px;
  }
  .pink-pingpong.yoko {
    position: absolute;
    letter-spacing: 0.8em;
    left: 140px;
    bottom: 40px;
    z-index: 300;
  }
}
@media (max-width: 979px) {
  .newsarea .btn-big-kangobucho {
    position: absolute;
    width: calc(340/1300 * 100vw);
    left: 50px;
    top: 190px;
  }
  .container-withside .col-8 .btn-big-shinjinyear {
    position: absolute;
    width: calc(340/1300 * 100vw);
    right: -10px;
    top: 1px;
  }
  .container-withside .col-8 .btn-big-qa {
    position: absolute;
    width: calc(380/1300 * 100vw);
    right: 170px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .btn_bigs {
    position: relative;
    width: calc(650/750 * 100vw);
    height: 100%;
  }
  .btn_bigs img {
    margin: 8px auto;
  }
  a .btn-big-kangobucho {
    position: initial;
    width: calc(650/750 * 100vw);
    margin: 8px auto 30px;
    z-index: -100;
  }
  .container-withside .col-8 .btn-big-shinjinyear {
    position: initial;
    width: calc(650/750 * 100vw);
    margin: 16px auto 30px;
  }
  .container-withside .col-8 .btn-big-qa {
    position: initial;
    width: calc(650/750 * 100vw);
    margin: -2px auto 40px;
  }
  .ttl-english {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    z-index: 200;
  }
  .large-english {
    font-size: 35px;
  }
  .pink-pingpong {
    font-size: 14px;
    text-align: center;
    color: #FFCEDA;
  }
  .ttl-english.bucho {
    position: initial;
    margin-bottom: -82px;
    z-index: 1000;
  }
  .container-withside .col-8 .ttl-english.shinjin {
    position: initial;
    right: 50%;
    bottom: 10px;
    margin-bottom: -72px;
  }
  .container-withside .col-8 .ttl-english.qa {
    position: initial;
    margin-bottom: -42px;
    line-height: 1.1;
    z-index: 1000;
  }
  .pink-pingpong.yoko {
    position: initial;
    letter-spacing: 0.8em;
    z-index: 300;
  }
}
.new-red {
  color: var(--color-jigyoukai);
  margin-left: 8px;
}
.smaller {
  font-size: 0.85rem;
}
.smallest {
  font-size: 0.65rem;
}
.large {
  font-size: 1.14rem;
}
.gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.bold {
  font-weight: 700;
}
.tsume {
  letter-spacing: -0.02em;
}
.tsumetsume {
  letter-spacing: -0.08em;
}
.pink {
  color: var(--color-jigyoukai);
}
.pink-italic {
  font-family: 'PT Serif', serif;
  color: var(--color-jigyoukai);
  font-size: 2.6em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar-minus05 {
    margin-top: 20px
  }
}
@media (max-width: 767px) {
  .block_back {
    width: calc(600/750 * 100vw);
    text-align: center;
    margin: 50px auto -30px;
  }
  .intro-text.tour div {
    height: auto;
  }
  .intro-text.pink-line.photo-bottom .mar-minus20 {
    margin-top: auto;
    margin-bottom: 20px
  }
  .container-star .intro-text .photo-bottom-fit {
    margin: 5px auto;
    height: auto
  }
  .container-star .intro-text .photo-bottom-fit .intro-img-in {
    width: calc(560/750 * 100vw);
    height: calc(360/750 * 100vw);
    margin: 20px auto 0;
  }
}
.btn_back:hover {
  opacity: 0.6;
  transition: 0.4s;
  color: #6C9BD2;
}
.btn_back p {
  position: absolute;
  top: 65px;
  right: 12vw;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  color: #555;
  text-decoration: underline
}
@media(max-width:767px) {
  .btn_back {
    width: calc(160/750 * 100vw);
    height: calc(60/750 * 100vw);
    margin: 20px auto;
  }
  .btn_white p {
    font-size: calc(32/750 * 100vw);
    position: relative;
    text-align: center;
    line-height: calc(80/750 * 100vw);
  }
  .btn_back p {
    font-size: calc(28/750 * 100vw);
    position: relative;
    text-align: center;
    line-height: calc(60/750 * 100vw);
  }
}
button, input[type='button'] {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
button::-moz-focus-inner, input[type='button']::-moz-focus-inner {
  border: none;
  padding: 0;
}
.container .videotop iframe { /*the frame size of each youtube*/
  width: 374px;
  height: 210px;
  margin: 10px;
  text-align: center;
}
.container .videotop div:first-child { /*the frame size of each youtube*/
  margin-top: 11px;
}
.container .videotop .graybk { /*the frame size of each youtube*/
  background: #F4F4F4;
  padding: 15px 5px 5px 5px;
  margin: 10px
}
.container .videotop .graybk p {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0 0 0 8px;
}
.container .videotop .graybk p:before {
  content: '';
  display: inline-block; /*don't forget！*/
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-image: url("../images/maru-orange.svg");
  background-size: contain;
  vertical-align: middle;
}
.row .video {
  width: 100%;
  margin: 0;
}
.row .video p {
  padding: 0;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .container .videotop iframe { /*the frame size of each youtube*/
    width: calc(374/460 * 100vw);
    height: calc(210/460 * 100vw);
    margin: 10px;
    text-align: center;
  }
  .container .videotop {
    width: 100%;
    margin: 0 auto 20px;
  }
  .container .videotop p iframe {
    width: calc(700/1000 * 100vw);
    height: calc(392/1000 * 100vw);
    margin: 10px auto;
  }
  .container .videotop p {
    text-align: center;
  }
}
.almuni, .privacy {
  background: #f4f4f4;
  padding: 20px 40px;
}
@media (max-width:767px) {
  .almuni, .privacy {
    padding: 20px 18px;
  }
  .list_pdflink li a {
    margin-bottom: 50px;
  }
}
.almuni p {
  letter-spacing: 0;
  text-align: left;
  font-weight: 300;
  margin: 20px auto;
}
.almuni .almuni-list ul p {
  margin: 0 0 0 1.5em;
}
.privacy ul p {
  margin: 0.75em 0 0 0;
}
.almuni .almuni-list ul li a {
  color: #417BEB;
}
.almuni-list li:first-child {}
.almuni li {
  margin-left: 1.5em;
}
.almuni-list.spacious ul li {
  display: list-item;
  padding-left: 0.75em;
  padding-bottom: 1px;
  margin-left: 5px;
  background-image: url("../img/common/maru-ltl-green.svg");
  background-repeat: no-repeat;
  background-size: 0.3em;
  background-position: left 10px;
}
.almuni-list.spacious ul li a {
  color: #417BEB;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #417BEB;
}
.almuni-list li a:visited {
  color: #945FD9 !important;
}
.privacy li {
  margin-left: 1em;
}
.almuni li.hierarchy1 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 20px 0 0.3em 0;
  border-top: 1px solid var(--color-jigyoukai);
  padding-top: 20px
}
.almuni .hierarchy2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.3em 0 0.3em 0.75em;
}
.privacy h3 {
  border-bottom: 1px solid var(--color-jigyoukai);
  padding-bottom: 10px;
  width: 300px;
  margin: 0 auto;
}
.col-8 .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 10px 5px;
  justify-content: flex-start;
}
.col-8 .row .half {
  width: 46%;
  margin-right: 4%;
}
.half img {
  border-radius: 20px;
}
.banner02-1 {
  width: 200px;
  height: 41px;
  margin: 5px 10px 0 0;
}
.banner02-2 {
  width: 200px;
  height: 220px;
  margin: 0 14px -10px 0;
}
.banner03-1 {
  margin: 5px 45px 0 15px;
}
@media (max-width: 1199px) {
  .love_4:first-child {
    width: 40%;
    height: 40%;
  }
  .love_4:last-child {
    width: 46%;
    height: 46%;
  }
}
@media (max-width: 767px) {
  .love_4:first-child {
    width: 90%;
    height: 90%;
  }
  .love_4:last-child {
    width: 90%;
    height: 90%;
  }
}
.banner_rec2 {
  width: 450px;
  height: auto;
  margin: 0 14px -50px 0;
}
.banner_rec2 img {
  width: 280px;
  height: auto;
}
.banner_rec3 {
  width: 280px;
  height: auto;
  margin: -50px 0 0 0;
}
.banner_rec3 img {
  width: 270px;
  height: auto;
}
.text_with_bannaer {
  width: 530px;
  height: auto;
}
.text_with_bannaer ol {
  list-style-type: decimal;
}
.text_with_bannaer ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin: 5px 1px 14px 1.4em;
}
.text_with_momo ul li {
  margin: 5px 1px 14px 1.0em;
  background-image: url("../images/list_momo_petit.png");
  background-repeat: no-repeat;
  background-position: top -2px left 4px;
  line-height: 1.7;
  padding-left: 50px;
}
.introduction h3, .recruit h3 {
  text-align: left;
}
h3:before {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 35px; /*画像の高さ*/
  background-image: url("../img/common/pattern-two-circles.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 6px -2.2em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  h3:before {
    content: ''; /*何も入れない*/
    display: inline-block;
    margin: 0 0 4px -2.5em;
  }
}
.table_box {
  width: 100%;
}
.table_box h5 {
  color: #26A961;
  font-weight: 700;
  margin: 8px auto -5px 0;
}
.table_box table {
  width: 48%;
  margin-right: 3%;
  margin-left: -1%;
}
.table_box table tr th, .table_box table tr td {
  border: 1px solid #21B262;
  padding: 5px 0 5px 8px;
}
.table_box table tr th {
  background: #c3eef2;
}
.table_box table tr td {
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .contact-info a, .contact-info address {
    font-size: 21px;
  }
  .col-8 .row.row_remain {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex !important;
    margin: 10px 5px;
    justify-content: flex-start;
  }
  .banner_rec2 {
    width: 300px;
    height: auto;
    margin: 0 14px -20px 0;
  }
  .banner_rec2 img {
    width: 210px;
    height: auto;
  }
  .banner_rec3 {
    width: 210px;
    height: auto;
    margin: -30px 0 0 0;
  }
  .banner_rec3 img {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 979px) {
  .table_box .row {
    display: block;
    width: calc(900/1000 * 100vw);
  }
  .table_box table .border_bottom_none {
    border-bottom: none;
  }
  .text_with_bannaer {
    width: 530px;
    height: auto;
  }
  .banner_rec2 {
    width: 210px;
    height: auto;
    margin: 0 14px -20px 0;
  }
  .banner_rec2 img {
    width: 210px;
    height: auto;
  }
  .banner_rec3 {
    width: 210px;
    height: auto;
    margin: -30px 0 0 0;
  }
  .banner_rec3 img {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .privacy h3 {
    width: calc(360/750 * 100vw);
    margin: 0 auto;
  }
  .almuni-list.spacious ul li {
    padding-bottom: 10px;
    margin-left: 0;
  }
  .col-8 .row .half {
    width: 100%;
    margin-right: 0;
  }
  .col-8 .row .half img {
    margin: 0 auto;
  }
  .banner02-1 {
    width: 200px;
    height: 41px;
    margin: 5px 10px 0 0;
  }
  .banner02-2 {
    width: 200px;
    height: 220px;
    margin: 0 14px -10px 0;
  }
  .banner_rec2 {
    width: calc(270/750 * 100vw);
    height: auto;
    margin: 0 1vw -20px 0;
  }
  .banner_rec2 img {
    width: calc(270/750 * 100vw);
    height: auto;
  }
  .banner_rec3 {
    width: calc(270/750 * 100vw);
    height: auto;
    margin: -30px 0 0 0;
  }
  .banner_rec3 img {
    width: calc(260/750 * 100vw);
    height: auto;
  }
  .text_with_bannaer {
    width: 530px;
    height: auto;
  }
  .table_box .row {
    display: block;
    width: calc(1140/750 * 100vw);
  }
  .table_box table tr th, .table_box table tr td {
    font-size: 0.9rem;
  }
  .row.row-remain img {
    height: 180px;
  }
}
/* -------------------------------- *
 *       ORANGE TITLE 病院の特徴
 * -------------------------------- */
h4.orange_ttl {
  color: #fff;
  font-size: 18px;
  background: #F38C43;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 20px 0 -7px 0;
}
.white-plate {
  background: #fff;
  padding: 5px 20px 18px 20px;
  border: 1px solid #F38C43;
  border-radius: 10px;
  margin: 15px auto;
}
.white-plate h5 {
  color: #26A961;
  font-weight: 700;
  border-top: 3.5px dotted #26A961;
  margin: 20px auto 0 0;
}
.white-plate h5:first-child {
  border-top: none;
}
.white-plate h5 p {
  margin: 20px auto -1px;
}
.table_box .choutai p {
  transform: scale(0.9, 1);
  text-align: left;
  width: 110%;
  margin-left: -10px;
}
.row.character img {
  margin: 40px 5px;
  width: 25%;
  height: 25%;
}
.row.character .chara-text {
  width: 72%;
  display: block;
  margin-bottom: 50px;
}
.character .chara-text h5 {
  font-weight: 700;
}
@media (max-width: 979px) {
  .row.character img {
    width: 30%;
    height: 30%;
  }
  .row.character .chara-text {
    width: 66%;
    display: block;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .row.character {
    display: block;
    width: 100%;
  }
  .col-8 .row.character img {
    margin: 1px 25% 45px 25%;
    width: 50%;
    height: 50%;
  }
  .row.character h5 {
    text-align: center;
  }
  .row.character .chara-text {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
.director-message {
  margin: 0 7vw 50px 0;
}
.bucho-signature {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.bucho-signature .pink-pingpong-bucho {
  font-size: 14px;
  text-align: center;
  color: #FFCEDA;
  letter-spacing: 0.8em;
  z-index: 300;
}
@media (max-width: 767px) {
  .director-message {
    margin: 0 0 50px 0;
  }
  .bucho-signature .pink-pingpong-bucho {
    font-size: 12px;
    text-align: left;
    color: #FFCEDA;
    letter-spacing: 0.7em;
    z-index: 300;
  }
}
.row.year {
  margin-bottom: 50px;
}
.month {
  width: 12%;
}
.month p {
  width: 80px;
  height: 80px;
  background: var(--color-jigyoukai);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
  font-size: 24px;
}
.block-block {
  display: block;
  width: 84%;
}
.block-block h5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  margin: 20px auto 30px 0;
}
.block-block h5 p {
  background: #69CBB8;
  width: 120px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}
.block-block ul .list {
  margin-bottom: 20px;
  list-style-image: url("../img/common/circle-green.svg");
  display: inline-block;
  margin-right: 0.8em;
}
@media (max-width: 1199px) {
  .month p {
    margin: 0 0 0 -2vw;
  }
}
@media (max-width: 979px) {
  .month p {
    margin: 0 0 0 -4vw;
  }
}
@media (max-width: 767px) {
  .month p {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 5px 0 0 -9vw;
  }
  .block-block h5 {
    display: block;
    font-weight: 700;
    margin: 20px auto 30px 0;
  }
  .block-block h5 p {
    width: 80px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
    margin-right: 10px;
    line-height: 30px;
    margin: 0 auto 10px 0;
  }
}
.img-img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px auto;
  width: 100%;
}
.img-img .img-cap {
  margin: 0 20px 10px 0;
}
.img-img .img {
  width: 300px;
  height: 200px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.img-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 118%;
  height: auto;
}
.img-img .img p {
  width: 100%;
  margin-top: 0
}
@media (max-width: 1199px) {
  .img-img .img {
    width: 270px;
    height: 180px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 979px) {
  .img-img {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
  }
  .img-img .img {
    width: 360px;
    height: 240px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .img-img .img-cap {
    margin: 1px 20px 10px 0;
  }
}
@media (max-width: 767px) {
  .img-img .img {
    width: calc(360/750 * 100vw);
    height: calc(290/750 * 100vw);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .img-img .img-cap {
    margin: 1px 20px 10px 0;
  }
}
.momota {
  width: 10%;
  height: 10%;
  margin: 0 30px;
}
@media screen and (max-width: 979px) {
  .fukidashi {
    width: auto;
    height: auto;
    margin-top: 20px;
  }
  .fukidashi:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 11%;
    margin-top: 1px;
    border: 12px solid transparent;
    border-right: 12px solid #FFCB8E;
    transform: rotate(90deg);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .momota {
    width: 20%;
    height: 20%;
    margin: 0 3.5vw;
  }
  .fukidashi {
    width: auto;
    height: auto;
  }
}
.row.year-end {
  margin: 0 auto;
  text-align: center;
  justify-content: space-around;
  width: 70%;
}
.row..year-end p {
  margin: 0 auto;
  text-align: center;
  color: #FF8BA6;
  font-size: 18px;
}
.manifest {
  font-size: 18px;
}
.billboard {
  border-top: 4px dotted #FFAABE;
  border-bottom: 4px dotted #FFAABE;
}
.billboard-hr {
  border-bottom: 4px dotted #FFAABE;
  width: 100%;
  margin-bottom: 30px;
}
.content .billboard-illust {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.billboard-illust img:first-child {
  width: 98px;
  height: 158px;
}
.billboard-illust img:nth-child(2) {
  width: 300px;
  height: 158px;
}
.billboard-illust img:last-child {
  width: 108px;
  height: 158px;
}
.mint-green {
  color: #41BFB6;
}
@media screen and (max-width: 979px) {
  .billboard-illust img:first-child {
    width: calc(98/1000 * 100vw);
    height: calc(158/1000 * 100vw);
  }
  .billboard-illust img:nth-child(2) {
    width: calc(300/1000 * 100vw);
    height: calc(158/1000* 100vw);
  }
  .billboard-illust img:last-child {
    width: calc(108/1000 * 100vw);
    height: calc(158/1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .img-img {
    display: block;
  }
  .img-img .img {
    width: auto;
  }
  .billboard-illust img:first-child {
    width: calc(98/700 * 100vw);
    height: calc(158/700 * 100vw);
  }
  .billboard-illust img:nth-child(2) {
    width: calc(300/700 * 100vw);
    height: calc(158/700 * 100vw);
  }
  .billboard-illust img:last-child {
    width: calc(108/700 * 100vw);
    height: calc(158/700 * 100vw);
  }
}
.img {
  position: relative;
  width: 100%;
  padding-top: 66.67%; /* 3:2のアスペクト比（例：495 / 330） */
  /*  padding-top: 75%; （4:3 = 3 ÷ 4 = 0.75） */
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto 20px !important;
}
.img.wide {
  position: relative;
  width: 100%;
  height: 333px !important;
  padding-top: 0;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto 20px !important;
}
.img-maru {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* ←画像比に合わせて変更OK。楕円っぽく */
  border-radius: 50%;
  overflow: hidden;
  margin: 1px auto 30px;
}
.img-maru.hanare {
  margin: 30px auto 70px !important;
}
.img-maru img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ✨ ふちをしっかり白くぼかす */
.img-maru::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 50%, /* 内側透明 */ rgba(255, 255, 255, 0.9) 75%, /* 中間ぼかし */ rgba(255, 255, 255, 1) 100% /* 外側真っ白 */
    );
}
.img-maru.syoumaru {
  width: 60%;
  padding-top: 60%;
}
.img img, .img-maru img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: 114%;
  }
  .img {
    padding-top: 66.67%; /* スマホでも縦横比維持 */
    margin: 20px auto !important;
  }
}
@media (max-width: 979px) {
  .img-maru {
    width: 70%;
  }
}
.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px; /* 横方向 0px、縦方向 30px */
}
.info-table th {
  padding: 12px 16px;
  vertical-align: top;
  background-color: #DFF4C3;
  width: 30%;
  font-weight: bold;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(244, 214, 178, 0.7); /* 柔らかい光のにじみ */
  transition: all 0.3s ease;
}
.info-table td {
  padding: 12px 16px;
  vertical-align: top;
  /*  border-bottom: 6px dotted #B8E699;*/
  background-color: #F6F8E8;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(244, 214, 178, 0.7); /* 柔らかい光のにじみ */
  transition: all 0.3s ease;
}
.info-table iframe {
  width: 100%;
  height: 260px;
}
.recruit .info-table iframe {
  width: 100%;
  height: 420px;
}
/* table */
.ichinichi-nagare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px; /* 行間にすこし空気感を */
  background: #fff;
  border: none;
}
/* 時間セル（左側） */
.ichinichi-nagare th {
  padding: 12px 16px;
  vertical-align: top;
  background-color: #F4D6B2;
  width: 30%;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(244, 214, 178, 0.7); /* 柔らかい光のにじみ */
  transition: all 0.3s ease;
}
/* 内容セル（右側） */
.ichinichi-nagare td {
  padding: 12px 16px;
  vertical-align: top;
  font-size: 1.25rem;
  border-radius: 8px;
}
.nenkangyouji th {
  position: relative;
  width: 65%;
  /*  height: 222px;*/
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  border-radius: 8px;
  font-size: 3.5rem;
  z-index: 1;
  overflow: hidden;
}
/* 擬似要素でSVGを背景に敷く */
.nenkangyouji th::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  z-index: -1;
}
/* 季節ごとに別SVGを設定 */
.nenkangyouji th.spring::before {
  background-image: url("../img/home/icon_spring.png");
  background-size: auto 100%; /* ← 春・秋はこのままでOK */
}
.nenkangyouji th.summer::before {
  background-image: url("../img/home/icon_summer.png");
  background-size: auto 104%; /* ← 20%拡大 */
}
.nenkangyouji th.autumn::before {
  background-image: url("../img/home/icon_autumn.png");
  background-size: auto 100%; /* ← 春・秋はこのままでOK */
}
.nenkangyouji th.winter::before {
  background-image: url("../img/home/icon_winter.png");
  background-size: auto 80%; /* ← 30%拡大 */
}
.nenkangyouji td {
  padding: 12px 1px;
  vertical-align: top;
  font-size: 1.25rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .nenkangyouji th {
    width: calc(360/750 * 100vw);
    background-size: contain;
    background-position: center left 10px;
  }
  .nenkangyouji th.summer::before {
    background-size: auto 120%;
  }
  .nenkangyouji td {
    padding-top: 16px;
  }
}
.map-img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.pink-base {
  background-color: #FFF4F0;
  border-radius: 20px;
  padding: 10px;
}
.practice-label {
  margin-bottom: 40px;
}
.practice-label h4 {
  background: linear-gradient(90deg, #41BFB6 0%, #9EE8A1 60%, #FFF6B3 100%);
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
  border-radius: 999px;
  text-align: left;
  display: inline-block;
  font-size: 21px;
  white-space: nowrap;
}
.practice-label h5 {
  color: #E05163;
  font-family: 'APJapanesefont', sans-serif;
  font-weight: bold;
  margin: 8px auto -15px 20px;
  text-align: left;
  font-size: 28px;
}
.practice-label p {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .practice-label h4 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.marumaru {
  display: block;
  margin: 30px auto -30px;
}
.news-section {
  position: relative;
  overflow: hidden;
}
.marumaru-bg {
  background-image: url('img/marumaru-ue.png'), url('img/marumaru-hidari.png'), url('img/marumaru-migi.png');
  background-repeat: no-repeat, repeat-y, repeat-y;
  background-position: top center, left top, right top;
  background-size: auto, 80px, 80px;
  padding: 60px 0;
}
main .dot-pattern {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  gap: 800px;
}
main .dot-pattern.left {
  top: 70px;
  left: 1vw;
  position: absolute;
}
main .dot-pattern.right {
  top: 170px;
  right: 1vw;
  position: absolute;
}
main .dot-pattern img {
  height: auto;
  display: block;
}
/* 背景繰り返し共通設定 */
main .dot-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat-y !important;
  background-size: auto;
  background-position: center top;
  z-index: 1;
}
#board {
  position: absolute;
  left: 200px;
  top: calc(750/1400 * 100vw);
}
@media (max-width: 767px) {
  .mb-sp-10 {
    margin-bottom: 10px;
  }
  .mb-sp-20 {
    margin-bottom: 20px;
  }
  main .dot-pattern.left.sp {
    top: 30px;
    left: -0.3vw;
    position: absolute;
  }
}
main .dot-pattern.left.sp img {
  width: 50% !important;
}
main .dot-pattern.right.sp {
  top: 50px;
  right: -9vw;
  position: absolute;
}
main .dot-pattern.right.sp img {
  width: 40% !important;
}
}
ul.list_dot li {
  position: relative;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
ul.list_dot.lemon li {
  padding-left: 0.9em;
}
ul.list_dot.snow li {
  /*  padding-left: 0.7em;*/
}
ul.list_dot li::before {
  content: "";
  position: absolute;
  transform: scale(0.5);
  background-size: contain;
  background-repeat: no-repeat;
}
ul.list_dot.lemon li::before {
  background-image: url("../img/common/maru-lemon.svg");
  left: -0.2em;
  top: 0.4em;
  width: 1em;
  height: 1em;
}
ul.list_dot.snow li::before {
  background-image: url("../img/common/maru-snow.svg");
  left: -0.2em;
  top: 0.5em;
  width: 0.8em;
  height: 0.8em;
}
ul.list_dot.gray li::before {
  background-image: url("../img/common/maru-gray.svg");
  left: -0.2em;
  top: 0.4em;
  width: 0.8em;
  height: 0.8em;
}
ul.list_dot.spaced li {
  margin: 0 0 20px 0;
}
ol.commli {
  margin-left: 0.5em;
  list-style: none;
  counter-reset: li
}
ol.commli > li {
  position: relative;
  padding-left: 0.5em
}
ol.commli > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -0.3em;
}
.p_radius {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 10px auto 20px;
}
.p_radius p {
  width: 300px;
  height: 80px;
  background: #FF8186;
  border-radius: 40px;
  margin: -2px auto;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3 !important;
  padding: 0;
  text-align: center;
}
.p_radius p span {
  font-size: 16px;
  font-weight: normal;
  margin-top: -2px;
  line-height: 1.4;
}
.p_radius p.tsurajima {
  background: var(--color-tsurajima);
}
.p_radius p.syowa {
  background: var(--color-syowa);
}
.p_radius p.nakasu {
  background: var(--color-nakasu);
}
.p_radius a:hover {
  opacity: 0.5;
  transition: 0.7s;
}
@media (max-width: 1080px) {
  .p_radius {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 10px auto 20px;
  }
  .p_radius p {
    margin: 15px auto;
  }
}
.maru_mintgreen {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #69CBB8;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 100px;
}
.layout {
  list-style: none
}
.layout:not(:first-of-type) {
  margin-top: 30px;
}
.layout figure {
  margin: 0
}
.layout figure img {
  display: block;
  margin: 0 auto
}
.layout figure:first-of-type {
  margin: 0;
}
.layout figure:first-of-type img {
  display: block;
  margin: 0 auto;
}
.layout figure:not(:first-of-type) {
  margin-top: 10px;
}
.layout figure figcaption {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: 0;
  white-space: inherit;
  overflow: inherit
}
.layout .left {
  width: auto;
  margin-top: 30px
}
.layout .left:first-child {
  margin-top: 0
}
.layout .right, .layout .center {
  width: auto;
  margin-top: 30px
}
.layout .right:first-child {
  margin-top: 0
}
.layout > p {
  margin-top: 200px;
}
.layout.ratio-30-20-30 .left {
  width: 60%;
  margin: 20px auto;
}
.layout.ratio-30-20-30 .center {
  width: 60%;
  margin: 20px auto;
}
.layout.ratio-30-20-30 .right {
  width: 50%
}
@media (min-width: 601px) {
  .layout {
    display: flex;
    gap: 20px
  }
  .layout.re-row {
    flex-direction: row-reverse
  }
  .layout .left, .layout .right, .layout .center {
    margin-top: 0
  }
  .layout.ratio-25-75 .left {
    width: 25%
  }
  .layout.ratio-25-75 .right {
    width: 75%
  }
  .layout.ratio-30-70 .left {
    width: 30%
  }
  .layout.ratio-30-70 .right {
    width: 70%
  }
  .layout.ratio-33-66 .left {
    width: 33%
  }
  .layout.ratio-33-66 .right {
    width: 66%
  }
  .layout.ratio-40-60 .left {
    width: 40%
  }
  .layout.ratio-40-60 .right {
    width: 60%
  }
  .layout.ratio-50-50 .left, .layout.ratio-50-50 .right {
    width: 50%
  }
  .layout.ratio-60-40 .left {
    width: 60%
  }
  .layout.ratio-60-40 .right {
    width: 40%
  }
  .layout.ratio-66-33 .left {
    width: 66%
  }
  .layout.ratio-66-33 .right {
    width: 33%
  }
  .layout.ratio-75-25 .left {
    width: 75%
  }
  .layout.ratio-75-25 .right {
    width: 25%
  }
  .layout.ratio-80-20 .left {
    width: 80%
  }
  .layout.ratio-80-20 .right {
    width: 20%
  }
  .layout.ratio-90-10 .left {
    width: 90%
  }
  .layout.ratio-90-10 .right {
    width: 10%
  }
  .layout.ratio-33-33-33 .left {
    width: 33.33%
  }
  .layout.ratio-33-33-33 .center {
    width: 33.34%
  }
  .layout.ratio-33-33-33 .right {
    width: 33.33%
  }
  .layout.ratio-30-35-35 .left {
    width: 30%
  }
  .layout.ratio-30-35-35 .center {
    width: 35%
  }
  .layout.ratio-30-35-35 .right {
    width: 35%
  }
  .layout.ratio-40-30-30 .left {
    width: 40%
  }
  .layout.ratio-40-30-30 .center {
    width: 30%
  }
  .layout.ratio-40-30-30 .right {
    width: 30%
  }
  .layout.ratio-30-20-30 .left {
    width: 30%
  }
  .layout.ratio-30-20-30 .center {
    width: 22.5%
  }
  .layout.ratio-30-20-30 .right {
    width: 50%
  }
}
@media (min-width: 1025px) {
  .layout {
    gap: 30px
  }
}
@media (max-width: 767px) {
  .p_radius {
    display: block;
    width: calc(600/750 * 100vw);
    margin: 10px auto;
  }
  .p_radius p {
    margin: 20px auto;
  }
}
/* アニメーションの設定 */
@keyframes UpDown {
  /* 開始地点 */
  0% {
    /* Y軸0px */
    transform: translateY(0);
  }
  /* 終了地点 */
  100% {
    /* Y軸50px */
    transform: translateY(30px);
  }
}
/*display changes*/
.bigger-than-tablet {
  display: block !important;
}
@media screen and (max-width: 990px) {
  .bigger-than-tablet {
    display: none !important;
  }
}
.smaller-than-tablet {
  display: none !important;
}
@media screen and (max-width: 990px) {
  .smaller-than-tablet {
    display: block !important;
  }
}
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
.pc-only {
  display: block !important;
}
@media screen and (max-width: 979px) {
  .pc-only {
    display: none !important;
  }
}
.sp-omly {
  display: none !important;
}
@media screen and (max-width: 979px) {
  .sp-only {
    display: block !important;
  }
}