@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: 60px;
}
#header .title {
  font-weight: normal;
  position: absolute;
  left: 80px;
  bottom: 32px;
}
#header .forTop {
  position: absolute;
  right: 0;
  bottom: 32px;
}
#header .forTop a {
  background: url("/assets/images/cci/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: url("/assets/images/cci/bg_nav_entry.gif") left bottom repeat-x;
}
#header nav li:last-child a:hover {
  background: #E9F1FB;
  color: #fff;
  background: url("/assets/images/cci/bg_nav_entry_over.gif") left bottom repeat-x;
}
#header nav li:last-child a span {
  display: inline-block;
  padding: 20px 25px 20px 20px;
  background-image: url("/assets/images/cci/icn_entry.png"), url("/assets/images/cci/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/images/cci/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/images/cci/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/images/cci/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;
}

/* 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;
}
@media (max-width: 480px) {
  .pageTitle .textCircle .axa-cci-h2 {
    padding-top: 90px;
  }
}
@media (min-width: 481px) {
  .pageTitle .textCircle .axa-cci-h2 {
    padding-top: 115px;
  }
}
.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/images/cci/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/images/cci/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: #222222;
}
#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 {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}
.navVoice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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%;
  border: 2px solid #fff;
}
.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/images/cci/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;
}
.btnForMovie {
  position: absolute;
  right: 0;
  top: 5px;
  text-align: center;
  line-height: 1;
}
.btnForMovie a {
  background: rgba(16,49,132,1);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: .9em 3em;
}
.btnForMovie a::after {
  content: '';
  background: url('/assets/images/cci/index_arrow_icon.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 1em;
  vertical-align: middle;
}
@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/images/cci/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-color: #FF1821;
  background: url("/assets/images/cci/bg_btn_entry.gif") left top repeat-x;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.7);
}
.btnEntry a:hover {
  color: #fff;
  background-color: #FF1821;
  background: url("/assets/images/cci/bg_btn_entry_over.gif") left top repeat-x;
}
.btnEntry a span {
  color: #fff;
  display: inline-block;
  padding: 10px 50px 10px 50px;
  text-decoration: underline;
  background-image: url("/assets/images/cci/icn_entry.png"), url("/assets/images/cci/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;
  }
}

/* banner
---------------------------------------- */

.banner {
  margin: 2rem auto 0;
  text-align: center;
}
@media (max-width: 480px) {
  .banner {
    max-width: 100%;
  }
  .banner .ad_img {
    display: block;
    width: 90%;
    margin: 1rem auto;
  }
}
@media (min-width: 481px) {
  .banner {
    max-width: 780px;
  }
  .banner a:first-child {
    padding-right: 1rem;
  }
  .banner a:last-child {
    padding-left: 1rem;
  }
  .banner .ad_img {
    width: 23rem;
  }
}

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

