@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap");

@charset "UTF-8";
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *    https://github.com/ireade/css/blob/master/base.scss
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* ================================================================
fonts
================================================================ */
@font-face {
  font-family: 'futura_bk_btbook';
  src: url("../font/futura_book_font-webfont.eot");
  src: url("../font/futura_book_font-webfont.eot?#iefix") format("embedded-opentype"), url("../font/futura_book_font-webfont.woff2") format("woff2"), url("../font/futura_book_font-webfont.woff") format("woff"), url("../font/futura_book_font-webfont.ttf") format("truetype"), url("../font/futura_book_font-webfont.svg#futura_bk_btbook") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ================================================================

base

================================================================ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #0e0f23;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans Japanese', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.7;
  overflow: hidden;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.display-none {
  display: none;
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

/* ================================================================
clearfix
================================================================ */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* ----------------------------
 トップページ
---------------------------- */
.topMv {
  position: relative;
}

.topMv .slick-list,
.topMv .slick-track {
  height: 100%;
}

.topMv_list {
  height: 100%;
}

.topMv_list li {
  background: url(../img/top/topMv01.jpeg) center center no-repeat;
  background-size: cover;
  min-height: 400px;
  height: 100%;
}

.topMv_list li.-list01 {
  background: url(../img/top/topMv01.jpeg) center center no-repeat;
  background-size: cover;
}

.topMv_list li.-list02 {
  background: url(../img/top/topMv02.jpeg) center center no-repeat;
  background-size: cover;
}

.topMv_list li.-list03 {
  background: url(../img/top/topMv03.jpeg) center center no-repeat;
  background-size: cover;
}

.topMv_list img {
  width: 100%;
}

.topMv_txt01 {
  position: absolute;
  top: 40%;
  right: 10%;
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

.topNews {
  padding: 80px 0;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topNews_left {
  width: 260px;
}

.topNews_left_title {
  font-size: 34px;
  font-size: 3.4rem;
  position: relative;
}

.topNews_left_title:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.topNews_left_link {
  margin-top: 95px;
}

.topNews_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topNews_list_item {
  padding: 20px 0px 20px 30px;
  border-left: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.topNews_list_item a {
  color: #333;
}

.topNews_list_item:last-child {
  border-bottom: none;
}

.topNews_list_item .-date {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.topNews_list_item .-category {
  display: inline-block;
  background-color: #ee2626;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}

.topNews_list_item .-category.-color01 {
  background-color: #c3ea69;
  color: #333;
}

.topNews_list_item .-category.-color02 {
  background-color: #3acdda;
  color: #333;
}

.topNews_list_item .-category.-color03 {
  background-color: #ee2626;
}

.topNews_list_item .-link {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.topNews_list_item .-link:hover {
  text-decoration: none;
}

.topMessage01 {
  background: url(../img/topMessage01_bg.png) center center no-repeat;
  background-size: cover;
  padding: 305px 0;
  color: #fff;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1600px) {
  .topMessage01 {
    padding: 190px 0;
  }
}

.topMessage01_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.topMessage01_title {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
}

.topMessage01_txt {
  text-align: center;
  margin-top: 60px;
}

.topMessage02 {
  margin-top: -250px;
  padding: 390px 0 190px;
  background: url(../img/topMessage02_bg.jpg) center center no-repeat;
  background-size: cover;
}

.topMessage02_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.topMessage02_title {
  font-size: 34px;
  font-size: 3.4rem;
  position: relative;
}

.topMessage02_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.topMessage02_txt {
  margin-top: 30px;
  line-height: 2.3;
  font-weight: bold;
}

.topMessage02_link {
  margin-top: 90px;
}

.topMessage02_link a {
  font-weight: bold;
}

.topPerson {
  padding: 120px 0 100px;
  background: url(../img/topPerson_bg.png) center center no-repeat;
  background-size: cover;
}

.topPerson_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.topPerson_title {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}

.topPerson_txt {
  margin-top: 20px;
  text-align: center;
}

.topPerson_dtl {
  width: 85%;
  margin-left: auto;
  margin-bottom: -300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-top: 70px;
}

.topPerson_left {
  width: 30%;
  background-color: #003993;
  color: #fff;
  min-height: 450px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.topPerson_left_title {
  font-size: 34px;
  font-size: 3.4rem;
  position: relative;
  font-weight: normal;
}

.topPerson_left_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.topPerson_left_txt {
  margin-top: 20px;
}

.topPerson_list {
  width: 70%;
}

.topPerson_list .slick-list,
.topPerson_list .slick-track {
  height: 100%;
}

.topPerson_list .slick-prev {
  background-color: #333;
  width: 50px;
  height: 50px;
  bottom: -25px;
  top: auto;
  left: -103px;
}

.topPerson_list .slick-prev:hover, .topPerson_list .slick-prev:focus {
  background-color: #333;
}

.topPerson_list .slick-prev:before, .topPerson_list .slick-prev:after {
  background-color: #fff;
  width: 3px;
  height: 25px;
}

.topPerson_list .slick-prev:before {
  margin-top: -21px;
}

.topPerson_list .slick-prev:after {
  margin-top: -5px;
}

.topPerson_list .slick-next {
  background-color: #333;
  width: 50px;
  height: 50px;
  bottom: -25px;
  top: auto;
  left: -50px;
}

.topPerson_list .slick-next:hover, .topPerson_list .slick-next:focus {
  background-color: #333;
}

.topPerson_list .slick-next:before, .topPerson_list .slick-next:after {
  background-color: #fff;
  width: 3px;
  height: 25px;
}

.topPerson_list .slick-next:before {
  margin-top: -21px;
}

.topPerson_list .slick-next:after {
  margin-top: -5px;
}

.topPerson_list_item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 400px !important;
  display: block;
  padding: 20px;
  position: relative;
}

.topPerson_list_item a {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topPerson_list_item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.topPerson_list_item .-txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 20px 10px;
  background: -webkit-linear-gradient(bottom, #333, transparent);
  background: linear-gradient(to top, #333, transparent);
  color: #fff;
  line-height: 1.5;
  min-height: 150px;
}

.topPerson_list_item .-txt_role {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.topCompany {
  padding: 300px 0 60px;
  background-color: #fff;
}

.topCompany_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.topCompany_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.topCompany_txt {
  text-align: center;
  margin-top: 30px;
}

.topCompany_imgList {
  width: 100%;
  max-width: 840px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topCompany_imgList_item {
  width: 18%;
  text-align: center;
}

.topCompany_imgList_item img {
  max-height: 85px;
}

.topCompany_link {
  margin-top: 50px;
  text-align: center;
}

.topInside {
  padding: 60px 0;
}

.topInside_title {
  font-size: 34px;
  font-size: 3.4rem;
  position: relative;
  text-align: center;
}

.topInside_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -30px;
}

.topInside_list {
  margin-top: 50px;
}

.topInside_list .slick-prev {
  background-color: #333;
  width: 50px;
  height: 50px;
  left: 20px;
}

.topInside_list .slick-prev:hover, .topInside_list .slick-prev:focus {
  background-color: #333;
}

.topInside_list .slick-prev:before, .topInside_list .slick-prev:after {
  background-color: #fff;
  width: 3px;
  height: 25px;
  left: 21px;
}

.topInside_list .slick-prev:before {
  margin-top: -21px;
}

.topInside_list .slick-prev:after {
  margin-top: -5px;
}

.topInside_list .slick-next {
  background-color: #333;
  width: 50px;
  height: 50px;
  right: 20px;
}

.topInside_list .slick-next:hover, .topInside_list .slick-next:focus {
  background-color: #333;
}

.topInside_list .slick-next:before, .topInside_list .slick-next:after {
  background-color: #fff;
  width: 3px;
  height: 25px;
  left: 26px;
}

.topInside_list .slick-next:before {
  margin-top: -21px;
}

.topInside_list .slick-next:after {
  margin-top: -5px;
}

.topInside_list_item {
  margin: 0 25px;
}

.topInside_list_item img {
  width: 100%;
}

.topInside_list_item .-txt {
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .topMv_list {
    height: 100%;
  }
  .topMv_list .slick-prev:before, .topMv_list .slick-prev:after {
    background-color: #333;
    width: 2px;
    height: 20px;
    left: 20px;
  }
  .topMv_list .slick-prev:before {
    margin-top: -8px;
  }
  .topMv_list .slick-prev:after {
    margin-top: 6px;
  }
  .topMv_list .slick-next:before, .topMv_list .slick-next:after {
    background-color: #333;
    width: 2px;
    height: 20px;
    left: 16px;
  }
  .topMv_list .slick-next:before {
    margin-top: -8px;
  }
  .topMv_list .slick-next:after {
    margin-top: 6px;
  }
  .topMv_list li {
    min-height: 220px;
  }
  .topMv_txt01 {
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 10%;
    padding: 10px;
    max-width: 180px;
  }
  .topNews {
    padding: 30px 0;
    display: block;
  }
  .topNews_left {
    width: 100%;
  }
  .topNews_left_title {
    text-align: center;
    font-size: 2.8rem;
    position: relative;
  }
  .topNews_left_title:before {
    left: 50%;
    margin-left: -20px;
  }
  .topNews_list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 92%;
    margin: 20px auto 0;
  }
  .topNews_list_item {
    border-left: 0px solid #eee;
    padding: 20px 0px 20px 0px;
  }
  .topNews_list_item .-date {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .topNews_list_item .-category {
    font-size: 1.3rem;
    margin-right: 0px;
    min-width: 80px;
    padding: 2px 5px;
  }
  .topNews_list_item .-link {
    display: block;
  }
  .topNews_link {
    margin-top: 20px;
    text-align: center;
  }
  .topMessage01 {
    padding: 130px 0;
    background: url(../img/topMessage01_bg.png) center center no-repeat;
    background-size: cover;
    color: #fff;
  }
  .topMessage01_title {
    font-size: 2.8rem;
  }
  .topMessage01_txt {
    text-align: center;
    margin-top: 30px;
    line-height: 2.2;
  }
  .topMessage02 {
    margin-top: -120px;
    padding: 100px 0 50px;
    background: none;
  }
  .topMessage02_spImg {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .topMessage02_title {
    font-size: 2.8rem;
  }
  .topMessage02_txt {
    margin-top: 20px;
  }
  .topMessage02_link {
    margin-top: 30px;
    text-align: center;
  }
  .topPerson {
    padding: 40px 0 40px;
  }
  .topPerson_title {
    font-size: 2.6rem;
    text-align: center;
  }
  .topPerson_txt {
    line-height: 2.2;
  }
  .topPerson_dtl {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 70px;
  }
  .topPerson_left {
    width: 100%;
    min-height: auto;
    padding: 10px;
    display: block;
  }
  .topPerson_left_title {
    font-size: 2.6rem;
  }
  .topPerson_left_title:before {
    width: 50px;
  }
  .topPerson_left_txt {
    margin-top: 15px;
  }
  .topPerson_list {
    width: 100%;
  }
  .topPerson_list .slick-prev {
    background-color: #333;
    width: 40px;
    height: 40px;
    bottom: auto;
    top: 50%;
    right: auto;
    left: 0;
  }
  .topPerson_list .slick-prev:hover, .topPerson_list .slick-prev:focus {
    background-color: #333;
  }
  .topPerson_list .slick-prev:before, .topPerson_list .slick-prev:after {
    background-color: #fff;
    width: 2px;
    height: 20px;
    left: 18px;
  }
  .topPerson_list .slick-prev:before {
    margin-top: -17px;
  }
  .topPerson_list .slick-prev:after {
    margin-top: -3px;
  }
  .topPerson_list .slick-next {
    background-color: #333;
    width: 40px;
    height: 40px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 0;
  }
  .topPerson_list .slick-next:hover, .topPerson_list .slick-next:focus {
    background-color: #333;
  }
  .topPerson_list .slick-next:before, .topPerson_list .slick-next:after {
    background-color: #fff;
    width: 2px;
    height: 20px;
    left: 23px;
  }
  .topPerson_list .slick-next:before {
    margin-top: -17px;
  }
  .topPerson_list .slick-next:after {
    margin-top: -3px;
  }
  .topPerson_list_item {
    width: 100%;
    min-height: 300px !important;
  }
  .topPerson_list_item .-txt {
    min-height: 80px;
    padding: 10px 10px;
  }
  .topPerson_list_item .-txt_role {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .topCompany {
    padding: 40px 0 40px;
  }
  .topCompany_title {
    font-size: 2.8rem;
  }
  .topCompany_txt {
    margin-top: 20px;
  }
  .topCompany_imgList {
    margin: 20px auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .topCompany_imgList_item {
    margin-top: 15px;
    width: 33%;
  }
  .topCompany_imgList_item img {
    max-height: 42px;
  }
  .topCompany_link {
    margin-top: 30px;
  }
  .topInside {
    padding: 40px 0;
  }
  .topInside_title {
    font-size: 2.8rem;
  }
  .topInside_title:before {
    width: 40px;
    margin-left: -20px;
  }
  .topInside_list {
    margin-top: 30px;
  }
  .topInside_list .slick-prev {
    background-color: #333;
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .topInside_list .slick-prev:hover, .topInside_list .slick-prev:focus {
    background-color: #333;
  }
  .topInside_list .slick-prev:before, .topInside_list .slick-prev:after {
    background-color: #fff;
    width: 2px;
    height: 20px;
    left: 17px;
  }
  .topInside_list .slick-prev:before {
    margin-top: -16px;
  }
  .topInside_list .slick-prev:after {
    margin-top: -3px;
  }
  .topInside_list .slick-next {
    background-color: #333;
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .topInside_list .slick-next:hover, .topInside_list .slick-next:focus {
    background-color: #333;
  }
  .topInside_list .slick-next:before, .topInside_list .slick-next:after {
    background-color: #fff;
    width: 2px;
    height: 20px;
    left: 22px;
  }
  .topInside_list .slick-next:before {
    margin-top: -16px;
  }
  .topInside_list .slick-next:after {
    margin-top: -3px;
  }
  .topInside_list_item {
    margin: 0 10px;
  }
  .topInside_list_item img {
    width: 100%;
  }
}

/* ----------------------------
 お知らせ
---------------------------- */
.newsList {
  border-bottom: 1px solid #ccc;
}

.newsList_wrap {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsList_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
  margin-bottom: 30px;
}

.newsList_list_item {
  padding: 25px 20px;
  border-bottom: 1px solid #ccc;
}

.newsList_list_item:first-child {
  padding-top: 60px;
}

.newsList_list_item .-date {
  display: inline-block;
  margin-right: 20px;
}

.newsList_list_item .-category {
  display: inline-block;
  background-color: #ee2626;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}

.newsList_list_item .-link {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.newsList_list_item .-link:hover {
  text-decoration: none;
}

.newsList_dtl {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsList_dtl_header .-date {
  display: inline-block;
  margin-right: 20px;
}

.newsList_dtl_header .-category {
  display: inline-block;
  background-color: #ee2626;
  color: #fff;
  padding: 2px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}

.newsList_dtl_header .-category.-color01 {
  background-color: #c3ea69;
  color: #333;
}

.newsList_dtl_header .-category.-color02 {
  background-color: #3acdda;
  color: #333;
}

.newsList_dtl_header .-category.-color03 {
  background-color: #ee2626;
}

.newsList_dtl_title {
  color: #333;
  font-size: 37px;
  font-size: 3.7rem;
  margin-top: 10px;
  position: relative;
}

.newsList_dtl_title:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.newsList_dtl_content p {
  line-height: 2.1;
  margin-top: 20px;
}

.newsList_dtl_content h2 {
  margin-top: 40px;
  background-color: #e5001b;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 5px 30px 10px;
  position: relative;
}

.newsList_dtl_content h2:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 48%;
  left: 0px;
}

.newsList_dtl_content h3 {
  margin-top: 40px;
  border: 1px solid #e5001b;
  color: #333;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 15px 20px;
  position: relative;
  line-height: 1;
}

.newsList_dtl_content h3:before {
  content: '';
  width: 3px;
  height: 60%;
  background-color: #e5001b;
  position: absolute;
  top: 20%;
  left: 0px;
}

.newsList_dtl_content h4 {
  margin-top: 40px;
  border-bottom: 1px solid #e5001b;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 10px;
}

.newsList_dtl_content h5 {
  margin-top: 40px;
  border-left: 5px solid #e5001b;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 10px;
  line-height: 1;
}

.newsList_dtl_content h6 {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

.newsList_side {
  width: 25%;
  min-width: 200px;
  border-left: 1px solid #ccc;
  padding-left: 0px;
  padding-bottom: 30px;
}

.newsList_side_title {
  margin-top: 60px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}

.newsList_side_title:before {
  content: '';
  position: absolute;
  background-color: #ee2626;
  top: 0;
  left: 0px;
  width: 5px;
  height: 100%;
}

.newsList_side_list {
  margin-top: 20px;
}

.newsList_side_list .-item {
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.3;
}

.newsList_side_list .-item span {
  display: block;
}

.newsList_side_list .-item:before {
  content: '';
  position: absolute;
  background-color: #ee2626;
  top: 12px;
  left: 0px;
  width: 10px;
  height: 2px;
}

.newsList_side_list .-item a {
  color: #003993;
  text-decoration: underline;
}

.newsList_side_list .-item a:hover {
  text-decoration: none;
}

.newsPager {
  padding: 10px 0 50px;
}

.newsNextPrev {
  border-bottom: 1px solid #ccc;
}

.newsNextPrev_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.newsNextPrev_list_item {
  padding: 50px 0;
  width: 50%;
}

.newsNextPrev_list_item a {
  display: block;
  position: relative;
}

.newsNextPrev_list_item a .-title span {
  display: block;
  color: #ee2626;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}

.newsNextPrev_list_item.-prev a {
  padding-left: 50px;
  background: url(../img/arrow02_l.png) center left 15px no-repeat;
  background-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsNextPrev_list_item.-prev a:hover {
  background: url(../img/arrow02_l.png) center left 5px no-repeat;
  background-size: 12px;
}

.newsNextPrev_list_item.-next {
  border-left: 1px solid #ccc;
  text-align: right;
}

.newsNextPrev_list_item.-next a {
  background: url(../img/arrow02_r.png) center right 15px no-repeat;
  background-size: 12px;
  padding-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsNextPrev_list_item.-next a:hover {
  background: url(../img/arrow02_r.png) center right 5px no-repeat;
  background-size: 12px;
}

.newsToList {
  padding: 50px 0;
  text-align: center;
}

.newsToList a {
  color: #003993;
  text-decoration: underline;
}

.newsToList a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 769px) {
  .newsList {
    border-bottom: 0px solid #ccc;
  }
  .newsList_wrap {
    display: block;
  }
  .newsList_list {
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .newsList_list_item {
    padding: 15px 10px;
  }
  .newsList_list_item:first-child {
    padding-top: 30px;
  }
  .newsList_list_item .-date {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .newsList_list_item .-category {
    font-size: 1.3rem;
    margin-right: 0px;
    min-width: 80px;
    padding: 2px 5px;
  }
  .newsList_list_item .-link {
    display: block;
  }
  .newsList_dtl {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
  .newsList_dtl_header .-date {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .newsList_dtl_header .-category {
    font-size: 1.3rem;
    margin-right: 0px;
    min-width: 80px;
    padding: 2px 5px;
    text-align: center;
  }
  .newsList_dtl_title {
    font-size: 2.6rem;
    margin-top: 5px;
    position: relative;
    padding-left: 40px;
  }
  .newsList_dtl_title:before {
    width: 30px;
    left: -0px;
  }
  .newsList_dtl_content p {
    margin-top: 10px;
  }
  .newsList_dtl_content h2 {
    margin-top: 30px;
    font-size: 2.2rem;
    padding: 5px 30px 10px;
  }
  .newsList_dtl_content h3 {
    margin-top: 30px;
    font-size: 2rem;
  }
  .newsList_dtl_content h4 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .newsList_dtl_content h5 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .newsList_dtl_content h6 {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .newsList_side {
    width: 100%;
    border-left: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .newsList_side_title {
    margin-top: 30px;
    padding-left: 20px;
  }
  .newsPager {
    padding: 10px 0 30px;
  }
  .newsToList {
    padding: 30px 0;
    text-align: center;
  }
  .newsToList a {
    color: #003993;
    text-decoration: underline;
  }
  .newsNextPrev {
    border-bottom: 1px solid #ccc;
  }
  .newsNextPrev_list_item {
    padding: 10px 0;
  }
  .newsNextPrev_list_item a .-title {
    font-size: 1.4rem;
  }
  .newsNextPrev_list_item a .-title span {
    font-size: 1.8rem;
  }
  .newsNextPrev_list_item.-prev a {
    padding-left: 30px;
    background: url(../img/arrow02_l.png) center left 5px no-repeat;
    background-size: 10px;
  }
  .newsNextPrev_list_item.-prev a:hover {
    background-size: 10px;
  }
  .newsNextPrev_list_item.-next a {
    background: url(../img/arrow02_r.png) center right 5px no-repeat;
    background-size: 10px;
    padding-right: 30px;
  }
  .newsNextPrev_list_item.-next a:hover {
    background-size: 10px;
  }
}

/* ----------------------------
 interview
---------------------------- */
.interviewMv {
  background: url(../img/interview/mv.jpg) top center no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .interviewMv {
    height: 580px;
  }
}

.interviewMv_bg {
  background: url(../img/interview/mv_bg.png) top center no-repeat;
  width: 100%;
  min-height: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.interviewMv_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.interviewMv_position {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.interviewMv_dtl {
  background-color: #0845a7;
  color: #fff;
  width: 305px;
  padding: 20px 30px;
}

.interviewMv_dtl_depart {
  font-size: 14px;
  font-size: 1.4rem;
}

.interviewMv_dtl_role {
  margin-top: 7px;
  padding: 0 3px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #0845a7;
  font-size: 14px;
  font-size: 1.4rem;
}

.interviewMv_dtl_name {
  font-weight: normal;
  margin-top: 15px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 5px;
}

.interviewMv_dtl_name span {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
}

.interviewMv_dtl_name:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.interviewMv_dtl_txt01 {
  margin-top: 10px;
  line-height: 1.5;
}

.interviewMv_dtl_txt02 {
  margin-top: 10px;
  background-color: #3361a9;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.interviewMv_read_txt {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.interviewMv_read_breadCrumb {
  width: 100%;
  padding: 10px;
}

.interviewMv_read_breadCrumb_list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 40px;
}

.interviewMv_read_breadCrumb_list:before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #fc3131;
  position: absolute;
  top: 13px;
  left: 20px;
}

.interviewMv_read_breadCrumb_list .-item span,
.interviewMv_read_breadCrumb_list .-item a {
  display: inline-block;
  margin-right: 15px;
  padding-right: 10px;
  position: relative;
  color: #0e0f23;
}

.interviewMv_read_breadCrumb_list .-item a {
  position: relative;
  color: #0e0f23;
  text-decoration: underline;
}

.interviewMv_read_breadCrumb_list .-item a:after {
  content: '>';
  color: #333;
  position: absolute;
  top: 0;
  right: -8px;
}

.interviewContents {
  padding: 100px 0 40px;
}

.interviewContents_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.interviewContents_sec01 {
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interviewContents_sec01_title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #0e0f23;
  position: relative;
}

.interviewContents_sec01_title:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.interviewContents_sec01_dtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interviewContents_sec01_dtl .-img {
  width: 40%;
}

.interviewContents_sec01_dtl .-txt {
  width: 55%;
  line-height: 2.2;
}

.interviewContents_sec02 {
  background-color: #ddd9d3;
  padding-bottom: 60px;
}

.interviewContents_sec02_title {
  padding-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0e0f23;
  position: relative;
}

.interviewContents_sec02_title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #003993;
  position: absolute;
  top: 0;
  left: 0px;
}

.interviewContents_sec02_dtl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-top: 20px;
}

.interviewContents_sec02_dtl01 .-img {
  width: 40%;
}

.interviewContents_sec02_dtl01 .-txt {
  width: 55%;
  line-height: 2.2;
}

.interviewContents_sec02_dtl02 {
  margin-top: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.interviewContents_sec02_dtl02 .-title {
  padding-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #0e0f23;
  position: relative;
}

.interviewContents_sec02_dtl02 .-title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #003993;
  position: absolute;
  top: 0;
  left: 0px;
}

.interviewContents_sec02_dtl02 .-img {
  width: 40%;
}

.interviewContents_sec02_dtl02 .-img img {
  width: 100%;
  height: 100%;
}

.interviewContents_sec02_dtl02 .-txt {
  width: 55%;
  line-height: 2.2;
  padding-bottom: 20px;
  padding-right: 20px;
}

.interviewPerson {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.interviewPerson_title {
  text-align: center;
  font-size: 37px;
  font-size: 3.7rem;
  color: #003993;
  position: relative;
}

.interviewPerson_title:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
}

.interviewPerson_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.interviewPerson_list_item {
  width: 32%;
}

.interviewPerson_list_item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.interviewPerson_list_item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.interviewPerson_list_item a .-img {
  background: url(https://placehold.jp/150x150.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  position: relative;
}

.interviewPerson_list_item a .-img .-role {
  background-color: #e5001b;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.interviewPerson_list_item a .-txt {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 769px) {
  .interviewMvSp {
    background: url(../img/interview/mv.jpg) top center no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
  }
  .interviewMvSp_bg {
    background: url(../img/interview/mv_bg.png) top center no-repeat;
    width: 100%;
    min-height: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .interviewMvSp_bg_txt {
    position: absolute;
    bottom: 15px;
    left: 0%;
    padding: 3% 5%;
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
  }
  .interviewMv {
    height: 480px;
  }
  .interviewMv_dtl {
    margin: 0 auto;
    max-width: 380px;
    width: 92%;
    padding: 10px 15px;
  }
  .interviewMv_dtl_depart {
    font-size: 1.2rem;
  }
  .interviewMv_dtl_role {
    margin-top: 5px;
    padding: 0 3px;
    font-size: 1.2rem;
  }
  .interviewMv_dtl_name {
    font-size: 2.6rem;
    margin-top: 10px;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .interviewMv_dtl_name span {
    font-size: 1.2rem;
  }
  .interviewMv_dtl_name:after {
    bottom: 0px;
  }
  .interviewMv_dtl_txt01 {
    font-size: 1.4rem;
  }
  .interviewMv_dtl_txt02 {
    padding: 7px;
  }
  .interviewContents {
    padding: 20px 0 40px;
  }
  .interviewContents_sec01 {
    padding-bottom: 40px;
  }
  .interviewContents_sec01_title {
    font-size: 2rem;
    padding-left: 40px;
  }
  .interviewContents_sec01_title:before {
    width: 30px;
    left: 0px;
  }
  .interviewContents_sec01_dtl {
    display: block;
  }
  .interviewContents_sec01_dtl .-img {
    width: 100%;
  }
  .interviewContents_sec01_dtl .-img img {
    width: 100%;
  }
  .interviewContents_sec01_dtl .-txt {
    width: 100%;
    line-height: 2.2;
  }
  .interviewContents_sec02 {
    padding-bottom: 40px;
  }
  .interviewContents_sec02_title {
    padding-top: 10px;
    font-size: 2rem;
  }
  .interviewContents_sec02_title:before {
    content: '';
    width: 40px;
    height: 3px;
  }
  .interviewContents_sec02_dtl01 {
    display: block;
    margin-top: 10px;
  }
  .interviewContents_sec02_dtl01 .-img {
    width: 100%;
  }
  .interviewContents_sec02_dtl01 .-img img {
    width: 100%;
  }
  .interviewContents_sec02_dtl01 .-txt {
    margin-top: 10px;
    width: 100%;
  }
  .interviewContents_sec02_dtl02 {
    display: block;
    margin-top: 50px;
  }
  .interviewContents_sec02_dtl02 .-title {
    padding-top: 10px;
    font-size: 2rem;
  }
  .interviewContents_sec02_dtl02 .-title:before {
    width: 40px;
    height: 3px;
  }
  .interviewContents_sec02_dtl02 .-img {
    width: 100%;
  }
  .interviewContents_sec02_dtl02 .-img img {
    width: 100%;
    height: 100%;
  }
  .interviewContents_sec02_dtl02 .-txt {
    width: 100%;
    padding: 10px;
  }
  .interviewPerson {
    padding-top: 40px;
  }
  .interviewPerson_title {
    font-size: 2.8rem;
  }
  .interviewPerson_title:before {
    content: '';
    width: 40px;
    margin-left: -20px;
  }
  .interviewPerson_list {
    display: block;
    margin-top: 30px;
  }
  .interviewPerson_list_item {
    width: 100%;
    margin-top: 20px;
  }
  .interviewPerson_list_item a {
    display: block;
  }
  .interviewPerson_list_item a .-txt {
    font-size: 1.6rem;
  }
}

/* ----------------------------
 エントリーフォーム
---------------------------- */
.form {
  padding: 20px 0 40px;
}

.form_wrap {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.form_title {
  margin-top: 10px;
}

.form_tbl {
  width: 100%;
  margin-top: 30px;
}

.form_tbl tr:nth-child(odd) th,
.form_tbl tr:nth-child(odd) td {
//  background: #ebe9e6;
	border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;	
}

.form_tbl tr.-privacy th,
.form_tbl tr.-privacy td {
  background: #fff !important;
  text-align: center;
}

.form_tbl tr.-privacy a {
  text-decoration: underline;
  color: #2c8ae2;
}

.form_tbl th {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  width: 280px;
  vertical-align: top;
  line-height: 2;
  padding: 15px 20px 15px 30px;
}

.form_tbl th .-req {
  padding: 5px 5px;
  display: inline-block;
  background-color: #e5001b;
  color: #fff;
  margin-right: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  min-width: 35px;
}

.form_tbl th .-free {
  min-width: 35px;
  display: inline-block;
  margin-right: 15px;
}

.form_tbl td {
  padding: 15px 30px 15px 20px;
}

.form_tbl td .-yubin,
.form_tbl td .-pref,
.form_tbl td .-address,
.form_tbl td .-school,
.form_tbl td .-subject,
.form_tbl td .-graduate {
  margin-top: 5px;
}

.form_tbl td .-yubin span,
.form_tbl td .-pref span,
.form_tbl td .-address span,
.form_tbl td .-school span,
.form_tbl td .-subject span,
.form_tbl td .-graduate span {
  display: inline-block;
  width: 100px;
}

.form_tbl td span {
  display: inline-block;
  margin-right: 10px;
}

.form_tbl td select {
  padding: 10px 7px;
  border: 1px solid #ddd;
}

.form_tbl td label {
  cursor: pointer;
}

.form_tbl td label.fileUpload {
  color: #aaaaaa;
  /* ラベルテキストの色を指定する */
  background-color: #006dd9;
  /* ラベルの背景色を指定する */
  padding: 10px;
  /* ラベルとテキスト間の余白を指定する */
  border: double 4px #aaaaaa;
  /* ラベルのボーダーを指定する */
}

.form_tbl td label #fileUpload {
  display: none;
}

.form_tbl td textarea {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
}

.form_tbl td input[type="text"] {
  width: 80%;
  max-width: 500px;
  border: 1px solid #ddd;
  line-height: 25px;
  outline: none;
  padding: 7px 7px;
}

.form_tbl td input[type="text"].size100 {
  width: 100%;
}

.form_tbl td input[type="text"].size80 {
  width: 80%;
}

.form_tbl td input[type="text"].size50 {
  width: 50%;
}

.form_tbl td input[type="text"].size40 {
  width: 40%;
}

.form_tbl td input[type="text"].size30 {
  width: 30%;
  min-width: 150px;
}

.form_tbl td input[type="text"].sizeMin {
  width: 80px;
}

.form_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.form_btn input[type="submit"] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.form_btn .-btn {
  display: block;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  width: 280px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  margin: 0 20px;
  background: url(../img/arrow_white.png) center right 30px no-repeat;
  background-size: 10px;
  background-color: #ee2626;
  color: #fff;
}

.form_btn .-btn:hover {
  background: url(../img/arrow_white.png) center right 20px no-repeat;
  background-size: 10px;
  background-color: #ee2626;
}

.form_btn .-btn span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_btn .-btn input[type="submit"] {
  color: #fff;
  font-weight: bold;
}

.form_btn .-btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.form_btn .-btn:hover:before {
  right: 20px;
  background-color: #fff;
}

.form_btn .-btn:hover:after {
  right: 10px;
  background-color: #fff;
}

.form_btn .-btn02 {
  display: block;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  width: 280px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  color: #444;
  cursor: pointer;
  margin: 0 20px;
  background: url(../img/arrow02_l.png) center left 30px no-repeat;
  background-size: 10px;
  background-color: #e6e1e1;
}

.form_btn .-btn02:hover {
  background: url(../img/arrow02_l.png) center left 20px no-repeat;
  background-size: 10px;
  background-color: #e6e1e1;
}

.form_btn .-btn02 span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_btn .-btn02 input[type="submit"] {
  color: #444;
  font-weight: bold;
}

.form_btn .-btn02:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.form_btn .-btn02:hover:before {
  right: 20px;
  background-color: #fff;
}

.form_btn .-btn02:hover:after {
  right: 10px;
  background-color: #fff;
}

.formCopm {
  padding: 60px 0;
}

.formCopm_wrap {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.formCopm_title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 10px;
  text-align: center;
}

.formCopm_txt {
  text-align: center;
  margin-top: 10px;
}

.formCopm_dtl {
  background-color: #ece2d5;
  padding: 40px 140px;
  margin-top: 40px;
}

.formCopm_dtl_title {
  text-align: center;
}

.formCopm_dtl_title img {
  max-width: 200px;
}

.formCopm_dtl_info {
  padding: 40px 80px;
  background-color: #fff;
  margin-top: 40px;
}

.formCopm_dtl_info_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formCopm_dtl_info_list .-list {
  width: 45%;
}

.formCopm_dtl_info_list .-list a {
  display: block;
  padding: 10px 0 10px 60px;
  font-size: 22px;
  font-size: 2.2rem;
}

.formCopm_dtl_info_list .-list.-mail {
  background: url(../img/icon_mail.png) center left no-repeat;
  background-size: 45px;
}

.formCopm_dtl_info_list .-list.-tel {
  background: url(../img/icon_tel.png) center left no-repeat;
  background-size: 45px;
}

.formCopm_dtl_info_address {
  max-width: 500px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 769px) {
  .form {
    padding: 10px 0 40px;
  }
  .form_title {
    margin-top: 0px;
  }
  .form_tbl {
    margin-top: 20px;
  }
  .form_tbl th,
  .form_tbl td {
    display: block;
  }
  .form_tbl th {
    font-size: 1.6rem;
    padding: 10px 10px 0px 10px;
    width: 100%;
  }
  .form_tbl td {
    width: 100%;
    padding: 10px 5px 10px 10px;
  }
  .form_tbl td .-yubin,
  .form_tbl td .-pref,
  .form_tbl td .-address,
  .form_tbl td .-school,
  .form_tbl td .-subject,
  .form_tbl td .-graduate {
    margin-top: 7px;
  }
  .form_tbl td .-yubin span,
  .form_tbl td .-pref span,
  .form_tbl td .-address span,
  .form_tbl td .-school span,
  .form_tbl td .-subject span,
  .form_tbl td .-graduate span {
    display: block;
    width: 100px;
  }
  .form_tbl td select {
    width: 100%;
  }
  .form_tbl td textarea {
    border: 1px solid #ddd;
    width: 100%;
  }
  .form_tbl td input[type="text"] {
    width: 100%;
    font-size: 1.4rem;
  }
  .form_tbl td input[type="text"].size100 {
    width: 100%;
  }
  .form_tbl td input[type="text"].size80 {
    width: 80%;
  }
  .form_tbl td input[type="text"].size50 {
    width: 50%;
  }
  .form_tbl td input[type="text"].size40 {
    width: 40%;
  }
  .form_tbl td input[type="text"].size30 {
    width: 30%;
    min-width: 150px;
  }
  .form_tbl td input[type="text"].sizeMin {
    width: 80px;
  }
  .form_btn {
    display: block;
    margin-top: 20px;
  }
  .form_btn .-btn {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .form_btn .-btn02 {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .formCopm {
    padding: 10px 0 0;
  }
  .formCopm_title {
    font-size: 2.4rem;
  }
  .formCopm_dtl {
    padding: 20px 20px;
    margin-top: 20px;
  }
  .formCopm_dtl_title {
    text-align: center;
  }
  .formCopm_dtl_title img {
    max-width: 200px;
  }
  .formCopm_dtl_info {
    padding: 20px 20px;
    margin-top: 20px;
  }
  .formCopm_dtl_info_list {
    display: block;
  }
  .formCopm_dtl_info_list .-list {
    width: 100%;
  }
  .formCopm_dtl_info_list .-list a {
    display: block;
    padding: 10px 0 10px 40px;
    font-size: 1.6rem;
  }
  .formCopm_dtl_info_list .-list.-mail {
    background: url(../img/icon_mail.png) center left no-repeat;
    background-size: 30px;
  }
  .formCopm_dtl_info_list .-list.-tel {
    background: url(../img/icon_tel.png) center left no-repeat;
    background-size: 30px;
  }
  .formCopm_dtl_info_address {
    max-width: 500px;
    margin: 20px auto 0;
  }
}

/* ----------------------------
 キャリア採用
---------------------------- */
.career_wrap {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.careerTop {
  padding-top: 40px;
}

.careerTop_read {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.careerTop_read_txt {
  width: 60%;
}

.careerTop_read_txt .-title {
  color: #0e0f23;
  font-size: 37px;
  font-size: 3.7rem;
  margin-top: 10px;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.3;
}

.careerTop_read_txt .-title:before {
  content: "";
  width: 165%;
  height: 1px;
  background-color: #0e0f23;
  position: absolute;
  bottom: 0px;
  left: -400px;
}

.careerTop_read_txt .-txt {
  margin-top: 30px;
  line-height: 2.2;
}

.careerTop_read_img {
  position: absolute;
  top: 60px;
  right: 0%;
  z-index: -10;
  max-width: 35%;
  width: 47%;
}

.careerRec {
  margin-top: 120px;
  padding-top: 80px;
}

.careerRec_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.careerRec_list {
  max-width: 1100px;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.careerRec_list_item {
  width: 15%;
}

.careerRec_list_item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 20px 35px;
  background-color: #ebf9fb;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.careerRec_list_item a.-active {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.careerRec_list_item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.careerRec_list_item a:hover:after {
  bottom: 5px;
}

.careerRec_list_item a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  background: url(../img/arrow_b_blue.png) center center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 13px;
  margin-left: -8px;
}

.careerRec_list_item figure {
  width: 100%;
}

.careerRec_list_item figure img {
  max-width: 80px;
  height: 45px;
}

.careerRec_list_item figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 15px;
}

.careerFlow {
  padding-top: 80px;
}

.careerFlow_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.careerFlow_list .-num {
  background-color: #35c4d3;
  color: #fff;
}

.careerFlow_list .-wrap {
  background-color: #c2edf2;
}

.careerFlow_list .-txt01 {
  border-bottom: 1px solid #0e0f23 !important;
}

.careerDtl .careerRec {
  margin-top: 80px;
  padding-top: 0;
}

.careerDtl .careerRec_list {
  margin-top: 20px;
}

.careerJob {
  margin: 80px auto 0;
  width: 92%;
  max-width: 1100px;
  padding: 50px;
  border: 3px solid #e7eff7;
}

.careerJob_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.careerJob_name_img {
  max-width: 80px;
  margin-right: 30px;
}

.careerJob_name_img img {
  height: 50px;
}

.careerJob_name_title {
  font-size: 36px;
  font-size: 3.6rem;
}

.careerJob_txt {
  margin-top: 20px;
  line-height: 20px;
  line-height: 2rem;
}

.careerJob_title {
  color: #0e0f23;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
}

.careerJob_title:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: 0px;
}

.careerJob_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 25px;
}

.careerJob_list_item {
  margin-top: 5px;
  width: 45%;
}

.careerPoint {
  width: 92%;
  max-width: 1100px;
  margin: 120px auto 0;
}

.careerPoint_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.careerPoint_tbl {
  margin-top: 30px;
}

@media only screen and (max-width: 769px) {
  .careerTop {
    padding-top: 10px;
  }
  .careerTop_read_txt {
    width: 100%;
  }
  .careerTop_read_txt .-title {
    color: #0e0f23;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  .careerTop_read_txt .-title:before {
    width: 100%;
    bottom: 0px;
    left: 0%;
  }
  .careerTop_read_txt .-txt {
    margin-top: 10px;
  }
  .careerTop_read_img {
    margin-top: 20px;
    position: static;
    max-width: 769px;
    width: 100%;
  }
  .careerRec {
    margin-top: 40px;
    padding-top: 0px;
  }
  .careerRec_title {
    font-size: 2.4rem;
  }
  .careerRec_list {
    width: 92%;
    margin: 20px auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .careerRec_list_item {
    width: 48%;
    margin-top: 10px;
  }
  .careerFlow {
    padding-top: 40px;
  }
  .careerFlow_title {
    font-size: 2.4rem;
  }
  .careerFlow_list .-num {
    background-color: #35c4d3;
    color: #fff;
  }
  .careerFlow_list .-wrap {
    background-color: #c2edf2;
  }
  .careerFlow_list .-txt01 {
    border-bottom: 1px solid #0e0f23 !important;
  }
  .careerDtl .careerRec {
    margin-top: 40px;
  }
  .careerJob {
    margin: 10px auto 0;
    padding: 15px 8px;
    border: 3px solid #e7eff7;
  }
  .careerJob_name_img {
    max-width: 50px;
    margin-right: 10px;
  }
  .careerJob_name_title {
    font-size: 2rem;
  }
  .careerJob_txt {
    margin-top: 10px;
    line-height: 1.6;
  }
  .careerJob_title {
    margin-top: 20px;
  }
  .careerJob_list {
    display: block;
    padding-left: 10px;
  }
  .careerJob_list_item {
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 2em;
  }
  .careerPoint {
    margin: 40px auto 0;
  }
  .careerPoint_title {
    text-align: center;
    font-size: 2.4rem;
  }
  .careerPoint_tbl {
    margin-top: 10px;
  }
}

/* ----------------------------
 QA
---------------------------- */
.qa {
  width: 92%;
  max-width: 1100px;
  margin: 40px auto 0;
}

.qa_title {
  margin-top: 10px;
}

.qa_list {
  margin-top: 30px;
}

.qa_list_item {
  margin-top: 50px;
}

.qa_list_item .-title {
  padding: 10px 20px 10px 70px;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0e0f23;
  border-bottom: 3px solid #0e0f23;
}

.qa_list_item .-title:before {
  content: '';
  background: url(../img/qa/icon_qa.png) center left 10px no-repeat;
  background-size: 40px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
}

.qa_list_item .-dtl {
  padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 769px) {
  .qa {
    margin: 20px auto 0;
  }
  .qa_title {
    margin-top: 10px;
  }
  .qa_list {
    margin-top: 10px;
  }
  .qa_list_item {
    margin-top: 20px;
  }
  .qa_list_item .-title {
    padding: 10px 20px 10px 50px;
    font-size: 1.8rem;
    color: #0e0f23;
    border-bottom: 2px solid #0e0f23;
  }
  .qa_list_item .-title:before {
    content: '';
    background: url(../img/qa/icon_qa.png) center left 10px no-repeat;
    background-size: 30px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
  .qa_list_item .-dtl {
    padding: 15px;
  }
}

/* ----------------------------
 新卒
---------------------------- */
.newGraTop {
  padding-top: 50px;
}

.newGraTop_wrap {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.newGraTop_title {
  color: #0e0f23;
  font-size: 37px;
  font-size: 3.7rem;
  margin-top: 10px;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.3;
}

.newGraTop_title:before {
  content: '';
  width: 120%;
  height: 1px;
  background-color: #0e0f23;
  position: absolute;
  bottom: 0px;
  left: -50%;
}

.newGraTop_read {
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.newGraTop_read_txt {
  width: 52%;
}

.newGraTop_read_txt .-txt01 {
  line-height: 1.5;
  font-size: 22px;
  font-size: 2.2rem;
}

.newGraTop_read_txt .-txt01 span {
  display: inline-block;
  padding: 3px 5px;
  font-weight: bold;
  background-color: #b6d857;
  margin-top: 10px;
}

.newGraTop_read_txt .-txt02 {
  margin-top: 30px;
  line-height: 2.2;
}

.newGraTop_read_img {
  width: 45%;
}

.newGraPoint {
  width: 92%;
  max-width: 1100px;
  margin: 120px auto 0;
}

.newGraPoint_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.newGraPoint_tbl {
  margin-top: 30px;
}

.newGraFlow {
  padding-top: 80px;
}

.newGraFlow_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.newGraFlow_list .-num {
  background-color: #b8ea57;
}

.newGraFlow_list .-wrap {
  background-color: #f1fbdd;
}

.newGraSchedule {
  padding-top: 80px;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.newGraSchedule_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
}

.newGraSchedule_wrap {
  margin-top: 30px;
}

.newGraSchedule_wrap_title {
  cursor: pointer;
  color: #fff;
  background-color: #0e0f23;
  padding: 10px 60px 10px 15px;
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newGraSchedule_wrap_title:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.newGraSchedule_wrap_title.-active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.newGraSchedule_wrap_title.-active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.newGraSchedule_wrap_title:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

.newGraSchedule_wrap_title:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  width: 3px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  position: absolute;
  top: 18px;
  right: 33px;
}

.newGraSchedule_wrap_dtl {
  display: none;
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.newGraSchedule_wrap_dtl .-tbl th {
  width: 150px;
  color: #0e0f23;
  vertical-align: top;
}

.newGraSchedule_wrap_dtl .-tbl th,
.newGraSchedule_wrap_dtl .-tbl td {
  padding: 8px 5px;
}

.newGraQa {
  padding: 60px 0;
  width: 92%;
  max-width: 1100px;
  background: url(../img/newGra/newGra_bg.png) center center no-repeat;
  background-size: cover;
  margin: 80px auto 0;
}

.newGraQa_title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
}

.newGraQa_link {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 769px) {
  .newGraTop {
    padding-top: 10px;
  }
  .newGraTop_title {
    color: #0e0f23;
    font-size: 2.8rem;
    padding-bottom: 20px;
  }
  .newGraTop_title:before {
    width: 100%;
    bottom: 0px;
    left: 0%;
  }
  .newGraTop_read {
    margin: 20px auto;
    display: block;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .newGraTop_read_txt {
    width: 100%;
  }
  .newGraTop_read_txt .-txt01 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .newGraTop_read_txt .-txt01 span {
    margin-top: 7px;
  }
  .newGraTop_read_txt .-txt02 {
    margin-top: 10px;
  }
  .newGraTop_read_img {
    width: 100%;
  }
  .newGraPoint {
    margin: 40px auto 0;
  }
  .newGraPoint_title {
    font-size: 2.8rem;
  }
  .newGraPoint_tbl {
    margin-top: 20px;
  }
  .newGraFlow {
    padding-top: 40px;
  }
  .newGraFlow_title {
    font-size: 2.8rem;
  }
  .newGraSchedule {
    padding-top: 40px;
  }
  .newGraSchedule_title {
    font-size: 2.8rem;
    margin-bottom: 0px;
  }
  .newGraSchedule_wrap {
    margin-top: 15px;
  }
  .newGraSchedule_wrap_title {
    color: #fff;
    background-color: #0e0f23;
    padding: 10px 50px 10px 10px;
    font-size: 1.8rem;
  }
  .newGraSchedule_wrap_title:before {
    width: 20px;
    height: 2px;
    right: 12px;
  }
  .newGraSchedule_wrap_title:after {
    width: 2px;
    height: 20px;
    top: 50%;
    right: 21px;
    margin-top: -9px;
  }
  .newGraSchedule_wrap_dtl {
    padding: 10px 10px 20px;
  }
  .newGraSchedule_wrap_dtl .-tbl th {
    width: 60px;
    color: #0e0f23;
  }
  .newGraSchedule_wrap_dtl .-tbl th,
  .newGraSchedule_wrap_dtl .-tbl td {
    padding: 8px 5px;
  }
  .newGraSchedule_wrap .-link {
    width: 92%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .newGraSchedule_wrap .-link a {
    margin-top: 10px;
  }
  .newGraQa {
    padding: 40px 0;
    margin: 40px auto 0;
  }
  .newGraQa_title {
    font-size: 2.8rem;
  }
  .newGraQa_link {
    margin-top: 30px;
  }
}

/* ----------------------------
 QA
---------------------------- */
.company_wrap {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.companyMv {
  background: url(../img/company/companyMv.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 150px;
}

.companyMv_title {
  width: 50%;
  color: #0e0f23;
  font-size: 37px;
  font-size: 3.7rem;
  margin-top: 10px;
  position: relative;
  line-height: 1.6;
  padding-bottom: 20px;
}

.companyMv_title:before {
  content: "";
  width: 140%;
  height: 1px;
  background-color: #0e0f23;
  position: absolute;
  bottom: 0;
  left: -30%;
}

.companyMv_txt {
  margin-top: 30px;
  width: 50%;
  color: #0e0f23;
  line-height: 2;
}

.companyInfo {
  margin-top: 90px;
}

.companyInfo_title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #0e0f23;
  position: relative;
}

.companyInfo_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.companyInfo_tbl {
  width: 100%;
  margin-top: 30px;
}

.companyInfo_tbl tr th,
.companyInfo_tbl tr td {
  padding: 20px 10px;
}

.companyInfo_tbl tr th {
  width: 30%;
  max-width: 280px;
  vertical-align: top;
}

.companyInfo_tbl tr:nth-child(odd) th,
.companyInfo_tbl tr:nth-child(odd) td {
  background: #ececeb;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.companyDesc {
  margin-top: 90px;
}

.companyDesc_title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #0e0f23;
  position: relative;
}

.companyDesc_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.companyDesc_txt {
  margin-top: 10px;
}

.companyDesc_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.companyDesc_list_item {
  width: 48%;
  padding: 30px;
  border: 1px solid #ccc;
}

.companyDesc_list_item .-title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}

.companyDesc_list_item .-link {
  text-align: center;
  margin-top: 30px;
}

.companyJob {
  margin-top: 90px;
}

.companyJob_title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #0e0f23;
  position: relative;
}

.companyJob_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.companyJob_depart {
  margin-top: 30px;
  border-left: 5px solid #e5001b;
}

.companyJob_depart.-color02 {
  border-left: 5px solid #003993;
}

.companyJob_depart.-color02 .companyJob_depart_title {
  background-color: #003993;
}

.companyJob_depart_title {
  padding: 5px;
  background-color: #e5001b;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

.companyJob_depart_list .-item {
  margin: 20px 0px 0px 20px;
  padding: 20px;
  border: 3px solid #dee9f4;
}

.companyJob_depart_list .-item_title {
  color: #003993;
  padding: 10px 10px 10px 80px;
  font-size: 24px;
  font-size: 2.4rem;
}

.companyJob_depart_list .-item_title.-job01 {
  background: url(../img/icon_job01.png) center left 20px no-repeat;
  background-size: 40px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job02 {
  background: url(../img/icon_job02.png) center left 20px no-repeat;
  background-size: 33px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job03 {
  background: url(../img/icon_job03.png) center left 20px no-repeat;
  background-size: 33px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job04 {
  background: url(../img/icon_job04.png) center left 20px no-repeat;
  background-size: 33px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job05 {
  background: url(../img/icon_job05.png) center left 20px no-repeat;
  background-size: 33px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job06 {
  background: url(../img/icon_job06.png) center left 20px no-repeat;
  background-size: 33px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job07 {
  background: url(../img/icon_job07.png) center left 20px no-repeat;
  background-size: 30px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_title.-job08 {
  background: url(../img/icon_job08.png) center left 20px no-repeat;
  background-size: 30px;
  background-color: #dee9f4;
}

.companyJob_depart_list .-item_txt {
  margin-top: 20px;
}

.companyJob_depart_list .-item_link {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.companyJob_depart_list .-item_link .mod-btn01 {
  margin-top: 10px;
  margin-right: 10px;
}

.companyStaff {
  margin-top: 90px;
}

.companyStaff_title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #0e0f23;
  position: relative;
}

.companyStaff_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.companyStaff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.companyStaff_list_item {
  width: 32%;
}

.companyStaff_list_item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.companyStaff_list_item a .-img {
  width: 100%;
  height: 235px;
  overflow: hidden;
  position: relative;
}

.companyStaff_list_item a .-img img {
  width: 100%;
  vertical-align: bottom;
}

.companyStaff_list_item a .-img .-role {
  background-color: #e5001b;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.companyStaff_list_item a .-txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.companyStaff_list_item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.companyData {
  margin-top: 90px;
}

.companyData_wrap {
  background: url(../img/company/companyData_bg.png) center center no-repeat;
  background-size: cover;
  padding: 40px 60px;
  margin-top: 30px;
}

.companyData_title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #0e0f23;
  position: relative;
}

.companyData_title:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003993;
  position: absolute;
  top: 50%;
  left: -80px;
}

.companyData_list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.companyData_list01 .-item {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.companyData_list01 .-item_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  width: 20px;
}

.companyData_list01 .-item_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.companyData_list02 {
  margin-top: 30px;
}

.companyData_list02 .-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.companyData_list02 .-item_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  min-width: 100px;
  margin-right: 10px;
}

.companyData_list02 .-item_num {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  color: #003993;
  margin-right: 20px;
}

.companyData_list02 .-item_img img {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .companyMv {
    background: none;
    padding: 0px 0 20px;
  }
  .companyMv_title {
    width: 100%;
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  .companyMv_title:before {
    width: 100%;
    left: 0%;
  }
  .companyMv_txt {
    margin-top: 10px;
    width: 100%;
  }
  .companyInfo {
    margin-top: 40px;
  }
  .companyInfo_title {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .companyInfo_title:before {
    width: 25px;
    left: -5px;
  }
  .companyInfo_tbl {
    margin-top: 20px;
  }
  .companyInfo_tbl tr th,
  .companyInfo_tbl tr td {
    padding: 10px 10px;
    font-size: 1.4rem;
  }
  .companyInfo_tbl tr th {
    width: 80px;
  }
  .companyDesc {
    margin-top: 40px;
  }
  .companyDesc_title {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .companyDesc_title:before {
    width: 25px;
    left: -5px;
  }
  .companyDesc_txt {
    margin-top: 10px;
  }
  .companyDesc_list {
    margin-top: 20px;
    display: block;
  }
  .companyDesc_list_item {
    width: 100%;
    padding: 20px;
    margin-top: 10px;
  }
  .companyDesc_list_item .-title {
    font-size: 2rem;
  }
  .companyDesc_list_item .-link {
    margin-top: 20px;
  }
  .companyJob {
    margin-top: 40px;
  }
  .companyJob_title {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .companyJob_title:before {
    width: 25px;
    left: -5px;
  }
  .companyJob_depart {
    margin-top: 20px;
  }
  .companyJob_depart_title {
    color: #fff;
    font-size: 2rem;
  }
  .companyJob_depart_list .-item {
    margin: 10px 0px 0px 10px;
    padding: 10px;
  }
  .companyJob_depart_list .-item_title {
    font-size: 2rem;
    color: #003993;
    padding: 10px 10px 10px 50px;
  }
  .companyJob_depart_list .-item_title.-job01 {
    background: url(../img/icon_job01.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job02 {
    background: url(../img/icon_job02.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job03 {
    background: url(../img/icon_job03.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job04 {
    background: url(../img/icon_job04.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job05 {
    background: url(../img/icon_job05.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job06 {
    background: url(../img/icon_job06.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job07 {
    background: url(../img/icon_job07.png) center left 15px no-repeat;
    background-size: 28px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_title.-job08 {
    background: url(../img/icon_job08.png) center left 15px no-repeat;
    background-size: 25px;
    background-color: #dee9f4;
  }
  .companyJob_depart_list .-item_txt {
    margin-top: 20px;
  }
  .companyJob_depart_list .-item_link {
    margin-top: 20px;
    display: block;
  }
  .companyJob_depart_list .-item_link .mod-btn01 {
    margin-top: 10px;
    margin-right: 0px;
  }
  .companyJob_depart_list .-item_link .mod-btn01 a {
    width: 100%;
    font-size: 1.6rem;
  }
  .companyStaff {
    margin-top: 40px;
  }
  .companyStaff_title {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .companyStaff_title:before {
    width: 25px;
    left: -5px;
  }
  .companyStaff_list {
    display: block;
    margin-top: 10px;
  }
  .companyStaff_list_item {
    width: 100%;
    margin-top: 30px;
  }
  .companyData {
    margin-top: 40px;
  }
  .companyData_title {
    font-size: 2.2rem;
    padding-left: 30px;
  }
  .companyData_title:before {
    width: 25px;
    left: -5px;
  }
  .companyData_wrap {
    padding: 0px 10px 30px 10px;
    margin-top: 0px;
  }
  .companyData_list01 {
    display: block;
    margin-top: 0px;
    margin-top: 20px;
  }
  .companyData_list01 .-item {
    display: block;
    width: 100%;
  }
  .companyData_list01 .-item_title {
    font-size: 2rem;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .companyData_list01 .-item_img {
    margin-top: 10px;
    text-align: center;
  }
  .companyData_list01 .-item_img img {
    width: 80%;
    max-width: 420px;
  }
  .companyData_list02 {
    margin-top: 30px;
  }
  .companyData_list02 .-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .companyData_list02 .-item_title {
    font-size: 2rem;
    min-width: 80px;
  }
  .companyData_list02 .-item_num {
    font-size: 3.6rem;
    margin-right: 0px;
  }
  .companyData_list02 .-item_img {
    width: 100%;
  }
}
