@charset "UTF-8";
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 110vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
  margin-top: 100px;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
}

.hero__title {
  position: absolute;
  top: 45%;
  left: 50%;
  color: white;
  text-align: center;
  width: 90vw;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  z-index: 1;
}

.hero__title h2 {
  font-size: 40px;
  line-height: 2em;
  text-shadow: 1px 0 0 black;
  font-family: serif;
}

.hero__title span {
  display: block;
}

.hero__btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  opacity: 0;
  z-index: 1;
}

.hero__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #204F95;
  text-decoration: none;
  width: 240px;
  height: 60px;
}

.slider1 .swiper-slider1-button-prev,
.slider1 .swiper-slider1-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 追加 */
  width: 50px;
  height: 50px;
  background-color: #be2c2c;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider1 .swiper-slider1-button-next {
  right: 0;
}

.slider1 .swiper-slider1-button-prev:hover,
.slider1 .swiper-slider1-button-next:hover {
  background-color: #fff;
}

.slider1 .swiper-slider1-button-prev:after,
.slider1 .swiper-slider1-button-next:after {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.slider1 .swiper-slider1-button-prev:hover:after,
.slider1 .swiper-slider1-button-next:hover:after {
  border-top: solid 2px #be2c2c;
  border-right: solid 2px #be2c2c;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.slider1 .swiper-slider1-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider1 .swiper-slider1-button-next:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-section.p-section-front-page-content {
  padding: 0;
}

.wp-block-snow-monkey-blocks-alert.smb-alert.smb-alert--success {
  /* padding: 0; */
  margin: 0;
}

#anchor2 {
  padding-bottom: 0;
}

#anchor3 {
  padding-top: 20px;
  padding-bottom: 0;
}

#anchor4 {
  margin-top: 0;
}

