@charset "utf-8";
/*
Theme Name: くらボ

 * 【重要警告】
 * このWordPressテーマは R-design が著作権を有しています。
 * 無断での使用・コピー・改変・再配布は、著作権侵害にあたります。
 * 不正利用が確認された場合、アクセスログやコード署名をもとに、
 * 弁護士を通じて法的手段を取らせていただきます（実例あり）。
 *
 */

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%;
  max-height: 100%;
}

a{
	color: inherit;
	text-decoration: none;
}
*:focus:not(:focus-visible),
*:focus-visible{
  outline: none;
}

body {
  font-size: 16px;
  font-family: 游ゴシック,YuGothic,游ゴシック体,Noto Sans JP,BIZ UDPGothic,Meiryo,Helvetica Neue,Arial,sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #1c1c1c;
  position: relative;

	background-color:#fbf6eb;
font-feature-settings: "palt";
}


.header-flex{padding-left: 10px;}

.header-flex a{line-height: 0;transition: .5s;}
.header-flex{display: flex;justify-content: space-between;height: 100px;align-items: center;}
.header-flex img{height: 100px;width: auto;}
.header-bt{display: flex;justify-content: flex-end;height: 100%;}
.h-bt-apply{display:block;aspect-ratio: 5 / 4;background:url('../../../image/common/header_apply.svg');background-size:cover;background-color:#b70d0d;}
.h-bt-panf{display:block;aspect-ratio: 1 / 1;background:url('../../../image/common/header_panf.svg');background-size:cover;background-color:#4e4e4e;}
.h-bt-works{display:block;aspect-ratio: 1 / 1;background:url('../../../image/common/header_works.svg');background-size:cover;background-color:#ad9667;}
@media screen and (max-width: 959px) {
.h-bt-apply,.h-bt-panf{aspect-ratio:1 / 1;background-size:100% !important;background-position:center !important;background-repeat:no-repeat !important;}
.h-bt-apply{background:url('../../../image/common/fixed-bt_h_apply.svg');background-color:#b70d0d;}
.h-bt-panf{background:url('../../../image/common/fixed-bt_h_panf.svg');background-color:#4e4e4e;}
}


.hoso{font-size:75%;}

nav {
  background: #b70d0d;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .sp {display: block;}
  .pc {display: none;}
  .header-flex {
    width: calc(100% - 50px);
    height: 50px;
	padding-left: 0px;
  }
  .header-flex img {max-height:50px;width: 100%;height: auto;}
  .header-bt{margin-left:5px;}
  
  header > div {
  position: fixed;
  top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	z-index: 18;
	background-color: #fffeee;
  }
  nav{width: 50px;height: 50px;border-top: none;background-color:#151515;border-bottom:none;}
  nav nav {display: inline;}
}

.menu__box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

@media screen and (max-width: 959px) {
  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: #231815;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 20;
    transition-duration: 0.5s;
  }
}
.menu__item {
  display: flex;
  flex-direction: column;
  padding: .5rem 0;
  color: #1c1c1c;
  font-weight: 500;
  text-decoration: none;
}
.menu__item span{border-left: 2px solid #FFF; padding: 0 1.5vw; color: #FFF; }
@media screen and (max-width: 959px) {
  .menu__item {
    display: block;
    padding: 6px 0px;
    color: #ffffff;
    font-size: 15px;
    transition-duration: 0.5s;
  }
  .menu__item:hover {
    background-color: #4f5464;
  }
  
.menu__item span{border-left:none;padding: 0; color:#FFF;}
}
/* 子メニュー */
.menu_sub_box {
  display: none;
  position: absolute;
  z-index: 30;
  top: 40px;
  width: 100%;
  background-color: #151515;
  color: #FFF;
  transition: .5s;
}

.menu__box .-child{position: relative;transition: .5s;}
.menu__box .-child a{}
.menu_sub_box a{display: block; padding: 8px 5px 8px 10px; width: 100%;transition: .5s;}
.menu_sub_box a:hover{background-color: #b70d0d;transition: .5s;color: #FFF;}

@media screen and (min-width: 960px) {.menu__box .-child:hover .menu_sub_box{display: block;transition: .5s;}}
@media screen and (max-width: 959px) {
.menu_sub_box{width: 100%;display: flex;flex-wrap: wrap;position: relative;top:unset;padding: 0 10px 10px 20px;background-color: inherit;}
.menu_sub_box li{width: 50%;font-size: 14px;text-align: left;}
.menu__box .menu_sub_item:before{content:"-";display: inline-block;padding-right: 5px;font-size: 18px;}
.menu_sub_box a{display: block; padding: 4px 0; width: 100%;transition: .5s;}

}

#menu__toggle {
  opacity: 0;
  display: none;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #FFF;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #FFF;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
  padding: 15px 0 30px 30px;
  text-align: left;
}
.menu__btn {
  transition-duration: 0.25s;
  
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 22;
}
.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: '';
  top: -8px;
  transition-duration: 0.25s;
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: '';
  top: 8px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 959px) {
  .menu__btn {
    display: none;
  }
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.pagination {
    margin: 10px 0 0;
	background:unset;
}
.nav-links {
    display: flex;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 1px 15px;
    color: #0f1419;
    background: #fff;
    border: 1px solid #231815;
}
.pagination .current {
    background: #231815;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #231815;
	border:none;
	padding:0;
}
.pagination .prev:before{content:"<<";padding-right:5px;}
.pagination .next:after{content:">>";padding-left:5px;}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}

/* メールフォーム */
section.apply{max-width: 1100px;margin: 20px auto 30px;background-color: #FFF;border-radius: 14px;padding: 40px 30px 10px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}

.apply-title{font-size: 42px;text-align: center;color:#231815;line-height:1.2;}
.apply-hoso{padding: 30px 0 15px;text-align: center;font-size: 18px;font-weight: 500; }
.apply-hoso b{font-size: 24px;font-weight: 600;color:#231815; }
.Form {
  margin: 0 auto 15px;
  max-width: 800px;
}
.Form .hoso{font-size:15px;padding-top:20px;font-weight:400;letter-spacing:.01rem;}
.apply-thx-come{text-align: center;font-size: 18px;line-height:2;padding:30px 0;}

@media screen and (max-width: 480px) {section.apply{width: calc(100% - 30px);margin: 20px auto;padding: 20px 15px;}
.apply-title{font-size: 17px;}
.apply-hoso{padding: 10px 0 15px;text-align: center;font-size: 13px;font-weight: 500; }
.apply-hoso b{font-size: 15px;font-weight: 600;color:#231815; }
.Form {width: 100%;}
.Form .hoso p{display:flex;justify-content:flex-start;}
.Form .hoso .red{font-size:88%;}
.apply-thx-come{text-align: justify;font-size:88%;line-height:2;padding:20px 0;}
.wpcf7-list-item {margin:0 !important;}
}

.Form-Item {
  border-bottom: 1px dashed #ddd;
  padding:15px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding:0 0 10px;
	margin-bottom: 10px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
	margin-bottom: 10px;
  }
}
.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #231815;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
	  width:100%;
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 120px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
	  width:100%;
    margin-left: 0;
    height: 100px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-select{
	border: 1px solid #ccc;
    height: 40px;
    width: 410px;
    padding: 0.4em 0.8em;
    margin-left: 40px;
    border-radius: 6px;
    color: #333;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
	.Form-Item-select{width: 100%;margin-left: 0;height: 40px;font-size: 15px;}
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
  display: block;
  letter-spacing: 0.05em;
  background: #231815;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border: none;
	transition:.3s;
}
.Form-Btn:hover{background:#b70d0d;transition:.3s;}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    font-weight: 500;
	font-size: 1rem;
  }
}

.hisu{font-size:.75rem;padding-left: 8px;color:#231815;}

/* プライバシーポリシー */
.privacy{max-width: 1100px;margin: 0 auto;text-align: justify;}
.privacy p{line-height: 2;padding: 0 1rem;}
.privacy h2 {margin: 3rem 0 15px 0;padding: .5rem 0 .5rem 1rem;font-size: 1.5rem;border-left: 5px solid #231815;}
.privacy ol {margin: 20px 0 0 50px;}
.privacy ol li{position: relative;list-style: outside decimal;padding: .5rem 0;}
.privacy ol li:first-child{padding-top: 0;}
.privacy ol li::marker {font-size: 130%;font-weight: 700;color: #231815;}
.privacy .tR{text-align: right;padding-top: 1rem;font-size: 90%;}

@media screen and (max-width: 480px) {
  .privacy p{line-height: 1.6;padding: 0 .5rem;}
  .privacy h2 {margin: 1.5rem 0 10px 0;padding: .3rem 0 .3rem .5rem;font-size: 1.2rem;}
  .privacy ol {margin: 20px 0 0 40px;}
  .privacy ol li ol {margin: 20px 0 0 25px;}
}
  

.upper-roman > li{list-style-type: upper-roman !important;}
.lower-roman > li{list-style-type: lower-roman !important;}

.mail {text-align: left;}
.mail a{color:#231815;letter-spacing: .1rem;}
.mail a:hover{border-bottom:1px solid #231815;}

.single-post-waku > p >a{padding:0 3px;border-bottom:2px dotted #231815;transition:.5s;display:inline-block;}
.single-post-waku > p >a:hover{color:#231815;border-bottom:2px dotted;}


/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/

#sc{height:140px;}
@media screen and (max-width: 480px) {#sc{height:80px;}}

#header{
    /*fixedで上部固定*/
	position: fixed;
	width:100%;
    z-index: 999;/*最前面へ*/
	background-color:#fcf6eb;
}

/*　上に上がる動き　*/

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

.company-table dd hr{border-top: 2px dotted #efefef;border-bottom:none;border-left:none;border-right:none;}

/*　reCAPTCHA　*/
.grecaptcha-badge { visibility: hidden; }
.reC {font-size:.8rem;color:#666;text-align:center;}
@media screen and (max-width: 480px) {.reC {font-size:min(3vw,.8rem);}}
.caption{text-align:center;padding-top:5vw;}
.caption a{color:#231815;transition:.3s;}
.caption a:hover{border-bottom:2px dotted #231815;}

.post-null {padding: 30px; text-align: center;}