/*================================================
 *  inside共通
 ================================================*/
 
 /* 下層ページタイトル -----------*/
/* ------------------------------------- */
.inside_title_wrap{
background-image: 
url(../img/common_img/inside_title_bg.png);
background-position: center center;
background-size: cover;
padding-top: 30px;
padding-bottom: 40px;
text-align: center;
}

.inside_title{
font-size: 200%;
font-weight: 700;
color: var(--navy);
}

.inside_title_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 113%;
  line-height: 1.0;
  color: var(--navy);
  font-weight: 700;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_title_wrap{
padding-top: 15px;
padding-bottom: 20px;
}

.inside_title{
font-size: 150%;
}

.inside_title_sub {
  font-size: 94%;
}
}
/* -------------end------------- */



/* 下層コンテンツ枠　　　 ---------------------*/
/* ---------------------------------------------------- */
.inside_outside{padding-top: 60px;
padding-bottom: 80px;
}

.inside_outside_area{padding-top: 60px;
padding-bottom:0px;
}

.inside_contents{
	max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;}

.inside_contents_780{
	max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;}


.wp_news_contents{
	max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
border-bottom: 1px solid var(--navy);
margin-bottom: 60px;}

/* ---- Medium: タブレット用 (768～1024px) ---- */
@media (min-width: 768px) and (max-width: 1024px) {
.inside_contents,
.inside_contents_780,
.wp_news_contents{
width: 90%;}
}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_outside{padding-top: 50px;
padding-bottom: 60px;
}
	
.inside_outside_area{padding-top: 50px;
padding-bottom:0px;
}

.inside_contents{
width: 90%;}
	
.inside_contents_780{
width: 90%;}
	

.wp_news_contents{
width: 90%;}
}
/* -------------end------------- */

/* オレンジ背景用 ---------------------*/
/* ---------------------------------------------------- */
.orange_box_outside,
.orange_box_outside_r,
.orange_box_outside_r_contact{
    position: relative;
    width: 100%;
    background-color: transparent; /* デフォルトで右3%の背景 */
    box-sizing: border-box;
  overflow: hidden; /* 見出しのはみ出した部分を切る */
}

.orange_box_outside_r_contact{
margin-bottom: 60px;
}
/* サービスの下各マージン */
.orange_box_outside_r,
.green_box_outside{
margin-bottom: 100px;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
/* サービスの下各マージン */
.orange_box_outside_r,
.green_box_outside{
margin-bottom: 50px;
}
}
/* -------------end------------- */

/* オレンジ部分 */
.orange_box_outside::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* ← 右側に寄せる */
  left: auto; /* ← 左を解除 */
  width: 97%; /* オレンジ部分の幅 */
  height: 100%;
  background: url("../img/index_img/con7_voice_bg.png") no-repeat left top, linear-gradient(90deg, #ff914d, #ffb93e);
  border-top-left-radius: 100px; /* オレンジ右上角丸 */
  border-bottom-left-radius: 100px; /* オレンジ右下角丸 */
}
.orange_box_outside_r_contact::before,
.orange_box_outside_r::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 97%; /* オレンジ部分 */
  height: 100%;
  background: url("../img/index_img/con5_price_bg.png") no-repeat right top, linear-gradient(90deg, #ff914d, #ffb93e);
  border-top-right-radius: 100px; /* オレンジ右上角丸 */
  border-bottom-right-radius: 100px; /* オレンジ右下角丸 */
}
/* オレンジ部分の緑版 */
.green_box_outside::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* ← 右側に寄せる */
  left: auto; /* ← 左を解除 */
  width: 97%; /* オレンジ部分の幅 */
  height: 100%;
  background: url("../img/service_img/green_bg.png") no-repeat left top, linear-gradient(90deg, #daed6f, #62af2f);
  border-top-left-radius: 100px; /* オレンジ右上角丸 */
  border-bottom-left-radius: 100px; /* オレンジ右下角丸 */
}

/* オレンジcontentsは全体中央 ---------------*/
/* ---------------------------------------------------- */
.orange_box_contents {
position: relative;
max-width: 1080px;
width: 100%;
margin: 0 auto; /* 全体中央 */
box-sizing: border-box;
padding-top: 50px;
padding-bottom: 50px;}

.orange_box_contents_1140 {
position: relative;
max-width: 1140px;
width: 100%;
margin: 0 auto; /* 全体中央 */
box-sizing: border-box;
padding-top: 100px;
padding-bottom: 100px;}


.orange_box_contents_980 {
position: relative;
max-width: 980px;
width: 100%;
margin: 0 auto; /* 全体中央 */
box-sizing: border-box;
padding-top: 50px;
padding-bottom: 50px;}

/* contentsは全体中央_会社概要 */
.orange_box_contents_inner {
background-color: #ffffff;
padding: 50px;
border-radius: 10px;}

