:root {
  --be-swiper-pagination-bullet-inactive-color: #f8f9fa;
}

.body, .main-body {
  color:                        #121212;
  font-family:                  'Open Sans', '游ゴシック', YuGothic, 'YuGothicStd-R', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-font-smoothing:        antialiased;
  overflow-wrap:                 break-word;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings:         'palt';
}

.bg-primary {
/*
  color:            #3B3B3B!important;
  background-color: #FAFAFA!important;
*/
  color:            #505050!important;
  background-color: #FFFFFF!important;
}

.bg-white {
  color:            #3B3B3B!important;
  background-color: #FFFFFF!important;
}

.be-times {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  color:       lightgray;
}
.be-times:before {
  content: "×";
}

.p-primary-container {
  margin-left:  -.75rem!important;
  margin-right: -.75rem!important;
}

.p-primary {
  padding: .75rem;
}

.card {
  overflow: hidden;
}

.news-list-item {
  color:            #3B3B3B!important;
  background-color: white!important;
   cursor:          pointer;
}

.news-list-item:hover {
  color:            #FAFAFA!important;
  background-color: #424242!important;
}

body.modal-open {
  overflow-y: hidden;
}

.story {
  height:   20rem;
  overflow: hidden;
  position: relative;
  color:    white;
}

.story-sp {
  height:   18rem;
  overflow: hidden;
  position: relative;
  color:    white;
}

.story-icon {
  font-size: 16rem;
  bottom:    -8rem;
  right:     -5rem;

  position:  absolute;
  color:     rgba(0,0,0,0.1);
}

.modal-link {
  border-bottom: 1px dotted;
  cursor:        pointer;
}

.modal-link:hover {
  opacity: 0.5;
}

.footer-link {
  color:         inherit;
  border-bottom: 1px dotted;
  cursor:        pointer;
}

.footer-link:hover {
  color:           inherit;
  opacity:         0.5;
  text-decoration: none;
}

.footer-sns-link-icon {
  color:       #6C7571;
  font-size:   32px;
  line-height: 32px;
}

.footer-sns-link-icon:hover {
  color: #6C7571;
  opacity: 0.5;
}

.register-form {
  width:   100%;
  padding: 0px;
  margin:  0px;
}

.register-form-description {
  font-size: 10px;
}

.header {
  border-bottom: 1px solid #dee2e6;
}

.header-shadow {
  box-shadow: 0px 4px 4px #9E9E9E;
}

.header-min {
  height:           6rem;
  background-color: white;
  border-bottom: 1px solid #dee2e6;
}

.header .logo {
  border-right: 1px solid #dee2e6;
}

.header-min .logo {
  height: 6rem;
  border-right: 1px solid #dee2e6;
}

.header-links-pc .nav-link {
  padding-left:  .25rem !important;
  padding-right: .25rem !important;
}

.header-links-pc .btn {
  color: white;
  border: 1px solid white;
  padding: .0rem 1rem !important;
}

.header-links-pc .btn:hover {
  color:            #000000;
  background-color: white;
}

.header-min .header-links-pc .btn {
  color:  #000000;
  border: 1px solid #000000;
}

.header-min .header-links-pc .btn:hover {
  color:            white;
  background-color: #1abc9c;
  border:           1px solid #1abc9c;
}

.header-login-icon-pc {
  color: #FFFFFF;
}

.header-min .header-login-icon-pc {
  color: #000000;
}

.header-min .header-login-icon-pc:hover {
  color: #1abc9c;
}

.login-form {
  width:        22rem;
  margin-top:   110px;
  margin-right: 2rem;
  display:      none;
  opacity:      0.0;
}

.login-form-opened {
  width:        22rem;
  margin-top:   110px;
  margin-right: 2rem;
  display:      block;
  opacity:      1.0;
}

.feature-icon {
  position:      relative;
  min-width:     3rem;
  min-height:    3rem;
  width:         3rem;
  height:        3rem;
  border-radius: 50%;
  border:        1px solid #1abc9c;
  transition:    color 0.3s ease 0s;
}

.feature-icon .circle-icon {
  position:   absolute;
  color:      #1abc9c;
  top:        0;
  left:       0;
  width:      100%;
  height:     100%;
  text-align: center;
  font-size:  2.8rem;
  transition: color 0.3s ease 0s;
}

