@charset "UTF-8";
/* コンテンツエリアのみの設定
******************************************************************************************/
main {
  display: block;
}
/* 共通
*************************************************************************/
#category {
  position: relative;
  overflow: hidden;
  clear: both;
}
#category h1 img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
  height:450px;
  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;
}
.wrap01--internship {
  margin-bottom: 10%;
}
.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--minmt {
  margin: 3% 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.is-disabled {
  background-color: #ccc;
  pointer-events: 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;
}
h2.under_line_blue {
  font-size: 28px;
  color: #0068b7;
  border-bottom: 3px solid #0068b7;
  margin: 8.33% 0 0;
  padding: 0 0 2%;
  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--mt {
  margin: 5% 0 0;
}
.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;
}

.notice-l {
  font-weight: bold;
  color: red;
  margin: -30px auto 60px;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notice-l {
    font-size: 15px;
    margin: 0px auto 40px;
  }
}

/*たなみん
********/
.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%;
}

.tanamin_box02 {
  position: relative;
  padding: 400px 0 400px;
}

.tanamin_box02 .tanamin_subbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.tanamin_box02 .tanamin_subttl,
.tanamin_box02 .tanamin_right {
  float: none;
}
.tanamin_icon {
  position: absolute;
  display: block;
  max-width: 450px;
  transition: all 0.3s;
}
.tanamin_icon img{
  width: 100%;
}
.tanamin_icon01 {
  top: 0;
  right: 0;
  padding: 80px 0 0;
  transform: translate(30%,0);
}
.tanamin_icon02 {
  bottom: 0;
  left: 0;
  transform: translate(-30%,0);
}
@media (max-width: 1200px) {
  .tanamin_icon01 {
    transform: inherit;
  }
  .tanamin_icon02 {
    transform: inherit;
  }
}


/* About Us
*************************************************************************/
#about #category {
  width: 100%;
  height: 450px;
  background: url('../../about/img/img_category.jpg') no-repeat center;
  background-size: cover;
}
#about #category h1 {
  width: 350px;
}
/* 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: 24px;
}
.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: 220px 0 0;
  height: 0;
}
.box {
  border: 6px solid #9ed8f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 768px) {
  .box {
    min-height: 200px;
  }
}
#about .box {
  border: 6px solid #9ed8f6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 280px;
  background-color: #fff;
  z-index: 10;
}
#about .box.on {
  z-index: 11;
}
#about .box_position {
  min-height: 220px;
}
@media (max-width: 768px) {
  #about .box {
    min-height: 220px;
  }
  #about .box_position {
    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;
}
#about .icon_00 .box {
  /* min-height: 200px; */
}
#about .box .number {
  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 0 83px;
  font-size: 28px;
  line-height: 1;
  margin: 82px 0 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.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;
}
.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;
}
.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;
}
.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: 65px;
}
.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 {
  font-size: 20px;
  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.no-icon {
  background: none;
  padding: 0;
}
.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 {
  z-index: 450;
}
.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);
}

.box ul li.sup  {
  background: none;
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
/* 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;
  width: 370px;
}
#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;
  top: 250%;
  left: 4%;
}
#message h2.under_bar > span.name > span {
  display: block;
  font-size: 18px;
}
#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;
}

#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;
  position: relative;
  max-width: 1500px;
  margin: auto;
}
#sengen p {
  margin: 0;
  padding: 0;
}
#sengen p.note {
  margin: 10px 0 0;
  text-align: right;
}
#sengen .sengen__ttl {
  position: absolute;
  left: 3%;
  top: 8%;
  width: 13%;
}
#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 {
  position: relative;
  text-align: center;
  line-height: 1;
}
h2.title_index .balloon {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 150px;
  height: 75px;
  background: url('../../about/img/title_yarikiru_index_balloon.png') no-repeat center;
  background-size: contain;
  transform: translate(50%,-100%);
}
.phase {
  position: relative;
}
.phase::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15.38%;
  left: -13.6%;
  width: 7px;
  height: 80%;
  background: #FFF100;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(70%);
}
.phase::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 90px;
  left: -95px;
  width: 30px;
  height: 88%;
  background-image: url('../../about/img/img_phase_arrow.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.phase01, .phase02 {
  position: relative;
  z-index: 1;
}
.phase02 {
  margin-bottom: 125px;
}
.phase01::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20%;
  top: 0;
  width: 100px;
  height: 100px;
  background-image: url('../../about/img/img_phase01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.phase02::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20%;
  top: -50%;
  width: 100px;
  height: 100px;
  background-image: url('../../about/img/img_phase02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .phase::before {
    left: -9.45vh;
    top: 5%;
    width: 1.2vh;

  }
  .phase::after {
    left: -10.5vh;
    top: 25vh;
    width: 5vh;
    height: 85%;
  }
  .phase01::before {
    left: -13vh;
    width: 10vh;
    height: 10vh;
  }
  .phase02::before {
    left: -13vh;
    top: -14vh;
    width: 10vh;
    height: 10vh;
  } 
}
.phase__left {
  margin: 30% 0 0 -100px;
  width: 100px;
}
.phase__right {
  width: 90%;
}
.phase__img {
  width: 100%;
}
.phase__ttl {
  position: relative;
  text-align: center;
}
.phase__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 33px;
  height: 100px;
  background-image: url(../../about/img/img_phaseTtl_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100px;
  background-image: url(../../about/img/img_phaseTtl_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl--2 {
  position: relative;
  text-align: center;
}
.phase__ttl--2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 85px;
  background-image: url(../../about/img/img_phaseTtl_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl--2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 85px;
  background-image: url(../../about/img/img_phaseTtl_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl--3 {
  position: relative;
  text-align: center;
}
.phase__ttl--3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 33px;
  height: 100px;
  background-image: url(../../about/img/img_phaseTtl_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl--3::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100px;
  background-image: url(../../about/img/img_phaseTtl_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl--4 {
  position: relative;
  text-align: center;
}
.phase__ttl--4::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 33px;
  height: 100px;
  background-image: url(../../about/img/img_phaseTtl_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phase__ttl--4::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100px;
  background-image: url(../../about/img/img_phaseTtl_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  h2.title_index .balloon {
    width: 100px;
    height: 50px;
  }
}
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;
}
@media screen and (max-width:767px) {
  .phase__left {
    margin: 28% 0 0 -3%;
    width: 20%;
  }
  .phase__right {
    width: 80%;
  }
  .phase__ttl {
    font-size: 2.5vh;
    line-height: 1.8;
  }
  .phase__ttl::before {
    margin-left: -13px;
    width: 4vh;
    height: 13vh;
  }
  .phase__ttl::after {
    margin-right: -13px;
    width: 4vh;
    height: 13vh;
  }
  .phase__ttl--2 {
    font-size: 2.5vh;
    line-height: 1.8;
  }
  .phase__ttl--2::before {
    margin-left: -13px;
    width: 4.1vh;
    height: 13vh;
  }
  .phase__ttl--2::after {
    margin-right: -13px;
    width: 4.1vh;
    height: 13vh;
  }
  .phase__ttl--3 {
    font-size: 2.5vh;
    line-height: 1.8;
  }
  .phase__ttl--3::before {
    margin-left: -13px;
    width: 6vh;
    height: 18vh;
  }
  .phase__ttl--3::after {
    margin-right: -13px;
    width: 6vh;
    height: 18vh;
  }
  .phase__ttl--4 {
    font-size: 2.5vh;
    line-height: 1.8;
  }
  .phase__ttl--4::before {
    margin-left: -13px;
    width: 6vh;
    height: 18vh;
  }
  .phase__ttl--4::after {
    margin-right: -13px;
    width: 6vh;
    height: 18vh;
  }
}

/* 数字でわかる
********************************/
#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 .flog-area {
  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;
}
#performance .wrap01 .flog-area .flog-area-txt {
  text-align: right;
}
#performance .wrap01 .flog-area .flog-area-wrap {
  display: flex;
  height: 100%;
}
#performance .wrap01 .flog-area .flog-area-wrap .flog-area-wrap__txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35%;
  margin: 0 2% 0;
}
#performance .wrap01 .flog-area .flog-area__txt {
  display: block;
  margin: 0 0 1rem;
}
#performance .wrap01 .flog-area .flog-area__txt .img_alnume13{
  width: 30%;
}
#performance .wrap01 .flog-area .flog-area-box {
  display: block;
  width: 65%;
  height: 100%;
  margin: auto;
  border: 1px solid;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__ttl {
  font-size: 20px;
  margin: 10px 0 20px;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__img {
  width: 30%;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__txtwrap {
  display: flex;
  justify-content: center;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__img img {
  width: 100%;
  margin: 0;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__list {
  width: 50%;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__list li {
  display: flex;
  justify-content: flex-start;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__list li span{
  width: 30px;
}
#performance .wrap01 .flog-area .flog-area-box .flog-area-box__list li span img{
  width: 100%;
}
@media (max-width: 768px) {
  #performance .wrap01 .flog-area .flog-area-wrap {
    flex-direction: column;
  }
  #performance .wrap01 .flog-area .flog-area-wrap .flog-area-wrap__txtbox {
    width: 100%;
  }
  #performance .wrap01 .flog-area .flog-area__txt {
    margin: 10px 0;
    font-size: 0.7rem;
  }
  #performance .wrap01 .flog-area .flog-area__txt .img_alnume13{
    width: 15%;
  }
  #performance .wrap01 .flog-area .flog-area-box {
    width: 100%;
  }
  #performance .wrap01 .flog-area .flog-area-box .flog-area-box__ttl {
    font-size: 1.2rem;
  }
  #performance .wrap01 .flog-area .flog-area-box .flog-area-box__img {
    width: 50%;
  }
  #performance .wrap01 .flog-area .flog-area-box .flog-area-box__list {
    width: 100%;
    margin: auto;
    padding: 0;
    font-size: 0.7rem;
  }
  #performance .wrap01 .flog-area .flog-area-box .flog-area-box__txtwrap {
    align-items: center;
    padding: 0 20px;
  }
  #performance .wrap01 .flog-area .flog-area-box .flog-area-box__list li span{
    width: 20px;
    margin-right: 5px;
  }
}
#performance .wrap01 > div h2{
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1;
}
#performance .wrap01 > div h3{
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
	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.u-mb20{
	margin: 0 0 20px;
}
#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: 18.2%;
}
.img_alnume05{
	width: 23%;
}
.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%;
}
.img_alnume13{
	width: 15%;
}
.posi01{
	width: 100%;
  height: 75px;
	margin: auto;
	line-height: 1;
	font-size: 25px;
}
@media (max-width: 768px) {
  .posi01{
    height: auto;
  }
}
.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;
}
.font24{
	font-size: 24px;
}
.font20{
  font-size: 20px;
}
.lineH01{
	line-height: 1.6;
}
.in_flex_box{
	width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	height: 100%;
  max-height: 260px;
	justify-content: space-around;
}
.in_flex_box_big{
	width: 100%;
	display: flex;
	align-items: stretch;
  margin-top: -20px;
}
.in_flex_box_big.big_box {
  padding: 5% 0;
}
.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 6% 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;
  font-size: 14px;
	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: 5% 8% 0 8% !important;
	line-height: 1.4;
}
.bg_img08{
	background-image: url(../../about/img/icon_perf10.png);
	background-position: bottom center;
	background-repeat: no-repeat;
  background-size: 15%;
  padding: 0% 0 15%;
}
.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%;
  margin: -3% 0 0 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;
}
.finger-l li{
	margin: 8% 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 {
  width: 350px;
}
#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: 6.143% 0;
}
.chart img{
	width: 95%;
	height: auto;
  display: block;
  margin-inline: auto;
}
.chart h2{
	width: 94%;
	margin:0 auto;
}
.chart p{
	margin: 0 auto;
	width: 90%;
  position: absolute;
}
.chart p a{
  display: block;
  height: 48px;
}
.chart p.btn01{
	width: 53.71%;
  /* width: 192.47px; */
	margin: 0 3.57% 0 auto;
  top: 14%;
  right: 0;
}
.chart p.btn02{
	width: 43.14%;
	margin: 1.14% auto 3.2857% 6.57%;
  top: 34.5%;
  left: 0;
}
.chart p.btn03{
	width: 26.2857%;
	margin: 0 3.57% 0 auto;
  top: 68.5%;
  right: 0;
}
.chart p.btn04{
	width: 64%;
	margin: 2.857% 0 0 18.71%;
  top: 77.5%;
  right: 10%;
}
.chart p.btn05{
	width: 90%;
	margin: 4.857% auto 0;
  top: 86.5%;
  left: 6%;
}
.chart p.btn06{
	width: 68%;
	margin: 3.14% 3.57% 3.2857% auto;
  top: 23%;
  right: 0;
}
.chart-text{
  width: 62%;
  margin: 18px auto 0;
}
.chart-text img{
  width: 100%;
}
.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 {
  background-color: #036eb8;
}
.medical h3 {
  border-left: 4px solid #036eb8;
}
.drug h2 {
  background-color: #ef8784;
}
.drug h3 {
  border-left: 4px solid #ef8784;
}
.qv h2 {
  background-color: #38a2e8;
}
.qv h3 {
  border-left: 4px solid #38a2e8;
}
.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;
}
.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%;
}

/* 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_person dl dd .careerYear {
    display: inline-block;
    width: 4.5em;
    vertical-align: top;
}
.box_person dl dd .careerTxt {
    display: inline-block;
    width: calc(100% - 6em);
}

.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: 15.65%;
  padding: 18.6% 0 0;
}
.box_person05 dl.person08 dd:after {
  background-image: url(../../job/img/img_person_step08.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: 15px;
}
#person h3 {
  width: 11.77%;
  margin: 10.4% auto 0;
}
#person h3 img{
  max-width: 113px;
}
/* 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 .search-box {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#special .search-box .job-select{
  font-size: 20px;
  margin-right: 25px;


}

#special .search-box .job-select::after{
  content: ":";
}

/* 追記 */

#special input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#special input {
  border: 0;
}


#special .cp_ipcheck {
  width: 90%;
	margin: 2em auto;
	text-align: center;
}

@keyframes click-wave {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}

#special .cp_ipcheck label {
  font-size: 20px;
  margin-right: 30px;
}

#special .cp_ipcheck label input{
  max-width: 100%;
}
#special .cp_ipcheck label {
  width:100%;
  position: relative;
}


#special .control {
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
#special .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#special .control__indicator {
  position: absolute;
  bottom: -4px;
  left: -9px;
  height: 28px;
  width: 28px;
  background: #e6e6e6;
  border: 1px #ccc solid;
  display: block;
}

/* IE10 */
@media all and (-ms-high-contrast: none){
  #special .control__indicator{
    bottom: 5px;
  }
}


/* firefox */
@-moz-document url-prefix() {
  #special .control__indicator{
    bottom: -2px;
  }
}

/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #special .control__indicator{
    bottom: -2.5px;
  }
}
/* IE edge */
@supports (-ms-ime-align:auto) {
  #special .control__indicator{
    bottom: 1px;
  }
}

#special .control:hover input ~ .control__indicator,
#special .control input:focus ~ .control__indicator {
  background: #ccc;
}
#special .control input:checked ~ .control__indicator {
  background: #083B83;
}

#special .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
#special .control input:checked ~ .control__indicator:after {
  display: block;
}
#special .control--checkbox .control__indicator:after {
  left: 10px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#special .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}



#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 .sort_btns li.click_btn--03{
  font-size: 18px;
}

#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 .box_title .question--04{
  font-size: 22px;
}
#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 span {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
#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: 960px) {
  #special .cp_ipcheck {
    text-align: left;
  }
}

@media (max-width: 768px) {

#special .control__indicator {
  top: 0px;
}

/* firefox */
@-moz-document url-prefix() {
  #special .control__indicator{
    top: 5px;
  }
}


#special .cp_ipcheck label {
  margin-right: 0px;
  height: 40px;
}

#special .control {
padding-left: 34px;
}

#special .search-box .job-select {
  text-align: center;
  font-size:24px;
  padding: 16px 0;
}
#special .search-box .job-select::after{
  content: "";
}
/* #special .cp_ipcheck .option-input02 {
  top: 35.33333px;
} */
#special .cp_ipcheck label {
  font-size: 20px;
}


#special .search-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
         text-align:left;

}

#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 {
  width: 253px;
}
p.lead2 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
 margin: 0 0 3.65%;
}
.img_chart {
  margin: 6.5625% 0 !important;
}
.img_chart > span {
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.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;
  line-height: 1.3;
}
.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 {
  width: 29.467%;
  margin: 10% 0 0;
}
#career_talk h2{
	font-size: 28px;
	text-align: center;
	margin: 0;
}
#career_talk p.lead3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 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;
}
.profile li dl{
	margin: 15px 0 0;
}
.profile li dl dt{
	font-size: 23px;
	width: 176px;
	margin: auto;
	border-bottom: 2px solid;
	line-height: 1;
	padding: 0 0 12px;
}
.profile li dl dt .director {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.profile li dl dd{
	margin: 13px 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
.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;
}
.plan{
	border-color: #F8B500 !important;
}
.mr{
	border-color: #EB6EA5 !important;
}
.mtpa{
	border-color: #00B9EF !important;
}
.study{
	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;
}


/* ウチのイクボス
********************************/


#ikubos {
  padding: 0 70px;
  overflow: hidden;
}
.kv {
  width: 100%;
  max-width: 1380px;
  margin: 24px auto 0;
}
img {
  max-width: 100%;
}
.ikubos__note {
  max-width: 1360px;
  margin: auto;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ikubos__note {
    font-size: 10px;
  }
}
#ikubos .c-section {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 80px;
  margin: 0 auto 63px;
  padding-bottom: 64px;
  border-radius: 40px;
  background: #fcf05a;
}
.c-section:first-of-type {
  margin: -10px auto 80px;
}
#ikubos .c-section__ttl {
  position: absolute;
  margin: 0;
  padding: 0;
}
.c-section_txt {
  margin: 0;
  padding: 0 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.c-section__main {
  position: absolute;
}
.c-section__profilewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin: 14px 0 0 30px;
  width: 200%;
  color: #1e3b7e;
  font-size: 24px;
  font-weight: bold;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.c-section--02 .c-section__profilewrap {
  margin: 14px 0 0 -80px;
}
.c-section--03 .c-section__profilewrap {
  width: 245px;
  margin: 0;
  position: absolute;
  left: -238px;
  bottom: 24px;
}
.c-section__profileicon {
  width: 70px;
}
.c-section--03 .c-section__profileicon {
  width: 112px;
  margin: 0 20px 0 0;
}
.c-section__profileposition {
  margin: 0 25px;
}
.c-section--03 .c-section__profileposition {
  margin: 0;
}
.c-section__profilename span {
  font-size: 40px;
}
.c-section--01 .c-section__ttl {
  top: 7vw;
  left: 49%;
  transform: translateX(-50%);
  width: 29vw;
  max-width: 450px;
}
.c-section--01 .c-section__main {
  top: 26vw;
  left: 51%;
  transform: translateX(-50%);
  width: 32vw;
  max-width: 490px;
}
.c-section--02 .c-section__ttl {
  top: 3.7vw;
  left: 49.6%;
  transform: translateX(-50%);
  width: 27vw;
  max-width: 412px;
}
.c-section--02 .c-section__main {
  top: 13.5vw;
  left: 55%;
  transform: translateX(-50%);
  width: 21vw;
  max-width: 306px;
}
.c-section--03 .c-section__ttl {
  top: 4.2vw;
  left: 12%;
  width: 25vw;
  max-width: 372px;
}
.c-section--03 .c-section__main {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  top: 8vw;
  left: 36.5%;
  width: 19vw;
  max-width: 284px;
}
.c-section--03 .c-section__main span {
  width: 100%;
}
.c-section--01 .c-section__main::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc(100vw - 228px);
  max-width: 1287px;
  height: 194px;
  background: url('../../career_diversity/img/ikubos/sec01_bg.png') no-repeat;
  background-size: contain;
  z-index: -1;
}
.c-section--02 .c-section__main::after {
  position: absolute;
  left: 28%;
  /* top: 9.7vw; */
  bottom: 30%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 38.2vw;
  height: 14vw;
  background: url('../../career_diversity/img/ikubos/sec02_bg.png') no-repeat;
  background-size: contain;
  z-index: -1;
}
.c-section--03 .c-section__main::after {
  position: absolute;
  left: -149%;
  top: 5.9vw;
  content: "";
  display: block;
  width: 38.2vw;
  height: 14vw;
  background: url('../../career_diversity/img/ikubos/sec03_bg.png') no-repeat;
  background-size: contain;
}
.c-section--03 .c-section__main img {
  position: relative;
  z-index: 1;
}
.c-bal-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-section--01 .c-bal-wrap {
  padding: 60px 44px 16vw;
}
.c-section--02 .c-bal-wrap {
  padding: 60px 44px 4vw;
}
.c-section--03 .c-bal-wrap {
  width: 40%;
  margin-left: auto;
  padding: 60px 56px 40px 0;
}
.c-bal-wrap .bal {
  position: relative;
  width: 30.5%;
  margin-bottom: 20px;
}
.c-section--03 .c-bal-wrap .bal {
  width: 100%;
}
.c-section--03 .c-bal-wrap .bal.bal01 {
  width: 95%;
}
.c-section--01 .c-bal-wrap .bal.bal03 {
  width: 33%;
}
.c-section--01 .c-bal-wrap .bal.bal04 {
  width: 38%;
}
.c-section--01 .c-bal-wrap .bal.bal06 {
  width: 28.5%;
}
.c-bal-wrap .bal:nth-of-type(odd) {
  margin-right: 3.5%;
}
.c-bal-wrap .bal:nth-of-type(even) {
  margin-left: 3.5%;
}
.c-section--03 .c-bal-wrap .bal:nth-of-type(odd) {
  margin-right: 0;
}
.c-section--03 .c-bal-wrap .bal:nth-of-type(even) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #ikubos {
    padding: 0;
    margin: 0 auto;
    width: 95%;
  }
  .kv {
    margin: 24px auto 40px;
  }
  .c-section:first-of-type {
    position: relative;
   margin: 0 auto 40px;
  }
  .c-section:nth-of-type(2) .c-section__profilewrap {
    position: absolute;
    left: 4%;
    bottom: -35%;
  }
  .c-section:nth-of-type(2) .c-section__profileposition {
    left: 28%;
    top: -83px;
  }
  .c-section:nth-of-type(2) .c-section__profilename {
    left: 28%;
    top: -50px;
  }
  .c-section:nth-of-type(2) .c-section_txt {
    margin-top: 730px;
  }
  .c-section:nth-of-type(3) .c-section__profileposition {
    right: -55%;
    bottom: 88px;
  }
  .c-section:nth-of-type(3) .c-section__profilename {
    right: -55%;
    bottom: 30px;
  }
  .c-section:nth-of-type(3) .c-section_txt {
    margin-top: 500px;
  }
  .c-section--01 .c-section__ttl {
    top: 6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    max-width: 400px;
  }
  .c-section--01 .c-section__main {
    top: 300px;
    left: 51%;
    transform: translateX(-50%);
    width: 70vw;
    max-width: 250px;
  }
  .c-section--02 .c-section__ttl {
    position: relative;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
  }
  .c-section--02 .c-section__main {
    top: 255px;
    left: 62%;
    transform: translateX(-50%);
    width: 60vw;
    max-width: 250px;
  }
  .c-section--2 .c-section__profileposition {
  left: 3vh;
  top: -12vh;
  }
  .c-section--03 .c-section__ttl {
    position: relative;
    top: 10vw;
    left: 37%;
    transform: translateX(-50%);
    width: 65vw;
  }
  .c-section--03 .c-section__main {
    top: 125px;
    left: 80%;
    transform: translateX(-50%);
    width: 35vw;
    max-width: 200px;
  }
  .c-section--03 .c-section__profileicon {
    width: 80px;
    left: 20%;
    bottom: 40px;
  }
  .c-section--01 .c-section__main::after {
    position: absolute;
    left: 84%;
    bottom: -35%;
    max-width: 150px;
    background: url('../../career_diversity/img/ikubos/sec01_main_sp.png') no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .c-section--02 .c-section__main::after {
    position: absolute;
    left: -4%;
    top: 38%;
    padding: 38%;
    background: url('../../career_diversity/img/ikubos/sec02_main_sp.png') no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .c-section--03 .c-section__main::after {
    position: absolute;
    left: -105%;
    top: 85%;
    padding: 100%;
    background-size: contain;
    z-index: -1;
  }
  .c-section__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #ikubos .c-section__profilewrap {
    display: block;
  } 
  .c-section__profileicon {
    width: 80px;
    position: absolute;
    bottom: -25%;
    left: 0;
  }
  .c-section__profileposition {
    position: absolute;
    bottom: -12%;
    right: 18%;
    margin: 0;
  }
  .c-section__profilename {
    position: absolute;
    bottom: -27%;
    right: 10%;
  }
  .c-section_txt {
    order: 1;
    padding: 0 7%;
    margin-top: 750px;
    font-size: 12px;
    text-align: justify;
  }
  .c-bal-wrap {
    order: 2;
    padding: 60px 20px 16vw;
  }
  .c-section--01 .c-bal-wrap {
    padding: 30px 44px 0;
  } 
  .c-section--01 .c-bal-wrap .bal.bal01 {
    order: 1;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal02 {
    order: 4;
    margin: 0 auto 20px 5%;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal03 {
    order: 2;
    margin: 0 auto 20px 5%;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal04 {
    order: 5;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal05 {
    order: 3;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal06 {
    order: 6;
    margin:  0 auto 0 5%;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap {
    padding: 30px 44px 0;
  } 
  .c-section--01 .c-bal-wrap .bal.bal01 {
    order: 1;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal02 {
    order: 4;
    margin: 0 auto 20px 5%;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal03 {
    order: 2;
    margin: 0 auto 20px 5%;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal04 {
    order: 5;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal05 {
    order: 3;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--01 .c-bal-wrap .bal.bal06 {
    order: 6;
    margin:  0 auto 0 5%;
    width: 95%;
  }
  .c-section--02 .c-bal-wrap {
    padding: 30px 44px 0;
  } 
  .c-section--02 .c-bal-wrap .bal.bal01 {
    order: 1;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--02 .c-bal-wrap .bal.bal02 {
    order: 4;
    margin: 0 auto 20px 5%;
    width: 95%;
  }
  .c-section--02 .c-bal-wrap .bal.bal03 {
    order: 2;
    margin: 0 auto 20px 5%;
    width: 95%;
  }
  .c-section--02 .c-bal-wrap .bal.bal04 {
    order: 5;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--02 .c-bal-wrap .bal.bal05 {
    order: 3;
    margin: 0 5% 20px auto;
    width: 95%;
  }
  .c-section--02 .c-bal-wrap .bal.bal06 {
    order: 6;
    margin:  0 auto 0 5%;
    width: 95%;
  }
  .c-section--03 .c-bal-wrap {
    padding: 30px 44px 0;
    margin: 0 auto;
    width: 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: 5% 0 5%;
  padding: 0;
  font-size: 0;
}
#recruit ul.pagenavi li {
  display: inline-block;
  font-size: 24px;
  width: 30%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 0 3.333333%;
  line-height: 1.2;
}
#recruit ul.pagenavi li .second {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
#recruit ul.pagenavi li .third {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
#recruit ul.pagenavi a {
  display: block;
  background-color: #0068b7;
  color: #fff;
  text-decoration: none;
  padding: 9% 2%;
}
#recruit ul.pagenavi li .third {
  padding: 6% 3%;
}
#recruit ul.pagenavi li .second {
  padding: 10% 3%;
}
#recruit ul.pagenavi li .first {
  padding: 8% 3%;
}
#recruit ul.pagenavi li a {
  height: 80px;
}
@media (max-width: 768px) {
  #recruit ul.pagenavi li .third {
    padding: 8% 3%;
  }
  #recruit ul.pagenavi li .second {
    padding: 6% 3%;
  }
  #recruit ul.pagenavi li .first {
    padding: 8% 3%;
  }
  #recruit ul.pagenavi li a {
    height: auto;
    padding: 5% 2%;
  }
}

#recruit ul.pagenavi li a.is-gray {
  background-color: #ccc;
}

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 th.bg_blue {
  background-color: #eff8fe;
}
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;
}

#internship span.subttl {
  font-size : 24px;
  line-height: 2.4;
}

#internship p.title-txt {
  font-weight: 800;
}

