@charset "UTF-8";
#drawer-nav .bogo-language-switcher {
  margin-top: 1rem;
  justify-content: center;
}
#drawer-nav .bogo-language-switcher :where(ul,ol) {
  padding-left: 0;
}

.page-id-60 .p-syujutu, .page-id-80 .p-syujutu, .page-id-230 .p-syujutu {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page-id-60 .p-syujutu .smb-section-break-the-grid__header, .page-id-80 .p-syujutu .smb-section-break-the-grid__header, .page-id-230 .p-syujutu .smb-section-break-the-grid__header {
    display: none;
  }
}
.page-id-60 .p-syujutu .p-entry-content > :not(:first-child), .page-id-80 .p-syujutu .p-entry-content > :not(:first-child), .page-id-230 .p-syujutu .p-entry-content > :not(:first-child) {
  margin-top: 0;
}
.page-id-60 .p-syujutu .smb-section__title:after, .page-id-80 .p-syujutu .smb-section__title:after, .page-id-230 .p-syujutu .smb-section__title:after {
  background-color: #fff;
}

.page-id-80 .smb-section, .page-id-230 .smb-section {
  --smb-section--padding: var(--_padding2);
}

@media (min-width: 640px) {
  .smb-panels__item--horizontal > .smb-panels__item__figure img {
    max-height: 361px;
    object-fit: contain;
  }
}
a:where(:not(.wp-element-button)) {
  text-underline-offset: 0.25rem;
}

.bogo-language-switcher.list-view {
  display: flex;
}

.bogo-language-name a:not(.current) {
  text-decoration: none;
}

.c-entry__content h2.wp-block-heading {
  position: relative;
  text-align: center;
  font-size: 28px;
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 2px;
    background-color: #333;
  }
}

.c-entry__content h2.wp-block-heading.after_none {
  &::after {
    content: none;
  }
}

.c-entry__content h3.wp-block-heading {
  background: linear-gradient(137deg, #2b8abb 0%, #0fb1a1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 1rem;
  border-left: 2px solid #2b8abb;
}

.c-entry__content h5.wp-block-heading {
  font-size: 1.25em;
}

.c-page-header[data-has-image=true] {
  height: clamp(150px,62.5vw,250px);
}

.RJE_R001CORP_cta a:where(:not(.wp-element-button)) {
  color: #fff;
}

/* セクションテンプレ1 */
@media screen and (max-width: 767px) {
  [data-has-sidebar=false] .c-entry__content > .alignfull.p-section1 {
    margin-top: -1rem !important;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry-content > :not(:last-child).p-section1 {
    margin-bottom: 3rem !important;
  }
}
.p-section1 .smb-section__header {
  display: flex;
  flex-direction: column;
  margin-bottom: -10rem;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-section1 .smb-section__header {
    margin-bottom: -6rem;
  }
}
.p-section1 .smb-section__title {
  order: -1;
  margin-bottom: -3.6rem;
  font-family: "Noto Serif JP";
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-section1 .smb-section__title {
    margin-bottom: -2.6rem;
    font-size: 16px;
  }
}
.p-section1 .smb-section__subtitle {
  font-size: min(7.5rem, 9vw);
  font-family: "Cinzel", serif;
}

.p-section1 .smb-section__title:after {
  height: 0px;
}

.p-section1 .smb-media-text__title {
  font-family: "Noto Serif JP", serif;
}

/* セクションテンプレ1 END*/
.c-sub-nav .c-navbar {
  justify-content: flex-end;
}

.c-sub-nav {
  padding: 0.1rem 0;
}

.c-5box {
  /* max-width: 1743px; */
  display: flex;
  margin: 0 auto;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .c-5box {
    flex-wrap: wrap;
    padding: 25px 6.4%;
  }
}


.c-5box-item {
  width: calc(100% / 5);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 767px) {
  .c-5box-item {
    width: 50%;
    &:first-child {
      order: 2;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      .c-5box-ttl {
        position: relative;
        left: -7px;
      }
    }
    &:nth-child(2) {
      order: 1;
      width: 100%;
      border-right: none;
      .c-5box-anchor {
        padding-top: 10px;
        justify-content: center;
      }
      .c-5box-ttl {
        width: auto;

      }
      .c-5box-icon {
        position: relative;
        left: -16px;
      }
      .c-5box-p {
        position: relative;
        left: -16px;
      }
    }
    &:nth-child(3) {
      order: 3;
      
    }
    &:nth-child(4) {
      order: 4;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    &:nth-child(5) {
      order: 5;
    }
  }

}
.c-5box-item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .c-5box-item:not(:first-child)::before {
    width: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-5box-item:nth-child(-n+4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .c-5box-item:nth-child(n+5) {
    /* border-bottom: unset; */
  }

  /* .c-5box-item:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  } */
}
.c-5box-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 80px);
  margin: 0;
  /* padding: 0 20px; */
  color: currentColor;
}

.c-5box-anchor {
  min-height: 380px;
  padding: 60px 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 320px;
  padding: 50px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: none;
  padding: 30px 0;
  color: #45565e;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-5box-anchor {
    min-height: inherit;
    flex-direction: row;
  }
}
.c-5box-icon {
  transform: translateX(-57px);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .c-5box-icon {
    transform: unset;
    width: 60px;
    margin-left: 6px;
  }
}
.c-5box-img {
  width: 100%;
}

.c-5box-p {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .c-5box-p {
    font-size: 12px;
  }
}
.c-5box-ruby {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-5box-ruby {
    display: none;
  }
}
.footer-banner {
  justify-content: space-between;
}

.icon {
  right: 0;
  bottom: -7px;
  top: auto;
  margin-top: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .icon {
    display: none;
  }
}
.icon svg {
  width: 40px;
  height: 28px;
}

.ja.last {
  padding-left: 1rem;
}

.l-footer__header {
  display: none;
}

.l-header__content .c-fluid-container {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .l-header__content .c-fluid-container {
    padding-right: var(--_container-margin-right);
  }
}

.p-3box {
  display: flex;
  flex-direction: row;
  border: 1px solid #bbb;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .p-3box {
    flex-direction: column;
    padding: 1rem;
  }
}
.p-3box-item {
  display: flex;
  flex-direction: row;
  width: calc(100% / 3);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-3box-item {
    width: 100%;
    padding-top: 1rem;
  }
}
.p-3box-icon {
  width: 80px;
  height: 80px;
}

