<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*! Reset CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
a, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #666;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

button {
  outline: none;
}

/*==================================================================
	共通extend用
===================================================================*/
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------
 Module CSS
 -------------------------------------------------- */
/* --------------------------------------------------
 01:  webfont
 -------------------------------------------------- */
/* --------------------------------------------------
 02:  Margin Padding
 -------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

/* --------------------------------------------------
 02.5:  Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px !important;
  }
}

.mt_sm {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt_sm {
    margin-top: 15px !important;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px !important;
  }
}

.mt_ml {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt_ml {
    margin-top: 25px !important;
  }
}

.mt_l {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px !important;
  }
}

.mb_s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

.mb_sm {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb_sm {
    margin-bottom: 15px !important;
  }
}

.mb_m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px !important;
  }
}

.mb_ml {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb_ml {
    margin-bottom: 25px !important;
  }
}

.mb_l {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px !important;
  }
}

/* --------------------------------------------------
 03:  Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.mincho {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.indent p, p.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* --------------------------------------------------
 04:  Responsive
 -------------------------------------------------- */
.pc {
  display: inherit !important;
}

.pc_tb {
  display: inherit !important;
}

.tb {
  display: none !important;
}

.tb_sp {
  display: none !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1040px) {
  .pc {
    display: none !important;
  }

  .pc_tb {
    display: inherit !important;
  }

  .tb {
    display: inherit !important;
  }

  .tb_sp {
    display: inherit !important;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .pc_tb {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tb_sp {
    display: inherit !important;
  }

  .sp {
    display: inherit !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 1.6em;
}
@media screen and (max-width: 1040px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 1040px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
  a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  a img:hover {
    opacity: 0.8;
  }
}

.contentInner, .bgWrap {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .contentInner, .bgWrap {
    margin: 0 25px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .contentInner, .bgWrap {
    margin: 0 10px;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
}
.col2 &gt; li, .col2 &gt; dl {
  width: 48.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .col2 &gt; li, .col2 &gt; dl {
    width: 100%;
  }
}
.col2 &gt; li:nth-child(2n+1), .col2 &gt; dl:nth-child(2n+1) {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .col2 &gt; li:nth-child(2n+1), .col2 &gt; dl:nth-child(2n+1) {
    margin-right: 0;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
}
.col3 &gt; li, .col3 &gt; dl {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .col3 &gt; li, .col3 &gt; dl {
    width: 100%;
  }
}
.col3 &gt; li:nth-child(3n+1), .col3 &gt; li:nth-child(3n+2), .col3 &gt; dl:nth-child(3n+1), .col3 &gt; dl:nth-child(3n+2) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col3 &gt; li:nth-child(3n+1), .col3 &gt; li:nth-child(3n+2), .col3 &gt; dl:nth-child(3n+1), .col3 &gt; dl:nth-child(3n+2) {
    margin-right: 0;
  }
}

.titleStyle01 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0068b7;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .titleStyle01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.titleStyle01:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #0068b7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.titleStyle01.white {
  color: #fff;
}
.titleStyle01.white:after {
  background: #fff;
}

.boxStyle02 {
  background: #0068b7;
  color: #fff;
  padding: 30px;
}

.listStyle01 dt {
  margin-bottom: 15px;
  color: #0068b7;
}

.listStyle02 {
  padding-left: 90px;
  background: 0 5px no-repeat;
  margin-bottom: 30px;
}
.listStyle02.heuristic {
  background-image: url(/webl10n/common/img/ico_service01.png);
}
.listStyle02.analysis {
  background-image: url(/webl10n/common/img/ico_service02.png);
}
.listStyle02.movie {
  background-image: url(/webl10n/common/img/ico_service03.png);
}
.listStyle02.script {
  background-image: url(/webl10n/common/img/ico_service04.png);
}
.listStyle02.comic {
  background-image: url(/webl10n/common/img/ico_service05.png);
}
.listStyle02.tagengo {
  background: #fff;
  padding: 2em;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.listStyle02 dt {
  color: #0068b7;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.listStyle03 {
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .listStyle03 {
    padding: 0 10px;
  }
}
.listStyle03 li {
  padding: 10px 0;
  color: #fff;
}
.listStyle03 li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.listStyle03 li a {
  display: block;
  color: #fff;
}
.listStyle03 li a.arrow {
  position: relative;
  padding-left: 15px;
}
.listStyle03 li a.arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.listStyle03 li .icon {
  vertical-align: middle;
}

.btnStyle01 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #ef5638;
  padding: 15px 20px;
}
.btnStyle01.arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #fff;
  margin-left: 20px;
}

.btnStyle03 {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0068b7;
  color: #0068b7;
  padding: 5px 20px 5px 30px;
  position: relative;
}
.btnStyle03:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #0068b7;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btnStyle03.white {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 20px 15px 35px;
}
.btnStyle03.white:after {
  border-color: transparent transparent transparent #fff;
  left: 20px;
}

.acdStyle01 {
  background: #fff;
  color: #0068b7;
  padding: 10px 0 30px;
}
.acdStyle01 dt {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.acdStyle01 dt:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
}
.acdStyle01 dt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #0068b7 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.acdStyle01 dd {
  display: none;
  color: #222;
  padding: 20px 20px 0;
}
.acdStyle01.active {
  position: relative;
}
.acdStyle01.active dt {
  position: static;
}
.acdStyle01.active dt:before {
  bottom: 0;
}
.acdStyle01.active dt:after {
  transform: rotate(180deg);
  bottom: 10px;
}

.col3_tagengo {
  display: flex;
  flex-wrap: wrap;
}
.col3_tagengo &gt; li, .col3_tagengo &gt; dl {
  width: 32%;
  margin-bottom: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .col3_tagengo &gt; li, .col3_tagengo &gt; dl {
    width: 100%;
  }
}
.col3_tagengo li {
  display: flex;
  flex: 1 0 auto;
  border: solid 5px #BACFF0;
}
.col3_tagengo li:last-of-type {
  margin-right: 0;
}

.acdStyle02 {
  background: #fff;
  color: #0068b7;
  padding: 1em 0 30px;
}
.acdStyle02 span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #666;
}
.acdStyle02 dt {
  padding-left: 1em;
  padding-right: 1em;
}
.acdStyle02 dd {
  color: #222;
  padding: 20px 20px 0;
}