/* タブレット・スマホ画面用の設定-------------- */
@media (max-width:1140px){
/* オレンジ部分 */
.orange_box_outside::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;       /* ← 右側に寄せる */
    left: auto;     /* ← 左を解除 */
    width: 100%;     /* オレンジ部分の幅 */
    height: 100%;
    background: url("../img/index_img/con7_voice_bg.png") no-repeat left top,linear-gradient(90deg, #ff914d, #ffb93e);
	background-size: 50% auto, 100% 100%; /* ← ここを追加 */
    border-top-left-radius: 50px;    /* オレンジ右上角丸 */
    border-bottom-left-radius: 50px; /* オレンジ右下角丸 */}

.orange_box_outside_r_contact::before,
.orange_box_outside_r::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* オレンジ部分 */
    height: 100%;
    background: url("../img/index_img/con5_price_bg.png") no-repeat right top, linear-gradient(90deg, #ff914d, #ffb93e);
    background-size: 50% auto, 100% 100%; /* ← ここを追加 */
    border-top-right-radius: 50px; /* オレンジ右上角丸 */
    border-bottom-right-radius: 50px; /* オレンジ右下角丸 */
}
/* オレンジ部分の緑版 */
.green_box_outside::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* ← 右側に寄せる */
  left: auto; /* ← 左を解除 */
  width: 100%; /* 緑部分の幅 */
  height: 100%;
  background: url("../img/service_img/green_bg.png") no-repeat left top, linear-gradient(90deg, #daed6f, #62af2f);
  background-size: 50% auto, 100% 100%; /* ← ここを追加 */
    border-top-left-radius: 50px; /* オレンジ右上角丸 */
    border-bottom-left-radius: 50px; /* オレンジ右下角丸 */
}


/* contentsは全体中央 */
.orange_box_contents,
.orange_box_contents_980{
    position: relative;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto; /* 全体中央 */
    box-sizing: border-box;
}
	
.orange_box_contents_1140 {
width: 90%;
padding-top: 30px;
padding-bottom: 30px;
}
}

/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
/* contentsは全体中央_会社概要 */
.orange_box_contents_inner {
padding: 30px;
}
}
/* -------------end------------- */

/* 画像角丸 -----------------------------------------*/
/* ---------------------------------------------------- */
.img_r{border-radius: 30px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.img_r{border-radius: 15px;}
}
/* -------------end------------- */

/* 下層下線付き共通見出し ---------------------*/
/* ---------------------------------------------------- */

.inside_headline{text-align: center;
font-size: 200%;
font-weight: 700;
margin-bottom: 50px;}

.inside_headline > span{
background: linear-gradient(transparent 70%, var(--orange) 70%);
padding-left: 10px;
padding-right: 10px;
}

.inside_headline.inside_headline_area {
margin-bottom: 30px;
}

.headline_area_big {
font-size: 125%;}

/* ---- Medium: タブレット用 (768～1024px) ---- */
@media (min-width: 768px) and (max-width: 1024px) {
.inside_headline{
font-size: 188%;}
}
/* -------------end------------- */



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_headline{font-size: 160%;
margin-bottom: 25px;}

}
/* -------------end------------- */

/* コンテンツ枠 -----------------------------------*/
/* ---------------------------------------------------- */

.box100{margin-bottom: 100px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.box100{margin-bottom: 50px;}
}
/* -------------end------------- */


/* .common_flex_box ---------------------*/
/* ------------------------------------- */
.common_flex_box{display: flex;
  justify-content: space-between;}
  
.common_flex_box > li{width: 48%;}

.common_flex_box_64 > li:first-child{width: 58%;}
.common_flex_box_64 > li:last-child{width: 38%;}

.common_flex_box_73 > li:first-child{width: 68%;}
.common_flex_box_73 > li:last-child{width: 28%;}

.common_flex_box_82 > li:first-child{width: 78%;}
.common_flex_box_82 > li:last-child{width: 18%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.common_flex_box{flex-wrap: wrap;}
  
.common_flex_box > li{width: 100%;}
.common_flex_box > li:first-child{margin-bottom: 50px;}

.common_flex_box_64 > li:first-child{width: 100%;}
.common_flex_box_64 > li:last-child{width: 100%;}

.common_flex_box_73 > li:first-child{width: 100%;}
.common_flex_box_73 > li:last-child{width: 100%;}

.common_flex_box_82 > li:first-child{width: 100%;}
.common_flex_box_82 > li:last-child{width: 100%;}

}
/* -------------end------------- */
/*================================================
 *   サービス
 ================================================*/
.service_contents{
	background-image: url(../img/service_img/service_contents_bg_l.png),
		url(../img/service_img/service_contents_bg_r.png);
		background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
	background-size: 17.5% auto;
	padding-top: 40px;
	padding-bottom: 100px;
}

