@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Wako-ss Theme
Theme URI: 
Description: This is the Wako-ss Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #231815;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 500;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
  font-weight: 400;
}
h4 {
  font-size: 20px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
}
/*==========背景色==========*/
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
.nk_bg_gray {
  background-color: #cccccc;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #231815;
}
.nk_fontclr_white {
  color: #ffffff;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
/*==========テキストリンク==========*/
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited {
  color: #231815;
  text-decoration: none;
}
a:hover {
  color: #726854;
  text-decoration: none;
}
a:active {
  color: #231815;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
.nk_line_height_18 {
  line-height: 1.8em;
}
.nk_line_height_16 {
  line-height: 1.6em;
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 90px;
  margin: 0 auto;
  inset: 0; /*top, bottom, right, left を同時に指定*/
  background-color: #fff;
}
/*=====ナビ=====*/
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  /*height: 110px;*/
  width: 100%;
  margin: 0 auto;
}
/*=====企業ロゴ=====*/
.nk_logo {
  width: 230px;
  position: absolute;
  top: 25px;
  left: 30px;
}
.nk_logo a img {
  width: 100%;
}
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    margin-top: 45px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    position: absolute;
    right: 30px;
  }
  /*リストスタイル*/
  .nk_nav_item {
    padding-top: 0;
    text-align: left;
    /*width: 110px;*/
    font-weight: 500;
    margin-right: 40px;
  }
  .nk_margin_pagetop {
    margin-top: 90px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -90px;
    padding-top: 90px;
  }
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 60px;
  }
  /*=====ロゴ=====*/
  /*-----企業ロゴ-----*/
  .nk_logo {
    width: 150px;
    position: absolute;
    top: 20px;
    left: 10px;
  }
  /*.nk_logo .navbar-brand img {
    width: 80px;
  }
  .nk_logo a img {
    width: 100%;
    height: auto;
  }*/
  /*=====ナビ=====*/
  .nk_navi {
    margin: 0 auto;
    padding: 0;
  }
  .nk_navi_list {
    background-color: #f1f1f1;
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100%;
  }
  .nk_nav_item {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: auto;
  }
  .nk_nav_item a {
    /*color: #fff;*/
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #666;
    margin: auto 0;
    transition: .5s;
  }
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 0;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    color: #fff;
    /*border-bottom: solid 1px #009266;*/
  }
  /*メニューの上線：リスト1番目*/
  .navbar-light .navbar-nav:nth-child(1) {}
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 60px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -60px;
    padding-top: 60px;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu_line_center {
    top: 9px;
  }
  .menu_line_bottom {
    bottom: 0;
  }
  .menu_line_top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .menu_line_center.active {
    transform: scaleX(0);
  }
  .menu_line_bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  /*ドロップダウンメニューのスタイル変更*/
  .nk-drop {
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .nk_nav_item a.dropdown-item {
    border-bottom: none;
    padding-left: 30px;
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  position: relative;
  text-align: left;
  background-color: #e5e5e5;
  padding-top: 50px;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*ページトップへ*/
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 30; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #231815;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
}
#arrow li a:hover {
  filter: opacity(70%);
  /*opacity: 0.7;*/
}
/*企業情報*/
.footer-info {
  max-width: 600px;
}
address {
  margin-top: 15px;
  margin-bottom: 0;
}
/*フッターナビ*/
.foot-navi {
  text-align: left;
  font-weight: 500;
}
.foot-navi li {
  list-style: none;
  padding-bottom: 20px;
  display: block;
}
.foot-navi-sub {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.foot-navi-sub li {
  padding-bottom: 10px;
}
.foot-space {
  padding-bottom: 150px;
}
/*========コピーライト部分========*/
.footer_copy {
  margin: 0 auto 10px auto;
  text-align: center;
  height: 30px;
}
.footer_copy small {
  font-size: 12px;
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  .foot-navi {
    display: none;
  }
  .footer-info {
    width: 100%;
    padding: 0 20px;
  }
  .footer-info img {
    width: 150px;
  }
  .foot-space {
    padding-bottom: 75px;
  }
}
/**********************************************
 * 
 * 共通
 *
 **********************************************/
/*========共通お問い合わせ========*/
.foot-contact-bg {
  background-color: #2b9be3;
}
.foot-contact-box {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0;
  max-width: 700px;
}
.foot-tel span {
  display: block;
  font-size: 30px;
  color: #2b5793;
}
.foot-cont-ti {
  border-bottom: 3px solid #2b9be3;
  display: inline-block;
  padding-bottom: 7px;
}
/*========ボタン========*/
.nk_btn_base {
  position: relative;
  top: 0;
}
.nk_btn_base a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  position: relative;
  background-color: #2b5793;
  border-radius: 5px;
  color: #fff;
}

