html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}
body {
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body#parallax-body {
    overflow-x: hidden;
}
/*.page_top_btn {
  background: rgb(255 164 29);
  box-shadow: none;
  background-image: var(--ver_page_top_button_url);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: rgb(25 25 50 / 50%) 0px 25px 50px -10px, rgb(0 0 0 / 60%) 0px 15px 30px -15px;
}*/
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
br.sp-br {
  display: none;
}
@media(max-width: 599px) {
  br.sp-br {
    display: block;
  }
}
a {
  text-decoration: none;
}
strong {
    font-weight: bold;
}
#content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #content {
    max-width: 540px;
}
}
@media (min-width: 768px) {
  #content {
    max-width: 720px;
}
}
@media (min-width: 992px) {
  #content {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
  #content {
    max-width: 1140px;
}
}
/*スクロールバーCSS*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
::-webkit-scrollbar,:-webkit-scrollbar-track {
  border-radius: 5px;
}
/*スクロールバーCSS*/
/* 検索窓 */
form#searchform {
  display: inline-block;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%), 0 1px 1px 0px rgb(0 0 0 / 15%);
  background: #fff;
  width: 315px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  height: 35px;
  border-radius: 8px;
}
form#searchform input#s {
  border: none;
  padding: 3px 13px 0;
  border-radius: 8px 0 0 8px;
  width: 275px;
}
form#searchform button {
  border: none;
  background: #00245d;
  padding: 8px 8px 8px 25px;
  /* background: linear-gradient( 
-73deg,#00245d , #1d5fc7); */
  font-weight: 600;
  color: #fff;
  width: 75px;
  position: relative;
  border-radius: 0 8px 8px 0;
  left:0px;
}
form#searchform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  content: "\f002";
  color: #fff;
  position: absolute;
  left: 11px;
}
form#searchform:hover {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%), 0 4px 4px -3px rgb(0 0 0 / 15%);
}
input:focus-visible {
  outline: 0px;
}
/* //検索窓 */

/**/
.page_top_btn {
    position: fixed;
    display: block;
    right: 2%;
    bottom: 10%;
    width: 30px;
    height: 130px;
    z-index: 99999;
    color: transparent;
    border: none;
    background: rgb(0 0 0 / 0%);
    box-shadow: none;
    opacity: 0;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}
a#page_top:before {
    content: "PAGE TOP";
    position: absolute;
    bottom: -45px;
    left: -80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #00245d;
    transform: rotate( 
90deg);
    font-weight: 600;
    letter-spacing: 1.8px;
    font-size: 14px;
    width: 78px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
}
a#page_top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1px;
    height: 130px;
    background: #00245d;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:130px;
    opacity: 0;
    bottom: 0;
  }
  40%{
    top:0px;
    height:130px;
    opacity: 1;
  }
  100%{
    top:0px;
    height:0;
    opacity: 0;
  }
}
@media(max-width: 599px) {
  a#page_top {
    transform: scale(0.8);
    right: 3%;
}
}
/**/

/* reCAPTCHAの表示設定 */
.grecaptcha-badge {display: none; }
body#contact .grecaptcha-badge {display: block;}
body#contact .page_top_btn {right: 3px; bottom: 80px; }
/* //reCAPTCHAの表示設定 */



/*youtube css*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 100px;
  /*border: 10px solid #fba69c;
  box-sizing: border-box;*/
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*top banner*/
.top-banner .text-area h3 {
  margin-bottom: 10px !important;
}

@media(max-width: 767px){
  .top-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-banner .col-md-3 {
    width: 48%;
  }
}


/*ボタン*/
.column_link a {
  background: #2f8fe2 !important;
  border-radius: 30px;
}

/*l-company-table*/
.l-company-table {
  margin: 20px 0 !important;
}

.l-company-table,
.l-company-table th,
.l-company-table td {
  border: none !important;
}

.l-company-table tr {
  border-bottom: 5px solid #fff !important;
}
.l-company-table tr:last-child {
  border-bottom: none;
}

.l-company-table th {
  font-weight: 600;
  text-shadow: 3px 3px 3px #462920;
}

.l-company-table td {
  background: #eee;
}


.widget-title .subSection-title {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  word-break: break-all;
  border-top: 3px solid #000;
  border-radius: 12px 0 0 0;
}

.widget-title .subSection-title span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #000;
}

.siteContent .subSection-title,
.siteContent .widget .subSection-title {
  font-weight: 700;
  border-bottom: 3px solid #2f8fe2 !important;
  padding: 0 0 0 !important;
  letter-spacing: .5px;
}
.siteContent .subSection-title:first-letter,
.siteContent .widget .subSection-title:first-letter {
  color: #2f8fe2;
  font-size: 120%;
}

a.btn.btn-xs.btn-primary.entry-meta_items_term_button {
  padding: 5px 10px !important;
}

.entry-meta_items {
    font-size: 15px !important;
    font-weight: 700;
}

.subSection .media .postList_thumbnail {
  width: 150px !important;
}

.subSection .media {
  padding: 1.2em 0 1.2em !important;
}
.media .media-body .media-heading a {
  color: #005196 !important;
  font-weight: 700;
}

.welcome-msg {
  margin-bottom: 50px;
}
.welcome-msg h2 {
  text-align: center;
  font-weight: 700;
}

.entry-meta {
  margin-bottom: .5em !important;
}

.veu_profile .sns_btns {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.veu_profile .sns_btns li {
  margin-right: 0 !important;
}

.veu_profile .sns_btns .instagram_btn a {
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  border: none;
}

.veu_profile .media_outer {
  margin-top: 0 !important;
}

.side_banner_img {
  margin-bottom: 15px;
}

.page-id-31 h3 {
  margin-top: 2.5em !important;
}

.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
  font-weight: 700;
    color: #004a8a;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff,
    0 0 4px #fff, 7px 7px 4px #221e1c;
}

.content_block {
  margin-bottom: 100px;
}

/**/
.chuumon_mail {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 200px;
  background-color: #2f8fe2;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 1.8em;
  padding: 13px;
  color: #fff;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  font-weight: 900;
  z-index: 100;
  text-align: center;
  font-size: 130%;
  letter-spacing: 1px;
}

.chuumon_mail:hover {
  color: #fff;
  text-decoration: none !important;
}

.subSection-title, h3 {
  padding: 7px 10px 5px !important;
  border-bottom: none !important;
}
.subSection-title:after, h3:after {
  display: none !important;
}

.veu_card .veu_card_inner {
  box-shadow: none !important;
}
.veu_card {
  border: 1px solid #ddd !important;
}

.header_scrolled.admin-bar .gMenu_outer {
  background: #337ab7;
}
.header_scrolled .gMenu>li .gMenu_name,
.header_scrolled .gMenu>li .gMenu_description {
  color: #fff;
}

.header_scrolled .gMenu>li a:hover {
  background-color: #fff !important;
}
.header_scrolled .gMenu>li a:hover strong {
  color: #337ab7;
}
.header_scrolled .gMenu>li a:hover span {
  color: #000;
}