.p-3box-p {
  align-self: center;
}

.p-3box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-bogo-btn {
  position: fixed;
  transform: translateY(-50%);
  top: 193px;
  right: 0;
  background: #0d6195;
  padding: 0.5rem;
  z-index: 5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-bogo-btn {
    position: absolute;
    top: 96px;
    font-size: 10px;
  }
}
.p-bogo-btn a:where(:not(.wp-element-button)) {
  color: #fff;
}
.p-bogo-btn :where(ul,ol) {
  padding-left: 0;
}

.p-flex .wp-block-snow-monkey-blocks-flex p {
  width: 50%;
}

.p-flex .smb-section-break-the-grid__content--p-s {
  top: 33px;
}

.p-dog-cat {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .p-dog-cat {
    display: none;
  }
}
.p-dog-cat-img {
  position: absolute;
  top: -160px;
  left: 38px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-dog-cat-img {
    top: -3px;
    left: unset;
    right: 18px;
    z-index: 1;
    max-width: 21vw;
  }
}
.p-equipment.wp-block-snow-monkey-blocks-media-text {
  box-shadow: 0 0 35px 0 #0000001a;
}

.p-equipment .wp-block-snow-monkey-blocks-media-text {
  box-shadow: 0 0 35px 0 #0000001a;
}
.p-equipment .smb-media-text__contents-wrapper {
  padding-left: var(--_padding1);
}
@media screen and (max-width: 767px) {
  .p-equipment .smb-media-text__contents-wrapper {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-equipment {
    padding: 0 1rem 1rem 0;
  }
  .p-equipment .smb-media-text__contents-wrapper {
    margin: 0 !important;
  }
}
.p-equipment .smb-media-text__title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-equipment .smb-media-text__title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-equipment .smb-read-more-box--has-mask .smb-read-more-box__content[aria-hidden=true]:after {
    display: none;
  }

  .p-equipment .smb-read-more-box__content[aria-hidden=true] {
    height: unset;
  }

  .p-equipment .smb-read-more-box__action.is-content-justification-right {
    display: none;
  }
}
.p-header-info .c-container {
  max-width: unset;
}

