@charset "UTF-8";
/* CSS Document */
/*
Theme Name: K-STYLE_Theme
Theme URI: 
Description: This is the K-STYLE_Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #000000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #ffffff;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 600;
}
h1 {
  font-size: 34px;
  line-height: 1.5em;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 22px;
  font-weight: 400;
}
h4 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
}
/*==========背景色==========*/
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
.nk_bg_yellow {
  background-color: #fcee21;
}
.nk_bg_black2 {
  background-color: #1a1a1a;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #fff;
}
.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: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
.nk_line_height_18 {
  line-height: 1.8em;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk_sp_none_md {
    display: none;
  }
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
  .nk_sp_none_sm {
    display: none;
  }
}
/*==========コンテナ―サイズ==========*/
.nk_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .nk_container {
    padding: 0 15px;
  }
}
/*==========ボタン==========*/
.nk_btn_base {
  position: relative;
  top: 25px;
}
.nk_btn_base a {
  width: 260px;
  height: 55px;
  line-height: 55px;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  background-image: url("img/top/ico-arrow.png");
  background-position: 160px;
  background-repeat: no-repeat;
  background-size: 55px;
}
.short-btn a {
  background-position: 120px;
}
.nk_btn_base2 a {
  color: #000;
  background-image: url("img/top/ico-arrow-b.png");
}
.nk_btn_base3 a {
  border: solid 1px #fff;
  width: 330px;
  display: block;
  padding: 20px;
  font-size: 20px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .nk_btn_base a {
    margin: auto;
  }
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: relative;
  width: 100%;
  z-index: 9;
  height: 100px;
  background-color: #fff;
}
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
/*=====企業ロゴ=====*/
.nk_logo {
  width: 160px;
  position: absolute;
  left: 10px;
  top: 20px;
}
/*=====ナビ=====*/
/*ナビのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
  color: #000;
  font-size: 17px;
}
.navbar-light .navbar-nav .nk_fontclr_base:hover {
  color: #666666;
}
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100px;
    line-height: 90px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    margin: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    height: 100px;
  }
  /*リストスタイル*/
  .navbar-expand-lg .navbar-nav .nav-item .nk_nav_item_last {
    padding-right: 0;
  }
  .navi-cont {
    background-color: #fcee21;
  }
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 65px;
  }
  /*=====企業ロゴ=====*/
  .nk_logo {
    top: 15px;
    width: 100px;
  }
  .nk_logo img {
    width: 100%;
  }
  /*=====ナビ=====*/
  .nk_navi_list {
    background-color: #000;
    position: fixed;
    top: 65px;
    width: 100%;
    height: 100%;
    padding-top: 30px;
  }
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 25px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    color: #fff;
    /*    border-bottom: solid 1px #cccccc;
*/ text-align: left;
  }
  .navbar-expand-lg .navbar-nav .nav-item .nk_nav_item_last {
    background-color: #fff;
  }
  .navi-cont {
    background-color: #fcee21;
  }
  .navbar-light .navbar-nav .navi-cont {
    color: #000;
  }
  /*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);
  }
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 65px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -65px;
    padding-top: 65px;
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
  margin-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: 8; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  padding: 30px;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 4px solid #000;
  border-top: 4px solid #000;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 32px;
  right: 30px;
  width: 20px;
  height: 20px;
}
#arrow li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/*CONTACT*/
.foot-cont-p {
  width: 360px;
  margin: auto;
}
.foot-tel {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
}
.foot-tel span {
  font-size: 22px;
}
.foot-mail a {
  font-size: 22px;
  font-weight: 600;
  width: 220px;
  margin: auto;
}
/*フッターナビ*/
.foot-navi-wrap {
  background-color: #1a1a1a;
  padding: 35px 0;
}
.foot-navi {
  text-align: center;
}
.foot-navi li {
  list-style: none;
  display: inline-block;
}
.foot-navi li a {
  color: #fff;
  padding-right: 50px;
}
.foot-navi li:last-child a {
  padding-right: 0;
}
/*========コピーライト部分========*/
.footer_copy {
  float: right;
  color: #000;
  padding-top: 50px;
}
.footer_copy small {
  font-size: 12px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  /*企業ロゴ*/
  .foot-logo a img {
    width: 40px;
  }
  .foot-mail {
    top: 0;
  }
  .footer_copy {
    float: right;
    color: #000;
    padding-top: 30px;
  }
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
.main_image {
  background-image: url("img/top/top-main.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 90%;
  position: relative;
  padding-top: 64%; /*画像の高さ ÷ 画像の幅 × 100*/
}
.main_image h1 {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fcee21;
  color: #000;
  border-radius: 30px;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 0;
  margin: auto;
  width: 400px;
}
.main_image p {
  /*position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;*/
  margin: auto;
  text-align: center;
  font-size: 24px;
  /*border-bottom: 1px solid #000;*/
  width: 35%;
  padding-bottom: 40px;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image h1 {
    top: 15%;
    font-size: 22px;
    width: 350px;
  }
  .main_image p {
    font-size: 18px;
    width: 40%;
  }
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .main_image {
    background-size: 98%;
    position: relative;
    padding-top: 64%; /*画像の高さ ÷ 画像の幅 × 100*/
  }
  .main_image h1 {
    font-size: 18px;
    width: 260px;
    padding: 7px 0;
  }
  .main_image p {
    font-size: 18px;
    width: 50%;
    bottom: 5%;
  }
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .main_image p {
    width: 80%;
  }
}
/*==========ごあいさつ==========*/
/*h2*/
.top-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 2rem;
}
/*==========事業案内==========*/
.top-jigyo-bg {
  background-image: url("img/top/top-jigyo-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  min-height: 760px;
}
.top-title2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.top-title-sub {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .top-jigyo-bg {
    min-height: 660px;
  }
  .top-title, .top-title2 {
    font-size: 28px;
  }
  .top-title-sub {
    font-size: 16px;
  }
}
/*==========お知らせ==========*/
.top-title-center {
  padding-left: 40px;
  background-position: 30px 0;
}
/*記事個別*/
.nk_topinfo {
  padding: 15px 20px 15px 10px;
  text-align: left;
  border-bottom: solid 1px #fff;
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.info_cate_top {
  padding: 3px 15px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
}
time {
  font-size: 13px;
  margin-right: 10px;
  color: #999;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  /*記事個別*/
  .nk_topinfo {
    padding: 10px 10px;
    max-width: none;
  }
  .nk_topinfo h3 {
    font-size: 16px;
  }
}
/*==========実績紹介==========*/
.top-works {
  color: #000;
}
.nk_topworks {
  padding: 15px 10px 15px 10px;
  text-align: left;
  width: 85%;
  max-width: 500px;
  margin: auto;
}
.top-works h3 a {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.top-seko-img {
  margin-top: -50px;
}
.top-seko-img::before {
  content: "";
  display: block;
  background-image: url("img/top/ico-new.png");
  background-repeat: no-repeat;
  background-size: 95px;
  width: 95px;
  height: 95px;
  position: relative;
  top: 50px;
  left: -45px;
}
.nk-p-bottom {
  padding-bottom: 80px;
}
.top-seko-img img {
  width: 100%;
  max-width: 500px;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .top-seko-img img {
    width: 100%;
    max-width: none;
    max-height: 350px;
    min-height: 350px;
  }
}
/**********************************************
 * 
 * お知らせページ blog.php
 *  カテゴリー別 archive.php
 *  個別記事　     single.php
 *
 **********************************************/
.page-title {
  padding-top: 5px;
  padding-left: 50px;
  border-bottom: 3px #67ba7b solid;
  background-image: url("img/top/ico.png");
  background-repeat: no-repeat;
  background-size: 36px;
  width: 230px;
  position: absolute;
  top: 30px;
  left: 7%;
}
.page-title-sub {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 100px;
  left: 7%;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  /*.page-title {
    background-size: 30px;
  }
  .page-title-sub {
    top: 90px;
    left: 7%;
  }*/
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .main_image-bg {
    height: 235px;
  }
  .main_image-bg h1 {
    top: 190px;
  }
  /*.page-title-sub {
    top: 250px;
  }*/
}
/*========メインエリア========*/
/*メイン*/
.blog{
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}
.blog_wrap {
  width: 100%;
  margin: 10px auto 15px auto;
  padding: 0 0 0 0;
  position: relative;
  /*border-bottom: 1px solid #808080;*/
}
/*投稿日時*/
.blog_time {
  padding: 15px 0 15px 10px;
  color: #232624;
}
/*カテゴリー*/
.info_cate {
  padding: 2px 10px;
  font-size: 13px;
  background-color: #29abe2;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}
/*記事タイトル h2*/
.blog_title a {
  color: #fff;
  font-size: 22px;
	font-weight: normal;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title {
  color: #fff;
  font-size: 22px;
	font-weight: normal;
}
.blog_title-single {
  font-size: 32px;
}
/*記事本文*/
.blog_cont_top, .blog_cont {
  padding: 15px 0 10px 0;
}
/*矢印アイコン*/
.blog-ico{
position: absolute;
	right: 0;
	top: 10px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .blog_wrap {
    padding: 0 0 0 0;
  }
  /*記事タイトル h2*/
  .blog_title a {
    font-size: 18px;
  }
  .blog_title {
    font-size: 18px;
  }
	.blog_title-single {
  font-size: 28px;
}
	/*矢印アイコン*/
.blog-ico{
	width: 45px;
}
}
/*========カテゴリー表示========*/
.blog-cate-list {
  text-align: left;
  padding-left: 0;
}
.cat-item {
  display: inline-block;
  list-style: none;
  border-radius: 25px;
  padding: 5px 35px;
  margin-right: 15px;
  margin-bottom: 20px;
  border: solid 1px #fff;
}
.cat-item a {
  color: #fff;
}
/*========もっと見るボタン========*/
.view-more-button {
  appearance: none;
  display: block;
  background-color: #000;
  list-style: none;
  border-radius: 25px;
  padding: 10px 15px;
  margin: 15px auto;
  color: #fff;
  border: 0;
  width: 200px;
}
/**********************************************
 * 
 * 会社案内ページ about.php
 *
 **********************************************/
.page-ti-d {
  position: relative;
  top: 35px;
}
/*==========Tablepress==========*/
/*テーブル共通設定*/
/*.tablepress tr:first-child {
  border-top: solid 0px #000;
}*/
.tablepress tbody tr td {
  padding: 10px 15px;
  border: solid 0px #000;
}
.column-1 {
  white-space: nowrap;
}
/*==============================
.tablepress-id-1:会社概要
==============================*/
.tablepress-id-1 tbody tr td {
  text-align: left;
}
.tablepress-id-1 tbody tr td {
  padding: 10px 15px;
}
.tablepress-id-1 tbody tr:first-child td span {
  border: solid 1px #000;
  padding: 5px 20px;
  border-radius: 20px;
}
/*===================================
.tablepress-id-2:事業案内
===================================*/
.tablepress-id-2 tbody tr td {
  line-height: 2em;
}
.tablepress-id-2 tbody tr td {
  padding: 30px 0;
}
.tablepress-id-2 .column-1 {
  white-space: normal;
}
.tablepress-id-2 .column-1 {
  white-space: normal;
}
.tablepress-id-2 tbody tr.row-2 td {
  font-size: 20px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .tablepress {
    margin-bottom: 15px !important;
  }
  .tablepress-id-1 tbody tr td {
    display: block;
  }
  .tablepress-id-1 tbody tr td.column-1 {
    font-weight: 600;
  }
}
/**********************************************
 * 
 * お問い合わせページ contact.php
 *
 **********************************************/
.contact-tel {
  text-align: center;
  padding: 40px;
  border: solid 1px #fff;
  margin: 50px auto;
  width: 100%;
  max-width: 500px;
}
.tel-text {
  font-size: 36px;
  font-weight: 600;
}
.tel-text::after {
	content: "";
	display: block;
	width: 100px;
	margin: 20px auto;
	height: 1px;
	background-color: #fff;
}
.cont-form-text a {
    text-decoration: underline;
}
.block-privacy {
  border: 1px solid #fff;
  padding: 30px;
  line-height: 2em;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  
}
/*========メールフォーム========*/
.cf7_table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border: solid 0px #0a0a0a;
}
.cf7_table tr {
  border-bottom: solid 0px #0a0a0a;
}
.cf7_table tr th {
  text-align: left;
  font-weight: normal;
  padding: 2% 2% 3% 0;
  width: 200px;
  vertical-align: middle;
  white-space: nowrap;
}
.cf7_table tr td {
  width: auto;
  vertical-align: top;
  padding: 2% 3% 3% 0;
}
.cf7_table tr th.contact-syosai {
  vertical-align: top;
}
.hissu {
  padding: 0 7px;
  font-size: 9px;
  font-size: 0.8rem;
  white-space: nowrap;
  border: solid 1px #fff;
  border-radius: 15px;
  margin-left: 5px;
}
/*入力枠*/
input.wpcf7-form-control, textarea.wpcf7-form-control {
  padding: 10px 5px;
  /*border-radius: 5px;*/
  border: solid 1px #000000;
  width: 100%;
}
p.soushin_btn {
  text-align: center; /*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
  text-align: center;
  background-color: #fcee21;
  padding: 12px 28px;
  border: 1px solid #fcee21;
  border-radius: 30px;
  /*font-size: 16px;
	font-size: 1.6rem;*/
  color: #000;
  cursor: pointer;
  margin: 0 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;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .main_image-bg-contact p {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 320px;
    padding-left: 30px;
  }
  .contact-margin {
    margin-top: 270px;
  }
  .tel-text {
    font-size: 30px;
  }
  .cf7_table tr th {
    text-align: left;
    font-weight: normal;
    padding: 3% 0 0% 5%;
    width: auto;
    display: block;
  }
  .cf7_table tr td {
    width: auto;
    vertical-align: top;
    padding: 3% 0 3% 3%;
    display: block;
  }
  /*入力枠*/
  .wpcf7-form-control {
    width: 95%;
  }
}
/**********************************************
 * 
 * Wordpressエディター用
 *
 **********************************************/
strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}
/*引用*/
/*blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}*/
/* img */
/*.aligncenter {
  display: block;
  margin: 0 auto;
}*/
/*.alignright {
  float: right;
  margin-left: 1em;*/ /* 追記 */
/*}
.alignleft {
  float: left;*/
/*margin-right: 1em;*/ /* 追記 */
/*}*/
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}