.service_lead_sub{text-align: center;
font-weight: 700;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.service_contents{
	background-image: url(../img/service_img/service_contents_bg_l.png),
		url(../img/service_img/service_contents_bg_r.png);
		background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
	background-size: 20% auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
}
/* -------------end------------- */


/* 下向き三角形付き背景 ------------------------*/
/* ---------------------------------------------------- */
.service_lineup {
  background-color: #f0f0f0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; /* 疑似要素の位置基準にする */
}

.service_lineup::before {
  content: "";
  position: absolute;
  top: 0; /* 上端に配置 */
  left: 50%; /* 横中央に配置 */
  transform: translateX(-50%); /* 中央揃え */
  width: 80px;
  height: 40px;
  background-color: #fff; /* 親と同じ色 */
  clip-path: polygon(50% 100%, 0 0, 100% 0); /* 下向き三角形 */
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.service_lineup {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service_lineup::before {
width: 60px;
height: 30px;
}
}
/* -------------end------------- */

/* サービス全体背景色だけ ------------------------*/
/* ---------------------------------------------------- */
.service_wrapper {
background-color: #f0f0f0;
padding-bottom: 100px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.service_wrapper {
padding-bottom: 50px;}
}
/* -------------end------------- */

/* service_flex ------------------------------------*/
/* ---------------------------------------------------- */
.service_flex {
  display: flex;
  justify-content: space-between;
}
.service_flex_r {
  flex-direction: row-reverse;
}
.service_flex > li:first-child {
  width: 61.4%;
}
.service_flex > li:last-child {
  width: 35%;
}
/* タブレット・スマホ画面用の設定-------------- */
@media (max-width:1023px) {
  .service_flex {
    flex-wrap: wrap;
  }
  .service_flex > li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_flex > li:last-child {
    width: 100%;
  }
}
/* -------------end------------- */



/* サービス各章見出し ---------------------------*/
/* ---------------------------------------------------- */
.service_num_title {
  display: flex;
  align-items: center;
  border-bottom: 5px dotted var(--navy);
  margin-bottom: 30px;
  line-height: 1.0;
}
.service_num_title > div:first-child {
  font-size: 375%;
  font-family: 'FreestyleScript', cursive;
  font-weight: 700;
  display: inline-block;
  transform: rotate(-3deg); /* 左に3度傾ける */
  padding-right: 30px;
}
.service_num_title > div:first-child > span {
  font-size: 150%;
}
.service_num_title > h3 {
  font-size: 312%;
  font-weight: 700;
  color: #fff;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
  .service_num_title {
    margin-bottom: 15px;
	  line-height: 1.4;
}
  .service_num_title > div:first-child {
    font-size: 200%;
    padding-right:.5em;
/*    width: 100%;
*/  }
  .service_num_title > h3 {
    font-size: 220%;
/*    width: 100%;*/
  }
}
/* -------------end------------- */

/* サービス各章小見出し ---------------------------*/
/* ---------------------------------------------------- */
.service_h4_komidasi{
font-weight: 700;
color: #fff;
font-size:150%;
margin-bottom: 15px;
line-height: 1.4;
}

.service_txt{
color: #fff;
margin-bottom: 20px;
}

  /* 小さい画面用の設定-------------- */
@media (max-width:767px){
.service_h4_komidasi{
font-size:120%;
}
}
/* -------------end------------- */


/* リボンの見出し --------------------------------*/
/* ---------------------------------------------------- */
.service_ribbon {
  position: relative;
  padding: 0px 1em;
  font-weight: 700;
  z-index: 0;
	font-size: 125%;
	display: inline-block;
	margin-bottom: 10px;
}

.service_ribbon > span {
color: #950b38;
}

.service_ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0ff00;
  /* 左右を斜めにカット（平行四辺形） */
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  z-index: -1;
}

  /* 小さい画面用の設定-------------- */
@media (max-width:767px){
.service_ribbon_container {
    text-align: center; }
	
.service_ribbon {
padding: 0px 2em;
line-height: 1.4;}
}
/* -------------end------------- */

/* 料金表 --------------------------------------------*/
/* ---------------------------------------------------- */
.tb_service {
	border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: var(--navy);
	border-right-color: var(--navy);
margin-bottom: 10px;
	}

.tb_service th {
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--navy);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--navy);
	background-color: #c6d6ec;
	text-align: center;
	width: 17.2%; 
}

.tb_service td {
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--navy);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:var(--navy);
	background-color: #fff;
	text-align: center;
	width: 17.2%; 
}

.tb_service td.kakaku {
	color: #d41e1e;
}

.tb_service th.corner_cell {
	font-weight: 700;
	width: 10%; /* 先頭列は15% */
}

