@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
/* コンテンツエリアのみの設定
******************************************************************************************/
main {
  display: block;
}
/* 共通
*************************************************************************/
#category {
  position: relative;
  overflow: hidden;
  clear: both;
}
#category h1 img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
  vertical-align: middle;
}
#category h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 50;
  line-height: 1;
}
.wrap01 {
  max-width: 960px;
  margin: auto;
}
.wrap02 {
  max-width: 1500px;
  margin: auto;
  min-width: 960px;
  overflow: hidden;
}
.wrap03 {
  max-width: 650px;
  margin: auto;
}
.wrap04 {
  width: 860px;
  margin: auto;
}
.btn_entry {
  margin: 10.2% auto 8.85%;
  padding: 0;
  width: 34%;
}
.btn_entry dt {
  margin: 0 0 6.3%;
  padding: 0;
  text-align: center;
  color: #083B83;
  font-size: 20px;
  font-weight: bold;
}
.btn_entry dd {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
#internship .btn_entry {
  width: 55%;
}
.btn_entry dd a {
  padding: 6.1% 3%;
  background-color: #083B83;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btn_entry dd a img {
  width: 28.44%;
  height: auto;
}
h2.under_bar {
  /*font-size: 30px;*/
  line-height: 1.4;
  text-align: center;
  margin: 6.77% 0 8.85%;
  position: relative;
}
h2.under_bar:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #6c9bd2;
  bottom: 0;
  left: 50%;
  width: 6.77%;
  margin: 0 0 -5.2% -3.385%;
}
h2.under_line {
  font-size: 28px;
  border-bottom: 1px solid #dfdfdf;
  margin: 8.33% 0 0;
  padding: 0 0 4.58%;
  color: #221815;
  line-height: 1;
}
h3.left_bar {
  margin: 3.33% 0 2.5%;
  border-left: 4px solid #221815;
  color: #221815;
  padding: 0.52% 0 0.525% 0.83%;
  line-height: 1;
  font-size: 24px;
}
.border_box {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 3.125%;
  overflow: hidden;
}
.border_box p {
  margin: 0;
  font-size: 17px;
}
.border_box p.mar01 {
  margin: 3.125% 0 0;
}
p.lead {
  font-weight: bold;
  font-size: 22px !important;
  text-align: center;
  margin: 0 0 8.333% !important;
}
.t_right {
  text-align: right;
}
.t_center {
  text-align: center;
}
.p_right{
	float: right;
}
.p_left{
	float: left;
}
.svgfh {
  height: 100%;
  width: 100%;
}

.notice {
  font-weight: bold;
  color: red;
}

/*たなみん
********/
.tanamin_box {
  margin: auto;
  width: 100%;
  line-height: 1.8;
  height: auto;
  padding-top: 6%;
  max-width: 960px;
}
.tanamin_subttl h2{
  font-size: 22px ;
}
.tanamin_ttl h1{
  font-size: 28px;
  border: solid 1px #dfdfdf;
  padding: 0.4rem 0 0.2rem 2%;
}
.tanamin_subttl {
  width: 37%;
  height: 70%;
  font-size: 18px;
  float: left;
  padding-top: 5%;
}
.tanamin_right {
  float: left;
  width: 63%;
  height: auto;
}
.tanamin_img img{
  width: 50%;
  float: left;
}
.tanamin_prof {
  padding-top: 5% ;
  padding-bottom: 5%;
}


/* About Us
*************************************************************************/
#about #category {
  width: 100%;
  height: 450px;
  background: url('../../about/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#about #category h1 {
  height: 75px;
}
/* index
********************************/
.box_wrap {
  margin: 60px 0;
}
.box_wrap--about{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.box_wrap--about::before,.box_wrap--about::after{
  display: none;
}

.box_position {
  position: relative;
  margin: 0 0 80px;
  width: 465px;
  float: left;
  padding: 220px 0 0;
  height: 0;
}
.box_position--about{
  width: 298px;
  margin-bottom: 60px;
}
.box_position--about .box h2{
  font-size: 22px;
}

.box_position:nth-of-type(odd) {
  margin-right: 30px;
}
.box_position--about:nth-of-type(odd) {
  margin-right: 0;
}

.box_position:nth-last-of-type(2),
.box_position:last-child {
  padding: 0;
  height: auto;
}
.box_position--about:nth-last-of-type(2),
.box_position--about:last-child {
  padding: 0px 0 0;
  height: 0;
}

/* .box_position:nth-of-type(1) h2,
.box_position:nth-of-type(2) h2,
.box_position:nth-of-type(4) h2,
.box_position:nth-of-type(6) h2,
.box_position:nth-of-type(7) h2,
.box_position:nth-of-type(8) h2,
.box_position:nth-of-type(9) h2,
.box_position:nth-of-type(11) h2 {
  padding-bottom: 110px;
} */
.box {
  border: 6px solid #9ed8f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 280px;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 768px) {
  .box {
    min-height: 220px;
  }
}
.box_position:nth-last-of-type(2) .box,
.box_position:last-child .box {
  position: relative;
}
.box:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 27px 0 0;
  border-color: #ffffff transparent transparent transparent;
  z-index: 100;
}
.box .number {
  position: absolute;
  margin: -5px;
  background-color: #9ed8f6;
  width: 58px;
  height: 58px;
  text-align: center;
  padding: 21px 0 0;  padding: 16px 0 0 5px;
  font-family: 'Ropa Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
.box .number img {
  height: 21px;
  width: auto;
  vertical-align: middle;
}
.box h2 {
  color: #28a7e1;
  text-align: center;
  padding: 0 10px 83px;
  font-size: 28px;
  line-height: 1.3;
  margin: 72px 0 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.box ul li.no-icon {
  background: none;
  padding: 0;
}
.box_position.icon_01 .box h2 {
  background-image: url(../../about/img/img_icon01.png);
  background-size: 72px;
}
.box_position.icon_02 .box h2 {
  background-image: url(../../about/img/img_icon02.png);
  background-size: 90px;
}
.box_position.icon_03 .box h2 {
  background-image: url(../../about/img/img_icon03.png);
  background-size: 58px;
}
.box_position.icon_04 .box h2 {
  background-image: url(../../about/img/img_icon04.png);
  background-size: 62px;
  background-position: 50% 75%;
}
.box_position.icon_05 .box h2 {
  background-image: url(../../about/img/img_icon05.png);
  background-size: 49px;
}
.box_position.icon_06 .box h2 {
  background-image: url(../../about/img/img_icon06.png);
  background-size: 66px;
  background-position: 50% 70%;
}
.box_position.icon_07 .box h2 {
  background-image: url(../../about/img/img_icon07.png);
  background-size: 64px;
}
.box_position.icon_08 .box h2 {
  background-image: url(../../about/img/img_icon08.png);
  background-size: 30px;
}
.box_position.icon_09 .box h2 {
  background-image: url(../../about/img/img_icon09.png);
  background-size: 65px;
  background-position: 50% 80%;
}
.box_position.icon_10 .box h2 {
  background-image: url(../../about/img/img_icon10.png);
  background-size: 50px;
}
.box_position.icon_11 .box h2 {
  background-image: url(../../about/img/img_icon11.png);
  background-size: 55px;
}
.box_position.icon_12 .box h2 {
  background-image: url(../../about/img/img_icon12.png);
  background-size: 65px;
}
.box_position.icon_13 .box h2 {
  background-image: url(../../about/img/img_icon13.png);
  background-size: 67px;
  background-position: 50% 80%;
}
.box_position.icon_14 .box h2 {
  background-image: url(../../about/img/img_icon14.png);
  background-size: 65px;
}
.box_position.icon_15 .box h2 {
  background-image: url(../../about/img/img_icon15.png);
  background-size: 65px;
}
.box ul {
  list-style: none;
  margin: 0 46px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}
.box ul strong {
  color: #F39800;
  line-height: 1;
}
.box ul li {
  margin: 0 0 20px;
  background-image: url(../../about/img/icon_circle.png);
  background-position: left top 0.25rem;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 0 0 18px;
  position: relative;
}
.box ul li.sup  {
  background: none;
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
.box_position:nth-of-type(1) .box.on,
.box_position:nth-of-type(2) .box.on {
  z-index: 500;
}
.box_position:nth-of-type(3) .box.on,
.box_position:nth-of-type(4) .box.on {
  z-index: 490;
}
.box_position:nth-of-type(5) .box.on,
.box_position:nth-of-type(6) .box.on {
  z-index: 480;
}
.box_position:nth-of-type(7) .box.on,
.box_position:nth-of-type(8) .box.on {
  z-index: 470;
}
.box_position:nth-of-type(9) .box.on,
.box_position:nth-of-type(10) .box.on {
  z-index: 460;
}
.box_position:nth-of-type(11) .box.on,
.box_position:nth-of-type(12) .box.on {
  z-index: 470;
}
.box_position:nth-of-type(13) .box.on,
.box_position:nth-of-type(14) .box.on {
  z-index: 480;
}
.box_position:nth-of-type(15) .box.on {
  z-index: 490;
}
.box.on,
.box:hover {
  cursor: pointer;
  border-color: #0a3b83;
}
.box.on .number,
.box:hover .number {
  background-color: #0a3b83;
}
.box.on h2,
.box:hover h2 {
  color: #0a3b83;
}
.box_position.icon_01 .box.on h2,
.box_position.icon_01 .box:hover h2 {
  background-image: url(../../about/img/img_icon01_o.png);
}
.box_position.icon_02 .box.on h2,
.box_position.icon_02 .box:hover h2 {
  background-image: url(../../about/img/img_icon02_o.png);
}
.box_position.icon_03 .box.on h2,
.box_position.icon_03 .box:hover h2 {
  background-image: url(../../about/img/img_icon03_o.png);
}
.box_position.icon_04 .box.on h2,
.box_position.icon_04 .box:hover h2 {
  background-image: url(../../about/img/img_icon04_o.png);
}
.box_position.icon_05 .box.on h2,
.box_position.icon_05 .box:hover h2 {
  background-image: url(../../about/img/img_icon05_o.png);
}
.box_position.icon_06 .box.on h2,
.box_position.icon_06 .box:hover h2 {
  background-image: url(../../about/img/img_icon06_o.png);
}
.box_position.icon_07 .box.on h2,
.box_position.icon_07 .box:hover h2 {
  background-image: url(../../about/img/img_icon07_o.png);
}
.box_position.icon_08 .box.on h2,
.box_position.icon_08 .box:hover h2 {
  background-image: url(../../about/img/img_icon08_o.png);
}
.box_position.icon_09 .box.on h2,
.box_position.icon_09 .box:hover h2 {
  background-image: url(../../about/img/img_icon09_o.png);
}
.box_position.icon_10 .box.on h2,
.box_position.icon_10 .box:hover h2 {
  background-image: url(../../about/img/img_icon10_o.png);
}
.box_position.icon_11 .box.on h2,
.box_position.icon_11 .box:hover h2 {
  background-image: url(../../about/img/img_icon11_o.png);
}
.box_position.icon_12 .box.on h2,
.box_position.icon_12 .box:hover h2 {
  background-image: url(../../about/img/img_icon12_o.png);
}
.box_position.icon_13 .box:hover h2 {
  background-image: url(../../about/img/img_icon13_o.png);
}
.box_position.icon_13 .box:hover h2 {
  background-image: url(../../about/img/img_icon13_o.png);
}
.box_position.icon_14 .box:hover h2 {
  background-image: url(../../about/img/img_icon14_o.png);
}
.box_position.icon_15 .box:hover h2 {
  background-image: url(../../about/img/img_icon15_o.png);
}

/* TOP MESSAGE
********************************/
#message #category {
  width: 100%;
  height: 450px;
  background: url('../../about/img/img_category_message.jpg') no-repeat center;
  background-size: cover;
}
#message #category h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 50;
  line-height: 1;

}
#message #category h1 img{
  height: 117px;
}
#message h2.under_bar:after {
  border-bottom: 3px solid #063b83;
  width: 7.44%;
}
#message h2.under_bar > span.name {
  display: block;
  font-size: 24px;
  margin: 52px 0 0;
  position: absolute;
  bottom: -220px;
  left: 2%;
  text-align: left;
}
#message h2.under_bar > span.name > span {
  display: block;
  font-size: 16px;
}
#message .wrap04 p {
  margin: 40px 0;
  font-size: 15px;
}
#message h2.under_bar + p {
  margin-top: 124px;
}
#message .flex_box {
  display: flex;
  align-items: center;
  margin-top: 124px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#message .flex_box h2.under_bar {
  margin: 0;
  text-align: left;
}
#message .flex_box h2.under_bar::after {
  content: none;
}
#message .flex_box h2.under_bar > span.name {
  margin: 60px 0 0;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}
