html, body{
  scroll-behavior: smooth;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #27ad50;
  font-size: 14px;
}
a {
  color: inherit;
  text-decoration: none;
}
ol {
  padding-left: 4.8vw;
}
#page{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
/* bootstrap */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 30px;
  padding-left: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}
.vc_row {
  margin-left: -30px;
  margin-right: -30px;
}
.vc_column_container>.vc_column-inner{
  padding-right: 30px;
  padding-left: 30px;
}

/* custom  common*/
.vc_desktop #content.site-content, #content.site-content {
  padding-top: 24px;
  padding-bottom: 0;
}
.vc_desktop .entry-content {
  margin: 1.5em 0 0;
}
header#masthead{
  background-color: #27ad50;
  padding: 10px 0;
  transition: top 0.3s;
}
.hidden{
  transition : 0.5s;
  display : none;
}
.overflow-hidden {
  overflow: hidden;
}
.mt-15{
  margin-top: 15px;
}
.mb-15{
  margin-bottom: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.mt-35{
  margin-top: 35px;
}
.mb-35{
  margin-bottom: 35px;
}
.pt-20{
  padding-top: 20px;
}
.pb-20{
  padding-bottom: 20px;
}
iframe {
  width: 100%;
  height: 45.25vw;
}
/* gototop button */
#gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #27ad50;
  color: white;
  cursor: pointer;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  padding: 0;
  margin: 0;
}

#gototop:hover {
  background-color: rgba(39,173,80,0.7);
}

/* custom navbar */
@media (min-width: 992px) {    
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: #fff;
  }
}
@media (max-width: 991px) {
  #masthead nav{
    flex-direction: row-reverse;
  }
  #main-nav{
    z-index: 10000;
    display: block !important;
  }
  #main-nav:is(.show)::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
  }
  #main-nav .navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 210px;
    width: 40%;
    background-color: #fff;
    /* border: 1px solid #707070; */
    box-shadow: 1px 1px 5px #333;
    height: 100%;
    overflow: auto;
    transition: left ease-in-out 300ms;
    z-index: 10;
  }
  #main-nav .nav-item{
    border-bottom: 1px solid #27ad50;
  }
  #main-nav:not(.show) .navbar-nav {
    left: -100%;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: #27ad50;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
    color: #27ad50;
    text-decoration: underline;
    font-weight: normal;
  }
  .navbar-brand > a {
    font-size: 16px;
    font-weight: 900;
  }
}
#masthead .navbar-nav > li > a:hover, 
#masthead .navbar-nav > li.current_page_item > a{
  font-weight: normal !important;
  text-decoration: underline;
}
.navbar-toggler{
  background: #fff;
  border-radius: 0;
  border: none;
  width: 43px;
  height: 43px;
  outline: none !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2839, 173, 80, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 100%;
  height: 100%;
  background-size: auto;
}
.fixed_navbar {
  padding-top: 63px;
}
.fixed_navbar #masthead {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  box-shadow: 1px 1px 5px #5d5d5d;
}
.navbar-brand {
  height: auto;
  flex: 1;
  margin-right: 40px;
  text-align: center;
}

/* custom home page */
#home-menu-container .wpb_single_image {
  display: flex;
  flex-direction: column-reverse;
  border: 2px solid #27ad50;
  border-radius: 29px;
  padding-top: 16px;
  cursor: pointer;
  margin-bottom: 25px;
}
#home-menu-container .wpb_singleimage_heading {
  font-size: 16px;
  color: #27ad50;
  font-weight: 600;
  margin: 0;
  padding: 8px 0;
  line-height: 21px;
}
.custom_btn .vc_btn3 {
  color: #27ad50 !important;
  font-size: 29px !important;
  /* font-weight: 600; */
  border-radius: 15px;
  border: 2px solid #27ad50 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  line-height: 38px;
  text-align: center;
  width: 100%;
  outline: none;
  display: block;
}
footer#colophon {
  color: #27ad50 !important;
  font-size: 9px;
  background: #fff !important;
  margin-top: auto;
}