.l_tagengo__follow {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l_tagengo__follow {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.l_tagengo__features {
  background: #c3e3fb;
  padding: 1.5em;
}

.tagengo__features___txt {
  font-weight: bold;
  font-size: 2rem;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.delighter {
  opacity: 0;
  transition: opacity 0.6s ease-in;
}
.delighter.started, .delighter.ended {
  opacity: 1;
}
.delighter.started .photoBox, .delighter.started .txtBox, .delighter.ended .photoBox, .delighter.ended .txtBox {
  transform: translateX(0) !important;
}

#mainContent .photoBox {
  position: relative;
  transition: 1s ease;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  #mainContent .photoBox {
    width: 100% !important;
    height: auto !important;
  }
  #mainContent .photoBox:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
#mainContent .txtBox {
  background: #fff;
  position: absolute;
  padding: 35px 40px;
  transition: 1s ease;
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  #mainContent .txtBox {
    padding: 15px;
    width: 94% !important;
    position: relative;
  }
}
#mainContent .lead {
  margin-bottom: 1.6em;
  position: relative;
}
#mainContent .blueTxt {
  color: #0068b7;
}
#mainContent .bgWrap {
  position: relative;
}
#mainContent .bgWrap .bgBox {
  position: absolute;
}
#mainContent .bgWrap .bgBox:before, #mainContent .bgWrap .bgBox:after {
  content: "";
  display: block;
}
#mainContent .bgWrap .bgBox:before {
  position: relative;
}
#mainContent .bgWrap .bgBox:after {
  position: absolute;
  width: 100vw;
  top: 0;
}
#mainContent &gt; section {
  position: relative;
}
#mainContent &gt; section .contentInner {
  position: relative;
}
#mainContent #mainVisual {
  background: url(/webl10n/common/img/main.jpg) 70% 0/cover no-repeat;
  padding: 160px 0 80px;
}
#mainContent #mainVisual .copy {
  color: #fff;
  line-height: 1.4;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #mainVisual .copy {
    margin-bottom: 30px;
  }
}
#mainContent #mainVisual .copy:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#mainContent #mainVisual .copy .sub {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  #mainContent #mainVisual .copy .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#mainContent #mainVisual .copy .main {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #mainContent #mainVisual .copy .main {
    font-size: 5.2vw;
  }
}
#mainContent #mainVisual .btnWrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  #mainContent #mainVisual .btnWrap {
    justify-content: center;
    margin-bottom: 30px;
  }
}
#mainContent #mainVisual .btnWrap li:not(:last-child) {
  margin-right: 25px;
}
#mainContent #mainVisual .linkWrap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #mainContent #mainVisual .linkWrap {
    text-align: center;
  }
}
#mainContent #mainVisual .linkWrap .listStyle03 {
  display: inline-block;
  text-align: left;
}
#mainContent #webl10n {
  background: #eee;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #mainContent #webl10n {
    padding-bottom: 50px;
  }
}
#mainContent #webl10n .bgBox.bg01 {
  background: #0068b7;
  width: 800px;
  top: 0;
  right: 0;
}
#mainContent #webl10n .bgBox.bg01:before {
  padding-top: 88%;
}
#mainContent #webl10n .bgBox.bg01:after {
  background: #0068b7;
  padding-top: 88%;
  left: 800px;
}
#mainContent #webl10n .photoBox {
  width: 400px;
  height: 606px;
  top: -50px;
  left: -100vw;
  transition-property: left;
  background: url(/webl10n/common/img/bg_webl10n.jpg) 0 0/cover no-repeat;
}
#mainContent #webl10n .txtBox {
  width: 728px;
  top: 0;
  right: -100vw;
  transition-property: right;
  background: #fff url("/webl10n/common/img/bg_logo.png") top 30px right no-repeat;
  padding: 35px 33px 35px 33px;
}
@media screen and (max-width: 767px) {
  #mainContent #webl10n .txtBox {
    left: 0;
    margin: -100px 0 0;
    background-size: 50%;
    padding: 15px;
  }
}
#mainContent #webl10n .txtBox .sub {
  font-size: 1.15em;
}
#mainContent #webl10n.started .photoBox, #mainContent #webl10n.ended .photoBox {
  left: 0;
}
#mainContent #webl10n.started .txtBox, #mainContent #webl10n.ended .txtBox {
  right: 0;
}
#mainContent #production {
  background: #eee;
  padding-bottom: 20px;
}
#mainContent #production .photoBox {
  width: 600px;
  height: 410px;
  top: -50px;
  margin-left: auto;
  transform: translateX(100vw);
  transition-property: transform;
  background: url(/webl10n/common/img/bg_production.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #mainContent #production .photoBox {
    top: auto;
    left: 0;
  }
}
#mainContent #production .txtBox {
  width: 600px;
  top: 100px;
  left: 0;
  transform: translateX(-100vw);
  transition-property: transform;
}
@media screen and (max-width: 767px) {
  #mainContent #production .txtBox {
    top: auto;
    margin: -50px 0 30px;
  }
}
#mainContent #translate {
  background: #eee;
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  #mainContent #translate {
    padding-bottom: 20px;
  }
}
#mainContent #translate .bgBox.bg01 {
  background: #c3e3fb;
  width: 1086px;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #mainContent #translate .bgBox.bg01 {
    width: 90%;
  }
}
#mainContent #translate .bgBox.bg01:before {
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  #mainContent #translate .bgBox.bg01:before {
    padding-top: 200vh;
  }
}
#mainContent #translate .bgBox.bg01:after {
  background: #c3e3fb;
  padding-top: 75%;
  left: 1086px;
}
@media screen and (max-width: 767px) {
  #mainContent #translate .bgBox.bg01:after {
    left: 90%;
    padding-top: 200vh;
  }
}
#mainContent #translate .bgBox.bg02 {
  background: #fff;
  width: 400px;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #mainContent #translate .bgBox.bg02 {
    display: none;
  }
}
#mainContent #translate .bgBox.bg02:before {
  padding-top: 180%;
}
#mainContent #translate .bgBox.bg02:after {
  background: #fff;
  padding-top: 180%;
  right: 400px;
}
#mainContent #translate .contentInner {
  position: relative;
  z-index: 1;
}
#mainContent #translate .photoBox {
  width: 600px;
  height: 410px;
  margin: 50px 0 40px;
  left: -100vw;
  transition-property: left;
  background: url(/webl10n/common/img/bg_translate.jpg) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  #mainContent #translate .photoBox {
    margin: 0;
  }
}
#mainContent #translate .txtBox {
  width: 600px;
  top: 70px;
  right: -100vw;
  transition-property: right;
}
@media screen and (max-width: 767px) {
  #mainContent #translate .txtBox {
    top: auto;
    margin: -50px 0 15px;
  }
}
#mainContent #translate.started .photoBox, #mainContent #translate.ended .photoBox {
  left: 0;
}
#mainContent #translate.started .txtBox, #mainContent #translate.ended .txtBox {
  right: 0;
}
#mainContent #translate .listStyle01 {
  margin-bottom: 30px;
}
#mainContent #point {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #mainContent #point {
    padding-bottom: 50px;
  }
}
#mainContent #point:before {
  content: "";
  display: block;
  background: url(/webl10n/common/img/bg_point.jpg) 0 0/cover no-repeat;
  width: 1168px;
  height: 300px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