.page-header {
  padding: 2em 0;
}


@media all and (-ms-high-contrast: none) {
  .ie_icon {
    writing-mode: horizontal-tb;
  }
}

@media(min-width: 992px){
  .header_scrolled .gMenu_outer {
    background-color: #2f8fe2 !important;
  }
}

/*@media(max-width: 660px){
  .chuumon_mail {
    top: 150px;
    font-size: 110%;
  }
}*/

@media(max-width: 991px){
  .chuumon_mail {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25% !important;
  }
  .page-id-120 .img-left-s {
    margin: 0 2% 3% 0;
    width: 20%;
  }
}

@media(max-width: 991px) {
  .side-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .side_banner_img {
    width: 48%;
  }
  .section.siteFooter {
    padding-bottom: 5em !important;
  }
}

.veu_contact .contact_frame {
  background-color: #f3f3f3 !important;
}

.veu_contact .contact_frame .contact_txt .contact_txt_tel:hover {
  color: #2f8fe2 !important;
}

@media(max-width: 500px){
  .side_banner_img {
    width: 100%;
    text-align: center;
  }
}

@media(max-width: 450px){
  .subSection .media .postList_thumbnail {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
}

@media(max-width: 440px){
  .top-banner .text-area h3 {
    font-size: 1.45rem;
  }
}
/* slickで出たスペースの非表示 */
body#top {
    overflow-x: hidden;
}
h2, .mainSection-title {
  border-top-color: none!important ;
}
.mainSection-title, h2 {
  border-top: none!important;
  border-bottom: none!important;
}
a.chuumon_mail {
  display: none;
}
.info-tokyo dl,.info-osaka dl {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
/*ヘッダー*/
/*header.siteHeader{
  box-shadow: 0px -8px 10px -8px #aaa inset;
}*/
@media(min-width:  992px) {
.siteHeader .container {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
}
@media(min-width: 1200px) {
  .container.siteHeadContainer {
    max-width: 1200px;
  }
}
/*ヘッダー*/
header {
     /*position: fixed;*/
    top: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
}
#header {
  padding: 0;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#head-area h1 {
  font-size: 11px;
  padding-bottom: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  position: relative;
}
#header .logo {
  padding-left: 70px;
  padding-bottom: 0px;
}
#header .logo img {
  width: 345px;
}
#g-menu ul {
  margin-bottom: 0px;
}
#g-menu ul li,#g-menu-scr ul li {
  font-size: 13px;
  flex-grow: 1;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 0;
}
@media(max-width: 599px) {
  #header .logo img {
    /*width: 90px;*/
  }
}
/* スクロールヘッダー */
div#g-menu-scr {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: -40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#g-menu-scr .global-navi {
    width: 55%;
}
div#g-menu-scr.g-menu-scr-on {
    position: fixed;
    top: 0px;
    z-index: 999;
    background: #fff;
    opacity: 1;
    transition: all 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* グローバルメニューホバーアクション */
/*#g-menu ul li a:hover {
  background: transparent;
}
#g-menu ul li a {
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  width: auto;
  border-right: none;
}
#g-menu ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #00245d;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#g-menu ul li:hover a:after {
  transform-origin: left top;
  transform: scale(1, 1);
}*/
#g-menu ul li a,#g-menu-scr ul li a {
    color: #26364e;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 ;
    height: 115px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  #g-menu-scr ul li a {
    height: 103px;
  }
  #g-menu ul li a span.g-a-bg,#g-menu-scr ul li a span.g-a-bg {
      background: linear-gradient(#00245d, #00245d) 100% 100% / 0 1px no-repeat;
    transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
  }
  ul#menu-gnavi li:last-child a span.g-a-bg,#g-menu-scr ul li:last-child a span.g-a-bg {
    background: linear-gradient(#fff, #fff) 100% 100% / 0 1px no-repeat;
  }
  #g-menu ul li a:hover,#g-menu-scr ul li a:hover {
    background: transparent;
}
    #g-menu ul li a:hover span.g-a-bg,#g-menu-scr ul li a:hover span.g-a-bg {
     background-position: 0 100%;
    background-size: 100% 1px;
  }
ul#menu-gnavi li:nth-of-type(5) ,#g-menu-scr ul li:nth-of-type(5) {
  background: #e7e7e7;
}
ul#menu-gnavi li:last-child,#g-menu-scr ul li:last-child {
  background: #00245d;
}
ul#menu-gnavi li:last-child a,#g-menu-scr ul li:last-child a {
  color: #fff;
}
.open #g-menu ul li:nth-of-type(5) ,.open #g-menu ul li:last-child {
  background: transparent;
} 
.open #g-menu ul li:last-child a {
  color: #26364e;
}
/* //グローバルメニューホバーアクション */

@media(max-width: 800px) {
  #header .logo {
    padding-left: 18px;
  }
  #head-area h1 {
    padding-left: 20px;
  }
}
@media (max-width:1000px){
  #head-area h1 {
    display: none;
  }
  .nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }
  .nav ul{
    list-style:none;
  }
  .nav li:not(:last-child){
    margin-bottom: 30px;
  }
  .nav a{
    color: #ffffff;
  }
  #g-menu ul {
  flex-direction: column;
}
#g-menu ul li a {
  font-size: 150%;
}
  #g-menu ul li {
  border-bottom: 1px dotted #3e3e3e;  
  }
  /*#g-menu ul li:nth-of-type(5),#g-menu ul li:nth-of-type(6)  {
    border: none;
  }*/
}
@media(max-width: 768px) {
  #header {
    padding: 20px 0;
}
	#g-menu ul li a:hover span.g-a-bg, #g-menu-scr ul li a:hover span.g-a-bg {
    background-position: 0 0%;
    background-size: 0% 0px;
}
}
/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 25px;
  right: 18px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 50;
}

#navbtn::before,
#navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #333333;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #333333;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
  z-index: 100;
}
.open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.open #g-menu ul li a {
  height: 35px;
}
@media(min-width: 1000px){
  /* PCではボタン非表示 */
  #navbtn{
    display:none;
  }
  /* ヘッダーは横並び */
  /*header{
    display: flex;
    align-items: center;
  }*/
  /* メニューを右に寄せる */
  .nav{
    /* 右寄せ */
    margin-left: auto;
  }
  .nav ul{
    display: flex;
    list-style:none
  }
  .nav ul li:not(:first-child){
    margin-left:20px;
  }
  .nav ul li a { 
    color: #000000;
  }
}