#message .flex_box__img {
  width: 46%;
  margin-right: 6%;
}
#message_movie {
  background-color: #265c85;
  color: #fff;
  padding: 4.5% 0 6.2%;
}
#message_movie h3 {
  text-align: center;
  margin: 0;
}
#message_movie h3 img {
  width: 37%;
}
#message_movie .wrap04 h3 + p {
  margin: 1.86% 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.president {
  width: 100%;
  height: auto;
}
.movie_wrap {
  margin: 9.3% 0 0;
}
.movie_wrap img {
  width: 100%;
  height: auto;
}
/* “シンカ”宣言
********************************/
#sengen {
  clear: both;
  max-width: 1500px;
  margin: auto;
}
#sengen p {
  margin: 0;
  padding: 0;
}
#sengen img {
  width: 100%;
  height: auto;
}
h2.title_name {
  text-align: center;
  margin: 8.92% 0 4.62%;
  line-height: 1.2;
  font-size: 22px;
}
h2.title_index {
  text-align: center;
  line-height: 1;
}
h2.title_index img {
  width: 12.1875%;
  height: auto;
}
.sentence {
  margin: 15.38% 0 23%;
  font-size: 20px;
  line-height: 1.8;
}
.sentence:first-letter {
  font-size: 55px;
  color: #083B83;
  font-weight: bold;
  line-height: 1;
  float: left;
  padding: 0.2em 0 0;
  margin: 0 0.2em;
}
ul.index {
  list-style: none;
  margin: 5.2% 0 8.85%;
  padding: 0;
  font-size: 0;
}
ul.index li {
  font-size: 10px;
  display: inline-block;
  width: 15.625%;
  margin: 0 0 0 1.25%;
  background-color: #004F8D;
}
ul.index li:first-of-type {
  margin: 0;
}
ul.index li img {
  width: 100%;
  height: auto;
}
ul.index li a{
	display: block;
}
ul.index li a:hover {
  opacity: 0.5;
}

/* 数字でわかる
********************************/
#performance #category {
  width: 100%;
  height: 450px;
  background: url('../../about/img/img_category_performance.jpg') no-repeat center;
  background-size: cover;
}
#performance #category h1 {
  width: 540px;
}
#performance #category h1 svg {
  fill: #fff;
}