/* splash */
#splash-screen {
  background: #27ad50;
  margin: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  transition: all ease-in-out 600ms;
  color: #fff;
  bottom: 0;
  right: 0;
  overflow: auto;
  font-size: 26px;
  padding: 30px 0;
  display: flex;
  opacity: 1;
}
#splash-screen.hidden {
  display: none;
  opacity: 0;
}
#splash-screen > .wpb_column {
  display: flex;
  flex-direction: column;
}
#splash-screen > .wpb_column > .vc_column-inner{
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
#splash-screen .wpb_column:after {
  content: "Copyright © 2023 MOVETEX Inc. All rights reserved.";
  font-size: 9px;
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  display: block;
  margin-top: auto;
}

#splash-screen .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 50px;
}
#splash-screen .wpb_text_column.wpb_content_element {
  display: flex;
  justify-content: center;
  margin: 0;
}
#splash-screen h3, #splash-screen h2{
  font-size: 35px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-shadow: 3px 3px 3px #7ed060;
}
#splash-screen h2{
  font-size: 54px;
}
.site-info{
  font-size: 9px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 20px;
}
#splash-screen p{
  margin: 0;
}
.splash_timer {
  display: none;
  z-index: 100001;
  position: fixed;
  left: 20px;
  top: 20px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 20px;
  color:#fff;
}

/* page */
h1.entry-title {
  font-size: 32px;
  font-weight: 700;
  border-bottom: none;
  word-wrap: break-word;
  text-align: center;
  word-spacing: 9999999999px;
  color: #27AD50;
  text-shadow: 2px 3px 0px #000000;
  padding: 32px 0 36px;
  margin: 0;
}
.text-shadow{  
  text-shadow: 2px 3px 0px #000000;
}
.vertical-middle-text{
  display: flex;
  justify-content: center;
}
.vertical-middle-text p {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #27AD50;
  line-height: 26px;
}
.vertical-middle-text p img {
  margin: 0;
}
.sub-title-row {
  background: url("../image/sub_title_background.png") left top repeat-x;
}
.sub-title-row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 11px;
  height: 37px;
  background: url("../image/sub_title_icon_left.png") left top no-repeat;
}
.sub-title-row .vc_custom_heading {
  color: #27AD50;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 13px;
}

.custom_heading {
  position: relative;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border-top: 1px solid;
}
.custom_heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 100%;
  background: url("../image/sub_title_icon_left.png") left top no-repeat;
  background-size: 11px 100%;
}
.custom_heading .vc_custom_heading {
  color: #27AD50;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-weight: 600;
  padding: 3px 0 7px;
}
.custom_heading.style-smaller {
  background: none;
  border-top: 1px solid #27AD50;
}
.custom_heading.style-smaller:before {
  background-size: 100% 100%;
  height: 26px;
  width: 13px;
  top: 0;
}
.custom_heading.style-smaller .vc_custom_heading {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0 0;
}
.simple_text{
  font-size: 17px;
  color: #27AD50;
}
/* custom_single_image */
.custom_single_image{
  display: flex;
  flex-direction: column-reverse;
  border: 2px solid #27ad50;
  border-radius: 14px;
  cursor: pointer;
  margin-bottom: 30px;
  min-height: 132px;
  text-align: center;
  padding: 8px 5px;
}
.custom_single_image:hover,
.active .custom_single_image {
  border-color: #1ca5d3;
  text-decoration: none;

}
.custom_single_image .wpb_singleimage_heading {
  font-size: 24px;
  color: #27ad50;
  font-weight: 600;
  margin: auto 0 0;
  padding: 0;
  line-height: 21px;
}
.custom_single_image:hover .wpb_singleimage_heading,
.active  .custom_single_image .wpb_singleimage_heading{
  color: #1ca5d3;
}
.custom_single_image.no_image{
  justify-content: center;
}
.custom_single_image.no_image .wpb_singleimage_heading{
  margin: 0;
}
.custom_single_image.no_image .vc_figure {
  display: none;
}
.custom_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
.col-align-0{
  padding-left: 30px;
  padding-right: 15px;
}
.col-align-1{
  padding-left: 15px;
  padding-right: 30px;
}
/* post-item */
.post-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
/* .container.grid-post {
  padding: 20px 10px;
} */
.post-item a.post-thumbnail {
  width: 100%;
  margin-bottom: 10px;
  max-height: 300px;
  display: flex;
  justify-content: center;
}
.post-item a.post-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.post-title {
  /* padding: 0 0 20px; */
  /* border-bottom: 2px solid #27AD50; */
  border-bottom: 2px solid #396357;
  margin: 0;
  position: relative;
}
.post-title:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  background: #6db5a1;
}
.post-date {
  color: #27AD50;
  font-size: 12px;
  padding-top: 5px;
}
header.entry-header {
  width: 100%;
}
.post-title a{
  font-weight: 600;
  color: #333 !important;
}
.post-title a, .short-description{
  font-size: 22px;
  color: #27AD50;
  margin-right: auto;
}
.short-description{
  padding-top: 10px;
  font-size: 16px;
  position: relative;
}
.short-description p{
  margin: 0;
}
/* wp-pagenavi */
span.pages{
  display: none;
}
.wp-pagenavi {
  display: flex;
  width: 100%;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #27ad50;
  width: 30px;
  padding: 0;
  height: 30px;
  line-height: 26px;
  text-align: center;
  /* border-radius: 15px; */
  color: #27ad50;
  cursor: pointer;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  font-weight: normal;
  border-color: #27ad50;
  background: #27ad50;
  text-decoration: none;
  color: #fff;
}

