@charset "UTF-8";
/* ==================================================

<目次>
 1.汎用クラス
 2.パーツ
 3.ヘッダー・フッター
 4.トップページ
 5.下層ページ

=================================================== */
/* ==================================================

 1.汎用クラス

 ================================================== */
/* margin-top */
.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;
}

/* margin-bottom */
.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;
}

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

.pt16 {
  padding-top: 16px !important;
}

.pt32 {
  padding-top: 32px !important;
}

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

.pb16 {
  padding-bottom: 16px !important;
}

.p32 {
  padding-bottom: 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;
  }
}

/* flex */
.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_justify_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-font_l {
  font-size: 1.2em;
}

.u-font_xl {
  font-size: 1.5em;
}

.u-font_xxl {
  font-size: 1.8em;
}

.u-line-height_s {
  line-height: 1.3 !important;
}

.u-link_text-decoration_none a {
  text-decoration: none !important;
}

.u-width_screen {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
}

@media screen and (max-width: 639px) {
  .u-btn_width_full_sp {
    width: 100%;
  }
  .u-btn_width_full_sp a {
    width: 100%;
  }
}
.u-color_white {
  color: #fff !important;
}

/* ==================================================

 2.パーツ

================================================== */
/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/*h1*/
body:not(.home):not(.recruit) .l-container .c-page-header {
  padding-bottom: 0;
  padding-top: var(--_padding-1);
}
body:not(.home):not(.recruit) .l-container .c-page-header .c-page-header__content {
  color: #00388D;
  background-color: #dfe9ee;
  position: relative;
  overflow: hidden;
  padding: 1.5em 2.5em;
}
body:not(.home):not(.recruit) .l-container .c-page-header .c-page-header__content::before {
  content: "";
  position: absolute;
  left: -4em;
  top: 50%;
  width: 200px;
  height: 200px;
  background: #acc0d6;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body:not(.home):not(.recruit) .l-container .c-page-header .c-page-header__title {
  position: relative;
}

/*h2*/
body:not(.home):not(.recruit) .l-contents__main h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title):not(.wp-profile-box__title) {
  color: #fff;
  background: #00388D;
  border-radius: 8px;
  padding: 0.5em 0.8em;
}

/*h3*/
body:not(.home):not(.recruit) h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-entry-summary__title) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
body:not(.home):not(.recruit) h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.c-entry-summary__title)::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00388D;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*h4*/
body:not(.home):not(.recruit) h4:not(.is-style-plain) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
body:not(.home):not(.recruit) h4:not(.is-style-plain)::before {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 3em;
  background: #00388D;
}

.c-section-heading_logomark_center .smb-section__header {
  background: url("../img/bg_logomark.png") no-repeat center center/contain;
  padding-top: 32px;
  padding-bottom: 32px;
}

.c-section-heading_lined_center .smb-section__header {
  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;
  gap: 16px;
}
.c-section-heading_lined_center .smb-section__header::before, .c-section-heading_lined_center .smb-section__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00388D;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-section-heading_lined_side .smb-section__header {
  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;
  gap: 16px;
}
.c-section-heading_lined_side .smb-section__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00388D;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-heading_disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-heading_disc::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #00388D;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 640px) {
  .c-section-heading_logomark_center .smb-section__title {
    font-size: 3rem;
  }
}
.c-smb-items_inset_shadow .smb-items__item {
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.c-panel_image_hover .smb-panels__item .smb-panels__item__figure {
  overflow: hidden;
}
.c-panel_image_hover .smb-panels__item .smb-panels__item__figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-panel_image_hover .smb-panels__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ボタン
---------------------------------------- */
.smb-btn-wrapper.c-btn_red_hover .smb-btn[style*="background-color:"]:hover {
  background-color: currentColor;
  background-color: #ED1C24 !important;
  -webkit-filter: none;
          filter: none;
}
.smb-btn-wrapper.c-btn_red_hover .smb-btn[style*="background-color:"]:hover .smb-btn__label {
  color: #fff !important;
}

.smb-btn-wrapper.c-btn_red_hover.icon_link_arrow_circle_red .smb-btn[style*="background-color:"]:hover::after {
  background: url("../img/icon_arrow_circle_white.svg") no-repeat center center/contain;
}

/* アイコン
---------------------------------------- */
.icon_link_arrow_navy {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_link_arrow_navy a {
  color: #024195;
}
.icon_link_arrow_navy a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_arrow_navy.svg") no-repeat center center/contain;
  margin-left: 0.5em;
}

.icon_link_arrow_circle_red a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_link_arrow_circle_red a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_arrow_circle_red.svg") no-repeat center center/contain;
  margin-left: 0.5em;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  vertical-align: middle;
}

