@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1260px;
  padding-top: 90px;
}

/* LINK */
a {
  text-decoration: none;
}

a:hover img {
  opacity: 0.75;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  opacity: 0.75;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

/* HEADER */
header {
  background-color: #0068b7;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}

header.career {
  background-color: #123072;
}

.fixed header,
header.career.inmv {
/*  background-color: transparent;*/
  background-color: rgba(255,255,255,0.3);
}
header.graduate.inmv{
/*  background-color: transparent;*/
  background-color: rgba(1,1,1,0.2);
}
.fixed header#header{
    background-color: transparent;
}
header.top {
  background-color: transparent;
}

header .wrap {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  z-index: 1000;
}

header .wrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header img {
  width: 330px;
  height: auto;
  margin-right: 1em;
}

header .wrap .logo a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

header.top .wrap .logo a {
  color: #0068b7;
}

header.career.inmv .wrap .logo a {
  color: #000;
}

.header-btn {
  margin-left: calc(100% - 740px);
  width: 200px;
  border: 2px solid #fff;
  display: block;
  padding: 0.5em 0;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  margin-right: 30px;
}

header.career.inmv .header-btn {
  border: 2px solid #123072;
  color: #123072;
}

.fixed #header .wrap .logo,
.fixed #header .wrap .header-btn {
  opacity: 0;
  pointer-events: none;
}

/* ========nav======== */
/* MENU */
.menu_toggle > div {
  position: relative;
  height: 34px;
  width: 50px;
  z-index: 10002;
  top: 0;
  right: 0;
}

.menu_toggle > div:hover {
  cursor: pointer;
}

.menu_toggle > div > span {
  display: block;
  width: inherit;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

header.career.inmv .menu_toggle > div > span {
  background-color: #123072;
}

.menu_toggle > div > span:first-of-type {
  top: 0;
}

.menu_toggle > div > span:nth-of-type(2) {
  top: 15px;
}

.menu_toggle > div > span:last-of-type {
  top: 30px;
}

.menu_toggle > span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.menu_toggle.open > div > span {
  width: 50px;
  top: 12px;
  left: 0;
  background-color: #fff;
}

header.career.inmv .menu_toggle.open > div > span {
  background-color: #fff;
}

.menu_toggle.open > div > span:first-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_toggle.open > div > span:nth-of-type(2) {
  opacity: 0;
}

.menu_toggle.open > div > span:last-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, .75);
  z-index: 100;
}

/* ========nav======== */
nav.menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  z-index: 1001;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 2em 2em;
  background-color: #0068b7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header.career nav.menu {
  background-color: #123072;
}

nav.menu ul li {
  border-bottom: 1px solid #fff;
}

nav.menu ul li a {
  display: block;
  font-size: 14px;
  padding: 1em 0;
  color: #fff;
  text-decoration: none;
}

nav.menu ul li .searchform {
  border: 1px solid #9e9e9f;
  width: 90%;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 20px;
  background-color: #fff;
  margin: 4em auto 0 auto;
}

nav.menu ul li .searchform input {
  width: calc(100% - 20px);
  　　font-size: 16px;
  padding: 0.75em 0.25em;
  -webkit-user-select: auto;
}

nav.menu ul li .searchform button {
  width: 20px;
  padding: 0;
  height: 40px;
}

nav.menu ul li .searchform button img {
  width: 100%;
  height: auto;
}

/* FOOTER */
footer {
  padding: 30px 0;
  width: 100%;
}

footer .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}

.footer-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #bababa;
  padding: 1.5em;
}
.footer-menu1 li {
  width: 16.6666666667%;
}

.footer-ulwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #bababa;
  padding: 1.5em;
}
.footer-ulwrap .footer-menu2 {
  width: 16.6666666667%;
}

footer ul li a {
  padding: 0.5em 0;
  font-size: 14px;
  display: block;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer ul li a.entry {
  padding: 0.3em 1em;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #000;
}

footer ul li a.entry:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.footer-copywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.5em 0;
}
.footer-copywrap img {
  width: 235px;
}

.copyright {
  display: block;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 50px;
}

/*TOP*/
.mv {
  width: 100%;
  background: url(../img/mv.png) no-repeat;
  background-size: cover;
  margin-top: -90px;
  padding-bottom: 140px;
}
.mv ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  margin: 0 auto;
  padding-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mv ul li a {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
          box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.mv ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0068b7;
  opacity: 0.7;
  z-index: 1;
}
.mv ul li a::before {
  content: "";
  position: absolute;
  right: 2em;
  bottom: 10%;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/ic1.svg) no-repeat;
  z-index: 2;
}
.mv ul li a:hover {
  opacity: 1;
}
.mv ul li a:hover::after {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mv ul li a:hover::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mv ul li a h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  position: relative;
  z-index: 2;
}
.mv ul li a h2 span {
  color: #fff;
  font-size: 40px;
  opacity: 0.6;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.mv ul li.graduate a {
  background: url(../img/top1.png) no-repeat;
  width: 534px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.mv ul li.career a {
  background: url(../img/top2.png) no-repeat;
  width: 534px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.mv ul li.part a {
  margin-top: 25px;
  background: url(../img/top3.png) no-repeat top right;
  width: 1100px;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: left;
  padding-left: 5em;
}
.mv ul li.part a h2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  z-index: 2;
}
.mv ul li.part a h2 span {
  color: #fff;
  font-size: 28px;
  opacity: 0.6;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.mv ul li.part a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #29abe2), to(transparent));
  background: linear-gradient(to right, #29abe2 50%, transparent);
  opacity: 1;
  z-index: 1;
}
.mv ul li.part a:hover::after {
  opacity: 0.6;
}

/*新卒・中途各トップ*/
.mv_g, .mv_c {
  width: 100%;
/*  height: 100vh;*/
  z-index: 1;
  margin-top: -90px;
  position: relative;
}

.mv_g.none, .mv_c.none {
  display: none;
}

.mv_g ul.slider li.mv1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
/*  height: 100vh;*/
  margin: 0;
  height: 0;
  padding-bottom: 48.85%;
  position: relative;
  background-image: url("../img/graduate_mv.jpg");
}


.mv_g ul.slider li.mv1.mv1_240711 {
  background-image: url("../img/graduate_mv_240711.jpg");
}

.mv_g ul.slider li.mv2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
  background-image: url("../img/graduate_mv.jpg");
}

.mv_g ul.slider li.mv3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
  background-image: url("../img/graduate_mv.jpg");
}

