@charset "UTF-8";
@media (min-width: 576px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", 
                 "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333; /* 少し濃いめで読みやすく */
  }
}

@media (max-width: 575px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", 
                 "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 14px; /* スマホでは少し大きめに */
    line-height: 1.7;
    color: #333;
  }
}


 
.text-minchou {
    font-family: "Hiragino Mincho Pro", "Yu Mincho", "MS Mincho", serif;
}
.icon a img {
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.icon a img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.image-fixed-box {
  width: 100%;
  aspect-ratio: 4 / 3; /* もしくは height: 200px; など */
  overflow: hidden;
  position: relative;
  background-color: #eee;
}

.image-fixed-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



/* すべてのリンクのデフォルトでは下線なし */
a {
  color: #6D6868;
  text-decoration: none!important;
  transition: color 0.3s ease;
}

/* 下線を必要な場所だけクラスで指定 */
a.link-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.link-underline:hover {
  color: #3C3C3C;
  text-decoration-color: #3C3C3C;
}


.nav-linkb {
  position: relative;
  display: inline-block;
  color: #1C1818;/* 黒文字 */
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.nav-linkb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 5px;
  background-color: #2E71C0; /* 青（お好みで調整可） */
  transition: width 0.3s ease;
}

.nav-linkb:hover::after {
  width: 100%;
}

.nav-linkb:hover {
  color: #1C1818;/* hover時も文字色そのまま（変えたい場合は調整可） */
}



.list-group-borderless .list-group-item {
    border: none;
}

.w100 {
	width:100%!important; 
	box-sizing:border-box;
}
.w100_box{
	width:100%!important;
}
.w50 {
	width:50%;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.center {
	text-align: center !important;
}

.pdf li { background:url("/common/images/pdf.gif") 0 3px no-repeat; }
.pdf li a { padding-left: 25px; }
  .res-table th {
    background-color: #BEE5EB; 
    font-weight: bold;
  }
  .res-table td ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
.bg-dark .res-table,
.bg-dark .res-table td,
.bg-dark .res-table th,
.bg-dark .res-table a {
  color: #FFD700 !important;
  font-weight: bold;
  font-size: 1.1em;  /* 少し大きめに */
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.7); /* ぼんやり光る感じ */
}
@media (max-width: 575px) {
    .res-table {
        width:100%;
        margin:2em auto;
    }
    .res-table th {
        padding:3px;
        display:block;
    }
    .res-table td {
        padding:5px;
        display:block;
    }
	
} 
@media (min-width: 576px) {
    .res-table th { width: 25%;

    }
} 


/* レスポンシブな字切り */

.text br {
	display: none;
}

@media only screen and (max-width: 764px) {
	.text br {
		display: inline;
	}
	.text span {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	.text {
		font-size:90%;
	}
}



/* a */

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block; text-decoration: none!important;
	z-index: 300;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#08C962;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding:4px 0 0;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}



/* layout */

.container {
	max-width:1500px !important;
}
.container_mini {
	max-width:1300px !important;
	margin: 0 auto;
}
.container_mini02 {
	max-width:1000px !important;
	margin: 0 auto;
}


.container-fluid {
	padding:0 !important;
}
/* カードの角丸と境界だけ整える（影は付けない） */
.card-soft{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
}

/* アイコンの見た目だけ統一（サイズは控えめ） */
.media-icon{
  width: 64px;   /* 必要なら調整可 */
  height: auto;
  flex-shrink: 0;
}



/* header */
.under-h1 {min-height: 100px;
background-image: url("/common/images/works_h1.jpg");
background-position: top center;
background-repeat: no-repeat;
 background-size: cover; padding: 2.6em 1em;
}
.under-h1_services {min-height: 100px; text-align: center!important;
background-image: url("/common/images/services_h1.jpg");
background-position: top center;
background-repeat: no-repeat;
 background-size: cover; padding: 2.6em 1em;
}
.under-h1_company {min-height: 100px; text-align: center!important;
background-image: url("/common/images/company_h1.jpg");
background-position: top center;
background-repeat: no-repeat;
 background-size: cover; padding: 2.6em 1em;
}
.under-h1_recruit {min-height: 100px; text-align: center!important;
background-image: url("/common/images/recruit_h1.jpg");
background-position: top center;
background-repeat: no-repeat;
 background-size: cover; padding: 2.6em 1em;
}

/* 白ベースの基本ボタン */
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 9999px; /* pill型 */
  background-color: #fff;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-custom:hover {
  background-color: #f5f5f5;
  color: #1C1818;
  text-decoration: none;
}

.btn-custom .arrow {
  font-size: 1rem;
}

/* 青ベースの派生ボタン */
.btn-custom02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 9999px; /* pill型 */
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #2a6ebb;
  color: #fff;
}

