/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/

a {
  text-decoration: none;
  color: inherit;
}
a:hover{
  opacity: 0.7;
}

/* font
------------------------------------------------*/
.text-bold{
	font-weight:bold;
}
.text-bold02{
	font-weight:900;
}
.text-indent{
	padding-left:1em;
	text-indent:-1em;
}
.text-orange{
	color:#ff6c00;
}
.text-white{
  color: #fff;
}
.text-grey{
  color: #4d4e51;
}

/* Bootstrap上書き
------------------------------------------------*/

.btn-primary{
  min-height: 3em;
  line-height: 3em;
  border-radius: 20px;
  background-color: #fff;
  border:double 3px #14a83b; 
  color: #14a83b;
}
.btn-primary:hover{
  background-color: #14a83b;
  border:double 3px #14a83b; 
  color: #fff;
}
.btn-success{
  background: #FFC600;
	color:#333;
	border-color: #FFC600;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #333;
    pointer-events: none;
    background-color: #FFC600;
    border-color: #FFC600;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-c {
  position: relative;
  padding: 1.5rem 1rem;
  color: #333;
  border-radius: 100vh;
  background: #ffc600;
  -webkit-box-shadow: 0 5px 0 #493f1d;
  box-shadow: 0 5px 0 #493f1d;
  transition: all 0.3s;
  font-weight: bold;
  font-size:1.5rem;
}

.btn-c i {
  margin-right: 1rem;
}

.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #fbd857;
  -webkit-box-shadow: 0 2px 0 #008661;
  box-shadow: 0 2px 0 #c7a019;
}

.btn-b {
  position: relative;
  padding: 1.5rem 1rem;
  color: #333;
  border-radius: 100vh;
  background: #ffc600;
  -webkit-box-shadow: 0 5px 0 #493f1d;
  box-shadow: 0 5px 0 #493f1d;
  transition: all 0.3s;
  font-weight: bold;
  font-size:1.5rem;
  width:100%;
}

.btn-b i {
  margin-right: 1rem;
}

.btn-b:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #fbd857;
  -webkit-box-shadow: 0 2px 0 #008661;
  box-shadow: 0 2px 0 #c7a019;
}
@media only screen and (max-width: 991px){
.btn-b {
  padding: 1.5rem 0.5rem;
  font-size:1.2rem;
}}


/* 汎用タイトル
------------------------------------------------*/
.ttl{
  margin-top: 10rem;
  padding-bottom: 3rem;
}
.ttl--first{
  margin-top: 0;
  text-align:center;
}
.ttl_text {
    display: inline-block;
    position: relative;
    color: #333;
	font-size:2.5rem;
	font-weight:bold;
}
.ttl_text:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #333;
}
.ttl_yellow{
	color:#fecb00;
}
@media only screen and (max-width: 1200px){
.ttl_text {
	font-size:2rem;
}}
@media only screen and (max-width: 767px){
.ttl_text {
	font-size:1.8rem;
}}

/* header
------------------------------------------------*/

.h_logo{
  padding: 0.5em;
}
@media only screen and (max-width: 767px){
  .h_logo{
    width: 60%;
	 padding: 0.2em;
  }
}
.navbar {
  padding: 0;
}
#Header .container-fluid{
  padding: 0;
  align-items: normal;
  background-color: rgb(255 255 255 / 40%);
}
.navbar-expand-lg .offcanvas-h100,
.navbar-expand-lg .offcanvas-h100 .offcanvas-body,
.menu-header-menu-container{
  height: 100%!important;
  margin-left: auto;
}
@media only screen and (max-width: 767px){
  .navbar-expand-lg .offcanvas-h100,
  .navbar-expand-lg .offcanvas-h100 .offcanvas-body,
  .menu-header-menu-container{
    height: 100%!important;
    margin-left: 0;
  }
}
.navbar-nav{
  align-items: center;
}
.menu-item{
  margin: 0.5rem 1.5rem;
}
.menu-item a {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
.menu-item a {
  font-size: 1.25rem;
}}
@media only screen and (max-width: 1200px) {
.menu-item a {
  font-size: 1.0rem;
}}

