/*color*/
.bg-blue {
  background-color: #f7f9ff;
}

/*font*/
.en {
  font-family: 'Oswald', sans-serif;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

/*---------------------------------------
	common
----------------------------------------*/
.sub section {
  max-width: unset;
  width: 100%;
}

.sub .inner {
  padding: 100px 0;
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

.sub strong {
  font-weight: bold;
}

.sub .color {
  color: #0f2f77;
  font-weight: bold;
}

.sub .border {
  border-bottom: 1px solid #0f2f77;
}

.sub .image_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.sub p {
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: left;
  padding-top: 4px;
}

.sub p.center {
  text-align: center;
}

.sub p.right {
  text-align: right;
}

.sub table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #0f2f77;
}

.sub table.def-table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  padding: 1rem;
  border-bottom: 1px solid #fff;
  background: #0f2f77;
  color: #fff;
  font-weight: bold;
}

.sub table.def-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #0f2f77;
}

.sub .def-btn {
  font-size: 18px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
  border: none;
  position: relative;
  letter-spacing: .1em;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1000;
}

.sub .def-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #202020;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.sub .def-btn:hover::before {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.sub .def-btn a {
  width: 100%;
  height: 60px;
  line-height: 55px;
  display: block;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.sub .def-btn.center_btn a {
  margin-left: auto;
  margin-right: auto;
}

.sub .wd30 li.box {
  width: 31%;
}

.sub .wd30 li.box img {
  width: 100%;
}

.sub .wd50 .box {
  width: 48%;
}

.sub .wd50 .box img {
  width: 100%;
}

.sub .wd70 .box {
  width: 70%;
}

.sub .wd70 .s_box {
  width: 28%;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    padding: 60px 0;
  }
  .sub table.def-table th {
    width: 100%;
    display: block;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .sub table.def-table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .sub .wd30 li.box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub .wd30 li.box:last-child {
    margin-bottom: 0;
  }
  .sub .wd50 .box {
    width: 100%;
  }
  .sub .wd50 dd {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .wd50 li {
    margin-bottom: 20px;
  }
  .sub .wd50 li:last-child {
    margin-bottom: 0;
  }
  .sub .wd70 .box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .wd70 .s_box {
    width: 100%;
  }
}

/*main vis*/
.sub_mainvis {
  background: url(../images/common/sub_mv.jpg) no-repeat center/cover;
  position: relative;
  height: 150px;
}

.sub_mainvis h2 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  width: 90%;
  max-width: 1040px;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub_mainvis h2.small {
  font-size: 35px;
}

.sub_mainvis h2 span {
  font-size: 50px;
  margin-right: 10px;
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  background: #f7f9ff;
  text-align: right;
}

.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: '>';
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 100px;
  }
  .sub_mainvis h2 {
    font-size: 15px;
    line-height: 40px;
  }
  .sub_mainvis h2 span {
    font-size: 30px;
  }
  .sub_mainvis h2.small {
    font-size: 25px;
  }
}

/*---------------------------------------
	sb
----------------------------------------*/
.pagenation li {
  display: inline;
}

.pagenation li a {
  display: inline-block;
  color: inherit;
  background-color: #0f2f77;
  border: 2px solid #0f2f77;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.pagenation li a:hover, .pagenation li a:active {
  border: 2px solid #0f2f77;
  background-color: #fff;
  color: #0f2f77;
  z-index: 10;
  font-weight: bold;
}

.current span {
  display: inline-block;
  color: inherit;
  background-color: #0f2f77;
  border: 2px solid #0f2f77;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.back-btn a {
  display: block;
  background-color: #0f2f77;
  border: 2px solid #0f2f77;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 200px;
  margin: 3rem auto 0;
  padding: 1rem;
  -webkit-transition: .4s;
  transition: .4s;
}

.back-btn a:hover, .back-btn a:active {
  border: 2px solid #0f2f77;
  background-color: #fff;
  color: #0f2f77;
  z-index: 10;
  font-weight: bold;
}

.sub .ttl_01 {
  font-size: 25px;
  line-height: 40px;
  position: relative;
  padding: 0.25em 0 20px;
}

.sub .ttl_01::after {
  content: "";
  display: block;
  height: 4px;
  bottom: 0;
  width: 40%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
}

