/* デフォルトスタイルリセット用
--------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding:0;
  box-sizing:border-box;
  background-repeat: no-repeat;
  background-size: cover;
}
img{display:block;border:0;line-height:1; object-fit: cover;}
a{text-decoration:none;}
li{list-style-type:none;}
table{border-collapse:collapse;}
html,
body{
  width: 100%;
  height:100%;
}
html{ height: 100%}
body{ font-family: Arial, Roboto, 'Droid Sans', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, Hiragino Sans,
                   'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
      color: #333;
      font-size: 16px;
    }

/* 共通
--------------------------------------------------------------------------------------------------------*/
table.w_full {width: 100%;}
.w_half {
  width: 50%;
}

article table td {
  line-height: 24px;
}
.visible_pc {
  display: none;
}
.fl_l {float: left;}
.fl_r {float: right;}

.t_r{text-align: right;}
.bold {font-weight: bold;}
.bdr_b_n,
.bdr_b_n tr:last-child th,
.bdr_b_n tr:last-child td{border-bottom: none!important;}
.bdr_n {border-style: none;}
table td, table th {border: 1px solid #dbdbdb}
table th,table td {padding: 8px 12px;}
table th {background: #ececec; text-align: left;}
table.w_auto {table-layout: fixed;}
table label {margin: 0}
table.border-none,
table.border-none th,
table.border-none td {
  border:none;
}
table.cap-l caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
  font-size: 20px;
}
table.fixed {
  table-layout: fixed;
}
.tbl_margin-0 {
  margin: 0;
}
.tbl_txt_center th,
.tbl_txt_center td {
  text-align: center;
}
.cntr-money {
  table-layout: fixed;
}
.cntr-moeny_hide {
  display: none;
}
.txt-center {
  text-align: center;
}
.yobijiho-skills td {
  border-bottom: none;
  border-top: none;
}
.yobijiho-skills td:first-child {
  border-right: none;
}
.yobijiho-skills td:nth-child(2) {
  border-right: none;
  border-left: none;
}
.yobijiho-skills td:last-child {
  border-left: none;
}
.bg-white td {
  background-color: white;
}
.tbl__heading {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  background: #516825;
  color: white;
}
.width__33 {
  width: 33.6%;
}
::-ms-clear,input::ms-reveal{display: none}
input::-ms-clear {visibility: hidden}

/* リスト表示のスタイル */
ul.decimal li {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 16px;
}
ul.disc li {
  list-style-type: disc;
  margin-left: 20px;
}
ul.decimal ul.disc {
  padding: 16px;
}

ul > ul li {
  margin-bottom: 8px;
}
.list-none li {
  list-style-type: none!important;
}
li > .list-none {
  padding-top: 16px;
}
.block {
  display: block;
}
.w-break_all {
  word-break: break-all;
}
/* メインの緑色のカラー */
.theme-color {
  color: #516825;
}
/* 注意書きなどに使うカラー */
.attention {
  color: #DE4830;
  font-weight: bold;
}
.bdr-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/* 記事本文の区切り */
.separation {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 32px;
}
.flexbox {
  display: flex;
  display: -webkit-flex;
}
.flexbox img {
  width: 100%;
}
.flexbox.flow_row_pc {
  flex-flow: column nowrap;
}
.flexbox.col3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.fl-align-center {
  align-items: center;
}
.sp_disp_block {
  display: block;
}
.rise-up {
  transition: all 0.3s;
}
.rise-up:hover {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.tappable-box {
  border: 4px solid #516825;
}

.tappable-box h3 {
  transition: all 0.2s;
}
.tappable-box:hover h3 {
  text-decoration: underline;
  color: #516825;
}

/* アコーディオンメニュー
--------------------------------------------------------------------------------------------------------*/
.accordion dt,
.accordion dd {
  padding: 18px 10px;
}
.accordion dt {
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  line-height: 26px;
}
.accordion dt:last-of-type {
  border-bottom: 1px solid #e3e3e3!important;
}
.accordion dd {
  display: none;
  border: 1px solid #e3e3e3;
  : #f5f5f5;
}
.accordion dd:last-of-type {
  border-top: none;
}
.accordion p {
  /*margin: 8px*/
}
.accordion .fa-question-circle {
  margin-right: 10px!important;
  font-size: 20px;
  color: #516825;
}
.accordion .angle-down {
  margin-left: 10px!important;
  transition: 0.4s;
}
.accordion .open {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/* メインコンテンツ
--------------------------------------------------------------------------------------------------------*/

main{margin:0 0 0 150px;display:block;}

/* コンテンツ */
/*.contents-wrap{margin:0 0 20px;padding:0 20px;}*/
.contents-wrap {}
.clearfix:after{content:"";clear:both;display:block;}
#main-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#home-content-wrap {
  background-color: #202223;
}
#content-wrap {
  background-color: white;
  /*padding: 24px 16px;*/
  /*color: white;*/
}

/* フォント
--------------------------------------------------------------------------------------------------------*/

/****** フォントの定義 ******/
/* 英字の掠れたフォント */
@font-face {
  font-family: "MainFont";
  /*src: url(../fonts/Downcome/Truetype/DOWNCOME.TTF)*/
  src: url('../fonts/Downcome/downcome-webfont.eot');
  src: url('../fonts/Downcome/downcome-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Downcome/downcome-webfont.woff') format('woff'),
       url('../fonts/Downcome/downcome-webfont.ttf') format('truetype'),
       url('../fonts/Downcome/downcome-webfont.svg#fontset') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 英字の掠れたフォント (ヘッダーの「MENU」文字のみに使用) */
@font-face {
  font-family: 'Icbm25';
  src: url('../fonts/icbm25/icbmss25-webfont.eot');
  src: url('../fonts/icbm25/icbmss25-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icbm25/icbmss25-webfont.woff') format('woff'),
       url('../fonts/icbm25/icbmss25-webfont.ttf') format('truetype'),
       url('../fonts/icbm25/icbmss25-webfont.svg#fontset') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 日本語の掠れたフォント */
@font-face {
  font-family: 'genkaiMincho';
  /*src: url(../fonts/Genkai-Mincho-font/genkai-mincho.ttf);*/
  src: url('../fonts/Genkai-Mincho-font/genkai-mincho.eot');
  src: url('../fonts/Genkai-Mincho-font/genkai-mincho.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Genkai-Mincho-font/genkai-mincho.woff') format('woff'),
       url('../fonts/Genkai-Mincho-font/genkai-mincho.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-icbm25 {
  font-family: Icbm25, Arial, Roboto, 'Droid Sans', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, Hiragino Sans,
                     'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.font-main {
  font-family: MainFont, Arial, Roboto, 'Droid Sans', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, Hiragino Sans,
                     'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.font-stencil-jp {
  font-family: 'genkaiMincho', Arial, Roboto, 'Droid Sans', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, Hiragino Sans,
                     'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* ヘッダー
--------------------------------------------------------------------------------------------------------*/
#header {
  position: fixed;
  -webkit-backface-visiblity: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 999;
  background-color: #516825;
  color: white;

  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 8px 12px;
}
#header .icon-area {
  display: flex;
  align-items: center;
  font-size: 36px;
}
#header .icon-area li {
  margin-right: 14px;
}
#header .icon-area a {
  color: white;
}

/* トップ画面タイトルの画像 */
#home-title {
  background-image: url(../images/home/main-title-shadow.png); /* トップタイトル文字の変更箇所 */
  background-position: center;
  position: absolute;
  width: auto;
  max-width: 98%;
  height: auto;
  max-height: 320px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  background-size: contain;
  -moz-background-size: contain;
}
.btn-menu {
  z-index: 4;
  color: white;
  display: flex;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}