/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  .foot-contact-box {
    padding: 20px 0;
  }
  .foot-tel span {
    font-size: 26px;
  }
  .nk_btn_base a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    position: relative;
    background-color: #2b5793;
    border-radius: 5px;
    color: #fff;
  }
  .nk-btn-ico {
    margin-top: -3px;
  }
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
/*メインイメージ*/
.main_image {
  position: relative;
  width: 100%;
  padding-top: 47.5%;
  margin: 90px auto 0 auto;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background-image: url("img/top/top-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/*キャッチコピー*/
.catchphrase {
  font-size: 28px;
  line-height: 2.0;
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 1;
  text-align: left;
  color: #fff;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image {
    padding-top: 57.5%;
    margin: 60px auto 0 auto;
  }
  /*キャッチコピー*/
  .catchphrase {
    font-size: 3.1vw;
    line-height: 1.8;
    left: 10%;
    top: 20%;
  }
}

/*========会社概要========*/
/*h2*/
.top-title {
  color: #2b5793;
  margin-bottom: 30px;
}
/*文章の基本設定*/
.p-basic {
  line-height: 1.8;
  letter-spacing: 0.01em;
  /*text-align: justify;*/
}
/*========設備案内========*/
.setsubi-wrap {
  position: relative;
  width: 100%;
  padding-top: 32.9%;
  background-image: url("img/top/setsubi.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top-title-setsubi a {
  color: #fff;
  text-align: center;
  margin: auto;
  background: linear-gradient(to right, #2b5793, #2b9be3);
  width: 100%;
  padding: 2%;
  display: block;
  position: absolute;
  top: 42%;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .setsubi-wrap {
    padding-top: 49.35%;
  }
  .setsubi-wrap img {
    width: 10px;
    margin-top: -2px;
  }
}
/*========加工例========*/
.top-title-line {
  border-bottom: 3px solid #2b9be3;
  padding-bottom: 12px;
}
.top-kakou {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  background-color: #fff;
}
.top-kakou-img a img {
  /*width: 30%;*/
  aspect-ratio: 4 / 3; /* 縦横比を4:3に固定 */
  /*margin-right: 3%;
	margin-bottom: 3%;*/
  object-fit: cover;
}
/*========お知らせ========*/
.top-news {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #999999;
}
.top-news h3 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .top-news {
    margin-bottom: 20px;
  }
}
/*========採用情報========*/
.saiyou-wrap {
  position: relative;
  width: 100%;
  padding-top: 60px;
  background-image: url("img/top/saiyou.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-title-saiyou {
  text-align: center;
}
/**********************************************
 * 
 * ページ共通
 *
 **********************************************/
/*ヘッダー画像*/
.main_image-page {
  position: relative;
  width: 100%;
  padding-top: 14.6%;
  margin: 90px auto 0 auto;
  background-image: url("img/common/page-head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/*お問い合わせページ,投稿ページ(single.php)*/
.page-title {
  border-bottom: 3px solid #2b9be3;
  padding-bottom: 12px;
}
/*固定ページ*/
.page-area h2 {
  border-bottom: 3px #2b9be3 solid;
  padding-bottom: 12px;
}
/*採用情報ページ*/
.page-area .ti-noline {
  border-bottom: none;
  color: #2b5793;
  line-height: 1.8;
}
.page-area p {
  line-height: 1.8;
  letter-spacing: 0.01em;
}
/*テーブル*/
.page-area table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #666;
}
.page-area table tbody tr td:nth-child(1) {
  font-weight: 400;
  text-align: left;
  padding: 15px;
  vertical-align: top;
  white-space: nowrap;
  border: solid 1px #666;
  background-color: #e6e6e6;
}
.page-area table tbody tr td {
  padding: 15px;
  border: solid 1px #666;
}
/*テーブル ストライプにしている場合*/
.page-area .wp-block-table.is-style-stripes table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #666;
}
.page-area .wp-block-table.is-style-stripes table tbody tr td:nth-child(1) {
  background-color: transparent;
}
.page-area .wp-block-table.is-style-stripes table tbody tr td {
  border: solid 1px #666;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image-page {
    padding-top: 16.6%;
    margin: 60px auto 0 auto;
  }
  /*.page-head {
    position: absolute;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    height: 250px;
    overflow: hidden;
    top: 80px;
    width: 100%;
  }*/
  /*.page-main {
    margin-top: 150px;
    line-height: 2;
  }*/
  .page-area table tbody {
    border: solid 0px #666;
  }
  .page-area table tbody tr td:nth-child(1), .page-area table tbody tr td {
    display: block;
    width: 100%;
    padding: 7px;
  }
  .page-area table tbody tr td:nth-child(1) {
    border-bottom: 0px #002d67 solid;
    text-align: left;
    border: solid 0px #666;
  }
  .page-area table tbody tr td {
    /*margin-bottom: 15px;*/
    border: solid 0px #666;
  }
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image-bg {
    margin-top: 60px;
    height: 180px;
  }
}
.ac_map iframe {
  /*下に隙間ができる場合設定*/
  display: block;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .ac_map iframe {
    height: 400px;
  }
}
/**********************************************
 * 
 * 会社概要 page.php
 *
 **********************************************/
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .pasu-page-slug-about figure.wp-block-image {
    text-align: center;
  }
  .pasu-page-slug-about figure.wp-block-image img {
    max-width: 250px;
  }
}
/**********************************************
 * 
 * 設備案内 page.php
 *
 **********************************************/
/*設備一覧テーブル（ストライプ）*/
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  #setsubi-list {
    overflow-x: scroll;
    white-space: nowrap;
  }
  #setsubi-list table {
    width: 100%;
  }
  .page-area #setsubi-list table tbody tr td:nth-child(1), .page-area #setsubi-list table tbody tr td {
    display: table-cell;
    width: auto;
    padding: 7px;
  }
  #setsubi-list::before {
    content: "※表は横にスクロールできます。";
  }
}
/**********************************************
 * 
 * 加工例 category.php
 *
 **********************************************/