.sub .ttl_01 span.en {
  font-family: 'Lato', sans-serif;
  margin: 0 5px;
}

.sub .ttl_02 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.sub .ttl_02 span {
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 70px;
}

.sub .ttl_02 span strong {
  position: relative;
  z-index: 0;
}

.sub .ttl_02 span strong::after {
  content: "";
  display: block;
  height: 4px;
  width: 40%;
  position: absolute;
  left: 50%;
}

.sub .ttl_03 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
}

.sub .ttl_03 span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #0f2f77;
}

.sub .ttl_04 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
  border-left: 5px solid #0f2f77;
  padding-left: 10px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .sub .ttl_01 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .sub .ttl_01::after {
    width: 100%;
  }
  .sub .ttl_02 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sub .ttl_02 span {
    font-size: 40px;
    line-height: 60px;
  }
  .sub .ttl_02 span strong::after {
    top: 0px;
    left: -1px;
  }
  .sub .ttl_03 {
    font-size: 18px;
  }
  .sub .ttl_03 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sub .ttl_04 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
  }
}

/*---------------------------------------
	subpage
----------------------------------------*/
.sub {
  overflow-y: hidden;
}

.sub .bg {
  background-color: #f7f9ff;
}

.sub .wc_h3_01 {
  margin-bottom: 60px;
}

.sub .inner .car-icon {
  position: relative;
  width: 100%;
}

.sub .inner .car-icon::before {
  position: absolute;
  z-index: 10;
  background-image: url(../images/common/car.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 100%;
  top: 0px;
  left: 50%;
  content: "";
}

.sub .inner .fish-icon {
  position: relative;
  width: 100%;
}

.sub .inner .fish-icon::before {
  position: absolute;
  z-index: 10;
  background-image: url(../images/common/fissing.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 105px;
  top: 20px;
  left: 36%;
  content: "";
}

.sub .inner .ttl_01 {
  font-size: 26px;
  margin: 80px 0 40px;
}

.sub .inner .ttl_01:first-child {
  margin-top: 0;
}

.sub .inner .sitemap_list li {
  margin-bottom: 20px;
}

.jp_slide_img_wrapper {
  position: relative;
  width: 100%;
  height: 35vh;
  background-image: url(../images/recruit/img02.png);
  background-size: cover;
  background-position: 0 0;
  -webkit-animation-name: slide_img;
          animation-name: slide_img;
  -webkit-animation-duration: 200s;
          animation-duration: 200s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}

@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}

.jp_slide_img_overlay {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 86, 145, 0.2);
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl_01 {
    margin: 40px 0;
    font-size: 20px;
  }
  .sub .inner .ttl_01::after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
    background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
  }
  .sub .inner .car-icon::before {
    background-size: 50px;
    width: 50px;
    height: 100%;
    top: 20px;
    left: 70%;
    content: "";
  }
  .sub .inner .fish-icon::before {
    background-size: 50px;
    width: 50px;
    height: 100%;
    top: 10px;
    left: 60%;
    content: "";
  }
}

.sub .inner .business-text {
  width: 50%;
}

.sub .inner .business-text .ttl_01 {
  font-size: 24px;
}

.sub .inner .business-text .ttl_01::after {
  width: 100%;
}

.sub .inner .flow ul li {
  width: 31%;
  margin: 0 1% 20px;
  position: relative;
  padding: 80px 20px 30px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}

.sub .inner .flow ul li h4 {
  margin-top: 10px;
  font-size: 16px;
}

.sub .inner .flow ul li p {
  margin-top: 10px;
}