.mv_g ul.slider li .txt {
  position: absolute;
  margin: auto;
  top: 50%;
  right: calc(50% - 380px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv_g ul.slider li .txt .ttl {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.mv_g ul.slider li .txt .ttl .rubik_i {
  font-size: 70px;
}
.mv_g ul.slider li .txt p {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.mv_c ul.slider li.mv1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 48.85%;
  margin: 0;
  position: relative;
  background-image: url("../img/career_mv.jpg");
}

.mv_c ul.slider li.mv1.mv1_240711 {
  background-image: url("../img/career_mv_240711.jpg");
}


.mv_c ul.slider li.mv2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
  background-image: url("../img/career_mv.jpg");
}

.mv_c ul.slider li.mv3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
  background-image: url("../img/career_mv.jpg");
}

.mv_c ul.slider li .txt {
  position: absolute;
  margin: auto;
  top: 50%;
  left: calc(50% - 550px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv_c ul.slider li .txt .ttl {
  font-size: 60px;
  font-weight: 700;
  color: #123072;
  font-style: italic;
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
}
.mv_c ul.slider li .txt .ttl .rubik_i {
  font-size: 70px;
  color: #123072;
}
.mv_c ul.slider li .txt p {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

/*新規TOP*/
.mv_g .newswrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 16px;
  color: #fff;
}
.mv_g .newswrap dt {
  background-color: #0068b7;
  width: calc(50% - 415px);
  color: #fff;
  font-weight: 700;
  text-align: right;
  padding: 1em 3em 1em 3em;
}
.mv_g .newswrap dd {
  background-color: rgba(0, 104, 183, .6);
  width: calc(50% + 415px);
  color: #fff;
  padding: 1em 0 1em 3em;
}
.mv_g .newswrap dd time {
  padding-right: 1em;
}
.mv_g .newswrap dd .wrap {
  max-width: 930px;
}
.mv_g .newswrap dd .wrap a {
  text-decoration: underline;
}
.news_txt_link {
  margin: 0 auto;
  padding: 2em 30px 0;
  width: 1190px;
  text-align: right;
}
.news_txt_link a{
  text-decoration: underline;
  font-size: 16px;
}

.pagelist1g {
  padding: 90px 0;
  position: relative;
}
.pagelist1g.gtop {
  padding-bottom: 150px;
}
.pagelist1g::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #0068b7;
  display: block;
  z-index: -2;
}
.pagelist1g ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  width: 1190px;
}
.pagelist1g ul li {
  width: 250px;
  margin: 0 16px;
  -webkit-box-shadow: 6px 6px 0 #e4e8ea;
          box-shadow: 6px 6px 0 #e4e8ea;
}
.pagelist1g ul li a {
  display: block;
  width: 100%;
  height: 250px;
  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: relative;
}
.pagelist1g ul li a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/ic1.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pagelist1g ul li a:hover {
  opacity: 1;
}
.pagelist1g ul li a:hover::before {
  background-color: rgba(0, 0, 0, .1);
}
.pagelist1g ul li a:hover::after {
  right: 0;
  opacity: 0;
}
.pagelist1g ul li a:hover .box {
  opacity: 0.75;
}
.pagelist1g ul li a.service {
  background: url(../img/pagelist1_1.png) no-repeat;
  background-size: cover;
}
.pagelist1g ul li a.work {
  background: url(../img/pagelist1_2.png) no-repeat;
  background-size: cover;
}
.pagelist1g ul li a.training {
  background: url(../img/pagelist1_3.png) no-repeat;
  background-size: cover;
}
.pagelist1g ul li a.plan {
  background: url(../img/pagelist1_4.png) no-repeat;
  background-size: cover;
}
.pagelist1g ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pagelist1g ul li a .slug {
  position: absolute;
  left: -10px;
  top: -45px;
  color: #0068b7;
  opacity: 0.6;
  font-size: 50px;
}
.pagelist1g ul li a .box {
  width: 80%;
  background-color: rgba(255, 255, 255, .85);
  text-align: center;
  padding: 1em;
  position: relative;
  z-index: 1;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pagelist1g ul li a .box::before {
  content: "";
  border: 1px solid #fff;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
}
.pagelist1g ul li a .box .ttl {
  font-size: 26px;
  font-weight: 900;
  color: #0068b7;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.pagelist1g ul li a .box .ttl span {
  font-size: 18px;
  display: block;
  font-weight: 900;
}

.message_g {
  background: url(../img/graduate_bg.png) no-repeat center top;
  width: 100%;
  height: 680px;
}
.message_g .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  position: relative;
  height: 680px;
}
.message_g .wrap img {
  position: absolute;
  left: -10px;
  top: -60px;
  z-index: 1;
}
.message_g .wrap .box {
  position: absolute;
  top: 60px;
  right: -10px;
  padding: 4em 3em;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0 #0068b7;
          box-shadow: 6px 6px 0 #0068b7;
  width: 760px;
  z-index: 2;
}
.message_g .wrap .box .slug {
  text-align: right;
  right: 20px;
  top: -51px;
  position: absolute;
  color: #0068b7;
  font-size: 60px;
  opacity: 0.6;
}
.message_g .wrap .box .ttl {
  font-size: 40px;
  font-weight: 900;
  border-bottom: 1px solid #bababa;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  text-indent: -0.5em;
}
.message_g .wrap .box .ttl span {
  color: #0068b7;
  font-weight: 900;
}
.message_g .wrap .box p {
  font-size: 16px;
  line-height: 2.25;
}
.message_g .wrap .box p span {
  color: #0068b7;
  font-weight: 700;
}
.message_g .wrap .btn {
  display: block;
  width: 330px;
  border: 2px solid #000;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 110px;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
}
.message_g .wrap .btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  z-index: 1;
  background: url(../img/ic_b.svg) no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.message_g .wrap .btn:hover::before {
  right: 0;
  opacity: 0;
}

.parsonlist {
  padding: 80px 0;
}
.parsonlist .ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #0068b7;
  padding-bottom: 40px;
}
.parsonlist .ttl span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}
.parsonlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parsonlist ul li {
  width: 340px;
  margin: 0 20px;
}
.parsonlist ul li a:hover .name::before {
  opacity: 0;
  right: -10px;
}
.parsonlist ul li img {
  -webkit-box-shadow: 6px 6px 0 #e4e8ea;
          box-shadow: 6px 6px 0 #e4e8ea;
}
.parsonlist ul li .name {
  border-bottom: 4px solid #0068b7;
  padding: 1em 0 0.5em;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.parsonlist ul li .name::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic_ao.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.parsonlist ul li .name .degree {
  padding-right: 1em;
  font-size: 14px;
  color: #0068b7;
}
.parsonlist ul li .name .join {
  padding-left: 1em;
  font-size: 14px;
}
.parsonlist ul li p {
  font-size: 16px;
  padding-top: 1em;
}
.parsonlist .tolistbtn {
  display: block;
  margin: 3em auto 0 auto;
  padding: 0.75em 0;
  width: 450px;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.parsonlist .tolistbtn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  z-index: 1;
  background: url(../img/ic_b.svg) no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.parsonlist .tolistbtn:hover::before {
  right: 0;
  opacity: 0;
}

.tosympobtn_sec {
  padding-bottom: 60px;
}

.tosympobtn {
  display: block;
  width: 1040px;
  height: 180px;
  background-color: #00bdf2;
  margin: 80px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  position: relative;
}
.tosympobtn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.tosympobtn img {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
.tosympobtn .ttl {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.tosympobtn .ttl span {
  opacity: 0.4;
  color: #fff;
  font-size: 20px;
  display: block;
}
.tosympobtn .desc {
  width: 427px;
  text-align: center;
  position: relative;
  margin-right: 1em;
}
.tosympobtn .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}
.tosympobtn .desc span {
  padding: 0 0.5em;
  background-color: #00bdf2;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

.pagelist2g {
  background: url(../img/pagelist2_bg.png) no-repeat center top;
  height: 820px;
  width: 100%;
}
.pagelist2g ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagelist2g ul li {
  width: 340px;
  margin: 0 20px 50px;
  position: relative;
}
.pagelist2g ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagelist2g ul li:hover::before {
  opacity: 0;
  right: -20px;
}
.pagelist2g ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic1.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pagelist2g ul li .slug {
  font-size: 30px;
  color: #fff;
  opacity: 0.7;
  margin-left: -0.5em;
}
.pagelist2g ul li img {
  margin-top: -8px;
}
.pagelist2g ul li .ttl {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-top: 0.25em;
}
.pagelist2g ul li p {
  font-size: 14px;
  color: #fff;
}

.footer_link {
  background: url(../img/footerlink_bg.png) no-repeat center top;
  height: 310px;
  padding-top: 150px;
}
.footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 540px;
  margin: 0 10px;
  text-align: center;
  height: 120px;
  font-size: 50px;
  color: #0068b7;
  border: 3px solid #0068b7;
  background-color: #fff;
  position: relative;
}
.footer_link ul li a:hover::before {
  right: 0;
  opacity: 0;
}
.footer_link ul li a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic_ao.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footer_link ul li:last-of-type a {
  border: 2px solid #000;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.footer_link ul li:last-of-type a:hover::before {
  right: 0;
  opacity: 0;
}
.footer_link ul li:last-of-type a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic_b.svg) no-repeat;
  background-size: contain;
}

/*中途*/
.about_c {
  background: url(../img/graduate_bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 100px 0 80px;
}
.about_c .box {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding: 60px 40px;
  -webkit-box-shadow: 6px 6px 0 #123072;
          box-shadow: 6px 6px 0 #123072;
  position: relative;
}
.about_c .box .ttl {
  position: absolute;
  left: 40px;
  top: -45px;
  font-size: 30px;
  font-weight: 900;
  color: #123072;
}
.about_c .box .ttl span.rubik_i {
  color: #123072;
  font-size: 80px;
  display: block;
  line-height: 0.85;
}
.about_c .box .txt {
  width: 580px;
  margin-left: auto;
}
.about_c .box .txt .ttl3 {
  font-size: 29px;
  font-weight: 700;
  border-bottom: 1px solid #bababa;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.about_c .box .txt p {
  font-size: 16px;
  line-height: 2.25;
}
.about_c .box .btn {
  display: block;
  width: 360px;
  text-align: left;
  position: absolute;
  left: 40px;
  bottom: 60px;
  padding: 1em 0.75em;
  font-size: 22px;
  font-weight: 700;
  background-color: #123072;
  color: #fff;
  -webkit-box-shadow: 3px 3px 4px rgba(165, 165, 165, .8);
          box-shadow: 3px 3px 4px rgba(165, 165, 165, .8);
}
.about_c .box .btn::before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  z-index: 1;
  background: url(../img/ic_white.svg) no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.about_c .box .btn:hover::before {
  right: 0;
  opacity: 0;
}

.pagelist1g.type_c ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1170px;
}
.pagelist1g.type_c ul li {
  width: 340px;
  margin: 0 15px 80px;
}
.pagelist1g.type_c ul li a {
  height: 340px;
}
.pagelist1g.type_c ul li a .slug {
  color: #123072;
}
.pagelist1g.type_c ul li a .box .ttl {
  color: #123072;
  letter-spacing: 0;
  line-height: 1;
}
.pagelist1g.type_c ul li a .box p {
  line-height: 1.5;
}
.pagelist1g.type_c ul li a.message {
  background: url(../img/pagelist1c_1.png) no-repeat;
  background-size: cover;
}
.pagelist1g.type_c ul li a.service {
  background: url(../img/pagelist1c_2.png) no-repeat;
  background-size: cover;
}
.pagelist1g.type_c ul li a.information {
  background: url(../img/pagelist1c_3.png) no-repeat;
  background-size: cover;
}
.pagelist1g.type_c ul li a.workstyle {
  background: url(../img/pagelist1c_4.png) no-repeat;
  background-size: cover;
}
.pagelist1g.type_c ul li a.training {
  background: url(../img/pagelist1c_5.png) no-repeat;
  background-size: cover;
}
.pagelist1g.type_c ul li a.welfare {
  background: url(../img/pagelist1c_6.png) no-repeat;
  background-size: cover;
}

.pagelist1g.type_c::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 26%;
  bottom: auto;
  margin: 0 auto;
  width: 1210px;
  height: 46%;
  background-color: transparent;
  display: block;
  border: 1px solid #123072;
  z-index: -2;
}

.pagelist1g.type_c::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 0;
  top: calc(26% + 10px);
  bottom: auto;
  margin: 0 auto;
  width: 1210px;
  height: 46%;
  background-color: transparent;
  display: block;
  border: 1px solid #123072;
  z-index: -2;
}

.pagelist1g.type_c {
  padding: 90px 0 0;
}

