@charset "UTF-8";
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl32 {
  padding-left: 32px !important;
}

.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

.serif {
  font-family: serif;
}

.table_rows tbody th {
  background-color: #E1E1E1 !important;
  color: #333 !important;
  width: 30%;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody th {
    width: 300px;
  }
}
.table_rows tbody td {
  vertical-align: top;
}
.table_rows tbody td:first-child {
  font-weight: 700;
  background-color: #E1E1E1;
  color: #333 !important;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody td:first-child {
    width: 300px;
  }
}
@media print, screen and (max-width: 639px) {
  .table_rows {
    display: block;
  }
  .table_rows tbody {
    display: block;
    width: 100%;
  }
  .table_rows tr {
    display: block;
    width: 100%;
  }
  .table_rows tr:first-child th, .table_rows tr:first-child td {
    border-bottom: 0;
  }
  .table_rows th, .table_rows td {
    display: block;
    width: 100%;
  }
}

.table_cols tr:first-of-type td {
  background-color: #E1E1E1;
  color: #333;
  font-weight: 700;
}

.p-contactform {
  max-width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform input[type=text].full, .p-contactform input[type=tel], .p-contactform input[type=email] {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}
.p-contactform .u-ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contactform .u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.p-required_mark::after {
  display: inline-block;
  margin-left: 0.3rem;
  color: #ED1C24;
  content: "*";
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

.bl_cv_btn .bl_cv_btn_contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E84345;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  padding: 10px 50px;
  text-decoration: none;
}
.bl_cv_btn .bl_cv_btn_contact:hover {
  opacity: 0.8; /* 透過率20% */
  -webkit-transition: 0.2s;
  transition: 0.2s; /* 0.2秒アニメーション */
}

.p-contactform .wpcf7-form-control-wrap input {
  width: 100%;
}

@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

.wp-block-snow-monkey-blocks-btn {
  position: relative;
  -webkit-transition: 0.3S;
  transition: 0.3S;
}
.wp-block-snow-monkey-blocks-btn::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
.wp-block-snow-monkey-blocks-btn .smb-btn:hover {
  color: #fff !important;
  background-color: var(--accent-color) !important;
}

.smb-btn:hover {
  color: var(--accent-color) !important;
  background-color: #fff !important;
}

/*h1*/
body:not(.home) h1.c-entry__title {
  font-size: 30px;
  color: var(--accent-color) !important;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--accent-color) !important;
  padding-bottom: 10px;
  font-weight: normal;
  font-family: serif;
}

body:not(.home) .l-container .c-page-header {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.home) .l-contents__inner {
  margin-top: 1.8em;
}

/*h2*/
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  font-size: 26px;
  line-height: 1.3em;
  color: #131835;
  padding: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #b8bed6;
  position: relative;
}
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title):after {
  content: "";
  width: 20%;
  height: 2px;
  background: #131835;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title).has-text-align-center::before {
  display: none; /* Hide the ::before element when the h2 has .has-text-align-center class */
}

/*h3*/
body:not(.home) h3:not(.c-entry-summary__title) {
  color: #131835;
}
body:not(.home) h3:not(.c-entry-summary__title):after {
  height: 2px;
  content: "";
  display: block;
  background-color: #B8BED6;
  width: 80px;
  margin-top: 6px;
}

/*h4*/
body:not(.home) h4 {
  border-left: solid 9px #131835;
  font-size: 1.2rem;
  text-indent: 0.3em;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #131835;
}

/*h5*/
body:not(.home) h5 {
  border-left: solid 9px #DCDCDC;
  font-size: 1.1rem;
  text-indent: 0.3em;
  margin-top: 14px;
  margin-bottom: 14px;
}

.c-meta__item--author, .c-meta__item--modified {
  display: none !important;
}

.u-text_center {
  text-align: center;
}

