@charset "UTF-8";
/*
Theme Name: n-recruit Child
Theme URI: 
Template: n-recruit
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* 基本設定など */
/*他候補*/
/* $base-color: #4985aa; */
/*PC画面でもメインメニューを非表示にしてスマホメニューにする*/
body.device-pc .vk-mobile-nav-menu-btn,
body.device-pc .vk-mobile-nav {
  display: block !important;
}

.global-nav-list {
  display: none;
}

#vk-mobile-nav {
  opacity: 0.86;
}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.position-right {
  left: inherit;
  right: 5px;
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 37px;
}

.vk-mobile-nav-menu-btn {
  position: fixed;
  top: 12px;
  left: 5px;
  z-index: 2100;
  overflow: hidden;
  border: 1px solid #333;
  border-top-color: rgb(51, 51, 51);
  border-right-color: rgb(51, 51, 51);
  border-bottom-color: rgb(51, 51, 51);
  border-left-color: rgb(51, 51, 51);
  border-radius: 4px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 34px 34px;
  transition: border-color 0.5s ease-out;
  background-color: #f1ffa0;
}

.vk-mobile-nav-open {
  left: 70% !important;
}

.home,
.site-body,
#main,
.main-section,
.entry-body {
  /*position: relative !important;*/
}

.vk-mobile-nav-menu-btn {
  z-index: 20010;
}

.vk-mobile-nav {
  z-index: 20000;
}

/*サイトマップ*/
.sitemap-post h4 {
  display: none;
}
.sitemap-post h5 {
  display: none;
}

/*テーブルの枠線を消す*/
.table-no-border table {
  border: none;
}
.table-no-border table tr td {
  border: none;
}

/* 表で文字を折り返さず1行で表示 */
.scroll-table table td {
  white-space: nowrap;
}

/* 表「layout-table」のデザイン変更 */
.layout-table table tr:nth-child(1) { /* 1行目 */
  background: #7db6eb !important; /* 背景色 */
  text-align: center;
  font-weight: bold;
}
.layout-table table tr td {
  border-color: #d1d0d0 !important;
}
.layout-table table tr td:nth-child(1) { /* 1列目 */
  width: 60px !important; /* 列幅 */
  /*background: #1382b6 !important;*/ /* 背景色 */
}
.layout-table table tr td:nth-child(n+2) { /* 2列目以降 */
  width: 100px !important; /* 列幅 */
}

/*Gメニュー内のドロップダウンメニューについて*/
.vk-menu-acc .sub-menu .acc-btn-open {
  background-image: url("./../../../data_files/org/vk-menu-acc-icon-open-white.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .acc-child-open .acc-btn-open {
  background-image: url("./../../../data_files/org/vk-menu-acc-icon-open-black.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .sub-menu .acc-btn-close {
  background-image: url("./../../../data_files/org/vk-menu-close-white.svg") !important;
  border-radius: 4px;
}

.vk-menu-acc .acc-child-open .acc-btn-close {
  background-image: url("./../../../data_files/org/vk-menu-close-black.svg") !important;
  border-radius: 4px;
}

.acc-child-open li a {
  margin-left: 0.5em;
  font-size: 1em !important;
}
.acc-child-open li a:hover {
  color: #f10e0e !important;
}

.vk-menu-acc .sub-menu .acc-btn {
  right: 0.4em !important;
  top: 0.3em;
}

.vk-menu-acc .acc-btn {
  left: 25% !important;
}

.global-nav-list li ul.sub-menu {
  width: 240px;
}

.global-nav-list .sub-menu li.menu-item-has-children a {
  padding-right: 28px !important;
}

/*横幅を1200pxへ拡大しレイアウト調整*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  /*max-width: 1140px;*/
  max-width: 1230px !important;
}

.main-section--col--two {
  width: 74% !important;
}

.sub-section,
.sub-section--col--two {
  width: calc(26% - 2.5em);
  width: 280px;
}

:root {
  --vk-width-container: 1230px !important;
}

/* テーブル（表）の体裁について */
figure {
  margin: 0 0 1em;
}

.is-style-vk-table-border-stripes {
  width: 100%;
  margin: 0;
  padding: 0;
}
.is-style-vk-table-border-stripes th {
  background-color: #f8da76;
}
.is-style-vk-table-border-stripes tbody tr:nth-child(2n) {
  background-color: #f7f6f6 !important;
}
.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
  background-color: transparent !important;
}
.is-style-vk-table-border-stripes td {
  padding: 7px;
}
.is-style-vk-table-border-stripes td:nth-child(1) {
  width: 18%;
}

.is-style-stripes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.is-style-stripes table {
  border: none !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}

.wp-block-table.is-style-vk-table-border-top-bottom table,
.wp-block-table.is-style-vk-table-border-top-bottom th,
.wp-block-table.is-style-vk-table-border-top-bottom td {
  border: 1px solid #e2e2e2;
  border-left: none !important;
  border-right: none !important;
}

.wp-block-image {
  margin: 0 0 20px 0;
  padding: 0;
}
.wp-block-image img {
  /*border: 2px solid rgb(213, 248, 11);*/
  max-width: 100%;
  margin: 0 auto;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

body {
  border-top: 6px solid #f9c67a;
}

a {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
a:hover {
  color: #DD3333 !important;
}
a:hover img {
  filter: Alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition: 0.3s ease-in-out;
}

.entry-body a {
  color: rgb(34, 34, 184);
}

*:focus {
  outline: none;
}

.wp-block-columns {
  /*background-color: #00c5f6;*/
  display: flex !important;
}

/* ヘッダー部のカスタマイズ */
.home #site-header {
  /*background-color:transparent !important;
  background: linear-gradient(to top,transparent 0%, #000 100%) !important;*/
}

#site-header {
  border-bottom: 1px solid #fff;
}
#site-header #site-header-container {
  display: block;
}
#site-header #site-header-container #header {
  width: 100%;
  height: auto;
  padding-top: 2px;
}
#site-header #site-header-container #header .site-header-logo {
  /*background-color: #f9f57a;*/
  margin-top: 3px;
  padding-top: 0;
  width: 500px;
  float: left;
  position: absolute;
}
#site-header #site-header-container #header .site-header-logo a img {
  -o-object-position: left bottom;
     object-position: left bottom;
  max-height: 64px;
}
#site-header #site-header-container #header .site-header-right {
  width: 522px;
  height: 56px;
  float: right;
  /*background-color: #81D742;*/
  /*position: relative;*/
  margin-right: 3%;
  z-index: 25000;
}
#site-header #site-header-container #header .site-header-right #shr_01 {
  float: right;
  width: 119px;
  padding: 0;
  padding-top: 10px;
  /*background-color: #4985aa;*/
  margin-top: 6px;
}
#site-header #site-header-container #header .site-header-right #shr_01 .header_menu p {
  margin: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: 6px;
}
#site-header #site-header-container #header .site-header-right #shr_01 .header_menu p a {
  display: block;
  width: 108px;
  padding: 0px 5px 0px;
  margin-top: 0px;
  margin-left: 10px;
  background-color: #f9c67a;
  border-radius: 5px;
  color: #503730;
  text-align: center;
  text-decoration: none;
}
#site-header #site-header-container #header .site-header-right #shr_01 .header_menu p a:hover {
  background-color: #f9fac7;
  color: #DD3333;
}
#site-header #site-header-container #header .site-header-right #shr_02 {
  float: left;
  width: 393px;
  height: 56px;
  /*background-color: #eaf584;*/
}
#site-header #site-header-container #header .site-header-right #shr_02 ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 0px;
  /*background-color: #3538f7;*/
}
#site-header #site-header-container #header .site-header-right #shr_02 ul li.lnk_x a {
  display: block;
  padding: 8px 0 12px;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul li.lnk_insta {
  display: block;
  padding: 0px 0 1px;
}
#site-header #site-header-container #header .site-header-right #shr_02 ul li a:hover {
  /*background-color: #f8f07c;
  border-radius: 5px;*/
}