.reclist_c {
  background: url(../img/reclist_c_bg.png) center top no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.reclist_c > .ttl {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 50px;
}
.reclist_c ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reclist_c ul li {
  width: 340px;
  margin-right: 70px;
}
.reclist_c ul li:last-of-type {
  margin-right: 0;
}
.reclist_c ul li a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.reclist_c ul li a .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 48px;
}
.reclist_c ul li a .head .job {
  text-align: center;
  width: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0.5em 0;
}
.reclist_c ul li a .head .area {
  text-align: center;
  width: 50%;
  color: #123072;
  font-size: 20px;
  font-weight: 700;
  background-color: #ededed;
  padding: 0.5em 0;
}
.reclist_c ul li a .ttl {
  width: calc(100% - 28px);
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #bababa;
  padding-bottom: 1em;
  margin: 14px 14px 1em 14px;
  color: #123072;
}
.reclist_c ul li a p {
  width: calc(100% - 28px);
  font-size: 14px;
  line-height: 2;
  margin: 0 14px;
  border-bottom: 1px solid #bababa;
  padding-bottom: 1em;
}
.reclist_c ul li a p span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 0.25em;
}
.reclist_c ul li a .btn {
  margin-top: auto;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  padding: 1em 3.75em 1.5em 1em;
  color: #123072;
  position: relative;
}
.reclist_c ul li a .btn::before {
  content: "";
  position: absolute;
  bottom: 1.25em;
  right: 1em;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/ic_navy.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.reclist_c ul li a .btn:hover::before {
  right: 0;
  opacity: 0;
}
.reclist_c ul li:first-of-type a .head .job {
  background-color: #00bdf2;
}
.reclist_c ul li:nth-of-type(2) a .head .job {
  background-color: #f28d49;
}
.reclist_c ul li:last-of-type a .head .job {
  background-color: #53c465;
}
.reclist_c .reclist_btn {
  display: block;
  margin: 3em auto 0 auto;
  padding: 0.75em 0;
  width: 450px;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.reclist_c .reclist_btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  z-index: 1;
  background: url(../img/ic_b.svg) no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.reclist_c .reclist_btn:hover::before {
  right: 0;
  opacity: 0;
}

.parsonlist.type_c .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.parsonlist.type_c .ttl span.rubik_i {
  font-size: 60px;
  color: #123072;
}

.parsonlist.type_c ul li .name {
  border-color: #123072;
}
.parsonlist.type_c ul li .name span.degree {
  color: #123072;
}

.parsonlist.type_c ul li .name::before {
  background: url(../img/ic_navy.svg) no-repeat;
  background-size: contain;
}

.pagelist2g.type_c {
  background-image: none;
  background-color: #f2f6f9;
  height: auto;
  padding-bottom: 0;
}

.pagelist2g.type_c ul li::before {
  background: url(../img/ic_navy.svg) no-repeat;
}
.pagelist2g.type_c ul li .slug {
  color: #123072;
}
.pagelist2g.type_c ul li .ttl {
  color: #123072;
}
.pagelist2g.type_c ul li p {
  color: #000;
}

.footer_link.type_c {
  background: url(../img/footerlink_bg2.png) no-repeat center top;
  height: auto;
  padding: 50px 0;
}

.footer_link.type_c ul li a {
  width: 660px;
}

/* CONTENTS ------------*/
.ttl2cmn {
  width: 100%;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.ttl2cmn span {
  font-size: 25px;
  font-weight: 900;
  width: 100%;
  color: #fff;
}

.pankuzu {
  background-color: #f2f2f2;
  padding: 1em 0;
  border-bottom: 1px solid #bcbcbc;
}
.pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.pankuzu ul li {
  font-size: 16px;
  padding-right: 0.75em;
  position: relative;
}
.pankuzu ul li::after {
  content: "＞";
  color: #0068b7;
  padding-left: 0.75em;
}
.pankuzu ul li:last-of-type::after {
  display: none;
}
.pankuzu ul li a {
  color: #878787;
  text-decoration: underline;
}

.pankuzu.career ul li::after {
  color: #123072;
}

/*中途採用一覧*/
.ttl2cmn.rec_list {
  background: url(../img/ttlbg_rec_list.png) no-repeat center top;
  background-size: cover;
}

.search_box {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-top: 60px;
}
.search_box .ttl {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding: 0.25em 0;
  background-color: #123072;
  color: #fff;
}
.search_box ul.job_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 42px;
  margin-bottom: 30px;
  background-color: rgba(18, 48, 114, .1);
}
.search_box ul.job_search li:nth-of-type(3n) {
  margin-right: 0;
}
.search_box ul.job_search li {
  width: 324px;
  margin-right: 20px;
}
.search_box ul.job_search li label {
  font-size: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 40px;
  background-color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a8a8a8;
  padding: 0 0.75em;
}
.search_box ul.job_search li label input {
  margin-right: 0.75em;
}
.search_box ul.area_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 42px;
  background-color: rgba(18, 48, 114, .1);
  margin-bottom: 30px;
}
.search_box ul.area_search li:nth-of-type(6n) {
  margin-right: 0;
}
.search_box ul.area_search li {
  width: 161px;
  margin-right: 10px;
}
.search_box ul.area_search li label {
  font-size: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 40px;
  background-color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a8a8a8;
  padding: 0 0.75em;
}
.search_box ul.area_search li label input {
  margin-right: 0.75em;
}

.rec_campaign {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  margin-bottom: 100px;
}
.rec_campaign.part {
  margin-bottom: 0;
  padding-top: 60px;
}
.rec_campaign.part a.btn {
  display: block;
  border: 1px solid #000;
  color: #000;
  font-size: 23px;
  padding: 0.5em 1em;
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.rec_campaign.part a.btn::before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 12px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic_b.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.rec_campaign.part a.btn:hover::before {
  right: 0;
  opacity: 0;
}
.rec_campaign .ttl {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding: 0.25em 0;
  background-color: #b21222;
  color: #fff;
}
.rec_campaign p {
  background-color: rgba(178, 18, 34, .1);
  text-align: center;
  font-size: 15px;
  padding: 2em 0;
}

.rec_list {
  background-color: rgba(18, 48, 114, .1);
}
.rec_list ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rec_list ul li.is-hide {
  display: none;
}
.rec_list ul li a {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(18, 48, 114, .4);
          box-shadow: 0 0 5px rgba(18, 48, 114, .4);
  display: block;
  padding: 1.5em 1em;
  margin-bottom: 20px;
}
.rec_list ul li a .ttl3 {
  background-color: #123072;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rec_list ul li a .ttl3 span {
  padding: 0.5em 2em;
  font-size: 18px;
  color: #123072;
  font-weight: 900;
  background-color: #fff;
  border-radius: 16px;
  margin-right: 1em;
}
.rec_list ul li a dl {
  border-bottom: 1px solid #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 98%;
  margin: 0 auto;
}
.rec_list ul li a dl:last-of-type {
  border-bottom: none;
}
.rec_list ul li a dl dt {
  font-size: 18px;
  font-weight: 900;
  color: #123072;
  padding: 0.75em 1.5em 0.75em 0;
  width: 110px;
}
.rec_list ul li a dl dd {
  font-size: 15px;
  padding: 18px 0;
  width: calc(100% - 110px);
  /*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  */
}

.bnr_service {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  margin-top: 80px;
}
.bnr_service.t0 {
  margin-top: 0;
}
.bnr_service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 182px;
  background: url(../img/bnr_service.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.bnr_service a:hover .wrap::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnr_service a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(1%, #123072), to(transparent));
  background: linear-gradient(to left, #123072 1%, transparent);
}
.bnr_service a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.bnr_service a .wrap {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  text-align: right;
  padding-right: 3em;
  display: block;
  position: relative;
}
.bnr_service a .wrap::before {
  content: "";
  position: absolute;
  right: 1em;
  bottom: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/ic1.svg) no-repeat;
  z-index: 2;
}
.bnr_service a .wrap .txt {
  font-size: 21px;
  display: block;
  padding-top: 0.5em;
}
.bnr_service a .wrap .rubik_i {
  color: #fff;
  font-size: 35px;
  opacity: 0.6;
  display: block;
}

.bnr_msg {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  margin-top: -30px;
  padding: 0 30px;
}
.bnr_msg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 182px;
  background: url(../img/bnr_msg1.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
#career .bnr_msg a {
  background: url(../img/bnr_service.png) no-repeat center top;
  background-size: cover;
  margin-bottom: 60px;
}

.bnr_msg a:hover .wrap::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnr_msg a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(1%, #0068b7), to(transparent));
  background: linear-gradient(to left, #0068b7 1%, transparent);
}
.bnr_msg a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.bnr_msg a .wrap {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  text-align: right;
  padding-right: 3em;
  display: block;
  position: relative;
}
.bnr_msg a .wrap::before {
  content: "";
  position: absolute;
  right: 1em;
  bottom: calc(50% - 15px);
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/ic1.svg) no-repeat;
  z-index: 2;
}
.bnr_msg a .wrap .txt {
  font-size: 21px;
  display: block;
  padding-top: 0.5em;
}
.bnr_msg a .wrap .rubik_i {
  color: #fff;
  font-size: 35px;
  opacity: 0.6;
  display: block;
}

/*募集要項（求人詳細）*/
.ttl2cmn.ttlbg_rec {
  background: url(../img/ttlbg_rec.png) no-repeat center top;
  background-size: cover;
}

.rec_table {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-top: 60px;
}
.rec_table .ttl3 {
  font-size: 28px;
  text-align: center;
  padding: 1em 0;
}
.rec_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1px;
}
.rec_table dl dt {
  background-color: #edf5f9;
  color: #0068b7;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  border: 1px solid #bababa;
  width: 240px;
  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;
}
.rec_table dl dd {
  font-size: 15px;
  padding: 1em 2em;
  border: 1px solid #bababa;
  margin-left: -1px;
  width: calc(100% - 240px);
}
.rec_table dl dd p + p {
  margin-top: 1.5em;
}
.rec_table dl dd a {
  color: #0068b7;
  text-decoration: underline;
}
.rec_table dl dd span {
  color: #0068b7;
}
.rec_table dl dd ul {
  margin-top: 0.25em;
}
.rec_table dl dd ul li {
  text-indent: -0.75em;
  padding: 0.25em 0 0.25em 1em;
}
.rec_table dl dd ol {
  margin-top: 0.25em;
}
.rec_table dl dd ol li {
  text-indent: -2.5em;
  padding: 0.25em 0 0.25em 2em;
}
.rec_table dl dd address {
  font-size: 20px;
  color: #0068b7;
}
.rec_table .req_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}
.rec_table .req_btn li {
  width: 383px;
  margin: 0 16px;
}
.rec_table .req_btn li a {
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  position: relative;
  background-color: #0068b7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #0068b7;
}
.rec_table .req_btn li a:hover::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rec_table .req_btn li a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic1.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.rec_table .req_btn li:last-of-type a {
  background-color: #fff;
  color: #0068b7;
  font-size: 18px;
  font-weight: 700;
}
.rec_table .req_btn li:last-of-type a:hover::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rec_table .req_btn li:last-of-type a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic_ao.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.rec_table.career dl dt {
  background-color: rgba(18, 48, 114, .1);
  color: #123072;
}
.rec_table.career dl dd a {
  color: #123072;
}
.rec_table.career dl dd span {
  color: #123072;
}
.rec_table.career dl dd address {
  color: #123072;
}

.entryform {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-top: 60px;
}
.entryform .ttl3 {
  font-size: 40px;
  text-align: center;
  padding: 1em 0;
  color: #0068b7;
  font-weight: 900;
}
.entryform dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1px;
}
.entryform dl dt {
  background-color: #edf5f9;
  color: #0068b7;
  font-size: 18px;
  font-weight: 700;
  padding: 1em;
  border: 1px solid #bababa;
  width: 240px;
  padding-right: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.entryform dl dt::before {
  content: "任意";
  position: absolute;
  right: 1em;
  top: calc(50% - 13px);
  display: block;
  color: #fff;
  font-size: 15px;
  background-color: #00bdf2;
  padding: 0.2em 0.5em;
}
.entryform dl dt.req::before {
  content: "必須";
  background-color: #cc3925;
}
.entryform dl dd {
  font-size: 15px;
  padding: 1em 2em;
  border: 1px solid #bababa;
  margin-left: -1px;
  width: calc(100% - 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entryform dl dd p + p {
  margin-top: 1.5em;
}
.entryform dl dd a {
  color: #0068b7;
  text-decoration: underline;
}
.entryform .req_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}
.entryform .req_btn li {
  width: 383px;
  margin: 0 16px;
}
.entryform .req_btn li a {
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  position: relative;
  background-color: #0068b7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #0068b7;
}
.entryform .req_btn li a:hover::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.entryform .req_btn li a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic1.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.entryform .req_btn li:last-of-type a {
  background-color: #fff;
  color: #0068b7;
  font-size: 18px;
  font-weight: 700;
}
.entryform .req_btn li:last-of-type a:hover::before {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.entryform .req_btn li:last-of-type a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic_ao.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.entryform p {
  text-align: center;
  padding-bottom: 3em;
}

.entryform.career .ttl3 {
  color: #123072;
}
.entryform.career p {
  text-align: center;
  padding-bottom: 3em;
}
.entryform.career dt {
  background-color: rgba(18, 48, 114, .1);
  color: #123072;
}
.entryform.career dd a {
  color: #123072;
}

.entryform .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.entryform .mw_wp_form .horizontal-item {
  padding: 0.25em 1em 0.25em 0;
}

.entryform input[type=text],
.entryform input[type=tel],
.entryform input[type=email],
.entryform textarea,
.entryform select {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 8px 15px;
  border: solid 1px #d8d8d8;
  border-radius: 0;
  line-height: 22px;
  vertical-align: bottom;
  -webkit-appearance: none;
}

.entryform input {
  margin-right: 5px;
}

.entryform input + input {
  margin-top: 1em;
}

.entryform input.sml1 {
  width: 5em;
}

.entryform input.sml2 {
  width: 9em;
}

.entryform label {
  display: block;
}

.entryform span:last-of-type label {
  margin-bottom: 1em;
}

.entryform span:last-of-type label {
  margin-bottom: 0;
}

.entryform span.error {
  padding-top: 1em;
}

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

.btnwrap input[type=submit].sendbtn {
  background: #123072;
}

#graduate .btnwrap input[type=submit].sendbtn {
  background: #0068b7;
}

.btnwrap input[type=submit].backbtn {
  background: #898989;
}

.btnwrap input[type=submit] {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  width: 390px;
  margin: 0 20px;
  padding: 18px 0;
  border: none;
  text-align: center;
  font-size: 14px;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}
.btnwrap input[type=submit]:hover {
  opacity: 0.7;
}

/*社員一覧*/
.ttl2cmn.ttlbg_person {
  background: url(../img/ttlbg_person.png) no-repeat center top;
  background-size: cover;
}

.person_list > ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5em 0;
}
.person_list > ul li {
  width: 346px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #f0f2f2;
}
.person_list > ul li:nth-of-type(3n) {
  margin-right: 0;
}
.person_list > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.person_list > ul li a .degree {
  position: absolute;
  left: 1em;
  top: 1em;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  padding: 0.25em 0.5em;
  color: #0068b7;
  font-weight: 900;
}
.person_list > ul li a .ttl3 {
  background-color: #ccdde5;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  font-size: 18px;
  position: relative;
  margin-top: -1px;
}
.person_list > ul li a .ttl3 span {
  font-size: 14px;
  font-weight: 900;
  color: #5e5e5e;
  padding-left: 1em;
}
.person_list > ul li a .ttl3::before {
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 12px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ic_ao.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.person_list > ul li a p {
  padding: 1em;
  font-size: 16px;
}

.person_list > ul li a:hover .ttl3::before {
  right: 0;
  opacity: 0;
}

.blog_navi {
  margin-top: 0;
  margin-bottom: 50px;
}

.blog_navi ul {
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.blog_navi ul li {
  margin: 0.25em;
}

.blog_navi ul li span {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  padding: 0.5em 1em;
  -webkit-box-shadow: 0 2px 0 #a0a0a0;
          box-shadow: 0 2px 0 #a0a0a0;
}

.blog_navi ul li span.page-numbers dots {
  background-color: #fff;
  border: 1px solid #9a9d9e;
  color: #5a5655;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 #a0a0a0;
          box-shadow: 0 2px 0 #a0a0a0;
}

.blog_navi ul li a {
  background-color: #fff;
  border: 1px solid #9a9d9e;
  color: #0068b7;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 #a0a0a0;
          box-shadow: 0 2px 0 #a0a0a0;
}

/*社員詳細*/
.person_head .bgwrap {
  background-position: center top;
  height: 938px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  padding-bottom: 280px;
}
.person_head .bgwrap p {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .75);
  padding-bottom: 0.75em;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 1.6;
}
.person_head .bgwrap .degree {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-bottom: 1em;
  padding-left: 60px;
  padding-right: 60px;
}
.person_head .bgwrap .degree span {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background-color: #0068b7;
  padding: 0.5em 1em;
  display: inline-block;
}
.person_head .bgwrap .kana {
  font-size: 85px;
  color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .75);
  padding-left: 60px;
  padding-right: 60px;
}
.person_head .bgwrap .ttl3 {
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .75);
  padding-left: 60px;
  padding-right: 60px;
}
.person_head .data_box {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-left: 60px;
  padding-right: 60px;
}
.person_head .data {
  margin-top: -250px;
  padding: 0;
  width: 476px;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: 6px 6px 0 #e5e5e5;
          box-shadow: 6px 6px 0 #e5e5e5;
}
.person_head .data .ttl {
  background-color: #d0e7f4;
  color: #0068b7;
  font-size: 22px;
  font-weight: 900;
  padding: 1.25em 2em;
}
.person_head .data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.person_head .data dl dt {
  border-top: 1px solid #b2b2b2;
  width: 50%;
  padding: 0.6em 1em;
  font-size: 16px;
  color: #0068b7;
}
.person_head .data dl dd {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  width: 50%;
  padding: 0.6em;
  font-size: 16px;
}

