@charset "UTF-8";/* body {
}*/

*{
	margin: 0;
}

body {
  background-color: rgb(255, 255, 255);
}


.scroll {
    list-style-type: none;
    text-align: center;
    max-width: 100%;
    background-color:#7084a4; /* 背景色を指定 */
    border-bottom: 1px solid #ccc; /* ボーダーを追加 */
    padding: 10px;
    padding: 10px;
    padding-bottom: 10px;
    
}

.scroll li {
    display: inline;
    padding: 15px 15px; /* 左右のマージンを指定 */
}

.scroll a {
    text-decoration: none;
    color: white; /* テキストカラーを指定 */
    font-size: 15px; /* フォントサイズを指定 */
    padding: 10px;
    font-weight: 900;
    
}

.scroll a:hover {
    color: #2f3775; /* ホバー時のテキストカラーを指定 */
    background-color: #e0e0e0; /* ホバー時の背景色を指定 */
}

.sub-name{
	font-size: 60%;
}

.tit-top {
  width: 100%;
  margin-top: 70px;
}

.haikei {
  width: 100%;
  height: 200px;
  background-image: url(img/AdobeStock_採用.jpeg);
  background-size: cover; /* 画像を要素全体にフィットさせる */
}

.size{
	padding: 60px ;
	text-align: center;
	font-size: 300%;
	color: rgb(255, 255, 255);
	text-shadow: 2px 3px 4px black;
}



main {
  /* background-color: rgb(226, 231, 231); */
  background-color: white;
}

.top h1 {
  color: white;
  font-size: 100px;
  padding-left: 50px;
}

.content {
  display: flex;
  flex-wrap: nowrap; /* 要素が折り返されないようにする */
  justify-content: center; /* 子要素を中央に配置 */
  align-items: center; /* 高さを中央に合わせる（オプション） */
  margin: 30px;
}

.shinsotsu,.cyaria {
  padding: 40px ;
  border-radius: 4px;
  display:block;
  margin: 10px;
  font-size: 30px;
  text-align: center;
  width: calc(32% - 30px);
  max-width: 450px;
}

.shinsotsu a,
.cyaria a {
  text-decoration: none;
  color: black;
}



.img{
	overflow: hidden;
}


.seni{
	border-radius:7px 7px 0 0;
	position: relative;
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out
}

.seni:hover {
    transform: scale(1.2); /* 拡大率 */
  }

.mongon{
	font-size: 60%;
	border: #abbaba;
	padding: 20px;
	border-radius: 0 0 6px 6px;
	background-color: rgb(241, 241, 241);
}

.syain {
  background-color: rgb(255, 136, 136);
}

.suuji {
  background-color: rgb(191, 255, 191);
} 


.title{
	color: #000;
	font-size: 220%;
	text-align: center;
}

.G{
	color: rgb(232, 151, 0);
	font-size: 130%;
}

.D{
	color: blue;
	font-size: 130%;
}

table{	
    display: flex;
    justify-content: center; 
    width: 1100px; /* テーブルの幅を自動設定 */
    border-collapse: separate; /* セル間の隙間を有効にする */
    border-spacing: 40px 30px; /* セル間の隙間を設定 */
    padding-top: 5px;
    padding-bottom: 30px;
    margin: auto;
   
}

td {
    padding: 10px; /* セル内の余白を0に設定 */
    text-align: center; /* 画像を水平に中央寄せ */
    vertical-align: middle; /* 画像を垂直に中央寄せ */
     
}

.data {
    width: 250px; /* 画像の幅を設定 */
    height: 240px; /* 画像の高さを設定（縮めたサイズ） */
    border-radius: 10px; /* 角を丸める（必要に応じて） */
    border: 6px solid rgb(142, 199, 255);
    box-shadow: 5px 10px 20px rgba(0,0,0,0.25);

    color: #66bfda;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    
}

.title2{
  margin-top: 20px;
  font-size: 0;

}
.row1{
  font-size: 28px;
  display: block;

}

.row2{
   font-size: 16px;
   display: block;

}

.value{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  white-space: nowrap;
  text-align: center;

}

.bold{
  font-weight: bold;
  font-size: 60px;
  color: #4795ac;
}

.small{
  font-size: 20px;
  vertical-align: center;
  margin-left: 4px;
}

.img2{
  width: 240px;
  height: auto;
}