.wp-block-buttons > .wp-block-button:last-child {
  margin: 0 auto;
  padding: 50px 0 100px;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.smb-section-break-the-grid--mobile-image {
  padding: 0;
}

header.c-entry__header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

header.l-header.l-header--1row.l-header--sticky-sm.l-header--sticky-lg {
  background-color: rgba(255, 255, 255, 0.85);
}

.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.is-style-ghost {
  margin: 10px auto 0;
}

/* ヘッダー */
/* グローバルメニュー位置調整 */
.l-header .c-container {
  max-width: 2000px !important;
}

.l-header .c-navbar__item {
  position: relative;
}

.l-header .c-navbar__item::after {
  /* メニューアイテムの左に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  margin-top: -15px;
}

.l-header .c-navbar__item:last-of-type::before {
  /* 最後のメニューアイテムの右に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 30px;
  margin-top: -15px;
}

.btn .smb-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 60px;
  margin-top: 60px;
}

/* 任意のタクソノミーの投稿（リッチメディア）のスタイル */
.c-entries--rich-media .c-entries__item:nth-of-type(-n + 3) {
  /* メディアの下に余白を増やす */
  margin-bottom: 80px;
}

.c-entries--rich-media .c-entries__item .c-entry-summary {
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--rich-media .c-entries__item .c-entry-summary__figure {
  /* border-leftを適応するためmarginを消す */
  margin-bottom: 0;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__figure img {
  /* 変化の時間 標準の装飾を除去 */
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-filter: none !important;
          filter: none !important;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-6 {
  background-color: rgba(205, 22, 44, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-5 {
  background-color: rgba(16, 79, 150, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__term--category-7 {
  background-color: rgba(233, 117, 1, 0.8);
}

.c-entries--rich-media .c-entries__item .c-entry-summary__body {
  /* 見栄えを良くするため左側に余白をつける テキスト左側の縦線 */
  border-left: 5px solid #204F95;
  background: #ffffffc7;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__header {
  /* c-entry-summary__figureでmarginを除去したので余白を埋め合わせ */
  padding: 20px 0 10px;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__title {
  text-align: center;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__content {
  /* テキスト部分の装飾 */
  color: #333;
  font-size: 14px;
  line-height: 2.25em;
  text-align: center;
}

.c-entries--rich-media .c-entries__item .c-entry-summary__meta {
  /* 投稿者・日時の除去 */
  padding-bottom: 10px;
}

.c-entries--rich-media .c-entries__item a:hover .c-entry-summary__figure img {
  /* ホバー時の画像拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

/* 最近の投稿（テキスト）のスタイル */
.c-entries--text {
  position: relative;
  background-color: #f9f9f9;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.c-entries--text .c-entries__item a {
  padding-right: 2em;
  padding-left: 2em;
}

.c-entries--text .c-entries__item .c-entry-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
  /* 作成したカテゴリーIDによって末尾の番号が変わります */
}

.c-entries--text .c-entries__item .c-entry-summary__title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-entries--text .c-entries__item .c-entry-summary__figure {
  display: block;
  position: absolute;
  top: -2px;
  left: 8em;
  /* 日付の長さに合わせて調整 */
  background-color: transparent;
}

.c-entries--text .c-entries__item .c-entry-summary__figure img, .c-entries--text .c-entries__item .c-entry-summary__figure::before {
  display: none;
}

.c-entries--text .c-entries__item .c-entry-summary__figure span {
  background-color: #fff;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-5 {
  color: #333;
  border: 1px solid #333;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-26 {
  color: #cd162c;
  border: 1px solid #cd162c;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-3 {
  color: #104f96;
  border: 1px solid #104f96;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-1 {
  color: #104f96;
  border: 1px solid #104f96;
}

.c-entries--text .c-entries__item .c-entry-summary__term--category-18 {
  color: #e97501;
  border: 1px solid #e97501;
}

.c-entries--text .c-entries__item .c-entry-summary__term {
  position: relative;
  left: 0;
  white-space: nowrap;
}

.c-entries--text .c-entries__item .c-entry-summary__meta {
  margin-right: 10rem;
  /* カテゴリー名の長さにあわせて調整 */
}

.c-entries--text .c-entries__item:hover .c-entry-summary__title {
  color: blue;
}

/* フッターの上 */
.info {
  /* フッター上部にボーダー */
  border-top: 1px solid #ccc;
}

.info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  height: 140px;
}

.info__logo {
  margin-right: 30px;
}

.info__logo img {
  width: 150px;
}

.info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.info .social-nav {
  margin-left: 0;
}

.info .social-nav__icon {
  display: inline;
  margin: 0 10px;
  list-style: none;
}

.info .social-nav__icon a {
  color: #212121;
}

/* フッターウィジェットエリア */
.l-footer-widget-area {
  /* ウィジェットエリアの上部にボーダーを入れるため、paddingを除去 */
  border-top: 1px solid #ccc;
  padding: 0;
}

.l-footer-widget-area h2.c-widget__title {
  background: #e6e6e6;
  text-align: center;
  display: block;
  width: 80%;
  margin: 10px auto;
  margin-bottom: 20px;
  color: black;
}

.l-footer-widget-area .c-row {
  /* 左右にボーダー */
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.l-footer-widget-area__item {
  /* paddingを除去し、詰まったのでこちらで追加 */
  padding: 40px;
}

.l-footer-widget-area__item:nth-of-type(n + 2) {
  /* 最初の一つ目を除くブロックにボーダー */
  border-left: 1px solid #ccc;
}

.l-footer-widget-area__item .c-widget__title {
  /* タイトルを左寄せ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #AA960A;
}

.l-footer-widget-area__item .c-widget__title::before, .l-footer-widget-area__item .c-widget__title::after {
  /* 左右のボーダーの除去 */
  display: none;
}

.l-footer--default .l-footer-widget-area {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
img.image.wp-image-5799.attachment-full.size-full.lazyautosizes.lazyloaded {
  max-width: 80% !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topics_area p.is-style-sme-alert-success {
  margin-top: 10px !important;
  background: aliceblue;
  border: solid 1px #e2e2ff;
}

.wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit.top_panel001 {
  max-width: 1200px !important;
}

.is-style-RJE_R001CORP_layered1:not(:root) > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__body > .smb-section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header .smb-section__lede-wrapper {
  max-width: 1000px !important;
}

.smb-section__lede-wrapper {
  margin: 20px auto !important;
}

.reason_area .smb-panels__item {
  background: #fafafae8;
}

.plan_area .smb-panels__item {
  background: #fafafac9;
}

.top_area {
  padding-top: 150px;
}

figcaption.wp-element-caption {
  text-align: right !important;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/
.anime-box .TextAnime {
  border-right: 0.05em solid black;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: txtanime 3s steps(16, end) forwards;
          animation: txtanime 3s steps(16, end) forwards;
}

@-webkit-keyframes txtanime {
  0% {
    width: 0%;
  }
  100% {
    width: 16em;
  }
}

@keyframes txtanime {
  0% {
    width: 0%;
  }
  100% {
    width: 16em;
  }
}

@-webkit-keyframes typing {
  0% {
    width: 0;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
}

@-webkit-keyframes blink {
  50% {
    border-right-color: transparent;
  }
}

@keyframes blink {
  50% {
    border-right-color: transparent;
  }
}

.top_concept_area .smb-section__background-text__text {
  top: 90px !important;
  color: white;
  -webkit-animation: colorchange 3.6s linear infinite;
  animation: colorchange 3.6s linear infinite;
}

@-webkit-keyframes colorchange {
  0% {
    color: #444444;
  }
  25% {
    color: white;
  }
  100% {
    color: #444444;
  }
}

@keyframes colorchange {
  0% {
    color: #444444;
  }
  25% {
    color: white;
  }
  100% {
    color: #444444;
  }
}

.top_concept02_area .smb-section__background-text__text {
  top: 100px !important;
}

.top_concept03_area h2.smb-section__title {
  margin: 0;
}

.top_concept03_area .smb-section__body {
  margin: 0 !important;
}

.top_concept03_area span.sme-font-size.has-sm-5-xl-font-size {
  padding-left: 20px;
}

.top_concept03_area .smb-section__background-text__text {
  top: 25px !important;
}

.top_concept03_area .smb-section__subtitle {
  margin-left: 20px !important;
  font-size: 15px;
}

small {
  font-size: 10px !important;
}

.japan {
  font-size: 10px;
}

.profile_area .smb-section__lede.smb-section-break-the-grid__lede {
  margin-top: 0 !important;
}

.p-global-nav .c-navbar__item > a > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.l-1row-header {
  background: white;
}

.concept h2.smb-section__title {
  position: relative;
}

.concept h2.smb-section__title::before {
  position: absolute;
  top: -75px;
  right: 0;
  padding-bottom: 5px;
  z-index: -10;
}

.concept .smb-section__background-text__text.has-sm-xxxlarge-font-size {
  top: 120px;
}

.l-contents__container.c-fluid-container {
  padding-top: 150px;
}

.l-contents__container.c-container {
  padding-top: 150px;
}

.smb-section__background-text__text.has-sm-xxxlarge-font-size {
  top: 30px;
}

p {
  text-align: justify;
}

.smb-section__lede {
  text-align: justify;
}

.p-drop-nav .c-container {
  padding: 0 !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.RJE_R001CORP_layered1.is-style-RJE_R001CORP_layered1 {
  padding-top: 40px;
}

.advisor-area.wp-block-snow-monkey-blocks-section.alignfull.smb-section {
  padding-bottom: 80px !important;
}

.smb-media-text__caption {
  text-align: center;
}

.orange_menu {
  background: linear-gradient(45deg, #70c1f8 35%, #0192f5);
  color: white !important;
}

.orange_menu :hover {
  color: whitesmoke !important;
}

.companey_area .hero__btn a, .companey_area .p-global-nav .c-navbar__item.sm-nav-menu-item-highlight, .companey_area .smb-btn {
  background: none;
}

.interview_steparea .smb-step__body {
  max-width: 1000px;
  margin: 0 auto;
}

.interview_steparea span {
  font-size: medium;
}

figcaption {
  text-align: center !important;
}

img.wp-image-3808 {
  max-width: 400px;
}

ul.c-entries.c-entries--text {
  background: #f5f4f4;
}

.sp-br {
  display: none;
}

.profile_table001 {
  max-width: 900px;
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

.header-content .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.br-sp {
  display: none;
}

.top_midasi h2.has-text-align-center {
  background: none;
  margin: 0;
  border: none;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right {
  padding-bottom: 0;
}

p.has-text-align-center {
  padding-top: 0px;
}

.wp-block-group__inner-container {
  text-align: center !important;
}

.wp-block-snow-monkey-blocks-alert.smb-alert.smb-alert--success {
  max-width: 700px;
  margin: 0 auto 0 !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section {
  padding-bottom: 0;
}

p.has-text-align-center.u-slim-width {
  padding-top: 0;
}

.wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--left {
  padding-bottom: 0;
}

.post-type-archive-work h1.c-entry__title {
  display: none !important;
}

.l-2row-header {
  background: #ffffffff;
}

.l-contents__container.c-container {
  padding-top: 90px;
}

.l-contents__inner {
  margin-top: 0 !important;
}

.toppanel_moji {
  max-width: 430px;
}

#custom_html-3 {
  display: none;
}

.post-template-default.single.single-post h1 {
  font-size: 23px;
  text-align: left;
  padding-top: 20px;
}

.post-template-default.single.single-post .c-meta {
  text-align: left;
}

.post-template-default.single.single-post img {
  margin: 0 auto;
}

.post-template-default.single.single-post header.c-entry__header {
  display: block !important;
}

.post-template-default.single.single-post .c-entry__title {
  display: block !important;
}

.news_field h1 {
  font-size: 23px;
  text-align: left;
}

.news_field .c-meta {
  text-align: left;
}

.news_field img {
  max-width: 700px;
  margin: 0 auto;
}

.news_field header.c-entry__header {
  display: block !important;
}

.news_field .c-entry__title {
  display: block !important;
}

/* TOPのパネル */
.top-panel {
  /* 位置調整 */
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
}

.top-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-panel .smb-panels__item__body {
  /* 標準のh2装飾の除去 */
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent;
  border-left: none;
}

.top-area .top-panel .smb-panels__item__body {
  padding: 80px;
  padding-bottom: 20px !important;
  background: #f3f2f28f;
}

.top-area .smb-btn {
  height: 60px;
  line-height: 40px;
}

.wp-block-snow-monkey-blocks-panels.smb-panels.top-area {
  background: #f3f2f28f;
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2) !important;
}

.news-section .smb-section__inner {
  padding-top: 80px;
}

.news-section .smb-section__inner h3.c-entry-summary__title {
  margin-left: 70px;
}

.news-section .smb-section__inner .wp-block-snow-monkey-blocks-buttons.smb-buttons.is-content-justification-center {
  /* padding: 300px; */
  padding-bottom: 100px;
}

/* 3枚並んだパネルの装飾 */
.panels .c-row__col {
  /* パネルの余白除去 */
  padding: 0 !important;
}

.panels .smb-panels__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  /* パネルホバー時の装飾 */
}

.panels .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}

.panels .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: 'ここには\A概要を記載\A\Aします。';
  white-space: pre;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.6s 70ms;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
}

.panels .smb-panels__item__figure img {
  /* 変化の時間 */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.panels .smb-panels__item__body {
  /* パネルのボーダー部分 */
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  /* パネルのテキストと画像の順序を変更*/
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.panels .smb-panels__item__title {
  font-size: 24px;
}

.panels .smb-panels__item__content {
  font-size: 14px;
}

.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  /* ホバー時に文字浮き出して見えるようにscaleで拡大 */
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

.panels .smb-panels__item:hover .smb-panels__item__figure img {
  /* ホバー時に画像を拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* プロフ */
.profile .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: 'CFPconsulting\A\A会社概要のご説明\A\A';
}

/* 事業内容 */
.content .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: '３つの事業でお客様へ貢献\A\A個人向けサービス\A\A法人向けサービス\A\Aプライベートバンキング(PB)業務';
}

/* 代表あいさつ */
.history .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  content: 'CFPconsulting\A\A代表　類家 好児';
}

.product .smb-section__inner {
  background: #f3f2f28f;
}

.smb-panels__item__action .smb-panels__item__link {
  display: block;
  width: 200px;
  margin: 10px auto 0;
  padding: 10px 20px;
  border: solid 1px  #2a9dff;
  text-align: center;
  font-size: 16px;
  color: #2a9dff;
}

.smb-panels__item__action .smb-panels__item__link a:hover {
  background-color: red !important;
}

/* バナーの装飾 */
.banners .smb-items__banner__figure {
  /* デフォルトのfilterの除去 */
  -webkit-filter: none !important;
          filter: none !important;
}

.banners .smb-items__banner__figure img {
  /* 常時filterをかける */
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.banners .smb-items__banner__body {
  /* 変化にかける時間 */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.banners .smb-items__banner__figure img {
  /* 変化にかける時間 */
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.banners .smb-items__banner__title {
  font-size: 24px;
  font-weight: 600;
}

.banners .smb-items__banner__lede {
  font-size: 16px;
}

.banners .smb-items__banner:hover .smb-items__banner__body {
  /* ホバー時に文字を右に移動 */
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.banners .smb-items__banner:hover .smb-items__banner__figure img {
  /* ホバー時の画像拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.smb-section__title {
  /* セクションタイトルサイズ変更 */
  font-size: 2.5em;
}

.smb-section__title::after {
  /* 標準であるセクションタイトルの下線除去 */
}

.seminer h2.smb-section__title.smb-section-break-the-grid__title {
  font-size: 1.5em;
}

.home .wp-block-snow-monkey-blocks-section.smb-section.service_title {
  padding-bottom: 0;
}

.home .service {
  padding-top: 0;
}

.footer_text {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .info {
  background-color: #d3d3d34d;
}

.l-footer .info .info-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 30px;
  height: initial;
}

.widget_text.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 iframe {
  padding: 0;
}

.info-inner.c-container {
  max-width: 2000px !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.footer-pre {
  background-color: #a9a9a952;
}

.footer-pre-banner {
  max-width: initial !important;
  width: 100% !important;
}

.wp-block-snow-monkey-blocks-section.alignfull.smb-section.footer-pre-banner {
  padding-bottom: 0;
}

.footer_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  background-color: black;
  color: #ccc;
}

.footer_last a {
  text-decoration: none;
}

.footer_last p {
  color: white;
}

.service .wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.sme-hidden-sm {
  padding-top: 20px;
}

.smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-s.smb-section-break-the-grid__content--p-s.smb-section-break-the-grid__content--horizontal-s h2 {
  font-size: 25px;
}

header.c-entry__header {
  display: none;
}

.wp-profile-box {
  display: none;
}

.c-prev-next-nav__item.c-prev-next-nav__item--next {
  display: none;
}

.c-prev-next-nav__item.c-prev-next-nav__item--prev {
  display: none;
}

.p-related-posts.c-entry-aside {
  display: none;
}

.contact_page .smb-section__body {
  padding: 120px 100px 100px;
}

.single-post .c-page-header {
  display: none;
}

.c-page-header {
  display: none;
}

li.c-meta__item.c-meta__item--author {
  display: none;
}

#page-top {
  right: 20px;
}

/* CTAの電話番号をよしなに */
.cta-area {
  /* CTAの電話番号をよしなに */
}

.cta-area .wp-block-cover__inner-container {
  max-width: 400px;
}

.cta-area .wp-block-cover__inner-container .wp-block-buttons > .wp-block-button:last-child {
  margin: 0 auto;
  padding: 0;
}

.cta-area .p-cta__phone {
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 32px;
  color: #fff;
}

.cta-area .p-cta__phoneNum {
  margin-left: 24px;
  font-weight: bold;
  font-size: 2.2rem;
}

.cta-area .cta-btn-pd {
  padding: 0.5em 0.5em 0 0.5em;
}

.cta-area .cta-bg {
  padding: 0em 2.375em !important;
}

.cta-area .btn-2 a {
  border-radius: 0px !important;
}

.cta-area .p-rl {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

@media (min-width: 959px) {
  .cta-area .p-cta__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 959px) {
  .cta-area .p-cta__phone {
    text-align: center;
  }
  .cta-area .p-cta__phoneNum {
    margin-left: 0px;
  }
}

@media (min-width: 600px) {
  .cta-area .l-content {
    padding-top: 0;
  }
}

.cta-area .l-header .c-mvBtn,
.cta-area .l-fixHeader .c-mvBtn {
  margin: 0;
}

.cta-area .menu-btn {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.cta-area .l-container {
  max-width: 100%;
}

.category-news .c-entry__header {
  display: none !important;
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  .swiper-slide .main-visual {
    margin-top: 0px;
  }
  .news-section .smb-section__inner h3.c-entry-summary__title {
    margin-left: 0px;
    margin-top: 10px;
  }
  .top_concept02_area .smb-section__background-text__text {
    top: 30px !important;
  }
  .l-contents__container.c-fluid-container {
    padding-top: 0px;
  }
  .wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.RJE_R001CORP_layered1.is-style-RJE_R001CORP_layered1 {
    padding-top: 0px;
  }
  .orange_menu {
    background: linear-gradient(45deg, #70c1f8 35%, #0192f5) !important;
    margin-left: -0.9rem !important;
    margin-left: calc(var(--_space, 1.8rem) * -.5) !important;
    margin-right: -0.9rem !important;
    margin-right: calc(var(--_space, 1.8rem) * -.5) !important;
    padding-left: 0.9rem !important;
    padding-left: calc(var(--_space, 1.8rem) * .5) !important;
    padding-right: 0.9rem !important;
    padding-right: calc(var(--_space, 1.8rem) * .5) !important;
  }
  .blue_menu {
    background: linear-gradient(45deg, #109ddd 35%, #0171ab) !important;
  }
  img.image.wp-image-3943.attachment-medium.size-medium.lazyautosizes.lazyloaded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 auto;
  }
  h3.c-entry-summary__title {
    margin-left: 0px;
  }
  .wp-block-snow-monkey-blocks-panels.smb-panels.top-area {
    background: initial;
    -webkit-box-shadow: initial !important;
    box-shadow: initial !important;
  }
  .l-contents__container.c-container {
    padding-top: 0px;
  }
  .wp-block-snow-monkey-blocks-section.alignwide.smb-section {
    padding: 0 !important;
  }
  div#profile {
    padding: 0 !important;
  }
  .wp-block-group.alignfull {
    padding: 0 !important;
  }
  .contact_page .smb-section__body {
    padding: 0 100px;
  }
  .menu-item.menu-item-type-post_type.menu-item-object-page.c-drawer__subitem {
    border-bottom: solid 1px white;
    width: 250px;
  }
  .menu-item.menu-item-type-custom.menu-item-object-custom.c-drawer__subitem {
    border-bottom: solid 1px white;
    width: 250px;
  }
  .c-drawer__submenu #menu-item-3338 {
    border-bottom: none;
  }
  .c-drawer__submenu :last-child {
    border-bottom: none;
  }
  .c-row__col.c-row__col--fit.u-invisible-lg-up {
    margin-left: 10px;
  }
  /* ヒーロースライダー */
  .hero__title h2 {
    font-size: 32px;
  }
  .hero .swiper-slide {
    height: 70vh;
  }
  .main-visual {
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* タブレット以下でパネルの画像の重なりをなくす */
  .top-panel {
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    -webkit-box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
  div#service {
    max-width: 600px;
    margin: 0 auto;
  }
  /* フッターウィジェットエリア */
  .l-footer-widget-area__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    border: none !important;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  .smb-section-break-the-grid__figure {
    display: none;
  }
  .sp_top_araa .smb-section__lede {
    text-align: center;
  }
  .gallery_area .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px));
  }
  .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .smb-section__background-text__text {
    font-size: 52px !important;
  }
  .top_concept02_area .smb-section__background-text__text {
    top: 30px !important;
  }
  .top_reason_area h3 span.sme-font-size.has-sm-2-xl-font-size {
    font-size: 20px !important;
  }
  .top_reason_area .smb-items__item__title {
    font-size: 18px;
  }
  .page-id-764 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
    padding-bottom: 0;
  }
  .page-id-3917 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
    padding-bottom: 0;
  }
  .page-id-4025 .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
    padding-bottom: 0;
  }
  .sp-br {
    display: block;
  }
  .smf-form .smf-item .smf-checkbox-control__control:checked:before {
    border-color: black;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .l-footer-widget-area__item .c-widget__title {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .spirit_area .smb-section__header.smb-section-break-the-grid__header {
    text-align: center;
  }
  /* 3枚並んだパネルの装飾 */
  .panels .c-row__col {
    /* パネルの余白除去 */
    padding: 10px 25px !important;
  }
  .br-sp {
    display: block;
  }
  .spirit_area p#block-1c8269f2-9102-4d82-8914-3ccf22aca584 {
    background: #ffffffad;
    padding: 10px;
  }
  /* ヒーロースライダー */
  .hero__title {
    top: 32%;
  }
  .hero__title h2 {
    font-size: 20px;
  }
  .hero__btn {
    bottom: 20%;
  }
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 240px;
    height: 45px;
  }
  .hero .swiper-slide {
    height: 80vh;
  }
  .top-area .top-panel .smb-panels__item__body {
    padding: 40px 10px;
  }
  /* 3つ並んだパネル */
  .panels {
    /* パネルの余白追加 */
  }
  .panels .c-row__col {
    padding: 0 14px;
  }
  .product .c-container {
    max-width: 350px;
  }
  /* ボタン */
  .btn .smb-btn {
    width: 180px;
    height: 45px;
    margin-top: 30px;
  }
  .l-footer .info .info-inner {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  /* フッター */
  .info-inner {
    display: block;
    text-align: center;
    height: auto;
    padding: 40px;
  }
  .info__logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .info__logo img {
    width: 120px;
  }
  .info__text {
    margin-bottom: 25px;
  }
  .footer_last {
    display: block;
    text-align: center;
  }
  .footer_last p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .footer_text.address {
    font-size: 13px;
  }
  .c-entries--rich-media .c-entries__item:nth-of-type(-n + 5) {
    /* 6番目を除く */
    margin-bottom: 30px;
  }
  .c-entries--rich-media .c-entry-summary__content {
    /* スマホでテキスト除去 */
  }
  h2.smb-section__title {
    font-size: 25px;
  }
  .profile_history span.sme-font-size {
    font-size: 13px !important;
  }
  h2.smb-section__title.smb-section-break-the-grid__title {
    padding-top: 0;
  }
  .profile_service .smb-items__item__content {
    font-size: 13px;
  }
  td {
    font-size: 13px;
  }
  input {
    width: 300px;
    background-color: #DFEFF9 !important;
  }
  .contact_page .smb-section__body {
    padding: 0px 0px;
  }
  .top_last p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */