@charset "UTF-8";
/*---------------header----------------*/
#company.company_what_company nav#mainmenu ul.dropmenu li.companymenu ul li.what_company_menu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#company nav#mainmenu ul.dropmenu li.recruitmenu ul li.what_company_menu a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------wrapper----------------*/
.mainwrap-l a {
  display: block;
  position: relative;
}

.mainwrap-l a img {
  transition: 0.3s;
  vertical-align: middle;
}

.mainwrap-l a:hover img {
  opacity: 0.8;
}

.mainwrap-l a i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #004ea2;
  transition: 0.3s;
  font-size: 20px;
}

.pagetitleimg {
  text-align: center;
  margin-bottom: 50px;
}

section h3 {
  background-color: #004EA2;
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

section h3 span {
  font-size: 14px;
}

section h3 .fa {
  font-size: 30px;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}

section.message,
section.company {
  margin-bottom: 50px;
}

section.message h3 .fa {
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
}

section.message h4 {
  color: #004ea2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-feature-settings: "palt";
}

section.message .wrap1,
section.message .wrap2 {
  margin-bottom: 10px;
}

section.message .wrap2 figure {
  float: right;
  margin: 0;
  text-align: center;
  padding-left: 20px;
}

section.message .wrap2 figure img {
  width: 300px;
  height: auto;
}

section.message .wrap3 figure {
  float: left;
  margin: 0;
  text-align: center;
  padding-right: 20px;
}

section.message .wrap3 figure img {
  width: 320px;
  height: auto;
}

section .companycontent {
  margin-bottom: 50px;
}

.titlewrap1,
.titlewrap2,
.titlewrap3,
.titlewrap4 {
  color: #767676;
  border: 1px dashed #e8e8e8;
  font-weight: bold;
  text-align: center;
  background-color: #F9F9F9;
  margin-bottom: 30px;
  padding: 15px;
  box-sizing: border-box;
}

.titlewrap1 p,
.titlewrap2 p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.titlewrap1 p:first-child,
.titlewrap1 p:last-child,
.titlewrap2 p:first-child,
.titlewrap2 p:last-child {
  margin: 0;
}

.titlewrap1 p:nth-child(1) {
  padding-right: 20px;
}

.titlewrap1 p:nth-child(2) {
  font-size: 24px;
  padding-right: 20px;
  color: #004ea2;
  font-feature-settings: "palt";
}

.titlewrap2 p:nth-child(1) {
  padding-right: 20px;
}

.titlewrap2 p:nth-child(2) {
  font-size: 24px;
  padding-right: 20px;
  color: #004ea2;
  font-feature-settings: "palt";
}

.titlewrap3 p:nth-child(1) {
  text-align: center;
}

.titlewrap3 p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.titlewrap3 p:nth-child(2) span {
  font-size: 12px;
}

.titlewrap3 p:nth-child(3) {
  font-size: 24px;
  color: #004ea2;
  font-feature-settings: "palt";
  margin-top: 10px;
}

.titlewrap4 p {
  font-size: 24px;
  color: #004ea2;
  font-feature-settings: "palt";
}

.company article {
  width: 660px;
  margin: auto;
}

.company article.singleelement .cf {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.company article h5 {
  color: #004ea2;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #004EA2;
}

.company article div div:first-child {
  float: left;
}

.company article div div:last-child {
  float: right;
}

.company article div figure {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.company article div figcaption {
  text-align: center;
}

.company article div figure:nth-child(2n+1) {
  float: left;
}

.company article div figure:nth-child(2n) {
  float: right;
}

section.worker h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #004EA2;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

section.worker .wrap {
  margin-bottom: 20px;
  padding: 10px;
  background: #dcdcdc; /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

section.worker .wrap figure img {
  max-width: 100%;
  height: auto;
}

section.worker .wrap figure {
  float: left;
  margin: 0;
  text-align: left;
  padding-right: 20px;
  width: 30%;
  box-sizing: border-box;
}

section.worker .wrap figcaption {
  color: #767676;
  text-align: center;
  font-size: 13px;
}

section.worker .wrap figcaption span {
  font-size: 0.8em;
}

section.worker .wrap figcaption span.worker_name {
  font-size: 1.2em;
  font-weight: bold;
}

section.worker .wrap .worker_right {
  float: right;
  width: 70%;
  box-sizing: border-box;
}

section.worker .wrap dl {
  margin-bottom: 20px;
}

section.worker .wrap dl dt {
  color: #004ea2;
  margin-bottom: 10px;
  font-weight: bold;
}

/*---------------sidenav----------------*/
#company .sidenav ul li:nth-child(2) a {
  background-image: url(/img/nav_pointer-red.png);
  background-repeat: no-repeat;
  pointer-events: none;
}

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  /*---------------wrapper----------------*/
  .pagetitleimg img {
    width: 100%;
  }
  section.message .wrap1 figure {
    width: 30%;
    box-sizing: border-box;
  }
  section.message .wrap1 figure img,
  section.message .wrap2 figure img,
  section.message .wrap3 figure img {
    width: 100%;
  }
  section.message .wrap2 figure {
    width: 40%;
    box-sizing: border-box;
  }
  section.message .wrap3 figure {
    width: 40%;
    box-sizing: border-box;
  }
  .company article {
    width: 100%;
  }
  .company article div div {
    width: 50%;
    box-sizing: border-box;
  }
  .company article div div img {
    width: 100%;
  }
  .company article div div:first-child {
    padding-right: 5px;
  }
  .company article div div:last-child {
    padding-left: 5px;
  }
  .company article div figure {
    width: 50%;
  }
  .company article div figure:nth-child(2n+1) img {
    padding-right: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  .company article div figure:nth-child(2n) img {
    padding-left: 5px;
    box-sizing: border-box;
    width: 100%;
  }
}
/*===============================================
●smart.css  画面の横幅が960px以下
===============================================*/
@media screen and (max-width: 960px) {
  /*---------------wrapper----------------*/
  #company.company_what_company nav#mainmenu ul.dropmenu li.companymenu a {
    color: #ffffff;
  }
  #company.company_what_company nav#mainmenu ul.dropmenu li.recruitmenu a {
    color: #767676;
  }
  #company.company_what_company nav#mainmenu ul.dropmenu li.recruitmenu ul li a {
    color: #004ea2;
  }
  #company.company_what_company nav#mainmenu ul.dropmenu li.companymenu ul li a {
    color: #004ea2;
  }
  #company nav#mainmenu ul.dropmenu li.recruitmenu ul li.what_company_menu a {
    background-image: none;
    color: #767676;
  }
  section.worker .wrap .worker_right dd {
    margin-left: 0;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  section.message .wrap1 figure,
  section.message .wrap2 figure,
  section.message .wrap3 figure {
    width: 50%;
  }
  section.message .wrap1,
  section.message .wrap2 {
    margin-bottom: 30px;
  }
  .titlewrap1 p:nth-child(1),
  .titlewrap1 p:nth-child(2),
  .titlewrap2 p:nth-child(1),
  .titlewrap2 p:nth-child(2) {
    padding-right: 0;
  }
  .titlewrap1 p:nth-child(2) {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .titlewrap2 p:nth-child(2) {
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .titlewrap3 p:nth-child(2) {
    line-height: 1.4em;
  }
  .titlewrap1 p,
  .titlewrap2 p {
    display: block;
    text-align: center;
  }
  section.worker .wrap figure {
    float: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  section.worker .wrap figure figcaption {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  section.worker .wrap figure img {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  section.worker .wrap figcaption {
    text-align: left;
    padding-left: 1em;
  }
  section.worker .wrap .worker_right {
    float: none;
    width: 100%;
  }
  .company article div figcaption {
    padding-left: 5px;
    padding-right: 5px;
  }
}/*# sourceMappingURL=company_what_company.css.map */