/*ヘッダー*/
h2.info-title {
  font-family: trajan-pro-3, MyYuGothic, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", 游ゴシック, 游ゴシック体, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
  text-align: center;
  font-size: 2.5em;
  line-height: 0.8em!important;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px!important;
  color: #fff!important;
  padding: 15px;
  text-shadow: 0px 0px 0px #aaa;
}
h2.info-title span {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
/*フッター*/
  footer {
    padding: 20px;
  }
  footer .logo a img {
    margin-bottom: 20px;
    width: 218px;
  }
  footer .logo p {
    color: #4e4e4e;
    margin-bottom: 20px;
    line-height: 2.0em;
  }
  .footer-tel {
    display: flex;
    justify-content: flex-end;  
  }
  .footer-tel span.info-local {
    margin-left: 50px;
    font-size: 24px;
  }
  .footer-tel span.info-local-r {
    font-size: 24px;
  }
  .footer-tel a.tel-click {
    font-size: 24px;
  }
  .footer-tel .info-local {
    margin-left: 50px;
  }
  #copyright-area {
    margin: 20px auto 5px; 
  }
  .copyright-mobile {
    display: none;
  }
  p.copyright {
    text-align: center;
    font-size: 12px;
  }
  @media(max-width: 800px) {
    .footer-tel {
      display: block;
    }
    .footer-tel .info-local {
      margin-left: 0px;
    }
  }
  @media(max-width: 600px) {
    footer .logo p {
      font-size: 14px;
    }
    .footer-tel a.tel-click {
      font-size: 18px;
    }
    .footer-tel span.info-local-r {
      font-size: 18px;
    }
    .copyright-pc {
      display: none;
    }
    .copyright-mobile {
      display: block;
    }
  }
/*フッター*/
/*TOPページ*/
/*メインヴィジュアル*/
.mv-box {
    position: relative;
    overflow: hidden;
  /*margin-top: 55px;*/
}
.mv {
  height: auto;
  max-height: 845px;
  width: 100vw;
}
.slick-slide img {
  width: 100%;
}
/*インフォメーションボックス*/
.info {
  width: 43%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(2 19 46 / 25%);
  padding: 0 40px 20px;
  box-shadow: 0 0 6px #000000b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-block-center {
  width: 95%;
}
.info-local {
  display: flex;
  justify-content: space-around;
  padding: 0 0 16px;
  align-items: baseline;
}
.info-local p {
  margin-bottom: 0;
}
.info-local p:first-child {
  font-weight: 600;
  color: #00245d;
}
.info-local-t {
  font-size: 165%;
  color: #00245d;
}
.info-locl p {
  margin-bottom: 5px;
}
.info-box {
  padding: 18px 20px 20px 20px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 40%);
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 20px;
}
.info-box dl dd.info-contents {
  position: relative;
  padding-left: 15px;
}
.info-box dl dd.info-contents:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 75px;
  background: #5b687e;
  left: 3px;
  bottom: -15px;
}
.info-box dl:first-child dd.info-contents:before {
  height: 58px;
  top: 0;
}
.info-box dl:last-of-type dd.info-contents:before {
    height: 60px;
    bottom: 0;
}
.info-tokyo, .info-osaka {
    height: 200px;
    overflow-y: scroll;
    font-size: 0.8em;
    margin-bottom: 10px;
    padding: 8px 5px 8px 15px;
    box-shadow: 0px 0px 10px #c5c5c5f5 inset;
    /*border: 1px solid #aaa;*/
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 0px;
}
.info-tokyo dt,.info-tokyo dd,.info-osaka dt,.info-osaka dd {
  display: inline-table;
  margin-top: 0px;
  margin-bottom: 0px;
}
.info-tokyo dt,.info-osaka dt {
  min-width: 107px;
}
.info-tokyo dd,.info-osaka dd {

}
.info-tokyo dl, .info-osaka dl {
  font-size: 14px;
}
dd.info-contents a {
  color: #343434;
  line-height: 1.5;
}
.info-contents {
  max-width: 420px;
  width: 58%;
  line-height: 1.5;
}
dd.info-cat {
  width: 22%;
  margin: 0 auto;
}
.info-cat a {
  color: #fff;
    padding: 3px 9px;
    background-color: #00245d;
    border-radius: 14px;
    margin: 0 auto;
    font-size: 0.8rem;
    display: block;
    text-align: center;
}
span.info-local-r {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}
a.tel-click {
  color: #00245d;
  font-size: 18px;
  font-weight: 600;
}
i.fas.fa-phone-alt.fa-fw.fa-sm {
  font-size: 105%;
  transform: rotate(-90deg);
}
dd.info-contents a {
  color: #343434;
  line-height: 1.5;
}