.btn-custom02:hover {
  background: linear-gradient(135deg, #2a6ebb, #4da3ff);
  color: #fff;
  box-shadow: 0 0 12px rgba(77, 163, 255, 0.9),
              0 0 20px rgba(42, 110, 187, 0.6);
  transform: translateY(-2px) scale(1.05);
  text-decoration: none;
}

.btn-custom02 .arrow {
  font-size: 1rem;
}
/* ブラウンベースのボタン */
.btn-custom03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3b2a28;   /* 濃いブラウン枠 */
  border-radius: 9999px;       /* pill型 */
  background-color: #3b2a28;   /* ブラウン背景 */
  color: #fff;                 /* 白文字 */
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-custom03:hover {
  background-color: #5a3e3b;   /* 少し明るめブラウン */
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(90, 62, 59, 0.6); /* ふんわり光沢 */
}

.btn-custom03 .arrow {
  font-size: 1rem;
}


.btn-custom04 {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.25em 2.3em 0.25em .75em; /* 右側を広めにして矢印がはみ出る余白を確保 */
  background: linear-gradient(180deg, #008CE5, #004DA8);
  color: #fff;
  font-weight: bold;
  font-size: .90em;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.8s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  overflow: visible; /* はみ出しOKにする */
}

.btn-custom04:hover { color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

.btn-custom04 .arrow {
  position: absolute;
  top: 50%;
  right: 0; /* ボタンからちょい出し */
  transform: translateY(-55%); /* 上に乗ってるように見せる */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #fff;
  color: #1e40af;
  font-size: .75em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease, color 0.3s ease;
}


.btn-custom04:hover .arrow {
  background-color: #e0f2f1;
  color: #0f766e;
}





footer { color: #1B1B1C;
    background-color: #E4EDEF; 
    padding: 2em 0;
}
footer a { color: #1B1B1C;
}
#copyright {
        text-align: center;
    }
    
.newsli{ padding: -5px 5px; border-bottom: 1px solid #efefef; padding-bottom: -15px!important;
    }   
 
.top_box01 {
  background: url("/common/images/top_bg_01.png") no-repeat center bottom;
  background-size: cover;     /* 全面に広げる */
  padding: 1em;              /* 内側の余白 */
  width: 100%;               /* 横幅いっぱい */
  box-sizing: border-box;    /* padding込みで調整 */
}
.top_box02 {background-color: #B2CDE1;   padding: 1em;  
}

/* h1 */
h1.h101 {
    font-weight: bold;
  text-align: left;     
  color: #fff;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 黒のドロップシャドウ */
}
h1.h101 span {
    font-weight: bold; display: block; 
  text-align: left;   
  color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); /* 同様に影をつける */
}
.under-h1_services h1.h101 {
    font-weight: bold;
  text-align: center;      /* 中央揃え */
  color: #fff;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 黒のドロップシャドウ */
}
.under-h1_recruit h1.h101 {
    font-weight: bold;
  text-align: center;      /* 中央揃え */
  color: #fff;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 黒のドロップシャドウ */
}

.h201 { font-weight: bold;
  color: #090808;
}
.h201 span { font-weight: bold;
  display: block;
  color: #746F6F;          /* 薄いグレー */
  letter-spacing: .06em;
  margin-bottom: .5rem;
}
h2.h202 {
    font-weight: bold;
  text-align: center;      /* 中央揃え */
  color: #646262;
}
h2.h202 span {
    font-weight: bold; display: block; 
  text-align: center;      /* 中央揃え */
  color: #646262;
}

.h203 {
  font-weight: bold;
  color: #090808;
  text-align: center;           /* 中央寄せ */
  padding-bottom: .5rem;
  border-bottom: 2px solid #7b4b4b;
  display: block;               /* 幅いっぱいにして中央寄せを効かせる */
  margin: 0 auto 60px auto!important;   /* 上下余白＋中央寄せ */
  max-width: 800px;             /* 横幅を制限（必要なら） */
}

.h203 span {
  display: block;
  font-weight: normal;
  color: #746F6F;
  letter-spacing: .06em;
  margin-top: .5rem;
}


.h204 {
  font-weight: bold;
  color: #090808;
  padding-bottom: .5rem;
  border-bottom: 2px solid #7b4b4b;
  display: block;               /* 幅いっぱいにして中央寄せを効かせる */
  margin: 0 auto 1.5rem auto;   /* 上下余白＋中央寄せ */
  max-width: 800px;             /* 横幅を制限（必要なら） */
}


/* h3 */

.h301 {
  text-align: center;             /* 中央揃え */
  font-weight: bold;              /* 太字 */
  color: #3078F2;                 /* 青文字 */
  border: 2px solid #3078F2;      /* 外枠 */
  border-radius: 30px;            /* 丸みをつける */
  display: block;                 /* 横幅いっぱいにする */
  width: 100%;                    /* 100%幅 */
  box-sizing: border-box;          /* 枠を含めて100% */
}




/* h4 */

h4.h401 {
    font-weight: bold;
    color: #541B86;
    border: 1px solid #541B86;
    border-radius: 35px;
    padding: .25em .75em;
    text-align: center;
}



/* 装飾 */
.white{
	color:#fff!important;
}
.blueb {
  color: #007bff; /* ブルー */
  font-weight: bold;
}
.red{
	color:#C63137;
}
.p-4 {
	font-size: 85%!important;
}
p {
	margin-bottom:0 !important;
}

.f70 {
		font-size:.70em;
	}
.f12 {
		font-size:.70em;
	}
ul {
    list-style: none;
	margin:0 !important;
	padding:0 !important;
}
ol {
	margin:0 0 0 1.5em !important;
	padding:0 !important;
}
ul li {
	margin:0 !important;
	padding:0 !important;
}
ol li {
	margin:0 !important;
	padding:0 !important;
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:1em;
}

@media (max-width: 575px) {
  .green_box01 {
    display: block;   background-color: #fff;
    padding: 2em 1em; /* スマホ時は余白を内側に調整 */
  }

  .white_news_box {background-color: #efefef;   padding: 2em 1.5em;
    position: static; /* 重ねるのを解除して通常の文脈で表示 */
    width: 100% !important;
    margin: 2em auto 0 auto; /* 上に余白をつけて下段に */
  }

.caption-text{ color: #fff!important;
  font-size: 12px!important;
}
.btn-custom ,.btn-custom02,.btn-custom03 {
  font-size: 11px!important;   padding: .25em .55em;
}

.footer-nav {
width: 100%;
}


	.center {
		text-align: left !important;
	}
	footer {
		font-size: 80%;
	}
	.container {
		padding:0 15px !important;
	}
	.container_mini {
		padding:0 0px !important;
	}
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }
    .res-table td {
        display:block;
    }
	.w50 {
		width:100%;
	}
	.w75 {
		width:90%;
	}
.f20{ font-size: 1.4em; font-weight: bold; text-align: center;
}
h1.h101 {
		font-size:1.3em;  padding: .15em;
		text-align: center; 
	}
h1.h101 span {
		font-size:.70em;
		text-align: center;
	}

	h2.h201 {
		font-size:1.3em;  padding: .15em;
		text-align: center; 
	}
	h2.h201 span {
		font-size:.70em;
		text-align: center;
	}
  
	h2.h202 {
		font-size:1.3em;
		text-align: center;
	}
	h2.h202 span {
		font-size:.70em;
		text-align: center;
	}
	h2.h203 {
		font-size:1.3em;  padding: .15em;
		text-align: center; 
	}
	h2.h203 span {
		font-size:.70em;
		text-align: center;
	}
	h2.h204 {
		font-size:1.3em;  padding: .15em;
		text-align: center; 
	}

	h3.h301,h3.h301g {
		font-size:1.2em;
		font-weight: bold;
	}

	h4.h401 {
		font-size:1.1em;
		font-weight: bold;
	}

.news-head {
  padding: .50em 1em;
}


}