.person_qa .ttl {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 4em 0 0;
  color: #0068b7;
}
.person_qa ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.person_qa ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5em;
  align-items: flex-start;
}
.person_qa ul li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.person_qa ul li img {
  width: 564px;
}
.person_qa ul li dl {
  width: 488px;
}
.person_qa ul li dl.full {
  width: 100%;
}
.person_qa ul li dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #44494c;
  line-height: 1.75;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.person_qa ul li dl dt span {
  font-size: 30px;
  display: block;
  color: #0068b7;
  opacity: 0.6;
}
.person_qa ul li dl dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 142px;
  background-color: #0068b7;
}
.person_qa ul li dl dd {
  font-size: 16px;
  line-height: 2;
}

.person_oneday {
  margin-top: 6em;
  background-color: #edf5f9;
  padding-bottom: 6em;
}
.person_oneday .ttl {
  font-size: 30px;
  padding: 2em 0 1em;
  text-align: center;
  color: #0068b7;
  font-weight: 900;
}
.person_oneday dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  margin-top: 2em;
}
.person_oneday dl:first-of-type dt, .person_oneday dl:last-of-type dt {
  background-color: #0068b7;
}
.person_oneday dl dt {
  width: 111px;
  height: 42px;
  border-radius: 21px;
  background-color: #80bce0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.person_oneday dl dt::before {
  content: "";
  width: 111px;
  height: 1px;
  background-color: #0068b7;
  position: absolute;
  right: -111px;
  top: 50%;
}
.person_oneday dl dd {
  width: 878px;
  font-size: 20px;
  background-color: #fff;
  color: #0068b7;
  border: 1px solid #0068b7;
  padding: 0.5em 1em;
  font-weight: 900;
}

#career .person_list > ul li a .degree {
  color: #123072;
}

#career .person_list > ul li a .ttl3 {
  background-color: #ccd3e2;
}

#career .person_list > ul li a .ttl3::before {
  background-image: url(../img/ic_navy.svg);
}

#career .person_head .bgwrap .degree span {
  background-color: #123072;
}

#career .person_head .data .ttl {
  background-color: #ccd3e2;
  color: #123072;
}

#career .person_head .data dl dt {
  color: #123072;
}

#career .person_qa .ttl {
  color: #123072;
}

#career .person_qa ul li dl dt span {
  color: #123072;
}

#career .person_oneday {
  background-color: rgba(18, 48, 114, .1);
}

#career .person_oneday .ttl {
  color: #123072;
}

#career .person_oneday dl dd {
  color: #123072;
  border: 1px solid #123072;
}

#career .person_oneday dl dt {
  background-color: #8099dd;
}

#career .person_oneday dl:first-of-type dt, #career .person_oneday dl:last-of-type dt {
  background-color: #123072;
}

/*ニュース*/
.ttl2cmn.ttlbg_news {
  background: url(../img/ttlbg_news.png) no-repeat center top;
  background-size: cover;
}

.news_list_sec {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.news_list_sec ul.news_list {
  padding: 3em 0 4em;
}
.news_list_sec ul.news_list li span, .news_list_sec ul.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 0;
  border-bottom: 1px dashed #cccdce;
}
.news_list_sec ul.news_list li span time, .news_list_sec ul.news_list li a time {
  width: 150px;
  background-color: rgba(0, 104, 183, .2);
  color: #0068b7;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  padding: 0.5em;
}
.news_list_sec ul.news_list li span .ttl3, .news_list_sec ul.news_list li a .ttl3 {
  width: calc(100% - 150px);
  font-size: 16px;
  padding: 0.5em 2em 0.5em 1em;
}
.news_list_sec ul.news_list li a:hover {
  opacity: 1;
  background-color: #cccdce;
}
.news_list_sec ul.news_list li a .ttl3 {
  text-decoration: underline;
}

/*代表メッセージ*/
.ttl2cmn.ttlbg_msg {
  background: url(../img/ttlbg_msg.png) no-repeat center top;
  background-size: cover;
}