/* scroll-arrow */
a.mv-arrow-con-a {
    display: block;
    position: relative;
}
.mv-arrow-con {
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
  -webkit-transform: translateX(-50%) scale(0.75);
  -ms-transform: translateX(-50%) scale(0.75);
  background: rgb(0 36 93);
  margin: 0 auto;
  border-radius: 50%;
  padding-left: 33px;
  padding-top: 0px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.chevron {
  position: absolute;
  width: 24px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 52%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.mv-arrow-con .text {
  display: block;
  margin-top: 63px;
  margin-left: -9px;
  /* font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; */
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/* //scroll-arrow */

@media(max-width: 1540px) {
  /*.info-osaka .info-cat {
    margin-top: 10px;
  }*/
	dd.info-cat {
    width: 28%;
}
  .mv {
  height: 100vh;
  max-height: 645px; 
}
.info {
  padding: 0 8px 0px;
  width: 42%;
}
h2.info-title {
  padding: 0px 0 8px;
}
.info-box {
  padding: 10px 12px 12px;
  margin-bottom: 12px;
}
.info-tokyo, .info-osaka {
  height: 180px;
}
.info-tokyo dl,.info-osaka dl {
  margin-top: 0.5em !important;
  margin-bottom: 0.6em !important;
}
.info-box dl dd.info-contents {
  padding-left: 8px;
  width: 46%;
}
.info-local {
  padding: 0 0 8px;
}
.info-box dl dd.info-contents:before {
  left: 1px;
}
/*.mv-arrow-con {
  bottom: -60px;
}*/
}
@media(max-width: 1170px) {
  .info-tokyo .info-cat {
    margin-top: 10px;
  }
}
@media(max-width: 1024px) {
  h2.info-title {
    font-size: 1.8em;
  }
  h2.info-title span {
    font-size: 0.9rem;
  }
  .info-flex {
    display: flex;
    justify-content: space-around;
  }
  .info {
    width: 100%;
    padding: 0 10px 0px;
    top: auto;
    height: 70%;
    bottom: 0;
  }
  .info-box {
    width: 48%;
  }
  .info-tokyo dt,.info-tokyo dd,.info-osaka dt,.info-osaka dd {
    display: inline-flex;
  }
  .info-tokyo, .info-osaka {
    height: 275px;
    padding: 8px 15px;
  }
  .info-box dl dd.info-contents:before {
  content: none;
}
.info-tokyo dl, .info-osaka dl {
  position: relative;
  padding: 28px 0 13px 0;
  border-bottom: 1px solid #d3d5d9;
}
.info-box dl dd.info-contents {
  width: 63%;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.info-tokyo dd.info-cat,.info-osaka dd.info-cat {
  margin-top: 0px;
  width: 40%;
  margin-top: 0px;
  position: absolute;
  left: -8px;
  top: -3px;
  padding: 5px 0 0 0;
}
}
/*インフォメーションボックス*/

/*キャッチコピー*/
.mv-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  top: 35%;
}
.mv-catch div img {
  width: 400px;
}
.mv-catch div {
  margin-bottom: 5px;
}
.mv-catch p {
  background-color: rgba(255, 255, 255, 0.79);
  display: table;
  margin-bottom: 5px;
  font-size: 3vw;
  padding: 7px 10px 5px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: bold;
  color: #01437e;
  box-shadow: 0 0 6px #000000b8;
  line-height: 1;
}
.catch-mobile {
  display: none;
}
.sche-link {
  text-align: center;
}
.sche-link a {
  background: #ffa41d;
  color: #fff;
  display: inline-block;
  width: 150px;
  padding: 8px 0 6px;
  text-align: center;
  margin: 15px auto 10px;
  border-radius: 8px;
  transition: 0.5s;
}
.sche-link a:hover {
  background: #e98f09;
}
@media(max-width: 1300px) {
  .mv-catch {
    top: 40%;
}
}
@media(max-width: 1024px) {
  .mv-arrow-con {
    display: none;
}
  #head-area h1 {
    display: none;
  }
  .info-contents {
    width: 100%;
  }
  .catch-pc {
    display: none;
  }
  .catch-mobile {
  display: block;
}
.mv {
    max-height: 615px;
}
.mv-catch {
    top: 10%;
    left: 5%;
}
.mv-catch div img {
  width: 150px;
}
.mv-catch p {
  font-size: 30px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 8px;
}
}
@media(max-width: 992px) {
  .mv-catch div img {
    width: 300px;
    transition: 0.6s;
  }
}
@media(max-width: 961px) {

}
@media(max-width: 768px) {
  div#g-menu-scr {
    display: none
  }
  .mv {
    max-height: 450px;
}
  .mv-catch {
    left: 5%;
    top: 6%;
}
.mv-catch p {
    font-size: 24px;
}
.info {
    height: 73%;
    bottom: 0%;
}
h2.info-title {
    font-size: 1.6em;
}
h2.info-title span {
    font-size: 0.75rem;
}
.info-tokyo, .info-osaka {
    height: 185px;
}
.info-local-t {
    font-size: 125%;
}
a.tel-click {
    font-size: 16px;
}
span.info-local-r {
    font-size: 12px;
}
}
@media(max-width: 599px) {
  .slickslider.slick-initialized.slick-slider {
    overflow-x: hidden;
}
#header {
    padding: 8px 0 8px 5px;
}
  .mv-box {
    overflow: unset;
    margin-bottom: 55%;
  }
  .mv-catch {
    width: 93%;
    text-align: center;
    left: 3%;
    top: 10%;
}
.mv-catch p {
  font-size: 17.5px;
}
  .info {
    height: 105%;
    bottom: -38%;
    padding: 0 0px 0px;
}
.info-flex {
  display: block;
}
.info-box {
  width: 100%;
}
.info-tokyo, .info-osaka {
  height: 125px;
  padding: 8px 10px 8px 13px;
}
.info-tokyo dl, .info-osaka dl {
  margin: 0 0 6px !important;
  font-size: 12px;
}
.info-box dl dd.info-contents {
  width: 63%;
  padding-left: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.info-tokyo dt, .info-osaka dt {
  min-width: 95px;
}
.info-tokyo dl, .info-osaka dl {
  position: relative;
  padding-top: 28px;
  padding-bottom: 5px;
}
.info-tokyo dd.info-cat,.info-osaka dd.info-cat {
  width: 40%;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  top: -3px;
}
.info-cat a {
  margin: 0;
}
}

/*キャッチコピー*/
/*メインヴィジュアル*/
/*TOPページ*/
/*4k対応時の文字の大きさを調整してくれやつ*/
/*@media (min-width: 992px) {
  body {
    font-size: 1vw !important;
  }
}*/

/* パララックス */
.body-con {
background: linear-gradient(rgb(255 255 255 / 45%), rgb(255 255 255 / 45%)),url(http://bac.gr.jp/wp/wordpress/wp-content/uploads/2021/11/body-bg.png);
  background-size: 72%;
  /* background-size: cover; */
}
@media(max-width: 599px) {
  .body-con {
    background-size: contain;
}
}
/* タイトル */
.con-title {
  font-family: trajan-pro-3, MyYuGothic, '游明朝','Yu Mincho',serif !important;
  text-align: center;
  color: #00245d;
  line-height: 1.2;
  margin-top: 40px;
}
span.con-title-spn {
  display: block;
  font-size: 20px;
}
h2.con-title {
  font-size: 46px;
}
h3.con-title {
  font-size: 40px;
}
.ser-fl-txt h3 {
  color: #fff;
  font-size: 14px;
  font-family:trajan-pro-3, MyYuGothic, '游明朝','Yu Mincho',serif !important;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 0px;
  width: 100%;
}
.ser-fl-txt h3:first-line {
  font-family: '游明朝','Yu Mincho',serif;
  font-size: 24px;
}
h2.con-title-h2 {
  text-align: left;
  border-left: 3px solid #00245d;
  padding: 2px 10px;
  font-size: 36px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  color: #00245d;
  margin: 0 0px 100px;
}
h4.heading4 {
  font-size: 20px;
  color: #00245d;
  border-bottom: solid 1px #00245d;
  display: inline-block;
  letter-spacing: 3px;
  font-weight: bold;
  padding-bottom: 3px;
}
span.h4-number {
  font-size: 40px;
  font-family:trajan-pro-3, MyYuGothic, '游明朝','Yu Mincho',serif !important;
  padding-right: 5px;
}
span.traing-title {
  position: absolute;
  font-size: 60%;
  letter-spacing: normal;
}
.inner.expert-training-content h5 {
    font-size: 20px;
    font-weight: bold;
    color: #00245d;
    padding-top: 10px;
}
@media(max-width: 768px) {
  .con-title {
    margin-top: 60px;
  }
  .con-title {
    margin-top: 20px;
}
  h3.con-title {
    font-size: 30px;
    line-height: 1.3em;
}
  .ser-fl-txt h3:first-line {
    font-size: 18px;
  }
		h2.con-title-h2 {
    margin: 0px 0px 50px;
}
}
@media(max-width: 599px) {
	h2.con-title-h2 {
    margin: 30px 0px 50px;
}
	div.top-sec#top-sec-01 h2.con-title,.top-about-con.top-sec h2.con-title {
    font-size: 1.6em;
}
	div.top-sec#top-sec-01 h2.con-title span.con-title-spn,.top-about-con.top-sec h2.con-title span.con-title-spn {
    font-size: 12px;
}
	.inner.expert-training-content h4.heading4 {
    position: relative;
	padding-left: 10px;
}
	span.traing-title {
    position: absolute;
    font-size: 78%;
    top: 20px;
}
	span.traing-title-title {
    display: block;
    padding: 5px 0 0;
    line-height: 1.4;
}
}
/* //タイトル */