#performance .wrap01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#performance .wrap01 > div{
	border: 2px solid #063b83;
	margin: 0 0 50px;
	padding: 13px;
	color: #063b83;
	min-height: 350px;
	width: 100%;
	font-weight: bold;
	display: flex;
	line-height: 1;
	flex-direction: column;
}
.clr{
	clear: both;
}
.small_box{
	width: 47.4% !important;
	align-content: space-around;
}
#performance .wrap01 > div h2{
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	line-height: 1;
}
#performance .wrap01 > div h3{
	font-size: 36px;
	text-align: center;
	margin: 0;
	padding: 16.9% 0 0;
	background-image: url(../../about/img/icon_perf02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 12%;
}
#performance .wrap01 > div h4{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin:1em 0;
}
#performance .wrap01 > div img{
	height: auto;
	vertical-align: text-bottom;
	margin: 0 5px;
}
#performance .wrap01 > div div p{
	margin: 0;
}
#performance .wrap01 > div div p.lead{
	font-size: 18px !important;
	text-align: left;
	text-indent: -1em;
	line-height: 1.4;
	padding: 0 0 0 1em;
	margin: 0 !important;
}
#performance .wrap01 > div div dl{
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
#performance .wrap01 > div div dl dt{
	font-size: 28px;
	margin-bottom: 1%;
}
#performance .wrap01 > div div dl dt img{
	width: 26px;
	height: auto;
	vertical-align: middle !important;
	margin: 0 3% 0 0 !important;
}
#performance .wrap01 > div div dl dd + dt{
	margin-top: 6%;
}
#performance .wrap01 > div div dl dd{
	margin: 0;
	padding: 0;
}
.img_alnume01{
	width: 45.5%;
}
.img_alnume02{
	width: 36.7%;
}
.img_alnume03{
	width: 55.6%;
}
.img_alnume04{
	width: 22.2%;
}
.img_alnume05{
	width: 31%;
}
.img_alnume06{
	width: 51%;
}
.img_alnume07{
	width: 32.94%;
}
.img_alnume08{
	width: 55.53%;
}
.img_alnume09{
	width: 16.94%;
}
.img_alnume10{
	width: 63%;
}
.img_alnume11{
	width: 41.18%;
}
.posi01{
	width: 100%;
	margin: 0;
	line-height: 1;
	font-size: 25px;
}
.font45{
	font-size: 45px;
}
.font40{
	font-size: 45px;
}
.font50{
	font-size: 50px !important;
	font-weight: bold !important;
}
.font36{
	font-size: 36px;
}
.font30{
	font-size: 30px;
}
.font20{
  font-size: 20px;
}
.lineH01{
	line-height: 1.6;
}
.in_flex_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
  max-height: 280px;
	justify-content: space-around;
}
.in_flex_box_big{
	width: 100%;
	display: flex;
	align-items: stretch;
}
.in_flex_box_big div{
	width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.in_flex_box_big div:first-of-type{
	padding-top: 0%;
}
.in_flex_box_big .bg_img01{
	width: 47%;
	background-image: url(../../about/img/icon_perf06.png);
	background-position: right 10% top 30%;
	background-repeat: no-repeat;
	background-size: 25%;
}
.in_flex_box_big div span{
	display: inline-block;
}
.in_flex_box_big .bg_img01 span{
	margin: 13px 0 0;
}
.bg_img02{
	background-image: url(../../about/img/icon_perf03.png);
	background-position: bottom 10% center;
	background-repeat: no-repeat;
	background-size: 55%;
	padding: 0 0 18%;
}
.bg_img02 span{
	margin: 13px 0 0;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
.bg_img03{
	background-image: url(../../about/img/icon_perf04.png);
	background-position: bottom 5% center;
	background-repeat: no-repeat;
	background-size: 25%;
	padding: 0 0 18%;
}
.bg_img03 span{
	margin: 13px 0 0;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
.bg_img04{
	background-image: url(../../about/img/icon_perf09.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 25%;
	padding: 0 0 18%;
}
.bg_img04 span{
	margin: 13px 0 0;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
.bg_img05{
	background-image: url(../../about/img/icon_perf05.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 5% 0;
	display: block;
	margin: 2% 8% 0 5% !important;
	line-height: 1.4;
}
.bg_img06{
	background-image: url(../../about/img/icon_perf07.png);
	background-position: bottom right 6%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 5% 25% 5% 1em !important;
	display: block;
	margin: 2% 8% 0 5% !important;
	line-height: 1.4;
}
.bg_img07{
	background-image: url(../../about/img/icon_perf08.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 25%;
	padding: 20% 0 0 !important;
	display: block;
	margin: 0 8% 0 8% !important;
	line-height: 1.4;
}
.in_flex_box_big div .t_center span{
	margin: 13px 0 0;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}
.font_style01{
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	margin: 12px 0 0;
	line-height: 1.4;
}
.finger{
	list-style: none;
	margin: 10% 0 10% 20%;
	padding: 0;
	font-size: 30px;
}
.finger img{
	width: 7%;
	height: auto;
	vertical-align: middle !important;
	margin: 0 3% 0 0 !important;
}
.finger li{
	margin: 5.55% 0;
}
.other01 .finger{
	font-size: 20px;
	margin: auto 6%;
	line-height: 1.2;
}
.other01 .finger li{
	padding: 0 0 0 9%;
}
.other01 .finger img{
	margin: 0 2% 0 -9%!important;
}

/* Job
*************************************************************************/
/* index
********************************/
#job #category {
  width: 100%;
  height: 450px;
  background: url('../../job/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#job #category h1 {
  height: 75px;
}
#job h2.under_bar img {
  width: 17%;
}
#job .wrap02{
	position: relative;
	max-width: 1100px;
}
.box_left01 {
  width: 35%;
  float: left;
	max-width: 385px;
}
.fixed_top{
	position: fixed !important;
	top:10px;
}
.fixed_btm{
	position: absolute !important;
	bottom:20px;
	top: auto !important;
}
.chart{
	position: relative;
	background-color: #F4F4F4;
	padding: 0 0 6.143%;
}
.chart img{
	width: 95%;
	height: auto;
}
.chart h2{
	width: 94%;
	margin:0 auto;
}
.chart p{
	margin: 0 auto;
	width: 90%;
}
.chart p.btn01{
	width: 53.71%;
	margin: 0 3.57% 0 auto;
}
.chart p.btn02{
	width: 43.14%;
	margin: 1.14% auto 3.2857% 6.57%;
}
.chart p.btn03{
	width: 26.2857%;
	margin: -10% 3.57% 0 auto;
}
.chart p.btn04{
	width: 42.57%;
	margin: 2.857% 0 0 21.71%;
}
.chart p.btn05{
	width: 90%;
	margin: 4.857% auto 0;
}
.box_right01 {
  width: 48.67%;
  float: right;
  margin-right: 7%;
  margin-bottom: 5.66%;
}
.box_right01 h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  padding: 1.875% 2.34%;
  line-height: 1.2;
}
.box_right01 h2 span {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
.box_right01 h3 {
  margin: 7.8125% 0 2.5%;
  color: #221815;
  padding: 1.875% 0 1.875% 0.83%;
  line-height: 1.1;
  font-size: 22px;
}
.box_right01 p {
  font-size: 15px;
  line-height: 1.8;
}

.medical h2,
.drug h2,
.supply h2,
.mr h2,
.staff h2,
.qv h2 {
  padding: 2%;
  color: #fff;
}
.medical h3,
.drug h3,
.supply h3,
.mr h3,
.staff h3,
.qv h3 {
  margin-top: 10%;
  padding-left: 2%;
}

.medical h2 {
  background-color: #036eb8;
}
.medical h3 {
  border-left: 4px solid #036eb8;
}
.drug h2 {
  background-color: #ef8784;
}
.drug h3 {
  border-left: 4px solid #ef8784;
}
.supply h2 {
  background-color: #6FB54E;
}
.supply h3 {
  border-left: 4px solid #6FB54E;
}
.mr h2 {
  background-color: #F4A12C;
}
.mr h3 {
  border-left: 4px solid #F4A12C;
}
.staff h2 {
  background-color: #8970A8;
}
.staff h3 {
  border-left: 4px solid #8970A8;
}
.qv h2 {
  background-color: #38a2e8;
}
.qv h3 {
  border-left: 4px solid #38a2e8;
}
.btn_gray {
  background-color: #727172;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.65% 6.4% 0.65% 1.5%;
  position: relative;
}
.btn_gray:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #e0e1e1 #e0e1e1 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin: -5px 0 0;
}
.box_right01 p + h3 {
  margin-top: 11.875%;
}
.box_right01 p.t_right + h3 {
  margin-top: 4.375%;
}
.box_right01 div + div{
	margin-top: 18%;
}
.btn_emp {
  margin: 3% 0 5%;
}
.btn_emp:after {
  content: "";
  clear: both;
  display: block;
}
.btn_emp a {
  float: right;
  padding: 2% 2% 2% 5%;
}

/* person
********************************/
.box_person01 {
  overflow: hidden;
}
.box_person01 .box_left {
  float: left;
  width: 50%;
}
.box_person01 .box_right {
  float: right;
  width: 50%;
  padding: 0 5.5% 0 6%;
}
.box_person01 .number {
  text-align: right;
  width: 24.655%;
  margin: 4.48% 0 0 auto;
}
.box_person01 .number img{
  max-width: 142px;
}
.box_person02 .number img{
  max-width: 142px;
}
.box_person03 .number img{
  max-width: 142px;
}
.box_person04 .number img{
  max-width: 142px;
}
.box_person05 .number img{
  max-width: 142px;
}
.box_person06 .number img{
  max-width: 142px;
}
.box_person07 .number img{
  max-width: 142px;
}
.box_person01 .title {
  font-size: 20px;
  margin: 4.3% 0 0;
  color: #083B83;
  font-weight: bold;
  line-height: 1;
}
.box_person01 .sub_titel {
  font-size: 14px;
  margin: 1.89% 0 0;
  line-height: 1;
}
.box_person01 h1 {
  font-size: 32px;
  margin: 8.62% 0;
}
.box_person01 .type {
  font-size: 30px;
  color: #083B83;
  margin: 13.8% 0 3.6%;
  line-height: 1.2;
}
.box_person01 .brief {
  font-size: 16px;
  margin: 0;
}
.box_person02 {
  overflow: hidden;
  margin: 8.33% 0 0;
}
.box_person02 .box_left {
  float: left;
  width: 36%;
  margin: 0 0 0 18%;
}
.box_person02 .box_right {
  float: right;
  width: 40.26%;
  margin: 6% 0 0;
}
.box_person03 {
  overflow: hidden;
  margin: 8.33% 0 0;
}
.box_person03 .box_right {
  float: right;
  width: 36%;
  margin: 0 18% 0 0;
}
.box_person03 .box_left {
  float: left;
  width: 40.26%;
  margin: 6% 0 0;
}
.box_person04 {
  margin: 8.33% 0 0;
}
.box_person05 {
  margin: 8.33% auto 0;
}
.box_person05 dl {
  margin: 12.5% 0 0;
  color: #083B83;
  font-size: 15px;
  position: relative;
}
.box_person05 dl dt {
  border-bottom: 2px solid #083B83;
  font-weight: bold;
  padding: 0 0 0.4%;
}
.box_person05 dl dd {
  padding: 2.6% 20% 2.6% 0;
  margin: 0;
  border-bottom: 2px solid #083B83;
  line-height: 1.8;
	position: relative;
}
.box_person05 dl dd:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  position: absolute;
	top: 50%;
  right: 3.854%;
	transform: translate(0, -50%);
}
.box_person05 dl.person01 dd:after {
  background-image: url(../../job/img/img_person_step01.png);
  width: 13.65%;
  padding: 11.5% 0 0;
  width: 180px;
  height: 150px;
  padding: 0;
}
.box_person05 dl.person02 dd:after {
  background-image: url(../../job/img/img_person_step02.png);
  width: 8.65%;
  padding: 16.6% 0 0;
}
.box_person05 dl.person03 dd:after {
  background-image: url(../../job/img/img_person_step03.png);
  width: 13.65%;
  padding: 14.6% 0 0;
  /* width: 71px; */
  height: 220px;
  padding: 0;
}
.box_person05 dl.person04 dd:after {
  background-image: url(../../job/img/img_person_step04.png);
  width: 13.65%;
  padding: 22% 0 0;
}
.box_person05 dl.person05 dd:after {
  background-image: url(../../job/img/img_person_step05.png);
  width: 13.65%;
  padding: 17% 0 0;
}
.box_person05 dl.person06 dd:after {
  background-image: url(../../job/img/img_person_step06.png);
  width: 15.65%;
  padding: 18.6% 0 0;
}
.box_person05 dl.person07 dd:after {
  background-image: url(../../job/img/img_person_step07.png);
  width: 10%;
  padding: 20.6% 0 0;
}
ul.index_person {
  list-style: none;
  margin: 5.2% 0 7.9%;
  padding: 0;
  font-size: 0;
  display: flex;
  gap: 25px 2.3%;
  flex-wrap: wrap;
  justify-content: center;
}
ul.index_person li {
  /* display: inline-block; */
  font-size: 10px;
  width: calc(100% / 3 - 4.6% / 3);
  /* margin: 0 0 2.6% 2.3%; */
	background-color: #004F8D;
}
/* ul.index_person li:first-of-type,
ul.index_person li:nth-of-type(5),
ul.index_person li:nth-of-type(9)  {
  margin-left: 0;
} */
ul.index_person li img {
  width: 100%;
  height: auto;
}
ul.index_person li a{
	display: block;
}
ul.index_person li a:hover {
  opacity: 0.5;
}
.box_person01 .box_left img,
.box_person02 img,
.box_person03 img,
.box_person04 img {
  width: 100%;
  height: auto;
}
#person h2 {
  font-size: 22px;
  margin: 0;
  position: relative;
  padding: 0 0 40px;
}
#person h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  display: block;
  padding: 6px 0 0;
  background-color: #083B83;
}
#person h2 + p {
  /* line-height: 1.8; */
  margin: 40px 0 0;
  font-size: 16px;
}
#person h3 {
  width: 26.77%;
  margin: 10.4% auto 0;
}
#person h3 img{
  width: 100%;
}
/* Special
*************************************************************************/
#special #category {
  width: 100%;
  height: 450px;
  background: url('../../special/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#special #category h1 {
  width: 30 0px;
}