.navbar-nav .current-menu-item a{
  color: #ffc600 !important;
}
.navbar-nav .menu-item-contact a{
  color: #00294d !important;
}

.header__contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 991px){
  .h_textbox{
    text-align: center;
  } 
}

/* 1200px以下 */
@media only screen and (max-width: 1399px) {
.nav-item{
  margin: 0 0.5rem;
}}

.menu-item-contact{
  display: table;
  width: 16rem;
  height: 100%;
  margin: 0;
}
.menu-item-contact a{
  display: table-cell;
  height: 100%;
  background: #ffc600;
  color: #00294d;
  text-align: center;
  vertical-align: middle;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 767px){
  .menu-item-contact a{
    padding: 1rem 0;
  }
}

/* TOP以外header
------------------------------------------------*/

.keyvisual{
  position: relative;
  height: 40svh;
  min-height: 40svh;
  background: url(../images/header_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
.keyvisual .menu-item a {
  color: #fff;
}
@media only screen and (max-width: 767px){
  .keyvisual .menu-item a {
    color: #333;
  }
  .keyvisual .menu-item-contact a{
    color: #fff;
  }
}
.keyvisual .navbar-nav .current-menu-item a{
  color: #ffc600;
}
.keyvisual .navbar-nav .menu-item-contact.current-menu-item a{
  color: #fff;
}
.h_text {
  margin-bottom: 0;
  color: #fff !important;
  font-weight: 700;
  line-height: 0.8em;
  font-size: 3.0rem;
  text-align: center;
  position: relative; /* 下線を擬似要素で入れるため */
  display: inline-block; /* 下線を文字幅に合わせるため */
}

.h_text::after {
  content: "";
  display: block;
  width: 3rem;            /* 下線の長さ（調整可能） */
  height: 5px;            /* 下線の太さ */
  background: #fff;       /* 下線の色 */
  margin: 1.5rem auto 0;     /* 上に余白を追加し、中央寄せ */
}
@media only screen and (max-width: 991px){
  .h_text{
    color: #fff;
	  font-size:3rem;
}}
@media only screen and (max-width: 767px){
  .h_text{
	  font-size:2rem;
}}


/* main
------------------------------------------------*/
.main-content{
  padding: 10rem 0 3rem;
}
.main-content p{
	color:#4d4e51;
}
@media only screen and (max-width: 992px){
.main-content{
  padding: 5rem 0;
}}

/* Footer
------------------------------------------------*/

#Footer {
  background-color: #333;
  color: #fff;
  padding: 3em 0;
}
#Footer .navbar-nav{
  display: block;
}
#Footer li{
  display: inline;
  padding: 0em 1em;
  padding-left: 0;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px){
  #Footer li{
  font-size: 1.12rem;
}}
@media only screen and (max-width: 991px){
  #Footer li{
  font-size: 1.0rem;
}}

#Footer .menu-item{
  margin: 0;
}
#Footer .menu-item a{
  color: #fff;
  font-weight: normal;
}
.f_logo{
  border: 2px solid #fff;
}

/*-----------------------------------------------------
トップページ
-------------------------------------------------------*/

/* Header
------------------------------------------------*/
#Header{
  position: relative;
  height: 105svh;
  min-height: 100svh;
  overflow: hidden;
  background: url(../images/fv_bg.png);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1200px){
#Header{
  height: 75svh;
  min-height: 73svh;
}}
@media only screen and (max-width: 992px){
#Header{
  height: 70svh;
  min-height: 50svh;
}}
@media only screen and (max-width: 767px){
#Header{
  height: 85svh;
  min-height: 95svh;
  background: url(../images/fv_bg_sp.png);
  background-size: cover;
  background-position:bottom;
}}


.fv_textbox{
  padding-left: 5em;
}
.fv_text{
  color: #fff;
  font-weight: 700;
  line-height: 2em;
  font-size: 2.0rem;
}
.fv_textbig{
  font-size: 4.5rem;
}
.fv_textsmall{
  font-size: 3.0rem;
}
.fv_text01{
  color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  font-size: 2rem;
}
.fv_text02{
	color: #fff;
	padding-top:1rem;
}