.svg-line {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

@media screen and (max-width: 767px) {
  .smb-panels__item__content {
    margin-top: 1rem;
    text-align: left;
  }

  .smb-panels__item__body {
    order: 2;
    padding: 1rem 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .smb-media-text__title + .smb-media-text__body {
    margin-top: 1rem;
  }

  .page-id-80 .l-contents__inner {
    margin-top: 0;
  }
  .page-id-80 .smb-section-break-the-grid__content--p-s {
    padding: 0.6rem;
  }
  .page-id-80 .smb-section-break-the-grid__content > * + * {
    margin-top: 1rem;
  }
  .page-id-80 .smb-section__contents-wrapper > * + * {
    margin-top: 1rem;
  }

  .is-layout-constrained > :not(:first-child) {
    margin-top: 1rem;
  }
}


.l-f_txt_area {
  .u-tel {
    display: block;
    color:#0d6195;
    font-size: 1.7em;
    margin-bottom: 13px;
    text-decoration: none;
  }
  .c-list {
    display: flex;
    gap: 0 1.5em;
    a {
      margin-bottom: 4px;
      text-decoration: underline;
    }
  }
}

@media screen and (max-width: 767px) {
  .l-f_txt_area {
    .c-list {
      flex-direction: column;
    }
  }
}

.p-career_area {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 40px 40px calc(40px - 20px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  margin-bottom: 32px;
  &.pos {
    padding-top: 46px;
  }
  .ttl {
position: absolute;
top: 18px;
left: 40px;
font-size: 16px;
font-weight: 700;
color: #0d6195;
line-height: 1.2;
  }
  dl {

  }
  dt {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px #aaa;
  }
  dd {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-career_area {
    grid-template-columns: 1fr;
    padding: 24px 6.4% calc(24px - 16px);
    &.pos {
      padding-top: 54px;
    }
    .ttl {
      top: 11px;
      left: 6.4%;
    }
  }
}

.p-table_week {
  border: solid 2px #0d6195;
  width: 800px;
  margin: 0 auto;
  dt,
  dd {
    border-right: solid 1px #0d6195;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding:  0.25em;
  
    &:last-child {
      border: none;
    }
  }
  .u-ttl {
    background-color: #8fd4ff;
    border-radius: 6px;
    padding: 3px 6px;
    color: #0d6195;
    font-size: 14px;
    &.u-bg_eee {
      background-color: #eee;
    }
  }
  .u-ttl_con {
    position: relative;
    /* top: 8px; */
  }
  dl {
    text-align: center;
    display: grid;
    grid-template-columns: 3fr repeat(7, 1fr);
    align-items: center;
    border-bottom: solid 1px #0d6195;
  }
  dl:first-child {
    background-color: #8fd4ff;
    border-bottom: none;
    dt {
      color: #0d6195;
    }
    dd {
      color: #0d6195;
      font-weight: 700;
      &.u-acc_cl {
        color: #bb0000;
      }
    }
  }
  dl:last-child {
    border-bottom: none;
    dt,
    dd {
      height: 74px;
    }
    dt {
      /* display: block; */
      display: flex;
    }
  }
  dt {
    font-size: 16px;
    font-weight: 700;
  }
  dd {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-sp_scroll_x {
    overflow-x: scroll;
    white-space: nowrap;
      /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  }
  /*スクロールバー非表示（Chrome・Safari）*/
  .p-sp_scroll_x::-webkit-scrollbar{
    display:none;
  }
  .p-table_week {
    width: 410px;
    dl {
      grid-template-columns: 110px repeat(6, 40px) 54px;
    }
    dl:last-child dt,dl:last-child dd {
      height: 40px;
    }
    .u-ttl_con {
      top: 12px;
    }
    dt,
    dd {
      height: 40px;
    }
    dt {
      font-size: 14px;
    }
    dd {
      font-size: 16px;
    }
  }
}

.p-table_border {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
dt {
  font-size: 16px;
  flex: 0 0 17.6%;
  padding: 20px 0;
  border-bottom: solid 1px #333;
  display: flex;
  align-items: center;
  font-weight: 700;
}
dd {
  flex: 0 0 82.4%;
  padding: 20px 0 20px 12px;
  font-size: 16px;
  border-bottom: solid 1px #333;
}
/* 下線削除 */
dt.b_b_none,
dd.b_b_none {
  border-bottom: none;
}
/* 上線追加 */
dt.b_t,
dd.b_t {
  border-top: solid 1px #333;
  padding-top: 17px;
  margin-top: 17px;
}
}

@media screen and (max-width: 767px) {
  .p-table_border {
    dt {
      flex: 0 0 100%;
      border: none;
      color: #0d6195;
      padding: 0;
      margin-bottom: 7px;
    }
    dd {
      flex: 0 0 100%;
      padding: 0 0 17px 0;
      margin-bottom: 17px;
      line-height: 1.5;
    }
    dd.b_t {
      border-top: none;
      padding-top: 0;
      margin-top: 0;
    }
  }
}

.p-list_type01 {
  li {
    margin: 0 8px;
    padding: 0;
  }
}

.p-card_col_03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 3.5%;
  .card {
    flex: 0 0 31%;
    box-shadow: 0 0 35px 0 #0000001a;
  }
  img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
  }
  .txt_area {
    padding: 26px 6.4%;
    .ttl {
      margin-bottom: 8px;
      font-weight: 700;
    }
  }
}

@media screen and (max-width: 767px) {
  .p-card_col_03 {
    .card {
      flex: 0 0 100%;
    }
  }
}

.p-new_list {
  padding-left: 0 ;
  li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: dotted 1px #ccc;
    list-style-type: none;
    font-size: 16px;
    line-height: 1;
    
    .cat {
      padding: 0 4px 2px;
      border: solid 1px #333;
      border-radius: 4px;
      margin-right: 4px;
      font-size: 14px;
    }
    a {
      display: inline-block;
    }
    .new {
      margin-left: 2px;
      border-radius: 4px;
      background-color: #0d6195;
      color: #fff;
      font-size: 12px;
      padding: 0 4px 2px;
      display: inline-block;
    }
  }
}

@media screen and (max-width: 767px) {
  .p-new_list {
    a {
      margin-top: 8px;
    }
  }
}

.bg_fff_con {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 2em;
  margin: 0 auto;
  width: 95%;
  &.w800 {
    max-width: 800px;
  }
}

.bg_f1f1f1_con {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 32px 2em;
}

@media screen and (max-width: 767px) {
  .bg_fff_con {
    width: 92%;
    padding: 32px 6.4%;
  }
}

.p-txt_block {
  margin-bottom: 0.8em;
  .acc_cl {
    color: #0d6195;
  }
}

/* 下層ページKV修正 */
.c-page-header {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 97, 149, 0.3);
    z-index: 10;
  }
  .c-page-header__title {
    z-index: 100;
  }
}