#special {
  background: #FBFAEE;
  padding-bottom: 100px;
}
#special .special_text {
  text-align: center;
  color: #000;
  margin: 60px 0;
}
#special .sort_btns {
  text-align: center;
  padding: 0;
}
#special .sort_btns:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
#special .sort_btns li {
  float: left;
  color: #fff;
  font-size: 20px;
  width: 300px;
  list-style: none;
  margin: 5px 10px 0 10px;
  padding: 5px 0;
  line-height: 2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#special .box_position {
  margin-right: 35px;
  height:220px;
}
#special .box_wrap {
  width:1000px;
  margin-right: -35px;
}
#special .sort_btns li:hover {
  opacity: 0.5;
}
#special .sort_btns li:last-child {
  margin-right: 0;
}
#special .box {
  z-index: 1;
}
#special .box.on {
  z-index: 2;
}
#special .box_position .box h2 {
  background-image: none;
  padding: 0;
  margin: 0;
  font-size: 27px;
  line-height: 1.8;
  color: #383838;
}
#special .box:before {
  display: none;
}
#special .box .number {
  background: none !important;
  margin-left: 4px;
}

#special .box .number svg {
  fill: #383838;
  height: 22px;
}


#special .box .long > svg {
  fill: #383838;
  height: 22px;
}

#special .box:hover .number svg {
  fill: #0a3b83;
}
#special .box .box_title {
  height:180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
}
#special .box .bot_arr {
  position: absolute;
  display: block;
  right:40px;
  bottom:-45px;
}
#special .cat1 .box .bot_arr svg {
  fill: #008080;
  width:100px;
  height: 35px;
}
#special .cat2 .box .bot_arr svg {
  fill: #ff69b4;
  width:100px;
  height: 35px;
}
#special .cat3 .box .bot_arr svg {
  fill: #ffd700;
  width:100px;
  height: 35px;
}
#special .cat4 .box .bot_arr svg {
  fill: #32cd32;
  width:100px;
  height: 35px;
}
#special .cat5 .box .bot_arr svg {
  fill: #ed7335;
  width:100px;
  height: 35px;
}
#special .box:hover .bot_arr svg {
  fill: #0a3b83;
}
#special .box:hover {
  border: 6px solid #0a3b83;
}

#special .ans_cont {
  width:calc(100% + 12px);
  padding: 6px;
  margin-left: -6px;
  margin-bottom: -6px;
  border: solid 6px #ED7335;
  border-top: none;
}
#special .ans_cont li {
  background: none;
  color: #ED7335;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}
#special .ans_cont li .ans_title {
  width:120px;
  margin: 0 auto 0 auto;
}
#special .ans_cont li .ans_title img {
  width:100%;
}
#special .box.on .number svg{
  fill: #0a3b83;
}
#special .box.on .bot_arr svg{
  fill: #ED7335;
}
#special .ans_cont li img{
  display: block;
  width:180px;
  margin: 0 auto;
}
#special .box_close {
  position: absolute;
  width:30px;
  top:0;
  right:10px;
  display: none;
}
#special .box_close img{
  max-width: 30px;
}
#special .box.on .box_close {
  display: block;
}


@media (max-width: 768px) {

#category h1 {
  height: auto!important;
}
#category h1 img {
  width: 100%;
  height: auto;
}
#message #category h1 img{
  height: auto!important;
}
#special #category h1 {
  width:40%;
}
#special .sort_btns {
  padding: 0;
}
#special .sort_btns li {
  width:100%;
  margin: 0;
  float:none;
}
#special .box_position {
  margin-bottom: 40px;
  margin-right: 0;
}
#special .box .bot_arr {
  bottom:-41px;
}
#special .ans_cont {
  padding: 3px;
  margin: 0;
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -3px;
  width: calc(100% + 6px);
  border: solid 3px #ED7335;
  border-top: none;
}
#special .box_wrap {
  width:auto;
  margin: 60px auto 0 auto;
}
}

.cat1 .box {
  border: 6px solid #008080; }
.cat2 .box {
  border: 6px solid #ff69b4; }
.cat3 .box {
  border: 6px solid #ffd700; }
.cat4 .box {
  border: 6px solid #32cd32; }
.cat5 .box {
  border: 6px solid #ed7335; }



/*.cat1 > .box > .box_title > h2 span {
  border-bottom:6px #008080 dashed; }
.cat2 > .box > .box_title > h2 span {
  border-bottom:6px #ff69b4 dashed; }
.cat3 > .box > .box_title > h2 span {
  border-bottom:6px #ffd700 dashed; }
.cat4 > .box > .box_title > h2 span {
  border-bottom:6px #32cd32 dashed; }*/

#boxCatBtn1 {
  background-color: #008080; }
#boxCatBtn2 {
  background-color: #ff69b4; }
#boxCatBtn3 {
  background-color: #ffd700; }
#boxCatBtn4 {
  background-color: #32cd32; }
#boxCatBtn5 {
  background-color: #ed7335; }
/*#boxCatBtnAll {
  background-color: #9ed8f6; }*/
#boxCatBtnAll {
  background-color: #60a3e2; }


/* Career
*************************************************************************/
/* index
********************************/
#career #category {
  width: 100%;
  height: 450px;
  background: url('../../career_diversity/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#career #category h1 {
  height: 75px;
}
p.lead2 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
 margin: 0 0 3.65%;
}
.img_chart {
  margin: 6.5625% 0 !important;
}
.border_box01 {
  border-bottom: 1px solid #dfdfdf;
  padding: 3.125% 0 3.125%;
  font-size: 0;
}
.border_box01 h3.left_bar {
  margin: 0 0 0;
  border-left: 4px solid #004EA2;
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
}
.border_box01 p {
  margin: 0;
  font-size: 16px;
  width: 66.66%;
  display: inline-block;
  vertical-align: middle;
}
.bg_yellow {
  background-color: #fff1d5;
  margin: 4.8% 0;
  padding: 3.33% 0 4.8%;
  text-align: center;
}
.bg_yellow h3 {
  display: inline-block;
  width: 386px;
  text-align: center;
  background-color: #f8b62c;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  padding: 5px 0;
}
.bg_yellow p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

/* Career Talk
********************************/
#career_talk #category {
  width: 100%;
  height: 700px;
  background: url('../../career_diversity/img/img_category_career.jpg') no-repeat center top;
  background-size: cover;
}
#career_talk #category h1 {
  height: 18.5%;
  margin: 10% 0 0;
}
#career_talk h2{
	font-size: 28px;
	text-align: center;
	margin: 0;
}
#career_talk p.lead3{
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin: 7.1875% 0 0;
}
#career_talk .note{
  text-align: right;
  font-size: 14px;
  margin: 0 auto;
  display: block;
	margin: 0 0 7.1875% 0;
}
.bg_gray{
	background-color: #F4F4F4;
}
.profile{
	list-style: none;
	margin: 0;
	padding: 4.583% 0;
	font-size: 0;
}
.profile li{
	width: 25%;
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
  text-align: center;
  /* text-align: left; */
}
.profile li dl{
	margin: 15px 0 0;
}
.profile li dl dt{
  font-size: 14px;
  width: 176px;
  margin: auto;
  border-bottom: 2px solid;
  line-height: 1.5;
  padding: 0 0 12px;
  text-align: left;
  min-height: 100px;
}
.profile li dl dt b {
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.profile li dl dd{
	margin: 13px auto 0;
	padding: 0;
	font-size: 13px;
	width: 176px;
  text-align: left;
}
.full_wrap{
	max-height: 580px;
	overflow: hidden;
}
.full_wrap p {
  margin: 0;
  text-align: center;
}
.full_wrap p img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.person-a {
	border-color: #F8B500 !important;
}
.person-b {
	border-color: #EB6EA5 !important;
}
.person-c {
	border-color: #00B9EF !important;
}
.person-d {
	border-color: #8FC31F !important;
}

.talk{
	text-align: center;
	margin: 7.1875% 0 2.5%;
}
.talk img{
	width: 6.875%;
	height: auto;
}
.talk_dl{
	margin: 5.52% 0 10.4%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.talk_dl dt{
	font-size: 18px;
	text-align: right;
	border-right: 5px solid #000;
	width: 120px;
	font-weight: bold;
	padding: 0 8px 0 0;
	margin: 0 0 34px;
}
.talk_dl dd{
	font-size: 16px;
	margin: 0 0 34px 17px;
	padding: 0;
	width: 820px;
}
.talk_dl dt:last-of-type,
.talk_dl dd:last-of-type{
	margin-bottom: 0;
}

ul.photo_db{
	list-style: none;
	margin: 10.4% 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.photo_db li{
	width: 48.23%;
}
ul.photo_db li img{
	width: 100%;
	height: auto;
}



/* Diversity talk
********************************/
#diversity_talk #category {
  width: 100%;
  height: 700px;
  background: url('../../career_diversity/img/main_diversitytalk_bg.jpg') no-repeat center top;
  background-size: cover;
}

#diversity_talk{
    margin-bottom: 100px;
}
#diversity_talk h1 {
    width: 29.467%;
}