@media only screen and (max-width: 1200px){
  .fv_textbox{
  padding-left: 2em;
}
.fv_text{
  font-size: 1.8rem;
}
.fv_textbig{
  font-size: 3.5rem;
}
.fv_textsmall{
  font-size: 2.0rem;
}}
@media only screen and (max-width: 991px){
  .fv_textbox{
  padding-left: 0em;
}
.fv_text{
  font-size: 1.5rem;
}
.fv_textbig{
  font-size: 3.0rem;
}
.fv_textsmall{
  font-size: 1.5rem;
}}
@media only screen and (max-width: 767px){
.fv_textbox{
  padding-left: 0em;
}
.fv_text{
  font-size: 1.2rem;
  line-height: 1.8em;
}
.fv_textbig{
  font-size: 2.0rem;
}
.fv_textsmall{
  font-size: 1.5rem;
}
.fv_text01{
  line-height: 1.4rem;
  font-size: 1rem;
}	
.fv_text02{
  margin-top: 1rem;
}}


@media only screen and (max-width: 1200px){
  .fv_textbox{
  padding-left: 2em;
}
.fv_text{
  font-size: 1.8rem;
}
.fv_textbig{
  font-size: 3.5rem;
}
.fv_textsmall{
  font-size: 2.0rem;
}}
@media only screen and (max-width: 991px){
  .fv_textbox{
  padding-left: 0em;
}
.fv_text{
  font-size: 1.5rem;
}
.fv_textbig{
  font-size: 3.0rem;
}
.fv_textsmall{
  font-size: 1.5rem;
}}
@media only screen and (max-width: 767px){
.fv_textbox{
  padding-left: 0em;
  padding-top:3rem;
}
.fv_text{
  font-size: 1.2rem;
  line-height: 1.8em;
}
.fv_textbig{
  font-size: 2.0rem;
}
.fv_textsmall{
  font-size: 1.45rem;
}
.fv_text02{
  margin-top: 2em;
}}

/* サービス内容
------------------------------------------------*/
.service_index{
	padding-top:10rem;
}
.service_index .col-md-6{
  padding: 0;
　display:flex;
}
/* 背景画像共通 */
.service_img {
  background-size: cover;
  background-position: center;
  min-height: 400px; /* PC表示の高さ */
}
/* 各サービスごとに背景指定 */
.service01 {
  background-image: url(../images/top_service01.png);
}
.service02 {
  background-image:  url(../images/top_service02.png);
}
.service03 {
  background-image:  url(../images/top_service03.png);
}
.service04 {
  background-image:  url(../images/top_service04.png);
}

.top_service_ttl{
  font-size: 2.5rem;
  font-weight: 900;
  padding-bottom:2rem;
}
.top_service_text{
  font-weight: 600;
  padding-bottom:0.2rem;
  font-size:1.5rem;
}
.top_service_indent{
	padding-left:1em;
	text-indent:-1em;
}
.top_service_cta{
  background-color: #333;
  padding: 0.5rem;
  border-radius: 50vw;
  color: #fff !important;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  width: 17rem;
}
/* 背景ボックス */
.top_service_bg {
  position: relative;
  background-color: #ffd52e;
  padding: 2rem;
  display: flex;
  flex:1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:28rem;
}

/* --- レスポンシブ調整 --- */
@media only screen and (max-width: 1400px){
  .top_service_ttl{ font-size: 2rem; padding-bottom:2rem; }
  .top_service_text{ font-size:1.2rem; }
  .top_service_bg_text{ bottom:-9rem; font-size:3rem; line-height:6rem; }
  .top_service_bg_num{ font-size:12rem; }
}

@media only screen and (max-width: 1200px){
  .top_service_ttl{ font-size: 1.5rem; padding-bottom:0.5rem; }
  .top_service_bg { height:23rem;}
}