@media (min-width: 576px) {
/* PC表示（デフォルト） */
.green_box01 {
  background-color: #fff;
  padding: 5em 0 0 0;
  display: flex;

  position: relative; /* 相対配置で重ね位置の基準に */
}

.white_news_box {
  background-color: #efefef;
  width: 75%;
  padding: 2em 1.5em;
  margin-left: auto;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  right: -50px;
}
.title_box01 {height: 2.6em; margin-bottom: 10px; font-weight: bold; font-size: 1.2em;
}

.btn-custom ,.btn-custom02,.btn-custom03 {
  font-size: 16px!important;   padding: 0.5rem 1.5rem;
}

.footer-nav {
  max-width: 500px; /* 適宜調整ください */
}


	h1.h101 { padding: 1.7em .75em;
		font-size:45px;
	
		min-height: 50px;
	}

h1.h101 span {
		font-size:25px;
	
	}
	h2.h201 { padding: .25em 0em;
		font-size:32px;
		text-align: left;
		min-height: 50px;
	}

	h2.h201 span {
		font-size:15px;
		text-align: left;
	}

	h2.h202 {
		font-size:30px;
		text-align: center;
	}

	h2.h202 span {
		font-size:15px;
		text-align: center;
	}
	h2.h203 { padding: .25em;
		font-size:32px;
		text-align: center;
	
	}

	h2.h203 span {
		font-size:15px;
		text-align: center;
	}
	h2.h204 { padding: .25em;
		font-size:32px;
		text-align: left;
		min-height: 50px;
	}

	h3.h301,h3.h301g {
		font-size:28px; padding: .25em .75em;
		text-align: center;
	}

	h4.h401 {
		font-size:20px;
		text-align: left;
	}
.f20{ font-size: 38px; font-weight: bold;
}
.news-head {
  padding: 1em 1em 3em; 
}

}




