<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;amp;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;
}

: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 .slide-box {
  text-decoration: none;
} */

/* .slide_wrap .slide-box .ttl_block {
  position: absolute;
  top: 212px;
  left: 55px;
} */

.slide_wrap .slide-box .ttl_block{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 22%;
}


@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block {
    top: 30.333vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.slide_wrap .slide-box .ttl_block .ttl_wrap {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .num_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}

.num_area{
  margin-bottom: 15px;
}
.slide_wrap .slide-box .ttl_block .ttl_wrap .num_area .num_main {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.25rem;
  line-height: 0.8;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .num_area .num_main {
    font-size: 30px;
  }
}

.slide_wrap .slide-box .ttl_block .ttl_wrap .num_area .num_cap {
  padding-left: 15px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .num_area .num_cap {
    padding-left: 0px;
    padding-bottom: 7px;
    font-size: 0.933vw;
  }
}

.slide_wrap .slide-box .ttl_block .ttl_wrap h1 {
  line-height: 1;
  text-align: center;
}

.slide_wrap .slide-box .ttl_block .ttl_wrap .ttlEN_area {
  padding-top: 4px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.025em;
  background: -webkit-linear-gradient(top,	#FFFFFF 0,	#A9A9A9 100%);
  -webkit-background-clip: text;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlEN_area {
    /* text-align: center;
    font-size: 12vw; */
    display: none;
  }
}

.slide_wrap .slide-box .ttl_block .ttl_wrap .ttlEN_area span {
  font-size: 26px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlEN_area span {
    display: block;
    font-size: 3.467vw;
  }
}

.slide_wrap .slide-box .ttl_block .ttl_wrap .ttlJP_area {
  margin-top: 14px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlJP_area {
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
  }
}

/* .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlJP_area h2::before {
  content: "";
  padding: 8px;
  background-image: url(../images/top/icon_doubleFr.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 10px;
} */

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlJP_area h2::before {
    padding: 1.15vw 1.5vw 1.15vw 3.5vw;
    background-position: left 2vw;
  }
}

/* .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlJP_area h2::after {
  content: "";
  padding: 0 8px;
  background-image: url(../images/top/icon_doubleBa.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 4px;
} */

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .ttlJP_area h2::after {
    padding: 1.15vw 3.3vw 1.15vw 1.3vw;
    background-position: right 2vw;
  }
}

.slide_wrap .slide-box .ttl_block .ttl_wrap .txt_area {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  width: 30%;
  font-family: 'GenRyuMin';
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .txt_area {
    position: relative;
    width: 82%;
    font-size: 16px;
    line-height: 1.91;
    margin: 12vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .ttl_block .ttl_wrap .txt_area::before {
    position: absolute;
    width: 2vw;
    margin: auto;
    top: -6.667vw;
    left: 0;
    right: 0;
    content: "";
    padding: 1px 1vw 0;
    background-color: #FFF;
  }
}

.slide_wrap .slide-box .slide_btn {
  position: absolute;
  top: 570px;
  left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media(max-width:911px){
  .slide_wrap .slide-box .slide_btn {
    top: 98.667vw;
    width: 100%;
    left: 30.333333%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .slide_wrap .slide-box .slide_btn {
    top: 98.667vw;
    width: 100%;
    left: 7.33333%;
    margin: auto;
  }
  .slide_wrap .slide-box .arrow_btn{
    margin-top: 60px;
  }
}

.slide_wrap .slide-box .slide_btn p {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
}

/* @media screen and (max-width: 768px) {
  .slide_wrap .slide-box .slide_btn p {
    display: none;
  }
} */

.slide_wrap .slide-box .arrow_btn {
  margin-left: 20px;
  width: 100px;
  height: 50px;
  background-color: white;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .arrow_btn {
    /* margin-left: 0%;
    width: 30.067vw;
    height: 10.067vw;
    border-radius: 7.5335vw;
    margin-top: 40px; */
    left: 35%;
  }
}

.slide_wrap .slide-box .arrow {
  padding: 4px 13px;
  background-image: url(../images/common/arrowBK.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box .arrow {
    padding: 15px;
  }
}

.slide_wrap .slide-box: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);
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box:hover .arrow_btn {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.slide_wrap .slide-box:hover .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .slide_wrap .slide-box:hover .arrow {
    -webkit-animation: none;
            animation: none;
  }
}

.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: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/hero/1.webp) no-repeat 50% 50%;
  background-size: contain;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .slide_no1::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/hero/1.webp) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
}

.slide_no1:hover::after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .slide_no1:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.slide_wrap .slide-box{
  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;
}