/* top_固定 */
div.top-sec {
  padding: 100px 0 0px;
}
div.top-sec#top-sec-01 {
  padding: 70px 0 0px;
  margin-top: 70px;
}
.ser-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.ser-bg-01 {
  background-image: url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/11/ser-01.jpg);
}
.ser-bg-02 {
  background-image: url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/11/ser-02.jpg);
}
.ser-bg-03 {
  background-image: url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/11/ser-03.jpg);
}
.ser-bg-04 {
  background-image: url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/11/ser-04.jpg);
}
.ser-bg-05 {
  background-image: url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/11/ser-05.jpg);
}
.ser-bg-06 {
  background-image: url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/11/ser-06.jpg);
}
a.ser-fl-box-a {
  display: block;
  max-width: 450px;
  flex-basis: 32%;
  height: 250px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  position: relative;
  overflow: hidden;
}
.fade-in {
  opacity: 0;
  transform: translate(0px, 25px);
  transition: 1.5s;
}
.scroll-fade-in {
  opacity: 1;
  transform: translate(0px, 0px);
}

a.ser-bg-02.scroll-fade-in,.fade-delay-02 {
  transition-delay: 0.3s;
}
a.ser-bg-03.scroll-fade-in,.fade-delay-03 {
  transition-delay: 0.5s;
}
a.ser-bg-04.scroll-fade-in,.fade-delay-04 {
  transition-delay: 0.7s;
}
a.ser-bg-05.scroll-fade-in,.fade-delay-05 {
  transition-delay: 0.9s;
}
a.ser-bg-06.scroll-fade-in,.fade-delay-06 {
  transition-delay: 1.1s;
}

.ser-fl-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(8 23 46 / 65%);
  padding: 5px 0 10px;
  transition: all 0.5s;
  text-align: left;
}
.ser-fl-box-a:nth-of-type(odd) .ser-fl-txt {
  background: rgb(43 53 71 / 45%);
}
a.ser-fl-box-a:hover .ser-fl-txt {
  height: 100%;
  background: rgb(8 23 46 / 85%);
  transition: 0.5s;
}

.top-about-con.top-sec {
  padding: 100px 0 150px;
}
.ab-txt {
  text-align: center;
  padding: 50px 0 0;
}
.ab-txt p {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 18px;
  color: #3a3a3a;
}
.cta-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.cta-btn a {
  display: inline-block;
  background: #00245d;
  color: #fff;
  padding: 12px 38px 14px;
  border-radius: 8px;
  border: 2px solid #00245d;
  font-weight: bold;
  transition: 0.5s;
  margin: 50px 0 25px;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}
.cta-btn a:hover {
  background: #fff;
  color: #00245d;
  transition: 0.5s;
}
.cta-btn i {
  padding-left: 8px;
  transition: 0.5s;
}
.cta-btn a:hover i {
  transform: translate(8px, 0px);
  color: #00245d;
}
div#schedule {
  display: none;
}

@media(max-width: 768px) {
  div.top-sec#top-sec-01 {
    padding: 35px 0 0px;
}
.top-about-con.top-sec {
  padding: 25px 0 50px;
}
a.ser-fl-box-a {
  flex-basis: 48%;
}
}
@media(max-width: 599px) {
  .ser-fl {
    padding: 15px 0;
  }
  a.ser-fl-box-a {
    flex-basis: 98%;
    height: 100px;
    margin-bottom: 20px;
}
.ser-fl-txt {
  height: 100%;
}
.ab-txt {
  padding: 10px 0 0;
}
.ab-txt p {
  font-size: 16px;
}
}

/* 共通ヘッダー */

div#page-header {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: linear-gradient(
185deg, rgb(150 214 233 / 55%), rgb(0 36 93 / 86%)),url(https://swp00001.sakura.ne.jp/re00052/wp-content/uploads/2021/12/head_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#page-header h2 {
    display: none;
}
#page-header h2.title {
	display: block;
    padding: 90px 0 80px;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.4;
}
@media(max-width: 641px) {
	#page-header h2.title {
    padding: 45px 20px 40px;
	font-size: 24px;
	letter-spacing: 1px;
}
}
/* //共通ヘッダー画像非表示 */

/* スケジュール */
.schedule {
  width: auto;
}
.schedule h3 img {
  display: none;
}
div#sche-tokyo,div#sche-osaka {
  padding-top: 100px;
  margin-top: -100px;
}
h4.sche-local {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
  background: #00245d;
  color: #fff;
  padding: 12px 0 14px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #87a6d9;
}
.sche-table-con:nth-of-type(3) h4.sche-local {
  background: #1F3489;
}
.schedule table.detail {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}
table.detail tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
table.detail tbody tr {
  flex-basis: calc(100% / 6);
  flex-basis: -webkit-calc(100% / 6);
}
.schedule table.detail td {
  border: none;
}
td.one {
  background: #00245d;
  color: #fff;
  text-align: center !important;
  font-size: 16px;
  letter-spacing: 1px;
  border-right: 1px solid #87a6d9 !important;
  font-weight: bold;
}
.sche-table-con:nth-of-type(3) td.one {
  background: #1F3489;
}
.schedule table.detail th, .schedule table.detail td {
  display: block;
  width: 100% !important;
}
.schedule table.detail .three {
  height: 285px;
  overflow: auto;
  background: #fff;
}
.schedule table.detail .three.bg-b {
  background: #EDF5F8;
}
.schedule table.itiran {
  width: 70%;
  margin: 30px auto 0;
}
.schedule table.itiran tbody tr th a {
  color: #00245d;
  text-decoration: underline;
}
h3.con-title.sche-iti {
  margin-top: 75px;
}
.schedule table.detail td a.arrow {
  background: none;
  display: block;
  color: #01245d;
  text-decoration: underline;
  font-size: 14px;
}
.schedule table.detail td a.arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding-right: 5px;
  color: #00245d;
}
@media(max-width: 599px) {
  
  .schedule table.detail th, .schedule table.detail td {
    display: table-cell;
}
  table.detail tbody {
    display: block;
}
.schedule table.detail .one {
  width: 75px !important;
}
table.detail tbody tr {
  display: flex;
  height: 75px;
  overflow: auto;
}
.schedule table.detail .three {
  height: auto;
}
.schedule table.itiran {
  width: 100%;
}
.schedule table.itiran tr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.schedule table.itiran tr th {
  flex-basis: 30%;
  border: none;
}
.schedule table.itiran th a {
  font-size: 18px;
}
}
/* //スケジュール */

