/**
Theme Name: tpl07
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tpl07
Template: astra
*/ :root {
  --heading-font: "Noto Sans JP", sans-serif;
  --heading-en-font: "Aboreto", system-ui;
}
/* Common
---------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp, .sp-block {
    display: block;
  }
}
.center {
  text-align: center;
}
.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
/* InfoBox内CTAのSVG */
.uael-infobox-text-wrap svg {
  fill: var(--ast-global-color-1);
}
.uael-infobox-text-wrap .uael-button-wrapper:hover svg {
  fill: var(--ast-global-color-5);
}
/* beforfooter内ボタンのSVG */
.btn_contact svg {
  width: 25px;
  height: 25px;
}
.btn_contact .elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 角が欠けたブロック */
.co_tl {
  background-color: rgb(255, 255, 255, 0.95);
  /*
  background:
    linear-gradient(135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) left;
  background-size: 100%;
  background-repeat: no-repeat;
	*/
  border-top-left-radius: 20px;
}
.co_tr {
  background-color: rgb(255, 255, 255, 0.95);
  /*
  background:
    linear-gradient(-135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) right;
  background-size: 100%;
  background-repeat: no-repeat;
	*/
  border-top-right-radius: 20px;
}
.co_tltr {
  background-color: rgb(255, 255, 255, 0.95);
  /*
  background:
    linear-gradient(-135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) right, linear-gradient(135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
	*/
  /*linear-gradientの角度の起点は下から上なので、０の時は下から上へのグラデーションになる。*/
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.co {
  background-color: rgb(255, 255, 255, 0.95);
  /*
  background:
    linear-gradient(135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) top left, linear-gradient(-135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) top right, linear-gradient(-45deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) bottom right, linear-gradient(45deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) bottom left ;
  background-size: 50% 50%;
  background-repeat: no-repeat;
	*/
  border-radius: 20px;
}
.co_tl:hover,.co_tr:hover,.co_tltr:hover,.co:hover{
  background-color: rgb(255, 255, 255, 0.85);
}
@media screen and (max-width:768px) {
  .co_tl_sp {
    background-color: rgb(255, 255, 255, 0.95) 0;
    /*
    background:
      linear-gradient(135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) left;
    background-size: 100%;
    background-repeat: no-repeat;
	  */
  }
  .co_tr_sp {
    background-color: rgb(255, 255, 255, 0.95) 0;
    /*
    background:
      linear-gradient(-135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) right, linear-gradient(135deg, rgb(255, 255, 255, 0.95) 20px, rgb(255, 255, 255, 0.95) 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
	  */
  }
  .co_tltr_sp {
    background-color: rgb(255, 255, 255, 0.95) 0;
    /*
    background:
      linear-gradient(-135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) right, linear-gradient(135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
	  */
    /*linear-gradientの角度の起点は下から上なので、０の時は下から上へのグラデーションになる。*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .co_sp {
    background-color: rgb(255, 255, 255, 0.95);
    /*
    background:
      linear-gradient(135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) top left, linear-gradient(-135deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) top right, linear-gradient(-45deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) bottom right, linear-gradient(45deg, transparent 20px, rgb(255, 255, 255, 0.95) 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
	*/
    border-radius: 20px;
  }
.co_tl_sp:hover,.co_tr_sp:hover,.co_tltr_sp:hover,.co_sp:hover{
  background-color: rgb(255, 255, 255, 0.85);
}
}
/* Table */
table {
  border-left: none;
}
th, td {
  padding: 20px;
  border-right: none;
  text-align: left;
}
td ul, td p {
  margin: 0;
}
/* サイトロゴ */
.ast-site-identity{
	padding:0 !important;
}
/* #sub_nav お問い合わせ・求人情報ボタン
---------------------------------------- */
#sub_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: auto;
}
@media screen and (max-width:1000px) {
  #sub_nav {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #ast-scroll-top {
    bottom: 100px;
  }
}
/* #ast-scroll-top スクロールトップ
---------------------------------------- */
@media screen and (max-width:1000px) {
  #ast-scroll-top {
    bottom: 100px;
  }
}
/* .pageheader ページヘッダー
/* タイトルと英字はshortcodeで自動出力
---------------------------------------- */
.pageheader h1 {
  color: var(--ast-global-color-5);
  font-family: var(--heading-font);
  font-kerning: normal;
  letter-spacing: 10px;
}
.pageheader .en {
  position: absolute;
  bottom: -5vh;
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--ast-global-color-5);
  font-family: var(--heading-en-font);
  font-size: calc(100vw / 7);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