.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:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%), url(../images/hero/02.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .slide_no2::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/hero/02.jpg) no-repeat right center;
    background-size: cover;
    overflow: hidden;
  }
}

.slide_no2:hover::after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .slide_no2:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* .slide_no2 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;
} */

.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: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/hero/03.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .slide_no3::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/hero/03.jpg) no-repeat 30% 100%;
    background-size: cover;
    overflow: hidden;
  }
}

.slide_no3:hover::after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .slide_no3:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* .slide_no3 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;
} */

.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: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/bg/hero_4.jpg) no-repeat top center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .slide_no4::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/bg/hero_4_s.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
}

.slide_no4:hover::after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .slide_no4:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.slide_no4 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;
}

.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: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/top/hero_img05.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .slide_no5::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%),url(../images/top/hero_img05_sp.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
}

.slide_no5:hover::after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .slide_no5:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.slide_no5 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;
}

.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(../images/top/hero_img06.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 768px) {
  .slide_no6::after {
    background: url(../images/top/hero_img06_sp.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
  }
}

.slide_no6:hover::after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .slide_no6:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.slide_no6 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;
}

.slick-dots {
  display: none;
  /* position: absolute;
  right: 58px;
  top: 120px;
  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; */
}

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

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

@media screen and (max-width: 768px) {
  .slick-dots li {
    display: none;
  }
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 4px;
  height: 4px;
  font-family: "slick";
  font-size: 10px;
  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: 50.8vw;
  }
}

@media screen and (max-width: 911px) {
  .newsRelease {
    top: 122vw;
    width: 55.8vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .newsRelease {
    display: none;
  }
}

.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: 36px 100px 36px 55px;
  background-color: #1c47fd;
  min-height: 50px;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap {
    padding: 18px 5.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: .8;
}

@media screen and (max-width: 768px) {
  .newsRelease .newsRelease_wrap a:hover {
    opacity: 1;
  }
}

.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: 15px;
    padding-left:0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.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: .8;
}

@media screen and (max-width: 768px) {
  .slide-arrow.prev-arrow:hover {
    opacity: 1;
  }
}

.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: .8;
}

@media screen and (max-width: 768px) {
  .slide-arrow.next-arrow:hover {
    opacity: 1;
  }
}

.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(../images/top/homeTtl_bg01.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 180px;
  padding-top: 260px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #first {
    padding-top: 100px;
    padding-bottom: 32px;
    background-image: url(../images/top/homeTtl_bg01_sp.png);
    background-size: 100% auto;
    background-position: left bottom 20px;
  }
}

#second {
  background-image: url(../images/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(../images/top/homeTtl_bg02_sp.png);
    background-size: 100% auto;
    background-position: left bottom 20px;
  }
}

.homeTtl {
  background-image: url(../images/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: #E098AE;
  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: #E098AE;
}

@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: #E098AE;
  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: #E098AE;
}