/* ナビゲーションメニュー
--------------------------------------------------------------------------------------------------------*/

/****** ヘッダー側ナビゲーションメニュー ******/
.local-nav-area {
  background-color: #516825;
}
.local-nav {
  display: none;
}
.local-nav ul {
  padding-bottom: 8px;
}
.local-nav li {
  padding: 10px 4px;
  border-bottom: 1px solid #ddd;
}
.local-nav li:first-child {
  border-top: 1px solid #ddd;
}
.local-nav a,
.local-nav span {
  display: block;
  color: white;
  text-align: center;
}
.local-nav .active,
.footer-local-nav .active,
.footer-local-nav a:hover,
.footer-item a:hover {
  color: #F8D001;
  font-weight: bold;
}
.footer-local-nav a:hover {
  background-color: #f0f0f0;
}
.local-nav-tgl {
  display: block;
  background: #516825;
  padding: 12px 0!important;
}

.local-nav-tgl .local-nav-btn {
  display: block;
  line-height: 20px;
  color: white;
  text-align: center;
  transition: .4s;
}
.local-nav-tgl .active {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.local-nav br {
  display: none;
}
.local-nav a:hover,
.footer-local-nav a:hover {
  -webkit-transition: 0.28s;
  -moz-transition: 0.28s;
  -o-transition: 0.28s;
  transition: 0.28s;
}
/****** フッター側ナビゲーションメニュー ******/
.footer-local-nav {
  background-color: #fff;
}
.footer-local-nav a,
.footer-local-nav span {
  color: #333;
  text-align: center;
  display: block;
  padding: 12px;
}
.footer-local-nav li {
  border-bottom: 1px solid #ddd;
}
.footer-local-nav li:first-child {
  border-top: 1px solid #ddd;
}
.footer-local-nav li:last-child {
  border-bottom: none;
}

/* サイドメニュー
--------------------------------------------------------------------------------------------------------*/

/* サイドメニュー */
.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  font-size: 13px;
  background: #333;
  z-index: 1;
}
.side-menu__opened {
  right: 0!important;
}
.btn-close {
  cursor: pointer;
}
.btn-close i {
  cursor: pointer;
}
.side-menu ul {
  color: white;
  text-align: center;
}
.side-menu ul li {
  padding: 18px 0;
  font-size: 20px;
}
.side-menu a {
  color: white;
  font-weight: bold;
  font-family: genkaiMincho;
}
.side-menu .fa-times {
  font-size: 40px;
    font-weight: lighter;
    color: white;
    position: absolute;
    top: 8px;
    right: 16px;
    cursor: pointer;
    z-index: 99;
}