/* TOP news下のコンテンツ上下余白間調整 */
.wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.p-section1 {
  padding: 32px 0 48px;
}

@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.p-section1 {
    padding: 24px 0 32px;
  }
}

/* TOP 住所情報掲載 */
.o-access_bar {
  position: absolute;
  padding: 19px 24px;
  z-index: 100;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 97, 149, 0.7);
  backdrop-filter: blur(6px);
  display: flex;
  gap: 0 20px;
  text-decoration: none;
}
.o-access_bar .txt_area {
  color: #fff;
  text-box:auto;
}
.o-access_bar .txt_area .ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.o-access_bar .txt_area .caption {
  font-size: 15px;
}

.o-access_bar.active {
  top: -72px;
}

@media screen and (max-width: 767px) {
  .o-access_bar {
    top: 0;
    bottom: auto;
    padding: 12px 6.4%;
    width: 100%;
  }
  .o-access_bar .txt_area .ttl {
    font-size: 14px;
  }
  .o-access_bar .txt_area .caption {
    font-size: 12px;
  }
  
}


@media screen and (max-width: 767px) {
  .u-sp_tac {
    text-align: center !important;
  }
}

.sp_show {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_show {
    display: block;
  }
}

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

/* ナビゲーション別タブアイコン位置調整 */
.blank_ico {
position: absolute;
right: 16px;
margin-top: -6px;
}

 [aria-hidden="false"] {
  .blank_ico {
    right: 10px;
    margin-top: -18px;
    }
}

@media screen and (max-width: 1023px) {
  [aria-hidden="false"] {
    .blank_ico {
        right: 0;
        margin-top: -18;
      }
  }
    
}


/* @media screen and (max-width: 767px) {
  [aria-hidden="false"] {
    .blank_ico {
        right: 0;
        margin-top: 0;
      }
  }
    
} */

/* -------------------- */

.u-link_line_none,.u-link_line_none a {text-decoration: none !important;}
.p-conteiner {padding: 40px 0 60px; margin: 0 auto;}
.p-conteiner_s {padding: 20px 0 30px; margin: 0 auto;  }
.p-w600 {max-width: calc(600px + (20px * 2));margin: 0 auto;padding: 0 20px;}
.p-w800 {max-width: calc(800px + (20px * 2));margin: 0 auto;padding: 0 20px;}
.l-sp_show {display: none;}
.l-pc_show {display: block;}
.l-mb60 {margin-bottom: 60px !important;}
.l-fz_xm {font-size: 1.2em;}
.l-fz_m {font-size: 1.4em;}
.l-fz_l {font-size: 1.6em;}
.l-tac_sp_none {text-align: center;}
.l-tac {text-align: center;}
.u-cl_red {color: #bb0000 !important;}
.u-bolb {font-weight: 700;}
.u-mb5 {margin-bottom: 5px !important;}
.u-mb10 {margin-bottom: 10px !important;}
.u-mb20 {margin-bottom: 20px !important;}
.u-mb30 {margin-bottom: 30px !important;}
.u-bg_color_01 {background-color: #f1f1f1;}
.u-caption {font-size: 0.9em;}
.u-ttl_mb_m {margin-bottom: 36.4px;}
.u-under_line_none {text-decoration: none;}


@media screen and (max-width: 767px) {
  .l-sp_show {display: block;}
.l-pc_show {display: none;}
.l-tac_sp_none {text-align: left;}
.l-fz_m {font-size: 1.3em;}
.l-fz_l {font-size: 1.5em;}
.p-w800 {padding: 0 6.4%;}
}