.icon_can::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_can.svg") no-repeat center center/contain;
  margin-left: 4px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.icon_speaker::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url("../img/icon_speaker.svg") no-repeat center center/contain;
  margin-left: 0.5em;
  margin-bottom: 0.25em;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  vertical-align: middle;
}

.panel_arrow_circle_red .smb-panels__item__title {
  position: relative;
}
.panel_arrow_circle_red .smb-panels__item__title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_arrow_circle_red.svg") no-repeat center center/contain;
  margin-left: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* テーブル
---------------------------------------- */
/* テーブル_左見出し */
.table_rows table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_rows tbody th {
  background-color: #DFE9EE !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: #DFE9EE;
  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%;
  }
}

/* Contact Form 7
---------------------------------------- */
.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;
}

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 {
  content: "必須";
  display: inline-block;
  color: #ED1C24;
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 0.3rem;
}

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

/* FAQ
---------------------------------------- */
@media screen and (min-width: 640px) {
  .c-faq_col2 .smb-faq__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-faq_col2 .smb-faq__body .smb-faq__item {
    padding-inline: 16px;
  }
}
/* 下層ページ お問い合わせエリア（バナーブロック）
---------------------------------------- */
.p-cv_tel a {
  color: #fff !important;
}

/* ==================================================

 3.ヘッダー・フッター

================================================== */
/* ヘッダー
---------------------------------------- */
.l-1row-header .p-global-nav .c-navbar {
  gap: 16px;
}
.l-1row-header .p-global-nav .c-navbar__item > a {
  padding: var(--_padding-2);
}
.l-1row-header .p-global-nav .c-navbar__item:not(.c-nav_recruit):not(.c-nav_contact) > a {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-1row-header .p-global-nav .c-navbar__item:not(.c-nav_recruit):not(.c-nav_contact) > a::after {
  content: "";
  width: 2em;
  height: 1px;
  background: #fff;
}
.l-1row-header .c-nav_recruit > a {
  background: #fff;
  -webkit-box-shadow: 8px 8px 0 0 #024195;
          box-shadow: 8px 8px 0 0 #024195;
  min-width: 100px;
}
.l-1row-header .c-nav_recruit > a span {
  color: #024195;
}
.l-1row-header .c-nav_recruit > a:hover span {
  color: #FFF;
}
.l-1row-header .c-nav_contact > a {
  background: #333333;
  -webkit-box-shadow: 8px 8px 0 0 #E01221;
          box-shadow: 8px 8px 0 0 #E01221;
  min-width: 100px;
}
.l-1row-header .c-nav_contact > a span {
  color: #fff;
}

.l-header__drop-nav .c-nav_recruit > a {
  background: #024195;
}
.l-header__drop-nav .c-nav_contact > a {
  background: #E01221;
}

.c-link_tel a {
  line-height: 1;
  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;
}
.c-link_tel a::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url("../img/icon_tel.svg") no-repeat center center/contain;
  margin-right: 8px;
}
.c-link_tel a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.c-link_tel a strong {
  font-size: 2.25rem;
}

