@media only screen and (max-width: 768px) {
  .is-loading body {
    overflow: hidden;
    height: 100vh; }
  .is-loaded body {
    overflow: auto;
    height: auto; } }

#Contents {
  opacity: 0; }
  .is-loaded #Contents {
    opacity: 1; }

/* =========================================================
========================================================= */
#GHead {
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 768px) {
    #GHead {
      position: fixed; } }

/* =========================================================
========================================================= */
@media only screen and (min-width: 769px), print {
  #GFoot {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border-top: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.34); }
    #GFoot .logo img.is-white {
      display: inline; }
    #GFoot .logo img.is-blue {
      display: none; }
    #GFoot .m-iconWindow01:after {
      background-image: url(../images/common/icn_window_white01.svg); } }

/* =========================================================
========================================================= */
#TopSideNav {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 12px;
  display: none;
  padding: 20px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 11; }
  body:not(.toppageScrollable) #TopSideNav {
    display: none; }
  body.toppageScrollable #TopSideNav {
    overflow: hidden;
    display: block;
    border-radius: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.74);
    padding: 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @media only screen and (max-height: 719px) {
      body.toppageScrollable #TopSideNav {
        overflow: hidden;
        top: 110px;
        height: calc(100% - 110px); } }
    @media only screen and (max-width: 768px) {
      body.toppageScrollable #TopSideNav {
        top: 16vw;
        height: calc(100% - 16vw); } }
    body.toppageScrollable #TopSideNav.-active {
      opacity: 1;
      pointer-events: all; }
  #TopSideNav .button {
    display: block;
    padding: 11px 6px;
    cursor: pointer;
    position: relative; }
    #TopSideNav .button .text {
      display: block;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media only screen and (min-width: 769px), print {
        body:not(.toppageScrollable) #TopSideNav .button .text {
          white-space: nowrap;
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 100%;
          line-height: 1;
          padding: 8px 3px 8px 13px;
          border-radius: 20px 0 0 20px;
          background-color: rgba(255, 255, 255, 0.8);
          color: #003E73; } }
      body.toppageScrollable #TopSideNav .button .text {
        color: #fff; }
        @media only screen and (max-height: 719px) {
          body.toppageScrollable #TopSideNav .button .text {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media only screen and (max-width: 768px) {
          body.toppageScrollable #TopSideNav .button .text {
            font-size: 3.73333vw; } }
    body.toppageScrollable #TopSideNav .button {
      padding: 3.46667vw 0;
      border-bottom: 1px solid #fff; }
      @media only screen and (max-height: 719px) {
        body.toppageScrollable #TopSideNav .button {
          padding: 13px 0; } }
      @media only screen and (max-width: 768px) {
        body.toppageScrollable #TopSideNav .button {
          padding: 3.46667vw 0; } }
    body:not(.toppageScrollable) #TopSideNav .button:hover .text {
      opacity: 1; }
    #TopSideNav .button .dot {
      display: block;
      width: 8px;
      height: 8px;
      opacity: .32;
      border-radius: 50% 50%;
      background-color: #003E73; }
      body.toppageScrollable #TopSideNav .button .dot {
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #fff;
        opacity: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        background-color: transparent; }
        @media only screen and (max-height: 719px) {
          body.toppageScrollable #TopSideNav .button .dot {
            border-width: 6px 3.5px 0 3.5px; } }
        @media only screen and (max-width: 768px) {
          body.toppageScrollable #TopSideNav .button .dot {
            border-width: 1.6vw 0.93333vw 0 0.93333vw; } }
    #TopSideNav .button:first-child {
      margin-top: 0; }
    #TopSideNav .button.is-current .dot {
      opacity: 1; }

body.toppageScrollable #TopSideNavInner {
  height: 100%;
  overflow: auto;
  background-color: #003E73;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  @media only screen and (max-height: 719px) {
    body.toppageScrollable #TopSideNavInner {
      width: 318px;
      padding: 0 34px; } }
  @media only screen and (max-width: 768px) {
    body.toppageScrollable #TopSideNavInner {
      width: 84.8vw;
      padding: 0 9.06667vw; } }

#TopSideNav.-active #TopSideNavInner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

#TopSideNav__hamburger {
  display: none; }
  body.toppageScrollable #TopSideNav__hamburger {
    display: block;
    position: fixed;
    right: 0;
    z-index: 10; }
    @media only screen and (max-height: 719px) {
      body.toppageScrollable #TopSideNav__hamburger {
        top: 144px;
        width: 55px;
        height: 55px; } }
    @media only screen and (max-width: 768px) {
      body.toppageScrollable #TopSideNav__hamburger {
        top: 23.73333vw;
        width: 14.66667vw;
        height: 14.66667vw; } }
    body.toppageScrollable #TopSideNav__hamburger:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #003E73;
      height: 100%; }
      @media only screen and (max-height: 719px) {
        body.toppageScrollable #TopSideNav__hamburger:before {
          width: 21px; } }
      @media only screen and (max-width: 768px) {
        body.toppageScrollable #TopSideNav__hamburger:before {
          width: 5.6vw; } }
    body.toppageScrollable #TopSideNav__hamburger:after {
      content: "";
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%2222%22%20viewBox%3D%220%200%204%2022%22%3E%20%3Cg%20transform%3D%22translate(-1340%20-1734)%22%3E%20%3Cg%20transform%3D%22translate(1340%201731)%22%3E%20%3Cg%20transform%3D%22translate(0%203)%22%3E%20%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%20%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(0%209)%22%20fill%3D%22%23fff%22%2F%3E%20%3Ccircle%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(0%2018)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-height: 719px) {
        body.toppageScrollable #TopSideNav__hamburger:after {
          width: 4px;
          height: 22px;
          right: 7px; } }
      @media only screen and (max-width: 768px) {
        body.toppageScrollable #TopSideNav__hamburger:after {
          width: 1.06667vw;
          height: 5.86667vw;
          right: 1.86667vw; } }