#diversity_talk #category h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10% 0 0;
    z-index: 50;
    line-height: 1;
}
#diversity_talk p.lead3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 7.1875% 0;
}
#diversity_talk .profile li dl dt {
    font-size: 24px;
    background-color: #fff;
    width: 130px;
    margin: auto;
    line-height: 1;
    padding: 4px 0;
    border-radius: 10px;
    border:2px solid;
}
#diversity_talk .profile .mr{
    border-color: #AACF52 !important;
}
#diversity_talk .profile .dev{
    border-color: #F8B62D !important;
}
#diversity_talk .profile .study{
    border-color: #4C8DCB !important;
}
#diversity_talk .profile .human{
    border-color: #EB6444 !important;
}
#diversity_talk h2 {
    font-size: 28px;
    text-align: center;
    margin: 0;
}
#diversity_talk .talk_dl dt {
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    width: 106px;
    padding: 2px 0;
    margin: 0;
    font-weight: normal;
    border:2px solid !important;
}
#diversity_talk .talk_dl .mr{
    border-color: #AACF52 !important;
}
#diversity_talk .talk_dl .dev{
    border-color: #F8B62D !important;
}
#diversity_talk .talk_dl .study{
    border-color: #4C8DCB !important;
}
#diversity_talk .talk_dl .human{
    border-color: #EB6444 !important;
}
#diversity_talk .talk_dl .all{
    border-color: #9FA0A0 !important;
}
#diversity_talk .talk_dl dt.two {
    border:none !important;
}
#diversity_talk .talk_dl dt.two span.dev{
    width: 50px;
    border:2px solid #F8B62D !important;
    border-radius: 10px;
    padding: 2px 4px;
    display: inline-block;
}
#diversity_talk .talk_dl dt.two span.study{
    width: 48px;
    border:2px solid #4C8DCB !important;
    border-radius: 10px;
    padding: 2px 4px;
    display: inline-block;
}
#diversity_talk .talk_dl dt.two span.mr{
    width: 48px;
    border:2px solid #AACF52 !important;
    border-radius: 10px;
    padding: 2px 4px;
    display: inline-block;
}
#diversity_talk .talk_dl .bold{
    font-weight: bold;
}
#diversity_talk .profile li dl dd span{
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 76%;
    text-align: left;
    margin: 20px auto 0 auto;
}
#diversity_talk .eruboshi{
  color: #4C4948;
  border-top: #EC6D81 2px solid;
  border-bottom: #EC6D81 2px solid;
  font-weight: bold;
  padding: 30px 100px;
  font-size: 16px;
  line-height: 1.8em;
  background-image: url(../../career_diversity/img/diversitytalk_eruboshi.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 770px 50%;
}


/* Recruit
*************************************************************************/
#recruit #category {
  width: 100%;
  height: 450px;
  background: url('../../information/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#recruit #category h1 {
  width: 245px;
}
#recruit ul.pagenavi {
  list-style: none;
  margin: 0 0 5%;
  padding: 0;
  font-size: 0;
}
#recruit ul.pagenavi li {
  display: inline-block;
  font-size: 24px;
  width: 23%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 0 2%;
}
#recruit ul.pagenavi li .second {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
#recruit ul.pagenavi a {
  display: block;
  background-color: #0068b7;
  color: #fff;
  text-decoration: none;
  padding: 11.98% 2%;
}
#recruit ul.pagenavi li .second {
  padding: 6% 3%;
}
#recruit ul.pagenavi li .first {
  padding: 10.7% 3%;
}

table.type01 {
  width: 100%;
  font-size: 17px;
  border-collapse: collapse;
  border: 1px solid #dadbdb;
  line-height: 1.2;
}
table.type01 th {
  width: 33.3333%;
  background-color: #efeff0;
  border: 1px solid #dadbdb;
  padding: 1.2% 0;
  font-weight: normal;
}
table.type01 td {
  padding: 1.2% 1.5%;
  border: 1px solid #dadbdb;
}
table.type01 td.bg_blue {
  background-color: #eff8fe;
}
table.type01 td.bg_grey {
  background-color: #efeff0;
  width: 20%;
  text-align: center;
}
.border_box .chuigaki {
  font-size: 14.5px;
}
ul.icon_circle {
  margin: 2.29% 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
ul.icon_circle li {
  margin: 4px 0;
  padding: 0 0 0 16px;
  background-image: url(../../information/img/icon_list_circle.png);
  background-position: left top 0.3rem;
  background-repeat: no-repeat;
  background-size: 13px;
}
.flow {
	display: flex;
	justify-content: space-between;
}
.flow .flow_box {
  background-color: #2E627F;
  color: #fff;
  text-align: center;
  margin: 0 0 0 0;
	position: relative;
	width: 29%;
}

.flow .flow_box:first-of-type {
  margin-left: 0;
}
.flow .flow_box:after{
	content: "";
	display: block;
	background-image: url(../../information/img/icon_arrow01.png);
	width: 15px;
	height: 17px;
	position: absolute;
	right: -38px;
	top: 50%;
	margin: -8px 0 0;
}
.flow .flow_box dl {
  margin: 0;
  padding: 5%;
	width: 100%;
}
.flow .flow_box dl dt {
  margin: 0 0 5%;
  padding: 0;
  font-size: 16px;
}
.flow .flow_box dl dd {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
	text-align: left;
	display: inline-block;
}
#seminar #category {
  max-height: 388px;
  margin: 0 0 2%;
}
#seminar #category h1 {
  width: 16.2667%;
}
.preparation {
  text-align: center;
  font-size: 20px;
  margin: 220px 0;
}
#faq #category {
  width: 100%;
  height: 450px;
  background: url('../../information/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#faq #category h1 {
  width: 170px;
}
#faq dl {
  margin: 0 0 5%;
  padding: 0;
  font-size: 16px;
}
#faq dl dt {
  font-weight: bold;
  padding: 3% 5%;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  line-height: 1;
}
#faq dl dt:before {
  display: block;
  content: "Q";
  width: 3%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  background-color: #265c85;
  color: #fff;
  padding: 2% 0;
}
#faq dl dt:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5%;
  transform: translate(0, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  transition: all .15s linear;
}
#faq dl dt.active:after {
  transform: rotate(135deg);
  top: 45%;
}
#faq dl dd {
  margin: 0;
  padding: 3% 0 3% 5%;
  display: none;
  position: relative;
}
#faq dl dd.on {
  border-bottom: 1px solid #dfdfdf;
}
#faq dl dd:before {
  display: block;
  content: "A";
  width: 3%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  background-color: #fff1d5;
  padding: 2% 0;
}
/* Internship
*************************************************************************/
#internship #category {
  width: 100%;
  height: 450px;
  background: url('../../internship/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#internship #category h1 {
  width: 400px;
}
p.subttl {
  font-size : 24px;
}
p.lead_internship {
  font-weight: bold;
  font-size: 18px !important;
  text-align: center;
  margin: 0 0 8.333% !important;
}
p.lead_subttl {
  font-weight: bold;
  font-size: 20px;
}
span.lead_box {
  font-size: 26px;
}




/*/////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////SP//////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 768px) {
/* 共通
*************************************************************************/
.wrap01 {
  width: auto;
  margin: auto 1.95%;
}
.wrap02 {
  max-width: auto;
  margin: auto 1.95%;
  min-width: auto;
}
.wrap04 {
  width: auto;
  margin: auto 1.95%;
}
.btn_entry {
  margin: 0 auto 8.85%;
  padding: 0;
  width: auto;
}
.btn_entry dt {
  margin: 0 0 4%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.btn_entry dd {
  margin: 0 10%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 0.5;
}
#internship .btn_entry {
  width: auto;
}
#internship .btn_entry dd {
  font-size: 1.2rem;
  margin: 0 5%;
  line-height: 1;
}
p.subttl {
  font-size : 1.2rem;
}
p.lead_internship {
  font-weight: bold;
  font-size: 1.0rem !important;
  text-align: center;
  margin: 0 0 8.333% !important;
}
p.lead_subttl {
  font-weight: bold;
  font-size: 1.2rem;
}
span.lead_box {
  font-size: 1.2rem;
}

.btn_entry dd a {
  padding: 4% 3%;
}
.btn_entry dd a img {
  width: 20%;
}
h2.under_bar {
  font-size: 1.4rem;
  margin: 6.77% 0 8.85%;
  line-height: 1.4;
}
h2.under_bar:after {
  border-bottom: 3px solid #6c9bd2;
  bottom: 0;
  left: 50%;
  width: 6.77%;
  margin: 0 0 -5.2% -3.385%;
}
h2.under_line {
  font-size: 1.4rem;
  margin: 8.33% 0 0;
  padding: 0 0 4.58%;
  line-height: 1.4;
}
h3.left_bar {
  margin: 3.33% 0 2.5%;
  border-left: 2px solid #221815;
  padding: 0.52% 0 0.525% 0.83%;
  font-size: 1.2rem;
}
.border_box {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 3.125%;
}
.border_box p {
  font-size: 1.2rem;
}
.border_box p.mar01 {
  margin: 3.125% 0 0;
}
p.lead {
  font-size: 1.2rem !important;
  margin: 0 0 8.333% !important;
}
/* About Us
*************************************************************************/
#about #category {
  max-height: auto;
}
#about #category h1 {
  width: 40%;
}
/* index
********************************/
.box_wrap {
  margin: 10% 1.95% 0;
}
.box_wrap--about{
  display: block;
}

.box_position {
  margin: 0 0 40px;
  width: auto;
  min-height: 220px;
  float: none;
  padding: 50.8% 0 0;
}
.box_position:nth-of-type(2),
.box_position:nth-of-type(6),
.box_position:nth-of-type(8),
.box_position:nth-of-type(9),
.box_position:nth-of-type(10),
.box_position:nth-of-type(12) {
  margin: 0 0 40px;
}