@media only screen and (max-width: 991px){
  .top_service_ttl{ font-size: 1.25rem; padding-bottom:0.5rem; }
  .top_service_text{ font-size:0.9rem; }
  .top_service_cta{ font-size:1rem; width:15rem; }
  .top_service_bg_text{ bottom:-8rem; font-size:2rem; line-height:4.5rem; }
  .top_service_bg_num{ font-size:9rem; }
  .service_index{ padding-top:6rem; }
  .service_img { min-height: 250px; } /* スマホ時高さ */
  .top_service_bg { height:18rem;}
}
@media (min-width: 768px) {
  .service_index .col-md-6 {
    display: flex;
}
.service_img {
    min-height: 250px; /* スマホ時の高さ確保 */
	}}
@media (max-width: 767px){
.top_service_bg {
	height:22rem;
}}

/* テキスト前面 */
.top_service_textbox{ 
  position: relative;
  z-index: 2; /* 前面に固定 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 背景文字 */
.top_service_bg_text{
  position: absolute;
  right:1rem;
  bottom: -13rem;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: 900;
  color: #ffe595 !important;
  line-height: 8rem;
  z-index: 1; /* ここを textbox より小さくする */
  pointer-events: none; /* 背景文字にカーソル干渉させない */
}
.top_service_bg_num{ 
  font-size:17rem;
}
@media only screen and (max-width: 1400px){
.top_service_ttl{
  font-size: 2.5rem;
}
.top_service_text{
  padding-bottom:0.2rem;
  font-size:1.2rem;
}
.top_service_cta{
  padding: 0.5rem;
  font-size: 1.2rem;
  width: 17rem;
}
.top_service_bg_text{
  right:1rem;
  bottom: -9rem;
  transform: translateY(-50%);
  font-size: 3rem;
  line-height: 6rem;
}
.top_service_bg_num{ 
  font-size:12rem;
}}

@media only screen and (max-width: 1200px){
.top_service_ttl{
  font-size: 2rem;
  padding-bottom:0.5rem;
}}

@media only screen and (max-width: 991px){
.top_service_ttl{
  font-size: 1.8rem;
  padding-bottom:0.25rem;
}
.top_service_text{
  padding-bottom:0;
  font-size:0.9rem;
}
.top_service_cta{
  padding: 0.5rem;
  font-size: 1rem;
  width: 15rem;
}
.top_service_bg_text{
  right:1rem;
  bottom: -8rem;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 4.5rem;
}
.top_service_bg_num{ 
  font-size:9rem;
}}

@media only screen and (max-width: 991px){
  .service_index{
   padding-top:6rem;
}}


/* banner
------------------------------------------------*/
.top_banner{
	padding-top:5rem;
}

/*-----------------------------------------------------
新着情報
-------------------------------------------------------*/

.news_day{
  font-size: 1.3rem;
  font-weight: bold;
}
.news_news{
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 0.1em 1.5em;
  border-radius: 20px;
  margin-left: 2em;
}
.news_topics{
  font-weight: bold;
  color: #fff;
  background-color: #29a42f;
  padding: 0.1em 1.5em;
  border-radius: 20px;
  margin-left: 2em;
}
.news_hr{
  border: 1px solid #b5b5b6;
  margin-bottom: 1em;
}
.news_index{
  text-align: right;
  color: #727171;
}

.category-news{
  background: #008ebc;
}
.category-topics{
  background: #ff9c00;
}
.news h2{
	font-size:1.5rem;
}

@media only screen and (max-width: 991px){
  #fv-news h3{
   font-size:1rem;
}
  #news h2{
   font-size:1rem;
}}

/*-----------------------------------------------------
会社概要
-------------------------------------------------------*/

/* 社長挨拶
------------------------------------------------*/

.greetings_ttl{
  font-size: 2.0rem;
  padding-bottom: 0.8em;
}
.greetings_text{
  font-size: 1.15rem;
  line-height: 1.7em;
}

/* 会社概要
------------------------------------------------*/
.company_profile{
	padding-top:10rem;
}
.company_profile_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.company_profile_dt{
  width: 35%;
}
.company_profile_dd{
  width: 65%;
}
@media only screen and (max-width: 767px){
.company_profile {
    padding-top: 5rem;
	}}