.msg1 {
  background: url(../img/msg.png) no-repeat center top;
  height: 650px;
  background-size: cover;
}
.msg1 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.msg1 .wrap .ttl3 {
  padding: 210px 0 0 395px;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
.msg1 .wrap .ttl3 span {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  display: block;
  color: #939393;
  padding-top: 1em;
}
.msg1 .wrap .box {
  width: 565px;
  background-color: #fff;
  margin: 2em 0 0 465px;
  text-align: center;
  padding: 1em 1.75em;
  -webkit-box-shadow: 6px 6px 0 #b7b7b7;
          box-shadow: 6px 6px 0 #b7b7b7;
  font-size: 20px;
}
.msg1 .wrap .box .degree {
  text-align: center;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  color: #0068b7;
  font-weight: 900;
  border-bottom: 1px solid #bababa;
}
.msg1 .wrap .box .name {
  font-size: 30px;
}
.msg1 .wrap .box .name span {
  color: #a0a0a0;
  font-weight: 700;
  padding-left: 1em;
}

.msg2 .ttl3 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  padding-top: 3em;
}
.msg2 .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.msg2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-top: 5em;
}
.msg2 ul li .txt {
  width: 520px;
}
.msg2 ul li .txt .rubik_i {
  font-size: 30px;
  opacity: 0.6;
  color: #0068b7;
}
.msg2 ul li .txt .q {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #44494c;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.msg2 ul li .txt .q::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 142px;
  background-color: #0068b7;
}
.msg2 ul li .txt p {
  font-size: 16px;
  line-height: 2;
}
.msg2 ul li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

/*取り扱いブランド一覧*/
.brand_list {
  margin-top: 6em;
  background: url(../img/brand_bg.png) no-repeat center top #f2f6fb;
  padding-bottom: 6em;
}
.brand_list > .ttl {
  font-size: 40px;
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 0.5em;
  font-weight: 900;
}
.brand_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.brand_list ul li {
  margin-top: 2em;
  width: 260px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0 #e4e8ea;
          box-shadow: 6px 6px 0 #e4e8ea;
  padding: 1em 1em 1.5em 1em;
}
.brand_list ul li .ttl {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #0068b7;
  font-size: 20px;
  font-weight: 700;
  color: #0068b7;
}
.brand_list ul li p {
  font-size: 16px;
  padding-top: 0.5em;
}
.brand_list ul li p .target {
  background-color: #0068b7;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  margin: 0.5em 0;
  padding: 0.15em 0.75em;
}
.brand_list ul li p .old {
  display: block;
}

#career .msg1 .wrap .box .degree {
  color: #123072;
}

#career .msg2 .ttl3 span {
  color: #123072;
}

#career .msg2 ul li .txt .rubik_i {
  color: #123072;
}

#career .brand_list {
  background-color: rgba(18, 48, 114, .1);
}

#career .brand_list ul li .ttl {
  border-color: #123072;
  color: #123072;
}

#career .brand_list ul li p .target {
  background-color: #123072;
}

#career .msg2 ul li .txt .q::before {
  background-color: #123072;
}

/*インターン情報*/
.ttl2cmn.ttlbg_intern {
  background: url(../img/ttlbg_intern.png) no-repeat center top;
  background-size: cover;
}

.intern1 {
  background: url(../img/intern_bg.png) no-repeat center top;
  background-size: cover;
  height: 679px;
}
.intern1 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  position: relative;
}
.intern1 .wrap .box {
  position: absolute;
  left: -30px;
  top: 150px;
  width: 760px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0 #0068b7;
          box-shadow: 6px 6px 0 #0068b7;
  padding: 2em 2em 3em;
  z-index: 2;
}
.intern1 .wrap .box .rubik_i {
  font-size: 60px;
  color: #0068b7;
  opacity: 0.6;
  margin-top: -1.25em;
}
.intern1 .wrap .box .ttl3 {
  font-size: 40px;
  font-weight: 900;
  color: #0068b7;
  margin: 0.5em 0 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bababa;
}
.intern1 .wrap .box p {
  font-size: 20px;
}
.intern1 .wrap img {
  position: absolute;
  right: -30px;
  top: 75px;
  z-index: 1;
}

section .ttl3cmn {
  font-size: 40px;
  text-align: center;
  color: #0068b7;
  padding: 2em 0 1em;
  font-weight: 900;
}
section .ttl3cmn span.intern2 {
  font-size: 25px;
  font-weight: 900;
  display: block;
  color: #000;
  padding-top: 0.5em;
}

.intern2 {
  padding-bottom: 80px;
}
.intern2 ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.intern2 ul li {
  border: 3px solid #7fb3db;
  -webkit-box-shadow: 6px 6px 0 #e4e8ea;
          box-shadow: 6px 6px 0 #e4e8ea;
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4em;
}
.intern2 ul li .txt {
  width: 580px;
}
.intern2 ul li .txt .rubik_i {
  font-size: 60px;
  margin-top: -1.5em;
  color: #0068b7;
  opacity: 0.6;
}
.intern2 ul li .txt .ttl {
  padding: 1em 0;
  font-size: 25px;
  font-weight: 900;
  color: #0068b7;
}
.intern2 ul li .txt p {
  font-size: 16px;
}
.intern2 ul li img {
  width: 362px;
}
.intern2 .note {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding-top: 1em;
}
.intern2 .box {
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 1100px;
  margin: 4em auto 0 auto;
  text-align: center;
  padding: 1em 4em 2.5em;
}
.intern2 .box .ttl {
  font-size: 40px;
  font-weight: 900;
  color: #0068b7;
  padding: 0.25em 0 0.5em;
  border-bottom: 1px solid #bababa;
}
.intern2 .box p {
  font-size: 17px;
  margin-top: 1em;
}

.intern3 {
  background-color: #edf5f9;
  padding-bottom: 80px;
}
.intern3 ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.intern3 ul li {
  width: 350px;
  background-color: #fff;
  position: relative;
  border: 1px solid #cecece;
}
.intern3 ul li .rubik_i {
  position: absolute;
  left: 0.5em;
  top: -0.75em;
  font-size: 33px;
  color: #0068b7;
  opacity: 0.6;
}
.intern3 ul li .ttl {
  font-size: 20px;
  font-weight: 900;
  padding: 1.25em 1em 0;
  color: #0068b7;
}
.intern3 ul li p {
  font-size: 15px;
  padding: 1.25em 1.25em 2.5em;
}

/*文系・理系特集*/
.ttl2cmn.ttlbg_science {
  background: url(../img/ttlbg_science.png) no-repeat center top;
  background-size: cover;
}

.science1 {
  background: url(../img/science_bg1.png) no-repeat center top;
  background-size: cover;
  height: 430px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.science1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0068b7;
  opacity: 0.7;
  z-index: 1;
}
.science1 .ttl3 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  width: 100%;
  padding-bottom: 1em;
}
.science1 .ttl3 .sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  padding: 0.5em 1em;
  background-color: #7cc5f2;
  border-radius: 30px;
  margin-bottom: 1em;
}
.science1 .ttl3 .sub.pt2 {
  background-color: #ef9f7d;
}
.science1 .ttl3 .yellow {
  color: #ffea50;
  font-weight: 900;
}
.science1 .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0.5em;
  display: block;
  width: 114px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.science1 p {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
}

.science2 {
  padding-bottom: 40px;
}
.science2 ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.science2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.science2 ul li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.science2 ul li .txt {
  width: 700px;
}
.science2 ul li .txt .ttl3 {
  font-size: 40px;
  font-weight: 900;
  color: #0068b7;
  position: relative;
  margin-bottom: 1em;
}
.science2 ul li .txt .ttl3 span {
  opacity: 0.1;
  font-size: 70px;
  color: #0068b7;
  display: block;
  margin-bottom: -0.8em;
}
.science2 ul li .txt .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: -0.5em;
  display: block;
  width: 114px;
  height: 1px;
  background-color: #0068b7;
  margin: 0 auto;
}
.science2 ul li .txt p {
  font-size: 18px;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.science2 ul li img {
  width: 340px;
  margin-top: 20px;
}
.science2 ul .dl_bg {
  width: 100%;
  display: block;
  background-color: #f0f1f2;
  padding: 1.5em 1.75em;
  margin-top: 4em;
}
.science2 ul .dl_bg dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #555;
}
.science2 ul .dl_bg dl dt {
  width: 96px;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.science2 ul .dl_bg dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.science2 ul .dl_bg dl:first-of-type dt {
  background-color: #555555;
}
.science2 ul .dl_bg dl:nth-of-type(2) dt {
  background-color: #ffea50;
  color: #555;
}
.science2 ul .dl_bg dl:last-of-type dt {
  background-color: #0068b7;
}
.science2 ul .dl_bg dl dd {
  width: calc(100% - 96px);
  color: #555;
  font-weight: 900;
  font-size: 18px;
  padding: 0 1em;
}

#career .science1::after {
  background-color: #123072;
}

#career .science2 ul li .txt .ttl3 {
  color: #123072;
}

#career .science2 ul li .txt .ttl3 span {
  color: #123072;
}

#career .science2 ul li .txt .ttl3::before {
  background-color: #123072;
}

/*教育・研修*/
.ttl2cmn.ttlbg_training {
  background: url(../img/ttlbg_training.png) no-repeat center top;
  background-size: cover;
}

.training1 {
  background: url(../img/training_bg.png) no-repeat center top;
  background-size: cover;
  height: auto;
  padding: 40px 0;
}
.training1 .box {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  width: 1100px;
  background-color: #fff;
  position: relative;
  padding: 4em 6em;
  -webkit-box-shadow: 6px 6px 0 #e4e8ea;
          box-shadow: 6px 6px 0 #e4e8ea;
}
.training1 .box .rubik_i {
  position: absolute;
  right: 0.5em;
  top: -0.75em;
  font-size: 40px;
  color: #0068b7;
  opacity: 0.7;
}
.training1 .box .ttl3 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.75em;
}
.training1 .box .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.training1 .box p {
  font-size: 16px;
}