.blog-cont {
  min-height: 45vh;
}
time {
  font-size: 13px;
  margin-right: 10px;
  color: #726854;
}
.blog {
  border-bottom: 1px dashed #a4a393;
  margin-bottom: 40px;
}
/*記事タイトル h2*/
.blog_title {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title-single {
  font-size: 22px;
}
/*========お知らせ========*/
.cat-news {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  background-color: #fff;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {}
/**********************************************
 * 
 * 加工例個別記事　single.php
 *
 **********************************************/
/*カテゴリー*/
.info_cate {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}
/**********************************************
 * 
 * お問い合わせ
 *
 **********************************************/
/*========メールフォーム========*/
.cf7_table {
  width: 100%;
  margin: 50px auto 20px auto;
}
.cf7_table div {
  margin-bottom: 40px;
  /*border-bottom: 1px solid #cccccc;*/
}
.cf7_table div label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cf7_table div label span.cf7_table-column1 {
  width: 240px;
  white-space: nowrap;
}
.hissu {
  padding: 0 5px;
  font-size: 9px;
  font-size: 0.8rem;
  white-space: nowrap;
  /*border: solid 1px #000;*/
  border-radius: 15px;
  margin-left: 5px;
  color: #fff;
  background-color: #2b5793;
}
/*入力枠*/
.wpcf7-form-control-wrap {
  width: 100%;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  padding: 10px 5px;
  /*border-radius: 5px;*/
  border: solid 1px #231815;
  width: 100%;
}
p.soushin_btn {
  text-align: center; /*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
  text-align: center;
  background-color: #2b5793;
  padding: 12px 28px;
  border: 1px solid #2b5793;
  border-radius: 5px;
  /*font-size: 16px;
	font-size: 1.6rem;*/
  color: #FFFFFF;
  cursor: pointer;
  margin: 20px auto 20px auto;
  width: 200px;
}
p.soushin_btn input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; /*iOS対策*/
}
.wpcf7-spinner {
  display: block;
}
.cont-rubi {
  font-size: 12px;
  color: #2b5793;
  display: block;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .cf7_table {
    margin: 50px auto 20px auto;
  }
  .cf7_table div label {
    display: block;
  }
  .cf7_table div.nk-radio span.cf7_table-column1 {
    display: block;
  }
}
/**********************************************
 * 
 * 投稿および固定ページ
 *
 **********************************************/
.blog-cont a:link, .page-area a:link {
  text-decoration: underline;
}
.blog-cont a:visited, .page-area a:visited {
  text-decoration: underline;
}
.blog-cont a:hover, .page-area a:hover {
  text-decoration: underline;
}
.blog-cont a:active, .page-area a:active {
  text-decoration: underline;
}