.l-header--overlay-sm .l-1row-header .c-site-branding__title, .l-header--overlay-lg .l-1row-header .c-site-branding__title {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.l-header--overlay-sm .l-1row-header .c-site-branding__description, .l-header--overlay-lg .l-1row-header .c-site-branding__description {
  color: #fff;
}
.l-header--overlay-sm .l-1row-header .p-global-nav .c-navbar__item, .l-header--overlay-lg .l-1row-header .p-global-nav .c-navbar__item {
  color: #fff;
}
.l-header--overlay-sm .c-link_tel a::before, .l-header--overlay-lg .c-link_tel a::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-drawer .sm-nav-menu-item-highlight {
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: calc(var(--_padding-2) + 6px);
  padding-top: calc(var(--_padding-2) + 4px);
  margin-block: 4px;
}
.c-drawer .c-link_tel a::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (min-width: 1024px) {
  .l-1row-header .c-site-branding__title {
    margin-top: -48px;
  }
}
@media screen and (max-width: 639px) {
  body:not(.home) .c-page-header {
    padding-block: 0 !important;
  }
  body:not(.home) .c-page-header .c-container {
    padding-inline: 0 !important;
  }
}
/* フッター
---------------------------------------- */
.l-footer {
  background-color: #fff;
}

.l-footer--default .l-footer-widget-area {
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer--default .l-footer-widget-area .l-footer-widget-area__item {
  margin-bottom: 0;
}
.l-footer--default .l-footer-widget-area .c-fluid-container {
  padding: 0;
}

.p-footer_contact .smb-section__title {
  font-size: 4rem;
}
.p-footer_contact .smb-section__lede-wrapper {
  margin-top: 0 !important;
}
.p-footer_contact .p-footer_tel {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer_contact .p-footer_tel a {
  font-size: 2rem;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer_contact .p-footer_tel a::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url("../img/icon_tel.svg") no-repeat center center/contain;
  margin-right: 8px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.menu-footer_navi-container .menu {
  display: grid;
  grid-template-columns: repeat(3, 160px);
  gap: 16px;
}
.menu-footer_navi-container .menu .menu-item {
  margin-top: 0;
  font-weight: bold;
  color: #024195;
}
.menu-footer_navi-container .menu .menu-item a {
  padding-block: 0.5em;
}
.menu-footer_navi-container .menu .menu-item a::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #024195;
}
.menu-footer_navi-container .menu .menu-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-copyright--inverse {
  background: #024195 !important;
}

@media screen and (max-width: 639px) {
  .p-footer_contact .smb-section__title {
    font-size: 2rem;
  }
  .p-footer_contact .p-footer_tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-footer_navi-container .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
/* ==================================================

 4.トップページ

================================================== */
.p-home_service .smb-section__title,
.p-home_news .smb-section__title {
  font-size: 3rem;
}
.p-home_service .smb-section__title span,
.p-home_news .smb-section__title span {
  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;
  gap: 0.3em;
}
.p-home_service .smb-section__title span::after,
.p-home_news .smb-section__title span::after {
  content: "";
  width: 60px;
  height: 27px;
  background: url("../img/logomark.png") no-repeat center center/contain;
  display: block;
}

.p-home_message .smb-section__header {
  background: url("../img/bg_logomark.png") no-repeat left center/contain;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  padding-top: 32px;
  padding-bottom: 32px;
}
.p-home_message .smb-section__header .smb-section__title {
  font-size: 3rem;
}

.p-home_service_list .smb-panels__item {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(51, 51, 51, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_service_list .smb-panels__item:has(.smb-panels__item__figure) {
  background-color: rgba(51, 51, 51, 0.9);
}
.p-home_service_list .smb-panels__item:has(.smb-panels__item__figure) .smb-panels__item__body {
  padding: var(--_padding-1) var(--_padding2) var(--_padding-1) var(--_padding1);
}
.p-home_service_list .smb-panels__item:has(.smb-panels__item__figure) .smb-panels__item__body .smb-panels__item__title {
  text-align: left;
}
.p-home_service_list .smb-panels__item:hover {
  background-color: rgba(51, 51, 51, 0.5);
}
.p-home_service_list .smb-panels__item:hover .smb-panels__item__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-home_service_list .smb-panels__item .smb-panels__item__figure {
  overflow: hidden;
}
.p-home_service_list .smb-panels__item .smb-panels__item__figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home_service_list .smb-panels__item .smb-panels__item__body {
  border: 1px solid #fff;
  padding-block: var(--_padding2);
  position: relative;
}
.p-home_service_list .smb-panels__item .smb-panels__item__body::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_arrow_white.svg") no-repeat center center/contain;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-home_service_list .smb-panels__item .smb-panels__item__body .smb-panels__item__title {
  color: #fff;
  font-size: 1.125rem;
}

.p-home_news_list {
  color: #024195;
}
.p-home_news_list .c-entries {
  border-top: none;
}
.p-home_news_list .c-entries__item {
  border-color: #707070;
}
.p-home_news_list .c-entries__item:last-child {
  border: none;
}
.p-home_news_list .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-home_news_list .c-entry-summary__header {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-home_news_list .c-entry-summary__meta {
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p-home_news_list .c-meta__item--published {
  font-size: 1rem;
  font-weight: bold;
}
.p-home_news_list .c-meta__item--categories {
  display: none !important;
}

.p-home_point .smb-section__lede-wrapper {
  margin-top: var(--_margin-2) !important;
}
.p-home_point .p-home_point_list > .c-row > .c-row__col {
  border-color: #024195 !important;
  border-width: 2px !important;
}

@media screen and (max-width: 639px) {
  .p-home_mv {
    padding-bottom: 0 !important;
  }
  .p-home_service .smb-section__title, .p-home_news .smb-section__title {
    font-size: 2.5rem;
  }
  .p-home_message .smb-section__header {
    padding-block: 0;
  }
  .p-home_message .smb-section__header .smb-section__title {
    font-size: 1.75rem;
  }
  .p-home_message .wp-block-image {
    max-width: 280px;
  }
  .p-home_news_list .c-entry-summary__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .p-home_point .p-home_point_list .c-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-home_point .p-home_point_list .c-row .c-row__col {
    border: none !important;
  }
  .p-home_point .p-home_point_list .c-row .c-row__col .smb-items__item__body {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .p-home_point .p-home_point_list .c-row .c-row__col .wp-block-image {
    min-height: 70px;
  }
  .p-home_point .p-home_point_list .c-row .c-row__col p {
    font-size: 1rem !important;
  }
}
/* ==================================================

 5.採用ページ

================================================== */
.p-recruit_mv {
  position: relative;
}
.p-recruit_mv .p-recruit_mv_copy {
  position: absolute;
  right: 16px;
  bottom: 32px;
}

.p-recruit_number_text {
  line-height: 1;
}
.p-recruit_number_text strong {
  font-size: 3em;
}

.p-recruit_number_text_large {
  line-height: 1;
}
.p-recruit_number_text_large strong {
  font-size: 5em;
}

.p-recruit_number_box {
  -webkit-box-shadow: 2px 2px 0 0 #024195;
          box-shadow: 2px 2px 0 0 #024195;
}

.p-recruit_message .smb-section__contents-wrapper {
  margin-right: 0;
}

.p-recruit_voice_img {
  height: 100%;
}
.p-recruit_voice_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media screen and (min-width: 1080px) {
  .p-recruit_mv .p-recruit_mv_copy {
    right: calc((100vw - 1080px) / 2);
    bottom: 68px;
  }
}
@media screen and (min-width: 640px) {
  .p-recruit_intro .smb-section__title {
    font-size: 4.5rem;
  }
  .p-recruit_number .smb-section__title {
    font-size: 3rem;
  }
  .p-recruit_message .p-recruit_message_title {
    font-size: 2.5rem;
  }
  .p-recruit_voice_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1479px) {
  .p-recruit_mv .p-recruit_mv_copy {
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .p-recruit_mv .p-recruit_mv_copy {
    max-width: 90%;
    bottom: 32px;
    left: 0;
    right: 0;
  }
  .p-recruit_intro .smb-section__title {
    font-size: 2.25rem;
  }
  .p-recruit_number .smb-section__title {
    font-size: 2rem;
  }
  .p-recruit_message .p-recruit_message_title {
    font-size: 1.5rem;
  }
  .p-recruit_message .smb-section__contents-wrapper {
    max-width: 100%;
  }
  .p-recruit_message .smb-container {
    padding: 0;
  }
  .p-recruit_message .smb-section-with-bgimage__bgimage {
    background-color: #00388D;
  }
  .p-recruit_message .smb-section-with-bgimage__bgimage img {
    display: none;
  }
  .p-recruit_voice_title {
    font-size: 2.25rem;
  }
  .p-recruit_voice_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
/* ==================================================

 5.下層ページ

================================================== */
/* 投稿者と更新日時を非表示 */
.c-meta__item--author, .c-meta__item--modified {
  display: none !important;
}