@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* ----------------------------------------------------------------------------------------

	reset

---------------------------------------------------------------------------------------- */
/* --------------------------------------------------
 Normailze styles
 Adapted from Normalize.css http://github.com/necolas/
--------------------------------------------------- */
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover, a:active {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

html.no-postmessage button, html.no-postmessage input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

*::-moz-placeholder {
  color: #222;
  opacity: 1;
}

:-moz-placeholder-shown {
  color: #222;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}

:placeholder-shown {
  color: #222;
  opacity: 1;
}

/* Resetting default margin and padding
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

ul {
  list-style: none;
  list-style-image: none;
}

em {
  font-style: normal;
}

small {
  font-size: 100%;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

input, textarea, select, label {
  font-family: inherit;
}

object {
  vertical-align: middle;
  outline: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

hr {
  display: none;
}

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0;
}

html.no-postmessage div {
  zoom: 1;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  overflow-x: hidden;
}

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

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

@media screen and (min-width: 768.1px) {
  .pc_view {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

/* homeHero */
.homeHero {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .homeHero {
    height: 136.667vw;
  }
}
.homeHero .heroImg {
  width: 100%;
  height: 790px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .homeHero .heroImg {
    height: 136.667vw;
  }
}

.slide_wrap {
  width: 100%;
  position: relative;
}
.slide_wrap .ttl_block {
  position: absolute;
  top: 316px;
  left: 55px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .slide_wrap .ttl_block {
    top: 51.333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.slide_wrap .ttl_block .ttl_wrap {
  color: #FFF;
}
.slide_wrap .ttl_block .ttl_wrap h2 {
  font-size: 55px;
  line-height: 1.545;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .slide_wrap .ttl_block .ttl_wrap h2 {
    font-size: 7vw;
  }
}

.slide_no1 {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .slide_no1 {
    width: 100vw;
    height: 136.667vw;
  }
}
.slide_no1::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/hero_img01.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .slide_no1::after {
    background: url(../img/top/hero_img01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.slide_no2 {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .slide_no2 {
    width: 100vw;
    height: 136.667vw;
  }
}
.slide_no2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/hero_img02.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .slide_no2::after {
    background: url(../img/top/hero_img02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.slide_no3 {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .slide_no3 {
    width: 100vw;
    height: 136.667vw;
  }
}
.slide_no3::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/hero_img03.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .slide_no3::after {
    background: url(../img/top/hero_img03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.slide_no4 {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .slide_no4 {
    width: 100vw;
    height: 136.667vw;
  }
}
.slide_no4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/hero_img04.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .slide_no4::after {
    background: url(../img/top/hero_img04_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.slide_no5 {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .slide_no5 {
    width: 100vw;
    height: 136.667vw;
  }
}
.slide_no5::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/hero_img05.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .slide_no5::after {
    background: url(../img/top/hero_img05_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.slide_no6 {
  width: 100%;
  height: 790px;
}
@media screen and (max-width: 768px) {
  .slide_no6 {
    width: 100vw;
    height: 136.667vw;
  }
}
.slide_no6::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/hero_img06.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .slide_no6::after {
    background: url(../img/top/hero_img06_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.slick-dots {
  position: absolute;
  right: 58px;
  top: 0;
  bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0;
  margin: auto;
  width: 10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 40px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 4px;
  height: 4px;
  font-family: "slick";
  font-size: 1px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: 0.75;
}

/* newsRelease */
.newsRelease {
  position: absolute;
  right: 0;
  top: 726px;
}
@media screen and (min-width: 768.1px) and (max-width: 1080px) {
  .newsRelease {
    width: 90.8vw;
  }
}
@media screen and (max-width: 768px) {
  .newsRelease {
    top: 126vw;
    width: 90.8vw;
  }
}
.newsRelease .newsRelease_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 30px 50px 55px;
  background-color: #1c47fd;
  min-height: 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap {
    padding: 18px 3.5% 18px 5.5%;
  }
}
.newsRelease .newsRelease_wrap h3 {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap h3 {
    width: 12%;
    font-size: 12px;
  }
}
.newsRelease .newsRelease_wrap #newsticky {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 210px;
  width: 52vw;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 20px;
}
@media screen and (min-width: 768.1px) and (max-width: 1080px) {
  .newsRelease .newsRelease_wrap #newsticky {
    width: 72vw;
  }
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap #newsticky {
    width: 88%;
    padding-right: 70px;
  }
}
.newsRelease .newsRelease_wrap #newsticky::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 148px;
  padding: 0 1px 0 0;
  height: 20px;
  background-color: #617ffe;
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap #newsticky::before {
    margin: auto;
    right: 49px;
  }
}
.newsRelease .newsRelease_wrap #newsticky .newsticky_Aarticle a {
  display: block;
}
.newsRelease .newsRelease_wrap a {
  text-decoration: none;
}
.newsRelease .newsRelease_wrap a:hover {
  opacity: 0.8;
}
.newsRelease .newsRelease_wrap dl.newsRelease_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap dl.newsRelease_detail {
    display: inline-block;
    margin-left: 3.6%;
    padding-left: 3.6%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 88%;
  }
}
.newsRelease .newsRelease_wrap dl.newsRelease_detail dt {
  width: 100px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap dl.newsRelease_detail dt {
    width: 100%;
    font-size: 9px;
  }
}
.newsRelease .newsRelease_wrap dl.newsRelease_detail dd {
  width: 100%;
  height: 1.5em;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap dl.newsRelease_detail dd {
    display: inline;
    width: 100%;
    font-size: 11px;
  }
}

.slide-arrow.prev-arrow {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 184px;
}
@media screen and (max-width: 768px) {
  .slide-arrow.prev-arrow {
    position: absolute;
    right: 60px;
  }
}
.slide-arrow.prev-arrow:hover {
  opacity: 0.8;
}

.slide-arrow.next-arrow {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 103px;
}
@media screen and (max-width: 768px) {
  .slide-arrow.next-arrow {
    position: absolute;
    right: 30px;
  }
}
.slide-arrow.next-arrow:hover {
  opacity: 0.8;
}

.slide-arrow.prev-arrow {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide-arrow.next-arrow {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-counter {
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .slick-counter {
    display: none;
  }
}

/* homeTtl */
#first {
  background-image: url(../img/top/homeTtl_bg01.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 70px;
  padding-top: 150px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #first {
    padding-top: 100px;
    padding-bottom: 32px;
    background-image: url(../img/top/homeTtl_bg01_sp.png);
    background-size: 100% auto;
    background-position: left bottom 20px;
  }
}

#second {
  background-image: url(../img/top/homeTtl_bg02.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 30px;
  padding-top: 109px;
}
@media screen and (max-width: 768px) {
  #second {
    padding-top: 100px;
    padding-bottom: 32px;
    background-image: url(../img/top/homeTtl_bg02_sp.png);
    background-size: 100% auto;
    background-position: left bottom 20px;
  }
}

.homeTtl {
  background-image: url(../img/top/homeTtl_dot.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 44px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .homeTtl {
    padding-left: 5vw;
    padding-bottom: 0;
    background: none;
  }
}
.homeTtl .container_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeTtl h2 {
  position: relative;
}
.homeTtl h2 .EN {
  display: block;
  position: relative;
  font-size: 82px;
  font-weight: 700;
  color: #2650ff;
  letter-spacing: 0.63em;
  line-height: 1;
  margin-left: -6px;
}
@media screen and (max-width: 768px) {
  .homeTtl h2 .EN {
    font-size: 42px;
    letter-spacing: 0.2em;
  }
}
.homeTtl h2 .jp {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #212e3d;
  letter-spacing: 0.1em;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .homeTtl h2 .jp {
    font-size: 15px;
    padding-top: 0;
    margin-top: -12px;
  }
}
.homeTtl h2 .bar {
  position: absolute;
  top: -38px;
  left: 0px;
  padding: 0 14px 3px 0;
  background-color: #2650ff;
}
@media screen and (max-width: 768px) {
  .homeTtl h2 .bar {
    font-size: 42px;
    top: -24px;
    letter-spacing: 0.2em;
    padding: 0 10px 3px 0;
  }
}
.homeTtl .cap {
  position: absolute;
  top: 0;
  left: 1290px;
  font-size: 13px;
  font-weight: 600;
  color: #2650ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768.1px) and (max-width: 1420px) {
  .homeTtl .cap {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .homeTtl .cap {
    display: none;
  }
}
.homeTtl .cap .bar {
  position: relative;
  height: 66px;
}
.homeTtl .cap .bar::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 7px;
  padding: 0 1px 40px 0;
  background-color: #2650ff;
}

/* business */
.business_wrapR .business_wrapInner {
  width: 100%;
  min-height: 1180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapInner {
    padding-top: 62.6%;
    min-height: auto;
  }
}
.business_wrapR .business_wrapRead {
  position: absolute;
  top: 246px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead {
    position: static;
    margin-left: 9.2vw;
  }
}
.business_wrapR .business_wrapRead a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgb(255, 255, 255);
  padding: 125px 46px 0 98px;
  width: 718px;
  height: 503px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.business_wrapR .business_wrapRead a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a {
    width: 90.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 65px 7.7% 34px 10%;
    height: auto;
  }
}
.business_wrapR .business_wrapRead a .ttl_block .ttl_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .ttl_block .ttl_wrap {
    width: 55.2vw;
  }
}
.business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .bar {
  position: absolute;
  top: -30px;
  padding: 0 14px 3px 0;
}
.business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area {
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area {
    font-size: 34px;
  }
}
.business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area span {
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area span {
    font-size: 13px;
  }
}
.business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .ttlJP_area {
  padding-top: 6px;
  display: block;
  color: #212e3d;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .ttlJP_area {
    font-size: 16px;
  }
}
.business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .txt_area {
  margin-top: 40px;
  width: 510px;
  color: #212e3d;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .ttl_block .ttl_wrap .txt_area {
    margin-top: 25px;
    font-size: 13px;
    width: 100%;
    letter-spacing: 0;
  }
}
.business_wrapR .business_wrapRead a .purpleArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 81px;
  height: 81px;
  background-color: #7406e8;
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .purpleArrow_btn {
    margin-top: 46px;
    width: 50px;
    height: 50px;
  }
}
.business_wrapR .business_wrapRead a:hover .purpleArrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.business_wrapR .business_wrapRead a .blueArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 81px;
  height: 81px;
  background-color: #0b92f6;
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .blueArrow_btn {
    margin-top: 46px;
    width: 50px;
    height: 50px;
  }
}
.business_wrapR .business_wrapRead a:hover .blueArrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.business_wrapR .business_wrapRead a .orangeArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 81px;
  height: 81px;
  background-color: #f65525;
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .orangeArrow_btn {
    margin-top: 46px;
    width: 50px;
    height: 50px;
  }
}
.business_wrapR .business_wrapRead a:hover .orangeArrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.business_wrapR .business_wrapRead a .arrow {
  padding: 4px 13px;
  background-image: url(../img/common/arrowWH.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .arrow {
    padding: 3px 8px;
  }
}
.business_wrapR .business_wrapRead a:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.business_wrapR .icon {
  position: absolute;
  top: 700px;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  .business_wrapR .icon {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon {
    position: static;
    margin-left: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon .icon_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 95px;
  }
}
.business_wrapR .icon ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul {
    display: block;
    width: 90.8vw;
  }
}
.business_wrapR .icon ul li {
  text-align: center;
  width: 316px;
  min-height: 296px;
  padding-bottom: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul li {
    width: 100%;
    min-height: auto;
    text-align: left;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul li .icon_set {
    text-align: center;
  }
}
.business_wrapR .icon ul li .icon_pic {
  margin: 36px auto 0;
  width: 140px;
  height: 100px;
  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;
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul li .icon_pic {
    margin: 0;
    height: 45px;
    width: 130px;
  }
}
.business_wrapR .icon ul li .icon_cap {
  font-size: 13px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul li .icon_cap {
    font-size: 8px;
  }
}
.business_wrapR .icon ul li p {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul li p span {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon ul li p {
    margin-top: 0;
    font-size: 13px;
    margin-left: 0px;
    margin-right: 15px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.business_wrapR .icon .tate {
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 12px;
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  .business_wrapR .icon .tate {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapR .icon .tate {
    display: none;
  }
}

.business_wrapL .business_wrapInner {
  width: 100%;
  min-height: 1180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapInner {
    padding-top: 62.6%;
    min-height: auto;
  }
}
.business_wrapL .business_wrapRead {
  position: absolute;
  top: 246px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead {
    position: static;
    margin-right: 9.2vw;
  }
}
.business_wrapL .business_wrapRead a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgb(255, 255, 255);
  padding: 125px 46px 0 98px;
  width: 718px;
  height: 503px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.business_wrapL .business_wrapRead a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768.1px) and (max-width: 1080px) {
  .business_wrapL .business_wrapRead a {
    padding: 125px 46px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a {
    width: 90.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 65px 7.7% 34px 10%;
    height: auto;
  }
}
.business_wrapL .business_wrapRead a .ttl_block .ttl_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .ttl_block .ttl_wrap {
    width: 55.2vw;
  }
}
.business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .bar {
  position: absolute;
  top: -30px;
  padding: 0 14px 3px 0;
}
.business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area {
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area {
    font-size: 34px;
  }
}
.business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area span {
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .ttlEN_area span {
    font-size: 13px;
  }
}
.business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .ttlJP_area {
  padding-top: 6px;
  display: block;
  color: #212e3d;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .ttlJP_area {
    font-size: 16px;
  }
}
.business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .txt_area {
  margin-top: 40px;
  width: 510px;
  color: #212e3d;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .ttl_block .ttl_wrap .txt_area {
    margin-top: 25px;
    font-size: 13px;
    width: 100%;
    letter-spacing: 0;
  }
}
.business_wrapL .business_wrapRead a .bluegreenArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 81px;
  height: 81px;
  background-color: #019395;
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .bluegreenArrow_btn {
    margin-top: 46px;
    width: 50px;
    height: 50px;
  }
}
.business_wrapL .business_wrapRead a:hover .bluegreenArrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.business_wrapL .business_wrapRead a .greenArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 81px;
  height: 81px;
  background-color: #019a3e;
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .greenArrow_btn {
    margin-top: 46px;
    width: 50px;
    height: 50px;
  }
}
.business_wrapL .business_wrapRead a:hover .greenArrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.business_wrapL .business_wrapRead a .pinkArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 81px;
  height: 81px;
  background-color: #ef33b0;
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .pinkArrow_btn {
    margin-top: 46px;
    width: 50px;
    height: 50px;
  }
}
.business_wrapL .business_wrapRead a:hover .pinkArrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.business_wrapL .business_wrapRead a .arrow {
  padding: 4px 13px;
  background-image: url(../img/common/arrowWH.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .arrow {
    padding: 3px 8px;
  }
}
.business_wrapL .business_wrapRead a:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.business_wrapL .icon {
  position: absolute;
  top: 700px;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media screen and (min-width: 768.1px) and (max-width: 1200px) {
  .business_wrapL .icon {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon {
    position: static;
    margin-right: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon .icon_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 95px;
  }
}
.business_wrapL .icon ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul {
    display: block;
    width: 90.8vw;
  }
}
.business_wrapL .icon ul li {
  text-align: center;
  width: 316px;
  min-height: 296px;
  padding-bottom: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul li {
    width: 100%;
    min-height: auto;
    text-align: left;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul li .icon_set {
    text-align: center;
  }
}
.business_wrapL .icon ul li .icon_pic {
  margin: 36px auto 0;
  width: 140px;
  height: 100px;
  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;
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul li .icon_pic {
    margin: 0;
    height: 45px;
    width: 130px;
  }
}
.business_wrapL .icon ul li .icon_cap {
  font-size: 13px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul li .icon_cap {
    font-size: 8px;
  }
}
.business_wrapL .icon ul li p {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul li p span {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon ul li p {
    margin-top: 0;
    font-size: 13px;
    margin-left: 0px;
    margin-right: 15px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.business_wrapL .icon .tate {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .business_wrapL .icon .tate {
    display: none;
  }
}

.icon ul li.blue01 {
  background-color: #0b92f6;
}
.icon ul li.blue01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 34px 28px;
  background-image: url(../img/icon/AnalogLayout.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .icon ul li.blue01 .icon_wrap .icon_pic span {
    padding: 17px 17px;
  }
}
.icon ul li.blue01 .icon_wrap .icon_cap {
  color: #72f3ff;
}
.icon ul li.blue02 {
  background-color: #0084e5;
}
.icon ul li.blue02 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 34px 28px;
  background-image: url(../img/icon/SpecialStaff.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .icon ul li.blue02 .icon_wrap .icon_pic span {
    padding: 17.5px;
  }
}
.icon ul li.blue02 .icon_wrap .icon_cap {
  color: #72f3ff;
}
.icon ul li.blue03 {
  background-color: #0b92f6;
}
.icon ul li.blue03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 34px;
  background-image: url(../img/icon/LargeManufacturers.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .icon ul li.blue03 .icon_wrap .icon_pic span {
    padding: 23.5px;
  }
}
.icon ul li.blue03 .icon_wrap .icon_cap {
  color: #72f3ff;
}
.icon ul li.bluegreen01 {
  background-color: #019395;
}
.icon ul li.bluegreen01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 30px;
  background-image: url(../img/icon/DeviceFarmware.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.bluegreen01 .icon_wrap .icon_pic span {
    padding: 18px;
  }
}
.icon ul li.bluegreen01 .icon_wrap .icon_cap {
  color: #5bf294;
}
.icon ul li.bluegreen02 {
  background-color: #018284;
}
.icon ul li.bluegreen02 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 24px 68px;
  background-image: url(../img/icon/HardwareSoftware.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.bluegreen02 .icon_wrap .icon_pic span {
    padding: 13.5px 38px;
    background-size: 100% auto;
  }
}
.icon ul li.bluegreen02 .icon_wrap .icon_cap {
  color: #5bf294;
}
.icon ul li.bluegreen03 {
  background-color: #019395;
}
.icon ul li.bluegreen03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 31px;
  background-image: url(../img/icon/SkilledTechnicians.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .icon ul li.bluegreen03 .icon_wrap .icon_pic span {
    padding: 20px;
  }
}
.icon ul li.bluegreen03 .icon_wrap .icon_cap {
  color: #5bf294;
}
.icon ul li.purple01 {
  background-color: #8516fa;
}
.icon ul li.purple01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 33px;
  background-image: url(../img/icon/IntegratedOperation.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.purple01 .icon_wrap .icon_pic span {
    padding: 19px;
  }
}
.icon ul li.purple01 .icon_wrap .icon_cap {
  color: #fe7cf0;
}
.icon ul li.purple02 {
  background-color: #7406e8;
}
.icon ul li.purple02 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 32px;
  background-image: url(../img/icon/VariousAchievements.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.purple02 .icon_wrap .icon_pic span {
    padding: 18px;
  }
}
.icon ul li.purple02 .icon_wrap .icon_cap {
  color: #fe7bf0;
}
.icon ul li.purple03 {
  background-color: #8516fa;
}
.icon ul li.purple03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 37px 59px;
  background-image: url(../img/icon/JCV.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.purple03 .icon_wrap .icon_pic span {
    padding: 20px 30px;
    background-size: 100% auto;
  }
}
.icon ul li.purple03 .icon_wrap .icon_cap {
  color: #fe7cf0;
}
.icon ul li.green01 {
  background-color: #00a944;
}
.icon ul li.green01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 28px;
  background-image: url(../img/icon/TotalSupport.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.green01 .icon_wrap .icon_pic span {
    padding: 16px;
  }
}
.icon ul li.green01 .icon_wrap .icon_cap {
  color: #02f362;
}
.icon ul li.green02 {
  background-color: #019a3e;
}
.icon ul li.green02 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 29px;
  background-image: url(../img/icon/SupportOperation.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.green02 .icon_wrap .icon_pic span {
    padding: 16px;
  }
}
.icon ul li.green02 .icon_wrap .icon_cap {
  color: #02f362;
}
.icon ul li.green03 {
  background-color: #00a944;
}
.icon ul li.green03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 28px;
  background-image: url(../img/icon/CwO.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.green03 .icon_wrap .icon_pic span {
    padding: 15px;
  }
}
.icon ul li.green03 .icon_wrap .icon_cap {
  color: #02f362;
}
.icon ul li.orange01 {
  background-color: #fa6133;
}
.icon ul li.orange01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 33px;
  background-image: url(../img/icon/SMW.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.orange01 .icon_wrap .icon_pic span {
    padding: 18px;
  }
}
.icon ul li.orange01 .icon_wrap .icon_cap {
  color: #f6cc25;
}
.icon ul li.orange02 {
  background-color: #f14f1f;
}
.icon ul li.orange02 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 31px;
  background-image: url(../img/icon/MCI.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.orange02 .icon_wrap .icon_pic span {
    padding: 16px;
  }
}
.icon ul li.orange02 .icon_wrap .icon_cap {
  color: #f6cc25;
}
.icon ul li.orange03 {
  background-color: #fa6133;
}
.icon ul li.orange03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 28px;
  background-image: url(../img/icon/LFS.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.orange03 .icon_wrap .icon_pic span {
    padding: 15px;
  }
}
.icon ul li.orange03 .icon_wrap .icon_cap {
  color: #f6cc25;
}
.icon ul li.pink01 {
  background-color: #ef33b0;
}
.icon ul li.pink01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 31px;
  background-image: url(../img/icon/Bringingin.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.pink01 .icon_wrap .icon_pic span {
    padding: 18px;
  }
}
.icon ul li.pink01 .icon_wrap .icon_cap {
  color: #d8a6ff;
}
.icon ul li.pink02 {
  background-color: #cc17aa;
}
.icon ul li.pink02 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 31px;
  background-image: url(../img/icon/Transformation.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.pink02 .icon_wrap .icon_pic span {
    padding: 16px;
  }
}
.icon ul li.pink02 .icon_wrap .icon_cap {
  color: #d8a6ff;
}
.icon ul li.pink03 {
  background-color: #ef33b0;
}
.icon ul li.pink03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  padding: 30px;
  background-image: url(../img/icon/Creation.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .icon ul li.pink03 .icon_wrap .icon_pic span {
    padding: 15px;
  }
}
.icon ul li.pink03 .icon_wrap .icon_cap {
  color: #d8a6ff;
}
.icon .blue {
  color: #0084e5;
}
.icon .bluegreen {
  color: #019a85;
}
.icon .purple {
  color: #8c22fc;
}
.icon .green {
  color: #019a3e;
}
.icon .orange {
  color: #f65525;
}
.icon .pink {
  color: #ef33b0;
}

@media screen and (max-width: 768px) {
  .lsi {
    padding-top: 60px;
  }
}
.lsi .business_wrapInner {
  background-image: url(../img/top/business_img01.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .lsi .business_wrapInner {
    background-image: url(../img/top/business_img01_sp.jpg);
    background-size: 100% auto;
  }
}

.ttl_block .ttl_wrap .blueTtl {
  color: #0084e5;
}

.ttl_block .ttl_wrap .blueBar {
  background-color: #0b92f6;
}

@media screen and (max-width: 768px) {
  .emb {
    padding-top: 60px;
  }
}
.emb .business_wrapInner {
  background-image: url(../img/top/business_img02.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .emb .business_wrapInner {
    background-image: url(../img/top/business_img02_sp.jpg);
    background-size: 100% auto;
  }
}

.ttl_block .ttl_wrap .bluegreenTtl {
  color: #019395;
}

.ttl_block .ttl_wrap .bluegreenBar {
  background-color: #019395;
}

.app .business_wrapInner {
  background-image: url(../img/top/business_img03.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .app .business_wrapInner {
    background-image: url(../img/top/business_img03_sp.jpg);
    background-size: 100% auto;
  }
}

.ttl_block .ttl_wrap .purpleTtl {
  color: #7406e8;
}

.ttl_block .ttl_wrap .purpleBar {
  background-color: #7406e8;
}

@media screen and (max-width: 768px) {
  .inf {
    padding-top: 60px;
  }
}
.inf .business_wrapInner {
  background-image: url(../img/top/business_img04.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .inf .business_wrapInner {
    background-image: url(../img/top/business_img04_sp.jpg);
    background-size: 100% auto;
  }
}

.ttl_block .ttl_wrap .greenTtl {
  color: #019a3e;
}

.ttl_block .ttl_wrap .greenBar {
  background-color: #019a3e;
}

@media screen and (max-width: 768px) {
  .hel {
    padding-top: 60px;
  }
}
.hel .business_wrapInner {
  background-image: url(../img/top/business_img05.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .hel .business_wrapInner {
    background-image: url(../img/top/business_img05_sp.jpg);
    background-size: 100% auto;
  }
}

.ttl_block .ttl_wrap .orangeTtl {
  color: #ff683b;
}

.ttl_block .ttl_wrap .orangeBar {
  background-color: #ff683b;
}

@media screen and (max-width: 768px) {
  .dx {
    padding-top: 60px;
  }
}
.dx .business_wrapInner {
  background-image: url(../img/top/business_img06.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .dx .business_wrapInner {
    background-image: url(../img/top/business_img06_sp.jpg);
    background-size: 100% auto;
  }
}

.ttl_block .ttl_wrap .pinkTtl {
  color: #ef33b0;
}

.ttl_block .ttl_wrap .pinkBar {
  background-color: #ef33b0;
}

/* news */
.news {
  background: -webkit-gradient(linear, right top, left top, color-stop(23%, transparent), color-stop(23%, #737f94));
  background: linear-gradient(to left, transparent 23%, #737f94 23%);
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  .news {
    background: #737f94;
    padding-top: 0;
  }
}
.news .container_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news .container_inner {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .news .newsCategory_ttl {
    display: none;
  }
}
.news .newsCategory_ttl h3 .jp {
  color: #FFF;
  font-size: 25.62px;
  font-weight: bold;
}
.news .newsCategory_ttl h3 .EN {
  color: #FFF;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
}
.news .newsCategory_list {
  min-width: 180px;
}
.news .newsCategory_list ul {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .news .newsCategory_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5vw;
  }
}
.news .newsCategory_list ul li {
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .news .newsCategory_list ul li {
    font-size: 13px;
    text-align: center;
    display: table;
  }
}
.news .newsCategory_list ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news .newsCategory_list ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: 4em;
    min-width: 6em;
    vertical-align: middle;
  }
}
.news .newsCategory_list ul li a:hover {
  background-color: #1c47fd;
}
.news .newsCategory_list ul li a.active {
  background-color: #1c47fd;
}
.news .newsAarticle {
  width: 810px;
  background-color: #FFF;
  padding: 40px 55px 155px;
}
@media screen and (max-width: 768px) {
  .news .newsAarticle {
    width: 100%;
    min-width: auto;
    margin-right: 9.2vw;
    padding: 0;
  }
}
.news .newsAarticle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 47px 0 47px 16px;
  border-bottom: 1px solid #e7ebef;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news .newsAarticle a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .news .newsAarticle a .newsAarticle_wrap {
    padding: 25px 5vw;
  }
}
.news .newsAarticle a .newsAarticle_wrap .newsAarticle_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .newsAarticle a .newsAarticle_wrap .newsAarticle_data .newsAarticle_category {
  min-width: 120px;
  text-align: center;
  font-size: 13px;
  color: #212e3d;
  background-color: #e1e8ef;
  border-radius: 20px;
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .news .newsAarticle a .newsAarticle_wrap .newsAarticle_data .newsAarticle_category {
    letter-spacing: -0.05em;
    min-width: 100px;
    font-size: 9px;
  }
}
.news .newsAarticle a .newsAarticle_wrap .newsAarticle_data .newsAarticle_date {
  padding-top: 3px;
  margin-left: 14px;
  font-size: 14px;
  color: #a8aab2;
}
@media screen and (max-width: 768px) {
  .news .newsAarticle a .newsAarticle_wrap .newsAarticle_data .newsAarticle_date {
    font-size: 11px;
    margin-left: 7px;
  }
}
.news .newsAarticle a .newsAarticle_wrap p {
  margin-top: 16px;
  font-size: 17px;
  color: #212e3d;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .news .newsAarticle a .newsAarticle_wrap p {
    margin-top: 13px;
    font-size: 13px;
  }
}
.news .newsAarticle a .arrow_btn {
  margin-left: 20px;
  min-width: 63px;
  height: 63px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #e1e8ef;
  border-radius: 32px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news .newsAarticle a .arrow_btn {
    display: none;
  }
}
.news .newsAarticle a .arrow {
  padding: 3px 9px;
  background-image: url(../img/common/arrowBK.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.news .newsAarticle a:hover p {
  color: #1c47fd;
}
.news .newsAarticle a:hover .arrow_btn {
  -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.news .newsAarticle a:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.news .newsAarticle a.no-link {
  cursor: default;
}
.news .newsAarticle a.no-link:hover p {
  color: #212e3d;
}
.news .more {
  position: absolute;
  top: 320px;
  left: 0;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news .more {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .more a .arrow_btn {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .more a .arrow {
  padding: 3px 16px 0 0;
  background-image: url(../img/top/icon_dot.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.news .more a:hover .arrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.news .more a:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.news .more a:hover span {
  opacity: 0.8;
}
.news .more a span {
  font-size: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .news .more a span {
    font-size: 14px;
  }
}

/* page_nav */
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page_nav ul {
    display: block;
  }
}
.page_nav ul li a {
  display: block;
  height: 440px;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page_nav ul li a {
    height: 250px;
  }
}
.page_nav ul li a .page_navTtl {
  width: 92%;
  height: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .page_nav ul li a .page_navTtl {
    height: 228px;
  }
}
.page_nav ul li a .page_navTtl p {
  position: relative;
}
.page_nav ul li a .page_navTtl p::before {
  content: "";
  position: absolute;
  top: -20px;
  padding: 0 14px 3px 0;
  background-color: #FFF;
}
.page_nav ul li a .page_navTtl .EN {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page_nav ul li a .page_navTtl .EN {
    font-size: 28px;
  }
}
.page_nav ul li a .page_navTtl .jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page_nav ul li a .page_navTtl .jp {
    font-size: 15px;
  }
}
.page_nav ul li a .arrow {
  padding: 3px 9px;
  background-image: url(../img/common/arrowBK.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.page_nav ul li a:hover .arrow_btn {
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.page_nav ul li a:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.page_nav .arrow_btn {
  margin-left: 20px;
  width: 70px;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border-radius: 41px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_nav li {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .page_nav li {
    width: 100%;
    height: 250px;
  }
}
.page_nav li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/page_nav_img01.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page_nav li:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page_nav li a {
  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;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.page_nav li.page_navRecruit::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/top/page_nav_img02.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* MV下 */
#contents01 {
  padding-top: 140px;
  padding-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #contents01 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
#contents01 .contents_layoutTxt {
  width: 81.333%;
  margin: 0 auto;
}
#contents01 .contents_layoutTxt p {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #20252a;
  letter-spacing: 0.05em;
  line-height: 2.09;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents01 .contents_layoutTxt p {
    font-size: 14px;
    line-height: 2.09;
    margin-top: 30px;
    text-align: left;
    white-space: nowrap;
  }
}
#contents01 .contents_layoutImgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#contents01 .contents_layoutImgset .layoutImgset_img {
  margin-top: 50px;
}
#contents01 .contents_layoutImgset .layoutImgset_img .imgline {
  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: 891px;
  height: 446px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768.1px) and (max-width: 1080px) {
  #contents01 .contents_layoutImgset .layoutImgset_img .imgline {
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .contents_layoutImgset .layoutImgset_img .imgline {
    width: 80%;
    height: auto;
  }
}
#contents01 .contents_layoutImgset .layoutImgset_img .imgline img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #contents01 .contents_layoutImgset .layoutImgset_ttl {
    width: 81.333%;
    margin: 0 auto;
  }
}
#contents01 .contents_layoutImgset .layoutImgset_ttl h4 {
  padding-top: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: 0.05em;
  color: #212e3d;
}
@media screen and (max-width: 768px) {
  #contents01 .contents_layoutImgset .layoutImgset_ttl h4 {
    text-align: left;
    font-size: 19px;
    line-height: 1.421;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .contents_layoutImgset .layoutImgset_txt {
    width: 81.333%;
    margin: 0 auto;
  }
}
#contents01 .contents_layoutImgset .layoutImgset_txt p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 2.375;
  letter-spacing: 0.05em;
  color: #212e3d;
}
@media screen and (max-width: 768px) {
  #contents01 .contents_layoutImgset .layoutImgset_txt p {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.846;
  }
}
#contents01 .businessMore_btn {
  margin-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #contents01 .businessMore_btn {
    margin-top: 20px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
#contents01 a.btn {
  width: 270px;
  height: 41px;
  display: table;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents01 a.btn {
    width: 81.333%;
    margin-left: auto;
    margin-right: auto;
  }
}
#contents01 a.btn .arrow_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #2650ff;
  border-radius: 15px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
}
#contents01 a.btn .f18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contents01 a.btn .f18 {
    font-size: 12px;
  }
}
#contents01 a.btn .f22 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #contents01 a.btn .f22 {
    font-size: 17px;
  }
}
#contents01 a.btn .f24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #contents01 a.btn .f24 {
    font-size: 17px;
  }
}
#contents01 a.btn .btn_bg {
  width: 100%;
  height: 41px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #121f36;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contents01 a.btn .btn_bg:hover {
  background-color: #000000;
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
#contents01 a.btn .arrow {
  padding: 2px 8px;
  background-image: url(../img/common/arrowWH.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
#contents01 a.btn:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}/*# sourceMappingURL=top.css.map */