/* アクセス
------------------------------------------------*/
.access{
	padding-top:10rem;
}
.access_li{
  padding-left: 1em;
  text-indent: -1em;
}

/*-----------------------------------------------------
事業内容/自動制御工事の設計代行
-------------------------------------------------------*/
.work01{
	padding:0 0 5rem;
}
.work01 p{
  color: #4d4e51;
}
.work01-text{
	font-size:1.2rem;
}
.work01-text_big{
	font-size:1.35rem;
}
.work01_circle{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #ffa100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: #fff !important;
}
.work01_price_big{
  font-size: 3.5rem;
}
.work01_price_small{
  font-size: 2rem;
}
.work01_price_text{
  font-size: 2rem;
}
.work01 table {
  order-collapse: collapse;
}
.work01 th {
  background-color: #ffb400;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  border: 1px solid #999;
  color: #4d4e51;
}
.work01 td {
  border: 1px solid #999;
  padding: 0.25rem 1rem;
  vertical-align: top;
  color: #4d4e51;
}
.work01_td_price {
  white-space: nowrap;
}
.work01_td_note {
  font-size: 0.9rem;
}
.work01_zirei{
  padding-top: 3rem;
}
.work_zirei_ttl{
  color: #fff;
  background-color: #4d4e51;
  border-radius: 50vw;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px){
.work01-text{
  font-size:1rem;
}
.work01-text_big{
  font-size:1.25rem;
}
.work01_circle{
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}
 .work01_price_big{
  font-size: 2rem;
}
.work01_price_small{
  font-size: 1.5rem;
}
.work01_price_text{
  font-size: 1.2rem;
}
.work01 table {
  order-collapse: collapse;
}
.work01 th {
  padding: 0.5rem;
  font-size: 1rem;
}
.work01 td {
  padding: 0.25rem;
  font-size: 0.8rem;
}
.work01_td_price {
  white-space: nowrap;
}
.work01_td_note {
  font-size: 0.7rem;
}}
@media only screen and (max-width: 767px){
.work01-text_big{
	text-align:center;
}
 .work01_price_big{
  font-size: 2.8rem;
}
.work01_price_small{
  font-size: 1.5rem;
}
.work01_price_text{
  font-size: 1.5rem;
}}

/*-----------------------------------------------------
事業内容/電気設備工事一式
-------------------------------------------------------*/
.work02{
  background-color: #f2f2f2;
  padding: 5rem 0;
}
.work02_ttl_bg{
  background-color: #ffb400;
  border: 0.8px solid #514f4d;
  color: #514f4d;
  font-size: 1.2rem;
  padding: 0.3rem 0;
}
.work02 ul{
  padding-left: 0;
}
.work02 li{
  text-decoration: none;
  list-style-type: none;
}
.work02_indent{
	padding-left:3em;
	text-indent:-3em;
}


/*-----------------------------------------------------
事業内容/自動制御設備
-------------------------------------------------------*/
.work03{
  padding: 5rem 0;
}

.work03_ttl_bg{
  background-color: #ffb400;
  border: 0.8px solid #514f4d;
  color: #514f4d;
  font-size: 1.2rem;
  padding: 0.3rem 0;
}
.work03 ul{
  padding-left: 0;
}
.work03 li{
  text-decoration: none;
  list-style-type: none;
}
.work03_indent{
	padding-left:3em;
	text-indent:-3em;
}