/* contact */
.wpcf7-form table.contact,table.contact02 {
  width: 55%;
  margin: 0 auto;
}
.wpcf7-form table.contact th,table.contact02 th {
  width: 35%;
  padding: 5px 5px 25px;
  vertical-align: middle;
  text-align: right;
  color: #323232;
  font-weight: bold;
  background: none;
  border: none;
  line-height: 1.6;
}
.wpcf7-form table.contact td,table.contact02 td {
  width: 63%;
  padding: 5px 5px 25px;
  border: none;
}
span.required.u-c-red.u-fs80 {
    background: #d64f4f;
    color: #fff;
    padding: 2px 5px 0;
    margin-left: 10px;
    display: inline-block;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  border: none;
  background: #00245d;
  color: #fff;
  padding: 7px 28px;
  font-size: 14px;
  border-radius: 8px;
}
.matching-contact-form table.contact td input[type="text"], .contact-form table.contact td input[type="text"],.matching-contact-form table.contact td input[type="email"], .contact-form table.contact td input[type="email"],.matching-contact-form table.contact td input[type="tel"], .contact-form table.contact td input[type="tel"] {
  padding: 10px 10px;
}
textarea:focus-visible{
  outline: none;
}

/* 非会員様専用フォーム */
h4.con-con-mem.no-mem-t {
    margin-bottom: 0;
    padding: 60px 0 20px;
    background: #e9f9ff;
}
.con-con-no-mem {
    background: #e9f9ff;
    padding: 0 0 5px;
}
.con-con-no-mem table td {
    background: #e9f9ff;
}
@media(max-width: 768px) {
	h4.con-con-mem.no-mem-t {
    padding: 40px 0;
}
	.con-con-no-mem {
    margin-top: -60px;
}
}
/* //非会員様専用フォーム */

/* contact02 */
.inner.channel table.contact02,.inner.channel table.contact02 tbody tr td,.inner.channel table.contact02 tbody tr th {
  border: none;
}
table.contact02 th {
  background: none;
  background: transparent;
}
table.contact02 td input[type="email"] {
  width: 100%;
}
.inner.enrollment .wp-block-group.has-background {
  background: transparent !important;
}
h4.con-con-mem {
    text-align: center;
    margin: 90px 0 20px;
    font-size: 26px;
    font-weight: bold;
    color: #00245d;
    font-family: 游明朝, "Yu Mincho", serif !important;
}
/* //contact02 */

@media(max-width: 991px) {
  .contact-form table.contact ,table.contact02,.wpcf7-form table.contact{
    width: 100%;
    margin-top: 60px;
  }
}
@media(max-width: 559px) {
.contact-form table.contact, table.contact02, .wpcf7-form table.contact {
    width: 90%;
}
  .contact-form table.contact tr,table.contact02 tr,.wpcf7-form table.contact tr {
    margin-bottom: 20px;
    display: block;
}
  .contact-form table.contact th ,table.contact02 th,.wpcf7-form table.contact th {
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 0 8px;
  }
  .contact-form table.contact td ,table.contact02 td,.wpcf7-form table.contact td {
    width: 100%;
    padding: 0px;
    display: block;
  }
}
/* //contact */
/*専門家活動内容*/

/*専門家活動内容*/
/* BACチャンネル */
.b-c-top-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 75px auto 0px;
}
.b-c-top-fl > div {
  text-align: center;
  flex-basis: 49%;
}
.b-c-top-fl > div p {
  font-size: 14px;
  color: #00245d;
  margin-bottom: 5px;
  font-weight: bold;
}
.b-c-top-fl-img {
  overflow: hidden;
  background: #000;
}
.b-c-top-fl-img:hover img {
  transform: scale(1.1);
  opacity: 0.65;
}
.b-c-top-fl-img img {
  transition: 0.5s;
}
.inner.channel h3:nth-of-type(2), .inner.channel h3:nth-of-type(4) {
  margin-top: 125px;
}
h4.page-h4 {
  text-align: center;
  font-size: 32px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #00245d;
  margin: 140px 0 85px;
  position: relative;
}
h4.page-h4:after {
  content: "";
    width: 40%;
    height: 100%;
    background: url(/re00052/wp-content/uploads/2021/11/526.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.inner.channel .wp-block-columns {
  justify-content: space-around;
}
.inner.channel .wp-block-columns.are-vertically-aligned-top > div {
  flex-grow: 0;
  flex-basis: 28%;
}
.inner.channel .wp-block-columns.are-vertically-aligned-top > div figcaption {
  font-size: 16px;
  font-weight: bold;
  color: #00245d;
  padding-top: 8px;
  letter-spacing: 0.5px;
}
p.b-c-big-y-txt {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline;
}
.b-c-big-y-center {
  text-align: center;
  color: #00245d;
  margin: 125px 0px;
}
p.b-c-big-y-txt {
  font-size: 36px;
}
span.con-title-spn-spn {
  font-size: 80%;
}
.inner.channel .wp-block-table {
  overflow-x: inherit;
}
.inner.channel table {
  border: 1px solid #aabcd9;
}
.inner.channel thead tr th {
  background: #00245d;
  color: #fff;
  padding: 15px 0 13px;
}
.inner.channel tbody tr td {
  padding: 11px 0 10px;
  border: 1px solid #00245d;
}
.inner.channel table tbody tr td {
  font-weight: bold;
}
span.channel-table-tyuui {
  font-size: 90%;
  font-weight: normal;
}
p.table-tyuui {
  margin-bottom: 0;
  color: #c40202;
}
.channel-last-txt {
  margin: 35px 0 125px;
  padding: 0 20px;
}
.channel-last-txt p {
  margin-bottom: 10px;
}
.channel-last-txt p i {
  color: #00245d;
}
span.has-inline-color.big-num-big {
  font-size: 170%;
  padding-left: 2px;
  padding-right: 2px;
}
@media(max-width: 599px) {
	input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
}
  .b-c-top-fl {
    display: block;
    margin: 20px auto 0px;
}
.b-c-top-fl > div:first-child {
  margin-bottom: 10px;
}
.inner.channel h3:nth-of-type(2) {
  margin-top: 20px;
}
.inner.channel h3:nth-of-type(4) {
  margin-top: 40px;
}
h4.page-h4 {
  font-size: 23px;
  margin: 65px 0;
}
h4.page-h4:after {
  width: 95%;
  top: 38px;
}
.wp-block-columns.are-vertically-aligned-top {
  width: 90%;
  margin: 0 auto;
}
  .inner.channel table tr th,.inner.channel table tr td {
    font-size: 80%;
  vertical-align: middle;
  }
  p.b-c-big-y-txt {
    font-size: 25px;
}
.b-c-big-y-center {
  margin: 55px 0px;
}
.channel-last-txt {
  margin: 35px 0 35px;
}
.inner.channel .wp-block-columns:nth-of-type(4) {
  flex-wrap: nowrap;
}
.inner.channel h3.con-title:last-of-type span {
  font-size: 14px;
}
.inner.channel table tbody tr td {
  line-height: 1.5;
}
}
/* //BACチャンネル */

.inner {
  width: auto;
}
@media(max-width: 767px){
#page-body .inner {
  padding: 15px 0;
}
}
/*専門家一覧*/
ul#link-syu2.other {
    width: 100%;
}