.feature-icon .inner-icon {
  position:   absolute;
  color:      white;
  top:        0;
  left:       0;
  width:      100%;
  height:     100%;
  text-align: center;
  font-size:  1.5rem;
}

.feature-icon:hover {
  border: 1px solid #000000;
}

.feature-icon:hover .circle-icon {
  color: #000000;
}

.sns-block {
  background-color: #fafafa;
  color: #6c757d;
}

.instagram-block:hover {
  background-color: #6D4ACC;
  color: white;
}

.slide {
  color: #FFFFFF;
}

.slide .h1-text {
  font-size: 3.0rem;
  /*font-size: 3.0em;*/
}

.slide .h2-text {
  font-size: 2.0rem;
  /*font-size: 2.0em;*/
}

.slide .h3-text {
  font-size: 1.5rem;
  /*font-size: 1.5em;*/
}

.slide .h4-text {
  font-size: 1.0rem;
  /*font-size: 1.0em;*/
}

.btn.b-light-btn {
  color:            #FFFFFF;
  background-color: transparent;
  border-color:     #FFFFFF;
}

.btn.light-btn, .btn.b-light-btn:hover {
  color:            #000000;
  background-color: #FFFFFF;
  border-color:     #FFFFFF;
  text-decoration:  none;
}

.feature {
  color:            #6c757d;
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.feature .title {
  height:      3rem;
  line-height: 1.5rem;
  font-family: 'Raleway', 'Noto Sans', sans-serif
}

.feature.feature-big .title {
  height:      3.4rem;
  line-height: 1.7rem;
  font-size:   1.4rem;
}

.feature.feature-micro .title {
  height:      3rem;
  line-height: 1.5rem;
  font-family: 'Raleway', 'Noto Sans', sans-serif
}

.feature.feature-big {
  height: 24rem;
}

.feature.feature-small {
  height: 22rem;
}

.feature.feature-micro {
  height: 12rem;
}

.feature:hover {
  color:            #fafafa;
  background-color: #6c757d;
}

.feature-i {
  color:       #6E8CE0;
  font-size:   3rem;
  line-height: 3rem;
}

.feature:hover .feature-i {
  color: #DFE5F2;
}

.feature.feature-big .feature-i {
  font-size:   5rem;
  line-height: 5rem;
}

.slide-media-pc {
  display: block !important;
}

.slide-media-sp {
  display: none !important;
}

.slide-message-pc {
  display: block !important;
}

.slide-message-sp {
  display: none !important;
}

.feature-card-pc {
  display: flex !important;
}

.feature-card-sp {
  display: none !important;
}

.about-us-section-pc {
  display: block !important;
}

.about-us-section-sp {
  display: none !important;
}

.contact-us-section-pc {
  display: block !important;
}

.health-care-section-pc {
  display: block !important;
}

.health-care-section-pc .btn {
  color:            #ffffff;
  background-color: transparent;
  border-color:     #ffffff;
}

.health-care-section-pc .btn:hover {
  color:            #e74c3c;
  background-color: #ffffff;
  border-color:     #ffffff;
}

.health-care-section-sp {
  display: none !important;
}

.story-section-pc {
  display: block !important;
}

.story-section-sp {
  display: none !important;
}

.news-section-pc {
  display: block !important;
}

.news-section-sp {
  display: none !important;
}

.footer-pc {
  display: block !important;
}

.footer-pc .modal-link {
  border-bottom-color: rgba(255,255,255,0.35);
}

.footer-sp {
  display: none !important;
}

.header-login-icon-pc {
  display: block !important;
}

.header-links-pc {
  display: flex !important;
}

.header-sns-link {
  cursor: pointer;
}

.header-instagram-link:hover {
  color:      red;
  opacity : 0.5;
  text-decoration: none;
}

.carousel-indicators li {
  height: 5px;
  width: 50px;
}

.feature-card-sp .carousel-indicators li {
  height:           10px;
  width:            10px;
  border-radius:    50%;
  background-color: #121212;
  opacity:          0.6;
}

.feature-card-sp .carousel-indicators .active {
  background-color: #121212;
  opacity:          1.0;
}

.contact-form-explain-label {
  font-size: 12px;
}

.contact-form-error-label {
  font-size: 10px;
}

.login-form-explain-label {
  font-size: 12px;
}

.login-form-error-label {
  font-size: 10px;
}

.contact-form-input {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#scroll-down-pc,#scroll-down-sp {
  color: #1abc9c;
  opacity: 1;
  font-size: 48px;
  transform: scale(1);
  transition: all .2s ease-out;
}

#scroll-down-pc.hidden,#scroll-down-sp.hidden {
  transform: scale(0);
  opacity: 0;
  font-size: 48px;
}