/* サイドメニューオープン時、メインコンテンツを覆う部分 */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  -webkit-backface-visiblity: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}

/* サイドメニューオープン */
.side-open #main-wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

/* フッター
--------------------------------------------------------------------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #202223;
}
#footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 360px;
  max-width: 94%;
  margin: 0 auto;
  padding: 64px 0;
  color: #fff;
  position: relative;
}
.footer-item {
  margin: 12px auto;
  width: 100%;
  text-align: center;
}
.footer-item a {
  color: white;
  font-weight: bold;
}
/* トップページのフッター用 */
.home-footer {
  background: url(../images/home/footer_001.jpg) center no-repeat;
  background-size: cover;
}
.home-footer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(0deg,rgba(27,35,39,0.25) 90%, rgba(173,173,173,0.25));
}

/* トップページ： ヘッダー画像部分
--------------------------------------------------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visiblity: hidden;
  backface-visibility: hidden;
  display: block;
}
#hero .flexslider {
  margin: 0;
  border: none;
}
#hero .flexslider .slides {
  height: 100vh;
  overflow: hidden;
}
/* トップ画像 */
#hero .flexslider .slides img {
  min-width: 100%;
  min-height: 100vh;
  object-fit: cover;
  max-width: inherit;
  position: relative;
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero .flexslider .slides img::after {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.ov-test {
  position: relative;
}
.ov-test::before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/****** トップページ：スライドアニメーション用 ******/
ol.rikuji-control-nav {
  display: none;
}
ul.rikuji-direction-nav {
  display: none;
}


/* トップページ： メニューコンテンツ
--------------------------------------------------------------------------------------------------------*/
.bg-dark {
  background-color: #333;
}
.home-grid {
  height: auto;
  padding: 128px 32px;
  overflow: hidden;
  position: relative;
}
.home-grid .section-img {
  position: relative;
  margin-bottom: 64px;
}
.home-grid:nth-child(odd) {
  background-color: #333;
}
.home-grid:nth-child(even) {
  background-color: #f5f5f5;
}

/* 各メニューコンテンツの画像 */
.home-grid .section-img .menu-img {
  background-color: #f5f5f5;
  width: 90%;
  height: 240px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* 各メニューのタイトル文字 */
.home-grid .section-img .label-heading {
  font-family: MainFont;
  font-size: 112px;
  font-weight: normal;
  position: absolute;
  top: -56px;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  .home-grid .section-img .top-h {
    top: -104px;
  }
}
/* トップページ： 各メニューコンテンツに掛かるテキストの色 */
.home-grid:nth-child(odd) .section-img .label-heading {
  color: white;
  right: -48px;
}
.home-grid:nth-child(even) .section-img .label-heading {
  color: #5A6D30;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  left: -48px;
}
.home-grid .section-desc {
  color: white;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.home-grid .title {
  font-family: genkaiMincho;
  font-size: 32px;
  margin-bottom: 24px;
  position: relative;
  z-index: 109;
}
/* トップページ：各予備自衛官アイコン画像用 */
.home-grid .bg-icon {
  width: 320px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  right: -60px;
  opacity: 0.92;
}

/* トップページメニューのアイコン画像
--------------------------------------------------------------------------------------------------------*/
/* 「予備自衛官」アイコン */
.bg-reserve {
  background-image: url(../images/logos/reserve.png);
}
/* 「ガチ予備」アイコン :  PC表示の時→白色アイコン, Mobile表示の時→緑色のアイコン */
.bg-gachiyobi_w {
  background-image: url(../images/logos/gachiyobi_w.png);
}
/* 「ガチ予備」アイコン : 常に緑色のアイコン */
.bg-gachiyobi {
  background-image: url(../images/logos/gachiyobi.png);
}
/* 「即応予備自衛官」アイコン : PC表示の時→緑色のアイコン, Mobile表示の時→白色アイコン */
.bg-ready_pc-g {
  background-image: url(../images/logos/ready_w.png);
}
/* 「予備自衛官補」アイコン : PC表示の時→白色アイコン, Mobile表示の時→緑色のアイコン */
.bg-candidate_pc-w {
  background-image: url(../images/logos/candidate.png);
}
/* 「予備自衛官補」アイコン : 常に白色のアイコン */
.bg-candidate_w {
  background-image: url(../images/logos/candidate_w.png);
}

.title-bar {
  height: 5px;
  border: none;
  border-top: 5px solid #F8D001;
  width: 48px;
  margin-bottom: 10px;
  text-align: left;
}
.btn-square {
  color: white;
  border: 2px solid white;
  padding: 8px 16px;
  display: inline-block;
  position: relative;
  z-index: 108;
}
.color-dark {
  color: #333;
  border-color: #333;
}
.color-white {
  color: white;
}


/* 下層ページのヘッダー画像
--------------------------------------------------------------------------------------------------------*/

/******* 【トピックス】以下のコンテンツ *******/

/* 予備自衛官トピックス */
.img-topics-index {
  background-image: url(../images/topics/index_001.jpg);
}
/* 予備自it!! */
.img-topics-yovisit {
  background-image: url(../images/topics/yovisit_001.jpg);
}
/* 予備自衛官中央訓練 */
.img-topics-kunren {
  background-image: url(../images/topics/5sigaitisentoukunren6.jpg);
}
/* 予備自衛官の方々へ */
.img-topics-katagata {
  background-image: url(../images/topics/katagata_001.jpg);
}
/* 福祉支援制度のご案内 */
.img-topics-gojo {
  background-image: url(../images/topics/gojo_001.jpg);
}
/* 予備自衛官転地訓練 in 相模デポ */
.img-topics-sagami {
  background-image: url(../images/topics/sagami_ph001.jpg);
}
/* オリジナルカレンダーダウンロード */
.img-topics-calendar {
  background-image: url(../images/topics/calendar_001.jpg);
}
/* パンフレットRSERVEダウンロード */
.img-topics-reserve {
  background-image: url(../images/topics/);
}
/* LIFE HACK */
.img-topics-lifehack {
  background-image: url(../images/topics/lifetit_au.png);  
}
/* 平成30年7月豪雨 */
.img-topics-gouu {
  background-image: url(../images/topics/gouu_ph001.jpg);
}
/******* ヘッダー画像【予備自衛官制度】 *******/

/* 制度の概要 */
.img-yobiji-index {
  background-image: url(../images/yobiji/index_001.jpg);
}
/* 制度60年のあゆみ */
.img-yobiji-ayumi {
  background-image: url(../images/yobiji/ayumi02.jpg);
}
/* 予備自衛官とは */
.img-yobiji-about {
  background-image: url(../images/yobiji/about_001.jpg);
}
/* 予備自衛官の処遇 */
.img-yobiji-syogu {
  background-image: url(../images/yobiji/syogu_001.jpg);
}
/* 予備自衛官の訓練 */
.img-yobiji-training {
  background-image: url(../images/yobiji/training_001.jpg);
}
/* 予備自衛官の応募資格等 */
.img-yobiji-oubo {
  background-image: url(../images/yobiji/oubo_001.jpg);
}
/* 予備自衛官の災害派遣について */
.img-yobiji-saigai {
  background-image: url(../images/yobiji/saigai_001.jpg);
}

/******* ヘッダー画像【即応予備自衛官制度】 *******/

/* 即応予備自衛官 */
.img-sokuou-index {
  background-image: url(../images/sokuou/sokuou_001.jpg);
}
/* 即応予備自衛官の処遇 */
.img-sokuou-syogu {
  background-image: url(../images/sokuou/syogu_001.jpg);
}
/* 即応予備自衛官雇用企業給付金 */
.img-sokuou-kyuhu {
  background-image: url(../images/sokuou/kyuhu_001.jpg);
}
/* 即応予備自衛官の訓練 */
.img-sokuou-training {
  background-image: url(../images/sokuou/training_001.jpg);
}
/* 即応予備自衛官の応募資格等 */
.img-sokuou-oubo {
  background-image: url(../images/sokuou/oubo_001.jpg);
}

/******* ヘッダー画像【予備自衛官補制度】 *******/

/* 予備自衛官補とは */
.img-yobijiho-index {
  background-image: url(../images/yobijiho/index_001.jpg);
}
/* 予備自衛官補の処遇 */
.img-yobijiho-syogu {
  background-image: url(../images/yobijiho/syogu_001.jpg);
}
/* 予備自衛官補の教育訓練 */
.img-yobijiho-training {
  background-image: url(../images/yobijiho/training_001.jpg);
}
/* 予備自衛官補の応募資格等 */
.img-yobijiho-oubo {
  background-image: url(../images/yobijiho/oubo_001.jpg);
}
/* 採用試験から任用されるまで */
.img-yobijiho-exa {
  background-image: url(../images/yobijiho/exa_001.jpg);
}

/******* ヘッダー画像【予備自衛官補募集】 ********/

/* 予備自衛官補募集の案内 */
.img-bosyu-index {
  background-image: url(../images/bosyu/bosyu01.jpg);
}
/* 予備自衛官補 Q&A */
.img-bosyu-faq {
  background-image: url(../images/bosyu/faq_001.jpg);
}

/******* ヘッダー画像【企業のみなさまへ】 ********/

/* 企業のみなさまへ */
.img-company-index {
  background-image: url(../images/company/index_001.jpg);
}
/* 雇用企業の現場から */
.img-company-comment {
  background-image: url(../images/company/comment_001.jpg);
}
/* 予備自衛官雇用のメリット */
.img-company-shishitsu {
  background-image: url(../images/company/shishitsu_001.jpg);
}
/* 予備自衛官等証明書のご案内 */
.img-company-shoumeisho {
  background-image: url(../images/company/shoumeisho_001.jpg);
}
/* 予備自衛官等協力事業所表示制度のご案内 */
.img-company-kyouryoku {
  background-image: url(../images/company/kyouryoku_001.jpg);
}


.heading {
  width: 100%;
  color: white;
  background-color: #202223;
  background-position: 50% 50%;
  text-align: center;
  text-shadow: 0 0 6px rgba(0,0,0,0.1);
  padding: 80px 16px;
  margin-bottom: 64px;
  position: relative;
}
.heading::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(0deg,rgba(27,35,39,0.23) 80%, rgba(173,173,173,0.25));
}
.heading .heading-title {
  text-align: center;
  margin-bottom: 16px;
}
.heading .heading-title h1 {
  font-size: 80px;
  font-family: "MainFont";
  font-display: swap;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 88px;
}
.heading .heading-title-jp h2 {
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}
.heading .heading-title-jp h2 > .heading-span {
  padding: 0 48px;
  background-image: linear-gradient(0deg, #fff, #fff), linear-gradient(0deg, #fff, #fff);
  background-position: left, right;
  background-size: 32px 2px, 32px 2px;
}
.heading .heading-span {
  text-align: center;
  overflow-wrap: break-word;
  display: block;
}
.heading-title-wrap {
  position: relative;
}


/* 下層ページ コンテンツ共通
--------------------------------------------------------------------------------------------------------*/
article {
  width: calc(100% - 32px);
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: white;
}
article p,
table,
h3,
img.img-doc,
dl,
figure,
.company-person-box,
.flexbox {
  margin: 32px auto;
}
figure {
  width: 80%;
}
figure .img-doc {
  margin: 0;
}
figure figcaption {
  font-weight: bold;
  margin-bottom: 8px;
}
article p {
  line-height: 32px;
}
article .subtitle {
  margin: 64px 0;
  font-size: 20px;
}
article .subtitle-bar {
  position: relative;
}
article .subtitle-bar::before {
  border-top: 5px solid #F8D001;
  width: 40px;
  position: absolute;
  left: 0;
  top: -8px;
  content: "";
}
article .subtitle_2 {
  font-size: 28px;
  font-weight: normal;
}
article .subtitle_3 {
  font-size: 21px;
  font-weight: normal;
  display: block;
  margin: 16px 0;
}
article .yobiji-description  {
  margin: 64px 0;
  border-bottom: 1px solid #e3e3e3;
}
article .yobiji-description ul>li {
  margin: 32px 0;
}
article .yobiji-description ul>li p {
  line-height: 24px;
}
article li .yobiji-description ul>li p {
  margin: 12px auto;
}
article li .sequence {
  margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #516825;
}
article .yobiji-description td {
  padding: 32px 0;
}
article .yobiji-description .subject {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 12px;
}
article img.img-doc {
  width: 100%;
  height: auto;
}
article .yobijiho-points li { }
article .link-pdf,
article .link-pdf a,
article .link-pdf i {
  color: #516825;
  font-weight: bold;
}
/* リンク用ボタン */
.link-btn {
  display: block;
  padding: 16px;
  text-align: center;
  background-color: #516825;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  margin-bottom: 16px;
}
.link-btn:hover {
  -webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.col-flex {

}
.col-flex img {
  width: 100%;
}
.topics-box {
  width: 100%;
  margin-bottom: 32px;
}
.topics-box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.topics-describe {
  padding: 12px 16px;
}
.topics-box a {
  color: #333;
}
.topics-box .topics-title {
  /*color: #516825;*/
  font-size: 24px;
  margin: 12px 0;
  font-weight: bold
}
.col-flex p {
  margin: 8px 0;
}
.col2:first-child {
  margin-right: 2%;
}
.col2-tp {
  flex-wrap: wrap;
}
.col2-tp .flexitem {
  width: 100%;
}
.col2-tp .flexitem {
  margin-right: 0;
}
.calendar-content { }
.calendar-content .caption {
  padding: 16px 0;
  text-align: center;
}
.scroll__x {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}
.scroll__x::-webkit-scrollbar {
  height: 6px;
}
.scroll__x::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.scroll__x::-webkit-scrollbar-thumb {
  background: #516825;
}
.yobiji-o__tbl {
  table-layout: fixed;
  width: 200%;
}
.yobiji-o__tbl th {
  text-align: center;
}
.yobiji-o__tbl > thead th:first-child {
  width: 108px;
}
.yobiji-o__tbl li:not(:last-child) {
  margin-bottom: 8px;
}
.yobiji-o_tbl_symbols {
  text-align: center;
  font-family: genkaiMincho;
}
.yobiji-o_tbl_symbols img {
  margin: 0 auto;
  padding: 16px 0;
}
.topics-box,
.link-btn {
  transition: all 0.3s;
}
.topics-box:hover {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

table.chronology th {
  width: 60px;
}
.chronology caption {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}
.chronology-item {
  width: 100%;
  margin-bottom: 32px;
}
.chronology-item img {
  height: 140px;
}

table.saigai td {
  padding: 20px 12px;
}
table.saigai .headline {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
.sokuou-training-tbr { }
.sokuou-training-tbr caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
dl.faq-menu { }
dl.faq-menu dt div { }
dl.faq-menu dt .angle-down{
  margin-left: auto!important;
  font-size: 22px;
}
dl.faq-menu dt {
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
dl.faq-menu dd {
  background-color: #f5f5f5;
}
.company-person {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 72px!important;
  width: 72px!important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.company-person-box { }
.company-person-box > .flexbox {
  align-items: center;
  margin: 0;
}
.company-person-box > .name-area {
  flex-flow: column nowrap;
  margin-left: 8px;
}
.company-person-box > .name-area .name {
  width: 100%;
  padding: 4px;
}
.company-person-box > .name-area .name:last-child {
  font-weight: bold;
}
.video-content-wrap {
  width: 100%;
  height: 220px;
  margin: 32px 0;
}

.flexbox-ml figure {
  width: 100%;
}
.flexbox-ml figure > img {
  width: 100%;
  height: 240px;
}
.cntr-moeny_head_xs {
  margin-bottom: 8px;
  font-weight: bold;
}


/*  スマホのみに適用するスタイル
--------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .w_full_sp {
    width: 100%;
  }
  .tbl_list_sp thead {
    display: none;
  }
  .tbl_list_sp th {
    width: 100%
  }
  .tbl_list_sp th,
  .tbl_list_sp td {
    box-sizing: border-box;
    display: block;
    width: 100%
  }
  .th_bg-white_sp {
    background-color: white;
  }
  .tbl_1cell_sp,
  .tbl_1cell_sp ~ td,
  .tbl_1cell_sp ~ th {
    border-bottom: none;
    border-top: none;
  }
  .tbl_1cell_sp ~ td:last-child,
  .tbl_1cell_sp ~ th:last-child {
    border-bottom: 1px solid #ddd;
  }
  .objfit_none_sp {
    object-fit: none;
  }
  .objfit_fill_sp {
    object-fit: fill;
  }
  .cntr-money {
      margin: 0;
  }
}


/*  タブレットサイズ時のスタイル
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  .w_full_tb-sp {
    width: 100%;
  }
  .mt_0_tb-sp {
    margin-top: 0;
  }
  .tbl_list_tb-sp thead {
    display: none;
  }
  .tbl_list_tb-sp th {
    width: 100%
  }
  .tbl_list_tb-sp th,
  .tbl_list_tb-sp td {
    box-sizing: border-box;
    display: block;
    width: 100%
  }
  .cntr-money_thead {
    display: none;
  }
  .bdr-b_none_tb-sp {
    border-bottom: none;
  }
}

/*  タブレットサイズのみに適用するスタイル
--------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sp_disp_block {
    display: none;
  }
  figure {
    width: 40%;
  }
  .home-grid .bg-icon {
    width: 400px;
    height: 400px;
    right: 0;
    bottom: -120px;
  }
  .home-grid:nth-child(odd) .section-img .label-heading {
    right: -32px;
  }
  .home-grid:nth-child(even) .section-img .label-heading {
    left: -32px;
  }
  .home-grid .section-img .label-heading {
    font-size: 91px;
    top: -48px;
  }
  .home-grid .section-img .menu-img {
    height: 320px;
  }
  .topics-box img {
    height: 240px;
  }
  .flexbox-ml {
      display: flex;
      display: -webkit-flex;
  }
  .flexbox-ml figure {
    width: 48%;
  }
  .flexbox-ml figure > img {
    width: 100%;
    height: 270px;
  }
  .chronology-item {
    width: 49%;
    margin-right: 2%
  }
  .chronology-item:nth-child(2n) {
    margin-right: 0;
  }
  .flexbox-ml {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-content-wrap {
    height: 400px;
  }
  .col2-tp .flexitem {
    width: 48%;
  }
  .col2-tp .flexitem:nth-child(odd) {
    margin-right: 4%;
  }
}
/*  タブレット以上のサイズに適用するスタイル
--------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  .flexbox.col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .flexbox.col3 figure:not(:last-child) {
    margin-right: 16px;
  }
  .flexbox_img_s img {
    height: 180px;
  }

}

/*  PCサイズのスタイル
--------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 960px) {
  .bg-ready_pc-g {
    background-image: url(../images/logos/ready.png);
  }
  .bg-candidate_pc-w {
    background-image: url(../images/logos/candidate_w.png);
  }
  .visible_pc {
    display: block;
  }
  .sp_disp_block {
    display: none;
  }
  figure {
    width: 40%;
  }
  .tbl_margin0_pc {
    margin: 0;
  }
  .mr_18_pc {
    margin-right: 18px!important;
  }
  .side-menu ul li {
    padding: 18px 0;
    font-size: 21px;
  }
  .btn-menu {
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .home-footer {
    background-attachment: fixed;
    background-size: cover;
  }
  #header {
    padding: 8px 24px;
  }
  #header .icon-area li {
    margin-right: 16px;
  }
  #home-title {
    width: 80%;
  }
  .local-nav {
    display: block;
    background-color: #516825;
    color: white;
    padding: 8px 24px;
  }
  .local-nav ul {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-bottom: 0;
  }
  .local-nav li {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    display: -webkit-flex;
    display: flex;
    margin: 6px 0;
    border-right: 1px solid;
    width: 168px;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    border-bottom: none;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 4px;
  }
  .local-nav li:first-child {
    border-top: none;
  }
  .local-nav a,
  .local-nav span{
    padding: 6px 16px;
    width: 100%;
    line-height: 21px;
  }
  .local-nav a:hover {
    color: #F8D001;
  }
  .local-nav br {
    display: block;
  }
  .local-nav-tgl {
    display: none;
  }
  #home-content-wrap {
    padding: 64px 0px;
  }
  .home-grid {
    width: 48.5%;
    padding: 64px 32px;
    margin-bottom: 16px;
  }
  .home-grid:nth-child(odd) {
    float: left;
    margin-left: 1%;
    margin-right: 0.5%;
  }
  .home-grid:nth-child(even) {
    float: right;
    margin-left: 0.5%;
    margin-right: 1%;
  }
  .home-grid .section-img {
    width: 60%;
    float: right;
    margin-bottom: 0;
  }
  .home-grid .section-desc {
    width:40%;
    float: left;
  }
  .home-grid .bg-icon {
    width: 380px;
    bottom: -88px;
    right: 50%;
  }
  @media screen and (min-width: 1420px) {
    .home-grid .bg-icon {
      left: -48px;
      right: 50%;
    }
  }
  .home-grid .title {
    font-size: 24px;
  }
  .home-grid .section-img .lbl-w-pc {
    color: white!important;
  }
  .home-grid .section-img .lbl-g-pc {
    color: #5A6D30!important;
  }
  .home-grid .section-img .label-heading {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    top: -32px;
    right: -32px;
    font-size: 91px;
  }
  .home-grid:nth-child(even) .section-img .label-heading {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
  }
  .home-grid:nth-child(odd) .section-img .label-heading {
    right: -32px;
  }
  .bg-light-pc {
    background-color: #f5f5f5!important;
  }
  .bg-dark-pc {
    background-color: #333!important;
  }
  .txt-black-pc .title,
  .txt-black-pc .btn-square {
    color: #333;
  }
  .txt-black-pc .btn-square {
    border-color: #333;
  }
  .txt-white-pc .title,
  .txt-white-pc .btn-square {
    color: white!important;
  }
  .txt-white-pc .btn-square {
    border-color: white;
  }
  #content-wrap { }
  .heading {
    padding: 120px 24px;
  }
  .heading .heading-title {
    margin-bottom: 24px;
  }
  .heading .heading-title > h1 {
    font-size: 160px;
    line-height: 160px;
  }
  article {
    padding-bottom: 240px;
  }
  article .subtitle {
    margin: 64px 0;
    font-size: 30px;
  }
  .heading .heading-title-jp h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .col-flex {
    display: flex;
    display: -webkit-flex;
  }
  .topics-box img {
    height: 200px;
  }
  .flexbox-ml {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox-ml figure {
    width: 48%;
  }
  .flexbox-ml figure > img {
    width: 100%;
    height: 270px;
  }
  .flexbox.flow_row_pc {
    flex-flow: nowrap;
  }

  table.chronology th {
    width: auto;
  }
  .chronology-item {
    width: 32%;
    margin-right: 2%
  }
  .chronology-item:nth-child(3n) {
    margin-right: 0;
  }
  .video-content-wrap {
    height: 424px;
  }
  .col2-tp .flexitem {
    width: 48%;
  }
  .col2-tp .flexitem:nth-child(odd) {
    margin-right: 4%;
  }
  .cntr-moeny_head_xs {
    display: none;
  }
  .yobiji-o__tbl {
    width: 100%;
  }
  .scroll__x {
    overflow-x: unset;
  }
}