/* 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: white;
  padding: 125px 46px 0 98px;
  width: 718px;
  height: 503px;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .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 .blueArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 100px;
  height: 50px;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .blueArrow_btn {
    margin-top: 46px;
    width: 80px;
    height: 30px;
  }
}

.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 .purpleArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 100px;
  height: 50px;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .purpleArrow_btn {
    margin-top: 46px;
    width: 80px;
    height: 30px;
  }
}

.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 .orangeArrow_btn {
  margin-top: 74px;
  margin-left: 20px;
  width: 100px;
  height: 50px;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .business_wrapR .business_wrapRead a .orangeArrow_btn {
    margin-top: 46px;
    width: 80px;
    height: 30px;
  }
}

.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(../images/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: white;
  padding: 125px 46px 0 98px;
  width: 718px;
  height: 503px;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .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: 100px;
  height: 50px;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .bluegreenArrow_btn {
    margin-top: 46px;
    width: 80px;
    height: 30px;
  }
}

.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: 100px;
  height: 50px;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .greenArrow_btn {
    margin-top: 46px;
    width: 80px;
    height: 30px;
  }
}

.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: 100px;
  height: 50px;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .business_wrapL .business_wrapRead a .pinkArrow_btn {
    margin-top: 46px;
    width: 80px;
    height: 30px;
  }
}

.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 .arrow {
  padding: 4px 13px;
  background-image: url(../images/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;
  border-radius: 15px 0px 0px 0px;
}

.icon ul li.blue01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.blue01 {
    border-radius: 0px ;
  }
  .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: "";
  background-image: url(../images/icon/a2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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;
  border-radius: 0px 0px 15px 0px;
}

.icon ul li.blue03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.blue03 {
    background-color: #0b92f6;
    border-radius: 0px 0px 15px 15px;
  }
  .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;
  border-radius: 15px 0px 0px 0px;
}

.icon ul li.bluegreen01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.bluegreen01 {
    background-color: #019395;
    border-radius: 0px 0px 0px 0px;
  }
  .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: "";
  background-image: url(../images/icon/a5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.bluegreen02 .icon_wrap .icon_pic span {
    padding: 22%;
    background-size: 100% auto;
  }
}

.icon ul li.bluegreen02 .icon_wrap .icon_cap {
  color: #5bf294;
}

.icon ul li.bluegreen03 {
  background-color: #019395;
  border-radius: 0px 0px 15px 0px;
}

.icon ul li.bluegreen03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.bluegreen03 {
    background-color: #019395;
    border-radius: 0px 0px 15px 15px;
  }
  .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;
  border-radius: 15px 0px 0px 0px;
}

.icon ul li.purple01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.purple01 {
    background-color: #8516fa;
    border-radius: 0px 0px 0px 0px;
  }
  .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: "";
  background-image: url(../images/icon/a8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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;
  border-radius: 0px 0px 15px 0px;
}

.icon ul li.purple03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a9.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.purple03 {
    background-color: #8516fa;
    border-radius: 0px 0px 15px 15px;
  }
  .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;
  border-radius: 15px 0px 0px 0px;
}

.icon ul li.green01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.green01 {
    background-color: #00a944;
    border-radius: 0px 0px 0px 0px;
  }
  .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: "";
  background-image: url(../images/icon/a11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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;
  border-radius: 0px 0px 15px 0px;
}

.icon ul li.green03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a12.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.green03 {
    background-color: #00a944;
    border-radius: 0px 0px 15px 15px;
  }
  .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: "";
  background-image: url(../images/icon/a13.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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: "";
  background-image: url(../images/icon/a14.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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: "";
  background-image: url(../images/icon/a15.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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;
  border-radius: 15px 0px 0px 0px;
}

.icon ul li.pink01 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a16.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.pink01 {
    border-radius: 0px 0px 0px 0px;
  }
  .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: "";
  background-image: url(../images/icon/a17.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@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;
  border-radius: 0px 0px 15px 0px;
}

.icon ul li.pink03 .icon_wrap .icon_pic span {
  display: block;
  z-index: 5;
  content: "";
  background-image: url(../images/icon/a18.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30%;
}

@media screen and (max-width: 768px) {
  .icon ul li.pink03 {
    border-radius: 0px 0px 15px 15px;
  }
  .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;
}

.CI .business_wrapInner {
  background-image: url(../images/service/s_1.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 768px) {
  .CI .business_wrapInner {
    background-image: url(../images/service/s_1-1.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) {
  .CSI {
    padding-top: 60px;
  }
}

.CSI .business_wrapInner {
  background-image: url(../images/service/s_2.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 768px) {
  .CSI .business_wrapInner {
    background-image: url(../images/service/s_2-2.jpg);
    background-size: 100% auto;
  }
}

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

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

@media screen and (max-width: 768px) {
  .PCI {
    padding-top: 60px;
  }
}

.PCI .business_wrapInner {
  background-image: url(../images/service/s_3.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 768px) {
  .PCI .business_wrapInner {
    background-image: url(../images/service/s_3-3.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) {
  .ICC {
    padding-top: 60px;
  }
}

.ICC .business_wrapInner {
  background-image: url(../images/service/s_4.jpg);
  background-size: 1180px 860px;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 768px) {
  .ICC .business_wrapInner {
    background-image: url(../images/service/s_4-4.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(../images/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(../images/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(../images/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(../images/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;
  }
}


.newsCategory_ttl{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.news .newsCategory_ttl h3 .jp {
  color: #FFF;
  font-size: 25.62px;
  font-weight: bold;
}

.news .newsCategory_ttl h3 .EN {
  color: #FFF;
  opacity: .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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .news .newsCategory_list ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0.3rem;
    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: white;
  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 .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .news .newsAarticle a .arrow_btn {
    display: none;
  }
}

.news .newsAarticle a .arrow {
  padding: 3px 9px;
  background-image: url(../images/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: white;
  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 .3s;
  transition: all .3s;
}

.news .more a .arrow {
  padding: 3px 16px 0 0;
  background-image: url(../images/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: .8;
}

.news .more a span {
  font-size: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-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;
  padding: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page_nav ul {
    display: block;
  }
  .page_nav{
    padding-top: 60px;
  }
}

.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(../images/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: 100px;
  height: 50px;
  background-color: white;
  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 .3s;
  transition: all .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(../images/company/bg_under_left.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_nav li:hover::after {
  opacity: .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(../images/news/bg_under_1.jpg) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.top{
  display: none; 
  position: fixed; 
  margin: 0 auto;
  bottom: 120px; 
  right: -20px; 
  opacity:1; 
  cursor: pointer; 
  z-index: 5;
}
.top:hover img{
    opacity: 0.5;
}
@media(max-width:767px){
  .top{
    display: none; 
    position: fixed; 
    bottom: 10px; 
    right: -15px; 
    width: 18%;
    opacity: 1;
  }
}

.news {
  margin-top: 1px;
  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: 80px;
  padding-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .news {
    background: #737f94;
    padding-top: 0;
    padding-bottom: 130px;
  }
}

.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 .Chinese {
  color: #FFF;
  font-size: 25.62px;
  font-weight: bold;
}

.news .newsCategory_ttl h3 .EN {
  color: #FFF;
  opacity: .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: start;
    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;
    width: 35%;
  }
}

.news .newsCategory_list ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .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 130px;
} */