#mainContent #point .contentBox {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #mainContent #point .contentBox {
    padding-bottom: 10px;
  }
}
#mainContent #service {
  padding-top: 20px;
  margin-top: -20px;
}
#mainContent #service .contentInner {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #mainContent #service .contentInner {
    padding-bottom: 20px;
  }
}
#mainContent #service .bgWrap {
  z-index: -1;
}
#mainContent #service .bgBox.bg01 {
  background: #eee;
  width: 500px;
  bottom: 0;
  left: 0;
}
#mainContent #service .bgBox.bg01:before {
  padding-top: 80%;
}
#mainContent #service .bgBox.bg01:after {
  background: #eee;
  padding-top: 80%;
  right: 500px;
}
#mainContent #type {
  background: #eee;
  color: #fff;
}
#mainContent #type .contentInner {
  padding: 80px 0 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #mainContent #type .contentInner {
    padding: 50px 0;
  }
}
#mainContent #type .bgWrap {
  z-index: 1;
}
#mainContent #type .bgWrap.back {
  z-index: 0;
}
#mainContent #type #type02 {
  padding-top: 20px;
  margin-top: -20px;
}
#mainContent #type .bgBox.bg01 {
  background: #006cb8;
  width: 1040px;
  top: 0;
  right: 0;
}
#mainContent #type .bgBox.bg01:before {
  padding-top: 44%;
}
#mainContent #type .bgBox.bg01:after {
  background: #006cb8;
  padding-top: 44%;
  left: 1040px;
}
#mainContent #type .bgBox.bg02 {
  background: #4896cd;
  width: 1000px;
  top: 375px;
  left: 0;
}
#mainContent #type .bgBox.bg02:before {
  padding-top: 29%;
}
#mainContent #type .bgBox.bg02:after {
  background: #4896cd;
  padding-top: 29%;
  right: 1000px;
}
#mainContent #type .bgBox.bg03 {
  background: #00416e;
  width: 110vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mainContent #type .bgBox.bg03:before {
  padding-top: 42%;
}
@media screen and (max-width: 767px) {
  #mainContent #type .bgBox.bg03:before {
    padding-top: 22%;
  }
}
#mainContent #type .typeDetail.left {
  margin-left: -100px;
  margin-right: 100px;
}
@media screen and (max-width: 1200px) {
  #mainContent #type .typeDetail.left {
    margin-left: -6%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  #mainContent #type .typeDetail.left {
    margin-left: 0;
    margin-right: 0;
  }
}
#mainContent #type .typeDetail.right {
  margin-right: -100px;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  #mainContent #type .typeDetail.right {
    margin-right: -6%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  #mainContent #type .typeDetail.right {
    margin-right: 0;
    margin-left: 0;
  }
}
#mainContent #type .typeDetail li {
  width: 48%;
  background: #fff;
  padding: 35px 40px;
  color: #222;
}
@media screen and (max-width: 767px) {
  #mainContent #type .typeDetail li {
    width: 100%;
    padding: 15px;
  }
}
#mainContent #type .typeDetail li:nth-child(2n+1) {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  #mainContent #type .typeDetail li:nth-child(2n+1) {
    margin-right: 0;
  }
}
#mainContent #type .btnStyle01 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 30px;
  max-width: 500px;
  display: block;
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  #mainContent #type .btnStyle01 {
    margin: 10px auto;
    padding: 20px 0;
  }
}
#mainContent #tagengo {
  background: #eee;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #mainContent #tagengo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#mainContent #tagengo .bgBox.bg01 {
  background: #0068b7;
  width: 800px;
  top: 0;
  right: 0;
}
#mainContent #tagengo .bgBox.bg01:before {
  padding-top: 88%;
}
#mainContent #tagengo .bgBox.bg01:after {
  background: #0068b7;
  padding-top: 88%;
  left: 800px;
}
#mainContent #tagengo .bgBox.bg02 {
  background: #4896cd;
  width: 400px;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #mainContent #tagengo .bgBox.bg02 {
    display: none;
  }
}
#mainContent #tagengo .bgBox.bg02:before {
  padding-top: 180%;
}
#mainContent #tagengo .bgBox.bg02:after {
  background: #4896cd;
  padding-top: 180%;
  right: 400px;
}
#mainContent #tagengo .photoBox {
  width: 600px;
  height: 410px;
  top: -50px;
  left: -100vw;
  transition-property: left;
  background: url(/webl10n/common/img/bg_tagengo.jpg) 0 0/cover no-repeat;
}
#mainContent #tagengo .txtBox {
  width: 600px;
  top: 70px;
  right: -100vw;
  transition-property: right;
}
@media screen and (max-width: 767px) {
  #mainContent #tagengo .txtBox {
    top: auto;
    margin: -50px 0 15px;
  }
}
#mainContent #tagengo.started .photoBox, #mainContent #tagengo.ended .photoBox {
  left: 0;
}
#mainContent #tagengo.started .txtBox, #mainContent #tagengo.ended .txtBox {
  right: 0;
}
#mainContent #tagengo .tagengokanri01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #mainContent #tagengo .tagengokanri01 {
    display: flex;
    flex-direction: column;
  }
}
#mainContent #tagengo .tagengokanri02 {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #mainContent #tagengo .tagengokanri02 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#mainContent #tagengo .tagengokanri03 {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #mainContent #tagengo .tagengokanri03 {
    margin-left: 0;
    margin-top: 30px;
  }
}

