@charset "UTF-8";

/* reset
---------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
input,
select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media screen and (max-width: 480px) {
  * {
    box-sizing: border-box;
  }
  * {
    opacity: 1!important;
  }
  /* for iPhone double tap bug */
}

/* base
---------------------------------------- */

body {
  font-family: 'Lucida Grande', 'segoe UI', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  background: #fff;
  font-size: 16px;
  color: #333;
}
body.ie {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

/* for IE */

img {
  vertical-align: bottom;
}
p {
  line-height: 1.5;
}
a {
  color: #103184;
}
a:hover {
  text-decoration: none;
}
a:hover .rollopa {
  opacity: 0.7;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.fs14 {
  font-size: 14px;
}
.mb25 {
  margin-bottom: 25px;
}
.mT20 {
  margin-top: 20px;
}
.mB20 {
  margin-bottom: 20px;
}
.taC {
  text-align: center;
}
.rollalpha:hover {
  opacity: .8;
}
.dN {
  display: none;
}
.column {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .column {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: inherit;
  }
}

/* header
---------------------------------------- */

#header .in {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  width: 980px;
}
#header .logo {
  padding-bottom: 20px;
}
#header .logo img {
  height: auto;
  width: 126px;
}
#header .title {
  font-weight: normal;
  position: absolute;
  left: 150px;
  bottom: 32px;
}
#header .forTop {
  position: absolute;
  right: 0;
  bottom: 32px;
}
#header .forTop a {
  background: url("/assets/styles/img/arrow_icon.png") left center no-repeat;
  display: block;
  font-size: 12px;
  padding-left: 10px;
}
#header .menuTrigger {
  display: none;
}
#header nav {
  background: #103184;
  line-height: 1;
}
#header nav ul {
  font-size: 0;
  text-align: center;
}
#header nav li {
  display: inline-block;
}
#header nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 20px 14px;
  text-decoration: none;
}
#header nav li a.current,
#header nav li a:hover {
  background: #E9F1FB;
  color: #103184;
}
#header nav li:last-child a {
  background-color: #FF1821;
  font-weight: bold;
  padding: 0 20px;
  background-image: -moz-linear-gradient( 90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
}
#header nav li:last-child a:hover {
  background: #E9F1FB;
  color: #fff;
  background-image: -moz-linear-gradient( -90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
}
#header nav li:last-child a span {
  display: inline-block;
  padding: 20px 25px 20px 20px;
  background-image: url("/assets/styles/img/icn_entry.png"), url("/assets/styles/img/blt_next.png");
  background-size: auto 16px, auto 16px;
  background-repeat: no-repeat;
  background-position: left center, right center;
}
@media screen and (min-width: 481px) {
  #header nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
@media screen and (max-width: 480px) {
  #header {
    border-bottom: 1px solid #ECF3FC;
  }
  #header .in {
    padding-top: 10px;
    width: 100%;
  }
  #header .title,
  #header .forTop {
    display: none;
  }
  #header .logo {
    margin-left: 10px;
    padding-bottom: 10px;
  }
  #header .logo img {
    height: 40px;
    width: auto;
  }
  #header .menuTrigger {
    background: #103184;
    cursor: pointer;
    display: block;
    height: 60px;
    padding-top: 13px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  #header .menuTrigger:hover {
    opacity: .8;
  }
  #header .menuTrigger span {
    background: url("/assets/styles/img/btn_menu.png") center top no-repeat;
    background-size: 20px auto;
    color: #fff;
    display: block;
    font-size: 10px;
    padding-top: 25px;
    text-align: center;
  }
  #header nav {
    background: #fff;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 100;
  }
  #header nav ul {
    border-top: 1px solid #B7C1DA;
    text-align: left;
  }
  #header nav li {
    border-bottom: 1px solid #B7C1DA;
    padding-right: 10px;
    width: 100%;
  }
  #header nav li:not(:last-child):hover {
    background-color: #E8EBF3;
  }
  #header nav li:not(:last-child) a {
    background: url("/assets/styles/img/icn_arrow_right.png") right center no-repeat;
    background-size: 15px 15px;
    color: #103184;
    padding: 15px 10px;
    width: 100%;
  }
  #header nav li:not(:last-child):hover a {
    background-image: url("/assets/styles/img/icn_arrow_right_over.png");
  }
  #header nav li:last-child {
    padding: 10px 20px;
    text-align: center;
  }
  #header nav li:last-child a {
    border-radius: 5px;
  }
}

/* breadcrumb
---------------------------------------- */

.breadcrumb {
  border-bottom: 1px dotted #000c6e;
  padding: 10px 0;
}
.breadcrumb ul li {
  display: inline-block;
  float: left;
  margin-left: 7px;
  font-size: 12px;
}
.breadcrumb ul li a {
  margin-right: 7px;
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    display: none;
  }
}

/* pageTitle
---------------------------------------- */

.pageTitle {
  margin: 0 auto;
  width: 980px;
}
.pageTitle .clearfix {
  position: relative;
}
.pageTitle .textBox {
  background: #E9F1FB;
  float: left;
  height: 400px;
  width: 410px;
}
.pageTitle .textCircle {
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  height: 370px;
  margin: 15px auto 0;
  text-align: center;
  width: 370px;
}
.pageTitle .textCircle h2 {
  color: #ff1821;
  font-size: 22px;
  padding-top: 100px;
}
.pageTitle .textCircle img {
  margin-top: 30px;
}
.pageTitle .textCircle p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 25px;
}
.pageTitle .imgBox {
  float: right;
  width: 570px;
}

/* welfare */