#center-sign-up-pc,#center-sign-up-sp {
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease-out;
}

#center-sign-up-pc.hidden,#center-sign-up-sp.hidden {
  opacity: 0;
  transform: scale(0);
}

.pc-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 14px;
  }
}

/* スマートフォンサイズの時 */
@media only screen and (max-width: 720px) {
  .slide-media-pc {
    display: none !important;
  }

  .slide-media-sp {
    display: block !important;
  }

  .slide-message-pc {
      display: none !important;
  }

  .slide-message-sp {
    display: block !important;
  }

  .feature-card-pc {
    display: none !important;
  }

  .feature-card-sp {
    display: flex !important;
  }

  .about-us-section-pc {
    display: none !important;
  }

  .about-us-section-sp {
    display: block !important;
  }

  .contact-us-section-pc {
    display: none !important;
  }

  .health-care-section-pc {
    display: none !important;
  }

  .health-care-section-sp {
    display: block !important;
  }

  .story-section-pc {
    display: none !important;
  }

  .story-section-sp {
    display: block !important;
  }

  .news-section-pc {
    display: none !important;
  }

  .news-section-sp {
    display: block !important;
  }

  .footer-pc {
    display: none !important;
  }

  .footer-sp {
    display: block !important;
    background-color: #292929;
    color: white;
  }

  .footer-sp .btn {
    color:            #FFFFFF;
    background-color: transparent;
    border-color:     #FFFFFF;
  }

  .footer-sp .btn:hover {
    color:            #000000;
    background-color: #FFFFFF;
    border-color:     #FFFFFF;
    text-decoration:  none;
  }

  .login-form-opened {
    width:        22rem;
    margin-top:   110px;
    margin-right: auto;
    display:      block;
    opacity:      1.0;
  }

  .header {
    height: 4rem;
    border-bottom: none;
  }

  .header-min {
    height:           4rem;
    background-color: white;
    border-bottom: none;
  }

  .header .logo {
    height: 4rem;
    border-right: none;
  }

  .header-min .logo {
    height: 4rem;
    border-right: none;
  }

  .slide .h1-text {
    font-size: 1.8rem;
    /*font-size: 3.0em;*/
  }

  .slide .h2-text {
    font-size: 1.2rem;
    /*font-size: 2.0em;*/
  }

  .slide .h3-text {
    font-size: 1.0rem;
    /*font-size: 1.5em;*/
  }

  .slide .h4-text {
    font-size: 0.5rem;
    /*font-size: 1.0em;*/
  }

  .sns-link-icon {
    font-size: 4.0rem;
    color: white;
  }

  .header-login-icon-pc {
    display: none !important;
  }

  .pc-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .bg-primary {
    color:            #3B3B3B!important;
    background-color: #FAFAFA!important;
  }

  .header-links-pc {
    display: none !important;
  }

  .rounded-button {
    font-size: 1.2rem;
    width: 10rem;
    border-radius: 20px;
  }

  .footer-sp .rounded-button {
    font-size: 1rem;
    width: 15rem;
    border-radius: 20px;
  }
}

/* スマートフォンサイズの時 */
@media only screen and (min-width: 720px) and (max-width: 950px) {
  html {
    font-size: 14px;
  }
}

input#SearchInput {
    width: 420px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-right: 4em;
    padding-left: 3px;
}
#SearchButton {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
    padding: 0 !important;
}

.top-page-movie-play-button {
  top:     0;
  cursor:  pointer;
  opacity: 0;
}