#header {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #header .logo {
    height: 40px;
  }
}
#header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
}
#header .headerInner .pageTop {
  cursor: pointer;
}
#header .headerInner .headerNav {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #header .headerInner .headerNav {
    position: fixed;
    top: -100vh;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 30px 0 10px;
    transition: all 0.5s ease-out;
  }
}
#header .headerInner .headerNav li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #header .headerInner .headerNav li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#header .headerInner .headerNav li:not(:first-child) {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #header .headerInner .headerNav li:not(:first-child) {
    margin-left: 0;
  }
}
#header .headerInner .headerNav li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #header .headerInner .headerNav li a {
    padding: 10px;
    display: block;
  }
}
#header .headerInner .headerNav li #closeBtn {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
}
#header .headerInner .headerNav li #closeBtn::before, #header .headerInner .headerNav li #closeBtn::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 35px;
  height: 2px;
  top: 17px;
  left: 1px;
  z-index: 1;
  transform: rotate(45deg);
}
#header .headerInner .headerNav li #closeBtn::before {
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  #header .headerInner .headerNav li #closeBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .headerInner .headerNav.active {
    top: 0;
  }
}
#header .headerInner #menuBtn {
  color: #fff;
  font-size: 12px;
  position: relative;
  width: 50px;
  height: 40px;
}
#header .headerInner #menuBtn span {
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
#header .headerInner #menuBtn span, #header .headerInner #menuBtn span::before, #header .headerInner #menuBtn span::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#header .headerInner #menuBtn span::before, #header .headerInner #menuBtn span::after {
  content: "";
  display: block;
}
#header .headerInner #menuBtn span::before {
  top: -9px;
}
#header .headerInner #menuBtn span::after {
  bottom: -9px;
}
#header .headerInner #menuBtn p {
  position: absolute;
  bottom: -2px;
}
@media screen and (min-width: 768px) {
  #header .headerInner #menuBtn {
    display: none;
  }
}
#header.fixed {
  position: fixed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

#footer {
  background: #00416e;
  color: #fff;
}
#footer .footerInner {
  /*border-top: 1px solid #fff;*/
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #footer .footerInner {
    flex-direction: column;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .footerInner .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footerInner .footerNav {
    text-align: center;
  }
}
#footer .footerInner .footerNav li {
  display: inline-block;
}
#footer .footerInner .footerNav li:not(:first-child) {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #footer .footerInner .footerNav li:not(:first-child) {
    padding-left: 20px;
  }
}
#footer .footerInner .footerNav li:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #footer .footerInner .footerNav li:not(:first-child):before {
    left: 10px;
  }
}
#footer .footerInner .footerNav li a {
  color: #fff;
  text-decoration: none;
}
#footer .footerInner .copy {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .footerInner .copy {
    text-align: center;
  }
}
#footer #pageTop {
  display: none;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  position: fixed;
  bottom: 45px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
#footer #pageTop:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}</pre></body></html>