/*
Theme Name: jobbeatnavi
Theme URI: https://wordpress.org/themes/jobbeatnavi/
Author: upto
Description: ジョブビートナビのワードプレステーマです。
Version: 1.9
*/

/*ここからcss記述*/
/*ここからcss記述*/
/*ここからcss記述*/


/*全体の設定*/
p{
  line-height: 35px;
  font-size: 15px;
}
body{
  font-family: sans-serif;
  margin: 0;
padding: 0;
}

ul li{
  list-style: none;
}
td,tr{
  font-size: 15px;
}


/*pc*/
/*ヘッダー*/

.header_blue{
background-color: #4584CE;
height: 70px;
}
.pc_menu{
position: relative;
max-width: 100%;
margin-top: 2%;
margin-bottom: 2%;
}
.pc_menu a img{
width: 12%;
margin-left: 60px;
}
ul.header_ul{
position: absolute;
top: 35%;
left: 40%;
transform: translate(-30%);
margin-top: 2%;
margin: 0 auto;
width: 1000px;
}
nav.header_nav{
  float: right;
  margin-right: 60px;
}
nav.header_nav,ul.header_ul,li.header_li{
  display: inline-block;
}

ul.header_ul_number{
  float: left;
}
li.header_li:not(:first-child) {
  margin-left: 30px;
}
li.header_li{
white-space: nowrap;
border-left: 1px solid #000;
}

a.header_link{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding-left: 30px;
}

ul.header_ul_number{
  margin: 0;
  display: none;
}
li.header_li_number{
  font-weight: bold;
  text-align: center;
}
li.header_li_number span{
font-weight: bold;
color: red;
font-size: 40px;
}

/*spヘッダーハンバーガーメニュー*/
.sp-menu{
  align-items: center;
  height: 70px;
  max-width: 100%;
}
.sp-menu__box {
  position: absolute;
  top: 0;  
  right: 0; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  z-index: 100;
  background-color: #4584CE;
}
.sp-menu__box span,  
.sp-menu__box span:before, 
.sp-menu__box span:after { 
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .hamburger__content {
  left: 0;
}
   #sp-menu__check:checked ~ .sp-menu__content {
    left: 0;
  }
  .sp-menu__content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 90;
    background-color: #fff;
    opacity: 0.9;
    transition: all 0.5s;
  }
  .sp-menu__list {
    padding: 150px 10px 0;
    text-align: center;
  }
  .sp-menu__item {
    list-style: none;
  }
  .sp-menu__link {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 15px 10px 0;
  }
  .sp-menu__link:hover{
    color: #4584CE;   
  }
img.sp_logo {
    width: 11%;
    z-index: 5;
    top: 0;
    padding: 1%;
}

/*フッター*/
footer {
  background-color: #F0F0F0;
  color: #000;
  border-top: 15px solid #3AB4EB;
  position: relative; /* 親要素として位置を基準にするために追加 */
}

.footer_area {
  padding: 2%;
  display: flex;
  justify-content: space-evenly;
}

.footer_left {
  width: 35%;
  border-right: 1.5px solid #000;
}

.footer_left .footer_left_img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}

.footer_left .icon_box_img {
  width: 10%;
  height: auto;
  margin: 0 auto;
}

.footer_left p {
  font-size: 12px;
  line-height: 18px;
}

.fo_ri_contents nav ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
}

/* リストアイテムのスタイル */
.fo_ri_contents nav ul li {
  position: relative; /* ドロップダウンのために必要 */
  margin-right: 60px;
}

/* リンクのスタイル */
.fo_ri_contents nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap; /* テキストの改行を防止 */
}

/* ドロップダウンメニューのスタイル */
.fo_ri_contents nav ul li ul.dropdown-content {
  display: none; /* デフォルトでは非表示 */
  position: absolute; /* 親の下に表示 */
  top: 100%; /* 親の下に配置 */
  left: 0;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 300px; /* 最大幅を設定 */
  overflow: hidden; /* はみ出しを隠す */
}

/* ドロップダウンメニュー内のリストアイテム */
.fo_ri_contents nav ul li ul.dropdown-content li {
  margin: 0;
}

/* ドロップダウンメニュー内のリンク */
.fo_ri_contents nav ul li ul.dropdown-content li a {
  padding: 6px 20px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap; /* テキストの改行を防止 */
}

/* ドロップダウン表示のためのホバー効果 */
.fo_ri_contents nav ul li:hover ul.dropdown-content {
  display: block;
  left: auto; /* 必要に応じて調整 */
  right: 0; /* 親要素の右端に揃える */
}

/* footer_titleクラスのスタイル */
p.fo_title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #000;
}

/* fo_ri_left_boxクラス内の段落のスタイル */
.fo_ri_left_box p {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}
.footer_right {
margin-top: 3%;
}

/*ダミー*/
/*ダミー*/
.dummy_img{
 text-align: center;
padding: 2% 5%;
}
.dummy_img img{
width: 90%;
}
.event{
  margin-top: 8%;
}
.new_job{
  margin-top: 8%;
}
.event_dummy{
  text-align: center;
  margin-top: 5%;
}
.event_dummy img{
width: 85%;
}


/*トップ*/
/*トップ*/
.padding_area{
padding: 0;
margin: 3%;
}
.padding_area_jobs{
  padding: 0;
  margin: 6%;
}

/*共通タイトル*/
p.top_title{
font-size: 27px;
font-weight: 700;
margin-left: 3%;
}

p.top_title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #4584CE;
  margin-top: 20px;
}
/*共通タイトル(青背景部分)*/
.blue_area{
  width: 100%;
  height: 250px;
  background-color: #51CAFF;
  position: relative;
}
.blue_box{
  position: absolute;
  top:50%;
  left:5%;
  transform:translate(-5%,-50%);

}
p.blue_tit1{  
font-size: 32px;
color: #fff;
font-weight: bold;
margin: 0;
}
p.blue_tit2{
  margin: 0;
color: #fff;
font-weight: bold;
text-align: center;
margin-top: 2%;
}

.jobs_area{
  margin-top: 10%;
}
.jobs_img {
  width: 29%; /* 画像をさらに小さくするために幅を20%に設定 */
  box-sizing: border-box; /* paddingやborderが含まれても幅が変わりません */
}