.box_position:nth-of-type(1) h2,
.box_position:nth-of-type(2) h2,
.box_position:nth-of-type(3) h2,
.box_position:nth-of-type(4) h2,
.box_position:nth-of-type(5) h2,
.box_position:nth-of-type(6) h2,
.box_position:nth-of-type(7) h2,
.box_position:nth-of-type(8) h2,
.box_position:nth-of-type(9) h2,
.box_position:nth-of-type(10) h2,
.box_position:nth-of-type(11) h2 {
  padding-bottom: 21.23%;
}
.box_position:nth-of-type(odd) {
  margin-right: 0;
}
.box_position:last-child {
  padding: 0;
  height: auto;
}
.box {
  border: 3px solid #9ed8f6;
}
.box:before {
  top: -3px;
  left: -3px;
}
.box .number {
  margin: -3px;
  width: 56px;
  height: 56px;
  font-size: 24px;
  padding: 17px;
}
.box .number img {
  height: 18px;
}
.box h2 {
  padding: 0 0 21.23%;
  font-size: 1.9rem;
  margin: 19.8% 0 2.17%;
}
.box_position:nth-of-type(1) .box h2 {
  background-size: 11%;
  background-position: 50% 80%;
}
.box_position:nth-of-type(3) .box h2 {
  background-size: 13%;
  background-position: 50% 80%;
}
.box_position:nth-of-type(4) .box h2 {
  background-size: 16%;
}
.box_position:nth-of-type(2) .box h2 {
  background-size: 13%;
  background-position: 50% 80%;
}
/* .box_position:nth-of-type(5) .box h2 {
  background-size: 17%;
  background-position: 50% 80%;
} */
.box_position:nth-of-type(5) .box h2 {
  background-size: 13%;
  background-position: 50% 84%;
}
.box_position:nth-of-type(6) .box h2 {
  background-size: 14%;
}
.box_position:nth-of-type(8) .box h2 {
  background-size: 12%;
}
.box_position:nth-of-type(7) .box h2 {
  background-size: 10%;
  background-position: 50% 87%;
}
.box_position:nth-of-type(11) .box h2 {
  background-size: 12%;
  background-position: 50% 72%;
}
.box_position:nth-of-type(9) .box h2 {
  background-size: 12%;
}
.box_position:nth-of-type(10) .box h2 {
  background-size: 6%;
  background-position: 50% 87%;
}
/* .box_position:nth-of-type(13) .box h2 {
  background-size: 14%;
  background-position: 50% 87%;
} */
.box_position:nth-of-type(12) .box h2 {
  background-size: 12%;
}
.box ul {
  margin: 0 6%;
  font-size: 1.4rem;
}
.box ul strong {
  font-size: 1.8rem;
}
.box ul li {
  margin: 0 0 5%;
  background-position: left top 0.45rem;
  background-size: 12px;
  padding: 0 0 0 18px;
}
.box ul li.sup  {
  background: none;
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
/* TOP MESSAGE
********************************/
#message #category {
  max-height: auto;
}
#message #category h1 {
  width: 50%;
}
#message h2.under_bar > span.name {
  display: none;
}
#message h2.under_bar > span.name > span {
  font-size: 1.2rem;
}
#message span.name {
  background: #174388;
  display: block;
  padding: 20px 16px 16px;
  color: #fff;
  font-size: 22px;
  margin: -8% 0 0 0;
  font-weight: bold;
}
#message span.name span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#message .wrap04 p {
  margin: 7.5% 0;
  font-size: 1.2rem;
}
#message h2.under_bar + p {
  margin-top: 16%;
}
#message .wrap04 p img {
  width: 100%;
  height: auto;
}
#message .flex_box {
  display: block;
  margin: 6.77% 0 6.85%;
}

#message .flex_box h2.under_bar {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
#message .flex_box h2.under_bar::after {
  content: "";
  border-bottom: 3px solid #6c9bd2;
  bottom: 0;
  left: 50%;
  width: 6.77%;
  margin: 0 0 -5.2% -3.385%;
  border-bottom: 3px solid #063b83;
  width: 7.44%;
}
#message .flex_box h2.under_bar > span.name {
  display: none;
}
#message .flex_box__img {
  width: 100%;
  margin: 12% 0 0;
}
#message_movie {
  padding: 8% 0;
}
#message_movie h3 img {
  width: 65%;
}
#message_movie .wrap04 h3 + p {
  margin: 1.86% 0 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.movie_wrap {
  margin: 7.3% 0 0;
}
/* “シンカ”宣言
********************************/
#sengen {
  clear: both;
  max-width: auto;
  margin: auto;
}
h2.title_name {
  margin: 8.92% 0 4.62%;
  line-height: 1.4;
  font-size: 1.2rem;
}
h2.title_index {
  text-align: center;
  line-height: 1;
}
h2.title_index img {
  width: 25%;
  height: auto;
}
.wrap03 {
  max-width: auto;
  margin: auto 3.25%;
}
.sentence {
  margin: 10.38% 0 16%;
  font-size: 1rem;
}
.sentence:first-letter {
  font-size: 3rem;
  color: #083B83;
  font-weight: bold;
  line-height: 1;
  float: left;
  padding: 0.2em 0 0;
  margin: 0 0.2em;
}
ul.index {
  list-style: none;
  margin: 5.2% 3.25%;
  padding: 0;
  font-size: 0;
}
ul.index li {
  font-size: 10px;
  display: inline-block;
  width: 32.5%;
  margin: 0 0 2.5% 1.25%;
  background-color: #004F8D;
}
ul.index li:first-of-type,
ul.index li:nth-of-type(4) {
  margin: 0;
}
ul.index li img {
  width: 100%;
  height: auto;
}

/* 数字でわかる
********************************/
#performance #category {
  height: 450px;
}
#performance #category h1 {
  width: 54%;
}
#performance .wrap01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#performance .wrap01 > div{
	margin: 0 0 5.2%;
	padding: 1.35%;
	min-height: 42vmin;
}
.small_box{
	width: 47.4% !important;
	align-content: space-around;
}
#performance .wrap01 > div h2{
	font-size: 1rem;
}
#performance .wrap01 > div h3{
	font-size: 1.2rem;
	padding: 16.9% 0 0;
	background-size: 12%;
}
#performance .wrap01 > div h4{
	font-size: 1.2rem;
}

#performance .wrap01 > div div p.lead{
	font-size: 0.7rem !important;
}
#performance .wrap01 > div div dl{
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
#performance .wrap01 > div div dl dt{
	font-size: .9rem;
	margin-bottom: 1%;
}
#performance .wrap01 > div div dl dt img{
	width: 12px;
}
#performance .wrap01 > div div dl dd + dt{
	margin-top: 6%;
}
#performance .wrap01 > div div dl dd{
	margin: 0;
	padding: 0;
	font-size: 0.6rem;
}
.img_alnume01{
	width: 45.5%;
}
.img_alnume02{
	width: 36.7%;
}
.img_alnume03{
	width: 55.6%;
}
.img_alnume04{
	width: 22.2%;
}
.img_alnume05{
	width: 31%;
}
.img_alnume06{
	width: 51%;
}
.img_alnume07{
	width: 32.94%;
}
.img_alnume08{
	width: 55.53%;
}
.img_alnume09{
	width: 16.94%;
}
.img_alnume10{
	width: 63%;
}
.img_alnume11{
	width: 41.18%;
}
.posi01{
	width: 100%;
	margin: 0;
	line-height: 1;
	font-size: 1.2rem;
}
.font45{
	font-size: 1.8rem;
}
.font40{
	font-size: 1.6rem;
}
.font50{
	font-size: 2rem !important;
}
.font36{
	font-size: 1rem;
}
.font30{
	font-size: 0.8rem;
}
.font20{
  font-size: 0.7rem;
}
.lineH01{
	line-height: 1.6;
}
.in_flex_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
}
.in_flex_box_big{
	width: 100%;
	display: flex;
	align-items: stretch;
}
.in_flex_box_big div{
	width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.in_flex_box_big div:first-of-type{
	padding-top: 0%;
}
.in_flex_box_big .bg_img01{
	width: 47%;
	background-image: url(../../about/img/icon_perf06.png);
	background-position: right 10% top 30%;
	background-repeat: no-repeat;
	background-size: 25%;
}
.in_flex_box_big div span{
	display: inline-block;
}
.in_flex_box_big .bg_img01 span{
	margin: 6px 0 0;
}
.bg_img02{
	background-image: url(../../about/img/icon_perf03.png);
	background-position: bottom 10% center;
	background-repeat: no-repeat;
	background-size: 55%;
	padding: 0 0 18%;
}
.bg_img02 span{
	margin: 6px 0 0;
	font-size: 0.6rem;
}
.bg_img03{
	background-image: url(../../about/img/icon_perf04.png);
	background-position: bottom 5% center;
	background-repeat: no-repeat;
	background-size: 25%;
	padding: 0 0 18%;
}
.bg_img03 span{
	margin: 13px 0 0;
	display: inline-block;
	font-weight: normal;
	font-size: 0.6rem;
}
.bg_img04{
	background-image: url(../../about/img/icon_perf09.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 25%;
	padding: 0 0 18%;
}
.bg_img04 span{
	margin: 6px 0 0;
	font-size: 0.6rem;
}
.bg_img05{
	background-image: url(../../about/img/icon_perf05.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 50%;
	padding: 5% 28% 5% 0;
	display: block;
	margin: 2% 8% 0 5% !important;
	line-height: 1.4;
	font-size: 0.9rem;
}
.bg_img06{
	background-image: url(../../about/img/icon_perf07.png);
	background-position: center right 6%;
	background-repeat: no-repeat;
	background-size: auto 60%;
	padding: 5% 25% 5% 1em !important;
	display: block;
	margin: 2% 8% 0 5% !important;
	line-height: 1.4;
}
.bg_img07{
	background-image: url(../../about/img/icon_perf08.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 25%;
	padding: 20% 0 0 !important;
	display: block;
	margin: 0 8% 0 8% !important;
	line-height: 1.4;
	font-size: 0.7rem;
}
.in_flex_box_big div .t_center span{
	margin: 6px 0 0;
	font-size: 0.6rem;
}
.font_style01{
	font-weight: normal;
	font-size: 0.6rem;
	display: inline-block;
	margin: 3% 0 !important;
	line-height: 1.4;
}
.finger{
	list-style: none;
	margin: 10% 0 10% 20%;
	padding: 0;
	font-size: 1.1rem;
}
.finger img{
	width: 7%;
	height: auto;
	vertical-align: middle !important;
	margin: 0 3% 0 0 !important;
}
.finger li{
	margin: 5.55% 0;
}
.other01 .finger{
	font-size: 0.7rem;
	margin: 0;
}
.other01 .finger img{
	width: 10px;
}

/* Job
*************************************************************************/
/* index
********************************/
#job #category {
  max-height: 450px;
  background: url('../../job/img/img_category.jpg') no-repeat center;
}
#job .inner {
  width: 90%;
  margin: 0 auto;
}
#job #category h1 {
  width: 50%;
}
#job h2.under_bar img {
  width: 38%;
}
.box_left01 {
  width: auto;
  float: none;
  margin-bottom: 5.66%;
	max-width: auto;
}
.fixed_top{
	position: relative !important;
	top:auto;
}
.fixed_btm{
	position: relative !important;
	bottom:auto;
}
.box_right01 {
  width: auto;
  float: none;
  margin-right: 0;
  margin-bottom: 5.66%;
}
.box_right01 h2 {
  font-size: 1.8rem;
  padding: 1.875% 1.8%;
  line-height: 1;
}
.box_right01 h2 span {
  width: 70%;
}
.box_right01 h3 {
  margin: 7.8125% 0 2.5%;
  padding: 1.875% 0 1.875% 1.5%;
  line-height: 1.1;
  font-size: 1.5rem;
}
.box_right01 p {
  font-size: 1.2rem;
  line-height: 1.8;
}
#job h2 .under_bar {
  width: 90%;
  margin: 0 auto;
}
.medical h2,
.drug h2,
.supply h2,
.mr h2,
.staff h2 {
  padding: 2%;
  color: #fff;
}
.btn_emp a {
  padding: 2% 10% 2% 5%;
}