.topMain {
  background: url("/assets/images/cci/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 {
  color: #103184;
  display: inline-block;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  bottom: 60px;
  max-width: 448px;
}
.topMain .brand h3 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
.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/images/cci/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 {
    max-width: 360px;
    bottom: 10px;
    left: 0;
    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-img {
  margin: 30px 0;
  text-align: center;
}
.topVoice-btn-wrap {
  text-align: center;
}
.topVoice-btn {
  background: rgba(16,49,132,1);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: .9em 3em;
  text-decoration: underline;
}
.topVoice-btn:hover {
  background: rgba(16,49,132,.7);
}
.topVoice-btn::after {
  content: '';
  background: url('/assets/images/recruitment/cci/index_arrow_icon.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 1em;
  vertical-align: middle;
}
@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/images/cci/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: 243px;
  top: 140px;
  font-size: 19px;
}
.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: 650px;
  top: 10px;
  font-size: 20px;
}
.careerPathImg .txt06 {
  color: #7A9F34;
  left: 433px;
  top: 55px;
  font-size: 14px;
}
.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 {
  width: 424px;
}
.voiceSubNav li {
  border: 1px solid #e9f1fb;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 20%;
}
.voiceSubNav li a {
  background: url("/assets/images/cci/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/images/cci/icn_arrow_right_over.png");
  text-decoration: none;
}
.voiceSubNav li.current {
  background: #E9F1FB;
}
.voiceSubNav li.current a {
  background-image: url("/assets/images/cci/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/images/cci/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/images/cci/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 .icn {
  display: inline-block;
  margin: 0 .3em;
  vertical-align: middle;
}
.qa-row01 p.qstn {
  display: block;
  width: 980px;
  line-height: 1;
  padding: 20px 0 30px 40px;
  background: url("/assets/images/cci/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/images/cci/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/images/cci/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 ol.workDetail {
  list-style-type: decimal;
  margin-left: 1.2em;
}
.recruit ul.workDetail li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.recruit ul.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/images/cci/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) {
  .axacci-row06 {
    padding: 0 1rem;
  }
}
.axacci-row06 .heading-movie-icon {
  width: 30px;
  margin: 0 12px 3px 0;
}
.axacci-row06 .youtube-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}
.axacci-row06 .youtube-player {
  width: 100%;
  max-width: 470px;
  height: 264px;
  max-height: 56vw;
}
@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;
  }
}
@media screen and (min-width: 481px) {
  .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/images/cci/index_row01_bg.png") no-repeat center center;
    text-align: center;
  }
  .index-row01 .point-box:hover {
    background: url("/assets/images/cci/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: 660px;
    padding: 60px 0 45px 0;
    text-align: center;
    background: #fff url("/assets/images/cci/index_row02_visual.png") no-repeat center bottom;
  }
  .index-row02 .inner {
    overflow: visible;
  }
  .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: 700px;
    background: url("/assets/images/cci/index_row02_kosodate.png") no-repeat right bottom;
    text-align: left;
    line-height: 2;
  }
  .index-row02 .point-box {
    position: absolute;
    position: relative;
    top: 260px;
    right: -379px;
    display: block;
    width: 570px;
    height: auto;
  }
  .index-row02 .point-box .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    background-color: #ffddde;
  }
  .index-row02 .point-box .img.img01 {
    top: 0;
    left: 0;
  }
  .index-row02 .point-box .img.img02 {
    top: 0;
    left: 165px;
  }
  .index-row02 .point-box .img.img03 {
    top: 0;
    left: 330px;
  }
  .index-row02 .point-box .img.img04 {
    top: 0;
    left: 495px;
  }
  .index-row02 .point-box .img.img05 {
    top: 150px;
    left: 75px;
  }
  .index-row02 .point-box .img.img06 {
    top: 150px;
    left: 240px;
  }
  .index-row02 .point-box .img.img07 {
    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/images/cci/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 .index-row04-header {
    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/images/cci/btn_entry_big.png");
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    text-decoration: underline;
    text-align: center;
  }
  .entry-btn:hover {
    background: url("/assets/images/cci/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;
    padding: 37px 0 0;
    float: left;
    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 .sub {
    margin: -.5rem 0 .5rem;
    font-size: 14px;
    color: #ff1821;
  }
  .axacci-row03 .contents-box p.capt {
    font-size: 14px;
    color: #6f6f6f;
  }
  .axacci-row03 .contents-box-right {
    display: block;
    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/images/cci/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/images/cci/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: 10px;
    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/images/cci/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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .benefit-row02-cont-wrap .inner {
    display: block;
    position: relative;
    width: 310px;
    height: auto;
    float: left;
    padding: 15px;
  }
  .benefit-row02-cont-wrap .inner h2 {
    margin-bottom: 20px;
    font-size: 16px;
    background: #ff5d63;
    color: #fff;
    text-align: center;
  }
  .benefit-row02-cont-wrap .inner img {
    width: 100%;
    margin-bottom: 20px;
  }
  .benefit-row02-cont-wrap .inner p {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .benefit-row02-cont-wrap .inner p span {
    font-weight: bold;
    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: #000;
    background: #f5f5f5;
  }
  .benefit-row05-cont-wrap .inner-right .upper,
  .benefit-row05-cont-wrap .inner-right .lower {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    line-height: 1.2;
    overflow: hidden;
    text-align: left;
  }
  .benefit-row05-cont-wrap .inner-right .upper {
    border-bottom: 5px solid #fff;
  }
  .benefit-row05-cont-wrap .inner-right-head {
    color: #ff1821;
    font-weight: bold;
  }
  .benefit-row05-cont-wrap .inner-right-list {
    font-size: 11px;
    list-style-type: disc;
    margin-left: 25px;
    text-indent: -5px;
  }
  .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 10px;
  }
  .benefit-row08 .note_border {
    border-top: 1px solid #ccc;
    margin: 0 0 20px;
    padding-top: 10px;
  }
  .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/images/cci/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/images/cci/arrow_down_icon.png") no-repeat 85px 17px;
  }
  .employee-voice-row01 .contents-box {
    position: relative;
    width: 100%;
    height: 400px;
    background: #e9f1fb url("/assets/images/cci/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/images/cci/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/images/cci/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/images/cci/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/images/cci/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/images/cci/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/images/cci/employee_row04_bg03-2019.jpg") no-repeat right top;
    background-size: contain;
  }
  .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/images/cci/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/images/cci/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/images/cci/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;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*row01
  ----------------*/
  .index-row01 {
    width: 100%;
    height: auto;
    margin-top: -5px;
    padding: 20px 10px;
    background: #103184;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
  }
  .index-row01 h1 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .index-row01 .inner p.sp {
    display: block;
    width: 100%;
    line-height: 1.5;
    margin: 0 auto 30px;
    text-align: left;
  }
  .index-row01 .inner-contents {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .index-row01 .point-box {
    position: relative;
    display: block;
    width: 90%;
    margin-bottom: 10px;
    margin-left: 4.5%;
    background: url("/assets/images/cci/sp_index_row01_bg.png") no-repeat center center;
    background-size: contain;
    text-align: center;
  }
  .index-row01 .point-box:after {
    padding-top: 100%;
    display: block;
    content: "";
  }
  .index-row01 .point-box > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .index-row01 a .point-box h2,
  .index-row01 a .point-box p {
    text-decoration: underline;
  }
  .index-row01 a:hover .point-box h2,
  .index-row01 a:hover .point-box p {
    text-decoration: none;
  }
  .index-row01 .point-box h2 {
    position: absolute;
    top: 23%;
    display: block;
    width: 100%;
    color: #ff1821;
    font-size: 20px;
  }
  .index-row01 .point-box .img-box01 {
    width: 100%;
    position: absolute;
    top: 43%;
    text-align: center;
  }
  .index-row01 .point-box .img-box01 img {
    width: 60%;
  }
  .index-row01 .point-box .img-box02 {
    width: 100%;
    position: absolute;
    top: 38%;
    text-align: center;
  }
  .index-row01 .point-box .img-box02 img {
    width: 22%;
  }
  .index-row01 .point-box .img-box03 {
    width: 100%;
    position: absolute;
    top: 37%;
    text-align: center;
  }
  .index-row01 .point-box .img-box03 img {
    width: 34%;
  }
  .index-row01 .point-box p {
    position: absolute;
    top: 63%;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #555555;
  }
  .index-row01 .link-btn {
    position: absolute;
    width: 24%;
    top: 36%;
    left: 84%;
  }
  /*row02
  ----------------*/
  .index-row02 {
    position: relative;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    background-size: contain;
    box-sizing: border-box;
  }
  .index-row02 h1 {
    display: block;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 18px;
    color: #ff5d63;
    line-height: 1.5;
  }
  .index-row02 p.index-row02-inp01 {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: left;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .index-row02 p.index-row02-inp01 img {
    float: right;
    width: 30%;
    margin: 10px;
  }
  .index-row02-2 {
    position: relative;
    width: 100%;
    text-align: center;
    background-size: contain;
    box-sizing: border-box;
  }
  .index-row02-2 {
    position: relative;
    background: #fff url("/assets/images/cci/sp_index_row02_visual.png") no-repeat left bottom;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
  }
  .index-row02-2 .sp-point-box-images {
    margin-left: 50%;
    padding: 20px 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 45%;
    text-align: center;
  }
  .index-row02-2 .sp-point-box-images .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20vw;
    height: 20vw;
    margin-bottom: 0.5rem;
    font-size: 3.2vw;
    line-height: 1.3;
    border-radius: 150px;
    background-color: #ffddde;
  }
  .index-row02-2 .index-row02-btn {
    display: block;
    position: relative;
    left: -1rem;
    width: 100%;
    margin: 0 1rem;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    background-color: #ff5d63;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .index-row02-2 .index-row02-btn img {
    vertical-align: text-top;
    margin-left: 5px;
  }
  .index-row02-btn:hover {
    text-decoration: none;
    background-color: #FF7D82;
  }
  /*row03
  ----------------*/
  .index-row03 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10px;
    background: #e9f1fb;
    box-sizing: border-box;
  }
  .index-row03 h1 {
    display: block;
    margin: 0 0 10px;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #103184;
    line-height: 1.5;
  }
  .index-row03 p {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .index-row03 .voice-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  .index-row03 .voice-box p {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
  }
  .index-row03 .voice-upper .voice-box .voice-btn,
  .index-row03 .voice-lower .voice-box .voice-btn,
  .index-row04 {
    display: inline-block;
    width: 60%;
    margin: 0 auto 20px;
    line-height: 42px;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    background: #103184;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  .index-em-image {
    position: relative;
  }
  .sp-em-position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .index-row03 .voice-upper .voice-box .voice-btn img,
  .index-row03 .voice-lower .voice-box .voice-btn img,
  .index-row04 .adviser-btn img {
    position: relative;
    top: -1px;
    margin-left: 5px;
    vertical-align: middle;
    width: 14px;
  }
  .index-row04 {
    width: 100%;
    height: auto;
    padding: 20px 10px 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  .index-row04 h1 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #103184;
  }
  .index-row04 .adviser-box {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
    line-height: 35px;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    border: 2px solid #103184;
    box-sizing: border-box;
  }
  .index-row04 .adviser-box h2 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #103184;
  }
  .index-row04 .adviser-box p {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #103184;
  }
  .index-row04 .adviser-box img.icon {
    margin-bottom: 40px;
    width: 20%;
  }
  .adviser-btn {
    display: inline-block;
    width: 70%;
    margin: 0 auto 20px;
    line-height: 3em;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    background: #103184;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  /*AXAとCCI
  ----------------*/
  .axacci-middle-btn {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
    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: 90%;
    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 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .axacci-row02-cont-left p {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .axacci-row02-cont-right {
    width: 90%;
    margin: 0 auto 30px;
    line-height: 2;
  }
  .axacci-row02-cont-right img {
    width: 100%;
  }
  .axacci-row03 .contents-box {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    float: left;
    background-size: cover;
    text-align: center;
  }
  .axacci-row03 .contents-box p.ttl {
    display: block;
    width: 70%;
    line-height: 32px;
    margin: 0 auto;
    color: #fff;
    background: #103184;
  }
  .axacci-row03 .contents-box p.main {
    color: #ff1821;
    font-size: 28px;
    font-weight: bold;
  }
  .axacci-row03 .contents-box p.main span {
    font-size: 42px;
    color: #ff1821;
  }
  .axacci-row03 .contents-box .sub {
    margin: -.5rem 0 .5rem;
    font-size: 14px;
    color: #ff1821;
  }
  .axacci-row03 .contents-box p.capt {
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .axacci-row03 .contents-box-right {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
  }
  .axacci-row03 .contents-box-right p {
    line-height: 1.5;
    margin-bottom: 35px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .axacci-row04 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .axacci-row04 .contents-box-left {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
  }
  .axacci-row04 .contents-box-left p {
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .axacci-row04 .contents-box-right {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    margin-bottom: 35px;
    padding-top: 20px;
  }
  .axacci-row05 h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #103184;
    margin: 0 10px 20px 10px;
    padding: 3px 10px 3px 10px;
    border-left: 3px solid #e1e3f1;
    box-sizing: border-box;
  }
  .axacci-row05 .contents-box:after {
    padding-top: 60%;
    display: block;
    content: "";
  }
  .axacci-row05 .contents-box > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .axacci-row05 .contents-box {
    position: relative;
    display: block;
    width: 100%;
    background: url("/assets/images/cci/axacci_row06_img01.png") no-repeat;
    background-size: contain;
  }
  .axacci-row05 p {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .axacci-row05 .contents-box p.catch {
    position: absolute;
    width: 100%;
    margin-top: 20%;
    background: url("/assets/images/cci/axacci_row05_icon01.png") no-repeat 10px 25px;
    color: #103184;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
  }
  .axacci-row05 .contents-box p.catch span {
    color: #ff1821;
  }
  span.large-f40 {
    font-size: 40px;
  }
  .sp-contents-box-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .axacci-row05 p.note {
    margin: 0 10px 20px;
    padding: 30px 10px 20px;
    color: #103184;
    line-height: 1.5;
    border: 2px solid #e1e3f1;
    box-sizing: border-box;
    border-collapse: collapse;
  }
  .axacci-row05 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: 18px;
    line-height: 1.5;
    font-weight: normal;
    color: #103184;
    margin: 30px 0 10px;
    padding: 3px 0 3px 10px;
    border-left: 3px solid #e1e3f1;
  }
  .work-row02 {
    display: block;
    padding: 0 10px;
  }
  .work-row02 .row02-table-box {
    position: relative;
    box-sizing: border-box;
  }
  .work-row02-cont-left {
    height: auto;
  }
  .work-row02-cont-left p {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .work-row02-cont-left p span {
    font-weight: bold;
  }
  .work-row02-cont-right img {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
  }
  .work-row02 p.table-title {
    display: block;
    font-size: 18px;
    color: #103184;
  }
  .work-row02 table {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
  }
  .work-row02 table th {
    width: 100%;
    text-align: right;
    border: 1px solid #e1e3f1;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .work-row02 table th img.row02-sp-img {
    width: 100%;
    margin-bottom: 5%;
  }
  .work-row02 table th span.upper-txt {
    position: absolute;
    top: 2%;
    left: 3%;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .work-row02 table th span.lower-txt {
    position: absolute;
    top: 2%;
    left: 53%;
    color: #103184;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .work-row02 table td {
    width: 50%;
    padding: 10px;
    border: 1px solid #e1e3f1;
    color: #103184;
    line-height: 1.3;
  }
  .work-row02 table td span {
    display: block;
    margin-bottom: 10px;
    color: #e60039;
  }
  .work-row03 {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .work-row03 img {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10%;
  }
  .work-row03-cont-left {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .work-row03-cont-left p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .work-row03-cont-left p span {
    font-weight: bold;
  }
  .work-row03-cont-right {
    width: 250px;
    margin: 45px auto 0;
  }
  .work-row04 {
    position: relative;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .work-row04 p {
    margin-bottom: 20px;
  }
  .work-row04 h2.ttl {
    display: block;
    width: 100%;
    margin: 25px 0;
    line-height: 2;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #103184;
    border: 2px solid #000c6d;
    box-sizing: border-box;
  }
  .work-row04 .img-txt {
    margin-top: 10px;
  }
  .work-row04 p.graphcaption {
    display: inline-block;
    margin: 0 0 10px;
    color: #103184;
    line-height: 1.5;
  }
  .work-row04 .scale .scale-inner01,
  .work-row04 .scale .scale-inner02,
  .work-row04 .scale .scale-inner03 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 2.7;
    color: #fff;
    text-align: center;
    background: url("/assets/images/cci/sp_work_row04_bg02.png") no-repeat center bottom;
    background-size: cover;
  }
  .work-row04 .scale-outer01,
  .work-row04 .scale-outer02,
  .work-row04 .scale-outer03 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #5c91c0;
  }
  .work-row04 p.caption02 {
    display: block;
    margin: 10px 0 0;
    color: #555555;
    line-height: 1.2;
  }
  /*福利厚生
  ----------------*/
  .benefit-row02 {
    padding: 0 10px;
  }
  .benefit-row02-cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .benefit-row02-cont-wrap .inner {
    margin-bottom: 30px;
  }
  .benefit-row02-cont-wrap .inner h2 {
    margin-bottom: 20px;
    font-size: 16px;
    background: #ff5d63;
    color: #fff;
    text-align: center;
  }
  .benefit-row02-cont-wrap .inner img {
    width: 100%;
    margin-bottom: 10px;
  }
  .benefit-row02-cont-wrap .inner p {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .benefit-row02-cont-wrap .inner p span {
    font-weight: bold;
    color: #FF1821;
  }
  .benefit-row02-cont-wrap .inner .small-fnt {}
  .benefit-row02-cont-wrap .inner .small-fnt14 {
    color: #333;
  }
  .benefit-row03 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .benefit-row03 p {
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .benefit-row03 .indent-1ltr {
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .benefit-row03 .indent-1ltr span {
    color: #ff5d63;
  }
  .benefit-row03 .indent-1ltr span.orange {
    color: #ff1821;
  }
  .benefit-row03 .indent-1ltr.sp-non-mb {
    margin-bottom: 0;
  }
  .benefit-row04 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .benefit-row04 p img {
    margin-bottom: 10px;
  }
  .benefit-row04 p.sp-txt {
    margin-bottom: 20px;
  }
  .benefit-row05-cont-wrap {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .benefit-row05-cont-wrap .inner {
    display: block;
    width: 48%;
    height: 1%;
    float: left;
    margin-bottom: 10px;
    background: #f5f5f5;
  }
  .benefit-row05-cont-wrap .inner h2 {
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    background: #ff5d63;
    border-bottom: 5px solid #fff;
    color: #fff;
    text-align: center;
  }
  .sp-mr {
    margin-right: 4%;
  }
  .benefit-row05-cont-wrap .inner p.price {
    color: #ff1821;
  }
  .benefit-row05-cont-wrap .inner p.price span {
    font-size: 12px;
    color: #333333;
  }
  .benefit-row05-cont-wrap .inner p.caption {
    font-size: 12px;
    color: #555555;
  }
  .benefit-row05-cont-wrap .inner-right {
    display: block;
    width: 48%;
    height: 10%;
    float: left;
    color: #000;
    background: #f5f5f5;
  }
  .benefit-row05-cont-wrap .inner-right .upper,
  .benefit-row05-cont-wrap .inner-right .lower {
    display: block;
    margin-top: 6px;
    line-height: 1.5;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
  }
  .benefit-row05-cont-wrap .inner-right .upper {
    width: 100%;
    border-bottom: 5px solid #fff;
  }
  .benefit-row05-cont-wrap .inner-right-head {
    color: #ff1821;
    font-weight: bold;
  }
  .benefit-row05-cont-wrap .inner-right-list {
    font-size: 11px;
    list-style-type: disc;
    margin-left: 20px;
    text-indent: -5px;
  }
  .benefit-row06 {
    width: 100%;
    padding: 0 10px;
    height: auto;
    margin: 20px 0 0;
    box-sizing: border-box;
  }
  .benefit-row06 p {
    line-height: 1.2;
  }
  .benefit-row06 p img {
    margin-bottom: 20px;
  }
  .benefit-row07 {
    width: 100%;
    padding: 0 10px;
    height: auto;
    box-sizing: border-box;
  }
  .benefit-row07 p {
    line-height: 1.5;
  }
  .benefit-row07 p span.small-fnt {
    color: #333333;
  }
  .benefit-row07 p span {
    color: #ff1821;
  }
  .benefit-row08 {
    width: 100%;
    padding: 0 10px;
    height: auto;
    box-sizing: border-box;
  }
  .benefit-row08 p.caption {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .benefit-row08 .left-contents {
    display: block;
    width: 100%;
    height: auto;
  }
  .benefit-row08 .right-contents {
    display: block;
    width: 100%;
    height: auto;
  }
  .benefit-row08 .left-contents p.benefit-ltr,
  .benefit-row08 .right-contents p.benefit-ltr {
    margin-top: 20px;
  }
  .benefit-row08 table {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .benefit-row08 table th {
    font-weight: normal;
    color: #ffffff;
    line-height: 1.3em;
    background: #ff5d63;
    padding: 8px 3px;
  }
  .benefit-row08 table th.sp-wd01 {
    width: 20%;
  }
  .benefit-row08 table th.sp-wd02 {
    width: 40%;
  }
  .benefit-row08 table th.sp-wd03 {
    width: 40%;
  }
  .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;
    line-height: 1.3em;
    color: #333333;
    background: #e5e5e5;
  }
  .benefit-row08 .th-width {
    width: 35%;
  }
  .benefit-row08 .note {
    line-height: 1.8;
    margin: 20px 0 10px;
  }
  .benefit-row08 .note_border {
    border-top: 1px solid #ccc;
    margin: 0 0 20px;
    padding-top: 10px;
  }
  .benefit-row09 {
    width: 100%;
    padding: 0 10px;
    height: auto;
    box-sizing: border-box;
  }
  .benefit-row09 p {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    line-height: 1.5;
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
  }
  .benefit-row09 p span {
    color: #ff1821;
  }
  .benefit-row09 p span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 10px;
  }
  /*先輩社員の声
  ----------------*/
  .employee-voice-row01 .inner-relative {
    position: relative;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .employee-voice-row01 .inner-relative ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .employee-voice-row01 .inner-relative ul li {
    display: inline-block;
    float: left;
    width: 33%;
    height: 10%;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: 12px;
    border: 1px solid #e9f1fb;
    border-collapse: collapse;
    background: url("/assets/images/cci/arrow_next_icon.png") no-repeat 73px 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/images/cci/arrow_down_icon.png") no-repeat 73px 17px;
  }
  .sp-contents-box-wrap-em {
    display: block;
    margin-top: 30px;
    padding: 10px 0;
    background: #e9f1fb;
  }
  .employee-voice-row01 .contents-box {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #e9f1fb url("/assets/images/cci/axacci_row01_bg01.png") no-repeat center center;
    background-size: contain;
  }
  .employee-voice-row01 .contents-box:after {
    padding-top: 80%;
    display: block;
    content: "";
  }
  .employee-voice-row01 .contents-box > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .employee-voice-row01 .contents-box h2 {
    position: absolute;
    width: 100%;
    top: 23%;
    left: 0;
    text-align: center;
    font-size: 20px;
  }
  .employee-voice-row01 .contents-box p.txt {
    position: absolute;
    top: 37%;
    line-height: 1.5;
    text-align: center;
  }
  .employee-voice-row01 .contents-box p {
    position: absolute;
    top: 72%;
    text-align: center;
    line-height: 1.5;
  }
  .employee-voice-row01 .contents-box p span {
    color: #103184;
  }
  p.career-blue-ltr {
    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 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .employee-voice-row02 .employee-contents-box img {
    width: 80%;
    margin-left: 10%;
  }
  .employee-voice-row02 .heading02,
  .employee-voice-row03.heading02,
  .employee-voice-row04 .heading02 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .employee-voice-row02 .employee-contents-box p {
    line-height: 1.3;
    margin-bottom: 26px;
  }
  .employee-voice-row03 {
    margin: 0 10px 30px;
  }
  .employee-voice-row03 img {
    width: 96%;
    margin-left: 10px;
  }
  .employee-voice-row04 {
    margin: 0 0 30px;
  }
  .employee-voice-row04 .contents-box,
  .employee-voice-row04 .contents-box-workbtn {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .employee-voice-row04 .contents-box img,
  .employee-voice-row04 .contents-box-workbtn img {
    width: 90%;
    margin-left: 5%;
  }
  .employee-voice-row04 .contents-box .inner,
  .employee-voice-row04 .contents-box-workbtn .inner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .employee-voice-row04 .contents-box .inner h2 {
    font-size: 15px;
    color: #ff5d63;
    line-height: 1.5;
    margin: 20px 0;
    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/images/cci/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;
  }
  /*work-btn
  ----------------*/
  .employee-voice-row04 .contents-box-workbtn .inner h2 {
    font-size: 15px;
    color: #103184;
    line-height: 1.5;
    margin: 20px 10px;
    text-align: center;
  }
  .employee-voice-row04 .contents-box-workbtn .inner p {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .employee-voice-row04 .contents-box-workbtn .inner .img-box {
    display: block;
    width: 750px;
    height: auto;
    overflow-y: hidden;
    text-align: left;
  }
  .employee-voice-row04 .contents-box-workbtn .inner .img-box img {
    float: left;
    margin-right: 10px;
  }
  .employee-voice-row04 .contents-box-workbtn .inner .employee-btn02 {
    display: block;
    margin: 40px auto 20px;
    text-align: center;
  }
  .employee-voice-row04 .contents-box-workbtn .employee-btn02 {
    display: block;
    width: 290px;
    line-height: 50px;
    color: #fff;
    text-decoration: underline;
    background: #103184 url("/assets/images/cci/index_arrow_icon.png") no-repeat 226px 17px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .employee-voice-row04 .contents-box-workbtn .employee-btn02:hover {
    text-decoration: none;
    background-color: rgba(16, 49, 132, 0.7);
  }
  /*careerbtn
  ----------------*/
  .employee-voice-row04 .contents-box-careerbtn img {
    width: 90%;
    margin-left: 5%;
  }
  .employee-voice-row04 .contents-box-careerbtn .inner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .employee-voice-row04 .contents-box-careerbtn .inner h2 {
    font-size: 15px;
    color: #103184;
    line-height: 1.5;
    margin: 20px 10px;
    text-align: center;
  }
  .employee-voice-row04 .contents-box-careerbtn .inner p {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .employee-voice-row04 .contents-box-careerbtn .inner .img-box {
    display: block;
    width: 750px;
    height: auto;
    overflow-y: hidden;
    text-align: left;
  }
  .employee-voice-row04 .contents-box-careerbtn .inner .img-box img {
    float: left;
    margin-right: 10px;
  }
  .employee-voice-row04 .contents-box-careerbtn .inner .employee-btn02 {
    display: block;
    margin: 40px auto 20px;
    text-align: center;
  }
  .employee-voice-row04 .contents-box-careerbtn .employee-btn02 {
    display: block;
    width: 290px;
    line-height: 50px;
    color: #fff;
    text-decoration: underline;
    background: #103184 url("/assets/images/cci/index_arrow_icon.png") no-repeat 226px 17px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .employee-voice-row04 .contents-box-careerbtn .employee-btn02:hover {
    text-decoration: none;
    background-color: rgba(16, 49, 132, 0.7);
  }
  /*Q&A
  ----------------*/
  .qa-row01 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .qa-row01 a {
    color: #103184;
  }
  .qa-row01 a:hover {
    text-decoration: none;
  }
  .qa-row01 p.qstn {
    display: block;
    width: 100%;
    line-height: 1.3;
    padding: 10px 0 20px 40px;
    background: url("/assets/images/cci/icon_qa-q.png") no-repeat 5px 3px;
    background-size: auto;
    color: #000c6e;
    box-sizing: border-box;
  }
  .qa-row01 p.answ {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
    background: #e9f1fb url("/assets/images/cci/icon_qa-a.png") no-repeat 6px 18px;
    box-sizing: border-box;
  }
  .qa-row01 .inner-relative {
    position: relative;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .qa-row01 .inner-relative ul {
    width: 100%;
    margin: 20px 0;
  }
  .qa-row01 .inner-relative ul li {
    display: inline-block;
    float: left;
    width: 33%;
    height: 10%;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: 12px;
    border: 1px solid #e9f1fb;
    border-collapse: collapse;
    background: url("/assets/images/cci/arrow_down_icon.png") no-repeat 85px 17px;
  }
  .qa-row01 .inner-relative ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #103184;
  }
}
.work-row02 .aljhome26-footnote {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: right;
}
.row02-table-box .aljhome26-footnote.sp-only {
  margin-top: 6px;
  font-size: 11px;
}
.aljhome26-row02-sp-img {
  width: 100%;
}
.outline_process01_2021-img {
  width: 100%;
}