.top-page-movie-play-button:hover {
  color:            #FFFFFF;
  background-color: #00000050;
  opacity:          1;
}

@media screen and (max-height:759px) {

  .header, .header .logo {
    height: 4rem;
  }

  .slide-message-pc .slide-message-content-padding {
    padding-top:    4rem;
    padding-bottom: 10px;
  }

  .slide-message-pc .h1-text {
    font-size: 2.0rem;
  }

  .slide-message-pc .h2-text {
    font-size: 1.75rem;
  }

  .slide-message-pc .h3-text {
    font-size: 1.25rem;
  }

  .slide-message-pc .h4-text {
    font-size: 1.0rem;
  }

  .slide-message-pc .login-and-signup {
     margin: 1rem;
  }

  .slide-message-pc .bottom-message {
     margin-top: 1rem;
  }
}

@media screen and (min-height:760px) {

  .header, .header .logo {
    height: 6rem;
  }

  .slide-message-pc .slide-message-content-padding {
    padding-top:    6rem;
    padding-bottom: 10px;
  }

  .slide-message-pc .h1-text {
    font-size: 3.0rem;
  }

  .slide-message-pc .h2-text {
    font-size: 2.0rem;
  }

  .slide-message-pc .h3-text {
    font-size: 1.5rem;
  }

  .slide-message-pc .h4-text {
    font-size: 1.0rem;
  }

  .slide-message-pc .login-and-signup {
     margin: 2rem;
  }

  .slide-message-pc .bottom-message {
     margin-top: 2rem;
  }
}

.news-modal-logo-image {
  width: 7rem;
  height: 7rem;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
}

.news-summary-clamp {
	position: relative;
    line-height: 11px;
	height: calc(11px * 2);
	overflow: hidden;
    background: #FFF;
}

.news-list-item:hover .news-summary-clamp {
    background: #424242;
}

.news-summary-clamp span{
    margin-right: 1em;
}

.news-summary-clamp:before {
	content: "…";
	bottom: 0;
	right: 0;
	position: absolute;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	padding-left: 1em;
}

.news-list-item:hover .news-summary-clamp:before {
	background: linear-gradient(to right, #42424200 0%, #424242FF 30%);
}

.news-summary-clamp:after {
	content: "";
	width: 100%;
	height: 100%;
    margin-left: -1em;
	position: absolute;
	background: #FFF;
}

.news-list-item:hover .news-summary-clamp:after {
    background: #424242;
}

.line-clamp {
  display:            -webkit-box;
  -webkit-box-orient: vertical;
  overflow:           hidden;
}

.line-clamp.clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp.clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp.clamp-3 {
  -webkit-line-clamp: 3;
}

.news-swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.company-card-swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.slide1-swiper .swiper-pagination-bullet {
  height:           20px;
  width:            20px;
  margin:           0 5px!important;
  padding:          0;
  position:         relative;
  opacity:          1.0;
  background-color: transparent;
}

.slide1-swiper .swiper-pagination-bullet::before {
  height:            8px;
  width:             8px;
  border-radius:     50%;
  position:          absolute;
  background-color:  var(--be-swiper-pagination-bullet-inactive-color);
  top:               50%;
  left:              50%;
  transform:         translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  content:           '';
}

.slide1-swiper .swiper-pagination-bullet-active {
  height:           20px;
  width:            20px;
  background-color: transparent;
  margin:           0 5px!important;
  padding:          0;
  opacity:          1.0;
  position:         relative;
}

.slide1-swiper .swiper-pagination-bullet-active::before {
  height:            14px;
  width:             14px;
  background-color:  transparent;
  padding:           0;
  border-radius:     50%;
  border:            1px solid var(--be-swiper-pagination-bullet-inactive-color);
  opacity:           1.0;
  position:          absolute;
  top:               50%;
  left:              50%;
  transform:         translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  content:           '';
}

.slide1-swiper *:focus {
  outline: none;
}

.grid-news-list .news-date {
  display:     block;
  margin:      0 0 11px 0;
  color:       #787878;
  font-size:   15px;
  font-weight: 500;
}

.grid-news-list .news-title {
  color:          #121212;
  display:        block;
  position:       relative;
  font-size:      18px;
  line-height:    1.42;
  letter-spacing: -0.02em;
  font-weight:    600;
}

.grid-news-list img {
  will-change: filter;
  transition:  filter 0.5s;
}

.grid-news-list img:hover {
  filter: brightness(0.85);
}

.grid-news-list .category {
  color:        #787878;
  font-size:    14px;
  font-weight:  500;
  margin-right: 28px
}

.learn-more {
  color:           #787878;
  text-decoration: none;
  font-size:       14px;
  font-weight:     500;
  line-height:     1.6;
  font-family:     system-ui;
  transition:      color 0.3s ease;
}

.learn-more:hover {
  color:           #121212;
  text-decoration: none;
}

a .clickable-img {
  cursor:      pointer;
  will-change: filter;
  transition:  filter 0.3s ease;
}

a:hover .clickable-img {
  filter: brightness(0.8);
}

.loading-animation .wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.loading-animation .circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #546AE1;
    left:15%;
    transform-origin: 50%;
    animation: loading-animation-circle .5s alternate infinite ease;
}