.tb_service th.row_header {
	width: 10%; 
}




/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.tb_service th {
	padding-left: 1em;
	padding-right: 1em;
}

.tb_service td {
	padding-left: 1em;
	padding-right: 1em;
}
}
/* -------------end------------- */
	
/* 横スクロール対応 */
.table-scroll {
  overflow-x: auto;   /* 横スクロールだけ許可 */
  overflow-y: hidden!important; /* 縦スクロールは出さない */
  white-space: nowrap;
}
.table-scroll::-webkit-scrollbar{height: 5px;
}

.table-scroll::-webkit-scrollbar-track{background: #fff;
}
.table-scroll::-webkit-scrollbar-thumb {background: var(--navy);
}



.service_list_service05{display: flex;
margin-bottom: 20px;
color: #fff;}

.service_list_service05 li{padding-right: 1em;}

.service_list{display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
color: #fff;}
.service_list > li{width: 50%;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.service_list_service05{
flex-wrap: wrap;}
	
.service_list_service05 > li,
.service_list > li{width: 100%;}
}
/* -------------end------------- */


/*================================================
 *   対応エリア
 ================================================*/
.area_main_wrap{margin-bottom: 90px;}

.area_main_wrap {
  position: relative; /* 子要素を絶対配置するために必要 */
  display: inline-block; /* 画像サイズに合わせる */
}

.area_main_wrap img {
  display: block;
  width: 100%; /* 必要に応じてサイズ調整 */
  height: auto;
}

.area_copy_wrap {
position: absolute; /* 画像の上に重ねる */
top: 10%; /* 上からの距離 */
left: 0; /* 左からの距離 */
background: linear-gradient(
  to right, 
  rgba(14,46,89,0.8) 70%,  /* 左側濃紺50%透明 */
  rgba(14,46,89,0) 100%     /* 右端は完全に透明 */
);
white-space: pre-line; /* 改行を反映 */
width: 100%;
text-align: center;		
}

.area_main_copy {
  position: relative; /* ::after の基準にする */
  font-size: 437%;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(to right, #ffbc92, #ffe8ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 3px 3px rgba(14, 46, 89, 0.5));
  line-height: 1.0;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.area_main_copy::after {
  content: "";
  position: absolute;
  left: -0.5em;
  right: -0.5em;
  bottom: 0;
  border-bottom: 5px dotted #ffffff;
}

.area_main_copy_sub{
color: #fff; /* 文字色 */
font-size: 218%;
font-weight: 700;
line-height: 1.4;
filter: drop-shadow(3px 3px 3px rgba(14, 46, 89, 0.5));
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.area_main_wrap{margin-bottom: 45px;}
	
.area_main_copy {
  font-size: 225%;
  }

.area_main_copy_sub{
	font-size: 125%;
}
}
/* -------------end------------- */


.area_mess {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}
.area_name_midashi {
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  background-color: var(--navy);
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 9999px;
  margin-bottom: 40px;
}
.area_dl {
  margin-bottom: 90px;
}
.area_dl dt {
  display: inline-block;
  background-color: var(--orange);
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 3px;
  color: #ffffff;
  font-size: 125%;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 20px;
}
.areaname_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px; /* ← 上下30px、左右20px */
}
.areaname_flex li {
  width: calc(12.5% - 20px * 7 / 8); /* gap分を考慮して幅調整（任意） */
  font-weight: 700;
  font-size: 125%;
  color: var(--navy);
}
.areaname_flex li a:hover {
  color: var(--orange);
  opacity: 1.0;
}

/* ---- Medium: タブレット用 (768～1024px) ---- */
@media (min-width: 768px) and (max-width: 1024px) {
.areaname_flex li {
  width: calc(20% - 20px * 4 / 5); /* gap分を考慮して幅調整（任意） */
}
}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.area_mess {
  margin-bottom: 30px;
}
.area_name_midashi {
  font-size: 125%;
  width: 60%;
  margin-bottom: 20px;
}
.area_dl {
  margin-bottom: 45px;
}
.area_dl dt {
 font-size: 113%;
}
.areaname_flex li {
 width: calc(33.3333% - 20px * 2 / 3);
  font-size: 113%;
}

}
/* -------------end------------- */

.area_cta_lead{text-align: center;
color: #fff;
font-weight: 700;
font-size: 212.5%;
margin-bottom: 5px;}

.area_cta_lead_sub{text-align: center;
color: #fff;
font-weight: 700;
font-size: 125%;
margin-bottom: 20px;}

/* ---- Medium: タブレット用 (768～1024px) ---- */
@media (min-width: 768px) and (max-width: 1024px) {
.area_cta_lead{font-size: 188%;}

.area_cta_lead_sub{
	font-size: 119%;
	}
}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.area_cta_lead{font-size: 160%;}

.area_cta_lead_sub{
	font-size: 113%;
	}
}
/* -------------end------------- */

/*================================================
 *   about
 ================================================*/
.company_main{margin-bottom: 30px;}

.company_mess_title{margin-bottom: 30px;
font-size: 188%;
border-bottom: 1px solid var(--navy);
text-align: center;}

.company_mess_txt {
    width: 100%;
    /* ここで2段にする */
    column-count: 2;/* 段の数 */
    column-gap: 50px;       /* 段間のすき間 */
    column-fill: balance;   /* バランス配置（heightが決まっている場合はautoで流し切る） */
    hyphens: auto;          /* 英語等のハイフネーション（言語による） */
  }
.company_mess_c_name{text-align: right;
font-weight: 700;}

.company_mess_name {
text-align: right;
/*font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;*/
	font-family: "m-kai-prc", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 225%;}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.company_mess_title{
font-size: 150%;
	line-height: 1.6;
padding-bottom: 10px;
	margin-bottom: 15px;
}

.company_mess_txt {
    /* ここで1段にする */
    column-count: 1;/* 段の数 */
    column-gap: 0px;       /* 段間のすき間 */
	margin-bottom: 20px;}
	
.company_mess_name {
font-size: 180%;}
}
/* -------------end------------- */