/* 横いっぱいに広げる */
.l-2row-header .p-global-nav,
.p-header-sub-nav {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* 中身をコンテナー幅に収める */
.l-2row-header .p-global-nav > *,
.p-header-sub-nav > * {
  margin: 0 auto;
  max-width: 1200px;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.l-1row-header .c-row {
  gap: 0;
}
.l-1row-header .c-row--between {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 1023px) {
  .l-1row-header .c-row--between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-1row-header .c-row__col:has(.l-1row-header__content) {
  padding-left: 6.4px;
}
.l-1row-header .l-1row-header__branding {
  margin-right: 82px;
}

.faq .c-entry__title::before {
  content: "Q.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #349CF7;
}

.faq .c-entry__body::before {
  content: "A.";
  font-size: 3rem;
  font-weight: bold;
  font-family: "Arial Black";
  margin-right: 1.6rem;
  color: #cf2e2e;
}

.c-entry-summary--type-faq .c-entry-summary__title::before {
  content: "Q.";
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Arial Black";
  margin-right: 1.5rem;
  color: #349CF7;
}

.c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
  line-height: 2rem;
}

.l-1row-header .p-global-nav .c-navbar__item > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: var(--_margin-1);
  margin-right: var(--_margin-1);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  font-family: serif;
}
.l-1row-header .p-global-nav .c-navbar__item > a:hover {
  border-bottom: 1px solid var(--accent-color);
}

.l-header__drop-nav .p-drop-nav .p-global-nav .c-navbar__item > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin: 1rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  font-family: serif;
}
.l-header__drop-nav .p-drop-nav .p-global-nav .c-navbar__item > a:hover {
  border-bottom: 1px solid var(--accent-color);
}

.current_page_item.c-navbar__item > a {
  border-bottom: 1px solid var(--accent-color) !important;
}

.contact-button {
  color: var(--accent-color);
  background-color: white;
  border: 1px solid var(--accent-color);
  padding: 12px 34px;
  font-size: 16px;
  font-weight: bold;
  font-family: serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-button:hover {
  color: white;
  background-color: var(--accent-color);
}

.home .c-section:first-child {
  padding-top: 0;
}
.home .smb-section.hero {
  padding: 0;
}

.hero {
  position: relative;
  z-index: 10;
}
.hero img {
  margin-left: 200px;
}
@media print, screen and (max-width: 639px) {
  .hero img {
    margin-left: 0;
  }
}

.scroll {
  position: absolute;
  font-size: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 39.4736842105%;
  right: 10%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  z-index: 100;
}
@media print, screen and (max-width: 639px) {
  .scroll {
    top: 55%;
  }
}

.scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  right: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 250px;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  opacity: 0.8;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.alignfull + .alignfull.top_prof_column {
  margin-top: -3% !important;
}

.top_prof_column h2 {
  font-family: serif;
  color: var(--accent-color);
  font-weight: normal;
}

.wp-block-column.column_top_prof-right {
  margin-right: 12vw;
}

h2.smb-section__title {
  font-family: serif;
}

.c-entry-summary__figure {
  aspect-ratio: 1/1 !important;
}

@media (min-width: 1024px) {
  .section_top_financial-column .c-entries, .section_top_news .c-entries {
    --entries--item-width: 25%;
  }
}

.section_top_financial-column .c-entry-summary__term {
  display: none;
}
.section_top_financial-column .c-entry-summary--date {
  display: none;
}

.c-entry-summary__meta {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

h3.c-entry-summary__title {
  color: var(--accent-color);
}

.c-entry-summary__figure .c-entry-summary__term {
  display: none;
}

.c-entry-summary--date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.c-entry-summary--date .c-entry-summary__meta {
  margin-top: 0;
  margin-left: 5px;
  color: var(--accent-color);
}

/* Shine */
.section_top_works figure {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_top_works figure:hover {
  -webkit-filter: drop-shadow(2px 2px 5px #aaa);
          filter: drop-shadow(2px 2px 5px #aaa);
}

footer .c-copyright--inverse {
  background-color: var(--accent-color);
}

.section_contactform .c-container {
  max-width: 70%;
}
@media print, screen and (max-width: 639px) {
  .section_contactform .c-container {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

/* reCAPTCHA */
body:not(.toiawase) .grecaptcha-badge {
  display: none;
}
/* reCAPTCHA:end */
/* sp-toiawase */
@media screen and (min-width: 768px) {
	.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
		display:none;
	}
}
/* sp-toiawase:end */