@charset "UTF-8";
/*! A Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset*/
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role="list"], ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-skip: ink;
}
img, picture {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/*--- デフォルト -------------------*/
body {
  color: #1f1f1f;
  line-height: 1;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  word-wrap: break-word;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #ccc;
}
.is-focus-hidden a {
  pointer-events: none;
}
a, a img {
  transition: opacity .2s linear, color .2s linear, border .2s linear, background .2s linear;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
form {
  margin: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
textarea {
  line-height: 150%;
}
select::-ms-expand {
  /*IE10以上　select矢印を非表示*/
  display: none;
}
select:not([disabled]) {
  cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  transition: .2s linear;
  -webkit-tap-highlight-color: transparent;
}
input[type="submit"]:not([disabled]), input[type="reset"]:not([disabled]), input[type="button"]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}
input[type="submit"]:focus:not(:focus-visible), input[type="reset"]:focus:not(:focus-visible), input[type="button"]:focus:not(:focus-visible), button:focus:not(:focus-visible) {
  outline: 0;
}
input[type="submit"]:focus-visible, input[type="reset"]:focus-visible, input[type="button"]:focus-visible, button:focus-visible {
  outline: 2px solid #ccc;
}
/*--- レイアウト -------------------*/
.l-wrapper.is-fixed {
  position: fixed;
  right: 0;
  left: 0;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .l-wrapper.is-fixed.type-pc {
  right: 17px;
}
@-moz-document url-prefix() {
  .l-wrapper.is-fixed {
    right: 17px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .l-wrapper.is-fixed {
  right: 17px;
}
@supports (-ms-ime-align: auto) {
  .l-wrapper.is-fixed {
    right: 16px;
  }
}
.l-wrapper.is-fixed-footer {
  /*フッター下固定のため*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
_:-ms-lang(x)::-ms-backdrop, .l-wrapper.is-fixed-footer {
  display: block;
  position: relative;
}
/*--- メインエリア -------------------*/
.l-main {
  width: 100%;
}
@media screen and (min-width: 1049px) {
  .l-main {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .l-main {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 56px 0 0;
  }
}
/*--- ヘッダー -------------------*/
.type-column1-header {
  position: relative;
  z-index: 10;
  width: 100%;
}
.header-inner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 20px;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  .header-inner {
    align-items: center;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    position: fixed;
    z-index: 10;
    top: 0;
    min-width: 320px;
    height: 56px;
    padding: 0 0 0 10px;
    background: #fff;
  }
  _:-ms-lang(x)::-ms-backdrop, .header-inner {
    top: 0;
  }
}
.header-inner.is-scroll {
  opacity: .95;
  box-shadow: 0 0 8px rgba(184, 184, 184, .8);
}
.type-pc .header-inner.is-scroll:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .logo-header {
    display: flex;
    align-items: center;
  }
}
.type-pc .logo-header a:hover, .type-mobile .logo-header a:active {
  opacity: .7;
}
.nav {
  margin-left: auto;
}
/*--- pcメニュー -------------------*/
.menu-header-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu-header-pc {
    display: none;
  }
}
.pc-menu-list:not(:first-of-type) {
  margin-left: 20px;
}
.menu-list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 46px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .menu-list-link {
    width: 300px;
    height: 56px;
    margin-right: auto;
    margin-left: auto;
  }
}
.type-pc .menu-list-link:hover {
  opacity: .8;
}
.menu-list-link.type-contact {
  background: #0050c4;
  color: #fff;
}
.menu-list-link.type-download {
  border: 2px solid #d9d9d9;
  background: #fff;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .menu-list-link.type-download {
    width: 200px;
  }
}
.menu-list-link.type-download::after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 0 0 .75em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjggMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yMSAyMmMwLS41LS41LTEtMS0xcy0xIC41LTEgMSAuNSAxIDEgMSAxLS41IDEtMXptNCAwYzAtLjUtLjUtMS0xLTFzLTEgLjUtMSAxIC41IDEgMSAxIDEtLjUgMS0xem0yLTMuNXY1YzAgLjgtLjcgMS41LTEuNSAxLjVoLTIzYy0uOCAwLTEuNS0uNy0xLjUtMS41di01YzAtLjguNy0xLjUgMS41LTEuNWg3LjNsMi4xIDIuMWMuNi42IDEuMy45IDIuMS45czEuNS0uMyAyLjEtLjlsMi4xLTIuMWg3LjJjLjkgMCAxLjYuNyAxLjYgMS41em0tNS4xLTguOWMuMi40LjEuOC0uMiAxLjFsLTcgN2MtLjIuMi0uNC4zLS43LjNzLS41LS4xLS43LS4zbC03LTdjLS4zLS4zLS40LS43LS4yLTEuMS4xLS40LjUtLjYuOS0uNmg0VjJjMC0uNS41LTEgMS0xaDRjLjUgMCAxIC41IDEgMXY3aDRjLjQgMCAuOC4yLjkuNnoiLz48L3N2Zz4=") no-repeat;
  content: "";
}
/*--- spメニュー -------------------*/
.menu-header-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-header-sp {
    display: block;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 100px 20px 0;
    background: rgba(122, 135, 163, .95);
    transition: all .2s linear;
    transform: translateX(-100vw);
  }
}
.menu-header-sp.is-visible {
  transform: translateX(0vw);
}
@media screen and (max-width: 767px) {
  .sp-menu-list {
    width: 100%;
  }
  .sp-menu-list:not(:first-of-type) {
    margin-top: 1em;
  }
}
/*--- メニュー開閉ボタン -------------------*/
.btn-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    display: flex;
    position: absolute;
    z-index: 13;
    top: 9px;
    right: 9px;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    background: #fff;
    color: #333;
  }
  .btn-menu:hover {
    cursor: pointer;
  }
}
/*--- ハンバーガーライン -------------------*/
.type-pc .btn-menu:not(.is-active):hover .type-top {
  top: 13px;
}
.type-pc .btn-menu:not(.is-active):hover .type-bottom {
  top: 23px;
}
.menubtn-line {
  display: block;
  position: absolute;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #333;
  transition: .2s linear;
}
.menubtn-line.type-top {
  top: 12px;
  transform: scale(1);
}
.menubtn-line.type-middle {
  top: 18px;
  background: none;
}
.menubtn-line.type-middle::before, .menubtn-line.type-middle::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  content: "";
  transition: .2s linear;
  transform: rotate(0);
}
.menubtn-line.type-bottom {
  top: 24px;
  transform: scale(1);
}
.btn-menu.is-active .type-top {
  top: 48%;
  transform: translateY(0) scale(0);
}
.btn-menu.is-active .type-middle::before {
  transform: rotate(45deg);
}
.btn-menu.is-active .type-middle::after {
  transform: rotate(-45deg);
}
.btn-menu.is-active .type-bottom {
  top: 48%;
  transform: translateY(0) scale(0);
}
.cmn-inner {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .cmn-inner {
    padding: 0 10px;
  }
}
.cmn-ttl {
  text-align: center;
}
.cmn-ttl-sub {
  display: inline-block;
  padding: 6px .75em;
  border-radius: 2px;
  background: #0050c4;
  color: #fff;
  font-family: "Rockwell";
}
_::-webkit-full-page-media, _:future, :root .cmn-ttl-sub {
  padding: 8px .75em 4px;
}
.cmn-ttl-main {
  margin: 18px 0 0;
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .cmn-ttl-main {
    font-size: 24px;
  }
}
.cmn-txt {
  line-height: 150%;
}
.cmn-btn {
  width: 100%;
  max-width: 440px;
}
.cmn-btn + .cmn-btn {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .cmn-btn + .cmn-btn {
    margin: 20px 0 0;
  }
}
.cmn-btn-link {
  display: flex;
  align-items: center;
  position: relative;
  height: 84px;
  padding: 0 0 0 40px;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 80, 196, .5);
  background: #0050c4;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .cmn-btn-link {
    height: 76px;
    padding: 0 0 0 18px;
    font-size: 17px;
  }
}
.type-pc .cmn-btn-link:hover::after {
  transform: translateX(2px) scale(1.1);
}
.cmn-btn-link::after {
  position: absolute;
  top: calc(50% - 20px);
  right: 38px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0yIDEgMjAgMTJMMiAyNVYxeiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==");
  background-position: top 50% left 55%;
  background-size: 12px auto;
  background-repeat: no-repeat;
  content: "";
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .cmn-btn-link::after {
    right: 18px;
  }
}
.cmn-btn-link.type-border {
  border: 3px solid #fff;
}
.type-pc .cmn-btn-link.type-border:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}
.cmn-btn-link.type-white {
  justify-content: center;
  padding: 0;
  background: #fff;
  color: inherit;
}
.cmn-btn-link.type-white::after {
  border: 2px solid #0050c4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0yIDEgMjAgMTJMMiAyNVYxeiIgc3R5bGU9ImZpbGw6IzAwNTBjNCIvPjwvc3ZnPg==");
}
.type-pc .cmn-btn-link.type-white:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cmn-btn-link.type-white {
    height: 80px;
  }
  .cmn-btn-link.type-white::after {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-btn-link.type-white {
    height: 70px;
  }
  .cmn-btn-link.type-white::after {
    right: 20px;
  }
}
/*--- トップへ戻るボタン -------------------*/
.btn-to-top {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: .2s linear;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn-to-top {
    right: 5px;
    bottom: 5px;
  }
}
.btn-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.to-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #0050c4;
  transition: .2s linear;
  transform: scale(1);
}
.type-pc .to-top-link:hover, .type-mobile .to-top-link:active {
  opacity: .9;
  transform: scale(1.05);
}
/*--- フッター -------------------*/
footer {
  background: #1f1f1f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
  }
}
.is-fixed-footer footer {
  margin-top: auto;
}
_:-ms-lang(x)::-ms-backdrop, .is-fixed-footer footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-inner {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 45px 20px 96px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 40px 10px 60px;
  }
}
.footer-tel-number {
  margin: 27px 0 0;
  font-size: 26px;
  font-weight: bold;
}
.footer-tel-number::before {
  display: inline-block;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik05LjYgMjYuNGMwLS40LS44LTMtMS0zLjctLjEtLjQtLjEtMS0uNC0xLjMtLjItLjItLjUtLjItLjgtLjItLjcgMC0xLjUuMi0yLjIuMi0uMiAwLS41IDAtLjctLjItLjMtLjItLjQtLjktLjUtMS4yLS40LTEuMy0uNi0yLjYtLjYtNHMuMi0yLjcuNi00Yy4xLS4zLjItMSAuNS0xLjIuMi0uMi41LS4yLjctLjIuNyAwIDEuNS4yIDIuMi4yLjMgMCAuNiAwIC44LS4yLjMtLjMuMy0uOS40LTEuMy4yLS42IDEtMy4zIDEtMy43IDAtLjUtMS40LTEuMy0xLjktMS41LS4yLS4xLS40LS4xLS42LS4xLS41IDAtMS4xLjEtMS42LjNDMyA1IDIuNCA2LjYgMS40IDguOC4zIDExLjIgMCAxMy40IDAgMTZzLjMgNC44IDEuNCA3LjJjMSAyLjIgMS42IDMuOCA0LjIgNC41LjQuMiAxIC4zIDEuNS4zLjIgMCAuNSAwIC43LS4xLjQtLjIgMS44LTEgMS44LTEuNXptMi41LTE0LjNjLS4zIDAtLjUtLjEtLjctLjMtLjQtLjQtLjQtMSAwLTEuNC40LS40LjYtLjkuNi0xLjRzLS4yLTEtLjYtMS40Yy0uNC0uNC0uNC0xIDAtMS40czEtLjQgMS40IDBjLjguNyAxLjIgMS43IDEuMiAyLjhzLS40IDIuMS0xLjIgMi44Yy0uMi4yLS40LjMtLjcuM3pNMTUgMTVjLS4zIDAtLjUtLjEtLjctLjMtLjQtLjQtLjQtMSAwLTEuNEMxNS40IDEyLjEgMTYgMTAuNiAxNiA5cy0uNi0zLjEtMS44LTQuMmMtLjQtLjQtLjQtMSAwLTEuNHMxLS40IDEuNCAwQzE3LjIgNC45IDE4IDYuOSAxOCA5cy0uOCA0LjEtMi4zIDUuN2MtLjIuMi0uNS4zLS43LjN6bTIuOCAyLjhjLS4zIDAtLjUtLjEtLjctLjMtLjQtLjQtLjQtMSAwLTEuNEMxOSAxNC4yIDIwIDExLjcgMjAgOXMtMS01LjItMi45LTcuMWMtLjQtLjQtLjQtMSAwLTEuNHMxLS40IDEuNCAwQzIwLjggMi44IDIyIDUuOCAyMiA5cy0xLjIgNi4yLTMuNSA4LjVjLS4yLjItLjUuMy0uNy4zeiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==") no-repeat;
  content: "";
}
.footer-tel-time {
  margin: 28px 0 0;
}
.footer-logo {
  margin: 49px 0 0;
}
/*--- トップページ -------------------*/
.sec-first {
  position: relative;
  padding: 42px 0 0 60px;
}
@media screen and (max-width: 767px) {
  .sec-first {
    padding-left: 20px;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-first {
    margin: 56px 0 0;
  }
}
.first-inner {
  position: relative;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 211px 0 115px;
  background: #d1efff url("/translator/asset/img/bg_first.png") no-repeat top 24px right;
  background-size: 720px auto;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .first-inner {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 767px) {
  .first-inner {
    padding: 160px 0 140px;
    background-size: 420px auto;
  }
}
.first-ttl {
  position: absolute;
  top: -30px;
  left: -40px;
}
@media screen and (max-width: 960px) {
  .first-ttl {
    text-shadow: 3px  3px 1px #fff,
    -3px  3px 1px #fff,
    3px -3px 1px #fff,
    -3px -3px 1px #fff,
    3px  0 1px #fff,
    0  3px 1px #fff,
    -3px  0 1px #fff,
    0 -3px 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .first-ttl {
    left: -12px;
  }
}
.first-ttl-main {
  font-size: 76px;
  font-family: "Rockwell";
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .first-ttl-main {
    font-size: 60px;
  }
}
.first-ttl-sub {
  margin: 10px 0 0;
  color: #0050c4;
  font-size: 26px;
  font-weight: bold;
}
.first-copy {
  font-size: 27px;
  line-height: 200%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .first-copy {
    font-size: 22px;
  }
}
.first-copy-txt {
  padding: 5px .5em 5px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .first-copy-txt {
    padding-left: 32px;
  }
}
.first-point {
  width: calc(100% - 84px);
  margin: 85px auto 0;
}
@media screen and (max-width: 767px) {
  .first-point {
    width: calc(100% - 12px);
  }
}
.first-point-list {
  display: flex;
}
.first-point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3);
  padding: 0 10px;
  border-left: 1px solid;
}
@media screen and (max-width: 767px) {
  .first-point-item {
    padding: 0 6px;
  }
}
.first-point-item:last-of-type {
  border-right: 1px solid;
}
.first-point-ttl {
  padding: .25em .75em;
  border: 1px solid;
  background: #fff;
  color: #0050c4;
}
@media screen and (max-width: 767px) {
  .first-point-ttl {
    padding: .25em;
    font-size: 14px;
  }
}
.first-point-txt {
  margin: 33px 0 0;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .first-point-txt {
    font-size: 11px;
  }
}
.first-point-outline {
  color: #fff;
  text-shadow: 1px  1px 1px #1f1f1f,
  -1px  1px 1px #1f1f1f,
  1px -1px 1px #1f1f1f,
  -1px -1px 1px #1f1f1f,
  1px  0 1px #1f1f1f,
  0  1px 1px #1f1f1f,
  -1px  0 1px #1f1f1f,
  0 -1px 1px #1f1f1f;
}
.first-point-num {
  color: #fff;
  font-size: 60px;
  letter-spacing: 1px;
  font-family: "Rockwell";
  font-weight: bold;
  text-shadow: 3px  3px 1px #1f1f1f,
  -3px  3px 1px #1f1f1f,
  3px -3px 1px #1f1f1f,
  -3px -3px 1px #1f1f1f,
  3px  0 1px #1f1f1f,
  0  3px 1px #1f1f1f,
  -3px  0 1px #1f1f1f,
  0 -3px 1px #1f1f1f;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .first-point-num {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .first-point-num {
    font-size: 30px;
  }
}
.first-point-notes {
  margin: 25px 0 0;
  text-align: right;
  color: #5e5e5e;
  font-size: 12px;
}
.first-point-icon {
  font-size: 76%;
}
.first-point-fz {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .first-point-fz {
    font-size: 11px;
  }
}
.first-btn {
  position: absolute;
  bottom: 24px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .first-btn {
    left: -12px;
  }
}
.sec-about {
  padding: 137px 0;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: 80px 0;
  }
}
.about-flex {
  margin: 83px 0 0;
}
@media screen and (min-width: 768px) {
  .about-flex {
    display: flex;
    align-items: center;
  }
  .about-flex.type-reverse {
    flex-direction: row-reverse;
  }
  .about-flex + .about-flex {
    margin: 45px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .about-txt {
    width: 40%;
  }
}
.about-txt-p {
  margin: 15px 0 0;
  line-height: 175%;
}
.about-ttl {
  color: #0050c4;
  font-size: 28px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .about-ttl {
    font-size: 22px;
  }
}
.about-img {
  margin: 0 0 0 40px;
}
@media screen and (min-width: 768px) {
  .about-img {
    width: calc(60% - 40px);
  }
  .type-reverse .about-img {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .about-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 280px;
    margin: 20px auto 0;
  }
}
.sec-link {
  display: flex;
  justify-content: center;
  padding: 70px 20px;
  background: #0050c4 url("/translator/asset/img/bg_link.png");
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .sec-link {
    flex-direction: column;
    align-items: center;
    padding: 60px 10px;
  }
}
.sec-case {
  padding: 135px 0;
  background: #d1efff;
}
@media screen and (max-width: 767px) {
  .sec-case {
    padding: 80px 0;
  }
}
.case-example {
  margin: 40px 0 0;
  padding: 0 40px;
  border: 3px solid #0050c4;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-example {
    padding: 10px;
  }
}
.case-example-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: self-start;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .case-example-item {
    display: block;
    padding: 20px 0;
  }
  .case-example-item:first-of-type {
    padding-top: 0;
  }
  .case-example-item:last-of-type {
    padding-bottom: 0;
  }
}
.case-example-item + .case-example-item {
  border-top: 1px solid #1f1f1f;
}
.case-example-txt {
  width: calc(100% - 320px);
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .case-example-txt {
    width: 100%;
    margin: 10px 0 0;
  }
}
.case-example-ttl {
  font-size: 18px;
}
.case-example-ttl-sub {
  color: #0050c4;
}
.case-example-ttl-main {
  margin: 10px 0 0;
  line-height: 120%;
  font-weight: normal;
}
.case-example-dl {
  margin: 10px 0 0;
}
.case-example-dt {
  margin: 20px 0 0;
  color: #0050c4;
  line-height: 140%;
}
.case-example-dd {
  line-height: 175%;
}
.case-example-picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .case-example-picture {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .case-example-picture-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 20px 0 0;
  }
}
.case-example-picture-caption {
  margin: 25px 0 0;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .case-example-picture-caption {
    font-size: 14px;
  }
}
.sec-flow {
  padding: 135px 0 155px;
}
@media screen and (max-width: 767px) {
  .sec-flow {
    padding: 80px 0;
  }
}
.flow-list {
  position: relative;
  width: 100%;
  margin: 115px 0 0 0;
  padding: 0 0 0 207px;
}
@media screen and (max-width: 767px) {
  .flow-list {
    margin: 90px 0 0;
    padding: 0;
  }
}
.flow-list::before {
  display: block;
  position: absolute;
  top: -30px;
  left: 207px;
  width: 20px;
  height: calc(100% + 50px);
  margin-left: -10px;
  background: #ededed;
  content: "";
}
@media screen and (max-width: 767px) {
  .flow-list::before {
    display: none;
  }
}
.flow-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-item {
    padding: 10px;
    border-radius: 14px;
    background: #d1efff;
  }
}
.flow-item + .flow-item {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .flow-item + .flow-item {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-item:not(:last-child)::after {
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 20px 30px 0 30px;
    border-style: solid;
    border-color: #0050c4 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
}
.flow-item-icon {
  position: absolute;
  z-index: 100;
  top: -11px;
  left: -207px;
  width: 10em;
  padding: 15px 0;
  background: #0050c4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow-item-icon {
    position: static;
    z-index: 0;
    width: 8em;
    margin: 0 auto;
    padding: 6px;
    border-radius: 6px;
  }
}
.flow-item-icon::after {
  position: absolute;
  top: 50%;
  left: 100%;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #0050c4;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow-item-icon::after {
    display: none;
  }
}
.flow-item-dl {
  position: relative;
  padding: 0 0 0 93px;
}
@media screen and (max-width: 767px) {
  .flow-item-dl {
    margin: 10px 0 0;
    padding: 0;
  }
}
.flow-item-dl::before, .flow-item-dl::after {
  display: block;
  position: absolute;
  top: 12px;
  content: "";
}
@media screen and (max-width: 767px) {
  .flow-item-dl::before, .flow-item-dl::after {
    display: none;
  }
}
.flow-item-dl::before {
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #0050c4;
}
@media screen and (max-width: 767px) {
  .flow-item-dl::before {
    left: 8px;
  }
}
.flow-item-dl::after {
  left: 5px;
  width: 68px;
  border-bottom: 2px dotted #1f1f1f;
}
@media screen and (max-width: 767px) {
  .flow-item-dl::after {
    left: 18px;
    width: 2em;
  }
}
.flow-item-dt {
  color: #1f1f1f;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow-item-dt {
    text-align: center;
    font-size: 22px;
  }
}
.flow-item-dd {
  margin: .5em 0 0;
}
.flow-item-ul li {
  position: relative;
  padding: 0 0 0 1.75em;
  line-height: 150%;
}
.flow-item-ul li::before {
  position: absolute;
  left: 0;
}
.flow-item-ul.type-normal {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .flow-item-ul.type-normal {
    margin: 0;
  }
}
.flow-item-ul.type-normal li::before {
  top: .25em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #d1efff;
  content: "";
  transform: scale(.85);
}
@media screen and (max-width: 767px) {
  .flow-item-ul.type-normal li::before {
    background: #fff;
  }
}
.flow-item-ul.type-notes {
  font-size: 94%;
}
.flow-item-ul.type-notes li::before {
  content: "※";
}
.sec-price {
  padding: 135px 0;
  background: #d1efff;
}
@media screen and (max-width: 768px) {
  .sec-price {
    padding: 80px 0;
  }
}
.price-copy {
  margin: 44px 0 0;
  text-align: center;
  font-size: 30px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .price-copy {
    font-size: 19px;
  }
}
.price-copy-point {
  display: inline-block;
  margin: 0 5px;
  padding: 6px;
  background: #0050c4;
  color: #fff;
  line-height: 100%;
}
.price-system {
  display: flex;
  max-width: 840px;
  margin: 36px auto 0;
  padding: 40px;
  border: 3px solid #0050c4;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price-system {
    display: block;
    max-width: 400px;
    padding: 12px;
  }
}
.price-system-ttl {
  width: 4.5em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .price-system-ttl {
    width: 100%;
    text-align: center;
  }
}
.price-system-dl {
  width: calc(100% - 4.5em - 40px);
  margin: 0 0 0 40px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .price-system-dl {
    width: 100%;
    margin: 10px 0 0;
  }
}
.price-system-dt {
  float: left;
  clear: both;
  width: 4em;
  color: #0050c4;
}
.price-system-dd {
  position: relative;
  padding-left: 4em;
}
.price-system-dt:not(:first-of-type), .price-system-dd:not(:first-of-type) {
  margin: .5em 0 0;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 1023px) {
  .sp-only2 {
    display: none;
  }
}
/*--- お問合せ -------------------*/
.sec-contact, .sec-thanks {
  padding: 45px 0;
  background: #d1efff;
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .sec-contact {
    margin: 56px 0 0;
  }
}
.contact-txt {
  margin: 45px 0 0;
}
.sec-form {
  width: 100%;
  max-width: 1048px;
  margin: 44px auto 0;
  padding: 40px;
  border: 3px solid #0050c4;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-form {
    padding: 10px;
  }
}
.cont-thanks {
  max-width: 1048px;
  margin: 0 auto;
}
.ttl-thanks {
  color: #666;
}
.txt-thanks {
  margin: 2em 0 0;
  line-height: 150%;
}
.link-thanks {
  margin: 24px 0 0;
}