/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
body {
 font-family: 'BIZ UDPGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
   font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
 font-family: 'BIZ UDPGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tegakititle{
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/**/
.author{display:none;}
.vk_posts .vk_post-col-md-6{
	width:calc(50% - 40px);
}
.vk_post_title_new{background-color:#e56756; color:#fff; padding:.3em; border-radius:3px; font-size:.6rem;}
.btn-primary{background-color:#fff;
color:#000;
border-color:#333;}
.taxonomy-category{
text-align:center;
border:1px solid #333;
}
.veu_autoEyeCatchBox{
width:100%;
  height: auto;
  aspect-ratio: 16 / 9;
margin:0 auto 2em;
border:1px solid #eee;
}
.veu_autoEyeCatchBox img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*投稿*/
a.wp-block-latest-posts__post-title{
font-size:.8em;
line-height:1.6em;
}
.wp-block-latest-posts.wp-block-latest-posts__list li time{
font-size:.6em;
line-height:1.6em;
text-align:right;
}
.postListText {
padding:1em 0;
}
.postListText_title a{
font-size:1.2em;
line-height:1.6em;
}
.next-prev-prev.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-start;
}

.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-next.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-end;
}

.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}


@media screen and (max-width: 767px) {
a.wp-block-latest-posts__post-title{
font-size:1em;
line-height:1.6em;
}
.wp-block-latest-posts li > a{
color:#0b97ac;

}
.wp-block-latest-posts.wp-block-latest-posts__list li time{
font-size:.8em;
line-height:1.6em;
text-align:left;
}}
/*TOP*/
.headertext{
width:45%;
height:auto;
background:#fff;
}
.headertext img{
display:inline-block;
}
.tophover a{
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.tophover a:hover{
  transform: translateY(-5px);
}
/*recruit*/
.recruit-title{
color:#0998ad;
border-top:1px solid #0998ad;
width:100%;
}
.recruit h3{
color:#fff;
background:#0998ad;
padding:.6em 1em;
font-size:1.2em;
line-height:1.2em;
width:100%;
margin-bottom:1em;
}
/*form*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

.subtext{
font-size:.8em;
line-height:1.2em;
display:inline-block;
color:#f26957;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #f26957;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
/*  background: #F4F4F4;*/
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
/*  background: #F4F4F4;
  color: #a5a5a5;*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cf7__select select:invalid {
 color: #bbb;
 background: #F4F4F4;
 }

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
/*  padding-left: 72px;*/
  text-align: center;
  margin:1em auto 0;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
  display:block;
  margin:1em auto 0;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

.tegakititle{
font-size:3em;
}
@media screen and (max-width: 767px) {
.tegakititle{
font-size:1.8em;
line-height:1.8em;
}
}
@media (max-width: 991.98px) {
.site-header-logo img{
max-height:30px;
}
}
.vk-mobile-nav-menu-btn,.page_top_btn{

border-radius:100%;
}
.vk-mobile-nav .acc-btn{
border:none;
}