/* person
********************************/
.box_person01 {
  overflow: hidden;
  padding: 0 0;
}
.box_person01 .box_left {
  float: none;
  width: auto;
}
.box_person01 .box_right {
  float: none;
  width: auto;
  padding: 0 0 6% 0;
  overflow: hidden;
}
.box_person01 .number {
  width: 18.655%;
  margin: 2.48% 0 0 auto;
	float: right;
}


.box_person01 .number img{
  width: 100%;
}
.box_person02 .number img{
  width: 100%
}
.box_person03 .number img{
  width: 100%
}
.box_person04 .number img{
  width: 100%
}
.box_person05 .number img{
  width: 100%
}
.box_person06 .number img{
  width: 100%
}
.box_person07 .number img{
  width: 100%
}

.box_person01 .title {
  font-size: 2rem;
  margin: 4.3% 0 0;
	float: left;
}
.box_person01 .sub_titel {
  font-size: 1.4rem;
	clear: left;
	float: left;
}
.box_person01 h1 {
  font-size: 2rem;
  margin: 8.62% 0;
}
.box_person01 h1 + p {
  float: left;
  display: inline;
  width: 20%;
  margin: 0 3% 0 0;
}
.box_person01 h1 + p img {
  width: 100%;
  height: auto;
}
.box_person01 .type {
  font-size: 1.8rem;
  color: #083B83;
  margin: 10.8% 0 3.6%;
  line-height: 1;
}
.box_person01 .brief {
  font-size: 1.2rem;
  margin: 0;
}
.box_person02 {
  overflow: hidden;
  margin: 12% 0 0;
  clear: both;
}
.box_person02 .box_left {
  float: none;
  width: auto;
  margin: 0 0 0;
}
.box_person02 .box_right {
  float: none;
  width: auto;
  margin: 8% 0 0;
}
.box_person03 {
  overflow: hidden;
  margin: 12% 0 0;
}
.box_person03 .box_right {
  float: none;
  width: auto;
  margin: 0 0 0 0;
}
.box_person03 .box_left {
  float: none;
  width: auto;
  margin: 8% 0 0;
}
.box_person04 {
  margin: 12% 0 0;
}
.box_person05 {
  margin: 12% 0 0;
}
.box_person05 dl {
  margin: 12.5% 0 0;
  color: #083B83;
  font-size: 1rem;
  position: relative;
}
.box_person05 dl dt {
  border-bottom: 2px solid #083B83;
  font-weight: bold;
  padding: 0 0 0.4%;
	font-size: 1.4rem;
}
.box_person05 dl dd {
  padding: 2.6% 30% 2.6% 0;
  margin: 0;
  border-bottom: 2px solid #083B83;
  line-height: 1.8;
}
.box_person05 dl dd:after {
	transform: translate(0, -50%);
  top: 50%;
  right: 3.854%;
}
.box_person05 dl.person01 dd:after {
  background-image: url(../../job/img/img_person_step01.png);
  width: 23.65%;
  padding: 20% 0 0;
}
.box_person05 dl.person02 dd:after {
  background-image: url(../../job/img/img_person_step02.png);
  width: 13.65%;
  padding: 22.6% 0 0;
}
.box_person05 dl.person03 dd:after {
  background-image: url(../../job/img/img_person_step03.png);
  width: 23.65%;
  padding: 24.6% 0 0;
  /* width: 50px; */
  height: 150px;
  padding: 0;
}
.box_person05 dl.person04 dd:after {
  background-image: url(../../job/img/img_person_step04.png);
  width: 20.65%;
  padding: 28.6% 0 0;
}
.box_person05 dl.person05 dd:after {
  background-image: url(../../job/img/img_person_step05.png);
  width: 20.65%;
  padding: 25.6% 0 0;
  top: 50%;
}
.box_person05 dl.person06 dd:after {
  background-image: url(../../job/img/img_person_step06.png);
  width: 28.65%;
  padding: 34.6% 0 0;
}
.box_person05 dl.person07 dd:after {
  background-image: url(../../job/img/img_person_step07.png);
  width: 18.65%;
  padding: 34.6% 0 0;
}
ul.index_person {
  list-style: none;
  margin: 5.2% 0 7.9%;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.3%;
  justify-content: flex-start;
}
ul.index_person li {
  display: inline-block;
  font-size: 10px;
  width: 48.66%;
  /* margin: 0 0 2.6% 2.3%; */
}
ul.index_person li:first-of-type,
ul.index_person li:nth-of-type(3),
ul.index_person li:nth-of-type(5),
ul.index_person li:nth-of-type(7){
  margin-left: 0;
}
ul.index_person li img {
  width: 100%;
  height: auto;
}

.box_person01 .box_left img,
.box_person02 img,
.box_person03 img,
.box_person04 img {
  width: 100%;
  height: auto;
}
#person h2 {
  font-size: 1.8rem;
  margin: 0 0 0;
  position: relative;
  padding: 0 0 6.7%;
}



#person h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20.67%;
  display: block;
  padding: 3px 0 0;
  background-color: #083B83;
}
#person h2 + p {
  /*line-height: 1.8;*/
  margin: 8% 0 0;
  font-size: 1.0rem;
}
#person h3 {
  width: 50%;
  margin: 10.4% auto 0;
}
#person h3 img{
  width: 100%;
}

/*たなみん
******/
.tanamin_ttl h1{
  font-size: 1.2rem;
}
.tanamin_box {
  width: 100%;
}
.tanamin_sp_under {
  clear: both;
}
.pc-on {
  display: none;
}
.tanamin_subttl {
  width: 100%;
  height: 70%;
  font-size: 15px;
  float: left;
  padding-top: 5%;
  padding-left: 2%;
}
.tanamin_right {
  float: left;
  width: 100%;
  height: auto;
}
.tanamin_img {
  display: inline-block;
  text-align: center;
}
.tanamin_img img{
  padding-bottom: 3%;
  width: 85%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding-left: 15%;
}
.tanamin_prof {
  padding-top: 0% ;
}


/* Career
*************************************************************************/
/* index
********************************/
#career #category {
  max-height: 450px;
}
#career #category h1 {
  width: 40%;
}
p.lead2 {
  font-size: 1.2rem;
 margin: 0 0 3.65%;
}
.img_chart {
  margin: 6.5625% 0 !important;
}
.border_box01 {
  border-bottom: 1px solid #dfdfdf;
  padding: 3.125% 0 3.125%;
  font-size: 0;
}
.border_box01 h3.left_bar {
  margin: 0 0 3%;
  border-left: 2px solid #004EA2;
  width: auto;
  display: block;
  font-size: 1.4rem;
  padding: 0.52% 0 0.525% 2%;
}
.border_box01 p {
  font-size: 1.2rem;
  width: auto;
  display: block;
}
.bg_yellow {
  background-color: #fff1d5;
  margin: 4.8% 0;
  padding: 8% 0;
  text-align: center;
}
.bg_yellow h3 {
  display: block;
  width: auto;
  font-size: 1.4rem;
  margin: 0 10% 5%;
}
.bg_yellow p {
  font-size: 1.2rem;
  margin: 0;
}

/* Career Talk
********************************/
#career_talk #category {
  max-height: 450px;
}
#career_talk #category h1 {
  width: 60%;
}
#career_talk h2{
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
}
#career_talk p.lead3{
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 7.1875% 0;
}
#career_talk .note{
	text-align: right;
	font-size: 1rem;
	margin: 7.1875% 0;
}
.bg_gray{
	background-color: #F4F4F4;
}
.profile li{
	width: 22.5%;
	font-size: 1rem;
	margin: 0 0 0 3.33%;
}
	.profile li:first-of-type{
		margin: 0;
	}
	.profile li img{
		width: 100%;
		height: auto;
	}
.profile li dl{
	margin: 6% 0 0;
}
.profile li dl dt{
	font-size: 0.8rem;
	width: auto;
	margin: auto;
	border-bottom: 2px solid;
	padding: 0 0 8%;
  min-height: 120px;
}