p.subttl {
  font-size : 24px;
}
p.lead_internship {
  font-weight: bold;
  font-size: 18px !important;
  text-align: center;
  margin: 0 0 8.333% !important;
}
.lead_internship--blue {
  margin: 0 0 1.85% !important;
  padding: 20px 80px;
  color: white;
  font-weight: bold;
  font-size: 18px !important;
  text-align: left;
  background: #063b82;
}
@media (max-width: 768px) {
  .lead_internship--blue {
    padding: 20px;
    font-size: 16px !important;
  }
}
.txt-al-right {
  text-align: right;
}
span.lead_internship--blue--big {
  font-size: 22px;
}
.lead_internship--blue--color {
  color: white;
}
table.type01--internship th {
  width: 15%;
}
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%;
}
.wrap01--internship {
  margin-bottom: 10%;
}
.wrap02 {
  max-width: auto;
  margin: auto 1.95%;
  min-width: auto;
}
.wrap04 {
  width: auto;
  margin: auto 1.95%;
}
.btn_entry {
  margin: 5% auto 8.85%;
  padding: 0;
  width: auto;
}
.btn_entry--minmt {
  margin: 5% auto 8.85%;
}
.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;
}
#internship span.subttl {
  font-size : 1.4rem;
}
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: 12% 0 0;
  padding: 0 0 4.58%;
  line-height: 1.4;
}
h2.under_line_blue {
  font-size: 1.4rem;
  margin: 12% 0 0;
  padding: 0 0 2%;
  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 5.5%;
  width: auto;
  min-height: 220px;
  float: none;
  padding: 50.8% 0 0;
}
.box_position:nth-of-type(odd) {
  margin-right: 0;
}
.box_position:last-child {
  padding: 0;
  height: auto;
}
.box_position {
  margin: 0 0 40px;
  width: auto;
  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 {
  border: 3px solid #9ed8f6;
}
.box:before {
  top: -3px;
  left: -3px;
}
.box .number {
  margin: -3px;
  width: 56px;
  height: 56px;
}
.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: 13%;
}
.box_position:nth-of-type(2) .box h2 {
  background-size: 16%;
}
.box_position:nth-of-type(3) .box h2 {
  background-size: 16%;
}
.box_position:nth-of-type(4) .box h2 {
  background-size: 16%;
}
.box_position:nth-of-type(5) .box h2 {
  background-size: 16%;
}
.box_position:nth-of-type(6) .box h2 {
  /* background-size: 16%; */
  background-size: 16%;
}
.box_position:nth-of-type(7) .box h2 {
  background-size: 13%;
}
.box_position:nth-of-type(8) .box h2 {
  background-size: 15%;
}
.box_position:nth-of-type(9) .box h2 {
  background-size: 15%;
}
.box_position:nth-of-type(10) .box h2 {
  background-size: 7%;
}
.box_position:nth-of-type(11) .box h2 {
  background-size: 14%;
}
.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 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 h2.under_bar > span.name > span {
  font-size: 1.2rem;
}
#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%;
}
@media screen and (max-width: 767px) {
  .wrap03 {
    margin: 0 0 0 25%;
    width: 70%;
  }
}
.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: 39vmin;
}
.small_box{
	width: 47.4% !important;
	align-content: space-around;
}
#performance .wrap01 > div h2{
	font-size: 1rem;
  margin: 0;
}
#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;
}
.font24{
  font-size: 0.7rem;
}
.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;
  margin: 0;
}
.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 bottom;
	background-repeat: no-repeat;
	background-size: auto 50%;
	padding: 5% 0 28%;
	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 #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;
}
/* 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.2rem;
}
#person h3 {
  width: 25%;
  margin: 10.4% auto 0;
}
#person h3 img{
  max-width: 76px;
}

/*たなみん
******/
.tanamin_ttl h1{
  font-size: 1.2rem;
}
.tanamin_box {
  width: 100%;
}
.tanamin_sp_under {
  clear: both;
}
.pc-on {
  display: none;
}
.tanamin_box02 .tanamin_subbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tanamin_box02 {
  padding: 330px 0 260px;
}
.tanamin_icon {
  max-width: 300px;
}
.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;
}
.img_chart > span {
  font-size: 1.2rem;
  margin: 0 0 3.65%;
}
.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;
}
.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: 1rem;
	width: auto;
  height: 45.2px;
	margin: auto;
	border-bottom: 2px solid;
	padding: 0 0 8%;
}
.profile li dl dt .director {
  font-size: 10px;
}