@media screen and (max-width:1000px) {
  /*
  .pageheader h1 {
    max-height: calc(6em + 50px);
  }*/
  .pageheader .en {
    bottom: 0;
    font-size: calc(100vw / 6);
  }
}
/* .pankuzu パンくず
---------------------------------------- */
.pankuzu {
  font-size: 0.75rem;
}
/* .title　見出し
---------------------------------------- */
.title .uael-sub-heading:before {
  display: inline-block;
  content: "/";
  margin-right: 1em;
}
.title .uael-sub-heading:after {
  display: inline-block;
  content: "/";
  margin-left: 1em;
}
/* #catchcopy キャッチコピー(ホーム)
---------------------------------------- */
#catchcopy .uael-heading-wrapper:before {
  transform-origin: left top;
  transform: rotate(-90deg);
  padding-left: 90px;
}
#catchcopy .uael-heading-wrapper:after {
  position: absolute;
  left: 8px;
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px solid var(--ast-global-color-5);
  transform-origin: left top;
  transform: rotate(90deg);
}
#catchcopy .uael-sub-heading {
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
}
#catchcopy .uael-subheading {
  display: inline-block;
  padding: 0.5em 1em 0.75em;
  background: var(--ast-global-color-8);
}
/* .top_business 事業案内パーツ(ホーム)
---------------------------------------- */
.top_business .uael-infobox-content {
  position: relative;
}
.top_business .uael-infobox-title-prefix {
  position: absolute;
  left: calc(-100% - 7px);
  width: 100%;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  padding-right: 15px;
  text-align: right;
}
.top_business .uael-infobox-title-prefix:before {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px solid var(--ast-global-color-1);
}
.top_business .uael-infobox-text {
  text-align: left;
}
.top_business .elementor-button-link {
  width: 100%;
}
@media screen and (max-width:1200px) {
  .top_business .uael-infobox-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .top_business .uael-infobox-title-wrap {
    grid-column: 1/3;
  }
  .top_business .uael-infobox-title-wrap .uael-infobox-title {
    text-align: left;
  }
  .top_business .uael-imgicon-wrap {
    grid-column: 1/2;
  }
}
@media screen and (max-width:768px) {
  .top_business .uael-infobox-content {
    display: block;
  }
  .top_business .uael-infobox-title-prefix:before {
    width: 60px;
  }
}
/* .top_news お知らせパーツ(ホーム)
---------------------------------------- */
.top_news .uael-post__content-wrap {
  display: flex;
  /* align-items:center; */
}
.top_news .uael-post__meta-data {
  order: 1;
  margin-right: 1em;
}
.top_news .uael-post__meta-data:after {
  display: inline-block;
  content: "・";
  margin-left: 1em;
}
.top_news .uael-post__terms-wrap {
  order: 2;
  margin-right: 1em;
}
.top_news .uael-post__title {
  order: 3;
}
@media screen and (max-width:768px) {
  .top_news .uael-post__content-wrap {
    flex-wrap: wrap;
  }
  .top_news .uael-post__meta-data, .top_news .uael-post__title {
    width: 100%;
  }
  .top_news .uael-post__meta-data:after {
    display: none;
  }
}
/* .uael-post postsパーツ
---------------------------------------- */
.uael-post__header-filters li.uael-post__header-filter:first-child {
  background: var(--ast-global-color-5) !important;
  color: var(--ast-global-color-8) !important;
}
/* 投稿がないカテゴリアーカイブで検索非表示
---------------------------------------- */
.no-results.not-found{
	display:none;
}
/* Google map
---------------------------------------- */
.iframe {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.iframe:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* Contact Form
---------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}
.look {
  margin: 50px 0;
  padding: 2.5% 5%;
  background: var(--ast-global-color-6);
}
.look ul.co {
  padding: 2.5%;
}
.look ul.co li {
  margin-left: 1.5em;
}
.inquiry td {
  padding: 20px 20px 0;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto, .inquiry .any {
  display: inline-block;
  width: 4em;
  margin-right: 7px;
  padding: 5px 0;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
/*必須の調整*/
.haveto {
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-5);
}
/*任意の調整*/
.any {
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .inquiry th, .inquiry td {
    display: block;
  }
  .inquiry th {
    padding: 20px 0 0;
    border-bottom: none;
  }
  .inquiry td {
    padding: 0 0 20px;
  }
  #formbtn {
    width: 100%;
  }
}


/*表*/
table.top th {
width: 20%
}


@media screen and (max-width:768px) {
	table.top th, table.top td {
		display: block;
		width: 100%;
	}
	table.prof th {
	width: 30%;
}
}

/*メインメニュー*/
.main-header-bar-navigation nav span {
	
	color: #fff;
}
.main-header-bar-navigation nav span:hover {
	color:var(--ast-global-color-2);
	transition: 0.5s;
}