.training2 {
  background: url(../img/training_txtbg.png) no-repeat center 2em;
  padding-bottom: 40px;
}
.training2 > .ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding: 2em 0;
}
.training2 > .ttl span {
  font-weight: 900;
  color: #0068b7;
}
.training2 > ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.training2 > ul > li {
  position: relative;
  margin-top: 50px;
}
.training2 > ul > li .txt {
  background: url(../img/training_bg1.png) no-repeat center top;
  background-size: cover;
  padding: 3em 23em 3em 3em;
  width: 858px;
  margin-left: -20px;
}
.training2 > ul > li .txt .ttl3 {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25em;
}
.training2 > ul > li .txt .ttl3 .slug {
  font-size: 20px;
  display: block;
}
.training2 > ul > li .txt p {
  font-size: 16px;
  color: #fff;
  padding-top: 1em;
}
.training2 > ul > li .txt .voice_box {
  background-color: #fff;
  padding: 1.5em;
  margin-top: 1em;
}
.training2 > ul > li .txt .voice_box .ttl {
  font-size: 20px;
  font-weight: 900;
  color: #0068b7;
  padding-bottom: 0.5em;
}
.training2 > ul > li .txt .voice_box ul li {
  font-size: 15px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.25em;
}
.training2 > ul > li .txt .voice_box ul li::before {
  content: "●";
  color: #0068b7;
}
.training2 > ul > li img {
  position: absolute;
  top: calc(50% - 171px);
  left: 570px;
}
.training2 > ul > li:nth-of-type(even) .txt {
  background: url(../img/training_bg2.png) no-repeat center top;
  background-size: cover;
  padding: 3em 3em 3em 23em;
  margin-left: auto;
  margin-right: -20px;
}
.training2 > ul > li:nth-of-type(even) img {
  position: absolute;
  top: calc(50% - 171px);
  left: auto;
  right: 570px;
}
.training2 > ul > li:nth-of-type(3) .txt {
  background: url(../img/training_bg3.png) no-repeat center top;
  background-size: cover;
}
.training2 > ul > li:nth-of-type(4) .txt {
  background: url(../img/training_bg4.png) no-repeat center top;
  background-size: cover;
}
.training2 > ul > li:nth-of-type(5) .txt {
  background: url(../img/training_bg5.png) no-repeat center top;
  background-size: cover;
}
.training2 > ul > li:nth-of-type(6) .txt {
  background: url(../img/training_bg6.png) no-repeat center top;
  background-size: cover;
}
.training2 > ul > li:nth-of-type(7) .txt {
  background: url(../img/training_bg7.png) no-repeat center top;
  background-size: cover;
}

/*UIターン*/
.ttl2cmn.ttlbg_turn {
  background: url(../img/ttlbg_turn.png) no-repeat center top;
  background-size: cover;
}

.turn1 {
  background: url(../img/turn_bg.png) no-repeat center top;
  background-size: cover;
  padding: 5em 0;
}
.turn1 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.turn1 .wrap .ttl3 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.75em;
}
.turn1 .wrap .ttl3 span {
  display: inline-block;
  font-weight: 900;
  background-color: #00b5a8;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
}
.turn1 .wrap p {
  background-color: #fff;
  font-size: 16px;
  padding: 1em;
  width: 690px;
}

.turn_u_bg {
  background: url(../img/turn_bg2.svg) no-repeat center 2em #f2f6fb;
  padding: 0 0 6em;
}

.turn_i_bg {
  background: url(../img/turn_bg3.svg) no-repeat center 2em;
  padding: 0;
}

.turn2 .ttl3 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #0068b7;
  padding: 2em 0;
}
.turn2 .ttl3 span {
  display: inline-block;
  padding: 0.25em 0.5em;
  color: #fff;
  font-weight: 900;
  background-color: #0068b7;
  margin-right: 0.5em;
}
.turn2 ul.list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1090px;
}
.turn2 ul.list1 li {
  width: 300px;
  background-color: #fff;
}
.turn2 ul.list1 li .txt {
  font-size: 15px;
  font-weight: 900;
  color: #0068b7;
  padding: 1em 1.25em 0.25em 1em;
}
.turn2 ul.list1 li p {
  font-size: 15px;
  padding: 0 1.25em 1em 1.25em;
  word-break: break-all;
}

.turn3 {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  width: 1100px;
  margin-top: 5em;
  padding: 3em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(81, 81, 81, .5);
          box-shadow: 0 0 3px rgba(81, 81, 81, .5);
}
.turn3 .ttl3 {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.turn3 .ttl3 span {
  font-weight: 900;
  color: #0068b7;
}
.turn3 .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 127px;
  height: 1px;
  background-color: #9ac8e5;
  margin: 0 auto;
}
.turn3 ul li {
  border: 1px solid rgba(154, 200, 229, .4);
  background-color: rgba(242, 246, 251, .4);
  font-size: 14px;
  padding: 1em 1.5em;
  margin: 2em 0 0 auto;
  width: 940px;
  position: relative;
}
.turn3 ul li::before {
  content: "";
  position: absolute;
  left: -73px;
  top: calc(50% - 27px);
  display: block;
  width: 54px;
  height: 54px;
  background: url(../img/turn_ic.svg) no-repeat;
  background-size: contain;
}

.turn2.pt2 ul.list1 li {
  background-color: #edf5f9;
}

.turn4 {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding: 8em 0 4em;
}
.turn4 .ttl3 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
.turn4 .ttl3 .blue {
  font-weight: 900;
  font-size: 50px;
  color: #0068b7;
}
.turn4 .ttl3 .bg {
  font-size: 30px;
  font-weight: 900;
  padding: 0.75em;
  background-color: #ffea50;
  border-radius: 50%;
  margin-right: 1em;
}
.turn4 .rank_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.turn4 .rank_wrap .box {
  background-color: #edf5f9;
  width: 533px;
}
.turn4 .rank_wrap .box .ttl {
  background: url(../img/turn_ic2.svg) no-repeat 0.5em center #0068b7;
  font-size: 25px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  padding: 0.5em;
}
.turn4 .rank_wrap .box:last-of-type .ttl {
  background: url(../img/turn_ic3.svg) no-repeat 0.5em center #0068b7;
}
.turn4 .rank_wrap .box .rank_list {
  padding: 2em;
}
.turn4 .rank_wrap .box .rank_list li {
  border-bottom: 1px solid #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  font-size: 17px;
  font-weight: 700;
}
.turn4 .rank_wrap .box .rank_list li .rank span {
  font-weight: 900;
  font-size: 32px;
  color: #999999;
  padding-right: 0.25em;
  margin-bottom: -0.25em;
  display: inline-block;
}
.turn4 .rank_wrap .box .rank_list li .rank span.red {
  color: #ff3600;
}
.turn4 .rank_wrap .box .rank_list li .rank span.blue {
  color: #0068b7;
}

#career .turn2 .ttl3 {
  color: #123072;
}

#career .turn2 .ttl3 span {
  background-color: navy;
}

#career .turn2 ul.list1 li .txt {
  color: #123072;
}

#career .turn3 .ttl3 span {
  color: #123072;
}

#career .turn3 ul li::before {
  background-image: url(../img/turn_ic_c.svg);
}

#career .turn4 .ttl3 .blue {
  color: #123072;
}

#career .turn4 .rank_wrap .box .ttl {
  background-color: #123072;
}

/*事業内容*/
.ttl2cmn.ttlbg_service {
  background: url(../img/ttlbg_service.png) no-repeat center top;
  background-size: cover;
}

.service1 {
  background: url(../img/service_bg1.png) no-repeat center top;
  background-size: cover;
  height: 679px;
}
.service1 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  position: relative;
}
.service1 .wrap .box {
  position: absolute;
  left: -30px;
  top: 150px;
  width: 760px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0 #0068b7;
          box-shadow: 6px 6px 0 #0068b7;
  padding: 2em 2em 3em;
  z-index: 2;
}
.service1 .wrap .box .rubik_i {
  font-size: 60px;
  color: #0068b7;
  opacity: 0.6;
  margin-top: -1.25em;
}
.service1 .wrap .box .ttl3 {
  font-size: 40px;
  font-weight: 900;
  margin: 0.5em 0 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bababa;
}
.service1 .wrap .box .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.service1 .wrap .box .ttl {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0.75em;
}
.service1 .wrap .box .ttl span {
  font-weight: 900;
}
.service1 .wrap .box .ttl .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff76));
  background: linear-gradient(transparent 60%, #ffff76 60%);
}
.service1 .wrap .box .ttl .blue {
  color: #0068b7;
}
.service1 .wrap .box p {
  font-size: 20px;
}
.service1 .wrap img {
  position: absolute;
  right: -30px;
  top: 75px;
  z-index: 1;
}

.service2 {
  background: url(../img/service_bg2.svg) no-repeat center;
  background-size: cover;
  padding: 6em 0;
}
.service2 .rubik_i {
  font-size: 60px;
  color: #0068b7;
  opacity: 0.7;
  text-align: center;
}
.service2 .youtube iframe {
  margin: 4em auto 0 auto;
  display: block;
}

.service3 {
  padding: 6em 0 2em;
}
.service3 .ttl3 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
}
.service3 .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.service3 img {
  display: block;
  margin: 4em auto 0 auto;
}

#career .service1 .wrap .box .rubik_i {
  color: #123072;
}

#career .service1 .wrap .box .ttl3 span {
  color: #123072;
}

#career .service1 .wrap .box .ttl .blue {
  color: #123072;
}

#career .service1 .wrap .box {
  -webkit-box-shadow: 6px 6px 0 #123072;
          box-shadow: 6px 6px 0 #123072;
}

#career .service2 .rubik_i {
  color: #123072;
}

#career .service3 .ttl3 span {
  color: #123072;
}

/*座談会*/
.ttl2cmn.ttlbg_sympo {
  background: url(../img/ttlbg_sympo.png) no-repeat center top;
  background-size: cover;
}

