/*!
Theme Name:　吉岡製作所
Theme URI: 
Description: Dejavulabo
Author: dejavulabo
Author URI: 
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */
/****************************************
		1. 基本設定
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓*/


/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}


/*---↓リンクに対する共通設定↓---*/
*:not(br){
	margin:0;
	padding:0;
	line-height:1.8;
	letter-spacing: 0.05em;
	list-style:none;
}
/*アンダーtopボタン*/
/*.pagetop {
	position: fixed;
	bottom: -520px;
	right: 10px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 138px;
}*/

img{
	border:none;
}
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
p{
	margin: 0;
}

body{
	overflow-x:hidden;
	font-family: 'Helvetica Neue', sans-serif;
}

@font-face {
  font-family: U-OTF-GothicMB101Upr-Heavy;
  src: url("../font/U-OTF-GothicMB101Upr-Heavy.otf") format("opentype");
}
@font-face {
  font-family: U-OTF-GothicMB101Upr-DeBold;
  src: url("../font/U-OTF-GothicMB101Upr-DeBold.otf") format("opentype");
}
@font-face {
  font-family: U-OTF-GothicMB101Upr-Medium;
  src: url("../font/U-OTF-GothicMB101Upr-Medium.otf") format("opentype");
}
.pc{
	display: none;
}
.sp-only{
	display: block;
}



/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
  overflow-x: hidden;
	height:100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	font-size: 100%;
	--main: #B7282E;
	--main-thin: #b7282ea6;
  --main-back: #fbf2f3;
  --marker: #e61d2657;
	--grey: #ebebeb;
}