.profile li dl dd{
	margin: 5% 0 0;
	padding: 0;
	font-size: 0.8rem;
  overflow-wrap: break-word;
  width: auto;
}
.full_wrap{
	max-height: auto;
	overflow: hidden;
	margin: 5.52% 0;
}
.full_wrap p {
  margin: 0;
  text-align: center;
}
.full_wrap p img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.person-a {
	border-color: #F8B500 !important;
}
.person-b {
	border-color: #EB6EA5 !important;
}
.person-c {
	border-color: #00B9EF !important;
}
.person-d {
	border-color: #8FC31F !important;
}

.talk{
	text-align: center;
	margin: 7.1875% 0 2.5%;
}
.talk img{
	width: 15%;
	height: auto;
}
.talk_dl{
	margin: 5.52% 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.talk_dl dt{
	font-size: 0.9rem;
	text-align: right;
	border-right: 3px solid #000;
	width: 20%;
	padding: 0 8px 0 0;
	margin: 0 0 7%;
}
.talk_dl dd{
	font-size: 0.8rem;
	margin: 0 0 7% 5%;
	padding: 0;
	width: 75%;
}



/* Recruit
*************************************************************************/
#recruit #category {
  max-height: 450px;
}
#recruit #category h1 {
  width: 30%;
}
#recruit ul.pagenavi {
  margin: 0 0 5.5%;
}
#recruit ul.pagenavi li {
  display: block;
  font-size: 1.2rem;
  width: auto;
  margin: 2% 0 0 0;
}
#recruit ul.pagenavi li:first-of-type {
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
}
#recruit ul.pagenavi a {
  padding: 3% 2%;
}
#recruit ul.pagenavi li:first-of-type a {
  padding: 3.87% 3%;
}
table.type01 {
  width: 100%;
  font-size: 1rem;
}
ul.icon_circle {
  margin: 2.29% 0 0;
  font-size: 1.2rem;
}
ul.icon_circle li {
  padding: 0 0 0 1.4rem;
  background-position: left top 0.3rem;
  background-size: 1rem;
}

.flow {
  overflow: hidden;
  display: block;
}
.flow .flow_box {
  background-color: #2E627F;
  color: #fff;
  text-align: center;
  margin: 0 0 15% 0;
	position: relative;
	width: auto;
}
.flow .flow_box:after{
	content: "";
	display: block;
	background-image: url(../../information/img/icon_arrow02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 8px;
	height: 7px;
	position: absolute;
	right: 50%;
	top: auto;
	bottom: -25px;
	margin: 0 0 0 -4px;
}
	.flow .flow_box:last-of-type::after{
		display: none;
	}
.flow .flow_box dl {
  margin: 0;
  padding: 3% 5%;
}
.flow .flow_box dl dt {
  margin: 0 0 3%;
  padding: 0;
  font-size: 1.2rem;
}
.flow .flow_box dl dd {
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem;
	text-align: left;
	display: inline-block;
}

#seminar #category {
  max-height: auto;
  margin: 0;
}
#seminar #category h1 {
  width: 25%;
}
.preparation {
  font-size: 1.8rem;
  margin: 25% 0;
}
#faq #category {
  max-height: auto;
  margin: 0;
}
#faq #category h1 {
  width: 18%;
}
#faq dl {
  margin: 0 0 5%;
  padding: 0;
  font-size: 1.4rem;
}
#faq dl dt {
  padding: 3% 10%;
  line-height: 1.4;
}
#faq dl dt:before {
  width: 7%;
  padding: 2% 0;
}
#faq dl dt:after {
  top: 32%;
  right: 5%;
}
#faq dl dd {
  padding: 3% 0 3% 10%;
}
#faq dl dd:before {
  width: 7%;
  padding: 4% 0;
}
.border_box .chuigaki {
  font-size: 8px;
}
}

.ios a:hover{
	opacity: 1 !important;
}
#gnavi >ul > li > ul li a:hover{
  background-color: #f3f4f4;
}
#gnavi_hover > ul > li > ul li a:hover{
/*background-color: #f3f4f4;*/
font-weight: bold;
}

.kemikaru_logo {
  width: 148px !important;
  height: 28px !important;
}

/*たなみん
************************************************************************/
.tanamin_text {
  padding-top: 5%;
}
.tanamin_img {
  padding-top: 6%;
}
.tanamin_under{
  clear: both;
}
.tanamin_prof {
  width: 100%;
  color: #083B83;
  padding-bottom: 3%;
}
.tanamin_prof table {
  border-top: 3px solid #083B83;
  border-bottom: 3px solid #083B83;
  width: 100%;
}
.tanamin_prof_td01 p{
  text-align: justify;
}

.tanamin_prof table tr .tanamin_prof_td01 {
  width : 25%;
}
.justify {
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding-right: 30%;
}
.tanamin_prof table {
  padding-bottom: 5%;
}




/**/.table_tanamin {
  margin: auto;
  width: 64%;
  line-height:  1.8;
  font-size: 15px;
}
.table_tanamin table {
  width: 100%;
  vertical-align: top;
  margin-top: 13.33%;
}
.table_tanamin table td {
  vertical-align: top;
}
#person .table_tanamin_td01:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 62px;
  display: block;
  padding: 6px 0 0;
  margin-top: 6%;
  background-color: #083B83;
}
.table_tanamin table tr .table_tanamin_ttl{
  font-size: 24px;
  border: solid 1px #dfdfdf;
  padding-right:2%;
}

.table_tanamin table tr .table_tanamin_td01{
  width: 30%;
  font-size: 18px;
  padding-top: 5%;
}
.table_tanamin table tr .table_tanamin_td02{
  padding-top: 5%;
}
.table_tanamin table tr th{
  width: 100%;
  text-align: left;
}
.table_tanamin table tr td .tanamin_prof{
  width: 100%;
  margin: auto;
}
.table_tanamin table tr td .tanamin_prof table tr .tanamin_prof_td01{
  width: 25%;
  margin: auto;
}
.table_tanamin_prof table{
  margin: 5.67% 0;
  padding-bottom: 5%;
  border-top: 2px solid #083B83;
  border-bottom: 2px solid #083B83;
}

.table_tanamin_last{
  font-size: 18px;
}

@media (max-width: 375px) {
/* 共通
*************************************************************************/
#category p img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
  height: 170px;
  vertical-align: middle;
}

}
@media (min-width: 320px) and (max-width: 767px) {
/* 共通
*************************************************************************/
#about #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#message #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#performance #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#job #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#special #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#career #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#career_talk #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#diversity_talk #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#recruit #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#faq #category {
  height:200px;
  max-height:200px;
  background-size: cover; }
#internship #category {
  height:200px;
  max-height:200px;
  background-size: cover; }


#about #category h1 {
width: 50%;
margin: 0 auto; }
#message #category h1 {
width: 60%;
margin: 0 auto; }
#performance #category h1 {
width: 70%;
margin: 0 auto; }
#job #category h1 {
width: 50%;
margin: 0 auto; }
#special #category h1 {
width: 43%;
margin: 0 auto; }
#career #category h1 {
width: 50%;
margin: 0 auto; }
#career_talk #category h1 {
width: 60%;
margin: 20px auto 0; }
#diversity_talk #category h1 {
width: 50%;
margin: 10px auto 0; }
#recruit #category h1 {
width: 40%;
margin: 0 auto; }
#faq #category h1 {
width: 30%;
margin: 0 auto; }
#internship #category h1 {
width: 50%;
margin: 0 auto; }


#category p img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
  height:200px;
  vertical-align: middle;
}

.in_flex_box {
  max-height: 180px;
}

#special .box_position .box h2 {
  font-size: 2rem;
  line-height: 1.4;
}

#diversity_talk #category h1 {
    width: 60%;
}
#diversity_talk p.lead3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 7.1875% 0;
}
#diversity_talk  .profile li dl dd span{
    padding: 0;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px auto 0 auto;
}
#diversity_talk .talk_dl dt {
    font-size: 0.9rem;
    border-right: 3px solid #000;
    width: 20%;
    padding: 0;
    margin: 0 ;
}
#diversity_talk .profile li dl dt {
    font-size: 1rem;
    width: auto;
    margin: auto;
    border-bottom: 2px solid;
    padding: 2px 0;
}
#diversity_talk h2 {
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
}
#diversity_talk .talk_dl dt.two {
    margin-bottom: 10px;
}
#diversity_talk .talk_dl dt.two span.dev{
    width: 100%;
    border:2px solid #F8B62D !important;
    border-radius: 10px;
    padding: 0;
    display: block;
    margin-bottom: 5px;
}
#diversity_talk .talk_dl dt.two span.study {
    width: 100%;
    border: 2px solid #4C8DCB !important;
    border-radius: 10px;
    padding: 0;
    display: block;
    margin-bottom: 5px;
}
#diversity_talk .talk_dl dt.two span.mr{
    width: 100%;
    border:2px solid #AACF52 !important;
    border-radius: 10px;
    padding: 0;
    display: block;
    margin-bottom: 5px;
}
#diversity_talk .eruboshi {
    color: #4C4948;
    border-top: #EC6D81 2px solid;
    border-bottom: #EC6D81 2px solid;
    font-weight: bold;
    padding: 20px 30% 20px 4%;
    font-size: 1.0rem;
    line-height: 1.2em;
    background-image: url(../../career_diversity/img//ico_diversitytalk_eruboshi.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 93% 50%;
}
.pc-on {
  display: none;
}
.tanamin_prof table {
  padding-bottom: 0%;
}


}
@media (min-width: 768px) {
  /* 共通
  *************************************************************************/
  .sp-on {
    display: none;
  }
#category p img {
  width: 100%;
  max-height: 450px;
  vertical-align: middle;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
}
.wrap {
  position: relative;
  height: 100%;
}
@media (min-width: 769px) and (max-width: 1300px) {
#career_talk #category {
  height: 400px;
}

#diversity_talk #category {
  height: 400px;
}

#diversity_talk h1 {
    width: 29.467%;
}

}