h4.category-title-h4 {
    text-align: center;
    padding: 10px 16px 8px;
    border: 1px solid #00245d !important;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.1em;
    color: #00245d;
    margin-bottom: 0px;
    width: 125px;
}

ul#link-syu2\ second {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

ul#link-syu2\ second li {
    position: relative;
    text-align: center;
    padding: 10px 16px 10px 16px;
    border: 1px solid #00245d !important;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    letter-spacing: 0.1em;
    margin: 8px 5px;
	cursor: pointer;
}
ul#link-syu2 ul>li {
    border-left: none;
    border-right: none;
}
ul#link-syu2 ul>li a {
    cursor: pointer;
}
/*20211126*/
.bill.member .building-list th {
    background-color: #00245d;
    padding: 0.8em 0.4em;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #00245d;
}
table.building-list tr:nth-child(odd) {
    background: #e9f9ff;
}

table.building-list tr {
    list-style: none;
    background-color: #fff;
}

table.building-list {
    border: 1px solid #aaa;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}
.search_container{
    position: relative;
    box-sizing: border-box;
    border: 2px solid #3879D9;
    padding: 3px 10px;
    border-radius: 3px;
    height: 2.3em;
    width: 265px;
    overflow: hidden;
  }

/*20211129*/
ul.list-area a {
    font-family: 'Noto Sans JP';
    font-size: 16px;
}

h4#building10f-1,#building10f-2,#building10f-3,#building10f-4,#building10f-5,#building10f-6 {
    padding-top: 100px;
    margin-top: -15px;
    text-align: left;
    font-size: 21px;
    margin-bottom: 5px;
    color: #00245d;
    font-weight: bold;
    letter-spacing: 0.1em;
}

h4#building9f,#building8f,#building7f,#building6f,#building5f,#building4f,#building3f,#building2f,#building1f {
    padding-top: 110px;
    margin-top: -15px;
    text-align: left;
    font-size: 21px;
    margin-bottom: 5px;
    color: #00245d;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media(max-width: 641px) {
	h4.category-title-h4 {
		width: 100%;
	}
}
/*グレーアウトエリア*/
span.catefory-span__gray {
    color: #919191;
    border-bottom: 1px solid #bbbbbb;
}
li.js-scroll a {
    color: #00245d;
}

.category-flex__tihou {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 5px 15px;
    border-bottom: 1px solid #47618a;
}

ul#link-syu2 li {
    border-right: solid 1px #ddd;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 5px 16px;
}
ul#link-syu2.zeirishi > li {
    width: auto;
    box-sizing: border-box;
    padding: 0;
    border-bottom: none;
    padding-bottom: 5px;
    margin: 0 0px 0px 0px;
}
.category-left {
    width: 811px;
    margin: 0 auto;
}
ul#link-syu2.zeirishi {
    width: auto;
}

span.catefory-span__border-bottom {
    border-bottom: 2px solid #00245db8;
}

table.building-list tbody>tr:nth-child(odd) {
    background: #e9f9ff;
}
.bill.member .building-list td {
	background: transparent;
}
.bill.member .building-list tr > td:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
    width: 335px;
    padding: 15px 10px;
}
.bill.member .building-list tr > td:nth-child(2) {
	font-weight: bold;
}
.bill.member .building-list tr > td:nth-child(4) {
    text-align: center;
    width: 150px;
}
.bill.member .building-list tr > td:nth-child(4) a {
	color: #00245d;
    font-weight: 600;
    text-decoration: underline;
}
body#parallax-body inner mrmber {
    width: 1000px;
    margin: 0 auto;
}
@media(max-width: 900px) {
  .category-left {
    width: 100%;
  }
}
/*アクセス-事務局*/
table.access tr {
    border-bottom: 1px solid #b3b3b3;
}

table.access　tr, td {
    padding: 15px 0px 15px 0;
}

table.access th {
    width: 70px;
}


/*事務局ボタン*/
.access-btn {
    margin-top: 12px;
}

.access-btn a {
    color: #00245d;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
}

h4.secretariat-h4 span {
    font-size: 23px;
    font-weight: bold;
    color: #00245d;
}

h4.secretariat-h4 p {
    color: #00245d;
}

i.fas.fa-play-circle {
    color: #00245d;
}

table.access th {
    font-weight: bold;
}
h4.secretariat-h4.access-pc-none {
    display: none;
}
.inner.access-2 .wp-block-columns table tbody tr td {
    line-height: 1.5;
}
@media(max-width: 599px) {
	h4.secretariat-h4.access-sp-none {
		display: none;
	}
	h4.secretariat-h4.access-pc-none {
    display: block;
    text-align: center;
}
	.inner.access-2 .wp-block-columns:first-of-type {
    margin-bottom: 4em;
}
}
/*マッチングプロフィール*/
.right ul>li {
    border-bottom: 1px solid #1d3c5d52;
    padding: 7px;
}

.inner.member-detail.matchi-detail h2 {
    font-size: 32px;
    color: #00245d;
    font-family: serif;
    letter-spacing: 0.02em;
}
.right h3 {
    text-align: left;
    font-size: 23px;
    color: #00245d;
    letter-spacing: 0.08em;
    font-weight: bold;
	line-height: 1.5;
}
/*20211125*/
.new-contact {
    text-align: center;
}

.contact-form-btn__square,
a.contact-form-btn__square {
    background-color: #00245d;
    padding: 10px 50px 10px 50px;
    color: #fff;
    border-radius: 8px;
}
.contact-form-btn__square:hover,
a.contact-form-btn__square:hover {
  color: #fff;
  background: #0a3a85;
}

span.category__name {
    font-size: 14px;
    padding: 0.5em 0.8em;
    margin: 3em 0;
    font-weight: bold;
    background: #00245d;
    border: solid 1px #00245d;
    border-radius: 18px;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0px 9px;
	display: inline-block;
}
span.category__name:empty {
    background: transparent;
    border: none;
}
@media(max-width: 599px) {
.contact-form-btn__square, a.contact-form-btn__square {
    width: 90%;
}
}
/*20211130*/
.member-detail .sec01 .right {
    padding-top: 0px;
    width: 65%;
}

/*.sec01.clearfix h4 {
    margin: 13px -50%;
}*/

span.font-size__matching {
    font-size: 21px;
    font-weight: bold;
    color: #00245d;
}

.left.profile-img__left h4 {
    color: #00245d;
    font-weight: bold;
}

.matchi-detail .right ul li a {
    color: #00245d;
    font-weight: bold;
	word-break: break-all;
}

div#page-body {
width: 100%;
margin: 0 auto;
}