.bg-red {
  background-color: #fff !important;
}

.bg-red a { color: #000!important;
}


  
  /* collapseの中身に対するアニメーション効果 */
.collapse.fade-slide {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.collapse.fade-slide.show {
  opacity: 1;
  transform: translateY(0);
}


.navbar-dark .navbar-toggler {
  color: #fff; /* アイコンの色を完全な白に */
  border: none; /* ボーダーを完全になくす */
}
.navbar-toggler {
  background-color: #08C962; /* 背景色（お好みで） */
  border: none;
  border-radius: 50%; /* 丸くする */
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* 親のボタンラッパーを中央揃え */
.menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent; /* 背景いらない場合 */
  padding: 0;
}

/* ハンバーガーアイコンボタンを丸く */
.navbar-toggler {
  background-color: #00cc66;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* MENU文字も調整 */
.menu-text {
  color: #00cc66;
  font-weight: bold;
}



.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.menu-text {
    font-size: 0.65rem; /* 文字を小さめに */
    font-weight: bold; /* 少し目立たせる */
    text-transform: uppercase; /* すべて大文字（好みで） */
    letter-spacing: 0.5px; /* 少し文字間をあける */
}

.menu_li li {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1.2em 0 !important;
  line-height: 1.8; /* ← 行間を広げて、上下にゆとりを持たせる */
  border-bottom: 1px solid #2B2929;
}


@media (min-width: 1200px) {
  .navbar-collapse { padding: 10px;
    position: absolute;
    top: 100%; /* ヘッダーの下に表示 */
    right: 0;
    min-width: 900px; /* メニューの幅は任意で */ 
    background-color: #fff; /* 背景色は任意で */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none; /* 最初は非表示 */
  }

  .navbar-collapse.show {
    display: block; /* ボタンを押したら表示 */
    animation: fadeIn 0.3s ease-in-out;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}




.news-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  padding: 1em 1em 3em;
  text-align: center; 
}

/* スマホより広い画面のときは左寄せにする */
@media screen and (min-width: 768px) {
  .news-head {

    text-align: center;

    padding-left: 8em; /* ← 左に余白もたせる */
  }

}



.news-item {
  font-size: 0.95em;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
}

.news-date { 
  color: #666; right: 0!important;
  font-weight: bold; text-align: right!important;
}

.news-cat { 
  background-color: #fff;
  padding: .20em 3em; border: 1px solid #707070;
  border-radius: 2px;
  font-size: 0.85em;
}

.news-link {
  position: relative;
  display: inline-block;
  color: #6D6868; text-align: left!important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-link::after { text-decoration: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #00ffd0, #08C962); /* キラリんカラー */
  transition: width 0.4s ease;
}

.news-link:hover::after {
  width: 100%;
}

.news-link:hover {
  color: #6D6868;
}


.kv-full {
  position: relative;
  background: url('/common/images/kv_full.jpg') no-repeat center center;
  background-size: cover;
  min-height: 500px; /* 高さは必要に応じて調整 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-overlay {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.kv-text {
  margin-bottom: 1.5em;
}


.contact-label {
  background-color: #007bff; /* 青 */
  display: inline-block;
}


.key-visual {
  width: 100%;
  height: 500px;       /* キービジュアルとして統一したい高さ */
  overflow: hidden;
  position: relative;
}

.key-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 画像を切り抜いて枠いっぱいに表示 */
  object-position: center; /* 中央を基準にトリミング */
  display: block;
}