.jobs_img:nth-of-type(n+4) {
  margin-top:8%;
}
.jobs_img img {
  width: 100%; /* 親要素に合わせて画像の幅を設定 */
}

.jobs_box {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  gap: 6%;
}

/*スライダー*/
.top_slider{
position: relative;
}
img.slider_txt{
width: 43%;
position: absolute;
z-index: 1;
bottom: 0;
left: 5%;
}






/*ライン*/
.line{
  margin-top: 5%;
  text-align: center;
  margin-top: 7%;
  margin-bottom: 7%;
}
.line img{
  width: 5%;
}
.line_txt img{
width: 2%;
}
p.line_txt{
  font-weight: bold;
font-size: 15px;
}

.line_txt{
display: flex;
text-align: -webkit-center;
gap: 5%;
justify-content: center;
}
img.left{  transform: rotateZ(-20deg);
}
img.right{
transform: rotate(20deg);
}
.contact{
  text-align: center;
  background-image: url("https://jobbeat-navi.co.jp//wp-content/themes/jobbeatnavi/img/top/contact_txt.png");
  background-size: 70%;
  background-repeat:  no-repeat;
  background-color:rgba(255,255,255,0.68);
  background-blend-mode:lighten;
  margin-top: 7%;
}
.contact_tit p {
  font-size: 27px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.contact_tit::before {
  content: '';
	display: block;
	width: 85px;
	height: 5px;
	background: #FFBC60;
	margin: 0 auto;
}
.contact_box{
  overflow: hidden;
  display: flex;
  margin-top: 3%;
}
.contact_box01{
  position: relative;
  flex-grow: 1;
  width: 46%;
}

.contact_box01::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #bbbbbb; /*--縦線の色--*/
}
.contact_box01 img{
  width: 5%;
}
.contact_box02 img{
  width: 8%;
}

.contact_box02{
  flex-grow: 1;
  width: 50%;
}
p.ko_bo_tit{
  font-size: 23px;
  font-weight: bold;
}
a.ko_bo_tell{
  font-size: 45px;
  font-weight: bold;
}
.btn a {
  position: relative;
  display: block;
  width: 440px;
  padding: 15px 0;
  background-color:#4584CE;
  font-weight: 700;
  color: #fff;
  line-height: 3.7;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
  margin: 0 auto;
}
.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* 光のスタイル */
.btn-flash a {
  overflow: hidden;
}
.btn-flash a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .5s;
}

/* ホバー時のスタイル */
.btn-flash a:hover::before {
  top: 0;
  left: 100%;
}
p.footer_sab{
  font-size: 12px;
  margin: 0;
}


/*就活お役立ち情報*/
.information{
background-color: #F0F0F0;
padding: 3%;
}
.information_box{
padding: 5% 5% 0;
}

/* トップボタンのスタイル */
a.btn_03 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 120px;
margin: auto;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #4584CE;
color: #4584CE;
border-radius: 100vh;
transition: 0.2s;
}
a.btn_03:hover {
color: #fff;
background: #4584CE;
}


/* 固定ページ(ジョブビートナビとは) */
/* 固定ページ(ジョブビートナビとは) */
.about_area{
margin-top: 5%;
padding: 0;
margin: 3%;
}
.about_top {
text-align: center;
overflow: hidden;
}

.about_top h1 {
  width: 40%;
  margin: 0 auto;
  background:linear-gradient(transparent 70%, #F9CF00 0%);
  font-size: 30px;
  }

.about_top p{
  margin-top: 5%;
}  

.about_point{
margin-top: 5%;
}
.point_left{
  border:  2px solid #000;
  width: 83%;
  padding: 3%;
  display: flex;
  margin-right: auto;
  margin-top: 5%;
}

.point_light{
  border:  2px solid #000;
  width: 83%;
  padding: 3%;
  display: flex;
  margin-left: auto;
  margin-top: 5%;
}

p.number{
  font-weight: bold;
  color: #4584CE;
  border-bottom:2px solid #4584CE;
  width: 20%;
}

p.title{
  font-size: 22px;
  font-weight: bold;
  color: #4584CE;
}

.point_img{
  text-align: end;
}

.point_img img{
  width: 80%;
}
.point_text{
  width: 100%;
}

/* 先輩たちの声 */

.about_category{
  text-align: center;
  margin-top: 10%;
}

.about_category h1 {
  width: 45%;
  margin: 0 auto;

  }


.about_category h1 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: inline-block;
  }
.about_category h1::before {
    content: '';
    display: block;
    width: 85px;
    height: 5px;
    background: #F9CF00;
    margin: 0 auto 30px;
  }

/* 企業申請方法*/
.about_category p{
margin-top: 5%;    
}

.application_box{
  border: 2px solid #000;
  padding: 10%;
  text-align: center;
  margin: 3%;
}

.application_area img{
  width: 40%;
}
p.application_tit{
  font-size: 22px;
  font-weight: bold;
}

.circle {
  position: relative;/* ←文字の親要素に指定 */
  width: 120px;
  height: 120px; 
  background-color: #4584CE;
  border-radius: 50%; 
  text-align: center;
  margin: 5%;
}
.circle-inner {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 20px
}

.application{
  width: 30%;
  text-align: -webkit-center;
}
.application_area:after {
  content: "";
  display: block;
  width: 50%;
}

.application_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 5% 5%;
}

.buttonIconText03 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #51CAFF; /* 線の色と一致 */
  text-align: center;
  overflow-wrap: anywhere;
  border: 1.5px solid #51CAFF;
  border-radius: 50px; /* ボタンの高さの半分 */
  margin: 20px auto; /* 中央揃えと上下の余白 */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s; /* 背景色と文字色のアニメーション */
}

.buttonIconText03__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
  margin-top: 5%;
}

.buttonIconText03_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  transition: transform 0.2s, stroke 0.2s; /* アイコンのアニメーション */
}

.buttonIconText03_text {
  flex-shrink: 1;
  width: 100%;
}

.iconArrowRight path {
  stroke: #51CAFF; /* 初期状態のアイコン色 */
}