.sub .inner .flow ul .flow01::before {
  position: absolute;
  background-image: url(../images/business/icon01.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .flow ul .flow02::before {
  position: absolute;
  background-image: url(../images/business/icon02.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .flow ul .flow03::before {
  position: absolute;
  background-image: url(../images/business/icon03.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .flow ul .flow04::before {
  position: absolute;
  background-image: url(../images/business/icon04.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .flow ul .flow05::before {
  position: absolute;
  background-image: url(../images/business/icon05.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .business-5G {
  background-image: url(../images/business/icon06.png);
  background-repeat: no-repeat;
}

.sub .inner .business-5G .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub .inner .business-5G .flex .business-text .ttl_01 {
  padding: 15px 0px 20px 120px;
}

.sub .inner .day .text_center {
  text-align: center;
  font-size: 16px;
}

.sub .inner .day .flow-box {
  position: relative;
  margin-top: 3rem;
}

.sub .inner .day .flow-box::before {
  content: "";
  position: absolute;
  left: calc( 50% - 2px);
  top: 0;
  width: 4px;
  height: 100%;
  background: #0f2f77;
}

.sub .inner .day .flow-box__item {
  margin-right: calc( 50% + 60px);
  border: 3px solid #0f2f77;
  padding: 30px 40px 36px;
  position: relative;
  background: #fff;
}

.sub .inner .day .flow-box__item span {
  font-weight: bold;
  color: #fe5f55;
}

.sub .inner .day .flow-box__item:nth-of-type(even) {
  margin-right: 0;
  margin-left: calc( 50% + 60px);
}

.sub .inner .day .flow-box__item:nth-of-type(even)::before {
  right: auto;
  left: -73px;
}

.sub .inner .day .flow-box__item:nth-of-type(even)::after {
  right: auto;
  left: -70px;
}

.sub .inner .day .flow-box__item::before {
  content: "";
  position: absolute;
  right: -73px;
  top: calc( 50% - 12px);
  width: 24px;
  height: 24px;
  background: #0f2f77;
  border-radius: 24px;
}

.sub .inner .day .flow-box__item::after {
  content: "";
  position: absolute;
  right: -70px;
  top: calc( 50% - 1px);
  width: 70px;
  border: 2px dashed #0f2f77;
}

.sub .inner .day .flow-box__item + .flow-box__item {
  margin-top: -60px;
}

.sub .inner .day .flow-box__text {
  border-bottom: 2px solid #0f2f77;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.sub .inner .day .flow-box__time {
  color: #fe5f55;
  position: relative;
  padding-right: .75em;
  margin-right: .5em;
  font-weight: bold;
}

.sub .inner .day .flow-box__time::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: calc( 100% - 24px);
  background: #0f2f77;
}

.sub .inner .day .flow-box__title {
  letter-spacing: .05em;
  font-weight: bold;
  text-align: left;
}

.sub .inner .day .flow-box__figure {
  margin-top: 24px;
}

.sub .inner .day .flow-box__figure img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .youtube {
    height: 300px;
  }
  .sub .inner .business-img {
    width: 100%;
  }
  .sub .inner .business-text {
    width: 100%;
  }
  .sub .inner .business-text .ttl_01 {
    margin-top: 40px;
    font-size: 20px;
  }
  .sub .inner .business-5G .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sub .inner .business-5G .flex .business-text .ttl_01 {
    padding: 15px 0px 20px 80px;
    background-image: url(../images/business/icon06_sp.png);
    background-repeat: no-repeat;
    font-size: 20px;
  }
  .sub .inner .flow ul li {
    width: 100%;
  }
  .sub .inner .day .flow-box::before {
    width: 3px;
  }
  .sub .inner .day .flow-box .flow-box__item {
    margin: 0;
    padding: 12px 20px 20px;
    border: 1px solid #0f2f77;
  }
  .sub .inner .day .flow-box .flow-box__item:nth-of-type(even) {
    margin: 0;
  }
  .sub .inner .day .flow-box .flow-box__item + .flow-box__item {
    margin-top: 30px;
  }
  .sub .inner .day .flow-box .flow-box__item:before {
    display: none;
  }
  .sub .inner .day .flow-box .flow-box__item:after {
    display: none;
  }
  .sub .inner .day .flow-box .flow-box__text {
    font-size: 18px;
    border-bottom: 1px solid #0f2f77;
  }
  .sub .inner .day .flow-box .flow-box__figure {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 510px) {
  .sub .inner .business-5G .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sub .inner .business-5G .flex .business-text .ttl_01 {
    padding: 80px 0 20px 0px;
    background-image: url(../images/business/icon06_sp.png);
    background-repeat: no-repeat;
  }
}

.sub .recruit-main .recruit-main-box {
  position: relative;
}

.sub .recruit-main .recruit-main-box .main-img01 {
  display: block;
}

.sub .recruit-main .recruit-main-box .main-img-sp01 {
  display: none;
}

.sub .recruit-main .recruit-main-box .main-img-sp02 {
  display: none;
}

.sub .recruit-main .recruit-main-box .recruit-main-item {
  position: absolute;
  top: 20%;
  left: 12%;
  -webkit-transform: translateX(-12%);
          transform: translateX(-12%);
  width: 38%;
  color: #fff;
}

.sub .recruit-main .recruit-main-box .recruit-main-item h4 {
  font-size: 22px;
  line-height: 2rem;
}

.sub .recruit-main .recruit-main-box .recruit-main-item p {
  font-size: 18px;
  padding-top: 30px;
  line-height: 1.8rem;
}

.sub .inner .business_ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

.sub .inner .business_ttl span {
  background: url(../images/recruit/sub_ttl_icon03.png) no-repeat center left, url(../images/recruit/sub_ttl_icon034ng.png) no-repeat center right;
  padding: 0 40px;
}

.sub .inner .career .career-ttl {
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
  font-size: 20px;
  padding: 20px 30px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  margin-bottom: 40px;
}

.sub .inner .career .career-box .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: 3px solid #0f2f77;
  margin-bottom: 20px;
}

.sub .inner .career .career-box .flex .number {
  width: 15%;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #0f2f77;
}

.sub .inner .career .career-box .flex .career-text {
  width: 80%;
  margin-left: 20px;
}

.sub .inner .works-box .works-item {
  position: relative;
  width: 45%;
  border: 3px solid #0f2f77;
  padding: 65px 20px;
}

.sub .inner .works-box .works-item h4 {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
  padding: 20px 30px;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
}

.sub .inner .works-box .works-item .text-big {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.sub .inner .works-box .works-item ul li {
  background-color: #0f2f77;
  color: #fff;
  width: 200px;
  padding: 16px 0;
  margin: 5px;
}

.sub .inner .recruit ul li {
  width: 30%;
  position: relative;
  padding: 80px 30px 30px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}

.sub .inner .recruit ul li h4 {
  margin-top: 10px;
  font-size: 16px;
}

.sub .inner .recruit ul li p {
  margin-top: 10px;
}

.sub .inner .recruit ul .flow01::before {
  position: absolute;
  background-image: url(../images/business/icon01.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .recruit ul .flow02::before {
  position: absolute;
  background-image: url(../images/business/icon02.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .recruit ul .flow03::before {
  position: absolute;
  background-image: url(../images/business/icon03.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .recruit ul .flow04::before {
  position: absolute;
  background-image: url(../images/business/icon04.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

.sub .inner .recruit ul .flow05::before {
  position: absolute;
  background-image: url(../images/business/icon05.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
}

@media only screen and (max-width: 1115px) {
  .sub .recruit-main .recruit-main-box .recruit-main-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .sub .recruit-main .recruit-main-box .recruit-main-item h4 {
    font-size: 16px;
  }
  .sub .recruit-main .recruit-main-box .recruit-main-item {
    left: 8%;
    width: 45%;
    top: 16%;
  }
}

@media only screen and (max-width: 767px) {
  .sub .recruit-main .recruit-main-box .main-img01 {
    display: none;
  }
  .sub .recruit-main .recruit-main-box .main-img-sp01 {
    display: block;
  }
  .sub .recruit-main .recruit-main-box .main-img-sp02 {
    display: block;
    min-height: 500px;
  }
  .sub .recruit-main .recruit-main-box .recruit-main-item {
    position: absolute;
    top: calc(50% + 158px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    color: #fff;
  }
  .sub .recruit-main .recruit-main-box .recruit-main-item h4 {
    font-size: 20px;
    line-height: 2rem;
  }
  .sub .recruit-main .recruit-main-box .recruit-main-item p {
    font-size: 16px;
    padding-top: 30px;
    line-height: 1.8rem;
  }
  .sub .inner .recruit ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sub .inner .works-box .works-item {
    width: 100%;
    margin-top: 40px;
    padding: 65px 20px 40px;
  }
  .sub .inner .works-box .works-item h4 {
    padding: 20px 30px;
    width: 90%;
  }
  .sub .inner .works-box .works-item ul li {
    background-color: #0f2f77;
    color: #fff;
    width: 100%;
    padding: 16px 0;
  }
  .sub .inner .career .career-box .flex .number {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sub .inner .career .career-box .flex .career-text {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.sub .inner .recruitment-box {
  position: relative;
}

.sub .inner .recruitment-box .re_img {
  position: relative;
}

.sub .inner .recruitment-box .re_img::before {
  content: "";
  background: url(../images/recruit/icon.png) no-repeat center;
  width: 195px;
  height: 179px;
  position: absolute;
  top: -20px;
  left: 0;
}

.sub .inner .recruitment-box img {
  text-align: left;
}

.sub .inner .recruitment-box p {
  position: absolute;
  width: 50%;
  top: 120px;
  right: 30px;
  background-color: #fff;
  padding: 20px;
}

.sub .inner .recruitment-box p strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.sub .inner .recruitment-box .recruitment {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub .inner .recruitment-box .recruitment li {
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  background: #0f2f77;
  width: 300px;
  padding: 20px 0;
  color: #fff;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 20vh;
    background-image: url(../images/recruit/img02_sp.png);
    background-size: cover;
    background-position: 0 0;
    -webkit-animation-name: slide_img;
            animation-name: slide_img;
    -webkit-animation-duration: 200s;
            animation-duration: 200s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .sub .inner .recruitment-box {
    position: relative;
  }
  .sub .inner .recruitment-box .re_img::before {
    content: "";
    background: url(../images/recruit/icon.png) no-repeat center/130px;
    width: 130px;
    height: 120px;
    top: -20px;
    left: unset;
    right: 0;
  }
  .sub .inner .recruitment-box p {
    position: relative;
    width: 100%;
    top: 0px;
    right: 0;
    background-color: #fff;
    padding: 10px 0;
  }
  .sub .inner .recruitment-box .recruitment {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 510px) {
  .sub .inner .recruitment-box .recruitment {
    width: 100%;
    margin: 0 auto;
  }
}

.sub .ttl_01 {
  font-size: 30px;
  font-weight: bold;
}

.sub .ttl_01::after {
  content: "";
  display: block;
  height: 6px;
  width: 40%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
}

.sub .inner {
  padding: 100px 0;
}

.sub .inner .company-box {
  position: relative;
}

.sub .inner .company-box p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
  width: 55%;
  background-color: #fff;
  padding: 40px 20px;
  z-index: 100;
}

.sub .inner .company-box::before {
  background-image: url(../images/company/icon1.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -40px;
  left: -5%;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.sub .inner .company-box::after {
  background-image: url(../images/company/bg_blue.jpg);
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 300px;
  max-height: 350px;
  position: absolute;
  z-index: -1;
  top: 200px;
  left: auto;
	right: 0;
}

.sub .inner .company-box .img::before {
  background-image: url(../images/company/entry_line.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 40%;
  height: 400px;
  top: 97px;
  left: -330px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.sub .inner .company-box .img::after {
  background-image: url(../images/company/know_ttl.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 30%;
  height: 450px;
  top: -250px;
  /*left: 85%;*/
  bottom: 0;
  right: 0;
  z-index: 100;
}

.sub .inner .company-box img {
  width: 60%;
  display: block;
  margin: 0 auto 0 0;
}

.sub .company-bg {
  margin-top: 580px;
  background-color: #f7f9ff;
}

.sub .company-bg .inner ul li {
  margin: 0 0 40px 0;
  background: #fff;
  padding: 30px;
}

.sub .company-bg .inner ul li .text-item .text-title {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
  font-size: 18px;
  padding: 10px;
}

.sub .company-bg .inner ul li .text-item p {
  margin-top: 10px;
  padding: 0 20px;
  background-color: #fff;
}

.sub .company-bg .inner ul .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub .company-table {
  margin-top: 0;
}

.sub .company-table .wc_h3_01 {
  position: relative;
}

.sub .company-table .wc_h3_01 ::before {
  position: absolute;
  background: url(../images/recruit/icon.png) no-repeat center/160px;
  content: "";
  width: 165px;
  height: 155px;
  left: 400px;
  top: -20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .wc_h3_01 {
    margin-bottom: 20px;
  }
  .sub .inner .company-box::before {
    background-image: url(../images/company/icon1_sp.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: -50px;
    left: 82%;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .sub .inner .company-box::after {
    background-image: url(../images/company/bg_blue.jpg);
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 350px;
    max-height: 350px;
    position: absolute;
    z-index: 0;
    top: 350px;
    left: 0;
  }
  .sub .inner .company-box .img::before {
    display: none;
  }
  .sub .inner .company-box .img::after {
    background-image: url(../images/company/know_ttl_small.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 30%;
    height: 450px;
    top: 100px;
    left: 70%;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .sub .inner .company-box img {
    position: static;
    width: 100%;
  }
  .sub .inner .company-box p {
    position: relative;
    top: unset;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0px 0px;
    z-index: 100;
    -webkit-transform: unset;
            transform: unset;
  }
  .sub .company-table .wc_h3_01 ::before {
    position: absolute;
    background: url(../images/recruit/icon.png) no-repeat center/100px;
    content: "";
    width: 100px;
    height: 95px;
    left: 180px;
  }
  .sub .company-bg {
    margin-top: 300px;
  }
  .sub .company-bg .inner ul li {
    display: inline-block;
    margin-bottom: 20px;
  }
  .sub .company-bg .inner ul li img {
    width: 60%;
  }
  .sub .company-bg .inner ul li .text-item {
    width: 100%;
  }
  .sub .company-bg .inner ul li .text-item .text-title {
    color: #fff;
    font-size: 18px;
    padding: 5px;
  }
  .sub .company-bg .inner ul li .text-item p {
    padding: 0;
  }
  .sub .company-bg .inner ul .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 510px) {
  .sub .inner .company-box::before {
    background-image: url(../images/company/icon1_sp.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -50px;
    left: 70%;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .sub .inner .company-box::after {
    background-image: none;
    top: 250px;
  }
  .sub .inner .company-box .img::before {
    background-image: url(../images/company/entry_line_small.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 40%;
    height: 400px;
    top: -60%;
    left: -20%;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .sub .inner .company-box .img::after {
    background-image: url(../images/company/know_ttl_small.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 30%;
    height: 450px;
    top: -10%;
    left: 70%;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
}

@media only screen and (max-width: 510px) {
  .sub .company-bg {
    margin-top: 380px;
  }
}

.sub .blog_list li {
  border-bottom: 1px dotted #aaa;
  padding: 40px 0;
  overflow: hidden;
}

.sub .blog_list li h4 {
  text-align: left;
  font-size: 18px;
  padding-left: 10px;
  line-height: 30px;
  position: relative;
}

.sub .blog_list li h4::after {
  content: "";
  display: block;
  height: 3px;
  width: 60%;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0f2f77), color-stop(30%, #a06cd5), to(#fe5f55));
  background: linear-gradient(to right, #0f2f77, #a06cd5 30%, #fe5f55);
}

.sub .blog_list li .news_date {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.sub .blog_list li img {
  float: right;
  max-width: 400px;
  margin-left: 20px;
}

.sub .pagenation li {
  display: inline;
}

.sub .pagenation li a {
  display: inline-block;
  color: inherit;
  background-color: #0f2f77;
  border: 2px solid #0f2f77;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.sub .pagenation li a:hover, .sub .pagenation li a:active {
  border: 2px solid #fe5f55;
  background-color: #fe5f55;
  color: #fff;
  z-index: 10;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub .blog_list li h4::after {
    width: 100%;
  }
  .sub .blog_list li img {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0px 0 20px;
  }
}

.sub .privacy-content .ttl_01 {
  padding-bottom: 30px;
}

.sub .contact_btn {
  text-align: center;
}

.sub .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  background: #fe5f55;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
}

.sub .contact_btn input:hover {
  background: #0f2f77;
  opacity: .7;
}

.sub .contact_btn p {
  margin-top: 10px;
}

.sub *:focus {
  outline: none;
}

.sub .clrred {
  color: #fe5f55;
}

.sub .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .contact_btn .contact_back {
  display: block;
  position: relative;
}

.sub .contact_btn .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/btn_icon_left.png) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  left: 37%;
}

.sub .contact_btn .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  padding: 10px;
}

.sub .contact_btn .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #f68104;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.sub .contact_btn .contact_back a:hover {
  background: #262f3a;
  opacity: 0.7;
}

.sub .contact_btn .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sub .contact_btn .contact_back *:focus {
  outline: none;
}

.sub .contact_btn .contact_back .clrred {
  color: #fe5f55;
}

.sub .contact_btn .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .contact_btn .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .contact_btn .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    padding: 60px 0;
  }
}
/*# sourceMappingURL=subpage.css.map */