@keyframes loading-animation-circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.loading-animation .circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.loading-animation .circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.loading-animation .shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: loading-animation-shadow .5s alternate infinite ease;
}

@keyframes loading-animation-shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.loading-animation .shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.loading-animation .shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.loading-animation .wrapper span{
    position: absolute;
    top:75px;
    font-size: 20px;
    color: #546AE1;
    text-align: center;
    width: 100%;
}

.fade-enter-active {
  transition: opacity 0.6s;
}
.fade-leave-active {
  transition: opacity 0.1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.merit-card {
  transition: all 0.3s ease;
  box-shadow: none!important;
  background-color: transparent!important;
}

.merit-card:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  background-color: #FFFFFFE0!important;
}

.animation-trigger.active .slide-container {
  animation-name:      slide-object-animation;
  animation-duration:  6s;
  animation-fill-mode: forwards;
}

@keyframes slide-object-animation {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-6%); }
}

.headline-animation {
  height: 100%;
  width:  100%;
}

.animation-trigger.active .headline-animation {
  animation-duration:  6s;
  animation-fill-mode: forwards;
}


@keyframes headline-animation1 {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-2%); }
}

.headline-animation.animation1 .animation-target {
  height:     100%;
  width:      104%;
  object-fit: cover;
}

.animation-trigger .headline-animation.animation1 {
  transform: translateX(-4%);
}

.animation-trigger.active .headline-animation.animation1 {
  animation-name: headline-animation1;
}


@keyframes headline-animation2 {
  0%   { transform: scale(1.1); }
  100% { transform: scale(1.0); }
}

.headline-animation.animation2 .animation-target {
  height:     100%;
  width:      110%;
  object-fit: cover;
}

.animation-trigger.active .headline-animation.animation2 {
  animation-name: headline-animation2;
}

@keyframes headline-animation3 {
  0%   { transform: translateX(-4%); }
  100% { transform: translateX(0%); }
}

.headline-animation.animation3 .animation-target {
  height:     100%;
  width:      104%;
  object-fit: cover;
}

.animation-trigger.active .headline-animation.animation3 {
  animation-name: headline-animation3;
}

.animation-trigger.active .headline-animation.animation4 {
  animation-name: headline-animation4;
}

.animation-trigger.active .headline-animation.animation5 {
  animation-name: headline-animation5;
}

.smart-scrollbar {
  overflow-y: auto;
}

.smart-scrollbar::-webkit-scrollbar {
  height: 6px;
  width:  6px;
 /*
  width: 14px;
 */
}

/*スクロールバーの軌道*/
.smart-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*スクロールバーの動く部分*/
.smart-scrollbar::-webkit-scrollbar-thumb {
  border-radius:    10px;
  background-color: gray;
/*
  border:           4px solid #00000000;
  background-clip:  padding-box;
*/
}

.overflow-y-auto {
  overflow-y: auto;
}

.folder-delete-icon {
  opacity: 0.2;
  transition: all 0.2s ease;
}
.folder-delete-icon:hover {
  opacity: 1 !important;
  color: #dc3545 !important;
  transform: scale(1.1);
}