@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body {
  background: #fff;
  font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-print-color-adjust: exact;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  vertical-align: top;
}

.wbr {
  display: inline-block;
}

.d-lg {
  display: block;
}

@media screen and (max-width: 640px) {
  .d-lg {
    display: none;
  }
}

.d-sm {
  display: none;
}

@media screen and (max-width: 640px) {
  .d-sm {
    display: block;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 64px;
  text-align: center;
  color: inherit;
  text-decoration: none !important;
}

.btn--r {
  min-width: 310px;
  line-height: 28px;
  border: 1px solid #0094d6;
  position: relative;
  margin-top: 12px;
  padding: 0 2.2em 0 1em;
}

.btn--r:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7.5px 12px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #0094d6;
}

.btn--r--sp {
  border-color: #1c50a1;
}

.btn--r--sp:after {
  border-color: transparent transparent transparent #1c50a1;
}

@media screen and (max-width: 640px) {
  .btn--r {
    min-width: 226px;
    font-size: 12px;
    line-height: 22px;
  }
  .btn--r:after {
    margin: -6.5px 10px 0 0;
    border-width: 6.5px 0 6.5px 11px;
  }
}

.container--gray {
  background: #f8f8f8;
}

.container__inner {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .container__inner {
    padding-left: calc(40 / 640 * 100vw);
    padding-right: calc(40 / 640 * 100vw);
  }
}

.g-toggle__header {
  display: flex;
  border: 1px solid #707070;
  cursor: pointer;
  position: relative;
}

.g-toggle__header:hover {
  opacity: 0.7;
}

.g-toggle__header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 43px;
  padding: 4px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.g-toggle__header__btn {
  align-self: stretch;
  position: relative;
  width: 43px;
  background: #bababa;
}

.g-toggle__header__btn:before, .g-toggle__header__btn:after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
}

.g-toggle__header__btn:before {
  height: 3px;
  width: 19px;
  left: 12px;
  top: calc(50% - 1.5px);
}

.g-toggle__header__btn:after {
  height: 19px;
  width: 3px;
  left: 20px;
  top: calc(50% - 9.5px);
  transition: transform 0.3s;
}

.g-toggle__header.js-active .g-toggle__header__btn {
  background: #0068b7;
}

.g-toggle__header.js-active .g-toggle__header__btn:after {
  transform: rotate(90deg);
}

.g-toggle__btn-close {
  border: 1px solid #0068b7;
  margin: 0 auto calc(50 / 1000 * 100%);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  width: 107px;
  display: block;
}

@media screen and (max-width: 640px) {
  .g-toggle__header {
    display: flex;
    border: 1px solid #707070;
    cursor: pointer;
    position: relative;
  }
  .g-toggle__header:hover {
    opacity: 0.7;
  }
  .g-toggle__header__title {
    min-height: 23px;
    font-size: 12px;
  }
  .g-toggle__header__btn {
    width: 23px;
  }
  .g-toggle__header__btn:before {
    height: 1px;
    width: 9px;
    left: 7px;
    top: calc(50% - 0.5px);
  }
  .g-toggle__header__btn:after {
    height: 9px;
    width: 1px;
    left: 11px;
    top: calc(50% - 4.5px);
  }
  .g-toggle__btn-close {
    font-size: 10px;
    line-height: 16px;
    width: 56px;
  }
}

.g-header {
  z-index: 100;
  width: 100%;
  position: fixed;
  background: #fff;
}