.profile li dl dd{
	margin: 5% 0 0;
	padding: 0;
	font-size: 0.8rem;
	font-weight: bold;
}
.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;
}
.plan{
	border-color: #F8B500 !important;
}
.mr{
	border-color: #EB6EA5 !important;
}
.mtpa{
	border-color: #00B9EF !important;
}
.study{
	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: 5.5% 0 5.5%;
}
#recruit ul.pagenavi li {
  display: block;
  font-size: 1.2rem;
  width: auto;
  margin: 2% 0 0 0;
}
#recruit ul.pagenavi a {
  padding: 3% 2%;
}
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: center;
  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%;
}

}

.sengenList.index {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 500px;
  list-style: none;
  margin: 5.2% auto 8.85%;
  padding: 0;
  font-size: 0;
}
.sengenList.index li {
  font-size: 10px;
  display: inline-block;
  width: 18%;
  width: 30%;
  margin: 0;
  background-color: #004F8D;
}
.sengenList.index li:first-of-type {
  margin: 0;
}
.sengenList.index li img {
  width: 100%;
  height: auto;
}
.sengenList.index li a{
	display: block;
}
.sengenList.index li a:hover {
  opacity: 0.5;
}







  /* support css
  *************************************************************************/
.mb-50{margin-bottom: 50px;}
@media (max-width: 768px) {.mb-50{margin-bottom: 25px;}}
.mb-100{margin-bottom: 100px;}
@media (max-width: 768px) {.mb-100{margin-bottom: 50px;}}
.mb-200{margin-bottom: 200px;}
@media (max-width: 768px) {.mb-200{margin-bottom: 100px;}}


.u-nmt20 {
  margin-top: -20px;
}

.u-nmt20 {
  margin-top: -20px;
}
.u-mb100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .u-nmt20 {
    margin-top: -10px;
  }
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-va_btm {
  display: inline;
  vertical-align: bottom;
}

.u-note {
  color: gray;
}
.u-note--yellow {
  color: yellow;
}
.u-t-center {
  text-align: center;
}
.u-m0 {
  margin: 0;
}
.u-m0-pc {
  margin: 0;
}
@media (max-width: 768px) {
  .u-m0-pc {
    margin: 1em;
  }
}




.c-ttl {
  position: relative;
  margin: 80px auto;
  padding: 32px 0;
  max-width: 600px;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  font-feature-settings: 'palt';
  letter-spacing: 0.075em;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-ttl span {
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media (max-width: 768px) {
  .c-ttl {
    margin: 40px auto;
    padding: 24px 0;
    font-size: 18px;
  }
  .c-ttl span {
    font-size: 22px;
    font-weight: bold;
  }
}
.c-ttl::before,
.c-ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 60px;
}
@media (max-width: 768px) {
  .c-ttl::before,
  .c-ttl::after {
    width: 20vw;
    max-width: 80px;
    height: 10vw;
    max-height: 40px;
  }
}
.c-ttl::before {
  top: 0;
  left: 0;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
.c-ttl::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.c-sub-ttl {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-sub-ttl {
    font-size: 14px;
  }
}
.c-sub-ttl.c-sub-ttl--internship {
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #0068b7;
}
@media (max-width: 768px) {
  .c-sub-ttl.c-sub-ttl--internship {
    padding: 8px;
  }
}



#internship ul.pagenavi {
  display: flex;
  justify-content: space-between;
  max-width: 746px;
  list-style: none;
  margin: 0 auto 5%;
  padding: 0;
  font-size: 0;
}
#internship ul.pagenavi li {
  background-color: #063b82;
  font-size: 18px;
  width: 23%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 40px 1.4%;
  line-height: 1.2;
}
#internship ul.pagenavi li:first-child {
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  #internship ul.pagenavi li {
    font-size: 11px;
    padding: 6px 0;
  }
}
#internship ul.pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #063b82;
  color: #fff;
  text-decoration: none;
  height: 100%;
  padding: 10px 1px;
}




/* workstyle */
#workstyle {
  padding: 40px;
  background: #dbdcdc;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.workstyle__note {
  font-size: 14px;
  margin: 0 auto 82px;
}
.workstyle__pagelink {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 70px 0;
}
.workstyle__pagelink li a {
  width: 170px;
  display: block;
  margin: 0 30px;
}
.workstyle__pagelink li a:hover {
  opacity: 0.7;
}

.talentbook{
  text-align: center;
}
.talentbook .talentbook_btn{
  background-color: #D2ECFA;
  padding: 30px 25px;
  max-width: 580px;
  margin-inline: auto;
  border-radius: 10px;
}
.talentbook .talentbook_sub-title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0;
}
.talentbook .talentbook_text{
  font-size: 14px;
  margin: 20px 0 0;
}
.talentbook .talentbook_title{
  display: block;
  background-color: #2B9FE8;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 20px auto 0;
  border-radius: 100px;
  padding: 15px 0;
  position: relative;
  transition: all 0.6s;
}
.talentbook .talentbook_title:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin: -5px 0 0;
}
.talentbook .talentbook_title:hover{
  transition: all 0.6s;
  opacity: 0.6;
}