#TopSideNav__closeButton {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  @media only screen and (min-width: 769px), print {
    body:not(.toppageScrollable) #TopSideNav__closeButton {
      display: none; } }
  body.toppageScrollable #TopSideNav__closeButton {
    height: 100%;
    position: absolute;
    top: 0; }
    @media only screen and (max-height: 719px) {
      body.toppageScrollable #TopSideNav__closeButton {
        width: calc(100% - 318px);
        right: 318px; } }
    @media only screen and (max-width: 768px) {
      body.toppageScrollable #TopSideNav__closeButton {
        width: 15.46667vw;
        right: 84.8vw; } }
    body.toppageScrollable #TopSideNav__closeButton:before, body.toppageScrollable #TopSideNav__closeButton:after {
      content: "";
      display: block;
      height: 2px;
      background-color: #fff;
      position: absolute;
      -webkit-transform-origin: center;
              transform-origin: center; }
      @media only screen and (max-height: 719px) {
        body.toppageScrollable #TopSideNav__closeButton:before, body.toppageScrollable #TopSideNav__closeButton:after {
          width: 20px;
          right: 19px;
          top: 25px; } }
      @media only screen and (max-width: 768px) {
        body.toppageScrollable #TopSideNav__closeButton:before, body.toppageScrollable #TopSideNav__closeButton:after {
          width: 5.33333vw;
          left: 5.06667vw;
          top: 6.66667vw; } }
    body.toppageScrollable #TopSideNav__closeButton:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    body.toppageScrollable #TopSideNav__closeButton:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  #TopSideNav.-active #TopSideNav__closeButton {
    opacity: 1; }

/* =========================================================
========================================================= */
.viewScreen {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .viewScreen .viewInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media only screen and (min-width: 769px), print {
  .viewScreen {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    height: 100vh;
    min-height: 720px;
    -webkit-box-align: center;
            align-items: center; } }
  @media only screen and (min-width: 769px) and (max-height: 719px) {
    .viewScreen {
      min-height: 768px; } }

@media only screen and (min-width: 769px), print {
    .is-touch .viewScreen:not(.kvSect) {
      height: 768px; }
    .viewScreen .viewInner {
      width: 100%;
      padding: 0 60px; } }

@media only screen and (max-width: 768px) {
  .viewScreen .viewInner {
    padding: 13.33333vw 5.33333vw; } }

/* =========================================================
========================================================= */
.kvSect {
  overflow: hidden;
  color: #fff;
  background-color: #447cb7; }
  .kvSect .bg {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%; }
    .kvSect .bg img {
      width: 100%; }
  .kvSect .sectInner {
    position: relative;
    z-index: 1; }
  .kvSect .titBlock .sectTit {
    font-weight: bold; }
  .kvSect .titBlock .leadBox .txt {
    line-height: 1.7; }
  .kvSect .sectMain .catch {
    font-weight: bold;
    text-align: right; }

@media only screen and (min-width: 769px), print {
  .kvSect {
    padding-top: 110px; }
    .kvSect .titBlock .sectTit img {
      width: 1085px; }
    .kvSect .titBlock .leadBox {
      margin-top: 25px; }
      .kvSect .titBlock .leadBox .txt {
        font-size: 16px;
        font-size: 1.6rem; }
    .kvSect .sectMain {
      margin-top: 100px; }
      .kvSect .sectMain .catch img {
        width: 873px; } }

@media only screen and (max-width: 768px) {
  .kvSect {
    min-height: calc(100vh - 16vw); }
    .kvSect .bg {
      width: 240%;
      margin-left: -70%; }
    .kvSect .titBlock .sectTit img {
      width: 70.13333vw; }
    .kvSect .titBlock .leadBox {
      margin-top: 2.66667vw; }
      .kvSect .titBlock .leadBox .txt {
        line-height: 1.85;
        font-size: 12px;
        font-size: 3.2vw; }
    .kvSect .sectMain {
      margin-top: 16vw; }
      .kvSect .sectMain .catch {
        padding-right: 2.66667vw; }
        .kvSect .sectMain .catch img {
          width: 72vw; } }

/* =========================================================
========================================================= */
@-webkit-keyframes imgslide {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-75%, 0, 0);
            transform: translate3d(-75%, 0, 0); } }
@keyframes imgslide {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-75%, 0, 0);
            transform: translate3d(-75%, 0, 0); } }

