/* CSS Document */




.content h3.rec {
	border-style: none;
	background: none;
	text-align: center;
  font-size: 35px;
  color: #154bad;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}

.content h3.rec::after {
  display: none;
}


article  h3
{
	font-size: 30px;
	color: var(--base-color);
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 500;
}

#head
{
	position: relative;
	padding-top: 0px;
	margin-top: 100px;
}

#head .body
{
	position: static;
}

#head .photo
{
	position: absolute;
	right: calc(50% + 100px);
	top: 0px;
}

#head .photo img
{
	width: auto;
	height:auto;
}

#head .text
{
	width: 620px;
	margin-right: 0px;
	margin-left: auto;
}

#head h3
{
	margin-bottom: 30px;
}


#head p
{
	margin-bottom: 30px;
	line-height: 1.8;
}

.section_title
{
	background: url(img/recruit/h2_bg_01.gif) no-repeat right top,
	linear-gradient(to right, rgba(255, 0, 0, 0) calc(50% - 600px), #52afdc calc(50% - 600px));
	margin-bottom: 50px;
}

.section_title
{
	background: 
	url(img/recruit/h2_bg_02.gif) no-repeat right top,
	linear-gradient(to right, rgba(255, 0, 0, 0) calc(50% - 600px), #52afdc calc(50% - 600px));
}

#acc .section_title
{
	background: 
	url(img/recruit/h2_bg_03.gif) no-repeat right top,
	linear-gradient(to right, rgba(255, 0, 0, 0) calc(50% - 600px), #52afdc calc(50% - 600px));
}


.section_title h2
{
	font-size: 36px;
	line-height: 1;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 150px;
	margin: 0px;
	padding-right: 0px;
	color: #FFF;
	letter-spacing: 2px;
	background-image: url(img/recruit/section_title_icon_01.png);
	background-repeat: no-repeat;
	background-position: 40px center;
}

.section_title h2{	background-image: url(img/recruit/section_title_icon_02.png);}
#acc .section_title h2{	background-image: url(img/recruit/section_title_icon_03.png);}


.comment_box,
.comment_box
{
	margin-bottom: 60px;
}

.text,
.text
{
	width: 620px;
}

.text .img,
.text .img
{
	position: absolute;
	top: 20px;
	right: 0px;
}

.glay_box
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
}

.glay_box h4
{
	font-size: 28px;
	line-height: 1;
	background-color: var(--base-color);
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}

.glay_box .pad
{
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.glay_box .pad ul
{
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.glay_box .pad ul li
{
	font-size: 20px;
	line-height: 1.2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	list-style-type: none;
}

.glay_box .pad ul li:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f111';
	font-weight: 900;
	margin-right: 10px;
	color: var(--base-color);
	font-size: 17px;
	line-height: 22px;
}


.glay_box .pad .sub_box
{
	width: 500px;
	background-color: #f0f0e1;
}

.glay_box .pad .sub_box dl
{
	display: block;
	padding: 20px;
}

.glay_box .pad .sub_box dl dt
{
	font-size: 20px;
	color: var(--base-color);
	line-height: 1.4;
	font-weight: 600;
	text-align: justify;

}

.glay_box .pad .sub_box dl dd
{
	font-size: 18px;
	color: var(--font-color);
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
}

.glay_box .pad .sub_box dl dd:last-child
{
	margin-bottom: 10px;
}


.text .img
{
	position: absolute;
	top: 0px;
	right: 0px;
}

 .data_box
{
	background-color: #f5f5f5;
}

 .data_box .pad
{
	padding: 60px;
}

 .data_box h4
{
	font-family: "Noto Sans JP";
	color: 111;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

 .data_box h4 strong
{
	color: var(--font-color);
	font-weight: 600;

}

.data_box .data_01
{
	padding-bottom: 30px;
}

.data_box .data_02
{
	margin-bottom: 50px;

}

.data_box .data_01 ul,
.data_box .data_02 ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

.data_box .data_02 ul
{
	grid-template-columns: repeat(2, 1fr);
}

.data_box .data_01 ul li,
.data_box .data_02 ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #fff;
	text-align: center;
}

.data_box .data_01 ul li .img,
.data_box .data_02 ul li .img
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.data_box .data_01 ul li .img img,
.data_box .data_02 ul li .img img
{
	width:auto;
	height:auto;
}

.data_box .data_01 ul li p,
.data_box .data_02 ul li p
{
	font-size: 22px;
	color: #154bad;
	line-height: 1.4;
	background-color: var(--base-color02);
	text-align: center;
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 600;
}



.data_box .data_01 ul li p.mini,
.data_box .data_02 ul li p.mini
{
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	background-color: var(--base-color02);
	text-align: center;
	margin: 0px;
	padding-top:0px;
	padding-bottom: 14px;
	font-weight: 300;
}






.info_box
{
	border: 3px solid var(--base-color02);
}

.info_box .info_01,
.info_box .info_02
{
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;

}

.info_box .info_01
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--base-color02);
}

.info_box .info_01 li,
.info_box .info_02 li
{
	display: table-cell;
	margin: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: var(--base-color02);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	vertical-align: middle;
	background-image: url(../img/recruit/data_icon_01.png);
	background-repeat: no-repeat;
	background-position: 30px 24px;
}

.info_box .info_02 li
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.info_box .info_01 li:nth-child(2){	background-image: url(../img/recruit/data_icon_02.png);}
.info_box .info_01 li:nth-child(3){	background-image: url(../img/recruit/data_icon_03.png);}
.info_box .info_02 li:nth-child(1){	background-image: url(../img/recruit/data_icon_04.png);}
.info_box .info_02 li:nth-child(2){	background-image: url(../img/recruit/data_icon_05.png);}
.info_box .info_02 li:nth-child(3){	background-image: url(../img/recruit/data_icon_06.png);}


.info_box .info_01 li:last-child,
.info_box .info_02 li:last-child
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.info_box .info_01 li big,
.info_box .info_02 li big
{
	font-size: 26px;
	color: var(--base-color02);
	line-height: 1.2;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.info_box .info_01 li small,
.info_box .info_02 li small
{
	font-size: 18px;
	color: var(--font-color);
	line-height: 1.4;
	display: block;
}

#acc .head_box
{
	margin-bottom: 40px;
}

#acc .acc_box ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	column-gap: 30px; /* 横のスペース */
	row-gap: 30px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#acc .acc_box ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#acc .acc_box ul li .img
{
	text-align: center;
	margin-bottom: 14px;
	padding-top: 14px;
	padding-bottom: 20px;
	border: 1px solid #ddd;
}

#acc .acc_box ul li .img a:hover img
{
	transform:scale(1.1,1.1);
	transition:1s all;

}

#acc .acc_box ul li h4
{
	font-family: "Noto Sans JP";
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
	min-height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
}





nav.rec ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

nav.rec li {
  display: table-cell;
  min-width: 50px;
}

nav.rec a {
  border-bottom: 3px solid #154bad;
  display: block;
  width: 80%;
  text-decoration: none;
  color: #555;
  padding-bottom: 5px;
  transition: color 0.3s, border-color 0.3s;
}

nav.rec li.current a {
  border-bottom: 3px solid #0083ff;
  color: #0083ff;
}

nav.rec a:hover {
  border-bottom: 3px solid #0083ff;
  color: #0083ff;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{

.text .img
{
	padding-right: 46px;
}

}

@media (max-width: 1300px) 
{


}


@media (max-width: 1200px) 
{
#head .body
{
	padding-left: 0px;
}


#head .photo
{
	position: static;
	right: auto;
	top: auto;
	float: left;
	width: 46%;
}

#head .text
{
	width: 50%;
}

#head h3
{
	margin-bottom: 20px;
}


#head p
{
	margin-bottom: 1em;
	line-height: 1.4;
}

.section_title,
.section_title,
#acc .section_title
{
	-ms-background-size: 60% auto;
	-o-background-size: 60% auto;
	-webkit-background-size: 60% auto;
	-moz-background-size: 60% auto;
	background-size: 60% auto;
	background-color: #52afdc;
}

article .comment_box p,
#acc .head_box p
{
	line-height: 1.4;
}

.glay_box
{
	width: 84%;
}

.data_box .pad
{
	padding: 40px;
}


.info_box .info_01 li,
.info_box .info_02 li
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 80px;
	vertical-align: middle;
	background-position: 10px 24px;

}

.info_box .info_02 li
{
	padding-top: 10px;
	padding-bottom: 10px;
}


}


/* タブレットレイアウト : 768 px 〜 959 px */
@media screen and (min-width:768px) and (max-width:1199px)
{



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article h3
{
	font-size: 26px;
	line-height: 1.2;
	text-align: justify;
}

#head
{
	margin-top: 0px;
}

.section_title
{
	margin-bottom: 30px;
}

.section_title h2
{
	font-size: 26px;
	line-height: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	background-position: 0px center;

	-ms-background-size: 50px auto;
	-o-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	background-size: 50px auto;

}

.comment_box,
.comment_box
{
	margin-bottom: 30px;
}


.text,
.text
{
	width: auto;
}

.text .img,
.text .img
{
	width: 40%;
	position: static;
	top: auto;
	right: auto;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.glay_box
{
	width: auto;
}

.glay_box .pad
{
	padding: 20px;
}

.glay_box h4
{
	font-size: 22px;
	line-height: 1;
}

.glay_box .pad ul li,
.glay_box .pad .sub_box dl dt
{
	font-size: 18px;
	line-height: 1.4;
}

.glay_box .pad .sub_box dl dd
{
	font-size: 16px;
	line-height: 1.2;
}


.glay_box .pad .sub_box
{
	width: 50%;
}

.data_box .pad
{
	padding: 20px;
}

.data_box .data_01
{
	padding-bottom: 20px;
}


.data_box .data_01 ul,
.data_box .data_02 ul
{
	column-gap: 20px; /* 横のスペース */
}

.data_box .data_01 ul li p,
.data_box .data_02 ul li p
{
	font-size: 18px;
	line-height: 1.4;
}

.data_box h4
{
	margin-bottom: 30px;
}

.data_box .data_02
{
	margin-bottom: 30px;

}


.info_box .info_01 li,
.info_box .info_02 li
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-position: 10px center;
	-ms-background-size: 40px auto;
	-o-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-moz-background-size: 40px auto;
	background-size: 40px auto;
}

.info_box .info_02 li
{
	padding-top: 10px;
	padding-bottom: 10px;
}


.info_box .info_01 li big,
.info_box .info_02 li big
{
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.info_box .info_01 li small,
.info_box .info_02 li small
{
	font-size: 14px;
	line-height: 1.4;
}

#acc .head_box
{
	margin-bottom: 30px;
}

#acc .acc_box ul
{
	grid-template-columns: repeat(2, 1fr); 
	column-gap: 20px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
}

#acc .acc_box ul li p
{
	font-size: 18px;
	line-height: 1.4;
}


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#head .body
{
	padding-left: 0px;
	padding-right: 0px;
}


#head .photo
{
	text-align: center;
	clear: none;
	float: none;
	width: auto;
	margin-bottom: 20px;
}

#head .text
{
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.section_title,
.section_title,
#acc .section_title
{
	background-position: right top;
	-ms-background-size: 60% auto;
	-o-background-size: 60% auto;
	-webkit-background-size: 60% auto;
	-moz-background-size: 60% auto;
	background-size: 80% auto;
}

.section_title h2
{
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-position: left bottom 10px;

}


.text .img,
.text .img
{
	width: auto;
	float: none;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}

.glay_box .pad
{
	display: flow-root;
	gap: 0px;
}

.glay_box .pad ul
{
	padding: 0px;
	margin-bottom: 20px;
}

.glay_box .pad .sub_box
{
	width: auto;
}

data_box .data_01
{
	padding-bottom: 0px;
}


data_box .data_01 ul,
data_box .data_02 ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

data_box .data_01 ul li,
data_box .data_02 ul li:not(:last-child)
{
	margin-bottom: 20px;
}


info_box .info_01,
info_box .info_02
{
	display:block;
}

.info_box .info_01 li,
.info_box .info_02 li
{
	display: block;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: var(--base-color02);
}

#acc .acc_box ul
{
	grid-template-columns: repeat(1, 1fr); 
	column-gap: 0px; /* 横のスペース */
	row-gap: 40px; /* 縦のスペース */
}





}

@media screen and (max-width: 768px) {
 nav.rec ul {
    flex-direction: column;  
    align-items: center;     /* 中央寄せに変更！ */
    gap: 0;                  
  }

  nav.rec li {
    display: block;
    width: auto; /* 幅いっぱいではなく、文字幅に合わせる */
  }

  nav.rec a {
    display: block;
    padding: 12px;
    text-align: center;      /* 文字も中央寄せ */
    border-bottom: 1px solid #ddd;
    width: 100%;             /* 幅を揃えたいなら残す。外せば文字幅 */
    max-width: 370px;        /* 中央寄せで見やすい幅に制限する例 */
  }



  .data_box .data_01 ul,
  .data_box .data_02 ul {
    grid-template-columns: 1fr;   /* 1列 */
    row-gap: 20px;                /* 縦の余白 */
    justify-items: center;        /* liを中央に配置 */
  }

  .data_box .data_01 ul li,
  .data_box .data_02 ul li {
    width: 90%;        /* スマホ幅の9割 → 両端に余白 */
    max-width: 400px;  /* 横幅が広すぎないように上限を設定 */
    margin: 0 auto;    /* 念のため中央寄せ */
  }


}