/* =========================================================

  一覧ページ

=============================================================*/
.mainvisual.list{
  height: 30vh;
  background: url(img/company_header.jpg)center/cover no-repeat;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
.mainvisual.list::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
.mainvisual.list h1{
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 6px #0b0b0b;
  letter-spacing: 1px;
  line-height: 1.8;
}

.blog_box{
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.blog_box li{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog_box li::before{
  content: '';
  width: 100%;
  height: 1px;
  border: 1px dashed #505050;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog_box li a{
  display: block;
  color: #535353;
}
.blog_box .date{
  font-size: 80%;
  margin-bottom: 10px;
}
.blog_box .date .cat{
  background: #000;
  color: #fff;
  padding: 0 3px 3px;
}
.blog_box .title{
  font-size: 100%;
  line-height: 1.6;
}

.wp-pagenavi{
  margin: 20px;
}
.wp-pagenavi a{
  color: #535353;
}
.wp-pagenavi .current{
  background: #cdcdcd;
  border: 1px solid #cdcdcd !important;
}
/* ====================================================

サイドバー

=======================================================*/
.sidebar_box .block{
  display: flex;
  align-items: center;
}
.sidebar_box .block:first-of-type{
  background: #cdcdcd;
  padding: 25px 10px;
}
.sidebar_box .block .log_title{
  writing-mode: sideways-rl;
  font-weight: bold;
  font-size: 170%;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 20px 0 10px;
  color: #7c7c7c;
}
.sidebar_box .block .cat_list{
  width: 100%;
}
.sidebar_box .block .cat_list li{
  position: relative;
  overflow: hidden;
}
.sidebar_box .block .cat_list li::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: 0.3s all;
}
.sidebar_box .block .cat_list li:hover:before{
  right: 0%;
}
.sidebar_box .block:first-of-type a{
  display: block;
  color: #000;
  font-size: 160%;
  letter-spacing: 2px;
}

.sidebar_box .log_block{
  width: 95%;
  margin: 10px auto 60px;
}
.sidebar_box .log_block .log_title{
  font-size: 170%;
  letter-spacing: 2px;
  font-weight: bold;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #7c7c7c;
}
.sidebar_box .log_block ul{
  margin: 0 15px;
}

.sidebar_box .log_block a{
  display: block;
  color: #000;
  font-size: 140%;
}
.sidebar_box .log_block .label{
  display: block;
  margin: 0 15px;
  font-size: 140%;
  line-height: 1;
}
.sidebar_box .log_block .label span{
  margin-left: 10px;
  position: relative;
}
.sidebar_box .log_block .label span::before{
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 120%;
  margin: auto;
}
.sidebar_box .log_block .label span::after{
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 120%;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.3s all;
}
.sidebar_box .log_block .label.active span::after{
  transform: rotate(180deg);
}
.sidebar_box .log_block .inner_element{
  transition: 0.3s all;
}
.sidebar_box .log_block .inner_element.active{
  background: #cdcdcd;
}
.sidebar_box .log_block .inner_element li{
  padding: 10px 10px 0;
}
.sidebar_box .log_block .inner_element li:last-of-type{
  padding: 10px 10px 17px;
}
/* ======================================================\
single
============================================================*/
p.main_title{
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 250%;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.single_content_box{
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.single_content_box h1{
  font-size: 170%;
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.post-navigation{
  display: flex;
  flex-direction: column;
  margin: 60px auto;
}
.post-navigation .border{
  width: 100%;
  height: 2px;
  background: #cdcdcd;
}
.post-navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  margin-bottom: 15px;
}
.post-navigation a span{
  display: block;
  white-space: nowrap;
  background: #000;
  color: #fff;
  padding: 6px 10px 10px;
}
.post-navigation a:nth-of-type(2){
  margin-top: 10px;
  flex-direction: row-reverse;
}
/* ===============================================

  column

================================================*/
.category-column {
  width: 100%;
  max-width: 1200px;  /* 最大幅1200px */
  margin: 0 auto;
  padding: 20px 0;
  & .post-content{
    border-radius: 0 10px 10px 10px;
  }
  & h1{
    font-size: 170%;
    color: var(--main);
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 4px solid var(--marker);
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  & .title_02 {
    font-size: 1.5rem;
    color: var(--main);
    margin-top: 1em;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
  }

  & .title_03 {
    font-size: 1.5rem;
    color: var(--main-thin);
    margin-top: 1.6em;
    margin-bottom: 0.4em;
    letter-spacing: 2px;
  }

  & p.txt01 {
    font-size: 1.02rem;
    margin-bottom: 1.4em;
    color: #444;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
  }

  & a.link{
    color: var(--main-thin);
    text-decoration: underline;
  }

  & .article-toc-section{
    padding: 1px 1em 1em;
    background: var(--grey);
  }
  & .article-toc-section .toc-link{
    display: flex;
  }

  /* — リスト装飾 — */
  & .list_01,
  & .list_02 {
    padding-left: 0.2em;
    margin-bottom: 1.4em;
  }

  & .list_01 li {
    font-size: 1.02rem;
    letter-spacing: 2px;
    margin-bottom: 0.4em;
    position: relative;
    padding-left: 1.3em;
  }

  & .list_01 li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main);
    font-weight: bold;
  }

  & .list_02 li {
    margin-bottom: 0.8em;
  }

  /* — テーブル装飾 — */
  & table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
  }

  & table th,
  & table td {
    padding: 14px;
    border: 1px solid var(--grey);
    text-align: left;
  }

  & table th {
    background-color: #d5d5d5;
    color: var(--main);
  }

  & table tbody tr:nth-child(odd) {
    background-color: var(--grey);
  }

  & .faq-container{
    margin-bottom: 30px;
  }
  & .faq-container .faq-item{
    letter-spacing: 1px;
    line-height: 1.8;
  }
  & .faq-container .question-box{
    color: var(--main);
    font-weight: bold;
  }
  & .faq-container .answer-box{
    margin-bottom: 15px;
  }

  /* — リンク・ボタン — */
  & a {
    color: var(--main);
    text-decoration: none;
  }

  & a:hover {
    text-decoration: underline;
  }

  & .button {
    display: inline-block;
    background: linear-gradient(135deg, #ff8c42 0%, #ff5722 100%);
    color: #fff;
    padding: 13px 26px;
    border-radius: 24px;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  & .button:hover {
    background: linear-gradient(135deg, #ffbb80 0%, #ff8c42 100%);
  }

  /* — 画像やメディアのレスポンシブ対応 — */
  & img,
  & video,
  & iframe {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* — CTA ボタン用コンテナ — */
  & .cta-container {
    text-align: center;
    margin: 3em 0;
  }

  /* — ボタン本体 — */
  & .cta-button {
    display: inline-block;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #ff7e5f 0%, #ff5722 100%);
    padding: 1em 2.6em;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  /* — ホバー／フォーカス時の効果 — */
  & .cta-button:hover,
  & .cta-button:focus {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }

  /* — 光沢エフェクト — */
  & .cta-button::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.25), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  & .cta-button:hover::before {
    opacity: 0.4;
  }
  @media (min-width: 600px) {
    & body {
      font-size: 16px;
    }
  }

  @media (min-width: 768px) {
    & p.txy01 {
      font-size: 1.05rem;
    }

    & table th,
    & table td {
      padding: 16px;
    }

    & .button {
      padding: 14px 28px;
    }
  }

  @media (min-width: 1024px) {
    & h1 {
      font-size: 170%;
    }

    & .title_02 {
      font-size: 1.5rem;
    }

    & .title_03 {
      font-size: 1.1rem;
    }

    & p.txy01 {
      font-size: 1rem;
    }
  }
}

/* ===============================================

  column

================================================*/
/*------------------------------

		画像の位置

------------------------------*/
#moji a{
	display: inline-block;
}
.alignleft{
	float: left;
	padding-right: 20px;
}
.alignright{
	float: right;
	padding-left: 20px;
}
.aligncenter{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
/*----------------------------------------------------
	#globalHeader
		ヘッダー
----------------------------------------------------*/
body.home #globalHeader {
	height:100%;
	width:100%;
}


.pagetop {
	position: fixed;
	bottom: -220px;
	right: 20px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 110px;
}


/*/////////////////////////////////*/

#header{
	width: 100%;
	/*position: absolute;
	top: 0;*/
	position: fixed;
  top: 0;
	z-index:999;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 10000;
	min-width: 0;
	background-color: ;
	transition: all .5s;
}
.header .logo{
	display: flex;
	align-items: center;
	height: 100%;
	width: fit-content;
	margin-left: 10px;
}
.header .logo img{
	height: 60%;
	width: auto;
}
.header.change-color{
	background-color: rgba(0,0,0,0.7);
}

/*===================================  header ===================================*/
/*--- ハンバーガーメニュー ---*/
.hamburger {
  position: fixed;
  right: 7px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: 0 0;
  border-radius: 85px 0 0;
  margin: 0 auto 5px;
  z-index: 9999
}

.hamburger .hamburger-button {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 120;
  cursor: pointer
}
.hamburger_span{
  position: fixed;
  right: 7px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  z-index: 120;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.hamburger-active .hamburger_span{
  transform: scale(0);
}
.hamburger_span_close{
  position: fixed;
  right: 7px;
  top: 9px;
  display: inline-block;
  vertical-align: middle;
  z-index: 120;
  width: 70px;
  height: 70px;
  background: transparent;
  margin: 0 auto 5px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s;
  transition-delay: 0s;
}
.hamburger-active .hamburger_span_close{
  transform: scale(1);
  transition-delay: 0.4s;
}
.hamburger_span::before{
  content: 'menu';
  width: fit-content;
  text-align: center;
  position: absolute;
  bottom: 14px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  transition: 0.4s;
}
.hamburger_span_close::before{
  content: 'close';
  width: fit-content;
  text-align: center;
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 75%;
  color: #fff;
  font-weight: bold;
  transition: 0.4s;
}
.hamburger .hamburger-button span {
  position: absolute;
  width: 50%;
  height: .2em;
  right: 0px;
  left: 0;
  top: -7px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  transition: all .5s ease 0s;
  transform: rotate(0deg)
}

.hamburger .hamburger-button span.top {
  transform: translateY(-.5em)
}

.hamburger .hamburger-button span.bottom {
  transform: translateY(.5em)
}

.hamburger-active .hamburger-button span.middle {
  background: 0 0
}

.hamburger-active .hamburger-button span.top {
  transform: rotate(-45deg) translateY(0);
  background: #fff;
}

.hamburger-active .hamburger-button span.bottom {
  transform: rotate(45deg) translateY(0);
  background: #fff;
}

.hamburger .hamburger-menu {
  position: fixed;
  width: 100%;
	top: 100%;
  left: 0;
  min-height: 100dvh;
  z-index: 110;
  overflow-y: auto;
  transition: all .3s ease 0s;
	background: rgba(0,0,0,0.9);
	height:100vh;
}

.hamburger-active .hamburger-menu {
  top: 0%;
  display: flex;
  align-items: center;
 /* justify-content: center;*/
  flex-direction: column;
}

.hamburger .hamburger-menu .hamburger-submenu {
  transform: translateY(1em);
  opacity: 0
}

.hamburger-active .hamburger-menu .hamburger-submenu {
  opacity: 1;
  transform: translateY(0)
}

.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(1) {
  transition: all .5s ease .5s
}

.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(2) {
  transition: all .5s ease .8s
}

.hamburger-active .hamburger-menu .hamburger-submenu:nth-child(3) {
  transition: all .5s ease 1.1s
}
/* ======================ハンバーガーメニュー内装飾=========================== */
.hamburger_menulist{
  width: 90%;
  margin: 70px auto 0;
}
.hamburger_menulist .hamburger-menu_text{
  margin: 0px auto 0px 0;
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ccc;
}

.hamburger_menulist .hamburger-menu_text > a{
  display: block;
  transition: all 0.3s ease;
}
.hamburger_menulist .hamburger-menu_text > a,
.hamburger_menulist .hamburger-menu_text > p{
  padding: 10px 0 10px 20px;
  color: #fff;
	font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}
.hamburger_menulist .hamburger-menu_text:hover > a,
.hamburger_menulist .hamburger-menu_text:hover > p{
  color: #fff;
}
.hamburger_menulist .hamburger-menu_text > a::before,
.hamburger_menulist .hamburger-menu_text > p::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #ffde59;
    transition: transform 0.25s ease;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    pointer-events: none;
}
/* 矢印をちょい動かす（スライド + バウンド） */
.hamburger-menu_text:hover::before,
.hamburger-menu_text:focus-within::before,
.hamburger-menu_text > a:hover::before,
.hamburger-menu_text > a:focus-visible::before,
.hamburger-menu_text > p:hover::before,
.hamburger-menu_text > p:focus-visible::before {
  animation: arrow-bounce 0.5s ease;
}

@keyframes arrow-bounce {
  0%   { transform: translateY(-50%) translateX(0); }
  40%  { transform: translateY(-50%) translateX(6px); }
  70%  { transform: translateY(-50%) translateX(2px); }
  100% { transform: translateY(-50%) translateX(0); }
}
.contact-btn{
  display: block;
  background: var(--main);
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
  border: 1px solid #fff;
}
.contact-btn i{
  margin-right: 10px;
}
/* ======================ハンバーガーメニュー内装飾=========================== */
/* ======================アコーディオン=========================== */
.label{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}
.inner_element{
  position: relative;
  z-index: -1;
  height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.inner_element.active{
  z-index: 1;
}
.hamburger_menulist .inner_element{
  transition: 0.2s;
}
.hamburger_menulist .inner_element a{
  display: block;
}
/* ======================アコーディオン=========================== */
/* ======================アコーディオン option=========================== */
.hamburger-menu .label span{
  width: 17px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.hamburger-menu_text:hover .label span,
.hamburger-menu .label.active span{
  background: #fff;
}
.hamburger-menu .label.active span{
  transform: rotate(180deg);
}
.hamburger-menu .label span::before{
  content: '';
  width: 17px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  margin: auto;
  border-radius: 10px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.hamburger-menu_text:hover .label span::before,
.hamburger-menu .label.active span::before{
  background: #fff;
}
.hamburger-menu .label.active span::before{
  transform: rotate(180deg);
}
.hamburger-menu .label.active{
  color: #fff;
  background: var(--main-thin);
}
.hamburger-menu .inner_element li{
  margin: 0 20px 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hamburger-menu .inner_element li::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: all 0.3s ease;
}
.hamburger-menu .inner_element li:hover:before{
  right: 0%;
}
.hamburger-menu .inner_element li:first-of-type{
  margin: 20px 20px 10px;
}
.hamburger-menu .inner_element li:last-of-type{
  margin: 0 20px 20px;
}
.hamburger-menu .inner_element li a{
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
}
/* ======================アコーディオン option=========================== */
/*////////////  header /////////////////////*/
/*////////////  パンくずリスト /////////////////////*/
.breadcrumb-nav{
  margin-bottom: 30px;
}
.breadcrumb-nav ol{
  display: flex;
  font-size: 0.85rem;
  padding: 5px 10px;
  margin: 10px 0;
  background: #000;
  color: #fff;
  width: fit-content;
}
.breadcrumb-nav ol a{
  color: #fff;
  position: relative;
  padding-right: 5px;
  margin-right: 15px;
  text-decoration: underline;
}
.breadcrumb-nav ol a::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.breadcrumb-nav ol i{
  margin: 0 5px;
}
/*////////////  パンくずリスト /////////////////////*/
/*////////////  Footer /////////////////////*/
footer{
	padding-top: 25px;
	width: 100%;
	position: relative;
	z-index: 0;
	background: #000;
	overflow: hidden;
}
footer::before{
	content: '';
	height: 40vh;
	width: 100%;
	background: url(../img/footer_back.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}
footer::after{
	content: '';
	height: 50vh;
	width: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 53%, rgba(253, 187, 45, 0) 100%);;
	position: absolute;
	top: 20vh;
	right: 0;
	z-index: -1;
}
.footoer-wrapper-center{
	width: 94%;
	margin: 0 auto;
	padding-top: 30px;
	
}

.foot_01{
	padding: 13px;	
}

.foot_02,
.foot_03{
	padding: 20px;	
}

iframe{
	width: 100%;
}



.foot_name{
	color: #fff;
	text-align:center;
	font-size:150%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.footer-address-tell{
	padding-top: 20px;
	color: #fff;
	text-align:center;
	line-height:1.8em;
	font-size:116%;
}
.btn a{
	display:block;
	background:#B7282E;
	color:#fff;
	text-align:center;
	padding:15px 0;
	margin-top:20px;
	letter-spacing:1px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn a:hover{
	opacity:0.8;
}
.footer-address{
	padding-top: 10px;
	color: #fff;
	text-align:center;
	 font-size:0.9rem;
}
.footer-nav{
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer-nav h3{
  color: #fff;
  border-bottom: 2px solid var(--main);
  padding: 0 5px;
  margin-bottom: 10px;
}
.footer-nav ul{
  margin: 0 10px 15px;
}
.footer-nav li{
  margin-bottom: 5px;
}
.footer-nav a{
  display: block;
  color: #fff;
  font-size:0.9rem;
}

.copy{
	padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #000;
    font-size: 12px;
}


@media screen and (min-width: 850px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
  /* ========================================================================

  main-contents

  =========================================================================*/
  .blog_box li{
    overflow: hidden;
    position: relative;
  }
  .blog_box li::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #B7282E;
    position: absolute;
    bottom: 0px;
    right: 100%;
    transition: 0.7s all;
  }
  .blog_box li:hover:after{
    right: 0%;
  }

  .wp-pagenavi{
    width: 95%;
    max-width: 1100px;
    margin: 20px auto 60px;
  }
  /* ========================================================================
  single
  =========================================================================== */
  .post-navigation a{
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .post-navigation a:hover{
    color: #fff;
  }
  .post-navigation a::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: 0.5s all;
  }
  .post-navigation a:first-of-type::before{
    right: 100%;
  }
  .post-navigation a:first-of-type:hover:before{
    right: 0%;
  }
  .post-navigation a:nth-of-type(2)::before{
    left: 100%;
  }
  .post-navigation a:nth-of-type(2):hover:before{
    left: 0%;
  }
  /* ========================================================================

  sidebar

  =========================================================================*/
  .sidebar_box{
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    position: relative;
  }
  .sidebar_box > div{
    width:100% !important;
    height: fit-content;
    background: unset !important;
    position: relative;
  }
  .sidebar_box .block:first-of-type{
    position: relative;
    padding: 20px 0;
  }
  .sidebar_box .block:first-of-type::before{
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #cdcdcd;
  }
  .sidebar_box .block:first-of-type::after{
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 100%;
    right: 0%;
    background: #cdcdcd;
  }
  .sidebar_box .block .log_title{
    margin: 0 20px 0 0;
  }
  .sidebar_box .log_block .log_title{
    border-bottom: unset;
    padding: 0 40px;
    position: relative;
  }
  .sidebar_box .log_block .log_title::before{
    content: '';
    width: 100vw;
    height: 2px;
    background: #cdcdcd;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sidebar_box .log_block ul{
    margin: 0 50px;
  }
  .sidebar_box .log_block .label{
    width: unset;
    margin: 0 50px;
    transition: 0.3s all;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .sidebar_box .log_block .label:hover{
    color: #B7282E;
  }
  .sidebar_box .log_block .label::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #B7282E;
    position: absolute;
    bottom: 0;
    right: 100%;
    transition: 0.3s all;
  }
  .sidebar_box .log_block .label:hover:before{
    right: 0%;
  }
  .sidebar_box .log_block{
    margin: 0px auto 60px;
  }
  .blogarchive_list li{
    position: relative;
    overflow: hidden;
  }
  .blogarchive_list li::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 100%;
    transition: 0.3s all;
  }
  .blogarchive_list li:hover:before{
    right: 0%;
  }
  .log_block .inner_element a{
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .log_block .inner_element a::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 100%;
    transition: 0.3s all;
  }
  .log_block .inner_element a:hover:before{
    right: 0%;
  }
  /* ===================================column=================================== */
  .category-column {
    & h1.post-title {
      font-size: 130%;
    }

    & .article-toc-section{
      padding: 1px 4em 1em;
    }

    & .table-box {
      width: 100%;
      height: auto;
      overflow: auto;
    }

    & table th,
    & table td {
      font-size: 100%;
    }

    & table th:first-of-type,
    & table td:first-of-type {
      min-width: 150px;
    }

    & .list_01,
    & .list_02 {
      padding-left: 0.5rem;
    }
  }
  /* ===================================column=================================== */
  /* ===================================header ============================= */
	#header{
    height: fit-content;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	padding-bottom:10px;
  }
  .header .logo{
    width: 15%;
  }
  .header .logo img{
    width: 100%;
    height: auto;
  }
  #header nav{
    width: 80%;
    display: flex;
    align-items: center;
  }
  .hamburger{
    position: relative;
    display: block;
    width: 100%;
    height: unset;
    margin: unset;
  }
  .hamburger_span,
  .hamburger-button,
  .hamburger-menu .label span{
    display: none !important;
  }
  .hamburger .hamburger-menu{
    top: 0%;
    height: 100%;
    min-height: unset;
    position: relative;
    background: unset;
    overflow: unset;
    display: flex;
    flex-direction: column-reverse;
  }
  .hamburger_menulist{
    width: unset;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin: unset;
  }
  .hamburger_menulist.over{
    width: fit-content;
    background: #006;
    margin: 0 0 5px auto;
  }
  .hamburger_menulist .hamburger-menu_text > a,
  .hamburger_menulist .hamburger-menu_text > p{
    padding: 10px 15px;
    white-space: nowrap;
  }
  .hamburger_menulist .hamburger-menu_text{
    height: 100%;
    border-bottom: unset;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .hamburger_menulist .hamburger-menu_text:hover{
    background: var(--main-thin);
  }
  /* PC用ホバーエフェクト */
  .hamburger-menu_text{
    cursor: pointer;
  }
  .hamburger-menu_text .label{
    pointer-events: none;
  }
  .hamburger-menu_text .inner_element{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 85%;
    height: 0px;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    overflow: 0pa;
    transition: 0.5s;
    padding: 0 20px;
  }
  .hamburger-menu_text .inner_element::before{
    content: '';
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
  }
  .hamburger-menu_text:hover .inner_element::before{
    height: 100%;
  }
  .hamburger-menu_text:hover .inner_element{
    height: fit-content;
    opacity: 1;
  }
  .hamburger-menu_text .inner_element li{
    width: calc(76% / 3);
    margin: 20px auto !important;
    text-align: center;
    border-bottom: 1px solid #fff;
	padding-bottom:10px;
  }
  .hamburger-menu_text .inner_element li:nth-child(4),
  .hamburger-menu_text .inner_element li:nth-child(5),
  .hamburger-menu_text .inner_element li:nth-child(6){
    margin: 0px auto 20px !important;
  }
    /* お問い合わせ・Access・採用情報の区切り線 */
.hamburger_menulist.over .hamburger-menu_text + .hamburger-menu_text {
  position: relative;
}

.hamburger_menulist.over .hamburger-menu_text + .hamburger-menu_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff; /* 色はお好みで */
}
	/* ===================================header ============================= */
  /* =================================== パンくず ============================= */
  .breadcrumb-nav{
    max-width: 1100px;
    margin: -30px auto 60px;
    position: relative;
    z-index: 90;
  }
  /* =================================== パンくず ============================= */
  /* ===================================footer ============================= */
	footer::before{
		height: 100%;
	}
	footer::after{
		position: relative;
	}
  .underfooter-wrapper-center{
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }
  .footer-nav{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 100px;
  }
  .footer-nav .footer-nav-col{
    width: calc(85% / 3);
  }
  .footer-nav a{
    overflow: hidden;
    position: relative;
  }
  .footer-nav a::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 1px;
    width: 100%;
    background: var(--main);
    transition: 0.3s all;
  }
  .footer-nav a:hover::before{
    right: 0%;
  }
  #wrapper{
    width: 100%;
    padding:80px 0 130px;
  }


  /*contents
  ================================================== */

  .support{
    padding-bottom:100px;
  }
  .support h2{
    font-size:44px;
  }
  /* support　*/
  .support_01{
    width: 1100px;
    margin:0 auto 30px;
    display: flex;
    /*gap: 3vw;*/
  }
  .support_01 li{
    margin-left:42px;
    line-height: 1.7;
    list-style:disc;
  }
  .support_01 a{
    overflow: hidden;
    margin-left: 57px;
  }
  .support_01 a:hover{
    overflow: hidden;
    transform: scale(1.01, 1.01);
  }
  .support-text{
    flex: 1;
    letter-spacing: 1px;
  }
  .support-text h2{
    font-family: U-OTF-GothicMB101Upr-Heavy;
    font-size: 161.6%;
    font-style: italic;
    font-weight: bold;
    position: relative;
    line-height:2em;
  }
  .support-text h2::after{
    content: '';/* ボーダーライン */
    display: block;
    width: 200px;
    height: 1px;
    background-color: #B7282E;
    position: absolute;
    left: 5%;
    bottom: -10px;
  }
  .support-text p{
    padding: 30px 15px 0 30px;
    line-height: 2;
    font-size:100%;
  }
  span.blue{
    display: inline-block;
    padding: 10px 55px;
    background-color: #B7282E;
    color: #fff;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    -moz-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    font-size:120%;
  }

  span.blue-gap{
    margin-bottom: 5px;
  }

  .kikai{
    width:640px;
    margin-left:20px;
    padding:70px 0;
  }

  .kikai_02{
    width:640px;
    margin-right:20px;
    padding:70px 0;
  }
  li.bold {
    font-weight:bold;
    font-size:110%;
    margin:5px 0;
    list-style:none;
  }
}