@media (any-hover: hover) {
  .buttonIconText03:hover {
    color: #fff; /* ホバー時の文字色 */
    background-color:#51CAFF;
  }

  .buttonIconText03:hover .buttonIconText03_icon path {
    stroke: #fff; /* ホバー時のアイコン色 */
  }

  .buttonIconText03:hover .buttonIconText03_icon {
    transform: translateX(4px);
  }

  .buttonIconText03:hover .buttonIconText03_icon__left {
    transform: translateX(-4px);
  }
}

/* トップラインボタンのスタイル */
.buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #FFBC60;
  border-radius: 50px; /* (buttonの高さ / 2) の値 */
  margin: 20px auto; /* ボタンを中央揃えにし、上下に余白を追加 */
  text-decoration: none;
  font-weight: bold;
}
.iconArrowRight_2 path {
  stroke: #fff; /* 初期状態のアイコン色 */
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}
@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover .buttonIconText02_icon path {
    stroke: #fff; /* ホバー時のアイコン色 */
  }
  .buttonIconText02:hover {
    background-color: #fbca85;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}
/*よくあるご質問*/
.question_area{
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}

.ac-menu-inside{
  font-size: 15px;
}

/* アコーディオンメニュー */
.ac-menu:last-child {
  margin-bottom: 60px; /* 最後の要素の下にだけ余白 */
}
.ac-menu input {
  display: none;
}
.ac-menu label {
  color: #fff; /* 文字色 */
  font-size: 18px; /* 文字サイズ */
  line-height: 2; /* 行間 */
  font-weight: bold; /* 文字を太く */
 background: #51CAFF;
 border: 1px solid #000;
  padding: 1.5%; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin: 1%;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px; /* 中身の枠内の余白 */
  background:#fff; /* 中身の背景色 */
}
.ac-menu-inside {
  color: #333; /* 中身の文字色 */
  line-height: 2; /* 行間 */
}

/* 固定ページ(就活お役立ち情報) */  
/* 固定ページ(就活お役立ち情報) */ 
.information_area {
padding: 5% 3% 0;
} 
.information_txtimg img{
width: 100%;
}
.information_title span{
border:1px solid #000;
margin-right: 1%;
font-size: 20px;
font-weight: bold;
}
.information_box2 {
display: flex;
gap: 2%;
margin-bottom: 5%;
flex-wrap: wrap;
}
p.information_title {
font-weight: bold;
font-size: 20px;
border-bottom: 1px solid #000;
}
.information_txtimg {
width: 32%; /* 幅を33.33%以下に設定 */
}
/* ボタン */
a.btn_04 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 100px;
margin: auto;
padding: 0.5rem 4rem;
font-weight: bold;
border: 2px solid #4584CE;
color: #4584CE;
border-radius: 100vh;
transition: 0.2s;
margin-top: 8%;
margin-bottom: 25%;
background-color: #fff;
}
a.btn_04:hover {
color: #fff;
background: #4584CE;
}


/* 固定ページ(就活お役立ち情報詳細) */  
/* 固定ページ(就活お役立ち情報詳細) */ 