.member-detail .sec01 {
    width: 580px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.member-detail table.hyo {
    width: 85%;
    font-size: 14px;
    margin: 0 auto 45px;
}

.left.profile-img__left img {
    border-radius: 8px;
    width: 40%;
}

.member-detail .sec01 {
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    justify-content: space-between;
    width: 100%;
}

/*202130*/
.box-profile__flex {
    display: flex;
    justify-content: center;
    margin-bottom: 4%;
    width: 100%;
}

.right {
    width: 40%;
}
.matching-profile-img {
  width: 50%;
  margin: 0 auto 10px;
}
.matching-box img {
    border-radius: 8px;
}
.matching-box {
    text-align: center;
    margin: 0 35px 0 0px;
}

@media(max-width:768px) {
    .member-detail .sec01 .right {
    width: 71%;
}

.member-detail table.hyo {
    width: 100%;
}
.right h3 {
    font-size: 16px;
}

}

@media(max-width:599px) {
span.con-title-spn {
    font-size: 16px;
}
.right {
    width: 100%;
}
.matching-box {
    text-align: center;
    margin: 0 auto;
}
.box-profile__flex {
    display: block;
}

.right h3 {
    text-align: center;
}
.matching-profile-img {
    width: 35%;
}
}
.member-detail .sec01 .right {
    width: 100%;
}
/*マッチングプロフィール*/
/*専門家研修について*/
h5.expert-training-h5 {
    font-weight: bold;
}
/*専門家マッチングサービス*/
ul#link-syu2\ second {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 811px;
    margin: 0 auto;
}
table.matching-list {
    border: 1px solid #aaa;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.6;
    letter-spacing: 0.1px;
    width: 100%;
}

.container.content .matching-list th {
    background-color: #00245d;
    padding: 0.8em 0.4em;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 2px solid #00245d;
    box-sizing: border-box;
}
table.matching-list tr th, table.matching-list tr td {
    vertical-align: middle;
}
table.matching-list tbody>tr:nth-child(odd) {
    background: #e9f9ff;
}

table.matching-list tr {
    background: #fff;
}
.experts-list-h4 {
    padding-top: 100px;
    margin-top: -35px;
    text-align: left;
    font-size: 21px;
    margin-bottom: 5px;
    color: #00245d;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.container.content .matching-list tr > td:nth-child(6) > a {
    background-color: #b13737;
    background-color: #b13737;
    color: #fff;
    padding: 2px 10px 0px;
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
}

.container.content .matching-list td {
    padding: 15px 3px;
	background: transparent;
}
table.matching-list tbody tr td:nth-of-type(3) {
    font-size: 13px;
    font-weight: 300;
}
table.matching-list tr td:first-of-type, table.matching-list tr th:first-of-type {
    width: 8%;
    text-align: center;
}
table.matching-list tr td:nth-of-type(2), table.matching-list tr th:nth-of-type(2) {
    width: 27.5%;
    font-size: 13px;
    font-weight: bold;
}
table.matching-list tr td:nth-of-type(3), table.matching-list tr th:nth-of-type(3) {
    width: 25.5%;
}
table.matching-list tr td:nth-of-type(4), table.matching-list tr th:nth-of-type(4) {
    width: 12%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
table.matching-list tr td:nth-of-type(5), table.matching-list tr th:nth-of-type(5) {
    width: 15%;
}
table.matching-list tr td:last-of-type, table.matching-list tr th:last-of-type {
    width: 12%;
    text-align: center;
}
table.matching-list tr td:nth-of-type(5) a {
    color: #00245d;
    font-weight: 600;
    text-decoration: underline;
}
@media(max-width: 900px) {
  ul#link-syu2\ second {
    width: 100%;
  }
}
@media(max-width: 599px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 5px;
}
.scroll::-webkit-scrollbar-trac {
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
}
/*専門家マッチングサービス*/


/*BACチャンネル サンプルページ*/
span.sample-page_bold {
    font-size: 26px;
}

span.con-title-spn.sample-page-margin-top {
    margin-top: -29px;
}
.inner.guide tbody {
    line-height: 1.8;
}
@media(max-width:480px) {
    span.con-title-spn.sample-page-margin-top {
        margin-top: 0px;
        font-size: 13px;
    }

    .cta-btn a {
        padding: 14px 13px 14px;
    }
  .channel-sample h5 {
    font-size: 14px;
}
}

/* 専門家研修について */
.inner.expert-training-content figure.wp-block-media-text__media img {
  border-radius: 8px;
}
@media(max-width:641px) {
  span.g-chair-name {
    display: block;
  }
}
/*プライバシーポリシー*/
h3.pr-h3 {
    font-weight: bold;
    color: #00245d;
    font-size: 19px;
}

@media(max-width:480px){
    .inner.privacypolicy h2 {
        font-size: 23px;
        margin: 30px 0px;
    }
}

/* 専門家一覧レスポンシブ */
@media(max-width: 599px) {
  .category-flex__tihou {
    display: block;
  }
  .inner.member h4.category-title-h4 {
    margin-bottom: 0px;
}
ul#link-syu2\ second li {
  padding: 3px 5px 5px;
  margin: 5px 1px;
}
.specialty-search {
  transform: scale(0.7);
  right: -18%;
}
.inner.member .con-title {
  margin-top: 80px;
}
}

/* 定例会 */
.prof-fl {
    display: flex;
    width: 100%;
    align-items: flex-start;
}
p.prof-img {
    flex-basis: 12%;
    margin-right: 13px;
}
p.prof-img img {
width:100%
}
p.prf-txt {
    flex-basis: 65%;
}
@media(max-width: 599px) {
	.prof-fl {
    display: block;
}
	p.prof-img img {
    width: 110px;
}
}
/*// 定例会 */
 
/* table */
table tbody tr td {
    background: #fff;
}
/* table */

/* 横スクロール */
.scroll-hint-icon {
	/*top: calc(20% - 25px) !important;*/
	position: fixed;
    top:calc(50% - 50px/2);
    left:calc(50% - 50px/2);
}
/* //横スクロール */

/* チャンネル配信一覧 */
td.has-text-align-center {
    vertical-align: middle;
}
/* //チャンネル配信一覧 */




/* ↓↓↓↓↓カスタムcss（色の変更等はこちらからお願いします）↓↓↓↓↓ */


/* 取り消し線 */
.torikeshi-hennkou {
    text-decoration: line-through !important;
}
/* 文字を太く */
.mozihutoku {
    font-weight: bold !important;
}
/* 下線無し */
.kaenn-nashi {
text-decoration: none !important;
}
/* 文字色変更：赤 */
.iro-henkou-aka {
    color: #d70c0c !important;
}
/* 文字色変更：緑 */
.iro-henkou-midori {
    color: #037435 !important;
}


/*↓研究会タイトル↓*/
.guidance_t h3 {
    font-size: 22px;
    color: #00245d;
    line-height: 1.4em;
}
@media(max-width: 641px) {
	.guidance_t h3 {
    font-size: 20px;
}
}
/*↓研究会のテーブル枠線↓*/
.guidance_t table th,.guidance_t table td {
	border: 1px solid #00245d;
}
/*↓動画配信のご案内リンク↓*/
.guide a {
    text-decoration: underline;
    color: #eb3309;
    font-weight: bold;
	margin: 0 5px;
}
.guide td {
    border: solid 1px #00245d;
}
