@charset "UTF-8";
/* CSS Document */

#main {
	width:1000px;
	height:600px;
	margin:0 auto;
	margin-bottom:30px;
	border-bottom:solid 10px #4572b2;
}

.top_h {
	width:960px;
	height:52px;
	margin:0 auto;
	background-color:#222222;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:8px;
}


#onestop {
	width:960px;
	height:255px;
	background:url(../images/top_onestop_back.png) no-repeat;
	padding-top:30px;
	margin:0 auto;
	margin-bottom:60px;
}
#onestop_h {
	font-size:24px;
	font-weight:bold;
	color:#1e4d90;
	text-align:center;
	margin-bottom:20px;
}
#onestop_text {
	width:900px;
	margin:0 auto;
	font-size:16px;
	color:#2b2b2b;
}

#service {
	width:960px;
	margin:0 auto;
}
#service_text {
	font-size:24px;
	color:#2b2b2b;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
#service_h {
	margin-bottom:30px;
}

#service_movie {
	width:450px;
	height:250px;
	padding-top:80px;
	background:url(../images/top_movie_back.png) no-repeat;
	float:left;
	margin-left:10px;
}
#service_movie:hover {
	background:url(../images/top_movie_hover.png) no-repeat;
}
#service_movie p {
	width:410px;
	margin:0 auto;
}

#service_seo {
	width:450px;
	height:250px;
	padding-top:80px;
	background:url(../images/top_seo_back.png) no-repeat;
	float:right;
	margin-right:10px;
	margin-bottom:60px;
}
#service_seo:hover {
	background:url(../images/top_seo_hover.png) no-repeat;
}
#service_seo p {
	width:410px;
	margin:0 auto;
}

#information {
	width:960px;
	margin:0 auto;
	margin-bottom:100px;
}
#information_h {
	margin-bottom:20px;
}
.information_text {
	color:#2b2b2b;
	margin-left:20px;
}
.information_text dt {
	font-size:16px;
	text-height:20px;
}
.information_text dt img {
	vertical-align:middle;
	margin-right:10px;
}
.information_text dd {
	font-size:14px;
	margin-left:25px;
}

.emp-banner{
	display: flex;
	flex-wrap:wrap;
}
.emp-banner li {
	width: calc(100%/2);/*←画像を横に2つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.emp-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.space{
  height: 200px;
}

.space_mini{
  height: 80px;
}
#navi_inner {
	width:1200px;
	height:60px;
	margin:0 auto;
}

/* ナビゲーションメニュー（文字リンク用） */
#navi_inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 60px;
}

#navi_inner ul li {
  margin: 0;
}

#navi_inner ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #4572b2;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#navi_inner ul li a:hover {
  background-color: #2b4d80;
}

.slides img {
  height: 600px;
}

table, td, th{
    border: 1px solid black;
}

table.b, th.b, td.b {
    border:none;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
}

table {
    margin-left: auto;
    margin-right: auto;
}

td {
text-align: center;
vertical-align: middle;
}

th {
text-align: center;
vertical-align: middle;
}

td.a {
text-align: left;
vertical-align: middle;
padding: 5px;
}

th.a {
text-align: left;
vertical-align: middle;
padding: 5px;
}


.font_bold{

  font-weight:bold;/*または600などで設定*/

}


/*btn*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 92.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--purple,
a.btn--purple {
  color: #fff;
  background-color: #6F97E1;
}
.btn--purple:hover,
a.btn--purple:hover {
  color: #fff;
  background: #5271FF;
}

a.btn--radius {
   border-radius: 100vh;
}



/*--INFO CSS--*/
.wrap info {
	display: flex;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.wrap info .info box-a {
	flex-grow: 1;
	position: relative;
	height: 140px;
	line-height: 140px;
	margin-right: 2em;
	background-color: #FFFFFF;
}

.wrap info .info box-a::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000000;
}

.wrap info .info box-b {
	flex-grow: 1;
	height: 140px;
	line-height: 140px;
	background-color: #FFFFFF;
}





iframe[src$=".pdf"]{
    width:100%;
    height:80vh;
}

/* スマホ対応：全体の横スクロール防止 */
body {
  overflow-x: hidden;
}

/* メニューの横幅を画面に合わせる */
#navi_inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
}

/* メニューリストの調整 */
#navi_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}

#navi_inner ul li {
  flex: 1 1 auto;
  text-align: center;
}

#navi_inner ul li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  background-color: #4572b2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
}

#navi_inner ul li a:hover {
  background-color: #2b4d80;
}


/* 画像を画面幅に合わせる */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* メインスライダーの調整 */
#main {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 30px;
  border-bottom: solid 10px #4572b2;
}

/* スライダー画像の高さ制限を解除 */
.slides img {
  width: 100%;
  height: auto;
}

/* ライブ配信画像の調整 */
#onestop img,
#service img,
#information img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #navi_inner ul li a {
    font-size: 14px;
    padding: 8px 12px;
  }
}