.g-header .container__inner {
  max-width: 1280px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-header__title {
  font-size: 28px;
  font-weight: 500;
  flex: 1;
}

html[lang='en'] .g-header__title {
  line-height: 1.1;
}

.g-header__nav {
  display: flex;
  align-items: center;
}

.g-header__contact {
  color: #fff;
  background: #11a0e9;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 1.4em;
}

.g-header__company {
  margin: 6px 0 0 32px;
}

.g-header__company img {
  height: 35px;
  width: auto;
}

.g-header.js-fixed {
  background: #f7f7f7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 1100px) {
  .g-header__lang ul {
    display: flex !important;
  }
  .g-header__lang ul a {
    margin-right: 30px;
    color: #717171;
    font-weight: 500;
  }
  .g-header__lang ul a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #717171;
    border-radius: 13px;
    margin-right: 0.1em;
  }
  .g-header__lang ul a:hover, .g-header__lang ul a.active {
    opacity: 1;
    color: inherit;
  }
  .g-header__lang ul a:hover:before, .g-header__lang ul a.active:before {
    background: #0068b7;
  }
  .g-header__lang__btn {
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .g-header .container__inner {
    height: 57px;
  }
  html[lang='en'] .g-header .container__inner {
    height: 114px;
  }
  .g-header__title {
    font-size: 24px;
  }
  .g-header__lang {
    height: 100%;
    position: relative;
  }
  .g-header__lang a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 32px;
    text-align: right;
    padding-right: 75px;
    background-position: right 20px center;
    background-size: contain;
  }
  .g-header__lang a.ja {
    background-image: url("../img/flag_jp.png");
  }
  .g-header__lang a.en {
    background-image: url("../img/flag_en.png");
  }
  .g-header__lang a.zh {
    background-image: url("../img/flag_zh.png");
  }
  .g-header__lang ul {
    display: none;
    position: absolute;
    top: 44px;
    right: -8px;
    background: rgba(0, 0, 0, 0.55);
  }
  .g-header__lang ul li {
    margin: 16px 8px 16px 25px;
  }
  .g-header__lang ul a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .g-header__lang__btn {
    width: 34px;
    margin-left: auto;
    cursor: pointer;
  }
  .g-header__lang__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../img/arrow-black.png") no-repeat center center;
    background-size: cover;
  }
  .g-header__contact {
    margin-left: 15px;
  }
  .g-header__company {
    margin-left: 15px;
  }
}

@media screen and (max-width: 840px) {
  .g-header .container__inner {
    height: 114px;
  }
  .g-header__title {
    white-space: nowrap;
  }
  .g-header__nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .g-header__lang {
    order: 2;
  }
  .g-header__lang ul {
    top: 100px;
  }
  .g-header__contact {
    order: 1;
    margin: 0 10px 0 0;
  }
  .g-header__company {
    order: 3;
    width: 100%;
    text-align: right;
    margin: 19px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .g-header .container__inner {
    height: calc(114 / 640 * 100vw) !important;
  }
  .g-header__title {
    align-self: flex-end;
    padding-bottom: calc(24 / 640 * 100vw);
    font-size: calc(24 / 640 * 100vw);
  }
  .g-header__lang a {
    height: calc(32 / 640 * 100vw);
    padding-right: calc(75 / 640 * 100vw);
    background-position: right calc(20 / 640 * 100vw) center;
  }
  .g-header__lang ul {
    top: calc(100 / 640 * 100vw);
  }
  .g-header__lang__btn {
    width: calc(34 / 640 * 100vw);
  }
  .g-header__lang__btn:after {
    width: calc(14 / 640 * 100vw);
    height: calc(14 / 640 * 100vw);
  }
  .g-header__contact {
    margin-right: calc(10 / 640 * 100vw);
    font-size: calc(15 / 640 * 100vw);
  }
  .g-header__company {
    margin: calc(19 / 640 * 100vw) 0 0 0;
  }
  .g-header__company img {
    height: calc(35 / 640 * 100vw);
  }
}

.g-footer {
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1120px) {
  .g-footer {
    padding-bottom: 106px;
  }
}

@media screen and (max-width: 640px) {
  .g-footer {
    padding-bottom: 63px;
  }
}

.g-footer__banners {
  margin-bottom: 100px;
}

.g-footer__banners__caption {
  font-size: 20px;
  margin-bottom: 25px;
}

.g-footer__banners a {
  display: inline-block;
  max-width: 300px;
}

.g-footer__company {
  font-size: 18px;
  margin-top: calc(65 / 1000 * 100%);
  margin-bottom: calc(55 / 1000 * 100%);
}

.g-footer__logo {
  margin-bottom: calc(50 / 1000 * 100%);
}

.g-footer__logo img {
  width: auto;
  height: 53px;
}

.g-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: calc(35 / 1000 * 100%);
}