.tb_company  {
	border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--navy);
}

.tb_company th {
	vertical-align: middle;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--navy);
	border-right: 1px solid var(--navy);
	background-color: #ebeff5;
	width: 20%;
	text-align: center;
	font-weight: 700;
	min-width: 6em;
}

.tb_company td {
	vertical-align: middle;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--navy);
	padding-left: 60px;
	width: 80%;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.tb_company td {
padding-left: 20px;
}
}
/* -------------end------------- */

.access_flex{display: flex;
justify-content: space-between;
flex-wrap: wrap;}

.access_flex > li{width: 48%;}

.access_flex > li:nth-child(-n+2){margin-bottom: 50px;}

.map_warp{margin-bottom: 20px;}

.access_leadline{font-weight: bold;
border-bottom:  1px solid var(--navy);
padding-bottom: 5px;
margin-bottom: 10px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.access_flex > li{width: 100%;}
}
/* -------------end------------- */


 /*================================================
 *   事業内容
 ================================================*/











 /*================================================
 *  プライバシー
 ================================================*/

.privacy_lead{margin-bottom: 50px;}

.privacy_txt{margin-bottom: 30px;}

.privacy_dl dt{
display: flex;                 /* フレックスで縦中央揃え */
  align-items: center;           /* テキストを上下中央に */
  font-size: 150%;
  font-weight: 700;
  padding-left: 25px;
  border-left: 10px solid var(--orange);
  min-height: 2.5em;            /* フォントサイズ基準で高さ確保（約60px相当） */
margin-bottom: 20px;
	
}

.privacy_dl dd{
	margin-bottom:50px;
	text-align: justify;     /* ← 両端揃えを有効にする */
	
}
 

.ordinary_ol {
counter-reset:item; /* 数字のカウントをリセットする */
padding-left: 0em;
}

.ordinary_ol2, 
.ordinary_ol3 {
counter-reset:item;
padding-left: 1em;
}



.ordinary_ol2 > ol,
.ordinary_ol3 > ol{
  padding-left: 2em;
}
.ordinary_ol > li,
.ordinary_ol2 > li,
.ordinary_ol3 > li{
  text-indent: -1.8em;
  padding-left:1.8em;
}

.ordinary_ol > li:before,
.ordinary_ol2 > li:before,
.ordinary_ol3 > li:before{
/* カウンタ（数字になる部分） */
counter-increment: item; /* 任意の名前を付けて！ */
content: counter(item); /* 名前を付けたカウンターを呼び出し */
/* 色を変えたり、背景画像を敷いたり！自由自在！ */
	  counter-increment: item;/* 任意の名前を付ける（もちろん英語で） */
  content: counter(item)'.';/* 名前を付けたカウンターをcontentで発動！ */
  /* 以下は自由に装飾... */
  padding-right: .5em;
	font-size: 125%;
font-weight: 700;
color: var(--orange);
}

.pp_link a{color: var(--navy);
text-decoration:underline;
text-underline-offset: 0.3em; /* 下線を少し離す */}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.privacy_dl dt{
  font-size: 125%;
  padding-left: 15px;
  border-left: 6px solid var(--orange);
  min-height: 2.0em; 
margin-bottom: 15px;
}
	
.privacy_dl dd{
	margin-bottom:40px;
	
}
}
/* -------------end------------- */





/************************************
応募フォーム
*************************************/

.contact_lead{margin-bottom: 50px;}