.information_contents{
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 5%;
}
.information_contents img{
width: 100%;
margin-top: 2%
}
.info_area{
  background-color: #F0F0F0;
  text-align: center;
  padding-bottom: 5%;
}
.info_area img{
  width: 80%;
  margin-top: 5%;
}
img.tit_img{
width: 100%;
}
p.info_ex_tit{
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.info_ex_box_tit,.info_ex_ver{
  text-align: left;
}
.info_ex_box_tit{
  font-weight: bold;
  border-left: 3px solid #4584CE;
  padding-left: 1%;
}
.info_explanation{
  width: 80%;
  margin: 0 auto;
}
p.info_ex_ver{
margin-top: 2%;
margin: 0;
}
.info_ex_box{
margin-top: 5%;
}
.info_ex_box_img{
  margin-top: 5%;
  position: relative; 
  }
.info_ex_ver span{
background-color: #F9CF00;
}
.info_explanation{
  margin-top: 5%;
  position: relative;
}

.info_ex_img1-2 img{
width: 28%;
position: absolute;
bottom: 0;
right: 0;
}
.info_ex_img1-5 img{
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
  }

.info_ex_img2-3 img{
  width: 32%;
  position: absolute;
  top: 30%;
  right: 0;
  }
  .info_ex_img3-1 img{
    width: 23%;
    position: absolute;
    top: 20%;
    right: 0;
    }
.info_ex_img3-3 img{
width: 32%;
position: absolute;
top: 40%;
right: 0;
}
.info_ex_box_last img{
width: 30%;
}

.info_ex_box_last{
width: 100%;
}
.info_ex_box_last_tit{
  padding: 0.5em 1em;
  margin: 3em 0;
  color: #000;
  background: white;
  border-top: solid 17px #F9CF00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_ex_box_last_tit p {
  margin: 0; 
  padding: 0;
}
.information_contents p{
  margin: 5%;
}
.info_ex_img2-2 img {
  width: 32%;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*企業を探す*/

/*求人詳細*/
.company_top_about{
  margin-top: 5%;
}
.company_title{
align-items: center;
display: flex;
}
.company_tie_right{
width: 50%;
}
.company_tie_left{
  text-align: center;
}
.company_tie_left img{
  width: 50%;
}
.company_j_a {
width: 60%;
}

h1.company_tie{
  margin: 0;
}
.company_j_a{
  display: flex;
  gap: 2%;
}
p.company_job{
  width: 50%;
  height: 1%;
  margin-bottom: 0.2rem;
  color: #fff;
background-color: #3AB4EB;
  border-radius: 2rem;
  text-align: center;
  font-size: 14px;
}
p.company_area{
  width: 50%;
  height: 1%;
  margin-bottom: 0.2rem;
  color: #fff;
background-color: #3AB4EB;
  border-radius: 2rem;
  text-align: center;
  font-size: 14px;
}

.company_mainimg{
text-align: center;
margin-top: 3%;
}
.company_mainimg img{
  width: 100%;
}

/*企業コンセプト・理念*/
.company_concept{
  overflow: hidden;
}
.com_con_tit{
  text-align: center;
  width: 49%;
  float: left;
}
.com_con_tit h2{
  line-height: 50px;
  text-align: left;
}
.com_con_tit p{
  text-align: left;
}
.com_jo_tit p{
font-weight: bold;
color: #4584CE;
border: 2px solid #4584CE;
border-radius: 30px;
font-size: 12px;
font-weight: bold;
width: 10%;
margin: 0 auto;
}
.com_con_img{
width: 49%;
float: right;

}
.com_con_img img{
  width: 100%;
  border-bottom-left-radius: 150px;
}

/*仕事内容*/
.company_jobs{
margin-top: 5%;
overflow: hidden;
}
h2.com_jo_tit2::before {
  content: attr(data-en);
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  color: #000;
  opacity: 0.1;
  font-size: 150px;
}
.com_jo_tit{
text-align: center;
position: relative;
}
h2.com_jo_tit2{
  margin-top: 1% !important;
  margin: 0;
}
/*仕事内容共通*/
.company_jobs1,.company_jobs2,.company_jobs3{
  position: relative;
}
.company_jobs_txt {
  width: 45%;
  text-align: center;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 4%;
}
h2.com_jo_tit2::before {
  content: attr(data-en);
  position: absolute;
  color: #000;
  opacity: 0.1;
  font-size: 150px;
}
/*仕事1*/
.jobs1{
top: -30%;
left: 0; 
}
.company_jobs_txt p{
text-align: left;
}
.company_jobs_txt::before {
  content: '';
  display: block;
  width: 85px;
  height: 5px;
  background: #FFBC60;
  margin: 0 auto;
}
.company_jobs1_img{
  display: flex;
  justify-content: flex-end;
  gap: 2%;
  margin-top: 15%;
}
img.com_jobs1_img1{
  width: 50%;
  border-radius: 30px;
}
img.com_jobs1_img2{
  width: 30%;
  border-radius: 30px;
}

/*仕事2*/
.jobs2{
right: 0;
bottom: 0;
}
.company_jobs2{
margin-top: 12%;
overflow: hidden;
height: 750px;
}
.company_jobs2_img{
  text-align:left;
}
.company_jobs2_img_l{
  float: left;
  width: 60%;
}
.company_jobs2_img_r{
  float: right;
  width: 40%;
  text-align: right;
}
img.com_jobs2_img1{
  width:100%;
  border-radius: 30px;
}
img.com_jobs2_img2{
  width: 95%;
  border-radius: 30px;
}
img.com_jobs2_img3{
  width: 95%;
  border-radius: 30px;
}
/*仕事3*/
.company_jobs3{
  margin-top: 12%;
  }
.jobs3{
  left: 0;
  top: 38%;
}
.company_jobs3_img{
  display: flex;
  gap: 2%;
}
img.com_jobs3_img1{
width: 30%;
border-radius: 30px;
}
img.com_jobs3_img2{
width: 68%;
border-radius: 30px;
}
.company_jobs3_img_3{
  text-align: right;
  margin-top: 2%;
}
img.com_jobs3_img3{
  width: 47%;
  border-radius: 30px;
}

/*社員インタビュー*/
.company_interview{
  background-color: #C3DEFF;
  overflow: hidden;
  padding-bottom: 6%;
  margin-top: 5%;
  position: relative;
}
.com_in_staff{
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 5% 5% 5% 0;
  margin-right: 6%;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;

}
.com_in_staff_l{
  float: left;
  width: 50%;
}
.com_in_staff_l img{
width: 100%;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.com_in_staff_r{
float: right;
width: 45%;
}
/*社員共通*/
.com_in_staff:first-child{
  margin-top:0 !important;
}
.com_in_staff{
  margin-top: 7%;
}
p.staff_tit{
  color: #4584CE;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
p.staff_name{
  font-size: 18px;
  font-weight: bold;
}
p.staff_about{
  font-size: 13px;
  margin: 0;
}
p.staff_number{
  position: absolute;
  font-size: 150px;
  color: #4584CE;
  font-weight: bold;
  z-index: 10000;
  top: -70px;
  left: 5%;
}
p.staff_number_right{
  position: absolute;
  font-size: 150px;
  color: #4584CE;
  font-weight: bold;
  z-index: 10000;
  top: -70px;
  right:5%;
}
h2.left::before{
left: 25%;
}

/*スタッフ2*/
.com_in_staff_r_2{
  float: right;
  width: 50%;
}
.com_in_staff_l_2{
  float: left;
  width: 45%;
}
.com_in_staff_r_2 img{
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  }
.staff2{
  margin-right:0;
  margin-left: 6% ;
  padding: 5% 0% 5% 5% ;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px ;
  border-top-right-radius: 0;
border-bottom-right-radius: 0 ;
}

/*代表インタビュー*/
.com_in_top{
  background-image: url("https://jobbeat-navi.co.jp//wp-content/themes/jobbeatnavi/img/company/company_back.png");
border-radius: 30px;
overflow: hidden;
background-size: 100%;
background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
margin: 15% 6% 0 ;
padding: 6%;
position: relative;
}
.com_in_top_l{
  float: left;
  width: 50%;
}
.com_in_top_l img{
position: absolute;
width: 38%;
top: 0;
left:0;
border-bottom-right-radius:100px;
}
.com_in_top_r{
  float: right;
  width: 50%;
}
p.com_in_top_tit{
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}


/*企業紹介動画ダミー画像*/
.company_video{
  text-align: center;
  margin-top: 12%;
}
.company_video img{
  width: 70%;
}

/*会社概要*/
.company_about{
background:#E5E5E5 ;
padding: 6%;
}
.com_ab_contents{
  background: #fff;
  overflow: hidden;
  padding: 8%;
}
.com_ab_con_l{
  width: 50%;
  float: left;
}
.com_ab_con_l table{
  width: 100%;
}
td.com_ab_con_l_tit{
  font-weight: bold;
  padding: 1.16%;
  width: 150px;
}
.com_ab_con_l td{
padding: 1.16%;
}
.com_ab_con_r{
  width: 50%;
  float: right;
  text-align: end;
}
.com_ab_con_r img{
  width: 100%;
}
.com_ab_contents_box{
  margin-top: 5%;
  overflow: hidden;
}
.com_ab_contents_view{
  margin-top: 5%;
}
img.view_l{
  width: 59%;
}
img.view_r{
  float: right;
  width: 36%;
}

/*募集要項*/
.company_entry{
  margin-top: 15%;
}
.company_entry table{
  width: 100%;
}
.com_en_ta_box table{
  margin-top: 5%;
  border-collapse: collapse;
  border: 1px solid black; /* テーブル全体の枠線 */
}
.com_en_ta_box tr td{
border: 1px solid #000;  
}
.com_en_ta_box td{
  padding: 3%;
}

/*エントリーボタン*/
.button_entry {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff; /* 線の色と一致 */
  text-align: center;
  overflow-wrap: anywhere;
  background-color:#FFBC60 ; /* 背景を透明に */
  border-radius: 50px; /* ボタンの高さの半分 */
  margin: 20px auto; /* 中央揃えと上下の余白 */
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s; /* 背景色と文字色のアニメーション */
}
.iconArrowRight.entry path{
  stroke: #fff;
}

.button_entry__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
  margin-top: 5%;
}
.button_entry_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  transition: transform 0.2s, stroke 0.2s; /* アイコンのアニメーション */
}
.button_entry_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .button_entry:hover {
  background-color: #FFD090;
    color: #fff; /* ホバー時の文字色 */
  }

  .button_entry:hover .button_entry_icon path {
    stroke: #fff; /* ホバー時のアイコン色 */
  }

  .button_entry:hover .button_entry_icon {
    transform: translateX(4px);
  }

  .button_entry:hover .button_entry_icon__left {
    transform: translateX(-4px);
  }
}

/*企業からのお知らせ*/
p.news_title{
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
table.news_event{
  margin-top: 5%;
  border-collapse: collapse;
  width: 100%;
}
.news_event th,.news_event td{
  border: 1px solid #000;
}
.news_event td{
  padding-left: 1%;
}
.news_event th {
background:rgba(81,202,255,0.2);
text-align: left;
padding-left: 1%;
padding: 3%;
}
/*お問い合わせフォーム*/
.contact_area{
margin-top: 5%;
}
table.contact_table{
width: 80%;
margin: 0 auto;
border:  1px solid #000;
font-size: 16px;
font-weight: normal;
border-collapse: collapse;
border-spacing: 0px;
font-size: 16px;
font-weight: normal;
}
table.contact_table tr{
height: 100px;
width: 20%;
border-bottom: 1px solid #000;
}
table.contact_table th{
width: 250px;
background-color: #3ab3eb22;
text-align: left;
padding: 2%;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
table.contact_table td{
  background-color: #fff;
  padding: 2%;
  text-align: left;
}
table.contact_table input{
height: 30px;
width: 90%;
border-radius: 10px;
border: 1px solid #A2A2A2;
padding: 2%;
}
span.required-srt{
  color: red;
  font-weight: bold;
  font-size: 12px;
}
table.contact_table textarea{
width: 90%;
border-radius: 10px;
padding: 2%;
border: 1px solid #A2A2A2;
padding: 2%;
}
.contact_button_area{
margin-top: 3%;
margin-bottom: 5%;
text-align: center;
}
.contact_message{
text-align: center;
margin-top: 5%;
}
.contact_message p{
margin: 0;
}
p.con_me_title{
font-size: 32px;
font-weight: bold;
}
p.con_me_tit_ka{
font-weight: bold;
color: #4584CE; 
}
.con_me_message_2{
margin-top: 3%;
}
.contact_button{
  text-align: center;
  color: #fff;
  background-color: #4584CE;
  width: 20%;
  padding: 2%;
  font-size: 16px;
font-weight: bold;
border: none;
}
button.contact_button_back{
  text-align: center;
 border: 1px solid #000;
  width: 20%;
  padding: 2%;
  font-size: 16px;
font-weight: bold;
background-color: #fff;
margin-right: 3%;
color: #000;
}
button.contact_button_send{
  text-align: center;
  color: #fff;
  background-color: #FFBC60;
  width: 20%;
  padding: 2%;
  font-size: 16px;
font-weight: bold;
border: none;
}
p.con_me_finish{
font-size: 25px;
font-weight: bold;
margin-bottom: 3%;
}
/*お問い合わせフォームボタンホバー*/
.contact_button:hover{
  cursor: pointer;
}
button.contact_button_back:hover{
  cursor: pointer;
}
button.contact_button_send:hover{
  cursor: pointer;
}
/*エントリーフォーム*/
span.mwform-radio-field vertical-item label{
    align-items: center !important;

    margin-right: 20px !important; /* ラジオボタンとラベル間のスペースを調整 */
}
/* ラジオボタンのサイズとスタイル */
input.visit_select {
  margin-right: 5px !important; /* ラジオボタンとラベルテキストの間隔を調整 */
  width: 20px !important;
  height: 16px !important;
  cursor: pointer !important;
}
input[type="radio"] {
  margin: 0 auto;
}
a.ko_bo_tell {
  font-size: 45px;
  color: #4584CE;
  }
/*プライバシーポリシー*/
.privacy-policy_area{
margin: 3%;
}
.privacy-policy-sec{
  text-align: center;
 margin-top: 8%;
 margin-bottom: 8%;
}
.privacy-policy-con p{
  font-weight: bold;
  font-size: 18px;
}
p.pri-pol-con_text::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #4584CE;
  margin: 0 auto;
}
.privacy-policy_text{
  height: 150px;
  border: 1px solid #000; 
  overflow-y: scroll;       
}
.privacy-policy_text p{
  padding: 1% 3% 1% 3%;
  text-align: left;
  font-weight: normal;
  margin: 0;
  font-size: 16px !important;
}
.privacy-policy-con{
  width: 85%;
  margin: 0 auto;
}
.check_button_area{
  margin-top: 1%;
}









/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/


/*1100px以下に適用*/
/*トップ*/
@media screen and (max-width:1100px) {
a.header_link {
font-size: 14px;
}
li.header_li_number{
  font-size: 14px;
}
li.header_li_number span {
font-size: 30px;
}
.pc_menu a img {
margin-left: 40px;
}
nav.header_nav{
margin-right: 40px;  
}
}

/*1001px以下に適用*/
@media screen and (min-width: 1001px) {
.sp-menu{
  display: none !important;
}
img.sp_logo{
display: none;
  }
}

/*1000px以下に適用*/
@media screen and (max-width:1000px) {
.footer_left {
width: 15%;
}
.footer_left .footer_left_img {
width: 100%;
}
.footer_left .icon_box_img {
  width: 30%
}
.pc_menu{
  display: none;
}
.header_blue{
  display: none;
}
.contact_box02 {
  width: 46%;
  padding-left: 6%;
}

/* 企業情報詳細ページcss */
.company_concept {
flex-direction: column-reverse;
}
}

/*900px以下に適用*/
@media screen and (max-width:900px) {
.information_txtimg{
width: 49%;
}
.information_txtimg:last-child{
  margin-top: 6%;
}
.application {
width: 50%;  
}
.question_area {
  width: 90%;
}
.information_contents {
  width: 80%;
}
p.in_tit {
width: 70%;
}
.point_left{
display: block;
}
.point_light{
  display: block;
}
.point_img img {
  width: 55%;
}
.info_explanation{
  width: 80%;
}
.info_ex_box_img img,.info_ex_box_img2 img {
position: static;
width: 40%;
}
.info_ex_box_img {
  flex-direction: column-reverse;
  text-align: right;
}
.info_ex_img3-1 img{
  position: static;
  width: 33%;
}
.info_ex_img3-3{
  text-align: right !important;
}
.info_ex_img3-3 img{
  position: static;
  width: 45%;
}
.specific-reverse {
  display: flex;
  flex-direction: column;
}

.specific-reverse > .info_ex_img3-1 {
  order: 2;
}

.specific-reverse > .info_ex_box {
  order: 1;
}
.info_ex_img3-1{
  text-align: right;
}
.info_ex_box_last img {
  width: 38%;
}
.info_ex_img2-2{
  text-align: right;
}
.info_ex_img2-2 img {
  width: 40%;
}
.info_ex_img2-3{
  text-align: right;
}
.info_ex_img2-3 img{
  position: static;
  width: 42%;
  }
  .info_ex_img1-2 img{
    position: static;
    width: 38%;
    }
    .info_ex_img1-5 img{
      position: static;
      width: 40%;
      }
.info_ex_img1-2{
  text-align: right;
}
.info_ex_img1-5{
  text-align: right;
}
}

/*900px以下に適用*/
@media screen and (max-width:900px) {
  .contact_box{
    display: block;
  }
  .contact_box01, .contact_box02 {
    width: 100%;
  }
  .contact_box02{
    padding-left: 0;
  }

  .contact_box01::after {
    display: none;
  }
  .contact_box .horizontal-line {
    display: block;
    width: 100%;
    height: 1px; /* 横線の太さ */
    background-color: #bbbbbb; /* 横線の色 */
    margin: 2rem 0; /* 上下の余白 */
  }
.contact {
background-size: 80%;
}
.line img {
  width: 8%;
}
footer {
margin-top: 10%;
}
.company_jobs_txt {
  width: 65%;
}
.jobs2 {
  top: 33%;
}
.company_jobs3 {
 margin-top:0;
}
/* 求人詳細*/
.com_in_staff_l {
  float:none;
  width: 100%;
}
.com_in_staff_l img {
  width: 80%;
}
.com_in_staff_r {
  margin-top: 5%;
  width: 93%;
}
p.staff_number {
  font-size: 120px;
}
p.staff_number_right{
  font-size: 120px;
}
.com_in_staff_2 {
  float:none;
  width: 100%;
  text-align: end;
}
.com_in_staff_r_2{
  width: 100%;
  text-align: end;
}
.com_in_staff_r_2 img{
  width: 80%;
}
.com_in_staff_l_2 {
  margin-top: 5%;
  width: 93%;
}
.com_in_staff_l img {
  width: 80%;
}
.com_in_top_r{
  float: none;
  width: 90%;
  margin: 0 auto;
}
.com_in_top_l{
  float: none;
}
.com_jo_tit p{
width: 30%;
}
.com_ab_con_l{
  float: none;
  width: 100%;
  margin-bottom: 10%;
}
.com_ab_con_r{
  float: none;
  width: 100%;
  text-align: center;
}
h2.com_jo_tit2::before{
  font-size: 130px;
}
.com_jo_tit {
  margin-top: 9%;
}
.com_ab_contents{
  padding: 5%;
}
iframe {
width: 100% !important;
height: 200px !important;
  }
/*フッター*/
.footer_left img {
  width: 25%;
}
.fo_ri_contents nav ul li {
  margin-right: 14px;
}
p.fo_title {
  font-size: 18px;
}
.fo_ri_left_box a{
display: inline;
}
.footer_area{
  display: inline;
}
.footer_left{
  width: 100%;
  text-align: center;
}
.footer_right {
  border-left:none;
  padding-left:0;
  padding: 5%;
}
.footer_left .footer_left_img {
  width:25%; 
}
.footer_left .icon_box_img {
  width: 8%; 
}
.fo_ri_contents nav ul {
  display: inline;
  text-align: center;
  }
  p.fo_title {
  text-align: center;
  }
  .fo_ri_contents nav ul li {
    margin-right:0;
    line-height: 3;
  }
  .fo_ri_left_box {
    display: flex;
    flex-direction: column; 
    align-items: center; 
  }
  .fo_ri_left_box img{
  display: none;
  }
  .fo_ri_left_box a {
  margin-top: 3%;
  }
  .fo_ri_contents p{
  text-align: center;
  }
  /*フォーム*/
  button.contact_button_back{
  width: 25%;
  }
  button.contact_button_send.button.contact_button{
    width: 25%;
  }
  /*企業を探す*/
  .jobs_box {
    width: 95%;
    justify-content: center;
}
.jobs_img:nth-of-type(n+4) {
margin: 0; 
}
.jobs_img {
  width: 45%;
  margin-bottom: 10%;
}
}

/*700px以下に適用*/
@media screen and (max-width:700px) {
.information_box{
padding: 0;
}
/*企業詳細*/
h1.company_tie {
font-size: 25px;
}
.company_tie_left img{
  width: 30%;
}
.company_jobs1, .company_jobs2, .company_jobs3 {
  position: static;
  display: flex;
  flex-direction: column-reverse;
}
.company_jobs2 {
  margin-top: 12%;
overflow: auto;
height: auto;
}
.company_jobs2_img_r {
display: flex;
}
.company_jobs2_img_l {
  width: 50%;
  float: right;
}
.company_jobs3 {
 margin-top: 12%; 
}
.company_jobs3_img_3 {
  text-align: left;
  margin-bottom: 1%;
}

.company_jobs_txt {
  position: static;
  padding: 0;
  width: 100%;
  margin-top:8%;
}
img.com_jobs3_img3{
  width: 100%;
}
.com_jo_tit.interview_top {
  margin: 0;
}
.com_in_top_l img {
  width: 50%;
  position: static;
}
.com_in_top {
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
}
.com_in_top_r {
  order: -1; /* テキストを画像の上に表示 */
  margin-bottom: 20px; /* テキストと画像の間隔を調整 */
}
.com_in_top_l, .com_in_top_r {
  width: 100%; /* 幅を100%にして全体を使うように */
}
.company_jobs2_img_r{
float: none;
width: 100%;
gap: 2%;
}
.company_jobs2_img_l{
float: none;
width: 100%;
margin-top: 2%;
}
img.com_jobs2_img2{
  width: 48%;
}
img.com_jobs2_img3{
  width: 49%;
}
.company_interview{
  margin-top: 10%;
}

/*固定ページ(ジョブビートナビとは)*/
.point_left {
width: 90%;
margin: 0 auto;
}
.point_light{
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  }
/*ヘッダー*/
.header_menu{
  display: none;
}
.header_blue{
  display: none;
}
.application_area {
  display: inline;
}
.application{
  width: 100%;
}
.about_category h1 {
  width: 55%;
  font-size: 20px;
}
p.application_tit {
  font-size: 18px;
}
.question_area {
  width: 100%;
}
.ac-menu label {
  font-size: 17px;
}
.information_contents {
  width: 90%;
}
.application_area img {
  width: 30%;
}
.application_box {
  padding: 5%;
}
.application:nth-last-of-type(2) { 
  margin-top: 7%;
}
.application:last-child{
  margin-top: 7%;
}
.circle {
margin: 0;
}
.about_top h1 {
  width: 55%;
  font-size: 20px;
}
p{
  font-size: 16px;  
  }
  p.top_title {
  font-size: 23px;
  margin-left: 0;
}
.sp-menu{
  overflow: hidden;
}
img.sp_logo {
width: 16%;
padding: 2%;
}

.info_explanation {
  width: 87%;
}
.info_ex_box_last_tit{
  display: block;
}
.info_ex_box_last_tit p {
  padding: 4%;
}
.info_ex_img2-2  {
text-align: right;
 }
.info_ex_img2-2 img {
 position: static;
}
.com_con_tit {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
/* フォーム */
table.contact_table {
  width: 90%;
}
table.contact_table th {
  width: 200px;
}
button.contact_button_send,button.contact_button {
  width: 30%;
  padding: 3%;
}
button.contact_button_back {
  width: 30%;
  padding: 3%;
}
.privacy-policy-con {
  width: 95%;

}
.com_con_img{
  width: 100%;
}
.com_con_img img{
border-bottom-left-radius: 100px;
}
.company_jobs1_img{
  justify-content: center;
}
img.com_jobs1_img1,img.com_jobs1_img2,
img.com_jobs2_img1,img.com_jobs2_img2,img.com_jobs2_img3,
img.com_jobs3_img1,img.com_jobs3_img2,img.com_jobs3_img3{
border-radius: 10px;
}
img.com_jobs1_img1 {
  width: 60%;
}
img.com_jobs1_img2{
width: 40%;
  }
}

/* ダミー画像表示非表示レスポンシブ*/
@media (min-width: 501px) {
  .dummy_img {
    display: block;
  }
  .dummy_img_sp {
    display: none;
  }
}
/* ダミー画像表示非表示レスポンシブ*/
@media (max-width: 500px) {
  .dummy_img {
    display: none;
  }
  .dummy_img_sp {
    display: block;
    width: 90%;
    margin: 0 auto;
 }
}

/*500px以下に適用*/
  @media screen and (max-width:500px) {
    .blue_area {
    height: 150px;
    }
    p.blue_tit1 {
      font-size: 23px;
    }
    p {
      line-height: 28px;
      font-size: 14px;
    }
    td,tr{
      font-size: 14px;
    }
.sp-menu{
 max-height: 70px;
}
img.sp_logo {
  width: 21%;
  padding: 2%;
  }
.information_box2{
  display: inline;
}
.information_txtimg{
  width: 90%;
  margin: 0 auto;
}
 .information_txtimg:nth-last-of-type(2) { 
  margin-top: 8%;
}
.information_txtimg:last-child{
  margin-top: 8%;
}
.buttonIconText02 {
  height: 40px;
  max-width: 258px;
}
.footer_left .icon_box_img {
  width: 13%;
}
.information_contents {
  width: 90%;
  margin-top: 5%;
}
p.in_tit {
  width: 90%;
  font-size: 18px;
  }
.about_top h1 {
  width: 85%;
}
.application_area img {
  width: 25%;
}
p.title {
  font-size: 18px;
}
p.number {
  font-size: 16px;
}
.circle {
  width: 90px;
  height: 90px;
}
.circle-inner {
  font-size: 16px;
}
.application:nth-last-of-type(2) { 
  margin-top: 10%;
}
.application:last-child{
  margin-top: 10%;
}
.about_category h1{
  font-size: 20px;
  width: 85%;
}
.point_left {
  width: 85%;
  padding: 5%;
}
p.information_title {
  font-size: 18px;
}
.about_top p {
  margin: 0 auto;
  margin-top: 8%;
  width: 90%;
}
.about_category p {
  margin: 0 auto;
  margin-top: 8%;
  width: 90%;
}
.info_ex_img3-1 img {
  width: 43%;
}
.info_ex_img3-3 img {
  width: 55%;
}
.info_ex_box_last img {
  width: 48%;
}
.info_ex_img1-5 img {
  width: 50%;
}.info_ex_img1-2 img {
  width: 56%;
}
.sp-menu__link{
font-size: 13px;
}
p.ko_bo_tit {
  font-size: 18px;
  margin: 0;
}
a.ko_bo_tell {
font-size: 35px;
color: #4584CE;
}
.contact_box01 img {
  width: 7%;
}
.contact_box02 img {
  width: 12%;
}
.contact_tit::before {
  margin: 0 auto 0px;
}
.line img {
  width: 10%;
}
/*企業詳細*/
.company_mainimg img{
height: 300px;
}
.company_title {
  display: block;
}
.company_top_about {
  margin-top: 10%;
}
.company_tie_left img{
width: 15%;
}
h1.company_tie {
  font-size: 20px;
  text-align: center;
}
.company_tie_left {
  height: 100px;
}
p.company_job,p.company_area {
  font-size: 12px;
  width: 100%;
}
.company_j_a {
  width: 100%;
}
.company_tie_right {
  width: 80%;
  margin: 0 auto;
}
p.staff_number,p.staff_number_right {
  font-size: 65px;
  top: -40px;
}
.company_jobs_txt{
width: 100%;
}
p.staff_tit {
font-size: 18px;
}
p.staff_name{
 font-size: 16px; 
}
h2.com_jo_tit2::before {
font-size: 80px;
top: -48%;
}
td.tr{
  font-size: 14px;
}
.company_about {
  padding: 4%;
}
.com_in_top {
margin:20% 4% 0 ;
padding: 3%;
}
.padding_area_jobs {
margin: 4%;
}
.com_ab_con_l {
  font-size: 14px;
}
.com_en_ta_box{
font-size: 14px;
}
h2.com_jo_tit2 {
font-size: 20px;
}
td.com_ab_con_l_tit{
  width: 88px;
  padding: 2.5%;
}
.com_ab_con_l td{
  padding: 2.5%;
}
p.com_in_top_tit {
  font-size: 18px;
  line-height: 28px;
}
.com_jo_tit {
  margin-top: 8%;
}
.com_in_top_l img {
left: 4%;
top: 70%;
width: 50%;
}

.com_con_tit h2 {
  line-height: 30px;
  font-size: 20px;
}
.company_concept {
  margin-top: 5%;
}
.com_con_tit{
  margin-bottom: 5%;
}
.company_jobs_txt.jobs1 h2,.company_jobs_txt.jobs2 h2,.company_jobs_txt.jobs3 h2{
  font-size: 18px;
}
.com_jo_tit.interview_top {
  margin-top: 8% !important;
}
.com_jo_tit p {
  font-size: 10px;
}
.company_jobs2,.company_jobs3 {
  margin-top: 12%;
}
.com_in_staff {
margin-right: 4%;
}
.staff2 {
  margin-left: 4%;
  padding: 5% 0% 5% 3%;
}

.com_en_ta_box table,
.com_en_ta_box tr,
.com_en_ta_box td {
    display: block; /* 各セルをブロック要素に */
    width: auto;
}
.com_ab_con_l_tit{
text-align: center;
}
.com_jo_tit.works{
margin-top: 18%;
}

.button_entry {
  max-width: 200px;
  height: 50px;
}
.button_entry__reverse {
  padding: 0px 8px 0px 50px;
}
.btn a {
width: 360px;
font-size: 16px;
  }
  .company_jobs_txt::before {
    width: 45px;
  }
/*フォーム*/
p.con_me_title {
  font-size: 23px;
}
.contact_message {
  margin-top: 10%;
}
table.contact_table{
  font-size: 14px;
  width: 100%;
}
table.contact_table th {
  width: 120px;
}
table.contact_table tr {
  height: 80px;
}
button.contact_button_send,button.contact_button {
  width: 40%;
  padding: 4%;
}
button.contact_button_back {
  width: 40%;
  padding: 4%;
}
.contact_button_area {
  margin-top: 6%;
  margin-bottom: 10%;
  text-align: center;
}
p.con_me_finish {
  font-size: 20px;
  margin-bottom: 5%;
}
.dummy_img {
padding: 0;
}
.dummy_img img {
  width: 100%;
}
.dummy_img_sp {
  text-align: center;
}
.dummy_img_sp img{
  width: 100%;
}
/*各ボタンサイズ*/
.buttonIconText02_text,.buttonIconText03_text{
font-size: 14px;
}
a.btn_04 {
  font-size: 14px;
}
.buttonIconText03 {
  gap: 18px;
  height: 40px;
  width: 200px;
}
/*トップ追加css*/
p.top_title::after {
margin-top: 2%;
}
.new_job ,.information{
  margin-top: 18%;
}
.contact {
  margin-top: 18%;
}
.contact_tit p {
  font-size: 23px;
  }
  .contact{
    background-size: 70%;
    background-position: top;
    }
.contact_box {
margin-top: 10%;
}
img.left,img.right{
display: none;
}
p.line_txt {
font-size: 14px;
}
.line{
  margin-top: 15%;
}
.jobs_box{
  display: block;
}
.jobs_img{
  width: 100%;
}
.jobs_img:nth-child(2),.jobs_img:nth-child(3){
  margin-top: 12%;
}
.jobs_box {
  width: 90%;
}
.privacy-policy-con {
  width: 100%;
}
privacy-policy-con p {
  font-size: 16px;
}
privacy-policy_text p{
  font-size: 14px !important;
}
.privacy-policy_area {
margin: 0;
}

table.news_event, table.news_event tr, table.news_event td, table.news_event th {
  display: block;
  width: auto;
}
.news_event th   {
  text-align: center;
  }

  .news_event td{
  padding: 3%;  
  }
  p.news_title{
  font-size: 18px;
  }
  .ac-menu label,.ac-menu-inside {
    font-size: 14px; 
}
.ac-menu label{
margin: 2%;
padding: 2.5%;
}
}


/*450px以下に適用*/
 @media screen and (max-width:450px) {
img.sp_logo {
padding: 3%;
}
.com_in_top_l img {
top: 68%;
width: 55%;
  }
.company_jobs2, .company_jobs3 {
  margin-top: 28%;
}
}