.row-full{
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.page-header.row-full{
  background-color: #27ad50;
  margin-top: 1.5em;
}
.custom-title{
  font-size: 26px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  text-shadow: 2px 3px 0px #000000;
  padding: 17px 0 18px;
  margin: 0;
  font-weight: 600;
}
.post-info, .post-info a{
  font-size: 12px;
}
.post-info a, .post-info time{
  color: #27ad50;
}
/* event-information */
.event-information {
  display: grid;
  grid-template-columns: auto auto;
  font-size: 16px;
  line-height: 21px;
  color: #27AD50;
  padding-bottom: 15px;
}
.event-information label {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 10px;
}
.comming_soon_box {
  text-align: center;
  width: 100%;
  color: red;
  margin-bottom: 20px;
  font-size: 26px;
}

/* survey */
.survey-box-header {
  margin: 0;
  background: #27AD50;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  line-height: 22px;
  padding: 11px 10px 5px;
}
.survey-box-description {
  border: 1px solid #27AD50;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
}
.survey-box-link {
  padding: 14px 26px;
}
.survey-box-button {
  background: #27AD50;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  padding: 6px 0 4px;
  border-radius: 21px;
  margin-bottom: 16px;
}

.survey-box-button:hover {
  background: rgb(39 173 80 / 90%);
  color: #fff;
  text-decoration: none;
}

.taxonomy_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #27AD50;
}
.taxonomy_list > label{
  line-height: 19px;
  font-size: 12px;
}
.terms_container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.terms_container .terms {
  display: flex;
  gap: 5px;
}
.taxonomy_list a {
  color: #fff;
  background: #27AD50;
  padding: 2px 3px;
  font-size: 10px;
}
.taxonomy_list a:hover {
  background-color: rgba(39,173,80,0.7);
}

.event-title {
  font-size: 31px;
  line-height: 41px;
  background: #27AD50;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 15px 5px;
  margin-bottom: 15px;
}
.event-title:hover {
  background-color: rgba(39,173,80,0.7);
  color: #fff;
}
.small-text img{
  padding-right: 13px;
}
.small-text p{
  font-size: 12px;
}
a.lb-close {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.text-link {
  color: #27ad50;
  font-size: 16px;
  line-height: 21px;
}
#online_seminar_schedule{
  padding: 20px;
}
.warning-message{
  color: #FF0000;
}


/* editor */
.wp-block-heading{
  margin-bottom: 2.6041666667vw;
  padding: 0.9765625vw 1.3020833333vw;
  background: #27AD50;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.vc_row.mt-35 + .page .entry-content {
  margin: 0;
}

.event_information_list {
    justify-content: center;
}
.btn_archive_link {
  display: block;
  font-size: 31px;
  line-height: 41px;
  background: #27AD50;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 15px 5px;
  margin-bottom: 30px;
  border-radius: 23px;
}
.btn_archive_link:hover{
  text-decoration: underline;
  background-color: rgba(39,173,80,0.7);
  color: #fff;
}
.healthcare-movie-category-thumb img {
  max-height: 72px;
  max-width: 100%;
}
.vc_btn3-color-white {
    background: #fff !important;
}
.not-found-container {
  background: #fff;
  border: 1px solid #27AD50;
  text-align: center;
  padding: 20px 20px 0;
  font-size: 20px;
}
.nout-found-title {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.error404 div#content {
  display: flex;
  flex: 1;
  align-items: center;
}