/*-----------------------------------------------------
業務実績
-------------------------------------------------------*/
.portfolio_bg_grey{
  background-color: #e8e8e8;
}
.portfolio_col01{
  display: flex;
  justify-content: end;
}
.portfolio_col02{
  display: flex;
  justify-content: start;
}
.portfolio_box{
  width: 60%;
  font-weight: bold;
  padding:1rem;
}
.portfolio_syosai_long{
	height:18rem;
}
.portfolio_syosai_short{
	height:8rem;
}
.portfolio_syosai{
	height:13rem;
}
.portfolio_text_bg{
  background-color: #fed233;
  border-radius: 50vw;
  padding: 0.25rem 0;
  width: 60%;
  font-size: 1.8rem;
}
.portfolio_text{
  font-size: 1rem;
}
.portfolio_koki{
	padding-top:1.5rem;
	align-items: center;
}
.portfolio_koki_bg{
	background-color:#4d4e51;
	padding:0.5rem 1rem;
	border-radius:50vw;
	margin-bottom:0;
	margin-right:1rem;
}
.portfolio_koki_text{
	font-size:1.5rem;
}
.innovation_logo{
	width:18rem;
}
@media only screen and (max-width: 1399px) {
.portfolio_syosai_long{
	height:21rem;
}
.portfolio_syosai{
	height:15rem;
}
.portfolio_koki_text {
    font-size: 1.15rem;
}}
@media only screen and (max-width: 1199px) {
.portfolio_box{
  width: 80%;
}
.portfolio_syosai_long{
	height:18rem;
}
.portfolio_syosai{
	height:13rem;
}
.portfolio_koki_text {
    font-size: 1.15rem;
}}
@media only screen and (max-width: 991px){
.portfolio .row.justify-content-center > div:nth-of-type(odd) {
  background-color: #fff !important; /* 奇数番目は白 */
}
.portfolio .row.justify-content-center > div:nth-of-type(even) {
  background-color: #e8e8e8 !important; /* 偶数番目はグレー */
}
.portfolio_col01{
  justify-content: center;
}
.portfolio_col02{
  justify-content: center;
}
.portfolio_box{
  width: 60%;
}
.portfolio_syosai_long{
	height:auto;
}
.portfolio_syosai_short{
	height:auto;
}
.portfolio_syosai{
	height:auto;
}}

@media only screen and (max-width: 767px){
	.portfolio_box{
  width: 100%;
	}}


/*-----------------------------------------------------
採用情報
-------------------------------------------------------*/
.recruit_bg_grey{
background-color:#e8e8e8;
}
.bosyuyoko{
	padding:3rem 0;
}
.recruit table {
  width: 80%;
  margin:0 auto;
}
.recruit th{
  font-size: 1.5rem;
  padding: 1.5rem 1rem;
  width: 20%;
  background-color:#333;
  color:#fff;
  border: 2px solid #fff;
  text-align:center;
}
.recruit td{
  background-color: #fff;
  border: 2px solid #333;
  padding: 1rem;
}

.recruit_txt_big{
  font-size: 3.5rem;
}
.recruit_txt_small{
  font-size: 2rem;
}
.recruit_txt_black{
  padding-right: 1rem;
  font-size: 1.2rem;
}
.recruit_txt{
  text-align: left !important;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 991px){
.recruit table {
    width: 100%;
}
.recruit_txt_big {
    font-size: 3.2rem;
}}

@media only screen and (max-width: 767px){
.bosyuyoko{
	padding:3rem 1rem;
}
.recruit table {
  width: 100%;
}
.recruit th{
  font-size: 1rem;
  padding: 1.25rem 0;
  width:28%;
}
.recruit_txt_big{
  font-size: 1.8rem;
}
.recruit_txt_small{
  font-size: 1rem;
}
.recruit_txt_black{
  font-size: 0.8rem;
}
.recruit_txt{
  padding-right: 0;
  font-size: 0.6rem;
}}

/*エントリーフォーム
-------------------------------------------------------*/
.recruit_form{
	padding:3rem 0;
}

/*-----------------------------------------------------
プライバシーポリシー
-------------------------------------------------------*/

.privacy-ttl{
  display: inline-block;
  padding-bottom: 0.2em;
  font-size: 1.5rem;
}
.slick-slide{
  margin: 0 0.5rem;
}
.slick-slide img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

/*-----------------------------------------------------
お問合せ
-------------------------------------------------------*/

.wpcf7-list-item.first{
  margin: 0!important;
}
.wpcf7 .wpcf7-spinner{
  display: block;
  margin: 2rem auto 0;
}