.c-section__ttl-vol {
  height: 85px;
  background: #fff;
  margin: 20px 0 40px;
  border: 2px solid #40bcef;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-section__ttl-vol img {
  width: 150px;
}
.workstyle__sec01 {
  padding: 20px 0 0 0;
}
.workstyle__sec02 {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .workstyle__note {
    font-size: 10px;
    margin: 0 0 40px;
  }
  .workstyle__pagelink li a {
    width: 87px;
    display: block;
    margin: 0 12px;
  }
  .workstyle__pagelink {
    margin: 0 0 40px;
  }
  .talentbook .talentbook_btn{
    background-color: #D2ECFA;
    padding: 20px 10px;
    width: 100%;
  }
  .talentbook .talentbook_sub-title{
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
  }
  .talentbook .talentbook_text{
    font-size: 12px;
    margin: 10px 0 0;
  }
  .talentbook .talentbook_title{
    font-size: 14px;
    margin: 10px auto 0;
    padding: 10px 0;
  }
  .talentbook .talentbook_title:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin: -5px 0 0;
  }
  .c-section__ttl-vol {
    height: 43px;
    border-radius: 7px;
    margin: 10px 0 20px;
  }
  .c-section__ttl-vol img {
    width: 87px;
  }
  .workstyle__sec01 {
    padding: 10px 0 0;
  }
}
@media (max-width: 768px) {
  #workstyle {
    padding: 0 0 40px;
  }
}
#workstyle .workstyle-wrap {
  width: 90%;
  max-width: 1192px;
  margin: auto;
}
#workstyle img {
  max-width: 100%;
}
#workstyle .c-section {
  margin: 0 0 32px;
  padding: 0 0 20px 0;
  background: #fff;
  border: 2px solid #40bcef;
  border-radius: 16px;
}
#workstyle .c-section--box {
  border-radius: 0;
}
#workstyle .c-section--graphbg {
  background-image: url('img/workstyle/graph_bg.png');
  background-size: 42%;
  background-repeat: no-repeat;
  background-position: center;
}
#workstyle .c-section--arrow {
  position: relative;
}
#workstyle .c-section--arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 34.5%;
  bottom: -8.5%;
  width: 4.3vw;
  height: 27.4vw;
  max-width: 43px;
  max-height: 274px;
  background-image: url('img/workstyle/ico_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  #workstyle .c-section--arrow::after {
    left: 32.5%;
    bottom: -13%;
    width: 6vw;
    height: 32vw;
  }
}
#workstyle .c-section__ttl {
  display: flex;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 10px 0 10px 5%;
  color: #fff;
  background: #40bcef;
  border-radius: 10px 10px 0 0;
  font-size: 0;
}
#workstyle .c-section__ttl img {
  width: auto;
  height: 2.7vw;
  max-height: 27px;
}
@media (max-width: 768px) {
  #workstyle .c-section {
    margin: 0 0 32px;
    padding: 0 0 20px 0;
    border-radius: 6px;
  }
  #workstyle .c-section__ttl {
    padding: 6px 0 6px 14px;
    border-radius: 4px 4px 0 0;
  }
  #workstyle .c-section__ttl img {
    height: 12px;
  }
}
#workstyle .c-section--box .c-section__ttl {
  display: flex;
  align-items: center;
  padding: 40px 20px 50px 55px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 0px;
}
#workstyle .c-section--box .c-section__ttl .c-section__ttl-box {
  width: 33.5%;
  margin-right: 37px;
}
#workstyle .c-section--box .c-section__ttl .c-section__ttl-box img {
  height: auto;
  max-height: inherit;
}
#workstyle .c-section--box .c-section__ttl .c-section__ttl-txt {
  width: 60%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  font-feature-settings: 'palt';
  border-left: 2px solid;
  padding: 0 0 0 30px;
}
#workstyle .c-section--box .c-section__ttl .c-section__ttl-txt span {
  display: block;
  margin: 0 0 16px 0;
  font-size: 24px;
}
#workstyle #vol2 .vol2__graph {
  padding: 40px 0;
}
@media (max-width: 768px) {
  #workstyle .c-section--box .c-section__ttl {
    flex-direction: column;
    padding: 10px;
  }
  #workstyle .c-section--box .c-section__ttl .c-section__ttl-box {
    width: 40%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #workstyle .c-section--box .c-section__ttl .c-section__ttl-txt {
    width: 100%;
    font-size: 12px;
    border: none;
    padding: 0;
  }
  #workstyle .c-section--box .c-section__ttl .c-section__ttl-txt span {
    font-size: 17px;
    margin: 0 0 5px;
  }
  #workstyle #vol2 .vol2__graph {
    padding: 20px 0 10px;
      margin: 0 auto;
  }
  #workstyle #vol2 .c-message__profile figure img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex {
  display: flex;
  padding: 24px 55px 40px;
  color: #000;
  font-weight: normal;
  background: inherit;
}
@media (max-width: 768px) {
  #workstyle .c-section--box .c-section__ttl.c-section__ttl--flex {
    width: 93%;
    margin: 0 auto;
    padding: 24px 0;
  }
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex h3 {
  width: 82%;
}
@media (max-width: 768px) {
  #workstyle .c-section--box .c-section__ttl.c-section__ttl--flex h3 {
    width: 82%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    border-radius: 2px;
  }
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder {
  padding-top: 0;
  padding: 24px 55px 20px;
  justify-content: space-between;
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder h3 {
  width: 28%;
  margin: 0;
  padding: 0;
  border: none;
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder .c-list-item {
  width: 72%;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder {
    width: 93%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin: 0 auto;
    padding: 24px 0 20px;
  }
  #workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder h3 {
    width: 80%;
    margin: 0 auto 20px;
  }
  #workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder .c-list-item {
    width: 100%;
  }
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder li {
  display: block;
  list-style: none;
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex-noborder li img {
  width: auto;
  max-height: 140px;
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex p {
  font-size: 16px;
  line-height: 1.75;
  margin-left: 20px;
  padding-left: 30px;
  border-left: 2px solid gray;
  border-radius: 2px;
}
#workstyle #vol2 .c-section--box .c-section__ttl.c-section__ttl--flex h3 {
  width: 100%;
}
@media (max-width: 768px) {
  #workstyle .c-section--box .c-section__ttl.c-section__ttl--flex p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  #workstyle #vol2 .c-section--box .c-section__ttl.c-section__ttl--flex h3 {
    width: 80%;
    margin: 0 0 20px;
  }
  #workstyle #vol2 .c-section--box .c-section__ttl.vol2__subttl h3 {
    width: 100%;
    margin: 0 0 20px;
  }
  #workstyle #vol2 .c-section--box .c-section__ttl.vol2__subttl h3 img {
    height: 42px;
    width: auto;
  }
  #workstyle #vol2 .c-section__subttl.c-section__subttl--left img {
    max-height: inherit;
    height: 38px;
  }
}
#workstyle .c-section--box .c-section__ttl.c-section__ttl--flex img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
#workstyle .c-section__subttl {
  text-align: center;
  margin: 40px auto 4px;
}
#workstyle .c-section__subttl.c-section__subttl--left {
  margin: 0 auto 4px;
  text-align: left;
}
#workstyle .c-section__subttl img {
  width: auto;
  height: 2.8vw;
  max-height: 28px;
}
@media (max-width: 768px) {
  #workstyle .c-section__subttl img {
    height: 12px;
  }
  #workstyle .c-section__subttl.c-section__subttl--left img {
    height: 24px;
  }
}
#workstyle .c-section__txt {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #workstyle .c-section__txt {
    font-size: 12px;
  }
}
#workstyle .c-section__inner {
  width: 93%;
  margin: 18px auto 10px;
  font-size: 20px;
  letter-spacing: -.002em;
  line-height: 1.4;
}
#workstyle .c-section__inner.c-section__inner--graph {
  margin: 0 auto 28px;
  width: 82%;
}
@media (max-width: 768px) {
  #workstyle .c-section__inner {
    font-size: 12px;
  }
}
#workstyle .graph01 {
  width: 87%;
  margin: auto;
  display: block;
}
#workstyle .c-aside {
  margin: 0 0 75px;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #workstyle .c-aside {
    font-size: 12px;
  }
}
#workstyle .c-aside__inner {
  display: flex;
}
#workstyle .c-aside__txtwrap {
  width: 50%;
  margin-right: 50px;
}
#workstyle .c-aside__profilebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
#workstyle .c-aside__profile {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
#workstyle .c-aside__profile-img {
  width: 50%;
  margin-right: 20px;
}
#workstyle .c-aside__profile-name {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
#workstyle .c-aside__profile-name span {
  font-size: 16px;
}
@media (max-width: 768px) {
  #workstyle .c-aside__inner {
    display: block;
  }
  #workstyle .c-aside__txtwrap {
    width: 100%;
    margin-right: 0;
  }
  #workstyle .c-aside__profilebox {
    flex-direction: column;
    width: 100%;
  }
  #workstyle .c-aside__profile-wrap {
    display: flex;
    gap: 20px;
  }
  #workstyle .c-aside__profile {
    display: block;
    font-size: 12px;
  }
  #workstyle .c-aside__profile-img {
    width: 80%;
    margin-right: 0;
  }
}
#workstyle .c-message {
  display: flex;
  justify-content: space-between;
}
#workstyle .c-message__txt {
  display: block;
  width: 75%;
  font-size: 20px;
  line-height: 1.6;
}
#workstyle .c-message__profile {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: 'palt';
}
@media (max-width: 768px) {
  #workstyle .c-message {
    display: block;
  }
  #workstyle .c-message__txt {
    width: 100%;
    font-size: 12px;
  }
  #workstyle .c-message__profile {
    width: 100%;
    font-size: 14px;
  }
}
#workstyle .c-message__profile figure {
  margin: 0;
  padding: 0;
}
#workstyle .c-message__profile figcaption {
  margin-top: 20px;
}
#workstyle .c-message__profile figcaption span {
  font-size: 20px;
}