.welfare .pageTitle {
  margin-bottom: 40px;
}
.welfare .pageTitle img.kurumin {
  position: absolute;
  right: 20px;
  top: 20px;
}
.welfare .pageTitle .textBox {
  background-color: #F6F6F8;
}
.welfare .pageTitle .textCircle {
  background-color: #FFDDDE;
}
.welfare .pageTitle .textCircle h2 {
  color: #ff5d63;
}
@media screen and (max-width: 480px) {
  .pageTitle {
    width: 100%;
  }
  .pageTitle h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pageTitle .textBox {
    height: auto;
    width: 100%;
  }
  .pageTitle .textCircle {
    height: 300px;
    margin: 10px auto;
    width: 300px;
  }
  .pageTitle .textCircle h2 {
    font-size: 18px;
    padding-top: 60px;
  }
  .pageTitle .textCircle p {
    font-size: 12px;
  }
  .pageTitle .imgBox {
    display: none;
  }
  /* welfare */
  .welfare .pageTitle {
    margin-bottom: 20px;
  }
  .welfare .pageTitle img.kurumin {
    right: 10px;
    top: 10px;
    width: 60px;
  }
}

/* footer
---------------------------------------- */

#footer {
  border-top: 5px solid #103184;
  margin: 60px auto 0;
  padding-top: 10px;
  max-width: 980px;
}
#footer p {
  font-weight: bold;
  margin-left: 30px;
}
#footer p a {
  background: url("/assets/styles/img/icn_arrow_right.png") right center no-repeat;
  background-size: 15px 15px;
  padding-right: 20px;
}
#footer a {
  color: #103184;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .siteMap {
  margin-left: 30px;
}
#footer .siteMap ul li {
  color: #103184;
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 20px;
}
#footer .siteMap ul li a {
  background: url("/assets/styles/img/icn_arrow_simple_right.png") right center no-repeat;
  background-size: auto 8px;
  display: block;
  padding-right: 10px;
}
#footer .commonMap {
  background: #E5E5E5;
  margin-top: 20px;
}
#footer .commonMap ul {
  padding: 5px 0;
  text-align: right;
}
#footer .commonMap ul li {
  display: inline-block;
  font-size: 10px;
}
#footer .commonMap ul li:before {
  content: '｜';
}
#footer .commonMap ul li a {
  color: #666;
}
#footer .commonMap ul li a:hover {
  color: #e00034;
}
@media screen and (max-width: 480px) {
  #footer p {
    margin-left: 10px;
  }
  #footer .siteMap {
    margin-left: 10px;
  }
  #footer .commonMap ul {
    text-align: center;
  }
  #footer .commonMap ul li {
    display: none;
  }
  #footer .commonMap ul li:last-child {
    display: block;
    padding: 10px 0;
  }
  #footer .commonMap ul li:last-child:before {
    content: '';
  }
}

/* heading
---------------------------------------- */

.heading01 {
  font-size: 26px;
  margin: 40px 0;
}
.heading02 {
  border-bottom: 1px solid #BDC1E2;
  font-size: 24px;
  margin: 40px 0 30px;
  padding-bottom: 15px;
  position: relative;
}
.heading02:before {
  background: #000C6E;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
}
.heading03 {
  color: #103184;
  border-left: 3px solid #E1E3F1;
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 20px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .heading01 {
    font-size: 20px;
    margin: 20px 0;
  }
  .heading02 {
    font-size: 20px;
    margin: 20px 0;
    padding-bottom: 10px;
  }
  .heading03 {
    font-size: 16px;
  }
}

/* welfare */

.welfare .heading02 {
  border-color: #FFE1E2;
}
.welfare .heading02:before {
  background-color: #FF5D63;
}
.welfare .heading03 {
  border-color: #FFDDDE;
  color: #333;
}

/* navVoice
---------------------------------------- */