/* ここからナビゲーション部 */
/* ヘッダーナビをコンテンツ幅いっぱいに広げる */
body:not(.header_scrolled) .global-nav--layout--float-right {
  display: block;
  width: 100%;
}

.global-nav-list {
  justify-content: space-between;
  /*justify-content: center;*/
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
}
.global-nav-list li a {
  border-right: 1px solid #ddd;
  padding: 8px 32px !important;
}
.global-nav-list li a:hover {
  background-color: #f9fac7;
  color: #DD3333;
}

/* 上部ヘッダー・メニュー部 */
.header_scrolled .site-header-right {
  display: none;
}

/* ドロップダウンメニューのカスタマイズ */
.sub-menu li a {
  font-size: 1.1em;
  padding-right: 1em !important;
  padding-left: 1em !important;
  /*background-color: cornflowerblue;*/
}
.sub-menu li a:hover {
  color: #ffff00 !important;
}

/*スライドショー部*/
.swiper {
  clear: both;
  background-color: #000;
  padding: 0px 0 0px;
  /*position: relative;*/
  top: 0px;
}

.ltg-slide-text-title,
.ltg-slide-text-caption {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.ltg-slide-text-title {
  font-size: clamp(1.6em, 3vw, 2.8em);
}

.ltg-slide-text-caption {
  font-size: 1.4em;
}

@media only screen and (max-width: 1400px) {
  .ltg-slide-text-title {
    /*font-size: 2.2em;*/
  }
  .ltg-slide-text-caption {
    font-size: 1.2em;
  }
}
.swiper-slide img {
  height: 86vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========= waveを描画するエリア設定 ===============*/
.wave {
  /*position:relative;*/
}

canvas {
  /*min-height: 150px;*/
  /*ackground-color: #ed254d;*/
  /*position: absolute;*/
  /*position: relative;*/
  /*bottom: 0;*/
  left: 0;
  top: -40px;
  width: 100%;
  z-index: 500 !important;
}

/*スライドショーのページネーションを消す*/
.swiper-pagination-bullet {
  display: none;
}

/* パンくずリスト */
#breadcrumb li {
  font-size: 0.8em;
}

/* ここから共通メインコンテンツ */
.page-header {
  /*background-color: $base-color;*/
  background-color: transparent;
  background-image: url("./../../../data_files/org/bg01.png") !important;
  background-repeat: repeat-x;
  min-height: 96px !important;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.page-header .page-header-title {
  background-color: transparent;
  text-shadow: 2px 2px 2px #fcf9f9;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  /*position: relative;*/
  display: inline-block;
  padding: 0em 4em;
  color: #503730;
}

.site-body {
  /*background-color: #eaf584;*/
  padding-top: 2em;
}

.wp-block-file__button,
.wp-element-button {
  color: #f0f0f0 !important;
  background-color: #f19f40 !important;
}

.wp-block-file {
  text-align: center;
}
.wp-block-file a {
  text-decoration: none !important;
}

.main-section h2 {
  background-color: rgba(249, 198, 122, 0.15);
  padding-left: 0.3em;
  border-radius: 10px;
  border-top: none;
  font-size: 1.5em;
  padding-top: 16px;
  padding-bottom: 14px;
  position: relative;
  background-image: url("./../../../data_files/org/bg02.png") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.main-section h3 {
  /*border-bottom: 2px solid $toptug_color;*/
  /*border-top: $tug_border02 ;*/
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 0.3em;
  font-size: 1.3em;
  border-radius: 10px 10px 0 0;
  background-color: #fcfcfc;
}
.main-section h3:after {
  border: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3em;
  background: repeating-linear-gradient(-45deg, #f9c67a, #f9c67a 5px, #ffffff 5px, #ffffff 10px);
}
.main-section h3::before {
  border: none;
}
.main-section h4 {
  font-size: 1.2em;
  padding: 0.1em 1em;
  margin-left: 5px;
  margin-right: 5px;
  outline: 2px solid #d6d6d6;
  outline-offset: 3px;
  background-color: #f8f8f8;
}
.main-section a {
  -webkit-text-decoration: underline dotted #1c1a30;
          text-decoration: underline dotted #1c1a30;
}
.main-section a:hover {
  color: #DD3333 !important;
  text-decoration: none !important;
}
.main-section a:visited {
  color: rgb(136, 39, 136);
  -webkit-text-decoration: underline dotted #3538f7;
          text-decoration: underline dotted #3538f7;
}
.main-section .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.home .main-section h3 {
  text-align: center;
  background-color: transparent !important;
}

/*リストの深い階層のマージンを少なくする*/
.entry-body ul li ul li ul li {
  /*background-color: #6198C2;*/
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em;
}

/* ここからサブメニュー */
/* サブメニュー */
.sub-section--col--two h4::after {
  border: none; /*青い下線を消す*/
}

.sub-section {
  /*background-color: #f9fac7;*/
  padding: 15px 0 0px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}
.sub-section h4.sub-section-title {
  text-align: center;
  border-bottom: 4px solid #f9c67a;
  padding: 10px 0 20px;
}
.sub-section ul li a {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
}
.sub-section ul li a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li.current_page_item a {
  color: #DD3333;
  background-image: url("./../../../data_files/org/s_menu_list_on.png");
}
.sub-section ul li ul li.current_page_item a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li.current_page_item ul.children li a {
  /*color: #333 !important;*/
  /*background-color: #f19f40 !important;*/
}
.sub-section ul li ul li.current_page_item ul.children li a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li a {
  /*background-color: #81D742;*/
  padding-left: 26px;
  font-weight: normal;
  background-image: url("./../../../data_files/org/s_menu_list.png");
  background-repeat: no-repeat;
  background-position: 16px 52%;
}
.sub-section ul li ul li a:hover {
  background-image: url("./../../../data_files/org/s_menu_list_on.png");
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li.current_page_item a {
  color: #DD3333;
  background-image: url("./../../../data_files/org/sm_mark01_on.png");
}
.sub-section ul li ul li ul li.current_page_item a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li.current_page_item ul.children li a {
  /*color: #333 !important;*/
  /*background-color: #0e11a7;*/
}
.sub-section ul li ul li ul li.current_page_item ul.children li a:hover {
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li a {
  /*background-color: #fae277;*/
  padding-left: 30px;
  background-image: url("./../../../data_files/org/sm_mark01.png") !important;
  background-repeat: no-repeat;
  background-position: 25px 53%;
}
.sub-section ul li ul li ul li a:hover {
  background-image: url("./../../../data_files/org/sm_mark01_on.png") !important;
  color: #DD3333 !important;
}
.sub-section ul li ul li ul li ul li a {
  /*display: none !important;*/
  /*background-color: #a7f17b;*/
  padding-left: 52px;
  background-image: url("./../../../data_files/org/s_menu_list.gif") !important;
  background-repeat: no-repeat;
  background-position: 40px 52%;
}
.sub-section ul li ul li ul li ul li a:hover {
  background-image: url("./../../../data_files/org/s_menu_list_on.gif") !important;
  color: #DD3333 !important;
}
.sub-section ul li.current_page_item a {
  color: #DD3333;
}
.sub-section ul li.current_page_item a:hover {
  color: #DD3333 !important;
}
.sub-section ul li.current_page_item ul.children li a {
  color: #333 !important;
}
.sub-section ul li.current_page_item ul.children li a:hover {
  color: #DD3333 !important;
}

/*サブメニューの表示/非表示設定*/
/*最初は子ページを表示しない*/
.sub-section ul li ul.children li a {
  display: none;
}

/*## 子ページをクリックした際の動き ###################################################*/
/*子ページをクリックした際に孫メニューを表示する*/
.sub-section ul li.current_page_item ul.children li a {
  display: block;
}

/*ただし、上記のひ孫メニューは表示しない*/
.sub-section ul li.current_page_item ul.children li ul li a {
  display: none;
}

/*## 孫ページをクリックした際の動き ###################################################*/
/*孫ページがクリックされたら同階層の孫ページも表示する*/
/*まずは非表示設定*/
.sub-section ul li ul.children li ul.children li a {
  display: none;
}

/*必要な箇所を表示する*/
.sub-section ul li.current_page_parent ul.children li a {
  display: block;
}

.sub-section ul li.current_page_parent ul.children li.current_page_item a {
  display: block;
}

/*## ひ孫ページをクリックした際の動き ###################################################*/
/*同階層のひ孫ページを表示させたい*/
.sub-section ul li ul.children li.current_page_ancestor ul.children li a {
  display: block;
}

/*孫ページを表示させたい*/
.sub-section ul li ul.children li.current_page_parent a {
  display: block;
}

/*孫ページと同階層のページも表示させたい*/
.sub-section ul li.current_page_ancestor ul.children li a {
  display: block;
}

/*サブメニュー4階層目（ダム検証など）*/
/*他メニュー内の4階層目を非表示にする*/
.sub-section ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.page_item_has_children ul.children li a {
  display: none;
}

.sub-section ul li.current_page_item ul.children li.page_item_has_children ul li a {
  display: none;
}

.sub-section ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.current_page_item ul.children li a {
  display: block;
}

.sub-section ul li.current_page_ancestor ul.children li.current_page_ancestor ul.children li.current_page_parent ul.children li a {
  display: block;
}

/*2024.02.17　サイドバーページ一覧表示*/
.wp-block-page-list {
  /*background-color: #4f9253;*/
  padding: 0 !important;
  margin: 0 !important;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.wp-block-page-list li {
  /*background-color: #f8da76;*/
  margin: 0;
}
.wp-block-page-list li:nth-child(1) {
  text-align: center;
}
.wp-block-page-list li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.wp-block-page-list li a:hover {
  background-color: #FAFAFA;
}

.current-menu-item a {
  color: #DD3333;
  background-color: #FAFAFA;
}

.wp-block-page-list li {
  list-style: none;
}

.wp-block-navigation__submenu-container {
  margin-bottom: 0;
}
.wp-block-navigation__submenu-container .wp-block-pages-list__item__link {
  /*background-color: #dcdcfa;*/
  text-align: left;
  margin-left: -10px;
  background-position: 0;
  padding-left: 10px;
}

/* サブメニュー下バナー */
.veu_banner img {
  border: 1px solid #ddd;
}

/* ここからフッター部 */
/* フッターエリア */
.site-footer {
  padding: 0;
  margin: 0 auto;
  border-top: 3px solid #f9c67a;
  background-color: rgba(249, 198, 122, 0.15);
}
.site-footer .footer-nav {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav-list {
  /*width: 100%;
  background-color: #ed254d;*/
  padding: 10px 0 8px;
  display: flex;
  justify-content: center;
}
.site-footer .site-footer-content {
  /*background-color: #f9fac7;*/
  padding-top: 20px;
  margin: 0 auto;
  height: 20px;
  /*border-bottom: $tug_border02;*/
  position: relative !important;
}
.site-footer .site-footer-content .row #f_add {
  width: 560px;
  /*background-color: #81D742;*/
  padding-left: 70px;
  background-image: url("./../../../data_files/org/qsr_logo_f.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin: 0;
  float: left;
  padding-bottom: 5px;
}
.site-footer .site-footer-content .row #f_add h5 {
  padding: 0;
  padding-top: 3px;
  font-size: 1.3em;
  margin-bottom: 8px;
}
.site-footer .site-footer-content .row #f_add address {
  font-style: normal;
  font-size: 1.1em;
}
.site-footer .site-footer-content .row #f_menu {
  /*background-color: #d3d1c0;*/
  margin: 0;
  padding: 0;
  float: right;
}
.site-footer .site-footer-content .row #f_menu ul {
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-content .row #f_menu ul li {
  margin: 0;
  margin-bottom: 4px;
  font-size: 1.2em;
}
.site-footer .site-footer-copyright {
  /*background-color: #f9fac7;*/
  padding: 0 0 6px 0;
}

.home .site-body {
  padding: 0;
  margin: 0;
}

.site-footer-content > .customize-partial-edit-shortcut {
  /*position: relative !important;*/
  left: 0px;
}

/*上に戻るボタンカスタマイズ*/
a.page_top_btn {
  padding: 0;
  margin: 0;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  box-shadow: none;
  /*background-image: url("./../../../data_files/org/btn_gotop.png") !important;*/
  background-image: url("./../../../data_files/org/btn_to_top.png") !important;
  width: 61px;
  height: 95px;
  background-size: 100%;
  text-indent: -5555em;
}
a.page_top_btn:hover {
  opacity: 0.5 !important;
}

/* ここからトップページ */
.main-section,
.site-body,
.site-body-container {
  position: static !important;
}

/*トップ　キャッチコピー*/
.top_catch_pic {
  width: 594px;
  height: 184px;
  position: absolute;
  top: 30vh;
  right: 10%;
  z-index: 15000;
}

/*トップ　リクルートインフォメーション*/
.top_rec_info {
  background-color: #FEF7EB;
  width: 500px;
  height: 186px;
  padding: 0 16px 0;
  border-radius: 10px;
  /*position: absolute;
  top: 25vh;
  left:10%;*/
  z-index: 15000;
}
.top_rec_info h2 {
  height: 1.5em;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 1em;
  background-color: transparent;
  border-bottom: 2px solid #DD3333;
  border-radius: 0;
}
.top_rec_info p {
  margin: 0;
  margin-bottom: 0px;
  margin-right: 1em;
  text-align: right;
}
.top_rec_info .top_rec_btn {
  /*background-color: #f8f07c;*/
  display: flex;
  justify-content: space-between;
  /*display: inline-flex;*/
  gap: 0px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.top_rec_info .top_rec_btn p {
  /*background-color: #4f9253;*/
  margin-right: 0;
}
.top_rec_info .top_rec_btn p a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #ad7149;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 10px;
  border-right: 1px solid #c0bfbf;
  border-bottom: 1px solid #c0bfbf;
}
.top_rec_info .top_rec_btn p a:hover {
  opacity: 0.7;
}
.top_rec_info .top_rec_btn .btn_d p a {
  background-color: #fab535;
  color: #503730;
}
.top_rec_info .top_rec_btn .btn_k p a {
  background-color: #4abb6c;
}
.top_rec_info .top_rec_btn .btn_s p a {
  background-color: #ffff81;
  color: #503730;
}
.top_rec_info .top_rec_btn {
  /*
          figure{
              width: 120px;
              height: 72px;
              a img{
                  border: 1px solid #fff;
                  border-radius: 5px;
                  width: 120px;
              height: 72px;
              }
              &:hover img{
                  border: 1px solid #ffffff83;
              }

          }    */
}
.top_rec_info .top_rec_btn2 {
  display: flex;
  justify-content: space-between;
  /*display: inline-flex;*/
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.top_rec_info .top_rec_btn2 p {
  /*background-color: #4f9253;*/
  margin-right: 0;
}
.top_rec_info .top_rec_btn2 p a {
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4em;
  border-radius: 10px;
  border-right: 1px solid #c0bfbf;
  border-bottom: 1px solid #c0bfbf;
}
.top_rec_info .top_rec_btn2 p a:hover {
  opacity: 0.7;
}
.top_rec_info .top_rec_btn2 .btn_d2 p a {
  background-color: rgba(250, 181, 53, 0.6862745098);
  color: #503730;
}
.top_rec_info .top_rec_btn2 .btn_k2 p a {
  background-color: rgba(74, 187, 108, 0.6862745098);
}
.top_rec_info .top_rec_btn2 .btn_s2 p a {
  background-color: rgba(255, 255, 129, 0.6862745098);
  color: #503730;
}

/*トップ　8つのメニュー*/
/*トップページメインメニュー*/
.m_menu_btn {
  width: 100%;
  list-style: none;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 100px;
  background-color: #FEF7EB;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m_menu_btn li {
  margin: 0;
  padding: 0;
  flex-basis: 13%;
  text-align: center;
}
.m_menu_btn li a {
  text-decoration: none;
  background-color: #fff;
  display: block;
  padding: 6px;
  height: 150px;
  font-size: 1.24em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  color: inherit;
}
.m_menu_btn li a:visited {
  color: inherit;
}
.m_menu_btn li a:hover {
  background-color: #fdfb94;
}
.m_menu_btn li a:hover span {
  background-color: lightcoral;
  box-shadow: none;
}

/*イベント情報関連*/
.col-12 {
  background-color: #fdfdff;
  border: 1px dotted #bbbbbb;
  border-radius: 10px;
  margin-bottom: 20px;
}
.col-12 .event_articles {
  /*background-color: #f0f8f1;*/
  margin-bottom: -20px;
}
.col-12 .event_articles dl dt {
  line-height: 1.5em;
}
.col-12 .event_articles dl dt a {
  font-size: 0.8em;
  padding: 3px 5px;
  /*border: 1px solid #3538f7;*/
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin: 0 3px;
}
.col-12 .event_articles dl dt.days {
  width: 140px;
  float: left;
}
.col-12 .event_articles dl dd a {
  text-decoration: underline;
}
.col-12 .event_articles dl dd .new {
  background-color: #DD3333;
  color: #fff;
  position: relative;
  left: -40px;
}
.col-12 .event_articles dl dd.new {
  /*background-color: #DD3333;*/
  width: 60px;
  padding: 2px 5px;
  text-align: center;
  float: left;
  color: #DD3333;
  font-weight: bold;
}
.col-12 .event_articles dl dd.main_articles {
  margin-left: 60px;
}
.col-12 .event_articles .event-info {
  /*background-color: #f19f40;*/
  margin-left: 3.7em;
}
.col-12 .event_articles .event-info p:first-child {
  margin-bottom: 0;
}
.col-12 .event_articles p.btn_detail {
  /*background-color: #ad7149;*/
  clear: both;
  width: 120px;
  position: relative;
  left: 84%;
  top: -10px;
}
.col-12 .event_articles p.btn_detail a {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background-color: #f9c67a;
  font-size: 0.9em;
  color: #fff;
}
.col-12 .event_articles p.btn_detail a:hover {
  background-color: #ed254d;
  color: #fff !important;
}

.new {
  animation: blinking 1.6s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.tug_daisotsu {
  background-color: #ffa65c;
}

a.tug_kousotsu {
  background-color: #5bc7a5;
}

a.tug_shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r01-daisotsu {
  background-color: #ffa65c;
}

a.tug_r02-daisotsu {
  background-color: #ffa65c;
}

a.tug_r03-daisotsu {
  background-color: #ffa65c;
}

a.tug_r04-daisotsu {
  background-color: #ffa65c;
}

a.tug_r05-daisotsu {
  background-color: #ffa65c;
}

a.tug_r06-daisotsu {
  background-color: #ffa65c;
}

a.tug_r07-daisotsu {
  background-color: #ffa65c;
}

a.tug_r08-daisotsu {
  background-color: #ffa65c;
}

a.tug_r09-daisotsu {
  background-color: #ffa65c;
}

a.tug_r10-daisotsu {
  background-color: #ffa65c;
}

a.tug_r11-daisotsu {
  background-color: #ffa65c;
}

a.tug_r12-daisotsu {
  background-color: #ffa65c;
}

a.tug_r13-daisotsu {
  background-color: #ffa65c;
}

a.tug_r14-daisotsu {
  background-color: #ffa65c;
}

a.tug_r15-daisotsu {
  background-color: #ffa65c;
}

a.tug_r16-daisotsu {
  background-color: #ffa65c;
}

a.tug_r17-daisotsu {
  background-color: #ffa65c;
}

a.tug_r18-daisotsu {
  background-color: #ffa65c;
}

a.tug_r19-daisotsu {
  background-color: #ffa65c;
}

a.tug_r20-daisotsu {
  background-color: #ffa65c;
}

a.tug_r01-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r02-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r03-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r04-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r05-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r06-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r07-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r08-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r09-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r10-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r11-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r12-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r13-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r14-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r15-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r16-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r17-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r18-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r19-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r20-kousotsu {
  background-color: #5bc7a5;
}

a.tug_r01-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r02-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r03-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r04-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r05-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r06-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r07-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r08-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r09-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r10-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r11-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r12-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r13-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r14-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r15-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r16-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r17-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r18-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r19-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

a.tug_r20-shakaijin {
  background-color: #ffff80;
  color: #000000 !important;
}

/*解像度1200px程度*/
@media only screen and (max-width: 1400px) {
  /*@media only screen and (max-width:1350px) {*/
  .top_catch_pic {
    /*background-color: #4f9253;*/
    width: 450px;
    height: auto;
    right: 5%;
    top: 30vh;
  }
}
.home .main-section a:hover {
  color: #DD3333 !important;
}

.home .main-section .r_info h2 {
  background-color: transparent !important;
  background-image: none !important;
  border-bottom: 3px solid #DD3333;
  border-radius: 0;
  padding-bottom: 3px;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 0;
}
.home .main-section .r_info p {
  text-align: center;
}
.home .main-section .r_info .btn_d a,
.home .main-section .r_info .btn_k a,
.home .main-section .r_info .btn_s a {
  padding: 54px 0;
}
.home .main-section .r_info {
  margin-bottom: 60px;
}

/* N&T */
.nt {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 15001;
  margin-top: -45px;
  width: 100%;
}
.nt h2 {
  font-size: 1.2em;
  border: none;
  position: relative;
  top: 0;
  background-color: #FEF7EB;
  background-image: none !important;
  padding: 9px 5px 7px 5px;
  color: #202020;
  border-radius: 0px 10px 0px 0;
  margin-left: 0px;
  margin-top: 0;
  border: 1px solid #ddd;
  border-bottom: 3px solid #f9c67a;
  text-align: center;
}
.nt h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  display: inline-block;
  line-height: 44px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f9c67a;
  font-weight: 900;
  width: 44px;
  text-align: center;
  height: 44px;
  left: -22px;
  top: 49%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.nt p a {
  background-image: url("./../../../data_files/org/li_01.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  position: absolute;
  top: 10px;
  font-size: 0.9em;
}
.nt p .nt_list_press a {
  right: 36px;
}
.nt p .nt_list_topics a {
  right: 196px;
}
.nt p .rss a {
  top: 9px;
  right: 10px;
  width: 45px;
  height: 19px;
  background-image: url("./../../../data_files/org/rss.gif");
  color: #fff;
  padding-left: 16px;
  background-position: left 1px;
  background-repeat: no-repeat;
  line-height: 120%;
  text-decoration: none;
}

.new-posts {
  height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 15px 5px;
  border: 1px solid #ddd;
  border-top: none;
  margin: -24px auto 8px;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 15000;
  width: 100%;
}
.new-posts dt {
  position: relative;
  display: block;
  padding: 2px 0 3px 42px;
  /*width: 245px;*/
  /*background: #fafafa;*/
  box-sizing: border-box;
  margin: 0;
  background-image: url("./../../../data_files/org/li_04.png");
  background-repeat: no-repeat;
  background-position: 18px center;
}
.new-posts dt .new-mark {
  display: none;
}
.new-posts dt .new-mark.new-active {
  display: inline-block;
  position: absolute;
  left: 0px;
  margin: 0;
  padding: 4px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 0.8em;
  background: #fc6363;
  border-radius: 3px;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.29);
  animation: blinking 1.8s ease-in-out infinite alternate;
}
.new-posts dt {
  /*.new-mark{
      display: inline-block;
      position: absolute;

      left: 0px;
      margin: 0;
      padding: 4px 0 4px;
      z-index: 2;
      width: 40px;
      text-align: center;
      color: white;
      font-size: 0.8em;
      background: #fc6363;
      border-radius: 3px;
      box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.29);
      animation: blinking 1.8s ease-in-out infinite alternate;
  }*/
}
.new-posts dt:has(.new-mark.new-active) {
  background-image: none;
}
.new-posts dt.tag_area {
  background-image: none !important;
  position: relative;
  top: -29px;
  left: 130px;
}
.new-posts dt.tag_area .nt_tug80,
.new-posts dt.tag_area .nt_tug82,
.new-posts dt.tag_area .nt_tug85 {
  font-size: 0.75em;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 5px;
  font-weight: normal;
}
.new-posts dt.tag_area .nt_tug80 {
  color: #fff;
  background-color: #ffa65c;
}
.new-posts dt.tag_area .nt_tug82 {
  color: #fff;
  background-color: #5bc7a5;
}
.new-posts dt.tag_area .nt_tug85 {
  background-color: #ffff80;
  color: #000000 !important;
}
.new-posts dd {
  border-bottom: 1px dotted #999;
  margin-top: 5px;
  padding-bottom: 10px;
  padding-left: 11.5em;
  position: relative;
  top: -29px;
}
.new-posts dd a {
  text-decoration: none;
}

/*インデックスページ（子ページ一覧）*/
.veu_childPage_list a:hover {
  background-color: #f9fac7;
}

.childPage_list_box {
  background-color: #fdfdfd;
  border-radius: 10px;
}
.childPage_list_box .childPage_list_box_inner {
  /*background-color: #81D742;*/
  padding: 14px 10px 0 10px;
  border-radius: 8px;
}
.childPage_list_box .childPage_list_box_inner .childPage_list_more,
.childPage_list_box .childPage_list_box_inner .btn,
.childPage_list_box .childPage_list_box_inner .btn-primary,
.childPage_list_box .childPage_list_box_inner .btn-sm {
  display: none !important;
}
.childPage_list_box .childPage_list_box_inner h3.childPage_list_title {
  border-bottom: 2px solid #f9c67a;
  padding-right: 16px;
  margin-bottom: 8px;
  color: #555;
}
.childPage_list_box .childPage_list_box_inner h3.childPage_list_title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #65a835;
  background-color: #fefeff;
  font-weight: 900;
  width: 22px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  right: -4px;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);*/
}

.childPage_list_body p.childPage_list_text {
  display: none;
}
.childPage_list_body span.childPage_list_more {
  display: block !important;
}

/*N&T横バナーエリア*/
.top_j_bnr {
  /*background-color: #eaf584;*/
  margin-top: 6px !important;
}
.top_j_bnr img {
  outline: 1px solid #bfc1c2;
  outline-offset: 2px;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 345px !important;
  height: 70px !important;
}
.top_j_bnr h2 {
  font-size: 1.2em;
  border: none;
  position: relative;
  top: -7px;
  background: rgba(249, 198, 122, 0.15);
  background-color: #ffffda;
  padding: 4px 5px 4px 24px;
  color: #474747;
  border-radius: 0px 10px 0px 0;
  margin-left: 6px;
  margin-top: 0 !important;
  border: 1px solid #ddd;
  border-bottom: 3px solid #f9c67a;
}
.top_j_bnr h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  content: "\f773";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f9c67a;
  background-color: #fd87d6;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.top_j_bnr .dam_data {
  /*background-color: #fbfdd8;*/
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -7px;
  padding: 1em 1em 5px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
}
.top_j_bnr .dam_data img {
  border-radius: 0;
  outline: none;
  outline-offset: 0px;
  margin: 0;
}
.top_j_bnr .dam_data p {
  margin: 0;
  padding: 0;
}

/*ピックアップコンテンツ*/
h2.pu_cont {
  position: relative;
  padding: 1.5rem 1.5rem 0;
  text-align: center;
  background-color: transparent;
  font-size: 2.2em;
}

h2.pu_cont:before {
  position: absolute;
  bottom: -18px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #f10e0e;
}

.pu_cont_list {
  /*background-color: #eaf584;*/
}
.pu_cont_list figure img {
  outline: 1px solid #bfc1c2;
  outline-offset: 2px;
  border-radius: 5px !important;
}

/* ここからN&Tの一覧・個別ページ */
/* N&T一覧ページ */
.media-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  /*background-color: #83C0EA;*/
}

.archive-header {
  display: none;
}

.vk_post {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  /*margin-top: -20px !important;*/
  /*background-color: #81D742;*/
}
.vk_post .vk_post_date {
  order: 2;
  font-size: 1em;
  font-weight: bold;
}
.vk_post .vk_post_title {
  order: 3;
  font-weight: normal;
  font-size: 1em !important;
  border: none;
  margin-left: 134px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.vk_post .vk_post_title a {
  /*color:#0000EE;*/
  /*text-decoration: underline dotted #999;*/
  /*background-color: #f9f57a;*/
}
.vk_post .vk_post_title a:hover {
  color: #DD3333;
  border: none;
}
.vk_post .vk_post_taxonomies {
  position: relative;
  order: 1;
}
.vk_post .vk_post_taxonomies dd a {
  font-size: 1em !important;
}
.vk_post .vk_post_taxonomy-category {
  /*display: none;*/
}
.vk_post .vk_post_taxonomy_title_inner {
  display: none;
}
.vk_post .vk_post_taxonomy_terms {
  position: absolute;
  left: 120px;
  top: 1.4em;
}
.vk_post .vk_post_taxonomy_terms a {
  border: 1px solid #999;
  padding: 3px 5px 2px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.vk_post .vk_post_taxonomy_terms {
  /*&:nth-child(2){
      position: absolute;
      left:284px;
      top:2.0em;
  }
  &:nth-child(3){
      position: absolute;
      left:484px;
      top:2.0em;
  }*/
}
.vk_post .vk_post_btnOuter {
  position: absolute;
  bottom: 0;
}
.vk_post .vk_post_btnOuter a {
  border-radius: 5px;
  color: #4e2715;
  font-weight: 600;
  background-color: #f9c67a;
  border: none;
}
.vk_post .vk_post_btnOuter a:hover {
  background-color: #f9fac7;
}
.vk_post .media-body {
  margin: 0 !important;
  padding: 0 !important;
}
.vk_post .vk_post_title_new {
  position: absolute;
  left: 86px;
  top: 60px;
}
.vk_post .vk_post_excerpt {
  /*background-color: #65a835;*/
  /*position:absolute;
  top: 100px;
  left: 134px;*/
}

#block-62 li {
  list-style-type: none !important;
}

/*投稿ページのカテゴリ階層表示*/
.sub-section ul.localNavi li ul.children li a {
  display: block !important;
}

ul.page-numbers li span.page-numbers.current {
  background-color: #f7c335;
}

/* N&T個別ページのカスタマイズ */
/*.entry-meta-item-updated,*/
/*.entry-meta-item-author,*/
/*.entry-footer,*/
.next-prev {
  display: none;
}

.entry-footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.entry-meta-data-list dl dt {
  display: none !important;
}
.entry-meta-data-list dl dd a {
  font-size: 1.1em;
  position: absolute;
  top: -3.9em;
  left: 11em;
}

/* スマホ・タブレットのナビゲーションボタン */
.vk-menu-acc .acc-btn {
  background-image: url("./../n-recruit/_g3/inc/vk-mobile-nav/package/images/vk-menu-acc-icon-open-black.svg");
}

.vk-mobile-nav-menu-btn {
  background-image: url("./../n-recruit/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-black.svg");
}

.vk-mobile-nav-menu-btn.menu-open,
.vk-menu-acc .acc-btn-close {
  background-image: url("./../n-recruit/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-black.svg");
}

/* スマホのトップへ戻る矢印 */
.page_top_btn {
  background-image: url("./../../plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg");
}

/* トップページ関連 */
.top_yt,
.is-provider-youtube {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.top_yt iframe,
.is-provider-youtube iframe {
  width: 100% !important;
}

/* 2カラム横並びレイアウト */
.is-layout-flow {
  width: 50%;
  /*background-color: #ffaa22;*/
}

/*===== ふわっ =======*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.6S;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* PC版小 (1199px以下)-----------w690 */
@media only screen and (max-width: 1200px) {
  .top_rec_info {
    top: 14vh;
  }
  .global-nav-list {
    justify-content: center;
    width: 974px;
    margin: 0 auto !important;
  }
  .global-nav-list li a {
    padding: 8px 22px !important;
  }
  .main-section--col--two {
    width: 72% !important;
  }
  .sub-section,
  .sub-section--col--two {
    width: calc(28% - 1em);
  }
  .new-posts {
    /*height:205px;*/
    height: 22vw;
  }
  .new-posts .new-mark:after {
    top: 19px !important;
  }
  .top_topics {
    height: 225px;
  }
  /* N&T横カラム */
  h2.top_r_clm,
  h2.top_r_clm2 {
    font-size: 1.1em;
    padding: 7px 5px 6px 24px;
  }
  .home #emr_area {
    width: 930px;
    /* 930px → 690px → 510px */
  }
}
/* タブレット (979px以下)-----------w690 */
@media only screen and (max-width: 1191px) {
  .pc_tab {
    display: none;
  }
  #menu-menu1-1 li ul.acc-child-open li a:hover {
    color: #f10e0e !important;
  }
  #menu-menu1-1 li ul.acc-child-open li ul.acc-child-open li a {
    margin-left: 1em !important;
  }
  #menu-menu1-1 li ul.acc-child-open li ul.acc-child-open li a:hover {
    color: #f10e0e !important;
  }
  .site-header-logo {
    width: 47% !important;
  }
  .site-header-right {
    width: 410px !important;
  }
  .site-header-right #shr_01 {
    display: none;
  }
  .global-nav-list {
    display: none;
  }
  .main-section--col--two {
    width: 100% !important;
  }
  .sub-section,
  .sub-section--col--two {
    width: 100%;
  }
  .nt {
    width: 88%;
  }
  .nt p .rss a {
    line-height: 1.5em;
  }
  .new-posts {
    /*height:166px;*/
    height: 30vw;
    width: 88%;
  }
  /* N&T横カラム */
  h2.top_r_clm,
  h2.top_r_clm2 {
    font-size: 0.86em;
    padding: 9px 5px 8px 28px;
  }
  .home #emr_area {
    top: 100px;
    width: 690px;
    /* 930px → 690px → 510px */
  }
  .site-footer .site-footer-content {
    width: 100%;
    border: none;
  }
  .site-footer .site-footer-content .row {
    display: block !important;
  }
  .site-footer .site-footer-content .row .col-md-6 {
    max-width: 100%;
  }
  .site-footer .site-footer-content .row #f_add {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-position: 16% 6px;
  }
  .site-footer .site-footer-content .row #f_add h5 {
    border: none;
  }
  .site-footer .site-footer-content .row #f_menu {
    float: none !important;
    text-align: center;
  }
  .site-footer .site-footer-content .row #f_menu ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer-copyright {
    padding-top: 30px;
  }
  .is-layout-flex .is-layout-flow {
    width: 100%;
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #e0a606;*/
    flex-wrap: nowrap !important;
    gap: 14px;
  }
  .pu_cont_list img {
    width: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    height: auto;
  }
  /*トップページレイアウト*/
  .top_rec_info,
  .top_catch_pic,
  .top_menu_info01,
  .top_menu_info02 {
    left: 0;
    right: 0;
    margin: auto;
  }
  .top_rec_info {
    height: 226px;
  }
  .top_catch_pic {
    top: 40vh;
    /*background-color: #f7c335;*/
    width: 550px;
    height: auto;
  }
}
/* タブレット02(780px以下)-----------w690 */
/*@media only screen and (max-width:781px) {*/
@media only screen and (max-width: 901px) {
  /*@media only screen and (max-width:761px) {*/
  .page-header .page-header-title {
    padding: 0em 0em;
    font-size: 1.9em;
  }
  .page-header .page-header-title::before {
    display: none;
  }
  .page-header .page-header-title::after {
    display: none;
  }
  #site-header {
    background-image: none !important;
  }
  #site-header #header .site-header-logo {
    float: none !important;
    width: 90vw !important;
    height: auto;
    position: relative !important;
  }
  #site-header #header .site-header-right {
    width: 80% !important;
    float: none !important;
    margin: 0 auto !important;
    /*background-color: #8342d7 !important;*/
  }
  #site-header #header .site-header-right #shr_02 {
    float: none !important;
    margin: 0 auto !important;
  }
  .new-posts {
    height: 50vw;
  }
  /*トップ右事業バナー*/
  .top_j_bnr .top_j_bnr_parts {
    /*background-color: #DD3333;*/
    flex-direction: row !important;
    gap: 14px;
    justify-content: center;
  }
  .top_j_bnr .top_j_bnr_parts figure {
    /*background-color: #ad7149;*/
    width: 47% !important;
  }
  .home #emr_area {
    top: -10px !important;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    width: 100% !important;
    /* 930px → 690px → 510px */
  }
  /*トップページ*/
  .swiper {
    /*margin-top: -81px;*/
  }
  .swiper-slide img {
    height: 120vw !important;
    /*min-height: 400px !important;*/
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_rec_btn,
  .top_rec_btn2,
  .top_menu_info01,
  .top_menu_info02 {
    flex-wrap: nowrap !important;
  }
  .top_rec_btn {
    gap: 2% !important;
  }
  .nt h2 {
    height: 80px;
    border-radius: 10px 10px 0 0;
  }
  .nt p a {
    top: 38px;
  }
  /*トップページピックアップコンテンツ*/
  .pu_cont_list {
    /*background-color: #7ba8f0;*/
    flex-wrap: nowrap !important;
    gap: 14px;
  }
  .site-footer .footer-nav-list li {
    /*border-right: 1px solid #333 !important;*/
  }
  .site-footer .footer-nav-list li a {
    padding: 0.5em 1em !important;
  }
  .site-footer .site-footer-content .row #f_add {
    background-position: 3% 6px;
    font-size: 0.9em;
  }
  .site-footer .site-footer-content .row #f_menu {
    font-size: 0.9em;
  }
  .top_catch_pic {
    top: 44vh;
  }
  .m_menu_btn {
    gap: 10px;
  }
  .m_menu_btn li {
    flex-basis: 22%;
  }
  /*イベント情報関連*/
  .col-12 .event_articles p.btn_detail {
    left: 80%;
  }
  /*ハンバーガーメニューの出幅*/
  .vk-mobile-nav-open {
    left: 60% !important;
  }
  .vk-menu-acc .acc-btn {
    left: 32% !important;
  }
}
/* スマホ(989px以下)-----------w690 */
@media only screen and (max-width: 574px) {
  .sp {
    display: none;
  }
  .site-header-logo {
    padding-top: 3px !important;
  }
  .site-header-logo img {
    width: 92% !important;
    margin-left: 0;
  }
  .site-header-right {
    height: inherit !important;
  }
  .site-header-right #shr_02 {
    /*background-color: #ed254d;*/
    width: 100% !important;
    height: 40px !important;
  }
  .site-header-right #shr_02 .useset {
    /*background-color: #fca063 !important;*/
    width: 100%;
    /*float: none !important;
    margin: 0 auto !important;*/
  }
  .site-header-right #shr_02 .useset li ul li a {
    margin: 0 1px !important;
  }
  .site-header-right #shr_02 .useset .bg_color {
    margin-left: 0px !important;
  }
  .site-header-right #shr_02 .search {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    /*background-color: #4573bf !important;*/
  }
  .site-header-right #shr_02 .search input[type=text] {
    width: 70% !important;
  }
  .site-header-right #shr_02 .search input[type=submit] {
    padding: 1px 10px 0px !important;
  }
  .swiper-slide img {
    /*height: 200px !important;
    object-fit: cover;*/
  }
  .ltg-slide-text-set {
    /*top: 66%;*/
  }
  .ltg-slide-text-title {
    /*font-size: 1.2em;*/
  }
  .ltg-slide-text-caption {
    font-size: 0.8em;
    /*background-color: blue;*/
    width: 105% !important;
    margin: 0 auto !important;
    margin-left: -2% !important;
  }
  .nt {
    width: 100%;
  }
  .new-posts {
    width: 100%;
    height: 90vw;
    overflow-x: hidden;
  }
  .new-posts dt.tag_area {
    top: 0;
    left: -32px;
    width: 116%;
  }
  .new-posts dt.tag_area .nt_tug80,
  .new-posts dt.tag_area .nt_tug82,
  .new-posts dt.tag_area .nt_tug85 {
    margin-left: 5px;
    padding: 3px 4px;
  }
  .new-posts dd {
    top: 0;
    padding-left: 1em;
  }
  .top_bmenu {
    font-size: 1.2em;
  }
  .top_bmenu li {
    margin-left: 10%;
  }
  .is-layout-flex {
    display: block !important;
  }
  .is-layout-flex .is-layout-flow {
    width: 100%;
  }
  .site-footer .site-footer-content .row #f_add {
    background-image: none;
  }
  .home .is-layout-flex {
    display: flex !important;
  }
  .home .top_rec_btn figure {
    width: 100%;
  }
  .home .top_rec_btn2 figure {
    width: 100%;
  }
  .home .top_catch_pic {
    top: 58vh;
  }
  .home .top_menu_info01,
  .home .top_menu_info02 {
    display: none !important;
  }
  .home .m_menu_btn {
    margin: 0 !important;
    width: 100% !important;
    justify-content: space-around;
    gap: 10px 2px;
  }
  .home .m_menu_btn li {
    flex-basis: 32%;
  }
  .home .m_menu_btn li a {
    font-size: 1.2em;
  }
  .home .r_info .btn_d a,
  .home .r_info .btn_k a,
  .home .r_info .btn_s a {
    padding: 34px 0 !important;
    font-size: 1.05em;
  }
  .home .r_info .btn_d a i,
  .home .r_info .btn_k a i,
  .home .r_info .btn_s a i {
    display: none;
  }
  .home .r_info .btn_d a .vk_button_link_subCaption,
  .home .r_info .btn_k a .vk_button_link_subCaption,
  .home .r_info .btn_s a .vk_button_link_subCaption {
    margin-right: 0 !important;
  }
  .home .r_info {
    margin-bottom: 60px;
  }
  /*イベント情報関連*/
  .col-12 {
    /*background-color: #f3f3fc;*/
  }
  .col-12 .event_articles {
    /*background-color: #d9f8db;*/
  }
  .col-12 .event_articles dl dt.days {
    width: 140px;
    float: none;
  }
  .col-12 .event_articles p.btn_detail {
    left: 70%;
  }
  .col-12 .event_articles .event-info {
    margin-left: 40px;
  }
  /*ハンバーガーメニューの出幅*/
  .vk-mobile-nav-open {
    left: 30% !important;
  }
  .vk-menu-acc .acc-btn {
    left: 62% !important;
  }
}
/*Googleマテリアルアイコン*/
.material-icons,
.material-icons-round,
.material-icons-outlined {
  display: block !important;
  font-size: 2.6em !important;
  text-align: center;
  background-color: #f19f40;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px 0 5px;
  border-radius: 0 0 26px 26px;
  /*テキストと横並びの場合、縦位置を合わせる*/
  /*display: inline-flex;
  vertical-align: middle;*/
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.3);
}