.sympo1 {
  background: url(../img/sympo_bg1.svg) no-repeat center top 4em;
  padding: 6em 0 3em;
}
.sympo1 .desc {
  text-align: center;
  font-size: 20px;
}
.sympo1 .ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #0068b7;
  margin-top: 3em;
  margin-bottom: 1em;
}
.sympo1 .member_list {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.sympo1 .member_list li {
  width: 257px;
  text-align: center;
}
.sympo1 .member_list li img{
  border-radius: 50%;
}
.sympo1 .member_list li .name {
  font-size: 14px;
  margin-top: 1.5em;
}
.sympo1 .member_list li .name span {
  font-size: 18px;
  font-weight: 900;
  padding: 0 0.5em;
}
.sympo1 .member_list li p {
  font-size: 14px;
  padding: 1em;
  width: 94%;
  margin: 1em auto 0 auto;
  text-align: left;
}
.sympo1 .member_list li:first-of-type p {
  background-color: rgba(0, 104, 183, .15);
}
.sympo1 .member_list li:nth-of-type(2) p {
  background-color: rgba(0, 181, 146, .15);
}
.sympo1 .member_list li:nth-of-type(3) p {
  background-color: rgba(232, 152, 35, .15);
}
.sympo1 .member_list li:nth-of-type(4) p {
  background-color: rgba(255, 125, 206, .15);
}

.sympo1 .color1, .sympo2 .color1 {
  color: #0068b7;
}
.sympo1 .color2, .sympo2 .color2 {
  color: #00b592;
}
.sympo1 .color3, .sympo2 .color3 {
  color: #e89823;
}
.sympo1 .color4, .sympo2 .color4 {
  color: #ff7dce;
}

.sympo2 {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding: 0;
  width: 1100px;
  margin-top: 5em;
  -webkit-box-shadow: 0 0 4px rgba(81, 81, 81, .5);
          box-shadow: 0 0 4px rgba(81, 81, 81, .5);
}
.sympo2 .head {
  background-color: #edf5f9;
  padding: 3em 0;
  text-align: center;
  position: relative;
}
.sympo2 .head .rubik_i {
  font-size: 100px;
  position: absolute;
  left: 20px;
  top: -50px;
  color: #0068b7;
  opacity: 0.2;
}
.sympo2 .head .ttl3 {
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
.sympo2 .head .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 127px;
  height: 1px;
  background-color: #0068b7;
  margin: 0 auto;
}
.sympo2 .head .ttl4 {
  font-size: 22px;
  font-weight: 900;
  color: #0068b7;
}
.sympo2 .box {
  padding: 3em 2em 2em;
}
.sympo2 .box img {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.sympo2 .box ul li {
  font-size: 15px;
  text-indent: -55px;
  margin-left: 55px;
  margin-bottom: 1em;
}
.sympo2 .box ul li span {
  font-size: 18px;
  font-weight: 900;
}

.sympo2.pt2 .head .rubik_i {
  left: auto;
  right: 20px;
}

.sympo2.pt2 .box img {
  float: left;
  margin: 0 calc(80px + 1.5em) 1.5em 0;
}

/*働き方改革*/
.ttl2cmn.ttlbg_wsr {
  background: url(../img/ttlbg_wsr.png) no-repeat center top;
  background-size: cover;
}

.wsr1 {
  background: url(../img/wsr_bg1.png) no-repeat center top;
  padding: 6em 0;
}
.wsr1 > .ttl3 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 0.75em;
}
.wsr1 > .ttl3 span {
  font-weight: 900;
  color: #0068b7;
}
.wsr1 > p {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  font-size: 15px;
  text-align: center;
}

.wsr2 {
  background-color: #edf5f9;
  padding: 8em 0;
}
.wsr2 > .ttl3 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.wsr2 > .ttl3 span {
  font-weight: 900;
  color: #0068b7;
}
.wsr2 > .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 113px;
  height: 1px;
  background-color: #9ac8e5;
  margin: 0 auto;
}
.wsr2 > .sub {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #0068b7;
}
.wsr2 > .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-top: 1em;
}
.wsr2 > .box {
  background-color: #fff;
  width: 1100px;
  margin: 4em auto 0 auto;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
          box-shadow: 0 0 7px rgba(0, 0, 0, .3);
  padding: 3em;
}
.wsr2 > .box > .ttl4 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.75em;
  color: #0068b7;
}
.wsr2 > .box > .desc {
  font-size: 16px;
  text-align: center;
}
.wsr2 > .box .before_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4em;
}
.wsr2 > .box .before_a li {
  background-color: #449dc1;
  padding: 2em;
  width: 50%;
}
.wsr2 > .box .before_a li .ttl {
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding: 0.5em 0 0.75em;
  font-weight: 900;
}
.wsr2 > .box .before_a li .ttl span {
  font-size: 20px;
  font-weight: 900;
  display: block;
  text-align: center;
}
.wsr2 > .box .before_a li dl {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5em;
  min-height: 241px;
}
.wsr2 > .box .before_a li dl dt {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bababa;
  margin-bottom: 0.75em;
}
.wsr2 > .box .before_a li dl dd {
  font-size: 15px;
  margin-top: 0.25em;
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.wsr2 > .box .before_a li dl dd::before {
  content: "●";
  color: #0068b7;
  margin-right: 0.25em;
}
.wsr2 > .box .before_a li:last-of-type {
  background-color: #0068b7;
}
.wsr2 > .box .before_a li:last-of-type dl dt {
  color: #0068b7;
}
.wsr2 > .box .before_a li:last-of-type dl dd.img {
  text-indent: 0;
  margin-left: 0;
  text-align: center;
}
.wsr2 > .box .before_a li:last-of-type dl dd.img::before {
  display: none;
}
.wsr2 > .box > .ttl {
  width: 100%;
  background-color: #0068b7;
  font-size: 25px;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 30px;
  color: #fff;
  font-weight: 900;
  margin-top: 2em;
}
.wsr2 > .box .wsr_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.wsr2 > .box .wsr_list1 li {
  margin-top: 1em;
  border: 1px solid #c1c1c1;
  background-color: #f4f7f9;
  width: 500px;
  padding: 2em;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
}
.wsr2 > .box .wsr_list1 li img {
  margin: 1em auto 0 auto;
  display: block;
}
.wsr2 > .box .note {
  margin-top: 1em;
  font-size: 12px;
  text-align: right;
}
.wsr2 > .box .after {
  text-align: center;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  margin-top: 1.75em;
  padding-bottom: 2em;
}
.wsr2 .turn3 {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
          box-shadow: 0 0 7px rgba(0, 0, 0, .3);
  margin: 4em auto 0 auto;
}
.wsr2 .turn3 .ttl3 {
  font-size: 40px;
  color: #0068b7;
  position: static;
  padding-bottom: 0;
}

#career .wsr1 > .ttl3 span {
  color: #123072;
}

#career .wsr2 > .ttl3 span {
  color: #123072;
}

#career .wsr2 > .sub {
  color: #123072;
}

#career .wsr2 > .box > .ttl4 {
  color: #123072;
}

#career .wsr2 > .box .before_a li:last-of-type {
  background-color: #123072;
}

#career .wsr2 > .box .before_a li:last-of-type dl dt {
  color: #123072;
}

#career .wsr2 .turn3 .ttl3 {
  color: #123072;
}

#career .wsr2 > .box > .ttl {
  background-color: #123072;
}

/*仕事を知る*/
.ttl2cmn.ttlbg_work {
  background: url(../img/ttlbg_work.png) no-repeat center top;
  background-size: cover;
}

.work1 {
  padding: 6em 0;
}
.work1 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  background: url(../img/work1.png) right top no-repeat;
  position: relative;
}
.work1 .wrap .rubik_i {
  font-size: 60px;
  color: #0068b7;
  opacity: 0.7;
}
.work1 .wrap .ttl3 {
  font-size: 40px;
  font-weight: 900;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.work1 .wrap .ttl3 span {
  font-weight: 900;
}
.work1 .wrap p {
  font-size: 16px;
  width: 490px;
}
.work1 .wrap span {
  color: #0068b7;
}
.work1 .wrap img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.work2 {
  background-color: rgba(18, 48, 114, .1);
  padding: 6em 0;
}
.work2 .ttl3 {
  text-align: center;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  padding: 0 0 4em 0;
}
.work2 .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.work2 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  position: relative;
}
.work2 .wrap .box {
  background-color: #fff;
  padding: 3em 23em 2em 3em;
  width: 910px;
  -webkit-box-shadow: 6px 6px 0 #e4e8ea;
          box-shadow: 6px 6px 0 #e4e8ea;
  border: 3px solid #ebf2fc;
  min-height: 380px;
}
.work2 .wrap .box .rubik_i {
  font-size: 44px;
  color: #0068b7;
  opacity: 0.3;
  margin: -1.7em 0 0 -1em;
}
.work2 .wrap .box .ttl4 {
  font-size: 35px;
  font-weight: 900;
  color: #0068b7;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0068b7;
  padding-left: 1.75em;
  margin-top: 0.25em;
}
.work2 .wrap .box .ttl4.pt1 {
  background: url(../img/work_ic1.svg) no-repeat left 36%;
}
.work2 .wrap .box .ttl4.pt2 {
  background: url(../img/work_ic2.svg) no-repeat left 36%;
}
.work2 .wrap .box .ttl4.pt3 {
  background: url(../img/work_ic3.svg) no-repeat left 36%;
}
.work2 .wrap .box .ttl4.pt4 {
  background: url(../img/work_ic4.svg) no-repeat left 36%;
}
.work2 .wrap .box p {
  font-size: 16px;
  padding-top: 1em;
}
.work2 .wrap .box > .ttl {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  padding: 0.25em 1.25em;
  background-color: #76afcc;
  display: inline-block;
  margin-top: 1em;
}
.work2 .wrap .box .img {
  position: absolute;
  right: 30px;
  top: 3em;
}
.work2 .wrap .box .brand_box {
  width: 100%;
  background-color: #ebf2fc;
  padding: 2em 2em 2em 3em;
  margin-top: 1em;
}
.work2 .wrap .box .brand_box .ttl {
  font-size: 20px;
  font-weight: 900;
  border-left: 9px solid #0068b7;
  padding-left: 0.5em;
}
.work2 .wrap .box .brand_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work2 .wrap .box .brand_box ul li {
  margin-right: 1em;
  margin-top: 1em;
}
.work2 .wrap .box .brand_box ul li:nth-of-type(even) {
  margin-right: 0;
}

.work2.pt1 {
  background: url(../img/work_bg1.svg) no-repeat center 2em #f2f6fb;
}

.work2.pt2 {
  background-color: #fff;
}

.work2.pt2 .wrap .box {
  margin-left: auto;
  padding: 3em 3em 2em 23em;
}

.work2.pt2 .wrap .box .img {
  right: auto;
  left: 30px;
  top: 3em;
}

.work2.pt2 .wrap .box .rubik_i {
  margin: -1.7em -1em 0 0;
  text-align: right;
}

#career .work1 .wrap .rubik_i {
  color: #123072;
}

#career .work1 .wrap span {
  color: #123072;
}

#career .work2 .ttl3 span {
  color: #123072;
}

#career .work2 .wrap .box .rubik_i {
  color: #123072;
}

#career .work2 .wrap .box .ttl4 {
  color: #123072;
  border-color: #123072;
}

#career .work2 .wrap .box .brand_box .ttl {
  border-color: #123072;
}

#career .work2 .wrap .box .ttl4.pt1 {
  background-image: url(../img/work_ic1n.svg);
}