.navVoice * {
  box-sizing: border-box;
}
.navVoice {
  margin: 0 auto;
  max-width: 980px;
}
.navVoice ul {
  text-align: center;
}
.navVoice li {
  float: left;
  margin: 0 20px 20px 0;
  width: 180px;
}
.navVoice li:last-child {
  margin-right: 0;
}
.navVoice li a {
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.navVoice li img {
  display: block;
  width: 100%;
}
.navVoice p {
  background: rgba(0, 0, 0, .4);
  font-size: 14px;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.navVoice p span {
  background: url("/assets/styles/img/blt_next.png") right center no-repeat;
  background-size: auto 14px;
  display: inline-block;
  padding-right: 20px;
}
.navVoice li a:hover {
  border: 2px solid #ff1821;
}
.navVoice li a:hover p {
  padding-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .navVoice {
    margin: 0 10px;
  }
  .navVoice li {
    margin: 0 0 10px 0;
    width: 50%;
  }
  .navVoice li:nth-of-type(even) {
    padding-left: 5px;
  }
  .navVoice li:nth-of-type(odd) {
    padding-right: 5px;
  }
  .navVoice li a:hover {
    border: none;
  }
  .navVoice li a:hover p {
    padding-bottom: 5px;
  }
}

/* navRelationLink
---------------------------------------- */

.navRelationLink * {
  box-sizing: border-box;
}
.navRelationLink li {
  float: left;
  width: 470px;
}
.navRelationLink li:first-child {
  margin-right: 40px;
}
.navRelationLink a {
  border: 1px solid #adb2db;
  display: block;
  height: 200px;
  padding-top: 90px;
  padding-left: 230px;
  position: relative;
  width: 100%;
}
.navRelationLink a:hover {
  border-color: #ff1821;
}
.navRelationLink img {
  position: absolute;
  left: 0;
  top: 0;
}
.navRelationLink span {
  background: url("/assets/styles/img/icn_arrow_right.png") right center no-repeat;
  background-size: auto 14px;
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
}
.navRelationLink a:hover span {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .navRelationLink li {
    float: none;
    margin-bottom: 20px;
    width: auto;
  }
  .navRelationLink li:first-child {
    margin-right: 0;
  }
  .navRelationLink a {
    height: 110px;
    padding-top: 40px;
    padding-left: 140px;
  }
  .navRelationLink img {
    height: 108px;
  }
}

/* btnEntry
---------------------------------------- */

.btnEntry {
  margin-top: 40px;
  text-align: center;
}
.btnEntry a {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  max-width: 780px;
  padding: 20px 0;
  width: 100%;
  background-image: -moz-linear-gradient( 90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.7);
}
.btnEntry a:hover {
  color: #fff;
  background-image: -moz-linear-gradient( -90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(138, 8, 13) 3%, rgb(197, 16, 23) 55%, rgb(255, 24, 33) 100%);
}
.btnEntry a span {
  color: #fff;
  display: inline-block;
  padding: 10px 50px 10px 50px;
  text-decoration: underline;
  background-image: url("/assets/styles/img/icn_entry.png"), url("/assets/styles/img/blt_next.png");
  background-size: auto 40px, auto 28px;
  background-repeat: no-repeat;
  background-position: left center, right center;
}
.btnEntry a:hover span {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .btnEntry {
    padding: 20px;
  }
  .btnEntry a {
    font-size: 20px;
    padding: 10px 0;
  }
  .btnEntry a span {
    background-size: auto 20px, auto 14px;
    padding: 10px 30px 10px 30px;
  }
}

/* top
---------------------------------------- */

.topMain {
  background: url("/assets/styles/img/index_main_visual.jpg") center center no-repeat;
  position: relative;
  width: 100%;
}
.topMain .column {
  height: 500px;
  position: relative;
}
.topMain h2 {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 120px;
  text-shadow: 0px 2px 20px #071601;
}
.topMain h2 .lts-05 {
  letter-spacing: -.5em;
}
.topMain h2 .lts-01 {
  letter-spacing: -.1em;
}
.topMain .brand {
  background: rgba(255, 255, 255, .8);
  color: #103184;
  display: inline-block;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.topMain .brand h3 {
  background: url("/assets/styles/img/icon_mainvisu_no1.png") left 4px no-repeat;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 10px;
  padding-left: 50px;
}
.topMain .brand h3 strong {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 .2em 0 .1em;
}
.topMain .brand span {
  color: #FF1821;
}
.topMain .evaluation {
  border-top: 1px solid #103184;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}
.topMain .caption {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .topMain {
    background: url("/assets/styles/img/sp_index_main_visual.png") center center no-repeat;
    background-size: cover;
  }
  .topMain .column {
    height: 300px;
    margin: 0;
    width: 100%;
  }
  .topMain h2 {
    font-size: 16px;
    top: 80px;
    text-shadow: 0px 2px 10px #071601;
  }
  .topMain .brand {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    text-align: center;
  }
  .topMain .brand h3 {
    background-size: auto 18px;
    background-position: left top;
    font-size: 16px;
    display: inline-block;
    padding-left: 30px;
  }
  .topMain .brand h3 strong {
    font-size: 20px;
  }
  .topMain .evaluation {
    font-size: 9px;
  }
  .topMain .caption {
    font-size: 7px;
  }
}

/* topVoice
---------------------------------------- */

.topVoice {
  background: #E9F1FB;
  padding: 60px 0;
}
.topVoice .column {
  overflow: hidden;
}
.topVoice .title h1 {
  color: #103184;
  font-size: 26px;
  text-align: center;
}
.topVoice .title p {
  margin: 20px auto 0;
  width: 40em;
}
.topVoice ul {
  font-size: 0;
  text-align: center;
  margin-left: -12px;
  width: 1004px;
}
.topVoice li {
  display: inline-block;
  font-size: 16px;
  margin: 25px 12px 0;
  width: 310px;
}
.topVoice a {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.topVoice figure {
  position: relative;
}
.topVoice figcaption {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.topVoice .detail {
  background: #fff;
  padding: 10px 5px 20px;
}
.topVoice .detail p {
  color: #333;
  font-size: 14px;
}
.topVoice .btn {
  background: #103184;
  border-radius: 5px;
  color: #fff;
  margin: 10px auto 0;
  padding: 10px 0;
  width: 13em;
}
.topVoice .btn span {
  background: url("/assets/styles/img/blt_next.png") right center no-repeat;
  background-size: auto 14px;
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
}
.topVoice a:hover {
  border: 2px solid #FF1821;
}
.topVoice a:hover img {
  width: 100%;
}
.topVoice a:hover .btn {
  margin-bottom: -2px;
  opacity: .7;
}
.topVoice a:hover .btn span {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .topVoice {
    padding: 30px 0;
  }
  .topVoice .title h1 {
    font-size: 20px;
  }
  .topVoice .title p {
    width: auto;
  }
  .topVoice ul {
    margin-left: 0;
    width: auto;
  }
  .topVoice li {
    margin: 20px 0 0;
    width: auto;
  }
}

/* welfare
---------------------------------------- */


/* career
---------------------------------------- */


/* trainingSystem */

.trainingSystem p {
  margin-bottom: 1.5em;
}
.trainingSystem .fL {
  width: 610px;
}
.trainingSystem .fR {
  width: 340px;
}
.trainingSystem h3 {
  color: #103184;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.trainingSystem .caption {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .trainingSystem .fL,
  .trainingSystem .fR {
    float: none;
    width: auto;
  }
  .trainingSystem h3 {
    margin-top: 20px;
  }
}

/* careerPathImg */

.careerPathImg {
  background: url("/assets/styles/img/career_row02_bg03.png") center 0 no-repeat;
  height: 230px;
  margin: 20px 0;
  position: relative;
  width: 980px;
}
.careerPathImg p {
  position: absolute;
}
.careerPathImg .txt01 {
  color: #ffffff;
  left: 246px;
  top: 142px;
}
.careerPathImg .txt02 {
  color: #103184;
  left: 74px;
  top: 183px;
}
.careerPathImg .txt03 {
  color: #103184;
  left: 280px;
  top: 183px;
}
.careerPathImg .txt04 {
  color: #103184;
  left: 474px;
  top: 183px;
}
.careerPathImg .txt05 {
  color: #ffffff;
  left: 655px;
  top: 12px;
}
.careerPathImg .txt06 {
  color: #7A9F34;
  left: 473px;
  top: 53px;
}
.careerPathImg .txt07 {
  color: #7A9F34;
  left: 658px;
  top: 53px;
}
.careerPathImg .txt08 {
  color: #7A9F34;
  left: 853px;
  top: 53px;
}

/* employee_voice
---------------------------------------- */


/* voiceSubNav */

.voiceSubNav {
  position: relative;
}
.voiceSubNav nav {
  position: absolute;
  right: 0;
  top: 0;
}
.voiceSubNav ul {
  display: table;
  width: 100%;
  width: 530px;
}
.voiceSubNav li {
  border: 1px solid #e9f1fb;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 20%;
}
.voiceSubNav li a {
  background: url("/assets/styles/img/icn_arrow_right.png") right center no-repeat;
  background-size: 15px 15px;
  display: block;
  font-size: 13px;
  padding: 10px 20px 10px 10px;
}
.voiceSubNav li:hover {
  background: #E9F1FB;
}
.voiceSubNav li:hover a {
  background-image: url("/assets/styles/img/icn_arrow_right_over.png");
  text-decoration: none;
}
.voiceSubNav li.current {
  background: #E9F1FB;
}
.voiceSubNav li.current a {
  background-image: url("/assets/styles/img/icn_arrow_down_over.png");
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .voiceSubNav nav {
    position: relative;
  }
  .voiceSubNav ul {
    display: block;
    max-width: 100%;
  }
  .voiceSubNav li {
    display: block;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    width: 33%;
  }
}

/* qa
---------------------------------------- */


/* qaSubNav */

.qaSubNav {
  position: relative;
}
.qaSubNav nav {
  position: absolute;
  right: 0;
  top: 0;
}
.qaSubNav ul {
  display: table;
  width: 100%;
  max-width: 780px;
}
.qaSubNav li {
  border: 1px solid #e9f1fb;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 20%;
}
.qaSubNav li a {
  background: url("/assets/styles/img/icn_arrow_down.png") right center no-repeat;
  background-size: 15px 15px;
  display: block;
  font-size: 13px;
  padding: 10px 20px 10px 10px;
}
.qaSubNav li:hover {
  background: #E9F1FB;
}
.qaSubNav li:hover a {
  background-image: url("/assets/styles/img/icn_arrow_down_over.png");
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .qaSubNav nav {
    position: relative;
  }
  .qaSubNav ul {
    display: block;
    max-width: 100%;
  }
  .qaSubNav li {
    display: block;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    width: 33%;
  }
}
.qa-row01 a {
  color: #103184;
}
.qa-row01 a:hover {
  text-decoration: none;
}
.qa-row01 p.qstn {
  display: block;
  width: 980px;
  line-height: 1;
  padding: 20px 0 30px 40px;
  background: url("/assets/styles/img/icon_qa-q.png") no-repeat 5px 16px;
  color: #000c6e;
  box-sizing: border-box;
}
.qa-row01 p.answ {
  display: block;
  width: 980px;
  line-height: 1.5;
  padding: 20px 20px 20px 80px;
  margin-bottom: 30px;
  background: #e9f1fb url("/assets/styles/img/icon_qa-a.png") no-repeat 45px 18px;
  box-sizing: border-box;
}
.qa-row01 .inner-relative {
  position: relative;
}
.qa-row01 .inner-relative ul {
  position: absolute;
  top: 30px;
  right: 0;
  margin-bottom: 50px;
}
.qa-row01 .inner-relative ul li {
  display: inline-block;
  float: left;
  width: 140px;
  height: 50px;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 13px;
  border: 1px solid #e9f1fb;
  border-collapse: collapse;
  background: url("/assets/styles/img/arrow_down_icon_blue.png") no-repeat 115px 17px;
}
.qa-row01 .inner-relative ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #103184;
}

/* recruit
---------------------------------------- */

.recruit {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.recruit * {
  box-sizing: border-box;
}
.recruit table {
  margin-top: 20px;
}
.recruit th,
.recruit td {
  border: 1px solid #EEE;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
  vertical-align: middle;
}
.recruit th {
  background: #E9F1FB;
  box-shadow: 0 0 0 1px #fff inset;
  text-align: left;
  width: 20%;
}
.recruit td span {
  font-size: 13px;
}
.recruit td a {
  color: #103184;
}
.recruit td a:hover {
  text-decoration: none;
}
.recruit .workDetail li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.recruit .workDetail li:before {
  content: '●';
  color: #103184;
  padding-right: .5em;
}
.recruit .icn {
  display: inline-block;
  margin: 0 .3em;
  vertical-align: middle;
}
.recruit .process {
  float: left;
  padding: 0 5px;
  width: 40%;
}
.recruit .process:last-child {
  width: 20%;
}
.recruit h4 {
  background: #103184;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
}
.recruit dl.session1 {
  width: 48%;
  float: left;
}
.recruit dl.session2 {
  width: 48%;
  float: right;
}
.recruit dl.session3 {
  width: 48%;
  float: left;
}
.recruit dl.session4 {
  width: 48%;
  float: right;
}
.recruit dl.session5 {
  width: 100%;
  float: none;
}
.recruit dt {
  background: url("/assets/styles/img/recruit-table-arrow.png") no-repeat right center #5c91c0;
  margin-bottom: 10px;
  padding: 4px 0;
  color: #fff;
  text-align: center;
}
.recruit dd {
  background: #F7F6F6;
  padding: 10px;
  font-size: 12px;
}
.recruit dd p {
  font-weight: bold;
  margin-top: 10px;
}
.recruit ul.sessionDetail li:before {
  content: '●';
}
.recruit ul.test {
  margin-top: 20px;
}
.recruit ul.test li:before {
  content: '□';
}
@media screen and (max-width: 480px) {
  .recruit {
    padding: 10px;
  }
  .recruit th,
  .recruit td {
    border: none;
    display: block;
    padding: 10px;
    width: 100%;
  }
  .recruit .process {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .recruit .process:last-child {
    width: 100%;
  }
  .recruit dl.session1,
  .recruit dl.session2,
  .recruit dl.session3,
  .recruit dl.session4 {
    width: 48%;
  }
  .recruit dl.session5 {
    width: 100%;
    float: none;
  }
  .recruit .process-img .mb30 {
    margin-bottom: 30px;
  }
}
.sp-only {
  display: none;
}
.inner {
  position: relative;
  display: block;
  width: 980px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/*row01
----------------*/

.index-row01 {
  width: 100%;
  padding: 55px 0 60px 0;
  background: #103184;
  text-align: center;
  color: #fff;
}
.index-row01 h1 {
  font-size: 25px;
  margin-bottom: 30px;
}
.index-row01 .inner-contents {
  width: 1005px;
  height: auto;
}
.index-row01 .point-box {
  position: relative;
  display: block;
  float: left;
  width: 310px;
  height: 310px;
  margin-right: 25px;
  background: url("/assets/styles/img/index_row01_bg.png") no-repeat center center;
  text-align: center;
}
.index-row01 .point-box:hover {
  background: url("/assets/styles/img/index_row01_bg_on.png") no-repeat center center;
}
.index-row01 a .point-box h2,
.index-row01 a .point-box p {
  text-decoration: underline;
}
.index-row01 a .point-box h2:hover,
.index-row01 a .point-box p:hover {
  text-decoration: none;
}
.index-row01 .point-box h2 {
  position: absolute;
  top: 67px;
  display: block;
  width: 100%;
  color: #ff1821;
  font-size: 22px;
}
.index-row01 .point-box .img-box {
  width: 100%;
  position: absolute;
  top: 120px;
}
.index-row01 .point-box p {
  position: absolute;
  top: 195px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #555555;
}
.index-row01 .link-btn {
  position: absolute;
  bottom: 10px;
  right: 10px
}

/*row02
----------------*/

.index-row02 {
  width: 100%;
  height: 625px;
  padding: 60px 0 45px 0;
  text-align: center;
  background: #fff url("/assets/styles/img/index_row02_visual.png") no-repeat center bottom;
}
.index-row02 h1 {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #ff5d63;
}
.index-row02 p {
  position: absolute;
  top: 68px;
  right: 50px;
  display: block;
  width: 600px;
  background: url("/assets/styles/img/index_row02_kosodate.png") no-repeat right center;
  text-align: left;
  line-height: 2;
}
.index-row02 .point-box {
  position: absolute;
  position: relative;
  top: 224px;
  right: -379px;
  display: block;
  width: 570px;
  height: auto;
}
.index-row02 .point-box img.img01 {
  position: absolute;
  top: 0;
  left: 0;
}
.index-row02 .point-box img.img02 {
  position: absolute;
  top: 0;
  left: 165px;
}
.index-row02 .point-box img.img03 {
  position: absolute;
  top: 0;
  left: 330px;
}
.index-row02 .point-box img.img04 {
  position: absolute;
  top: 150px;
  left: 75px;
}
.index-row02 .point-box img.img05 {
  position: absolute;
  top: 150px;
  left: 240px;
}
.index-row02 .point-box img.img06 {
  position: absolute;
  top: 150px;
  left: 405px;
}
.index-row02-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 290px;
  line-height: 50px;
  color: #fff;
  text-decoration: underline;
  background: #ff5d63 url("/assets/styles/img/index_row02_arrow_icon.png") no-repeat 226px 17px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.index-row02-btn:hover {
  text-decoration: none;
  background-color: #ff7d82;
}

/*row04
----------------*/

.index-row04 .adviser-btn {
  display: inline-block;
  width: 180px;
  margin: 0 auto;
  line-height: 35px;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  text-align: center;
  background: #103184;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.index-row04 .adviser-btn img {
  margin-left: 5px;
  vertical-align: middle;
}
.index-row04 .adviser-btn:hover {
  text-decoration: none;
  background-color: rgba(16, 49, 132, 0.7)
}
.index-row04 {
  width: 100%;
  height: auto;
  padding: 60px 0 50px 0;
  text-align: center;
}
.index-row04 h1 {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-size: 26px;
  color: #103184;
}
.index-row04 .adviser-box {
  display: inline-block;
  width: 310px;
  margin: 0 12px 40px;
  padding: 35px 30px 30px;
  line-height: 35px;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  border: 2px solid #103184;
  box-sizing: border-box;
}
.index-row04 .adviser-box h2 {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
  color: #103184;
}
.index-row04 .adviser-box p {
  display: block;
  text-align: left;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #103184;
}
.index-row04 .adviser-box img.icon {
  margin-bottom: 25px;
}
.entry-btn {
  display: block;
  width: 780px;
  height: 83px;
  margin: 0 auto 60px;
  background: url("/assets/styles/img/btn_entry_big.png");
  line-height: 80px;
  color: #fff;
  font-size: 30px;
  text-decoration: underline;
  text-align: center;
}
.entry-btn:hover {
  background: url("/assets/styles/img/btn_entry_big_on.png");
  text-decoration: none;
}

/*AXAとCCI
----------------*/

.axacci-middle-btn {
  display: block;
  width: 280px;
  height: auto;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #5c91c0;
}
.axacci-wide-btn {
  display: block;
  width: 380px;
  height: auto;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #5c91c0;
}
.axacci-middle-btn a,
.axacci-wide-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: underline;
}
.axacci-middle-btn:hover,
.axacci-wide-btn:hover {
  background-color: rgba(92, 145, 192, 0.7);
}
.axacci-middle-btn a:hover,
.axacci-wide-btn a:hover {
  text-decoration: none;
}
.axacci-middle-btn img,
.axacci-wide-btn img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin: 0 8px;
}
.axacci-row02-cont-left {
  width: 680px;
  height: auto;
  float: left;
  margin: 0 0 50px;
}
.axacci-row02-cont-left p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.axacci-row02-cont-right {
  width: 282px;
  float: right;
  font-size: 14px;
  line-height: 2;
}
.axacci-row03 .contents-box {
  display: block;
  width: 490px;
  height: 250px;
  padding: 37px 0 0 0;
  float: left;
  background: url("/assets/styles/img/axacci_row03_bg01.png") no-repeat center center;
  text-align: center;
}
.axacci-row03 .contents-box p.ttl {
  display: block;
  width: 290px;
  line-height: 32px;
  margin: 0 auto;
  color: #fff;
  background: #103184;
}
.axacci-row03 .contents-box p.main {
  font-size: 25px;
  color: #ff1821;
  font-weight: bold;
}
.axacci-row03 .contents-box p.main span {
  font-size: 60px;
  color: #ff1821;
}
.axacci-row03 .contents-box p.capt {
  font-size: 14px;
  color: #6f6f6f;
}
.axacci-row03 .contents-box-right {
  display: block;
  width: 480px;
  height: auto;
  margin-bottom: 80px;
  float: right;
  text-align: left;
}
.axacci-row03 .contents-box-right p {
  line-height: 1.8;
  margin-bottom: 35px;
}
.axacci-row04 .contents-box-left {
  display: block;
  width: 550px;
  height: auto;
  float: left;
  text-align: left;
}
.axacci-row04 .contents-box-left p {
  line-height: 2;
  margin-bottom: 16px;
}
.axacci-row04 .contents-box-right {
  display: block;
  width: 420px;
  height: auto;
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
.axacci-row05 h1 {
  font-size: 20px;
  font-weight: normal;
  color: #103184;
  margin: 0 0 20px;
  padding: 3px 0 3px 20px;
  border-left: 3px solid #e1e3f1;
}
.axacci-row05 .contents-box {
  position: relative;
  display: block;
  width: 980px;
  height: 320px;
  margin-bottom: 30px;
  background: url("/assets/styles/img/axacci_row06_img01.png") no-repeat 50px 0;
}
.axacci-row05 .contents-box p.catch {
  position: absolute;
  top: 170px;
  left: 0;
  padding-left: 40px;
  width: 650px;
  background: url("/assets/styles/img/axacci_row05_icon01.png") no-repeat 5px 11px;
  color: #103184;
  font-size: 20px;
  line-height: 1;
}
.axacci-row05 .contents-box p.catch span {
  color: #ff1821;
}
span.large-f40 {
  font-size: 40px;
}
.axacci-row05 .inner {
  margin-bottom: 40px;
}
.axacci-row05 .contents-box p.note {
  position: absolute;
  top: 20px;
  right: 0;
  width: 288px;
  padding: 30px 15px;
  color: #103184;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  border: 2px solid #e1e3f1;
  box-sizing: border-box;
}
.axacci-row05 .contents-box p.note span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ff1821;
  text-align: center;
}
.axacci-row05 .contents-box p.note a {
  color: #447ed4;
}
.axacci-row05 .contents-box p.note img {
  vertical-align: text-bottom;
  margin: 0 4px;
}

/*業務内容
----------------*/

p.work-blue-ltr {
  font-size: 20px;
  font-weight: normal;
  color: #103184;
  margin: 0 0 20px;
  padding: 3px 0 3px 20px;
  border-left: 3px solid #e1e3f1;
}
.work-row02-cont-left {
  width: 610px;
  height: auto;
  float: left;
}
.work-row02-cont-left p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.work-row02-cont-left p span {
  font-weight: bold;
}
.work-row02-cont-right {
  width: 340px;
  float: right;
  font-size: 14px;
  line-height: 2;
}
.work-row02 p.table-title {
  font-size: 18px;
  color: #103184;
  margin-bottom: 10px;
}
.work-row02 table {
  position: relative;
  width: 980px;
  height: 290px;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.work-row02 table th {
  width: 450px;
  padding-right: 20px;
  text-align: right;
  border: 1px solid #e1e3f1;
  border-collapse: collapse;
  vertical-align: middle;
}
.work-row02 table th .bg-arr {
  position: absolute;
  top: 0;
  left: -1px;
}
.work-row02 table th span.upper-txt {
  position: absolute;
  top: 61px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.work-row02 table th span.lower-txt {
  position: absolute;
  top: 186px;
  left: 20px;
  color: #103184;
  font-size: 18px;
  text-align: left;
}
.work-row02 table th span.upper-txt .fs15,
.work-row02 table th span.lower-txt .fs15 {
  font-size: 15px;
}
.work-row02 table td {
  padding: 20px 0 0 20px;
  border: 1px solid #e1e3f1;
  font-size: 14px;
  color: #103184;
  line-height: 1.3;
}
.work-row02 table td span {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  color: #e60039;
}
.work-row03-cont-left {
  width: 700px;
  height: auto;
  float: left;
  margin: 30px 0 20px;
}
.work-row03-cont-left p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.work-row03-cont-left p span {
  font-weight: bold;
}
.work-row03-cont-right {
  width: 250px;
  float: right;
  margin-top: 45px;
}
.work-row04 h2.ttl {
  display: block;
  width: 980px;
  margin: 25px 0;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #103184;
  border: 2px solid #000c6d;
  box-sizing: border-box;
}
.work-row04 p.graphcaption {
  margin: 10px 0 20px;
  font-size: 15px;
  color: #103184;
  line-height: 1.2;
}
.work-row04 .scale {
  display: block;
  width: 980px;
  height: 30px;
  margin-bottom: 10px;
  background: url("/assets/styles/img/work_row04_bg02.png") no-repeat;
}
.work-row04 .scale .scale-inner01 {
  display: inline-block;
  width: 110px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.work-row04 .scale .scale-inner02 {
  display: inline-block;
  width: 570px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.work-row04 .scale .scale-inner03 {
  display: inline-block;
  width: 290px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.work-row04 .scale-outer01 {
  display: inline-block;
  width: 125px;
  line-height: 1.2;
  color: #5c91c0;
  font-size: 14px;
}
.work-row04 .scale-outer02 {
  display: inline-block;
  width: 545px;
  line-height: 1.2;
  color: #5c91c0;
  font-size: 14px;
  vertical-align: top;
}
.work-row04 .scale-outer03 {
  display: inline-block;
  width: 300px;
  line-height: 1.2;
  color: #5c91c0;
  font-size: 14px;
  vertical-align: top;
}
.work-row04 p.caption02 {
  display: block;
  margin: 15px 0 30px;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

/*福利厚生
----------------*/

.benefit-row02-cont-wrap {
  width: 1005px;
  height: auto;
  margin-bottom: 30px;
}
.benefit-row02-cont-wrap .inner {
  display: block;
  width: 310px;
  height: auto;
  float: left;
  margin-right: 25px;
}
.benefit-row02-cont-wrap .inner h2 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 45px;
  font-size: 20px;
  background: #ff5d63;
  color: #fff;
  text-align: center;
}
.benefit-row02-cont-wrap .inner img {
  margin-bottom: 20px;
}
.benefit-row02-cont-wrap .inner p {
  margin-bottom: 10px;
  padding: 0 5px;
  line-height: 1.8;
}
.benefit-row02-cont-wrap .inner p span {
  font-size: 20px;
  color: #FF1821;
}
.benefit-row02-cont-wrap .inner .small-fnt {
  font-size: 12px;
}
.benefit-row02-cont-wrap .inner .small-fnt14 {
  color: #333;
  font-size: 14px;
}
.benefit-row03 .indent-1ltr {
  padding-left: 11em;
  text-indent: -11em;
  margin-bottom: 30px;
  line-height: 2;
}
.benefit-row03 .indent-1ltr span {
  color: #ff5d63;
  font-weight: bold;
}
.benefit-row03 .indent-1ltr span.orange {
  color: #ff1821;
}
.benefit-row04 p img {
  float: right;
}
.benefit-row05-cont-wrap {
  width: 980px;
  height: auto;
  margin: 20px 0 40px;
  text-align: center;
  overflow: hidden;
}
.benefit-row05-cont-wrap .inner {
  display: block;
  width: 220px;
  height: 125px;
  float: left;
  margin-right: 15px;
  background: #f5f5f5;
}
.benefit-row05-cont-wrap .inner h2 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  background: #ff5d63;
  border-bottom: 5px solid #fff;
  color: #fff;
  text-align: center;
}
.benefit-row05-cont-wrap .inner p.price {
  font-size: 30px;
  color: #ff1821;
}
.benefit-row05-cont-wrap .inner p.price span {
  font-size: 26px;
  color: #333333;
}
.benefit-row05-cont-wrap .inner p.caption {
  font-size: 12px;
  color: #555555;
}
.benefit-row05-cont-wrap .inner-right {
  display: block;
  width: 270px;
  height: 125px;
  float: left;
  color: #fff;
  background: #ff5d63;
}
.benefit-row05-cont-wrap .inner-right p.upper {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  line-height: 1.2;
  color: #fff;
  border-bottom: 5px solid #fff;
  overflow: hidden;
}
.benefit-row05-cont-wrap .inner-right p.lower {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
}
.benefit-row06 {
  margin-bottom: 30px;
}
.benefit-row06 p {
  line-height: 2;
}
.benefit-row06 p img {
  float: right;
  margin-left: 20px;
}
.benefit-row06 p span {
  font-size: 14px;
}
.benefit-row07 {
  margin-bottom: 20px;
}
.benefit-row07 p {
  line-height: 2;
}
.benefit-row07 p span.small-fnt {
  color: #333333;
  font-size: 14px;
}
.benefit-row07 p span {
  color: #ff1821;
}
.benefit-row07 {
  margin-bottom: 40px;
}
.benefit-row08 p.caption {
  height: 105px;
  line-height: 1.8;
}
.benefit-row08 .left-contents {
  display: block;
  width: 475px;
  height: auto;
  float: left;
}
.benefit-row08 .right-contents {
  display: block;
  width: 480px;
  height: auto;
  float: right;
}
.benefit-row08 table {
  width: 100%;
  text-align: center;
}
.benefit-row08 table th {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  background: #ff5d63;
  padding: 8px 3px;
}
.benefit-row08 table td {
  font-size: 18px;
  font-weight: bold;
  color: #ff1821;
  padding: 8px 3px;
  background: #f5f5f5;
}
.benefit-row08 table td span {
  font-size: 14px;
  font-weight: normal;
  color: #555555;
  vertical-align: middle;
}
.benefit-row08 table td.ttl {
  font-size: 15px;
  color: #333333;
  background: #e5e5e5;
}
.benefit-row08 .th-width {
  width: 137px;
}
.benefit-row08 .note {
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
}
.benefit-row09 p {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  border: 2px solid #d6d6d6;
  box-sizing: border-box;
}
.benefit-row09 p span {
  font-size: 16px;
  color: #ff1821;
}
.benefit-row09 p img {
  float: right;
  margin-left: 10px;
}

/*先輩社員の声
----------------*/

.employee-voice-row01 .inner-relative {
  position: relative;
}
.employee-voice-row01 .inner-relative ul {
  position: absolute;
  top: 30px;
  right: 0;
}
.employee-voice-row01 .inner-relative ul li {
  display: inline-block;
  float: left;
  width: 110px;
  height: 50px;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 13px;
  border: 1px solid #e9f1fb;
  border-collapse: collapse;
  background: url("/assets/styles/img/arrow_next_icon.png") no-repeat 85px 17px;
}
.employee-voice-row01 .inner-relative ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #103184;
}
.employee-voice-row01 .inner-relative ul li.current {
  background: #e9f1fb url("/assets/styles/img/arrow_down_icon.png") no-repeat 85px 17px;
}
.employee-voice-row01 .contents-box {
  position: relative;
  width: 100%;
  height: 400px;
  background: #e9f1fb url("/assets/styles/img/axacci_row01_bg01.png") no-repeat 20px 20px;
}
.employee-voice-row01 .contents-box img {
  float: right;
}
.employee-voice-row01 .contents-box h2 {
  position: absolute;
  top: 84px;
  left: 128px;
  font-size: 22px;
}
.employee-voice-row01 .contents-box p.txt {
  position: absolute;
  top: 138px;
  font-size: 26px;
  line-height: 1.2;
  width: 410px;
}
.employee-voice-row01 .contents-box p {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 410px;
}
.employee-voice-row01 .contents-box p span {
  color: #103184;
}
p.career-blue-ltr {
  font-size: 20px;
  font-weight: normal;
  color: #103184;
  margin: 0 0 35px;
  padding: 3px 0 3px 20px;
  border-left: 3px solid #e1e3f1;
}
.employee-voice-row02 .employee-contents-box {
  margin-bottom: 30px;
}
.employee-voice-row02 .employee-contents-box img {
  float: left;
  margin-right: 25px;
}
.employee-voice-row02 .employee-contents-box p {
  line-height: 2;
  margin-bottom: 20px;
}
.employee-voice-row02 .employee-contents-box p.text {
  line-height: 2;
  width: 545px;
  float: right;
}
.employee-voice-row03 {
  margin-bottom: 40px;
}
.employee-voice-row04 .contents-box {
  display: block;
  width: 980px;
  height: auto;
  margin-bottom: 40px;
  background: url("/assets/styles/img/employee_row04_bg01.jpg") no-repeat right bottom;
}
.employee-voice-row04 .contents-box .inner {
  display: block;
  width: 750px;
  height: auto;
  margin: 0 0 50px 0;
}
.employee-voice-row04 .contents-box .inner h2 {
  font-size: 22px;
  color: #ff5d63;
  margin: 20px 0 40px;
  text-align: center;
}
.employee-voice-row04 .contents-box .inner .img-box {
  display: block;
  width: 750px;
  height: auto;
  overflow-y: hidden;
  text-align: left;
}
.employee-voice-row04 .contents-box .inner .img-box img {
  float: left;
  margin-right: 10px;
}
.employee-voice-row04 .contents-box .inner .employee-btn {
  display: block;
  margin: 40px auto 20px;
  text-align: center;
}
.employee-btn {
  display: block;
  width: 290px;
  line-height: 50px;
  color: #fff;
  text-decoration: underline;
  background: #ff5d63 url("/assets/styles/img/index_row02_arrow_icon.png") no-repeat 226px 17px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.employee-btn:hover {
  text-decoration: none;
  background-color: #FF7D82;
}

/*employee-voice-row04-work
----------------*/

.employee-voice-row04 .contents-box-workbtn {
  display: block;
  width: 980px;
  height: auto;
  margin-bottom: 40px;
  background: url("/assets/styles/img/work_row01_img01.jpg") no-repeat right bottom;
  background-size: contain;
}
.employee-voice-row04 .contents-box-workbtn .inner {
  display: block;
  width: 500px;
  height: auto;
  margin: 0 20px 0;
}
.employee-voice-row04 .contents-box-workbtn .inner h2 {
  font-size: 22px;
  color: #103184;
  margin: 20px 0 20px;
  line-height: 1.8;
}
.employee-voice-row04 .contents-box-workbtn .inner .employee-btn02 {
  display: block;
  margin: 40px auto 20px;
  text-align: center;
}
.employee-voice-row04 .employee-btn02 {
  display: block;
  width: 290px;
  line-height: 50px;
  color: #fff;
  text-decoration: underline;
  background: #103184 url("/assets/styles/img/index_arrow_icon.png") no-repeat 226px 17px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.employee-voice-row04 .employee-btn02:hover {
  text-decoration: none;
  background-color: rgba(16, 49, 132, 0.7);
}
.employee-voice-row04 .contents-box-careea {
  display: block;
  width: 980px;
  height: auto;
  margin-bottom: 40px;
  background: url("/assets/styles/img/work_row01_img01.jpg") no-repeat right bottom;
  background-size: contain;
}
.employee-voice-row04 .contents-box-careerbtn {
  display: block;
  width: 980px;
  height: auto;
  margin-bottom: 40px;
  background: url("/assets/styles/img/employee_row04_bg03.jpg") no-repeat right top;
}
.employee-voice-row04 .contents-box-careerbtn .inner {
  display: block;
  width: 500px;
  height: auto;
  margin: 0 20px 0;
}
.employee-voice-row04 .contents-box-careerbtn .inner h2 {
  font-size: 22px;
  color: #103184;
  margin: 20px 0 20px;
  line-height: 1.8;
}
.employee-voice-row04 .contents-box-careerbtn .inner .employee-btn02 {
  display: block;
  margin: 40px auto 20px;
  text-align: center;
}

/*Q&A
----------------*/

.qa-row01 h1 {
  margin-bottom: 20px;
}
.qa-row01 a {
  color: #103184;
}
.qa-row01 a:hover {
  text-decoration: none;
}
.qa-row01 p.qstn {
  display: block;
  width: 980px;
  line-height: 1;
  padding: 20px 0 30px 40px;
  background: url("/assets/styles/img/icon_qa-q.png") no-repeat 5px 16px;
  color: #000c6e;
  box-sizing: border-box;
}
.qa-row01 p.answ {
  display: block;
  width: 980px;
  line-height: 1.5;
  padding: 20px 20px 20px 80px;
  margin-bottom: 30px;
  background: #e9f1fb url("/assets/styles/img/icon_qa-a.png") no-repeat 45px 18px;
  box-sizing: border-box;
}
.qa-row01 .inner-relative {
  position: relative;
}
.qa-row01 .inner-relative ul {
  position: absolute;
  top: 30px;
  right: 0;
  margin-bottom: 50px;
}
.qa-row01 .inner-relative ul li {
  display: inline-block;
  float: left;
  width: 140px;
  height: 50px;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 13px;
  border: 1px solid #e9f1fb;
  border-collapse: collapse;
  background: url("/assets/styles/img/arrow_down_icon_blue.png") no-repeat 115px 17px;
}
.qa-row01 .inner-relative ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #103184;
}
#qasection01,
#qasection02,
#qasection03,
#qasection04,
#qasection05 {
  padding-top: 130px;
  margin-top: -130px;
  margin-bottom: 20px;
}
