div, section, span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.shiryo a {
  display: block;
  margin: 6px 20px 0 0;
  border: solid 1px #ddd;
  padding: 8px;
  text-decoration: none;
  position: relative;
}
.shiryo a:hover {
  display: block;
  margin: 6px 20px 0 0;
  border: solid 1px #c81620;
  padding: 8px;
  background: #c81620;
  color: #fff;
  text-decoration: none;
}
.site_footer_button_section {
  background: #fff;
  padding: 30px 0;
}
.site_footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /*  margin-top: 64px;
  margin-bottom: 64px;*/
}
.site_footer_button a {
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding-left: 24px;
}
.site_footer_button a:after, .site_footer_button a:before {
  content: "";
  display: block;
  height: 100%;
  width: 120%;
  position: absolute;
  top: 0;
  left: 0;
}
.site_footer_button a:before {
  z-index: -10;
}
.site_footer_button a:after {
  z-index: -5;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -130%;
  -webkit-transition: .5s ease left;
  transition: .5s ease left;
}
.site_footer_button a:hover {
  text-decoration: none;
  /*  color: #fff;*/
  opacity: 1;
}
.site_footer_button a:hover:after {
  -webkit-transition: .5s ease left;
  transition: .5s ease left;
  left: -10%;
}
.site_footer_button_icon {
  margin-right: 12px;
}
.site_footer_button_long {
  width: 560px;
  margin-right: 40px;
  border: solid 1px #ddd;
}
.site_footer_button_long:hover {
  background: #c81620;
  border: solid 1px #c81620;
}
.site_footer_button_long .site_footer_button_icon {
  font-size: 26px;
  padding-left: 32px;
}
.site_footer_button_short {
  width: 552px;
  border: solid 1px #ddd;
  margin-right: 16px;
}
.site_footer_button_short:hover {
  background: #c81620;
  border: solid 1px #c81620;
}
.site_footer_button_short .site_footer_button_icon {
  font-size: 28px;
  padding-left: 24px;
}
.site_footer_button_short:last-child {
  margin-right: 0;
}
.site_footer_button_short:last-child .site_footer_button_icon {
  font-size: 36px;
}
.site_footer_button_link {
  color: #0e357f;
}
.site_footer_button_link:hover {
  color: #fff;
}
.site_footer_button_link:before {
  /*  background: #fff;*/
}
.site_footer_button_link:after {
  /*  background: #c81620;*/
}
.site_footer_button_conversion {
  color: #0e357f;
}
.site_footer_button_conversion:hover {
  color: #fff;
}
.site_footer_button_conversion:before {
  /*  background: #f08300;*/
}
.site_footer_button_conversion:before {
  /*  background: #fff;*/
}
[class*=" icon--"], [class^=icon--]:before {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--calendar:before {
  content: "\e900";
}
.icon--consult:before {
  content: "\e901";
}
.icon--note:before {
  content: "\e902";
}
.icon--arrow {
  font-size: 16px;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(.9, .9);
  -ms-transform: translateY(-50%) scale(.9, .9);
  transform: translateY(-50%) scale(.9, .9);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.icon--arrow:before {
  content: "\e903";
}
.section_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width:680px) and (max-width:959px) {
  .site_footer_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site_footer_button a {
    height: 80px;
  }
  .site_footer_button a:hover {
    text-decoration: none;
    color: #0e357f;
  }
  .site_footer_button a:hover:after {
    display: none;
  }
  .site_footer_button a:hover.site_footer_button_conversion {
    color: #fff;
  }
  .site_footer_button_long {
    width: 100%;
    margin: 0;
  }
  .site_footer_button_short {
    width: 100%;
    margin: 24px 0;
  }
  .site_footer_button_short + .site_footer_button_short {
    margin-top: 8px;
  }
  .site_footer_button_short:last-child .site_footer_button_icon {
    font-size: 30px;
    margin-right: 8px;
  }
}
@media all and (min-width:680px) {
  .section_inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*    padding-left: 30px;
    padding-right: 30px;*/
  }
}
@media all and (min-width:680px) and (max-width:1199px) {
  .section_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 3%;
  }
  .wrapper {
    padding: 20px 3% 0;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: icomoon;
  src: url(https://mba.globis.ac.jp/assets/font/icomoon.eot?5eruf6);
  src: url(https://mba.globis.ac.jp/assets/font/icomoon.eot?5eruf6#iefix) format("embedded-opentype"), url(https://mba.globis.ac.jp/assets/font/icomoon.ttf?5eruf6) format("truetype"), url(https://mba.globis.ac.jp/assets/font/icomoon.woff?5eruf6) format("woff"), url(https://mba.globis.ac.jp/assets/font/icomoon.svg?5eruf6#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
/*////////////////////////////////////////////////////! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-content/themes/every_tcd075/style.css?ver=2.3.5 ; media=all */
/*! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-content/themes/every_tcd075/style.css?ver=2.3.5 ; media=all */
@media all {
  div, span, h2, p, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 114%;
    vertical-align: baseline;
  }
  #index_header_content {
    height: 890px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 0 0px 0;
  }
  #index_slider_wrap {
    height: 100%;
    position: relative;
    margin: 0 0px;
  }
  #index_slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #index_video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #index_video_mp4 {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media screen and (max-width:900px) {
    #index_video_mp4 {
      width: auto;
      height: 100%;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  #index_slider .caption {
    padding: 0;
    width: 900px;
    margin: auto;
    position: absolute;
    text-align: center;
    z-index: 4;
    left: 0px;
    right: 0px;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #index_slider .catch {
    line-height: 1.3;
    word-wrap: break-word;
    position: relative;
    font-weight: 500;
    margin: 0;
  }
  #index_slider .desc {
    font-size: 16px;
    line-height: 2.3;
    margin: 15px 0 0 0;
    position: relative;
  }
  #index_slider .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  #index_slider .caption .catch, #index_slider .caption .desc {
    opacity: 0;
  }
  #index_slider.video .caption .animate1 {
    -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
  }
  #index_slider.video .caption .animate2 {
    -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
    animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  }
}
/*! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-includes/css/dist/block-library/style.min.css?ver=5.9 ; media=all */
@media all {
  h2 {
    overflow-wrap: break-word;
  }
  p {
    overflow-wrap: break-word;
  }
}
/*! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-content/themes/every_tcd075/css/responsive.css?ver=2.3.5 ; media=screen and (max-width: 1210px) */
@media screen and (max-width: 1210px) {
  #index_header_content {
    height: 500px;
  }
  #index_slider_wrap {
    margin: 0;
  }
}
@media screen and (max-width:950px) {
  #index_slider .caption {
    width: auto;
    padding: 0 30px;
  }
  .shiryo a {
    display: block;
    margin: 16px 0 0 0;
    border: solid 1px #ddd;
    padding: 20px 8px 20px 16px;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (max-width:650px) {
  #index_slider .caption {
    padding: 0 12px;
  }
  #index_slider .desc {
    margin-top: 6px;
  }
  #index_header_content {
    height: 360px;
    margin: 0 0 0px 0;
  }
  .shiryo a {
    display: block;
    margin: 16px 0 0 0;
    border: solid 1px #ddd;
    padding: 20px 8px 20px 16px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
  }
}
/*! CSS Used from: Embedded */
.rich_font_type3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
#index_slider .catch {
  font-size: 57px;
  color: #FFFFFF;
}
#index_slider .desc {
  font-size: 20px;
  color: #FFFFFF;
}
#index_slider .overlay {
  background: rgba(0, 0, 0, 0.4);
}
/*! CSS Used keyframes */
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*/////////////////////*/
/*! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-content/themes/every_tcd075/style.css?ver=2.3.5 ; media=all */
@media all {
  div, span, h2, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  #index_welcome_message {
    text-align: center;
    padding: 75px 0 100px;
    /*    width: 1160px;*/
    margin: 0 auto;
  }
  #index_welcome_message .catch {
    font-size: 38px;
    line-height: 1.5;
    margin: 0;
  }
  #index_welcome_message .desc {
    font-size: 18px;
    line-height: 2.0;
    margin: 20px 0 0 0;
  }
}
/*! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-includes/css/dist/block-library/style.min.css?ver=5.9 ; media=all */
@media all {
  h2 {
    overflow-wrap: break-word;
  }
  p {
    overflow-wrap: break-word;
  }
}
/*! CSS Used from: https://t-rhythm.personalmarketing.co.jp/wp-content/themes/every_tcd075/css/responsive.css?ver=2.3.5 ; media=screen and (max-width: 1210px) */
@media screen and (max-width: 1210px) {
  #index_welcome_message {
    padding: 50px 30px 70px;
    width: auto;
  }
  @media all and (max-width:679px) {
    a:hover {
      text-decoration: none;
    }
    .site_footer_button_long .site_footer_button_icon {
      padding-left: 26px;
    }
    .site_footer_button {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      /*    margin-top: 40px;
    margin-bottom: 40px;*/
    }
    .site_footer_button a {
      height: 80px;
    }
    .site_footer_button a:hover {
      text-decoration: none;
      color: #0e357f;
    }
    .site_footer_button a:hover:after {
      display: none;
    }
    .site_footer_button a:hover.site_footer_button_conversion {
      color: #fff;
    }
    .site_footer_button_long {
      width: 100%;
      margin: 0;
    }
    .site_footer_button_short {
      width: 100%;
      margin-top: 0px;
    }
    .site_footer_button_short + .site_footer_button_short {
      margin-top: 8px;
    }
    .site_footer_button_short:last-child .site_footer_button_icon {
      font-size: 30px;
      margin-right: 8px;
    }
    .section_inner {
      width: 100%;
      padding: 0 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
  }
  @media screen and (max-width:650px) {
    #index_welcome_message {
      padding: 25px 10px 40px;
    }
    #index_welcome_message .desc {
      margin-top: 7px;
    }
  }
}
/*! CSS Used from: Embedded */
.rich_font_type3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}
#index_welcome_message .catch {
  font-size: 38px;
}
#index_welcome_message .desc {
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #index_welcome_message .catch {
    font-size: 20px;
  }
  #index_welcome_message .desc {
    font-size: 15px;
  }
  #index_slider .catch {
    font-size: 27px;
  }
  #index_slider .desc {
    font-size: 16px;
  }
  #index_slider .caption {
    top: 50%;
  }
}
@media screen and (min-width:1211px) {
  .site_footer_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}