#career .work2 .wrap .box .ttl4.pt2 {
  background-image: url(../img/work_ic2n.svg);
}

#career .work2 .wrap .box .ttl4.pt3 {
  background-image: url(../img/work_ic3n.svg);
}

#career .work2 .wrap .box .ttl4.pt4 {
  background-image: url(../img/work_ic4n.svg);
}

/*福利厚生*/
.ttl2cmn.ttlbg_welfare {
  background: url(../img/ttlbg_welfare.png) no-repeat center top;
  background-size: cover;
}

.welfare1 {
  padding: 6em 0 3em;
}
.welfare1 > ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.welfare1 > ul > li {
  width: 350px;
  margin-right: 25px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
          box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  position: relative;
}
.welfare1 > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.welfare1 > ul > li .rubik_i {
  position: absolute;
  right: 0;
  top: -0.75em;
  font-size: 32px;
  color: #0068b7;
  opacity: 0.6;
}
.welfare1 > ul > li .ttl3 {
  font-size: 25px;
  font-weight: 900;
  color: #0068b7;
  padding: 0.75em 10px 0.5em;
  border-bottom: 1px solid #bababa;
  width: calc(100% - 20px);
  margin: 0 auto 0.6em;
}
.welfare1 > ul > li p {
  font-size: 15px;
  padding: 0 16px 20px 16px;
}
.welfare1 > ul > li ul {
  font-size: 15px;
  padding: 0 16px 20px 16px;
}
.welfare1 > ul > li ul li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.welfare1 > ul > li ul li::before {
  content: "●";
  color: #0068b7;
  margin-right: 0.25em;
}

#career .welfare1 > ul > li .rubik_i {
  color: #123072;
}

#career .welfare1 > ul > li .ttl3 {
  color: #123072;
}

#career .welfare1 > ul > li ul li::before {
  color: #123072;
}

/*会社概要・沿革*/
.ttl2cmn.ttlbg_about {
  background: url(../img/ttlbg_about.png) no-repeat center top;
  background-size: cover;
}

.about1 {
  padding: 6em 0;
}
.about1 .ttl3 {
  font-size: 40px;
  text-align: center;
  color: #0068b7;
  font-weight: 900;
  padding-bottom: 1em;
}
.about1 dl {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about1 dl dt {
  width: 238px;
  background-color: #edf5f9;
  color: #0068b7;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #bababa;
  text-align: center;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about1 dl dd {
  width: calc(100% - 238px);
  font-size: 15px;
  border: 1px solid #bababa;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
  border-left: none;
}

.about2 {
  padding: 6em 0;
  background-color: #f2f6fb;
}
.about2 .ttl3 {
  font-size: 40px;
  text-align: center;
  color: #0068b7;
  font-weight: 900;
  padding-bottom: 1em;
}
.about2 p {
  font-size: 15px;
  text-align: center;
  padding-bottom: 4em;
}
.about2 dl {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about2 dl dt {
  width: 141px;
  background-color: #0068b7;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about2 dl dt span {
  font-size: 25px;
  font-weight: 700;
}
.about2 dl dd {
  width: calc(100% - 141px);
  font-size: 15px;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  background-color: #fff;
}

#career .about1 .ttl3,
#career .about2 .ttl3 {
  color: #123072;
}

#career .about1 dl dt {
  color: #123072;
}

#career .about2 dl dt {
  background-color: #123072;
}

/*キャリアプラン*/
.ttl2cmn.ttlbg_plan {
  background: url(../img/ttlbg_plan.png) no-repeat center top;
  background-size: cover;
}

.plan1 {
  padding: 6em 0;
}
.plan1 .ttl3 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
.plan1 .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 113px;
  height: 1px;
  background-color: #0068b7;
  margin: 0 auto;
}
.plan1 .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.plan1 .wrap {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan1 .wrap .txt {
  width: 493px;
}
.plan1 .wrap .txt p {
  font-size: 16px;
  line-height: 2.2;
}
.plan1 .wrap .txt .box {
  margin-top: 3em;
  width: 100%;
  background-color: #e6eef4;
  padding: 2em;
}
.plan1 .wrap .txt .box .ttl {
  font-size: 25px;
  font-weight: 900;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.plan1 .wrap .txt .box .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 113px;
  height: 1px;
  background-color: #0068b7;
}

.plan2 {
  background: url(../img/plan_bg1.svg) no-repeat center 2em #f2f6fb;
  padding: 5em 0 0em;
}
.plan2.pt2 {
  background-image: url(../img/plan_bg2.svg);
}
.plan2 .ttl3 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding: 1em 0 2em;
}
.plan2 .desc {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 4em;
  text-align: center;
}
.plan2 > ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan2 > ul > li {
  width: 350px;
  margin-right: 25px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
          box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  position: relative;
  background-color: #fff;
}
.plan2 > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.plan2 > ul > li .rubik_i {
  position: absolute;
  left: 0;
  top: -0.75em;
  font-size: 32px;
  color: #0068b7;
  opacity: 0.6;
}
.plan2 > ul > li .ttl3 {
  font-size: 20px;
  font-weight: 900;
  color: #0068b7;
  padding: 0.75em 5px 0.5em;
  border-bottom: 1px solid #bababa;
  width: calc(100% - 20px);
  margin: 0 auto 0.6em;
  text-align: left;
}
.plan2 > ul > li p {
  font-size: 15px;
  padding: 0 16px 20px 16px;
}
.plan2 > ul > li ul {
  font-size: 15px;
  padding: 0 16px 20px 16px;
}
.plan2 > ul > li ul li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.plan2 > ul > li ul li::before {
  content: "●";
  color: #0068b7;
  margin-right: 0.25em;
}

.plan3 {
  padding: 6em 0;
}
.plan3 .ttl3 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
.plan3 .ttl3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  width: 113px;
  height: 1px;
  background-color: #0068b7;
  margin: 0 auto;
}
.plan3 .ttl3 span {
  color: #0068b7;
  font-weight: 900;
}
.plan3 .desc {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 2em;
}
.plan3 ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
}
.plan3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6ecf4;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 104, 183, .4);
          box-shadow: 6px 6px 0 rgba(0, 104, 183, .4);
  margin: 5em auto 0 auto;
  width: 80%;
  position: relative;
}
.plan3 ul li:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.plan3 ul li:nth-of-type(odd) .rubik_i {
  left: auto;
  right: 0.5em;
}
.plan3 ul li .rubik_i {
  font-size: 25px;
  color: #0068b7;
  opacity: 0.3;
  position: absolute;
  left: 0.5em;
  top: -0.75em;
}
.plan3 ul li .txt {
  padding: 0 4em;
}
.plan3 ul li .txt .ttl {
  font-size: 20px;
  color: #0068b7;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #bababa;
  font-weight: 900;
}
.plan3 ul li .txt p {
  font-size: 15px;
}

/*数字で見る*/
.ttl2cmn.ttlbg_data {
  background: url(../img/ttlbg_data.jpg) no-repeat center top;
  background-size: cover;
}

.data1 {
  padding: 6em 0 3em;
  background-color: #f2f6fb;
}
.data1 > ul {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.data1 > ul > li {
  width: 350px;
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
          box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  position: relative;
  background-color: #efefef;
}
.data1 > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.data1 > ul > li p {
  font-size: 15px;
  padding: 1em 16px 20px 16px;
}
.data1 > ul > li:last-of-type {
  width: 725px;
  margin-right: 0;
}

#career .training1 {
  background-image: url(../img/training_bg_c.png);
}

#career .training1 .box .rubik_i {
  color: #123072;
}

#career .training1 .box .ttl3 span {
  color: #123072;
}

#career .training2 > .ttl span {
  color: #123072;
}

#career .training2 > ul > li:first-of-type .txt {
  background-image: url(../img/training_bg1c.png);
}

#career .training2 > ul > li:nth-of-type(2) .txt {
  background-image: url(../img/training_bg2c.png);
}

#career .training2 > ul > li:nth-of-type(3) .txt {
  background-image: url(../img/training_bg3c.png);
}

#career .training2 > ul > li:nth-of-type(4) .txt {
  background-image: url(../img/training_bg4c.png);
}

#career .training2 > ul > li .txt .voice_box .ttl {
  color: #123072;
}

#career .training2 > ul > li .txt .voice_box ul li::before {
  color: #123072;
}

#career .plan1 .ttl3 span {
  color: #123072;
}

#career .plan1 .wrap .txt .box .ttl::before {
  background-color: #123072;
}

#career #career .plan1 .wrap .txt .box {
  background-color: rgba(18, 48, 114, .1);
}

#career .plan2 > ul > li .rubik_i {
  color: #123072;
}

#career .plan2 > ul > li .ttl3 {
  color: #123072;
}

#career .plan3 .ttl3 span {
  color: #123072;
}

#career .plan3 ul li .txt .ttl {
  color: #123072;
}

#career .plan3 ul li .rubik_i {
  color: #123072;
}

#career .plan3 ul li {
  -webkit-box-shadow: 6px 6px 0 rgba(18, 48, 114, .4);
          box-shadow: 6px 6px 0 rgba(18, 48, 114, .4);
}

#career .plan2 {
  background-image: url(../img/plan_bg1c.svg);
}

#career .training2 {
  background-image: url(../img/training_txtbg_c.png);
}

#career .plan2.pt2 {
  background-image: url(../img/plan_bg2c.svg);
}

#career .wrap .txt .box {
  background-color: #f2f6fb;
}

/*プライバシー*/
.ttl2_privacy {
  font-size: 40px;
  text-align: center;
  padding: 2em 0 1em;
  font-weight: 900;
  color: #0068b7;
}

.privacy1 {
  margin: 0 auto;
  padding: 0 30px;
  width: 1160px;
  padding-bottom: 8em;
}
.privacy1 h3 {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  padding: 1em 0;
}
.privacy1 h4 {
  font-weight: 700;
  font-size: 20px;
  padding: 3em 0 0;
  position: relative;
  color: #0068b7;
}
.privacy1 h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #0068b7;
  margin-top: 15px;
  display: block;
}
.privacy1 p {
  font-size: 15px;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/pc.css.map */

/*追加*/
.mw_wp_form_complete p{
  font-size: 16px;
  font-weight: 700;
}
.js-pagetop a{
  display: block;
  position: fixed;
  right: 1em;
  bottom: 5em;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: url(../img/page_top.svg) no-repeat;
  background-size: contain;
  transition: 0.5s;
  cursor: pointer;
}