.contact_headline{
	display: flex;                 /* フレックスで縦中央揃え */
  align-items: center;           /* テキストを上下中央に */
  font-size: 150%;
  font-weight: 700;
  padding-left: 25px;
  border-left: 10px solid var(--navy);
	border-bottom: 1px solid var(--navy);
  min-height: 2.5em;            /* フォントサイズ基準で高さ確保（約60px相当） */
margin-bottom: 20px;
}



.contact_txt{margin-bottom: 30px;}



 /* お問合せボタン ----------------*/
/* ------------------------------------- */

.contact_tel_btn{
	background-color: #ffffff;
	border-radius: 9999px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	width: 78%;
	 filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}

.contact_tel_btn_num {
    font-size: 188%;
    font-weight: 700;
    line-height: 1.4;
    position: relative; /* 疑似要素の配置用 */
	text-align: center;
}

.contact_tel_btn_num::before {
content: "\f2a0"; /* 電話アイコン */
font-family: "Font Awesome 6 Free";
transform: rotate(-45deg); /* 左上に傾ける */
font-weight: 900; 
margin-right: 0.5em;
display: inline-block;
font-size: 125%;
}

.contact_tel_btn_txt{font-size: 82%;
text-align: center;}

.contact_tel_btn a {
color: var(--navy);
}

.contact_line_btn {
  background-color: #00c300;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 78%;
  height: 86.25px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}

/* aをボタン全体に広げる */
.contact_line_btn a {
  display: flex;               /* ブロック化＆横並び */
  align-items: center;         /* 縦中央 */
  justify-content: center;     /* 横中央 */
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

/* テキスト + 擬似要素を横並びで縦中央揃え */
.contact_line_btn_txt {
  font-size: 188%;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  display: flex;               /* ← 必須 */
  align-items: center;         /* ← 必須 */
}

.contact_line_btn_txt::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/common_img/line_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

/* タブレット・スマホ画面用の設定-------------- */
@media (max-width:1024px){
	.contact_headline{
  font-size: 125%;
  padding-left: 15px;
  border-left: 6px solid var(--navy);
  min-height: 2.0em; 
margin-bottom: 15px;
}
	
.contact_txt{margin-bottom: 15px;}
	
.contact_tel_btn,
.contact_line_btn {
width: 100%;
}
}
/* -------------end------------- */

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

.tb_contact  {
	border-spacing: 0;
	border-collapse:collapse;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--navy);
	margin-bottom: 30px;
}

.tb_contact th {
	vertical-align: middle;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--navy);
	border-right: 1px solid var(--navy);
	background-color: #ebeff5;
	width: 36%;
	font-weight: 700;
	min-width: 6em;
	
padding-left: 2em;
position: relative; /* 絶対配置の基準にする */
text-align: left;   /* ご相談内容は左寄せ */}

.tb_contact td {
	vertical-align: middle;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--navy);
	padding-left: 1em;
	width: 64%;
}

.tb_contact th .required {
  position: absolute;
  right: 20px;           /* 右端に寄せる */
  top: 50%;           /* 垂直中央に */
  transform: translateY(-50%);
  color: #fff;
	background-color: var(--orange);
  font-weight: bold;
	padding-left:  0.3em;
	padding-right: 0.3em;
	line-height: 1.4;
}


/* スマホ用レスポンシブ調整 */
@media screen and (max-width: 767px) {
  .tb_contact {
    display: block;           /* テーブル全体をブロック表示に */
    width: 100%;
    border-top: none;         /* 不要であれば削除 */
  }

  .tb_contact tr {
    display: block;           /* 行をブロック化 */
    border-bottom: 1px solid var(--navy);
  }
	
 .tb_contact th,
  .tb_contact td {
    display: block;           /* セルをブロック化 */
    width: 100%;              /* 横幅100% */
    padding-left: 1em;        /* 左余白調整 */
    padding-right: 1em;       /* 右余白追加 */
    box-sizing: border-box;   /* パディング込みで幅調整 */
    text-align: left;         /* 左寄せ */
    border-right: none;       /* 右の境界線を消す */
  }

  .tb_contact th {
    background-color: #ebeff5;  /* 色を維持 */
    position: relative;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
	border-bottom-style: none;
  }
	
.tb_contact td {
border-bottom-style: none;  }

  .tb_contact th .required {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
}


/************************************
送信完了
*************************************/

.error_mess{text-align: center;
margin-bottom: 70px;}



/*================================================
 *  ニュース一覧
 ================================================*/

/* 投稿年セレクトボタン -----------------------*/
/* ---------------------------------------------------- */

.select-wrap{
  width: 170px;              /* 指定の幅 */
  position: relative;
  box-sizing: border-box;
	margin-bottom: 20px;
}

/* セレクト本体の見た目をリセットしてカスタム */
.styled-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px 40px 15px 15px; /* 右側は矢印分をあける */
	font-size: 100%;
  line-height: 1;
  border: 1px solid var(--navy);   /* 罫線（色は必要に応じて調整） */
  border-radius: 10px;       /* 角丸（pxで指定） */
  background-color: #fff;
  background-image: none;   /* ブラウザ既定の矢印を消すため */
  cursor: pointer;
  color: var(--navy);
}