#workstyle .u-flex {
  display: flex;
}
#workstyle .u-ta-r {
  display: block;
  text-align: right;
}
#workstyle .kv {
  display: flex;
  justify-content: space-between;
  margin: 102px auto 56px;
}
#workstyle .kv .kv01 {
  width: 60%;
}
#workstyle .kv .kv02 {
  width: 37%;
}
@media (max-width: 768px) {
  #workstyle .kv {
    display: block;
    margin: 40px auto 22px;
  }
  #workstyle .kv .kv01 {
    width: 100%;
    margin-bottom: 18px;
  }
  #workstyle .kv .kv02 {
    width: 63%;
  }
}
#workstyle .lead-block {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#workstyle #vol2 .lead-block {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 30px 0;
}
#workstyle .lead-block small {
  display: block;
  font-weight: normal;
}
@media (max-width: 768px) {
  #workstyle .lead-block {
    font-size: 12px;
    margin: 0 auto ;
  }
  #workstyle #vol2 .lead-block {
    font-size: 12px;
    margin: 0 auto 20px;
  }
}
#career .voice_title {
  background: #3b6297;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  margin: 0 0 40px 33%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #career .voice_title {
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 5px;
  }
}

#career .voice_wrap {
  margin: 0 0 0 33%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#career .voice_wrap li {
  list-style: none;
  background: url('../../career_diversity/img/training_voice_01.png') no-repeat;
  width: calc(100% / 2 - 15px);
  min-height: 270px;
  margin: 0 0 20px 0;
  background-size: 100% auto;
}

#career .voice_wrap li p {
  padding: 28px 16px;
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  min-height: 150px;
  border-radius: 17px;
  display: flex;
  align-items: center;
}

#career .voice_wrap li:nth-child(2) {
  background: url('../../career_diversity/img/training_voice_02.png') no-repeat;
  background-size: 100% auto;
}

#career .voice_wrap li:nth-child(3) {
  background: url('../../career_diversity/img/training_voice_03.png') no-repeat;
  background-size: 100% auto;
}

#career .voice_wrap li:nth-child(4) {
  background: url('../../career_diversity/img/training_voice_04.png') no-repeat;
  background-size: 100% auto;
}

#career .voice_wrap li:nth-child(5) {
  background: url('../../career_diversity/img/training_voice_05.png') no-repeat;
  background-size: 100% auto;
  margin: 0 0 0;
}

#career .voice_wrap li:nth-child(6) {
  background: url('../../career_diversity/img/training_voice_06.png') no-repeat;
  background-size: 100% auto;
  margin: 0 0 0;
}

#career .border_box01--nobottom {
  border-bottom: none;
}


@media (max-width: 768px) {

  #career .voice_wrap {
    margin: 0 0 0;
  }
  
  #career .voice_wrap li {
    background: url('../../career_diversity/img/training_voice_01_sp.png') no-repeat;
    width: calc(100% / 2 - 3px);
    min-height: 51vw;
    margin: 0 0 20px 0;
    background-size: 100% auto;
  }
  
  #career .voice_wrap li p {
    padding: 6px;
    font-size: 1rem;
    min-height: 31vw;
  }
  
  #career .voice_wrap li:nth-child(2) {
    background: url('../../career_diversity/img/training_voice_02_sp.png') no-repeat;
    background-size: 100% auto;
  }
  
  #career .voice_wrap li:nth-child(3) {
    background: url('../../career_diversity/img/training_voice_03_sp.png') no-repeat;
    background-size: 100% auto;
  }
  
  #career .voice_wrap li:nth-child(4) {
    background: url('../../career_diversity/img/training_voice_04_sp.png') no-repeat;
    background-size: 100% auto;
  }
  
  #career .voice_wrap li:nth-child(5) {
    background: url('../../career_diversity/img/training_voice_05_sp.png') no-repeat;
    background-size: 100% auto;
    margin: 0 0 0;
  }
  
  #career .voice_wrap li:nth-child(6) {
    background: url('../../career_diversity/img/training_voice_06_sp.png') no-repeat;
    background-size: 100% auto;
    margin: 0 0 0;
  }
}