.g-footer__sns a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 15px;
  background: url() no-repeat center center/contain;
}

.g-footer__sns .sns-facebook {
  background-image: url("../img/sns_logo_facebook.png");
}

.g-footer__sns .sns-instagram {
  width: 34px;
  background-image: url("../img/sns_logo_instagram.png");
}

.g-footer__sns .sns-twitter {
  background-image: url("../img/sns_logo_twitter.png");
}

.g-footer__sns .sns-youtube {
  width: 40px;
  background-image: url("../img/sns_logo_youtube.png");
}

.g-footer__qr {
  margin-top: calc(-25 / 1000 * 100%);
  margin-bottom: calc(30 / 1000 * 100%);
  line-height: 1.5;
}

.g-footer__qr img {
  width: 120px;
}

.g-footer__qr__title {
  font-size: 18px;
  font-weight: 700;
}

.g-footer__qr__cap {
  font-size: 15px;
}

.g-footer__tm, .g-footer__copy {
  font-size: 12px;
  font-weight: 300;
}

.g-footer__tm {
  line-height: 1.5;
  margin-bottom: calc(18 / 1000 * 100%);
}

.g-footer__top {
  pointer-events: none;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.g-footer__top.js-show {
  display: block;
}

.g-footer__top.js-fixed {
  position: fixed;
}

.g-footer__top__container {
  position: relative;
  max-width: 1280px;
}

.g-footer__top__container a {
  pointer-events: auto;
  margin-left: auto;
  display: block;
  width: 76px;
  height: 76px;
  background: url("../img/footer_top_btn.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
}

@media screen and (max-width: 640px) {
  .g-footer__top__container a {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 640px) {
  .g-footer__banners {
    margin-bottom: 50px;
  }
  .g-footer__banners__caption {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .g-footer__banners a {
    max-width: 183px;
  }
  .g-footer__company {
    font-size: 10px;
    margin-bottom: 35px;
    margin-bottom: 25px;
  }
  .g-footer__logo {
    margin-bottom: 25px;
  }
  .g-footer__logo img {
    height: 27px;
  }
  .g-footer__sns {
    margin-bottom: 20px;
  }
  .g-footer__sns a {
    width: 18px;
    height: 18px;
    margin: 0 8px;
  }
  .g-footer__sns .sns-instagram {
    width: 17px;
  }
  .g-footer__sns .sns-youtube {
    width: 20px;
  }
  .g-footer__qr {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .g-footer__qr__title {
    font-size: 13px;
  }
  .g-footer__qr__cap {
    font-size: 10px;
  }
  .g-footer__tm, .g-footer__copy {
    font-size: 11px;
  }
  .g-footer__tm {
    text-align: left;
    margin-bottom: 23px;
  }
  .g-footer__tm .wbr {
    display: inline;
  }
}

.g-contact {
  text-align: center;
}

.g-contact__btn-contact {
  margin: 0 auto 65px;
  background: #00a0e9;
  border-color: #00a0e9;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  max-width: 418px;
}

.g-contact__container {
  display: none;
  border-bottom: 1px solid #707070;
  margin-top: calc(45 / 1000 * 100%);
}

.g-contact__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

.g-contact__list ul {
  width: calc(470 / 1000 * 100%);
}

.g-contact__area {
  margin-bottom: calc(60 / 470 * 100%);
}

.g-contact__area__cap {
  font-size: 24px;
  line-height: 1.375;
  padding: 0 8px;
  background: #0068b7;
  color: #fff;
}

.g-contact__branch {
  margin-top: calc(30 / 470 * 100%);
  font-size: 18px;
  line-height: 1.5555;
}

.g-contact__branch__name {
  font-size: 22px;
  margin-bottom: 5px;
}

.g-contact__branch__email a {
  display: inline-block;
}

.g-contact__branch a {
  color: #0068b7;
}

.g-contact__branch a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1120px) {
  .g-contact__area__cap {
    font-size: calc(24 / 1120 * 100vw);
    padding: 0 calc(8 / 1120 * 100vw);
  }
  .g-contact__branch {
    font-size: calc(18 / 1120 * 100vw);
  }
  .g-contact__branch__name {
    font-size: calc(22 / 1120 * 100vw);
  }
}

@media screen and (max-width: 960px) {
  .g-contact__area {
    margin-bottom: 40px;
  }
  .g-contact__area__cap {
    font-size: 14px;
    line-height: 22px;
    padding: 0 4px;
  }
  .g-contact__branch {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .g-contact__branch__name {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .g-contact__branch + .g-contact__branch {
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .g-contact__btn-contact {
    margin: 0 auto 32px;
    font-size: 14px;
    line-height: 34px;
    max-width: 230px;
  }
  .g-contact__container {
    margin-top: 20px;
  }
  .g-contact__list {
    flex-direction: column;
  }
  .g-contact__list ul {
    width: 100%;
  }
}

@media print {
  body {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    zoom: 0.84375;
  }
  .g-header {
    position: absolute !important;
  }
}

@media print and (-ms-high-contrast: none) {
  .g-header__logo {
    background-image: url("../img/ie_bug_fallback/header_logo.png");
  }
  .g-header .g-nav__lang__btn:after {
    background-image: url("../img/ie_bug_fallback/arrow-white.png");
  }
  .g-main__header nav ul li a {
    background-image: url("../img/ie_bug_fallback/arrow-gray.png");
  }
  .g-main__content .btn:after {
    background-image: url("../img/ie_bug_fallback/arrow-white.png");
  }
  .p-why .g-main__header .small:before, .p-why .g-main__header .small:after {
    background-image: url("../img/ie_bug_fallback/bracket.png");
  }
  .p-why__section-01 .chart-unit .control__btn {
    background-image: url("../img/ie_bug_fallback/checkbox.png");
  }
  .p-why__section-01 .chart-unit .control__btn-01.js-active {
    background-image: url("../img/ie_bug_fallback/checkbox-01.png");
  }
  .p-why__section-01 .chart-unit .control__btn-02.js-active {
    background-image: url("../img/ie_bug_fallback/checkbox-02.png");
  }
  .p-why__section-01 .chart-unit .control__btn-03.js-active {
    background-image: url("../img/ie_bug_fallback/checkbox-03.png");
  }
  .p-why__section-01 .chart-unit .control__btn-04.js-active {
    background-image: url("../img/ie_bug_fallback/checkbox-04.png");
  }
  .p-why__section-01 .chart-unit .control__btn-05.js-active {
    background-image: url("../img/ie_bug_fallback/checkbox-05.png");
  }
}

.g-main {
  padding-top: 122px;
}

.g-main h1,
.g-main h2 {
  text-align: center;
}

.g-main p {
  line-height: 40px;
}

@media screen and (max-width: 640px) {
  .g-main p {
    line-height: 25px;
  }
}

.s-intro {
  padding-bottom: 80px;
  text-align: center;
}

.s-intro__img {
  margin-bottom: 70px;
}

.s-intro h1 {
  max-width: 550px;
  margin: 0 auto 25px;
}

.s-intro h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.25;
}

.s-intro p {
  text-align: left;
}

.s-intro .btn--r {
  margin: 25px auto 0;
}

@media screen and (max-width: 640px) {
  .s-intro {
    padding-bottom: 50px;
  }
  .s-intro__img {
    margin-bottom: 20px;
  }
  .s-intro h1 {
    max-width: 280px;
    margin: 0 auto 10px;
  }
  .s-intro h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.s-lineup {
  text-align: center;
}

.s-lineup h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px;
  border: 1px solid #000;
}

.s-lineup h2 + p {
  margin-bottom: 55px;
  line-height: 32px;
}

.s-lineup h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #1c50a1;
  position: relative;
}

.s-lineup h3 span {
  background: #fff;
  padding: 0 0.3em;
  position: relative;
}

.s-lineup h3 i {
  font-style: normal;
}

.s-lineup h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  height: 1px;
  width: 100%;
  background: #707070;
}

.s-lineup__items {
  margin-bottom: 80px;
}

.s-lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}

.s-lineup__list > * {
  width: calc(470 / 1000 * 100%);
}

.s-lineup__item {
  margin-bottom: 40px;
}

.s-lineup__item__content {
  text-align: left;
  border-left: 1px solid #707070;
  padding-left: 19px;
  position: relative;
  height: 100%;
}

html:not([lang='zh']) .mr .s-lineup__item__content {
  height: auto;
}

.s-lineup__item.mr, .s-lineup__item.r7 {
  padding-top: 93px;
}

.s-lineup__item.r7 {
  align-self: flex-start;
}

.s-lineup__item.uv, .s-lineup__item.ss {
  padding-top: 80px;
}

.s-lineup__item.nc, .s-lineup__item.up {
  padding-top: 57px;
}

.s-lineup__item.dg {
  padding-top: 40px;
}

.s-lineup__item.cc, .s-lineup__item.vg {
  padding-top: 5px;
}

.s-lineup__item .mr-rights {
  margin-top: 30px;
}

.s-lineup__item__logo {
  position: absolute;
  right: 0;
}

.mr .s-lineup__item__logo {
  top: -93px;
  width: 153px;
}

.uv .s-lineup__item__logo {
  top: -80px;
  width: 108px;
}

.ss .s-lineup__item__logo {
  top: -80px;
  width: 100px;
}

.nc .s-lineup__item__logo {
  top: -30px;
  width: 163px;
}

.up .s-lineup__item__logo {
  top: -10px;
  width: 201px;
}

.dg .s-lineup__item__logo {
  top: -40px;
  width: 163px;
}

.cc .s-lineup__item__logo {
  top: -7px;
  width: 202px;
}

html[lang='ja'] .cc .s-lineup__item__logo {
  width: 207px;
}

.vg .s-lineup__item__logo {
  top: -8px;
  width: 130px;
}

.s-lineup__item__name {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}

.s-lineup__item__name small {
  font-size: 16px;
  font-weight: 400;
}

.s-lineup__item p {
  line-height: 28px;
}

.s-lineup .btn--r {
  margin-top: 12px;
}

.s-lineup__items > .btn--r {
  margin: 40px auto 0;
}

@media screen and (max-width: 1099.98px) {
  .s-lineup__list {
    flex-direction: column;
  }
  .s-lineup__list > * {
    width: 100%;
  }
  .s-lineup__item {
    padding-top: 0 !important;
  }
  .s-lineup__item__content {
    text-align: center;
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .s-lineup__item__content .mr-rights {
    margin-top: 15px;
  }
  .s-lineup__item__logo {
    position: relative;
    top: 0 !important;
    margin: 0 auto 15px;
  }
  .s-lineup__item__name small {
    display: block;
    margin-top: 5px;
  }
  .s-lineup__item p {
    text-align: left;
  }
  .s-lineup .btn--r {
    margin: 30px auto 0;
  }
  .s-lineup__items:last-child h3 {
    margin-bottom: 35px;
  }
  .s-lineup__items:last-child .s-lineup__item + .s-lineup__item {
    flex-direction: column;
  }
  .s-lineup__items:last-child .s-lineup__item + .s-lineup__item:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin: -20px auto 20px;
    background: #acacac;
    border-radius: 7px;
  }
}

@media screen and (max-width: 640px) {
  .s-lineup h2 {
    margin-bottom: 7px;
    font-size: 15px;
    padding: 5px;
  }
  .s-lineup h2 + p {
    margin-bottom: 35px;
    line-height: 22px;
  }
  .s-lineup h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .s-lineup__items {
    margin-bottom: 50px;
  }
  .mr .s-lineup__item__logo {
    width: 105px;
  }
  .uv .s-lineup__item__logo {
    width: 74px;
  }
  .ss .s-lineup__item__logo {
    width: 69px;
  }
  .nc .s-lineup__item__logo {
    width: 134px;
  }
  .up .s-lineup__item__logo {
    width: 138px;
  }
  .dg .s-lineup__item__logo {
    width: 119px;
  }
  .cc .s-lineup__item__logo {
    width: 142px;
  }
  html[lang='ja'] .cc .s-lineup__item__logo {
    width: 146px;
  }
  .vg .s-lineup__item__logo {
    width: 92px;
  }
  .s-lineup__item__name {
    font-size: 17px;
  }
  .s-lineup__item__name small {
    font-size: 12px;
  }
  .s-lineup__item p {
    line-height: 25px;
  }
}

.s-download {
  padding-bottom: 80px;
}

.s-download .g-toggle__header {
  border-color: #1c50a1;
}

.s-download .g-toggle__header__title {
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
}

.s-download .g-toggle__header__title:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 37px;
  background: url("../img/icon_pdf.png") no-repeat center center/cover;
  margin: -1px 0.7em -1px 0;
}

.s-download .g-toggle__header__btn {
  background: #1c50a1;
}

.s-download .g-toggle__btn-close {
  margin: 0 auto;
}

.s-download__items {
  margin-top: 40px;
}

.s-download__items h3 {
  font-size: 18px;
  font-weight: 500;
  background: #e2e2e2;
  padding: 11px 19px;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 23px;
}

.s-download__items h3:first-child {
  margin-top: 0;
}

.s-download__items h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c50a1;
  margin-bottom: 8px;
}

.s-download__items h4 small {
  font-size: 15px;
  font-weight: 400;
  vertical-align: 0.1em;
}

.s-download__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.s-download__list li {
  width: calc(190 / 1000 * 100%);
  margin-left: calc(12 / 1000 * 100%);
  margin-bottom: 10px;
}

.s-download__list li:nth-child(5n + 1) {
  margin-left: 0;
}

.s-download__list li a {
  display: block;
  line-height: 38px;
  border: 1px solid #afafaf;
  color: #0068b7;
}

@media screen and (max-width: 640px) {
  .s-download {
    padding-bottom: 50px;
  }
  .s-download .g-toggle__header__title {
    font-size: 13px;
  }
  .s-download .g-toggle__header__title:before {
    width: 16px;
    height: 17px;
  }
  .s-download__items {
    margin-top: 15px;
  }
  .s-download__items h3 {
    font-size: 12px;
    padding: 4px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .s-download__items h4 {
    font-size: 12px;
  }
  .s-download__items h4 small {
    font-size: 11px;
    vertical-align: 0.1em;
  }
  .s-download__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .s-download__list li {
    width: calc(168 / 560 * 100%);
    margin-left: calc(28 / 560 * 100%) !important;
    margin-bottom: 10px;
  }
  .s-download__list li:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .s-download__list li a {
    font-size: 12px;
    line-height: 18px;
  }
}

.s-content {
  padding-top: 60px;
  padding-bottom: 80px;
}

.s-content h2 {
  max-width: 466px;
  margin: 0 auto 50px;
  padding: 14px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  background: #fff;
  border: 1px solid #707070;
}

@media screen and (max-width: 640px) {
  .s-content {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .s-content h2 {
    margin: 0 auto 30px;
    padding: 5px;
    font-size: 15px;
  }
}

.s-content--01 h2 + p {
  margin-bottom: 60px;
}

.s-content--01 dl div {
  display: flex;
  margin-bottom: 35px;
}

.s-content--01 dl div:last-child {
  margin-bottom: 0;
}

.s-content--01 dl dt {
  min-width: 120px;
  font-size: 30px;
  font-weight: 700;
  color: #9b9b9b;
}

html[lang='en'] .s-content--01 dl dt {
  line-height: 1.1;
  margin-top: -3px;
}

html[lang='zh'] .s-content--01 dl dt {
  min-width: 150px;
}

.s-content--01 dl dd {
  font-size: 18px;
  line-height: 1.5625;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .s-content--01 h2 + p {
    margin-bottom: 23px;
  }
  .s-content--01 dl div {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .s-content--01 dl dt {
    width: 100%;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .s-content--01 dl dd {
    width: 100%;
    font-size: 16px;
  }
}

.s-content--02 {
  padding-top: 80px;
  padding-bottom: 95px;
}

.s-content--02 h2 {
  margin-bottom: 60px;
}

.s-content--02 .row {
  display: flex;
  justify-content: space-between;
}

.s-content--02 .row > * {
  max-width: 485px;
}

@media screen and (max-width: 1080px) {
  .s-content--02 .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-content--02 .row > *:first-child {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .s-content--02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-content--02 h2 {
    margin-bottom: 25px;
  }
  .s-content--02 .row > *:first-child {
    margin-bottom: 10px;
  }
}

.s-content--03 {
  padding-bottom: 54px;
}

.s-content--03 h2 + p {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .s-content--03 {
    padding-bottom: 45px;
  }
  .s-content--03 h2 {
    margin-bottom: 25px;
  }
  .s-content--03 h2 + p {
    margin-bottom: 15px;
  }
}

.s-companies {
  padding-bottom: 60px;
}

.s-companies h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  border: 1px solid #707070;
  border-radius: 60px;
  background: #fff;
  margin: -54px auto 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}

html[lang='en'] .s-companies h3 {
  font-size: 16px;
  padding-bottom: 5px;
}

.s-companies__list {
  display: flex;
  justify-content: center;
}

.s-companies__item {
  width: 320px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 40px;
}

.s-companies__item__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-bottom: 15px;
}

.s-companies__item__logo img {
  width: auto;
  height: 100%;
}

.acomon .s-companies__item__logo img {
  height: 41px;
}

.mltech .s-companies__item__logo img {
  height: 26px;
}

.cotec .s-companies__item__logo img {
  height: 36px;
}

.coburn .s-companies__item__logo img {
  height: 43px;
}

.s-companies__item__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.s-companies__item__text {
  margin-bottom: 5px;
}

.s-companies__item__link {
  font-size: 11px;
  color: #1c50a1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-companies__item__link:after {
  content: '';
  width: 11px;
  height: 11px;
  background: url("../img/arrow-blue.png") no-repeat center center/cover;
  margin-left: 3px;
}

@media screen and (max-width: 1000px) {
  .s-companies__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .s-companies {
    padding-bottom: 20px;
  }
  .s-companies h3 {
    width: 68px;
    height: 68px;
    margin: -35px auto 15px;
    font-size: 14px;
    line-height: 15px;
  }
  html[lang='en'] .s-companies h3 {
    width: 76px;
    height: 76px;
    margin-top: -39px;
    font-size: 12px;
  }
  .s-companies__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .s-companies__item__logo {
    height: auto;
    margin-bottom: 7px;
  }
  .acomon .s-companies__item__logo img {
    height: 32px;
  }
  .mltech .s-companies__item__logo img {
    height: 21px;
  }
  .sdc .s-companies__item__logo img {
    height: 39px;
  }
  .fsi .s-companies__item__logo img {
    height: 39px;
  }
  .cotec .s-companies__item__logo img {
    height: 27px;
  }
  .s-companies__item__name {
    margin-bottom: 5px;
  }
  .s-companies__item__text {
    margin-bottom: 3px;
  }
}