/* フォーカス時の見た目（任意） */
.styled-select:focus{
  outline: none;
  border-color: var(--navy);
}

/* Font Awesome の矢印を右端に重ねる */
.select-wrap::after{
  content: "\f078"; /* fa-chevron-down のコード（Font Awesome 5） */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;           /* solid アイコン用 */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;       /* 矢印でクリックを邪魔しない */
  color: var(--navy);
}

/* カテゴリー選択ボタン -----------------------*/
/* ---------------------------------------------------- */

.category_buttons {
  display: flex;
  gap: 20px;                   /* <li> 間のスペース */
margin-bottom: 20px;
}

.category_buttons li {
padding: 5px 30px; 
  background-color: #c6d6ec;
  border-radius: 9999px;
  color:var(--navy);
  cursor: pointer;
  transition: background-color 0.3s;
}

.category_buttons li a {
color:var(--navy);
  text-decoration: none;
  display: block;
}

/* アクティブ（最初のALL用） */
.category_buttons li.active {
  background-color: var(--navy);
}

.category_buttons li.active a {
	color: #fff;
}

/* スマホ表示（767px以下）で折り返す */
@media (max-width: 767px) {
  .category_buttons {
    flex-wrap: wrap;      /* 折り返し可能に */
    gap: 10px;            /* ボタン間を少し狭く */
  }

  .category_buttons li {
    padding: 5px 15px;    /* ボタンを小さめに調整 */
    font-size: 14px;      /* 文字サイズも調整可能 */
  }
}

/* ニュース一覧 ------------------------------------*/
/* ---------------------------------------------------- */

.news_list_flex{display: flex;
justify-content: space-between;
flex-wrap: wrap;}

.news_list_flex::after{
  content:"";
  display: block;
  width:30%;
}

.news_list_flex > li{width: 31%;
border: 1px solid var(--navy);
border-radius: 30px;
margin-bottom: 40px;}

.news_list_flex > li a{color: var(--navy);}

.news_list_eyecatch img{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.news_list_inner{padding:30px; }

.news_cate_day_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
margin-bottom: 10px;
}

.news_cate_day_flex > li:first-child {
  background-color: var(--navy); /* 赤背景（例） */
  color: #fff;
  border-radius: 9999px; /* pill型（角丸） */
  padding: 3px 20px; 
  display: inline-block; /* 内容に応じて幅を可変に */
	line-height: 1.0;
}
.news_cate_day_flex > li:last-child{text-align: right;}


.news_cate_day_flex_shosai {
justify-content: flex-start;
margin-bottom: 10px;
}

.news_cate_day_flex_shosai > li:first-child {
 margin-right: 10px;
}
.news_cate_day_flex_shosai > li:last-child{text-align: left;}

.news_list_inner_title{font-weight: 700;
margin-bottom: 10px;}

.news_list_more_text {
  background-color: #7e7e7e; /* グレー背景 */
  color: #fff; /* 文字色（調整可） */
  padding: 2px 3px; /* 余白 */
  display: inline-block; /* テキスト量に合わせて幅を自動調整 */
	line-height: 1;
}
/* ---- Medium: タブレット用 (768～1024px) ---- */
@media (min-width: 768px) and (max-width: 1024px) {
.news_list_flex > li{

  width:48%;
}
}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.news_list_flex > li{

  width:100%;
}
	
.news_list_inner{padding:20px; }
	
}
/* -------------end------------- */

/* ページネーション ------------------------------------*/
/* ---------------------------------------------------- */

.pagenum{display: flex;
justify-content: center;
}

.pagenum  a,
.pagenum span
	{
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 1.2em;
	line-height: 1.2em;
	text-align: center;
    background-color: #fff;
color:var(--navy);
margin-left: 5px;
margin-right: 5px;
font-weight: 700;
box-sizing: content-box;
border: 1px solid var(--navy);}

.pagenum span{
background-color:var(--navy);
box-sizing: content-box;
color: #ffffff;
}

/*================================================
 * 投稿詳細
 ================================================*/

/* 投稿タイトル -----------------------------------*/
/* ---------------------------------------------------- */

.wp_news_title_wrap{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top: 5px solid var(--navy);
	border-bottom: 1px solid var(--navy);

}

.wp_news_contents h2{font-size: 150%;
font-weight: 700;}

.wp_news_contents h3{font-size: 150%;
font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--navy);}

.wp_news_contents h4{
	font-size: 113%;
	font-weight: 700;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px solid var(--navy);
}