@media screen and (max-width: 768px) {
  .news .newsAarticle {
    width: auto;
    margin-right: 9.2vw;
    padding: 0;
  }
}

.news .newsAarticle ul.newsAarticle_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 20px 16px;
  border-bottom: 1px solid #e7ebef;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .news .newsAarticle ul.newsAarticle_list li a {
    position: relative;
    padding: 0 100px 0 0;
  }
}

.news .newsAarticle ul.newsAarticle_list li a:first-child {
  border-top: 1px solid #e1e5ec;
}

.news .newsAarticle ul.newsAarticle_list li a .newsAarticle_wrap {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .news .newsAarticle ul.newsAarticle_list li a .newsAarticle_wrap {
    padding: 25px 5vw;
  }
}

.news .newsAarticle ul.newsAarticle_list li a .newsAarticle_wrap .newsAarticle_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .newsAarticle ul.newsAarticle_list li 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 ul.newsAarticle_list li a .newsAarticle_wrap .newsAarticle_data .newsAarticle_category {
    letter-spacing: -0.05em;
    min-width: 100px;
    font-size: 9px;
  }
}

.news .newsAarticle ul.newsAarticle_list li 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 ul.newsAarticle_list li a .newsAarticle_wrap .newsAarticle_data .newsAarticle_date {
    font-size: 11px;
    margin-left: 7px;
  }
}

.news .newsAarticle ul.newsAarticle_list li a .newsAarticle_wrap p {
  margin-top: 16px;
  font-size: 16px;
  color: #212e3d;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .news .newsAarticle ul.newsAarticle_list li a .newsAarticle_wrap p {
    margin-top: 13px;
    font-size: 16px;
  }
}

.arrow_btn {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  background-color: white;
  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 .3s;
  transition: all .3s;
  /* border: 1px solid saddlebrown; */
}

@media screen and (max-width: 767px) {
  .arrow_btn {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    right: 20px;
    margin: auto;
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-left: 10px;
  }
}

.arrow {
  padding: 3px 9px;
  background-image: url(../images/common/arrowBK.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.news .newsAarticle ul.newsAarticle_list li a:hover p {
  color: #1c47fd;
}

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);
}

a:hover .arrow_btn .arrow {
  -webkit-animation: toRightFromLeft 5s forwards;
          animation: toRightFromLeft 5s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

a.no-link {
  cursor: default;
}

a.no-link:hover p {
  color: #212e3d;
}

.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pager .pagination {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pager .pagination {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.pager .pagination li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  background-color: #e1e8ef;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
  border-radius: 17px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .pager .pagination li {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
  }
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #20252a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 17px;
}

.pager .pagination li a.active {
  background-color: #2650ff;
  border-radius: 17px;
  color: #FFF;
}

.pager .pagination li a:hover {
  background-color: #2650ff;
  border-radius: 17px;
  color: #FFF;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}





.float-btn .float-set {
  position: fixed;
  right: 0;
  bottom: 16px;
  width: 65px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.float-btn .float-set .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55px;
  height: 55px;
  position: relative;
  margin-top: 3px;
}

.float-btn .float-set .float-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.float-btn .float-set .float-item .float-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(15, 37, 64, 0.7);
  border-radius: 10px;
  margin-top: 6px;
  position: relative;
}

.float-btn .float-set .float-item .float-arrow::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.float-btn .float-set .float-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 576px) {
  .float-btn .float-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(208, 90, 110, 0.9);
  }
  .float-btn .float-set .float-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin: 0 12px;
  }
  .float-btn .float-set .float-item .float-arrow {
    margin-top: 0;
  }
  .float-btn .float-set .float-item img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/*# sourceMappingURL=top.css.map */</pre></body></html>