/* 2026.01.16 イベント・説明会情報 */
.event-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0.9em;
}
.event-list li {
  position: relative;
  padding: 0.4em 0 0.4em 1.2em;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.event-list li:last-child {
  border-bottom: none;
}
.event-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.55em;
}
.event-list li.full {
  display: flex;
}
.event-list li.full .label {
  letter-spacing: 0.82em;
}
.event-list li.row {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.event-list .item {
  display: flex;
  flex: 0 0 auto;
}
.event-list .arrow {
  font-weight: bold;
  margin: 0 0.2em;
  white-space: nowrap;
}
.event-list .label {
  width: 5.5em;
  font-weight: bold;
}
.event-list .value {
  padding-left: 0.3em;
  white-space: nowrap;
  position: relative;
}
.event-list .value::before {
  content: "：";
  margin-right: 0.3em;
}

.inline-alert {
  margin-left: 8px;
  font-size: 0.85em;
  padding: 1px 5px;
  font-weight: bold;
  border-radius: 4px;
}

.inline-alert.warning {
  color: #fff;
  background-color: #fd3636;
  border: 1px solid #fd3636;
}

.inline-alert.closed {
  color: #999;
  border: 1px solid #999;
}

.event-alert.bottom-alert {
  margin-top: 0px;
  padding: 10px 14px;
  background: #fbeaea;
  color: #b10000;
  font-weight: bold;
  border-radius: 4px;
}

/* スマホでは縦並び */
@media (max-width: 600px) {
  .event-list .arrow {
    display: none;
  }
}
/*トップページ3つのボタン*/
/* 通常は横並び */
.vk_button_link_txt span {
  display: inline;
}

/* 900px以下で改行 */
@media (max-width: 900px) {
  .vk_button_link_txt span {
    display: block;
    line-height: 1.2;
  }
  .vk_button_link_subCaption {
    margin-right: 2.5em !important;
  }
}
.top_go_event {
  gap: 2%;
}

@media (max-width: 574px) {
  .top_go_event a {
    border-radius: 5px !important;
    padding: 10px 0 !important;
  }
  .top_go_event a i {
    display: none;
  }
}
.btn_img_daisotsu,
.btn_img_kousotsu,
.btn_img_shakaijin {
  display: block;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/146;
  margin: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: transform 0.1s;
}
.btn_img_daisotsu::after,
.btn_img_kousotsu::after,
.btn_img_shakaijin::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.btn_img_daisotsu:hover::after, .btn_img_daisotsu:active::after,
.btn_img_kousotsu:hover::after,
.btn_img_kousotsu:active::after,
.btn_img_shakaijin:hover::after,
.btn_img_shakaijin:active::after {
  opacity: 1;
}
.btn_img_daisotsu:active,
.btn_img_kousotsu:active,
.btn_img_shakaijin:active {
  transform: translateY(2px);
}

.btn_img_daisotsu {
  background-image: url("./../../../data_files/btn_dai_event.png");
}
.btn_img_daisotsu::after {
  background-image: url("./../../../data_files/btn_dai_event_on.png");
}

.btn_img_kousotsu {
  background-image: url("./../../../data_files/btn_kou_event.png");
}
.btn_img_kousotsu::after {
  background-image: url("./../../../data_files/btn_kou_event_on.png");
}

.btn_img_shakaijin {
  background-image: url("./../../../data_files/btn_sha_event.png");
}
.btn_img_shakaijin::after {
  background-image: url("./../../../data_files/btn_sha_event_on.png");
}/*# sourceMappingURL=style.css.map */