.wp_news_contents p{margin-bottom: 50px;}

.wp_news_contents img{margin-bottom: 20px;}


/*================================================
 * フォームのパーツ
 ================================================*/
input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	font-size: 100%;
  line-height: 1;
	background-color: #f2f2f2;
	border: none;
}

textarea {
	width: 100%;
	resize: vertical;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	padding: 15px;
	font-size: 16px;
	background-color: #f2f2f2;
	border: none;
}



textarea::placeholder {
  font-size: 16px; /* プレースホルダーも同じサイズに */
  color: #999;     /* 任意で色を変更 */
}

input[type="button"]{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-color: #cccccc;
	border: none;
	color: #fff;
	font-size: 113%;
	text-align: center;
}
input[type="button"]:hover {
	background-color: #666666 !important;
}


/*ラジオボタンカスタマイズWP*/
.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* デフォルトのボタン */
input[type="checkbox"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* ==========================
   ラジオボタンだけ丸くする
========================== */
.wpcf7-form-control-wrap {
	position: relative;
	margin-bottom: 100px!important;

}

.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
  display: flex;          /* ラジオボタンだけ中央揃え */
  align-items: center;
	margin-right: 20px;
}

.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}

/* チェック済みラジオボタン */
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: var(--navy);
  border-color: var(--navy);
  box-shadow: inset 0 0 0 3px #fff;
}

/* ==========================
   チェックボックスは四角のまま
========================== */
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative; /* ::after をラベル内に配置するため */
  padding-left: 2.5em; /* チェックボックスのスペースを確保 */
  cursor: pointer;
}

/* 四角の見た目 */
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
  border: 2px solid var(--orange);
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s ease;
}

/* チェック済みで塗りつぶし */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: var(--orange);
  border-color: var(--orange);
}

/* チェックマーク表示（上下左右中央） */
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "✓";
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em; /* 縦中央 */
  text-align: center; /* 横中央 */
  transform: translateY(-50%);
  pointer-events: none;
}



/*radio01 css　kokomade*/

.radio_flex_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.radio_flex_box li {margin-right: 20px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.radio_flex_box {
}
.radio_flex_box li {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 42%;
}
}
/* -------------end------------- */

/* フォームセレクトボタン ---------------------*/
/* ---------------------------------------------------- */
.contact-select-wrap{position: relative;}

.contact-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px 40px 15px 15px; /* 右側は矢印分をあける */
	font-size: 100%;
  line-height: 1;
 background-color: #f2f2f2;
  background-image: none;   /* ブラウザ既定の矢印を消すため */
  cursor: pointer;
	border: none;
	color: var(--navy);
}

/* フォーカス時の見た目（任意） */
.contact-select:focus{
  outline: none;
  border-color: var(--navy);
}

/* Font Awesome の矢印を右端に重ねる */
.contact-select-wrap::after{
  content: "\f078"; /* fa-chevron-down のコード（Font Awesome 5） */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;           /* solid アイコン用 */
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;       /* 矢印でクリックを邪魔しない */
  color: var(--navy);
}

/* 親が画面幅いっぱいの kakunin_container の場合 */
.kakunin_container {
  display: flex;
  justify-content: center;  /* 中央寄せ */
}


.kakunin_wrap {
  text-align: left;         /* 中身は左揃え */
  
}

/* チェックボックスの飛び出し */
.acceptance_label {
  display: flex;
  align-items: center;
  margin-left: -2.5em;
  cursor: pointer;
}

.acceptance_checkbox {
  margin-right: 1.0em;
  width: 18px;
height: 18px;
}


.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {	color: var(--orange);
font-weight: 700;
margin-bottom: 10px;}

.wpcf7-list-item {margin-left: 0px!important;}


/* .bt_submit-------------------- */
/* 親コンテナ */
.bt_submit_wrap {
 width: 300px;
  margin: 0 auto;      /* 左右中央寄せ */
  text-align: center;  /* 子要素のテキスト中央寄せ */
}

/* button用に調整 */
.bt_submit {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
  background-color: var(--navy); /* ボタン背景色 */
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  position: relative;      /* 擬似要素用 */
  cursor: pointer;
  box-sizing: border-box;
	font-size: 1rem; /* bodyの100%に揃える */
}



.bt_submit {
  transition: background-color 0.3s, transform 0.2s;
}

.bt_submit:hover {
  background-color: #13417a;
  transform: translateY(-2px);
}

.bt_submit:hover::after {
  transform: translateY(-45%) translateX(5px);
}

.bt_submit:active {
  transform: scale(0.97);
}


/* タブレット・スマホ画面用の設定-------------- */
@media (max-width:1024px){
.bt_submit_wrap{
	width: 300px;
}
}

/* -------------end------------- */