@-webkit-keyframes imgslideIE {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@keyframes imgslideIE {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

.conceptSect.is-active .mainImg span {
  -webkit-animation: 100s linear imgslide infinite;
          animation: 100s linear imgslide infinite; }
  .is-Edge .conceptSect.is-active .mainImg span,
  .is-IE .conceptSect.is-active .mainImg span {
    -webkit-animation-name: imgslideIE;
            animation-name: imgslideIE;
    -webkit-animation-duration: 50s;
            animation-duration: 50s; }
    .is-Edge .conceptSect.is-active .mainImg span img:nth-child(n+3),
    .is-IE .conceptSect.is-active .mainImg span img:nth-child(n+3) {
      display: none; }

.conceptSect .sectMain {
  line-height: 1; }
  .conceptSect .sectMain .mainImg {
    position: relative;
    width: 5000%; }
    .conceptSect .sectMain .mainImg span {
      display: inline-block; }
    .conceptSect .sectMain .mainImg img {
      width: auto; }
  .conceptSect .sectMain .leadBlock .txt {
    text-align: right; }

@media only screen and (min-width: 769px), print {
  .conceptSect .sectTit img {
    width: 1017px; }
  .conceptSect .sectMain .mainImg {
    margin-top: 60px;
    margin-left: -100px; }
    .conceptSect .sectMain .mainImg img {
      height: 280px; }
  .conceptSect .sectMain .leadBlock {
    margin-top: 60px; }
    .conceptSect .sectMain .leadBlock .txt img {
      width: 904px; } }

@media only screen and (max-width: 768px) {
  .conceptSect .sectTit {
    padding-left: 2.66667vw; }
    .conceptSect .sectTit img {
      width: 73.33333vw; }
  .conceptSect .sectMain .mainImg {
    margin-top: 10.66667vw;
    margin-left: -26.66667vw; }
    .conceptSect .sectMain .mainImg img {
      height: 56vw; }
  .conceptSect .sectMain .leadBlock {
    margin-top: 10.66667vw; }
    .conceptSect .sectMain .leadBlock .txt {
      padding-right: 4vw; }
      .conceptSect .sectMain .leadBlock .txt img {
        width: 70.4vw; } }

/* =========================================================
========================================================= */
@media only screen and (min-width: 769px), print {
  .grayBgWrap {
    background: linear-gradient(148deg, #fff -4%, #e6e6e6 100%); } }

@media only screen and (max-width: 768px) {
  .grayBgWrap {
    background: linear-gradient(148deg, #fff -20%, #e6e6e6 100%); } }

/* =========================================================
========================================================= */
.globalSect a {
  color: inherit; }

.globalSect .sectInner {
  position: relative;
  margin: 0 auto;
  color: #003E73; }

.globalSect .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%); }

/*20210201 Added by Miles to remove graph*/
#globalFlex.sectMain {
  justify-content: center !important;
  align-items: center;
}

.globalSect .sectTit {
  font-weight: bold;
  line-height: 1.17;
  text-align: center; }

.globalSect .sectMain {
  position: relative;
  text-align: center; }
  .globalSect .sectMain .titCaution {
    line-height: 1; }
  .globalSect .sectMain .num {
    font-weight: bold;
    line-height: 1; }
    .globalSect .sectMain .num small.-million {
      margin-left: .15em; }
  .globalSect .sectMain .centerWrap .infoBlock:first-child {
    margin-top: 0; }
  .globalSect .sectMain .rightWrap .outlineBlock:first-child {
    margin-top: 0; }

@media only screen and (min-width: 769px), print {
  .globalSect .sectInner {
    max-width: 1140px; }
  .globalSect .bg {
    width: 420px; }
  .globalSect .sectTit {
    font-size: 35px;
    font-size: 3.5rem; }
  .globalSect .sectMain {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 34px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .globalSect .sectMain .titCaution {
      text-align: right;
      margin-top: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
    .globalSect .sectMain .num {
      font-size: 55px;
      font-size: 5.5rem; }
      .globalSect .sectMain .num small {
        font-size: 34px;
        font-size: 3.4rem; }
    .globalSect .sectMain .leftWrap {
      width: 48%; }
      .globalSect .sectMain .leftWrap .infoBlock .imgWrap {
        margin-top: 40px; }
        .globalSect .sectMain .leftWrap .infoBlock .imgWrap img {
          width: 100%; }
    .globalSect .sectMain .rightWrap {
      width: 48%; }
      .globalSect .sectMain .rightWrap .infoBlock {
        margin-top: 40px; }
        .globalSect .sectMain .rightWrap .infoBlock:first-child {
          margin-top: 0; }
        .globalSect .sectMain .rightWrap .infoBlock .imgWrap {
          margin-top: 40px; }
          .globalSect .sectMain .rightWrap .infoBlock .imgWrap img {
            width: 90%; }
        .globalSect .sectMain .rightWrap .infoBlock .num {
          margin-top: 30px; }
    .globalSect .sectMain .bottomWrap {
      width: 100%;
      margin-top: 34px; } }

@media only screen and (max-width: 768px) {
  .globalSect .bg {
    top: 26.66667vw;
    width: 72.53333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .globalSect .sectTit {
    font-size: 21px;
    font-size: 5.6vw; }
    .globalSect .sectTit small {
      font-size: 18px;
      font-size: 4.8vw; }
  .globalSect .sectMain {
    margin-top: 4vw; }
    .globalSect .sectMain > * {
      margin-top: 13.33333vw; }
      .globalSect .sectMain > *:first-child {
        margin-top: 0; }
    .globalSect .sectMain .titCaution {
      margin-top: 5.33333vw;
      text-align: right;
      font-size: 12px;
      font-size: 3.2vw; }
    .globalSect .sectMain .num {
      font-size: 38px;
      font-size: 10.13333vw; }
      .globalSect .sectMain .num small {
        font-size: 22px;
        font-size: 5.86667vw; }
    .globalSect .sectMain .leftWrap .infoBlock .imgWrap {
      margin-top: 4vw; }
      .globalSect .sectMain .leftWrap .infoBlock .imgWrap img {
        width: 100%;
        max-width: inherit; }
    .globalSect .sectMain .leftWrap .infoBlock .graph {
      margin-top: 4vw; }
    .globalSect .sectMain .rightWrap .infoBlock {
      margin-top: 8vw; }
      .globalSect .sectMain .rightWrap .infoBlock .imgWrap {
        margin-top: 4vw; }
        .globalSect .sectMain .rightWrap .infoBlock .imgWrap img {
          width: 90%; }
      .globalSect .sectMain .rightWrap .infoBlock .num {
        margin-top: 5.33333vw; }
    .globalSect .sectMain .bottomWrap {
      margin-top: 5.33333vw; } }

/* =========================================================
========================================================= */
.japanSect a {
  color: inherit; }

.japanSect .sectInner {
  position: relative;
  margin: 0 auto;
  color: #003E73; }

.japanSect .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%); }

.japanSect .sectTit {
  font-weight: bold;
  line-height: 1.17;
  text-align: center; }

.japanSect .sectMain {
  position: relative;
  text-align: center; }
  .japanSect .sectMain .titCaution {
    line-height: 1; }
  .japanSect .sectMain .num {
    font-weight: bold;
    line-height: 1; }
    .japanSect .sectMain .num small.-million {
      margin-left: .15em; }
  .japanSect .sectMain .centerWrap .infoBlock:first-child {
    margin-top: 0; }
  .japanSect .sectMain .rightWrap .outlineBlock:first-child {
    margin-top: 0; }

@media only screen and (min-width: 769px), print {
  .japanSect .sectInner {
    max-width: 1140px; }
  .japanSect .bg {
    width: 420px; }
  .japanSect .sectTit {
    font-size: 35px;
    font-size: 3.5rem; }
  .japanSect .sectMain {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 50px; }
    .japanSect .sectMain .titCaution {
      text-align: right;
      margin-top: 55px;
      font-size: 14px;
      font-size: 1.4rem; }
    .japanSect .sectMain .num {
      font-size: 55px;
      font-size: 5.5rem; }
      .japanSect .sectMain .num small {
        font-size: 34px;
        font-size: 3.4rem; }
    .japanSect .sectMain .leftWrap {
      width: 48%; }
      .japanSect .sectMain .leftWrap .infoBlock .graph {
        margin-top: 20px;
        margin-left: -30px; }
        .japanSect .sectMain .leftWrap .infoBlock .graph img {
          width: 605px; }
    .japanSect .sectMain .rightWrap {
      width: 48%; }
      .japanSect .sectMain .rightWrap .infoBlock {
        margin-top: 80px; }
        .japanSect .sectMain .rightWrap .infoBlock:first-child {
          margin-top: 0; }
        .japanSect .sectMain .rightWrap .infoBlock .num {
          margin-top: 30px; }
        .japanSect .sectMain .rightWrap .infoBlock .imgWrap {
          margin-top: 80px; }
          .japanSect .sectMain .rightWrap .infoBlock .imgWrap img {
            width: 90%; }
    .japanSect .sectMain .bottomWrap {
      width: 100%;
      margin-top: 13px; } }

@media only screen and (max-width: 768px) {
  .japanSect .bg {
    top: 26.66667vw;
    width: 72.53333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .japanSect .sectTit {
    font-size: 21px;
    font-size: 5.6vw; }
    .japanSect .sectTit small {
      font-size: 18px;
      font-size: 4.8vw; }
  .japanSect .sectMain {
    margin-top: 4vw; }
    .japanSect .sectMain > * {
      margin-top: 13.33333vw; }
      .japanSect .sectMain > *:first-child {
        margin-top: 0; }
    .japanSect .sectMain .titCaution {
      margin-top: 8vw;
      text-align: right;
      font-size: 12px;
      font-size: 3.2vw; }
    .japanSect .sectMain .num {
      font-size: 38px;
      font-size: 10.13333vw; }
      .japanSect .sectMain .num small {
        font-size: 22px;
        font-size: 5.86667vw; }
    .japanSect .sectMain .leftWrap .infoBlock .graph {
      margin-top: 4vw; }
    .japanSect .sectMain .rightWrap .infoBlock {
      margin-top: 8vw; }
      .japanSect .sectMain .rightWrap .infoBlock .num {
        margin-top: 5.33333vw; }
    .japanSect .sectMain .bottomWrap {
      margin-top: 5.33333vw; } }

/* =========================================================
========================================================= */
.map {
  opacity: .4; }

.japanSect .bg {
  opacity: .15; }

.test02 .map {
  opacity: .4; }

.test02 .japanSect .bg {
  opacity: .15; }

.test03 .map {
  opacity: .7; }

.test03 .japanSect .bg {
  opacity: .15; }

.worldSect .sectInner {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #003E73; }

.worldSect .sectTit {
  font-weight: bold;
  line-height: 1.17;
  text-align: center; }

.worldSect .sectMain .mapBlock .blockTit {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.worldSect .sectMain .infoBlock .blockTit {
  font-weight: bold;
  line-height: 1.4; }

@media only screen and (min-width: 769px), print {
  .worldSect .sectInner {
    max-width: 1140px; }
  .worldSect .sectTit {
    font-size: 35px;
    font-size: 3.5rem; }
  .worldSect .sectMain .mapBlock .blockTit {
    top: 20px; }
  .worldSect .sectMain .infoBlock {
    margin-top: 10px; }
    .worldSect .sectMain .infoBlock .blockTit {
      font-size: 22px;
      font-size: 2.2rem; }
      .worldSect .sectMain .infoBlock .blockTit strong {
        font-size: 36px;
        font-size: 3.6rem; }
    .worldSect .sectMain .infoBlock .netWorkBtn {
      margin-top: 20px; } }

@media only screen and (max-width: 768px) {
  .worldSect .sectTit {
    font-size: 21px;
    font-size: 5.6vw; }
  .worldSect .sectMain .mapBlock {
    margin-top: 13.33333vw; }
    .worldSect .sectMain .mapBlock .blockTit {
      top: -10.66667vw; }
    .worldSect .sectMain .mapBlock .placeList > li {
      width: 2.13333vw;
      height: 2.13333vw;
      border-width: 1px; }
  .worldSect .sectMain .infoBlock .blockTit {
    line-height: 1.25;
    font-size: 18px;
    font-size: 4.7vw; }
    .worldSect .sectMain .infoBlock .blockTit strong {
      font-size: 30px;
      font-size: 8vw; }
  .worldSect .sectMain .infoBlock .netWorkBtn {
    margin-top: 5.33333vw; } }

/* =========================================================
========================================================= */
.contSect .sectInner {
  position: relative; }

.contSect .mainImg {
  position: relative;
  overflow: hidden; }
  .contSect .mainImg span {
    display: block; }

.contSect .titBlock {
  z-index: 2;
  text-align: center;
  color: #fff; }
  .contSect .titBlock .companyPrinciple__inner {
    position: relative;
    z-index: 2;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .contSect .titBlock .companyPrinciple__inner {
        margin-bottom: 5.33333vw;
        font-size: 13px;
        font-size: 3.46667vw; } }
    .contSect .titBlock .companyPrinciple__inner:before {
      /*content: "Company Principle";*/
      display: block;
      font-size: 10px;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .contSect .titBlock .companyPrinciple__inner:before {
          font-size: 10px;
          font-size: 2.66667vw; } }
    .contSect .titBlock .companyPrinciple__inner:after {
      content: "";
      position: absolute;
      z-index: -1;
      display: block;
      background-repeat: no-repeat;
      width: calc(100% + 50px);
      height: calc(100% + 20px);
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      background-color: #003E73;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) skewX(-15deg);
              transform: translateX(-50%) translateY(-50%) skewX(-15deg); }
      @media only screen and (max-width: 768px) {
        .contSect .titBlock .companyPrinciple__inner:after {
          width: calc(100% + 8vw);
          height: calc(100% + 5.33333vw); } }
  .contSect .titBlock .sectTit {
    font-weight: bold;
    line-height: 1.17; }
  .contSect .titBlock .subTit {
    font-weight: bold;
    line-height: 1.4; }

.contSect .sectMain {
  position: static;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
          justify-content: center; }
  .contSect .sectMain .sectMainInner {
    width: 100%; }
  .contSect .sectMain .leadBlock .txt {
    line-height: 1.6; }
    .contSect .sectMain .leadBlock .txt.-small {
      line-height: 1.4; }
    .contSect .sectMain .leadBlock .txt:first-child {
      margin-top: 0; }
  .contSect .sectMain .infoBlock {
    z-index: 2; }
    .contSect .sectMain .infoBlock .blockTit {
      font-weight: bold; }
  .contSect .sectMain .listBlock {
    margin: 0 auto; }
    .contSect .sectMain .listBlock .btnBox a {
      position: relative;
      display: block; }
      .contSect .sectMain .listBlock .btnBox a .icon {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        background-color: #003e73; }
        .contSect .sectMain .listBlock .btnBox a .icon:before, .contSect .sectMain .listBlock .btnBox a .icon:after {
          position: absolute;
          display: block;
          width: 40%;
          height: 1px;
          content: '';
          background-repeat: no-repeat;
          background-position: 0 0;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto;
          left: 30%;
          top: 50%;
          background-color: #fff; }
        .contSect .sectMain .listBlock .btnBox a .icon:after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
    .contSect .sectMain .listBlock .itemList > li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .contSect .sectMain .listBlock .itemList .btnBox .tit {
      font-weight: bold;
      line-height: 1.4; }
    .contSect .sectMain .listBlock .fullItem .btnBox {
      position: relative; }
      .contSect .sectMain .listBlock .fullItem .btnBox a .icon {
        left: auto;
        -webkit-transform: none;
                transform: none; }
  .contSect .sectMain .stepBlock {
    margin: 0 auto; }
    .contSect .sectMain .stepBlock .itemList {
      overflow: hidden; }
      .contSect .sectMain .stepBlock .itemList > li {
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #222; }
        .contSect .sectMain .stepBlock .itemList > li:last-child:after {
          display: none; }
        .contSect .sectMain .stepBlock .itemList > li:nth-child(1) {
          z-index: 3;
          background-color: #f2e9cb; }
          @media only screen and (min-width: 769px), print {
            .contSect .sectMain .stepBlock .itemList > li:nth-child(1):after {
              border-left-color: #f2e9cb; } }
          @media only screen and (max-width: 768px) {
            .contSect .sectMain .stepBlock .itemList > li:nth-child(1):after {
              border-top-color: #f2e9cb; } }
        .contSect .sectMain .stepBlock .itemList > li:nth-child(2) {
          z-index: 2;
          background-color: #fdf7e2; }
          @media only screen and (min-width: 769px), print {
            .contSect .sectMain .stepBlock .itemList > li:nth-child(2):after {
              border-left-color: #fdf7e2; } }
          @media only screen and (max-width: 768px) {
            .contSect .sectMain .stepBlock .itemList > li:nth-child(2):after {
              border-top-color: #fdf7e2; } }
        .contSect .sectMain .stepBlock .itemList > li:nth-child(3) {
          z-index: 1;
          background-color: #fffdf5; }
          @media only screen and (min-width: 769px), print {
            .contSect .sectMain .stepBlock .itemList > li:nth-child(3):after {
              border-left-color: #fffdf5; } }
          @media only screen and (max-width: 768px) {
            .contSect .sectMain .stepBlock .itemList > li:nth-child(3):after {
              border-top-color: #fffdf5; } }
        .contSect .sectMain .stepBlock .itemList > li .liInner {
          position: relative;
          z-index: 1; }
      .contSect .sectMain .stepBlock .itemList .num {
        font-weight: bold;
        line-height: 1;
        color: #b59833; }
      .contSect .sectMain .stepBlock .itemList .tit {
        font-weight: bold;
        line-height: 1;
        color: #b59833; }
      .contSect .sectMain .stepBlock .itemList .lead {
        font-weight: bold; }
  .contSect .sectMain .catchBlock {
    text-align: right; }
    .contSect .sectMain .catchBlock .txt {
      font-weight: bold;
      line-height: 1.4;
      position: relative;
      display: inline-block;
      text-align: left; }
      .contSect .sectMain .catchBlock .txt:before {
        position: absolute;
        display: block;
        width: 150%;
        height: 100%;
        content: '';
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
        left: 0;
        top: 0;
        -webkit-transform: skewX(-15deg);
                transform: skewX(-15deg);
        background-color: #000; }
      .contSect .sectMain .catchBlock .txt span {
        position: relative;
        z-index: 1; }

.CTAButton {
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 15% auto auto auto; 
    width: fit-content;
    padding: 13px 24px; 
    background-color: #000;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
  min-width: 200px;}
    .CTAButton:hover {
      color: #000 !important;
      background-color: #ffffff;}
    .CTAButton:link, .CTAButton:visited {text-decoration: none; color: #fff;}
    .CTAButton:visited:hover {text-decoration: none;color: #000;}
      
     
@media only screen and (min-width: 769px), print {
  .contSect {
    color: #fff;
    background: linear-gradient(322deg, #003e73 0%, #00172b 100%);
    background-color: #000; }
    .contSect.-original .sectMain .listBlock {
      max-width: 500px; }
      .contSect.-original .sectMain .listBlock .itemList > li {
        text-align: center; }
        .contSect.-original .sectMain .listBlock .itemList > li .btnBox .thumb {
          position: relative;
          z-index: 0;
          overflow: hidden; }
        .contSect.-original .sectMain .listBlock .itemList > li .btnBox .tit {
          font-size: 16px;
          font-size: 1.6rem; }
    .contSect.-plant {
      background: linear-gradient(320deg, #91771c 0%, #3c2f00 100%); }
      .contSect.-plant .mainImg:before {
        background: rgba(49, 38, 0, 0.42); }
      .contSect.-plant .sectMain .listBlock .fullItem .btnBox a .icon {
        background-color: rgba(101, 79, 0, 0.56); }
      .contSect.-plant .sectMain .listBlock .fullItem .btnBox .txtWrap {
        background: rgba(101, 79, 0, 0.74); }
    .contSect.-plant .sectTit {
      margin-top: -2em; }
    .contSect.-plant .sectMain {
      padding-bottom: 100px; }
    .contSect .sectInner {
      display: -webkit-box;
      display: flex;
      width: 100%;
      min-height: 100%; }
    .contSect .mainImg {
      width: 60%; }
      .contSect .mainImg span {
        background: no-repeat center center;
        -webkit-background-size: cover;
                background-size: cover; }
        .contSect .mainImg span,
        .contSect .mainImg span img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .contSect .mainImg span:before {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          content: '';
          background-repeat: no-repeat;
          background-position: 0 0;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto;
          left: 0;
          top: 0;
          z-index: 1;
          background: rgba(0, 34, 64, 0.42); }
      .contSect .mainImg img {
        opacity: 0; }
    .contSect .titBlock {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: flex;
      width: 60%;
      height: 100%;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; }
      .contSect .titBlock .sectTit {
        font-size: 35px;
        font-size: 3.5rem; }
      .contSect .titBlock .subTit {
        margin-top: 5px;
        font-size: 21px;
        font-size: 2.1rem; }
    .contSect .sectMain {
      display: -webkit-box;
      display: flex;
      min-height: 100vh;
      padding: 30px 30px; }
      .contSect .sectMain .leadBlock .txt {
        margin-top: 1em;
        font-size: 16px;
        font-size: 1.6rem; }
        .contSect .sectMain .leadBlock .txt.-small {
          font-size: 14px;
          font-size: 1.4rem; }
      .contSect .sectMain .infoBlock {
        position: absolute;
        right: 40%;
        bottom: 0;
        width: 353px;
        padding: 25px; }
        .contSect.-quality .sectMain .infoBlock {
          bottom: 30px!important;
        }
        .contSect .sectMain .infoBlock .blockTit {
          font-size: 14px;
          font-size: 1.4rem; }
        .contSect .sectMain .infoBlock .txt {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.4; }
      .contSect .sectMain .listBlock {
        max-width: 550px;
        margin-top: 40px; }
        .contSect .sectMain .listBlock .btnBox a {
          overflow: hidden; }
          .contSect .sectMain .listBlock .btnBox a .icon {
            width: 35px;
            height: 35px; }
          .contSect .sectMain .listBlock .btnBox a img.scaleImg {
            -webkit-transition: ease transform .5s;
            transition: ease transform .5s;
            -webkit-transform: scale(1);
                    transform: scale(1); }
          .contSect .sectMain .listBlock .btnBox a:hover img.scaleImg {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
        .contSect .sectMain .listBlock .itemList {
          display: -webkit-box;
          display: flex;
          margin: 0 -10px; }
          .contSect .sectMain .listBlock .itemList > li {
            width: 33.333%;
            padding: 0 10px; }
          .contSect .sectMain .listBlock .itemList .btnBox .tit {
            margin-top: 10px;
            font-size: 14px;
            font-size: 1.4rem; }
        .contSect .sectMain .listBlock .fullItem .btnBox a .icon {
          top: 10px;
          right: 10px; }
        .contSect .sectMain .listBlock .fullItem .btnBox .txtWrap {
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          padding: 20px 10px;
          text-align: center;
          color: #fff;
          background: rgba(0, 62, 115, 0.74); }
          .contSect .sectMain .listBlock .fullItem .btnBox .txtWrap .lead {
            font-weight: bold;
            font-size: 12px;
            font-size: 1.2rem; }
          .contSect .sectMain .listBlock .fullItem .btnBox .txtWrap .txt {
            font-weight: bold;
            margin-top: 5px;
            color: #ccc;
            font-size: 16px;
            font-size: 1.6rem; }
            .contSect .sectMain .listBlock .fullItem .btnBox .txtWrap .txt strong {
              color: #fff; }
            .contSect .sectMain .listBlock .fullItem .btnBox .txtWrap .txt img {
              width: auto;
              height: 2em;
              margin-right: .5em;
              vertical-align: middle; }
        .contSect .sectMain .listBlock .popWrap {
          display: none; }
      .contSect .sectMain .stepBlock {
        max-width: 600px;
        margin-top: 20px; }
        .contSect .sectMain .stepBlock .itemList {
          display: -webkit-box;
          display: flex; }
          .contSect .sectMain .stepBlock .itemList > li {
            width: 33.333%;
            padding: 20px 0 20px 35px;
            font-size: 12px;
            font-size: 1.2rem; }
            .contSect .sectMain .stepBlock .itemList > li:first-child {
              padding-left: 20px; }
            .contSect .sectMain .stepBlock .itemList > li:last-child {
              padding-right: 20px; }
            .contSect .sectMain .stepBlock .itemList > li:after {
              position: absolute;
              display: block;
              width: 0;
              height: 0;
              content: '';
              background-repeat: no-repeat;
              background-position: 0 0;
              -webkit-background-size: 100% auto;
                      background-size: 100% auto;
              left: 100%;
              top: 50%;
              -webkit-transform: translate(-35%, -50%);
                      transform: translate(-35%, -50%);
              border-width: 150px 0 150px 40px;
              border-style: solid;
              border-color: transparent transparent transparent #eee; }
          .contSect .sectMain .stepBlock .itemList .tit {
            margin-top: 5px;
            font-size: 18px;
            font-size: 1.8rem; }
          .contSect .sectMain .stepBlock .itemList .lead {
            margin-top: 5px; }
          .contSect .sectMain .stepBlock .itemList .txt {
            margin-top: 5px; }
      .contSect .sectMain .catchBlock {
        margin-top: 40px; }
        .contSect .sectMain .catchBlock .txt {
          margin-right: -50px;
          padding: 18px 0;
          padding-right: 50px;
          font-size: 23px;
          font-size: 2.3rem; }
          .contSect .sectMain .catchBlock .txt.-large {
            font-size: 26px;
            font-size: 2.6rem; }
          .contSect .sectMain .catchBlock .txt:before {
            margin-left: -40px; } }

@media screen and (min-width: 769px) and (max-width: 1024px), print {
  .contSect .titBlock,
  .contSect .mainImg {
    width: 50%; }
  .contSect .sectMain .infoBlock {
    right: 50%; } }

@media only screen and (max-width: 768px) {
  .contSect.-original .sectMain .listBlock .itemList > li .btnBox .tit {
    font-size: 16px;
    font-size: 4.26667vw; }
  .contSect.-ces .sectMain .contBgWrap, .contSect.-ssop .sectMain .contBgWrap, .contSect.-plant .sectMain .contBgWrap {
    padding-bottom: 21.33333vw; }
  .contSect.-ssop .sectMain .contBgWrap, .contSect.-plant .sectMain .contBgWrap {
    background: linear-gradient(320deg, #91771c 0%, #3c2f00 100%); }
  .contSect .mainImg {
    background-color: #000; }
    .contSect .mainImg img {
      width: 100%; }
  .contSect .titBlock {
    text-align: center; }
    .contSect .titBlock .sectTit {
      font-size: 20px;
      font-size: 5.33333vw; }
    .contSect .titBlock .subTit {
      margin-top: 0.53333vw;
      font-size: 16px;
      font-size: 4.26667vw; }
  .contSect .sectMain {
    padding-bottom: 23.73333vw; }
    .contSect .sectMain .contBgWrap {
      padding: 8vw 8vw;
      color: #fff;
      background: linear-gradient(322deg, #003e73 0%, #00172b 100%);
      background-color: #000; }
    .contSect .sectMain .leadBlock {
      margin-top: 4vw; }
      .contSect .sectMain .leadBlock .txt {
        margin-top: 5.33333vw;
        font-size: 14px;
        font-size: 3.73333vw; }
        .contSect .sectMain .leadBlock .txt.-small {
          font-size: 14px;
          font-size: 3.73333vw; }
    .contSect .sectMain .infoBlock {
      padding: 5.33333vw 5.33333vw;
      color: #fff;
      background-color: #000; }
      .contSect .sectMain .infoBlock .blockTit {
        padding-bottom: 1.33333vw;
        border-bottom: 1px solid #fff;
        font-size: 12px;
        font-size: 3.2vw; }
      .contSect .sectMain .infoBlock .txt {
        margin-top: 1.33333vw;
        font-size: 12px;
        font-size: 3.2vw; }
    .contSect .sectMain .listBlock {
      margin-top: 6.66667vw;
      padding: 0 5.33333vw; }
      .contSect .sectMain .listBlock .btnBox {
        display: none; }
      .contSect .sectMain .listBlock .itemList > li {
        margin-top: 13.33333vw; }
        .contSect .sectMain .listBlock .itemList > li:first-child {
          margin-top: 0; }
      .contSect .sectMain .listBlock .popWrap {
        display: block; }
        .contSect .sectMain .listBlock .popWrap .popCont.miniPop .thumbBox {
          width: 29.33333vw; }
          .contSect .sectMain .listBlock .popWrap .popCont.miniPop .thumbBox .thumb {
            padding: 0 1.33333vw; }
          .contSect .sectMain .listBlock .popWrap .popCont.miniPop .thumbBox .name {
            margin-top: 2.13333vw;
            font-size: 16px;
            font-size: 4.26667vw; }
          .contSect .sectMain .listBlock .popWrap .popCont.miniPop .thumbBox .type {
            font-size: 10px;
            font-size: 2.66667vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.miniPop .popTit {
          margin-bottom: 2.66667vw;
          padding-bottom: 1.33333vw;
          font-size: 18px;
          font-size: 4.8vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.miniPop .txtBox {
          margin-left: 33.33333vw;
          font-size: 14px;
          font-size: 3.73333vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.midPop .popTit {
          margin-top: 4vw;
          padding-bottom: 1.33333vw;
          font-size: 18px;
          font-size: 4.8vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.midPop .txtBox {
          margin-top: 2.66667vw;
          font-size: 14px;
          font-size: 3.73333vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popMainImg {
          margin-top: -20vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popTitWrap {
          margin-top: 5.33333vw; }
          .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popTitWrap .lead {
            font-size: 18px;
            font-size: 4.8vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popTitWrap .lead span {
              display: block;
              padding: 1.6vw 0; }
          .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popTitWrap .tit {
            margin-top: 5.33333vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popTitWrap .tit img {
              height: 5.6vw; }
          .contSect .sectMain .listBlock .popWrap .popCont.bigPop .popTitWrap .subTit {
            margin-top: 2.13333vw;
            font-size: 18px;
            font-size: 4.8vw; }
        .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList {
          margin-top: 5.6vw; }
          .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList > li {
            margin-top: 13.33333vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList > li:first-child {
              margin-top: 0; }
          .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList .thumb {
            text-align: center; }
          .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList .txtBox {
            margin-top: 4vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList .txtBox .enTit {
              font-size: 14px;
              font-size: 3.73333vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList .txtBox .leadTit {
              font-size: 14px;
              font-size: 3.73333vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList .txtBox .boxTit {
              margin-top: 0.8vw;
              padding-bottom: 1.33333vw;
              font-size: 18px;
              font-size: 4.8vw; }
            .contSect .sectMain .listBlock .popWrap .popCont.bigPop .infoList .txtBox .txt {
              margin-top: 2.66667vw;
              font-size: 14px;
              font-size: 3.73333vw; }
    .contSect .sectMain .stepBlock {
      margin-top: -16vw;
      padding: 0 5.33333vw; }
      .contSect .sectMain .stepBlock .itemList > li {
        padding: 16vw 5.33333vw 2.66667vw 5.33333vw;
        font-size: 14px;
        font-size: 3.73333vw; }
        .contSect .sectMain .stepBlock .itemList > li:first-child {
          padding-top: 5.33333vw; }
        .contSect .sectMain .stepBlock .itemList > li:last-child {
          padding-bottom: 5.33333vw; }
        .contSect .sectMain .stepBlock .itemList > li:after {
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          content: '';
          background-repeat: no-repeat;
          background-position: 0 0;
          -webkit-background-size: 100% auto;
                  background-size: 100% auto;
          left: 50%;
          top: 100%;
          -webkit-transform: translate(-50%, 0%);
                  transform: translate(-50%, 0%);
          border-width: 13.33333vw 50vw 0 50vw;
          border-style: solid;
          border-color: #eee transparent transparent transparent; }
      .contSect .sectMain .stepBlock .itemList .num {
        font-size: 18px;
        font-size: 4.8vw; }
      .contSect .sectMain .stepBlock .itemList .tit {
        margin-top: 1.33333vw;
        font-size: 18px;
        font-size: 4.8vw; }
      .contSect .sectMain .stepBlock .itemList .lead {
        margin-top: 1.33333vw; }
    .contSect .sectMain .catchBlock {
      margin-top: 4.8vw;
      color: #fff; }
      .contSect .sectMain .catchBlock .txt {
        padding: 4vw 5.33333vw 4vw 0;
        font-size: 16px;
        font-size: 4.26667vw; }
        .contSect .sectMain .catchBlock .txt.-large {
          font-size: 16px;
          font-size: 4.26667vw; }
        .contSect .sectMain .catchBlock .txt:before {
          margin-left: -5.33333vw; } }
