@charset "UTF-8";

/* 
 * Temporally added by Ryosuke Goto on 2023/09/12 for security policy
 */

.footer_content .footer_text_copyright a {
	color: white;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
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%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

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

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

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

img {
  vertical-align: bottom; }

/* ////////////////////////////////////////
$color
//////////////////////////////////////// */
/* ////////////////////////////////////////
$breakpoint
//////////////////////////////////////// */
/*

HTMLタグのデフォルト定義

*/
* {
  box-sizing: border-box; }

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #000; }

body.page-en {
  font-family: "Open Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
.clear {
  clear: both; }

.visible {
  visibility: visible; }

.hidden {
  visibility: hidden; }

.dblock {
  display: block; }

.dnone {
  display: none; }

.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

/*============================================================================================================
-----Cleaner--------------------------------------------------------------------------------------------------
============================================================================================================*/
body, html {
  height: 100%; }

.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1080px) {
    .header {
      height: 63px; } }
  @media screen and (min-width: 1081px) {
    .header.passive {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); } }
  .header_content {
    max-width: 1075px;
    height: 100%;
    padding-left: 35px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    @media screen and (min-width: 1081px) {
      .header_content {
        -webkit-transform: translateX(1px);
            -ms-transform: translateX(1px);
                transform: translateX(1px); } }
    @media screen and (max-width: 1080px) {
      .header_content {
        max-width: 100%;
        padding: 0 25px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .header_content .header_logo {
      margin-right: 30px; }
      @media screen and (max-width: 1080px) {
        .header_content .header_logo {
          margin-right: 0; } }
      .header_content .header_logo a {
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease; }
        @media screen and (min-width: 1081px) {
          .header_content .header_logo a:hover {
            -webkit-filter: drop-shadow(2px 2px 10px rgba(28, 56, 99, 0.5));
                    filter: drop-shadow(2px 2px 10px rgba(28, 56, 99, 0.5)); } }
    .header_content .header_link {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1080px) {
        .header_content .header_link {
          display: none; } }
      .header_content .header_link .header_nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header_content .header_link .header_nav--item {
          font-size: 13px;
          font-weight: bold;
          color: rgba(0, 0, 0, 0.5);
          letter-spacing: 0.02em;
          white-space: nowrap;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          .header_content .header_link .header_nav--item:not(:first-child) {
            margin-left: 19px; }
          .header_content .header_link .header_nav--item:last-child {
            margin-left: 27px; }
          @media screen and (min-width: 1081px) {
            .header_content .header_link .header_nav--item:hover {
              color: #1C3863;
              text-decoration: underline; } }
      .header_content .header_link .header_demo {
        width: 147px;
        height: 42px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 28px; }
        .header_content .header_link .header_demo a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 100%;
          background-color: #1C3863;
          border: 1px solid #223863;
          font-size: 12px;
          font-weight: bold;
          color: #EDEDED;
          letter-spacing: 0.018em;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (min-width: 1081px) {
            .header_content .header_link .header_demo a:hover {
              background-color: #fff;
              color: #1C3863; } }
      .header_content .header_link .header_login {
        width: 135px;
        margin-left: 13px;
        position: relative; }
        .header_content .header_link .header_login_button {
          width: 100%;
          height: 42px;
          border: 1px solid #223863;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          padding-left: 20px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          .header_content .header_link .header_login_button p {
            font-size: 12px;
            color: #223863;
            font-weight: bold;
            letter-spacing: 0.018em;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
          .header_content .header_link .header_login_button:after {
            content: '';
            display: block;
            width: 12px;
            height: 8px;
            background-image: url(../img/arrow--login@2x.png);
            background-size: cover;
            background-position: center;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 13px;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
          @media screen and (min-width: 1081px) {
            .header_content .header_link .header_login_button:hover {
              cursor: pointer;
              background-color: #1C3863; }
              .header_content .header_link .header_login_button:hover p {
                color: #EDEDED; }
              .header_content .header_link .header_login_button:hover:after {
                background-image: url(../img/arrow--login--white@2x.png); } }
        .header_content .header_link .header_login_nav {
          display: none;
          width: 100%;
          position: absolute;
          top: 48px;
          left: 0;
          border: 1px solid #223863; }
          .header_content .header_link .header_login_nav--item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 36px;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 14px;
            letter-spacing: 0.033em;
            color: #1C3863;
            background-color: #fff;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
            .header_content .header_link .header_login_nav--item:not(:last-child) {
              border-bottom: 1px solid #223863; }
            @media screen and (min-width: 1081px) {
              .header_content .header_link .header_login_nav--item:hover {
                background-color: #1C3863;
                color: #fff; } }
        .header_content .header_link .header_login.active .header_login_button:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
    .header_content .header_button {
      width: 22px;
      height: 7px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 1081px) {
        .header_content .header_button {
          display: none; } }
      .header_content .header_button span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #707070; }

.page-en .header .header_content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 1081px) {
    .page-en .header .header_content .header_logo a img {
      width: auto;
      height: 36px; } }
  .page-en .header .header_content .header_linkEn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1080px) {
      .page-en .header .header_content .header_linkEn {
        display: none; } }
    .page-en .header .header_content .header_linkEn_jpen {
      font-size: 13px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.5);
      letter-spacing: 0.02em;
      margin-right: 22px;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (min-width: 1081px) {
        .page-en .header .header_content .header_linkEn_jpen:hover {
          color: #1C3863;
          text-decoration: underline; } }
    .page-en .header .header_content .header_linkEn_contact {
      width: 147px;
      height: 42px;
      background-color: #1C3863;
      border: 1px solid #223863;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (min-width: 1081px) {
        .page-en .header .header_content .header_linkEn_contact:hover {
          color: #1C3863;
          background-color: #fff; } }

.header_menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  top: -100%;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .header_menu.active {
    top: 0; }
  .header_menu_close {
    position: absolute;
    top: 22px;
    right: 15px; }
  .header_menu_content {
    height: 100%;
    padding: 80px 60px;
    overflow: scroll;
    text-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .header_menu_content::-webkit-scrollbar {
      display: none; }
    .header_menu_content .header_menu_logo {
      display: block;
      margin-bottom: 62px; }
    .header_menu_content .header_menu_group {
      margin-bottom: 35px; }
      .header_menu_content .header_menu_group_title {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5); }
        .header_menu_content .header_menu_group_title:before {
          content: '';
          display: inline-block;
          width: 13px;
          height: 13px;
          background-image: url(../img/header_menu_icon.png);
          background-size: cover; }
      .header_menu_content .header_menu_group_content {
        margin-top: 16px;
        display: none; }
        .header_menu_content .header_menu_group_content .header_menu_group--item {
          display: block;
          font-size: 13px;
          color: rgba(0, 0, 0, 0.5); }
          .header_menu_content .header_menu_group_content .header_menu_group--item:not(:last-child) {
            margin-bottom: 20px; }
    .header_menu_content .header_menu--item {
      font-size: 16px;
      color: rgba(0, 0, 0, 0.5);
      display: block; }
      .header_menu_content .header_menu--item:not(:last-child) {
        margin-bottom: 40px; }

main {
  padding-top: 120px; }
  @media screen and (max-width: 1080px) {
    main {
      padding-top: 63px; } }

.footer {
  width: 100%;
  border-top: 13px solid #EDEDED;
  background-color: #1C3863;
  padding-top: 113px;
  padding-bottom: 54px;
  position: relative;
  z-index: 999; }
  @media screen and (max-width: 1080px) {
    .footer {
      padding-top: 66px;
      padding-bottom: 66px; } }
  .footer_content {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (min-width: 1081px) {
      .footer_content {
        max-width: 1080px; } }
    @media screen and (max-width: 1080px) {
      .footer_content {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .footer_content .footer_text_logo {
      display: block;
      margin-bottom: 16px; }
      @media screen and (max-width: 1080px) {
        .footer_content .footer_text_logo {
          margin-bottom: 24px; } }
    .footer_content .footer_text_copyright {
      font-size: 16px;
      margin-bottom: 17px;
      color: #fff; }
      @media screen and (max-width: 1080px) {
        .footer_content .footer_text_copyright {
          text-align: center;
          margin-bottom: 0; } }
    .footer_content .footer_text_privacy {
      font-size: 16px;
      color: #fff;
      text-decoration: underline; }
      @media screen and (max-width: 1080px) {
        .footer_content .footer_text_privacy {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1081px) {
        .footer_content .footer_text_privacy:hover {
          text-decoration: none; } }
    .footer_content .footer_sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1080px) {
        .footer_content .footer_sns {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 323px;
          padding-left: 55px;
          padding-right: 55px;
          margin-bottom: 25px; } }
      .footer_content .footer_sns--item {
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (min-width: 1081px) {
          .footer_content .footer_sns--item:hover {
            opacity: 0.6; } }
        @media screen and (min-width: 1081px) {
          .footer_content .footer_sns--item:not(:last-child) {
            margin-right: 24px; } }
        @media screen and (max-width: 1080px) {
          .footer_content .footer_sns--item img {
            width: auto; } }
        @media screen and (max-width: 1080px) {
          .footer_content .footer_sns--item:first-child img {
            height: 23px; } }
        @media screen and (max-width: 1080px) {
          .footer_content .footer_sns--item:nth-child(2) img {
            height: 17px; } }
        @media screen and (max-width: 1080px) {
          .footer_content .footer_sns--item:nth-child(3) img {
            height: 19px; } }

.pagination {
  width: 100%;
  margin-top: 60px;
  text-align: center; }
  @media screen and (max-width: 1080px) {
    .pagination {
      margin-top: 34px; } }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .page-numbers {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #000; }
  .pagination a {
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (min-width: 1081px) {
      .pagination a:hover {
        color: #1C3863;
        text-decoration: underline; } }

.article_cat {
  width: 188px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 1080px) {
    .article_cat {
      width: 100%;
      padding: 0 22px; } }
  .article_cat--item {
    width: 100%;
    height: 47px;
    background-color: #fff;
    border: 1px solid #7F7F7F;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 18px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (max-width: 1080px) {
      .article_cat--item {
        text-align: center; } }
    @media screen and (min-width: 1081px) {
      .article_cat--item:hover {
        background-color: #7F7F7F;
        color: #fff; } }
    .article_cat--item:not(:last-child) {
      margin-bottom: 8px; }
    .article_cat--item.current {
      background-color: #B2B2B2;
      border: 1px solid #B2B2B2;
      color: #fff; }

.article_detail {
  width: 643px;
  padding: 46px 46px 60px;
  background-color: #fff; }
  @media screen and (max-width: 1080px) {
    .article_detail {
      width: 100%;
      padding: 30px 23px 48px;
      margin-bottom: 78px; } }
  .article_detail_date {
    font-size: 16px;
    margin-bottom: 13px; }
    @media screen and (max-width: 1080px) {
      .article_detail_date {
        font-size: 13px;
        margin-bottom: 7px; } }
  .article_detail_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 45px;
    line-height: 1.6em; }
    @media screen and (max-width: 1080px) {
      .article_detail_title {
        font-size: 18px;
        line-height: 1.89em;
        margin-bottom: 40px; } }
  .article_detail_content {
    font-size: 14px;
    line-height: 2em; }
    .article_detail_content h1 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5em; }
      @media screen and (max-width: 1080px) {
        .article_detail_content h1 {
          font-size: 18px; } }
      .article_detail_content h1:not(:last-child) {
        margin-bottom: 42px; }
    @media screen and (max-width: 1080px) {
      .article_detail_content pre {
        height: 60px; } }
    .article_detail_content pre a {
      font-size: 14px;
      font-weight: bold;
      padding: 15px 43px;
      border: 1px solid #000;
      border-radius: 2px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background-color: #fff; }
      @media screen and (max-width: 1080px) {
        .article_detail_content pre a {
          width: 100%;
          display: block;
          text-align: center;
          padding: 15px 0; } }
      @media screen and (min-width: 1081px) {
        .article_detail_content pre a:hover {
          background-color: #000;
          color: #fff; } }
    .article_detail_content p:not(:last-child) {
      margin-bottom: 10px; }
    .article_detail_content p a {
      font-size: 15px;
      font-weight: normal;
      padding: 0;
      color: #0000FF;
      border: none;
      text-decoration: underline;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      word-break: break-all; }
      @media screen and (min-width: 1081px) {
        .article_detail_content p a:hover {
          background-color: inherit;
          text-decoration: none;
          color: #0000FF; } }
    .article_detail_content strong {
      font-weight: bold; }
    .article_detail_content hr {
      border-top: 1px solid #707070;
      margin: 50px 0; }
      @media screen and (max-width: 1080px) {
        .article_detail_content hr {
          margin: 30px 0; } }
    .article_detail_content blockquote {
      background-color: #EDEDED;
      padding: 30px;
      border-radius: 10px; }
      @media screen and (max-width: 1080px) {
        .article_detail_content blockquote {
          padding: 15px; } }
    .article_detail_content iframe {
      width: 100%;
      margin-bottom: 30px; }
    .article_detail_content img {
      max-width: 100%;
      height: auto; }

.iframe_wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative; }
  .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article_detail_tag {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 1080px) {
    .article_detail_tag {
      margin-bottom: 29px; } }
  .article_detail_tag--item {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.013em;
    margin-bottom: 7px;
    color: #fff;
    background-color: #838383; }
    @media screen and (max-width: 1080px) {
      .article_detail_tag--item {
        padding: 5px 6px;
        font-size: 10px;
        margin-bottom: 6px; } }
    .article_detail_tag--item:not(:last-child) {
      margin-right: 7px; }
      @media screen and (max-width: 1080px) {
        .article_detail_tag--item:not(:last-child) {
          margin-right: 6px; } }
    .article_detail_tag--item--holoeyes-md {
      background-color: #1C3863; }
    .article_detail_tag--item--holoeyes-xr {
      background-color: #103B1E; }
    .article_detail_tag--item--holoeyes-vs {
      background-color: #0072B8; }
    .article_detail_tag--item--holoeyes-edu {
      background-color: #E77400; }

.article_back {
  width: 100%;
  padding-bottom: 90px; }
  .article_back_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 188px;
    height: 46px;
    border: 1px solid #7F7F7F;
    border-radius: 2px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    letter-spacing: 0.05em; }
    @media screen and (min-width: 1081px) {
      .article_back_link:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff; } }

@media screen and (max-width: 1080px) {
  .manual .article_back {
    padding-bottom: 0; } }

main#top {
  padding-top: 0; }

@media screen and (min-width: 1081px) {
  #top, #top-en {
    position: relative; } }

@media screen and (min-width: 1081px) {
  .ua-mobile-ipad .section {
    overflow: hidden; }
    .ua-mobile-ipad .section.top_lower, .ua-mobile-ipad .section.en_intro, .ua-mobile-ipad .section.en_lower {
      overflow: auto; } }

.top_visual {
  width: 100%;
  padding-top: 120px;
  height: 780px;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .top_visual {
      height: 571px;
      padding-top: 63px; } }
  @media screen and (max-width: 1080px) and (min-width: 600px) {
    .top_visual {
      height: 783px; } }
  .top_visual.inview .top_visual_img {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .top_visual.inview .top_visual_text, .top_visual.inview .top_visual_text_bg {
    opacity: 1; }
  .top_visual_img {
    width: calc(82%);
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    @media screen and (max-width: 1080px) {
      .top_visual_img {
        width: 100%;
        height: 388px;
        -webkit-transition: 0.2s;
        transition: 0.2s; } }
  @media screen and (max-width: 1080px) and (min-width: 600px) {
    .top_visual_img {
      height: 600px; } }
  .top_visual_text {
    width: 637px;
    height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    position: absolute;
    opacity: 0; }
    @media screen and (min-width: 1081px) {
      .top_visual_text {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-31.35%);
            -ms-transform: translateY(-31.35%);
                transform: translateY(-31.35%); } }
    @media screen and (max-width: 1080px) {
      .top_visual_text {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        width: calc(100% - 25px);
        height: 205px;
        padding: 42px 30px;
        bottom: 0;
        right: 0; } }
    .top_visual_text h1 {
      font-size: 30px;
      line-height: 1.96em;
      letter-spacing: 0.068em;
      color: #fff; }
      @media screen and (max-width: 1080px) {
        .top_visual_text h1 {
          font-size: 17px;
          line-height: 1.75em;
          min-width: 290px; } }
  @media screen and (max-width: 1080px) and (max-width: 350px) {
    .top_visual_text h1 {
      font-size: 15px;
      min-width: 260px; } }
  .top_visual_text_bg {
    width: 637px;
    height: 370px;
    background-color: #1C3863;
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    opacity: 0; }
    @media screen and (min-width: 1081px) {
      .top_visual_text_bg {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-31.35%);
            -ms-transform: translateY(-31.35%);
                transform: translateY(-31.35%); } }
    @media screen and (max-width: 1080px) {
      .top_visual_text_bg {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        width: calc(100% - 25px);
        height: 205px;
        bottom: 0;
        right: 0; } }

.top_intro {
  height: 100%; }
  @media screen and (max-width: 1080px) {
    .top_intro {
      height: auto;
      margin-top: 58px; } }

@media screen and (min-width: 1081px) {
  .top_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 0; } }

@media screen and (max-width: 1080px) {
  .top_news {
    margin-bottom: 60px; } }

.top_news_content {
  padding: 0 40px;
  margin: 0 auto; }
  @media screen and (min-width: 1081px) {
    .top_news_content {
      width: 1080px; } }
  @media screen and (max-width: 1080px) {
    .top_news_content {
      width: 100%;
      padding: 0 26px; } }

.top_news_title {
  font-size: 37px;
  color: #223863;
  margin-bottom: 26px;
  letter-spacing: 0.07em; }
  @media screen and (max-width: 1080px) {
    .top_news_title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 25px; } }

.top_news_list {
  width: 100%; }
  .top_news_list--item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 22px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .top_news_list--item {
        width: 100%;
        height: 112px;
        padding: 0 27px; } }
    .top_news_list--item:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #EDEDED;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
      z-index: -1; }
    .top_news_list--item:nth-child(1) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .top_news_list--item:nth-child(2) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .top_news_list--item:nth-child(3) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .top_news_list--item:not(:last-child) {
      margin-bottom: 15px; }
      @media screen and (max-width: 1080px) {
        .top_news_list--item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 9px; } }
    @media screen and (min-width: 1081px) {
      .top_news_list--item:hover:before {
        background-color: #1C3863; }
      .top_news_list--item:hover .top_news_list--item_date, .top_news_list--item:hover .top_news_list--item_title {
        color: #EDEDED; } }
    .top_news_list--item_date, .top_news_list--item_title {
      color: #1C3863;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
    .top_news_list--item_date {
      font-size: 16px;
      margin-bottom: 10px; }
    .top_news_list--item_title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.65em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      overflow: hidden; }
      @media screen and (max-width: 1080px) {
        .top_news_list--item_title {
          font-size: 16px;
          -webkit-line-clamp: 2; } }
  .top_news_list_link {
    width: 100%;
    height: 60px;
    border: 1px solid #324B72; }
    @media screen and (max-width: 1080px) {
      .top_news_list_link {
        height: 48px;
        margin-left: 0;
        margin-top: 10px; } }
    .top_news_list_link a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 2em;
      color: #1C3863;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      @media screen and (min-width: 1081px) {
        .top_news_list_link a:hover {
          background-color: #1C3863;
          color: #fff; } }
      @media screen and (max-width: 1080px) {
        .top_news_list_link a {
          font-size: 16px; } }

.solution_intro {
  padding: 40px 0 30px;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 1081px) {
    .solution_intro {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 1080px) {
    .solution_intro {
      height: auto;
      padding: 44px 47px 0 43px; } }
  .solution_intro:before, .solution_intro:after {
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .solution_intro:before {
    content: '';
    width: 100%;
    background-color: #1C3863; }
  .solution_intro:after {
    width: calc(((100% - 1000px) / 2) + 694px);
    background-color: #EDEDED; }
    @media screen and (max-width: 1080px) {
      .solution_intro:after {
        width: calc(100% - 25px); } }
  .solution_intro_content {
    width: 1000px;
    height: 253px;
    margin: 0 auto;
    padding-right: 394px;
    position: relative;
    padding-top: 40px;
    text-align: left;
    padding-left: 38px; }
    @media screen and (max-width: 1080px) {
      .solution_intro_content {
        width: 100%;
        height: 100%;
        padding: 30px 0 56px 22px; } }
    .solution_intro_content:before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #1C3863;
      position: absolute;
      left: 0;
      top: 0; }
  .solution_intro_title--en {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
    color: #1C3863; }
    @media screen and (max-width: 1080px) {
      .solution_intro_title--en {
        font-size: 13px;
        margin-bottom: 12px; } }
  .solution_intro_title--jp {
    font-size: 38px;
    color: #223863;
    letter-spacing: 0.07em;
    line-height: 1.447em;
    margin-bottom: 37px; }
    @media screen and (max-width: 1080px) {
      .solution_intro_title--jp {
        font-size: 20px;
        margin-bottom: 20px; } }

.solution_content--item {
  width: 100%;
  background-color: #EDEDED;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1081px) {
    .solution_content--item {
      padding: 160px 0; } }
  @media screen and (max-width: 1080px) {
    .solution_content--item {
      min-height: 100vh;
      height: auto; } }
  .solution_content--item:before {
    content: '';
    display: block;
    width: calc(((100% - 880px) / 2) + 246px);
    height: 100%;
    background-color: #1C3863;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 1080px) {
      .solution_content--item:before {
        width: 25px; } }
  .solution_content--item_area {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 1081px) {
      .solution_content--item_area {
        max-width: 1080px; } }
    @media screen and (max-width: 1080px) {
      .solution_content--item_area {
        width: 100%;
        padding: 58px 50px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .solution_content--item_area .solution_text {
      position: relative;
      width: 516px;
      padding-left: 62px;
      z-index: 1; }
      @media screen and (max-width: 1080px) {
        .solution_content--item_area .solution_text {
          width: 100%;
          padding-left: 0; } }
      .solution_content--item_area .solution_text_number {
        position: absolute;
        top: -116px;
        left: 62px;
        font-size: 200px;
        color: #fff;
        letter-spacing: 0.07em;
        z-index: -1; }
        @media screen and (max-width: 1080px) {
          .solution_content--item_area .solution_text_number {
            font-size: 100px;
            top: -24px;
            left: -3px; } }
      .solution_content--item_area .solution_text_copy {
        font-size: 32px;
        color: #1C3863;
        letter-spacing: 0.07em;
        line-height: 1.56em;
        margin-bottom: 20px; }
        @media screen and (max-width: 1080px) {
          .solution_content--item_area .solution_text_copy {
            font-size: 20px;
            margin-bottom: 21px;
            line-height: 1.7em; } }
      .solution_content--item_area .solution_text_border {
        width: calc(((100vw - 1000px) / 2) + 1000px);
        height: 6px;
        margin-bottom: 40px;
        background-color: #fff;
        position: relative;
        left: calc((((100vw - 1000px) / 2) + 62px) / -1); }
        @media screen and (max-width: 1080px) {
          .solution_content--item_area .solution_text_border {
            width: calc(100% + 75px);
            left: -50px;
            margin-bottom: 17px; } }
        .solution_content--item_area .solution_text_border span {
          display: block;
          width: calc(((100vw - 1080px) / 2) + 340px);
          background-color: #1C3863;
          height: 100%; }
          @media screen and (max-width: 1080px) {
            .solution_content--item_area .solution_text_border span {
              width: 28.26%; } }
      .solution_content--item_area .solution_text_description {
        font-size: 16px;
        line-height: 1.875em;
        margin-bottom: 25px; }
        @media screen and (max-width: 1080px) {
          .solution_content--item_area .solution_text_description {
            line-height: 1.75em;
            margin-bottom: 37px; } }
      .solution_content--item_area .solution_text_link {
        width: 245px;
        height: 57px;
        color: #1C3863;
        background-color: #fff;
        border: 1px solid #223863;
        font-size: 18px;
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 1080px) {
          .solution_content--item_area .solution_text_link {
            width: 100%;
            font-size: 16px; } }
        @media screen and (min-width: 1081px) {
          .solution_content--item_area .solution_text_link:hover {
            background-color: #1C3863;
            color: #fff; } }
    .solution_content--item_area .solution_img {
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1080px) {
        .solution_content--item_area .solution_img {
          width: 100%;
          margin-bottom: 50px; }
          .solution_content--item_area .solution_img img {
            width: 100%;
            height: auto; } }

.top_service {
  width: 100%;
  background-color: #EDEDED;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1081px) {
    .top_service {
      padding: 160px 0; } }
  @media screen and (max-width: 1080px) {
    .top_service {
      min-height: 100vh; } }
  .top_service_content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 62px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1081px) {
      .top_service_content {
        max-width: 1000px; } }
    @media screen and (max-width: 1080px) {
      .top_service_content {
        width: 100%;
        padding: 137px 50px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .top_service_title {
    text-align: center;
    color: #324B72;
    letter-spacing: 0.07em;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 62px; }
    @media screen and (max-width: 1080px) {
      .top_service_title {
        font-size: 20px;
        letter-spacing: 0em;
        margin-bottom: 56px; } }
  .top_service_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .top_service_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .top_service_list--item {
      width: 250px; }
      @media screen and (max-width: 1080px) {
        .top_service_list--item {
          width: 100%; } }
      @media screen and (max-width: 1080px) {
        .top_service_list--item:not(:last-child) {
          margin-bottom: 48px; } }
      .top_service_list--item_img {
        width: 213px;
        height: 206px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 47px; }
        @media screen and (max-width: 1080px) {
          .top_service_list--item_img {
            margin-bottom: 26px; } }
        .top_service_list--item_img .top_service_list--item_img_number {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 26px;
          color: #fff;
          background-color: #1C3863;
          width: 53px;
          height: 53px;
          position: relative;
          z-index: 2; }
        .top_service_list--item_img .top_service_list--item_img_visual {
          display: block;
          width: 187px;
          height: 180px;
          margin-left: 26px;
          margin-top: -26px;
          position: relative;
          z-index: 1; }
      .top_service_list--item_title {
        color: #324B72;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: 0.07em;
        line-height: 1.78em; }
        @media screen and (max-width: 1080px) {
          .top_service_list--item_title {
            margin-bottom: 26px; } }
      .top_service_list--item_description {
        font-size: 16px;
        line-height: 1.75em;
        text-align: justify; }

.top_demo {
  width: 100%;
  background-color: #EDEDED;
  position: relative;
  z-index: 1; }
  .top_demo:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(((100vw - 1000px) / 2) + 625px);
    height: 100%;
    top: 0;
    left: 0;
    background-color: #324B72; }
    @media screen and (max-width: 1080px) {
      .top_demo:before {
        width: calc(100% - 25px); } }
  .top_demo_content {
    padding: 160px 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 1081px) {
      .top_demo_content {
        max-width: 1080px;
        height: 100%; } }
    @media screen and (max-width: 1080px) {
      .top_demo_content {
        height: auto;
        padding: 84px 25px 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .top_demo_text {
    width: 424px;
    padding-left: 60px; }
    @media screen and (max-width: 1080px) {
      .top_demo_text {
        width: 100%;
        padding: 0 18px; } }
    .top_demo_text_title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #fff; }
      @media screen and (max-width: 1080px) {
        .top_demo_text_title {
          font-size: 20px;
          margin-bottom: 28px; } }
    .top_demo_text_description {
      font-size: 16px;
      line-height: 1.875em;
      color: #fff;
      margin-bottom: 34px; }
      @media screen and (max-width: 1080px) {
        .top_demo_text_description {
          margin-bottom: 30px; } }
    .top_demo_text_link {
      width: 245px; }
      @media screen and (max-width: 1080px) {
        .top_demo_text_link {
          width: 100%; } }
      .top_demo_text_link a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 57px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33em;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 1080px) {
          .top_demo_text_link a {
            font-size: 16px; } }
        .top_demo_text_link a:not(:last-child) {
          margin-bottom: 23px; }
          @media screen and (max-width: 1080px) {
            .top_demo_text_link a:not(:last-child) {
              margin-bottom: 19px; } }
        .top_demo_text_link a:first-child {
          border: 1px solid #fff;
          background-color: #fff;
          color: #324B72;
          font-weight: bold; }
          @media screen and (min-width: 1081px) {
            .top_demo_text_link a:first-child:hover {
              background-color: #324B72;
              color: #fff; } }
        .top_demo_text_link a:nth-child(2) {
          border: 1px solid #fff;
          background-color: #324B72;
          color: #fff; }
          @media screen and (min-width: 1081px) {
            .top_demo_text_link a:nth-child(2):hover {
              background-color: #fff;
              color: #324B72; } }
  .top_demo_img {
    width: 480px;
    height: 493px;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .top_demo_img {
        width: 100%;
        height: auto;
        margin-bottom: 38px; }
        .top_demo_img img {
          width: 100%;
          height: auto; } }
    .top_demo_img:before {
      content: '';
      display: block;
      width: calc((100vw - 1000px) / 2 + 106px);
      height: 6px;
      position: absolute;
      top: 50%;
      right: calc((100vw - 1000px) / -2);
      background-color: #1C3863; }
      @media screen and (max-width: 1080px) {
        .top_demo_img:before {
          width: 96px;
          height: 4px;
          right: -25px; } }

.top_case {
  width: 100%;
  background-color: #EDEDED;
  position: relative;
  z-index: 1;
  padding-bottom: 135px; }
  @media screen and (max-width: 1080px) {
    .top_case {
      padding-bottom: 85px; } }
  .top_case_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
    top: 0;
    right: 0;
    fill: #EDEDED; }
    .top_case_bg img {
      width: 100%;
      height: 100%; }
  .top_case_content {
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1081px) {
      .top_case_content {
        max-width: 1080px; } }
    @media screen and (max-width: 1080px) {
      .top_case_content {
        padding: 0 25px; } }
  .top_case .top_case_title {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 64px; }
    @media screen and (max-width: 1080px) {
      .top_case .top_case_title {
        font-size: 35px;
        margin-bottom: 70px; } }
  .top_case .top_case_list {
    padding: 0 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .top_case .top_case_list {
        max-width: 1000px;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .top_case .top_case_list--item {
      width: calc((100% - 92px) / 2); }
      @media screen and (max-width: 1080px) {
        .top_case .top_case_list--item {
          width: 100%; } }
      @media screen and (max-width: 1080px) {
        .top_case .top_case_list--item:not(:last-child) {
          margin-bottom: 56px; } }
      .top_case .top_case_list--item:nth-child(1) {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        @media screen and (min-width: 1081px) {
          .top_case .top_case_list--item:nth-child(1) {
            -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s; } }
      .top_case .top_case_list--item:nth-child(2) {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s; }
        @media screen and (min-width: 1081px) {
          .top_case .top_case_list--item:nth-child(2) {
            -webkit-transition-delay: 0.6s;
                    transition-delay: 0.6s; } }
      .top_case .top_case_list--item_img {
        margin-bottom: 32px; }
        @media screen and (max-width: 1080px) {
          .top_case .top_case_list--item_img {
            margin-bottom: 36px; }
            .top_case .top_case_list--item_img img {
              width: 100%;
              height: auto; } }
      .top_case .top_case_list--item_title {
        font-size: 32px;
        color: #1C3863;
        margin-bottom: 30px; }
        @media screen and (max-width: 1080px) {
          .top_case .top_case_list--item_title {
            font-size: 20px;
            margin-bottom: 16px;
            padding: 0 18px; } }
      .top_case .top_case_list--item_description {
        font-size: 16px;
        line-height: 1.875em;
        margin-bottom: 26px; }
        @media screen and (min-width: 1081px) {
          .top_case .top_case_list--item_description {
            min-height: 120px; } }
        @media screen and (max-width: 1080px) {
          .top_case .top_case_list--item_description {
            margin-bottom: 23px;
            padding: 0 18px; } }
      .top_case .top_case_list--item_link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 245px;
        height: 57px;
        border: 1px solid #223863;
        background-color: #1C3863;
        color: #fff;
        font-size: 18px;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease; }
        @media screen and (max-width: 1080px) {
          .top_case .top_case_list--item_link {
            width: calc(100% - 36px);
            margin: 0 auto;
            font-size: 16px;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease; } }
        @media screen and (min-width: 1081px) {
          .top_case .top_case_list--item_link:hover {
            background-color: #fff;
            color: #1C3863; } }
      .top_case .top_case_list--item:nth-child(2) .top_case_list--item_link {
        border: 1px solid #223863;
        background-color: #fff;
        color: #1C3863; }
        @media screen and (min-width: 1081px) {
          .top_case .top_case_list--item:nth-child(2) .top_case_list--item_link:hover {
            background-color: #1C3863;
            color: #fff; } }

_::-webkit-full-page-media_bg img, _:future_bg img, :root .top_case_bg img {
  object-fit: cover; }

.top_contact {
  background-color: #fff;
  padding: 176px 0; }
  @media screen and (max-width: 1080px) {
    .top_contact {
      padding: 70px 0 80px; } }
  .top_contact_content {
    padding: 0 62px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 1081px) {
      .top_contact_content {
        max-width: 1000px; } }
    @media screen and (max-width: 1080px) {
      .top_contact_content {
        padding: 0 46px; } }
    .top_contact_content .top_contact_title--en {
      font-size: 16px;
      letter-spacing: 0.08em;
      line-height: 1.5em;
      margin-bottom: 23px; }
      @media screen and (max-width: 1080px) {
        .top_contact_content .top_contact_title--en {
          font-size: 13px;
          margin-bottom: 14px; } }
    .top_contact_content .top_contact_title--jp {
      font-size: 38px;
      color: #223863;
      letter-spacing: 0.07em;
      margin-bottom: 64px; }
      @media screen and (max-width: 1080px) {
        .top_contact_content .top_contact_title--jp {
          font-size: 18px;
          margin-bottom: 37px; } }
    .top_contact_content .top_contact_link {
      width: 245px;
      height: 57px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #1C3863;
      background-color: #1C3863;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
      @media screen and (max-width: 1080px) {
        .top_contact_content .top_contact_link {
          width: 100%;
          font-size: 16px; } }
      @media screen and (min-width: 1081px) {
        .top_contact_content .top_contact_link:hover {
          background-color: #fff;
          color: #1C3863; } }

main#top-en {
  padding-top: 0; }
  @media screen and (min-width: 1081px) {
    main#top-en {
      overflow: hidden; } }

.en_intro {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; }
  .en_intro::-webkit-scrollbar {
    display: none; }

.en_visual {
  width: 100%;
  padding-top: 120px;
  height: 780px;
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 1080px) {
    .en_visual {
      height: 571px;
      padding-top: 63px;
      margin-bottom: 62px; } }
  @media screen and (max-width: 1080px) and (min-width: 600px) {
    .en_visual {
      height: 700px; } }
  .en_visual_img {
    width: calc(82%);
    height: 100%;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1080px) {
      .en_visual_img {
        width: 100%;
        height: calc(100% - 180px); } }
  .en_visual_text {
    width: 637px;
    height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    position: absolute; }
    @media screen and (min-width: 1081px) {
      .en_visual_text {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-31.35%);
            -ms-transform: translateY(-31.35%);
                transform: translateY(-31.35%); } }
    @media screen and (max-width: 1080px) {
      .en_visual_text {
        width: calc(100% - 25px);
        height: 205px;
        padding-right: 24px;
        padding-left: 30px;
        right: 0;
        bottom: 0; } }
    .en_visual_text h1 {
      font-size: 28px;
      line-height: 2.14em;
      letter-spacing: 0.068em;
      color: #fff; }
      @media screen and (max-width: 1080px) {
        .en_visual_text h1 {
          font-size: 17px;
          line-height: 1.941em; }
          .en_visual_text h1 br {
            display: none; } }
  .en_visual_text_bg {
    position: absolute;
    width: 637px;
    height: 370px;
    right: 0;
    background-color: #1C3863;
    z-index: 1;
    mix-blend-mode: multiply;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (min-width: 1081px) {
      .en_visual_text_bg {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-31.35%);
            -ms-transform: translateY(-31.35%);
                transform: translateY(-31.35%); } }
    @media screen and (max-width: 1080px) {
      .en_visual_text_bg {
        width: calc(100% - 25px);
        height: 205px;
        bottom: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; } }

.en_solution_intro {
  text-align: center; }
  .en_solution_intro_title {
    font-size: 32px;
    font-weight: bold;
    color: #223863;
    letter-spacing: 0.02em;
    line-height: 1.447em;
    margin-bottom: 30px; }
    @media screen and (max-width: 1080px) {
      .en_solution_intro_title {
        font-size: 20px;
        margin-bottom: 24px; } }
  .en_solution_intro_border {
    width: 1px;
    height: 100px;
    background-color: #000;
    margin: 0 auto;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
    @media screen and (max-width: 1080px) {
      .en_solution_intro_border {
        height: 83px; } }

.en_solution_content--item {
  width: 100%;
  height: auto;
  background-color: #EDEDED;
  position: relative;
  z-index: 2; }
  .en_solution_content--item:before {
    content: '';
    display: block;
    width: calc(((100% - 880px) / 2) + 246px);
    height: 100%;
    background-color: #1C3863;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 1080px) {
      .en_solution_content--item:before {
        width: 25px; } }
  .en_solution_content--item_area {
    position: relative;
    z-index: 2;
    padding: 160px 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 1081px) {
      .en_solution_content--item_area {
        max-width: 1080px; } }
    @media screen and (max-width: 1080px) {
      .en_solution_content--item_area {
        width: 100%;
        padding: 70px 43px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .en_solution_content--item_area .en_solution_text {
      position: relative;
      width: 516px;
      padding-left: 62px;
      z-index: 1; }
      @media screen and (max-width: 1080px) {
        .en_solution_content--item_area .en_solution_text {
          width: 100%;
          padding-left: 0; } }
      .en_solution_content--item_area .en_solution_text_number {
        position: absolute;
        top: -116px;
        left: 62px;
        font-size: 200px;
        color: #fff;
        letter-spacing: 0.07em;
        z-index: -1; }
        @media screen and (max-width: 1080px) {
          .en_solution_content--item_area .en_solution_text_number {
            font-size: 100px;
            top: -68px;
            left: -9px; } }
      .en_solution_content--item_area .en_solution_text_copy {
        font-size: 32px;
        color: #1C3863;
        letter-spacing: 0.07em;
        line-height: 1.56em;
        margin-bottom: 20px; }
        @media screen and (max-width: 1080px) {
          .en_solution_content--item_area .en_solution_text_copy {
            font-size: 20px;
            margin-bottom: 25px;
            line-height: 1.7em; } }
      .en_solution_content--item_area .en_solution_text_border {
        width: calc(((100vw - 1000px) / 2) + 1000px);
        height: 6px;
        margin-bottom: 40px;
        background-color: #fff;
        position: relative;
        left: calc((((100vw - 1000px) / 2) + 62px) / -1); }
        @media screen and (max-width: 1080px) {
          .en_solution_content--item_area .en_solution_text_border {
            width: calc(100% + 68px);
            left: -50px;
            margin-bottom: 17px; } }
        .en_solution_content--item_area .en_solution_text_border span {
          display: block;
          width: calc(((100vw - 1080px) / 2) + 340px);
          background-color: #1C3863;
          height: 100%; }
          @media screen and (max-width: 1080px) {
            .en_solution_content--item_area .en_solution_text_border span {
              width: 28.26%; } }
      .en_solution_content--item_area .en_solution_text_description {
        font-size: 16px;
        line-height: 1.875em; }
        @media screen and (max-width: 1080px) {
          .en_solution_content--item_area .en_solution_text_description {
            line-height: 1.75em; } }
    .en_solution_content--item_area .en_solution_img {
      width: 450px;
      height: 470px;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1080px) {
        .en_solution_content--item_area .en_solution_img {
          width: 100%;
          height: auto;
          margin-bottom: 102px; }
          .en_solution_content--item_area .en_solution_img img {
            width: 100%;
            height: auto; } }

@media screen and (min-width: 1081px) {
  .en_lower {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
    .en_lower::-webkit-scrollbar {
      display: none; } }

.en_ev {
  padding: 155px 0 134px;
  background-color: #fff; }
  @media screen and (max-width: 1080px) {
    .en_ev {
      padding: 77px 0 88px; } }
  .en_ev_content {
    width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .en_ev_content {
        width: 100%;
        padding: 0 25px; } }
    .en_ev_content .en_ev_title {
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 1080px) {
        .en_ev_content .en_ev_title {
          font-size: 20px;
          margin-bottom: 35px; } }
    .en_ev_content .en_ev_description {
      font-size: 16px;
      text-align: center;
      line-height: 1.875em; }

_::-webkit-full-page-media, _:future, :root .en_voice {
  background-image: url(../img/en_voice_bg.png); }

@media screen and (max-width: 1080px) {
  .ua-desktop .en_voice {
    background-image: url(../img/en_voice_bg.png);
    background-attachment: fixed; } }

.en_voice {
  padding: 104px 0 174px;
  position: relative;
  z-index: 1;
  background-image: url(../img/en_voice_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1080px) {
    .en_voice {
      padding: 80px 0;
      background-image: url(../img/en_voice_bg--sp.png); } }
  .en_voice_content {
    width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .en_voice_content {
        width: 100%;
        padding: 0 25px; } }
    .en_voice_content .en_voice_title {
      font-size: 32px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 58px;
      text-align: center; }
      @media screen and (max-width: 1080px) {
        .en_voice_content .en_voice_title {
          font-size: 20px;
          margin-bottom: 35px; } }
    .en_voice_content .en_voice_list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 1080px) {
        .en_voice_content .en_voice_list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .en_voice_content .en_voice_list--item {
        width: calc((100% - 130px) / 3);
        display: block; }
        @media screen and (max-width: 1080px) {
          .en_voice_content .en_voice_list--item {
            width: 100%; } }
        @media screen and (min-width: 1081px) {
          .en_voice_content .en_voice_list--item:not(:nth-child(3n)) {
            margin-right: 65px; } }
        @media screen and (min-width: 1081px) {
          .en_voice_content .en_voice_list--item:nth-child(n+4) {
            margin-top: 40px; } }
        @media screen and (max-width: 1080px) {
          .en_voice_content .en_voice_list--item:not(:last-child) {
            margin-bottom: 80px; } }
        .en_voice_content .en_voice_list--item_img {
          width: 100%;
          height: 180px;
          background-size: cover;
          background-position: center;
          margin-bottom: 30px; }
          @media screen and (max-width: 1080px) {
            .en_voice_content .en_voice_list--item_img {
              height: auto; }
              .en_voice_content .en_voice_list--item_img img {
                width: 100%;
                height: auto; } }
        .en_voice_content .en_voice_list--item_title {
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          letter-spacing: 0.07em;
          margin-bottom: 25px;
          line-height: 1.5em;
          text-align: center; }
          @media screen and (min-width: 1081px) {
            .en_voice_content .en_voice_list--item_title {
              min-height: 108px; } }
        .en_voice_content .en_voice_list--item_description {
          font-size: 16px;
          color: #fff;
          line-height: 1.75em;
          margin-bottom: 38px;
          text-align: center; }
        .en_voice_content .en_voice_list--item_link {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 57px;
          border: 1px solid #fff;
          background-color: #fff;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 18px;
          font-weight: bold;
          color: #324B72;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (max-width: 1080px) {
            .en_voice_content .en_voice_list--item_link {
              -webkit-transition: 0.2s;
              transition: 0.2s; } }
          @media screen and (min-width: 1081px) {
            .en_voice_content .en_voice_list--item_link:hover {
              background-color: #324B72;
              color: #fff; } }

.en_improved {
  padding: 124px 0 173px; }
  @media screen and (max-width: 1080px) {
    .en_improved {
      padding: 60px 0 100px; } }
  .en_improved_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 1080px) {
      .en_improved_title {
        width: 100%;
        padding: 0 25px;
        font-size: 20px;
        margin-bottom: 35px; } }
  .en_improved_description {
    width: 880px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.875em;
    margin-bottom: 62px;
    text-align: center; }
    @media screen and (max-width: 1080px) {
      .en_improved_description {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 40px; } }
  .en_improved_content {
    width: 880px;
    margin: 0 auto;
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 1081px) {
      .en_improved_content.sp {
        display: none; } }
    @media screen and (max-width: 1080px) {
      .en_improved_content {
        width: 100%;
        padding: 0 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .en_improved_content.pc {
          display: none; } }
    .en_improved_content_img {
      margin-right: 66px; }
      @media screen and (max-width: 1080px) {
        .en_improved_content_img {
          margin-right: 0;
          margin-bottom: 27.5px; } }
    .en_improved_content_text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 1080px) {
        .en_improved_content_text {
          display: block; } }
      @media screen and (max-width: 1080px) {
        .en_improved_content_text--item {
          text-align: center; } }
      .en_improved_content_text--item_title {
        font-size: 28px;
        line-height: 1.6em;
        margin-bottom: 20px; }
        @media screen and (max-width: 1080px) {
          .en_improved_content_text--item_title {
            font-size: 20px;
            line-height: 1.7em; } }
      .en_improved_content_text--item_description {
        font-size: 16px;
        line-height: 1.875em; }
      .en_improved_content_text_border {
        margin-top: 63px;
        margin-bottom: 36.6px;
        text-align: center; }

.en_professional {
  padding: 110px 0 106px;
  background-color: #EDEDED; }
  @media screen and (max-width: 1080px) {
    .en_professional {
      padding: 71px 0 76px; } }
  .en_professional_content {
    width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .en_professional_content {
        width: 100%;
        padding: 0 25px; } }
    .en_professional_content .en_professional_title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 34px;
      text-align: center; }
      @media screen and (max-width: 1080px) {
        .en_professional_content .en_professional_title {
          font-size: 20px; } }
    .en_professional_content .en_professional_description {
      font-size: 16px;
      text-align: center;
      margin-bottom: 66px; }
      @media screen and (max-width: 1080px) {
        .en_professional_content .en_professional_description {
          margin-bottom: 56px;
          line-height: 1.875em; } }
    .en_professional_content .en_professional_content_list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 1080px) {
        .en_professional_content .en_professional_content_list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0 22px; } }
      .en_professional_content .en_professional_content_list--item {
        width: calc((100% - 40px) / 3); }
        @media screen and (max-width: 1080px) {
          .en_professional_content .en_professional_content_list--item {
            width: 100%; } }
        @media screen and (min-width: 1081px) {
          .en_professional_content .en_professional_content_list--item:not(:nth-child(3n)) {
            margin-right: 20px; } }
        @media screen and (max-width: 1080px) {
          .en_professional_content .en_professional_content_list--item:not(:last-child) {
            margin-bottom: 44.5px; } }
        .en_professional_content .en_professional_content_list--item_img {
          width: 100%;
          margin-bottom: 40px; }
          .en_professional_content .en_professional_content_list--item_img img {
            width: 100%;
            height: auto; }
        .en_professional_content .en_professional_content_list--item_position {
          font-size: 16px;
          text-align: center;
          margin-bottom: 10px;
          line-height: 1.65em; }
          @media screen and (max-width: 1080px) {
            .en_professional_content .en_professional_content_list--item_position {
              margin-bottom: 16px; } }
        .en_professional_content .en_professional_content_list--item_name {
          font-size: 16px;
          text-align: center; }

.en_company {
  padding: 120px 0 129px;
  background-color: #324B72; }
  @media screen and (max-width: 1080px) {
    .en_company {
      padding: 71px 0 72px; } }
  .en_company_content {
    width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .en_company_content {
        width: 100%;
        padding: 0 25px; } }
    .en_company_content .en_company_title {
      font-size: 32px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 85px; }
      @media screen and (max-width: 1080px) {
        .en_company_content .en_company_title {
          font-size: 20px;
          margin-bottom: 35px;
          text-align: center; } }
    .en_company_content .en_company_text {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 60px;
      color: #fff; }
      @media screen and (min-width: 1081px) {
        .en_company_content .en_company_text {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media screen and (max-width: 1080px) {
        .en_company_content .en_company_text {
          display: block; } }
      .en_company_content .en_company_text_about {
        width: 356px; }
        @media screen and (max-width: 1080px) {
          .en_company_content .en_company_text_about {
            width: 100%;
            margin-bottom: 40px; } }
        .en_company_content .en_company_text_about--item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 1080px) {
            .en_company_content .en_company_text_about--item {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .en_company_content .en_company_text_about--item:not(:last-child) {
            margin-bottom: 22px; }
            @media screen and (max-width: 1080px) {
              .en_company_content .en_company_text_about--item:not(:last-child) {
                margin-bottom: 30px; } }
          @media screen and (min-width: 1081px) {
            .en_company_content .en_company_text_about--item:first-child {
              margin-bottom: 16px; } }
          @media screen and (min-width: 1081px) {
            .en_company_content .en_company_text_about--item:nth-child(3) {
              margin-bottom: 38px; } }
          .en_company_content .en_company_text_about--item p {
            font-size: 13px;
            color: #fff;
            line-height: 1.3em; }
            @media screen and (max-width: 1080px) {
              .en_company_content .en_company_text_about--item p {
                font-size: 16px;
                line-height: 1.8em; } }
            @media screen and (min-width: 1081px) {
              .en_company_content .en_company_text_about--item p:first-child {
                width: 70px;
                margin-right: 14px; } }
            @media screen and (max-width: 1080px) {
              .en_company_content .en_company_text_about--item p:first-child {
                margin-bottom: 10px; }
                .en_company_content .en_company_text_about--item p:first-child br {
                  display: none; } }
            @media screen and (min-width: 1081px) {
              .en_company_content .en_company_text_about--item p:nth-child(2) {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                    -ms-flex: 1;
                        flex: 1; } }
      .en_company_content .en_company_text_business {
        width: 460px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 1080px) {
          .en_company_content .en_company_text_business {
            width: 100%;
            display: block; } }
        .en_company_content .en_company_text_business p:first-child {
          font-size: 11px;
          line-height: 1.55em; }
          @media screen and (max-width: 1080px) {
            .en_company_content .en_company_text_business p:first-child {
              font-size: 16px;
              line-height: 1.875em; } }
        .en_company_content .en_company_text_business p:nth-child(2) {
          width: 383px;
          font-size: 13px;
          line-height: 2em; }
          @media screen and (max-width: 1080px) {
            .en_company_content .en_company_text_business p:nth-child(2) {
              width: 100%;
              font-size: 16px;
              line-height: 1.875em; } }
    .en_company_content .en_company_map {
      width: 100%;
      margin-bottom: 72px; }
      @media screen and (max-width: 1080px) {
        .en_company_content .en_company_map {
          margin-bottom: 26px; } }
      .en_company_content .en_company_map iframe {
        width: 100%;
        height: 440px; }
        @media screen and (max-width: 1080px) {
          .en_company_content .en_company_map iframe {
            height: 200px; } }
    .en_company_content .en_company_contact {
      width: 100%;
      height: 94px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 18px;
      color: #1C3863;
      font-weight: bold;
      border: 1px solid #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (max-width: 1080px) {
        .en_company_content .en_company_contact {
          font-size: 16px;
          height: 56px;
          -webkit-transition: 0.2s;
          transition: 0.2s; } }
      @media screen and (min-width: 1081px) {
        .en_company_content .en_company_contact:hover {
          background-color: #1C3863;
          color: #fff; } }

.company_header {
  width: 100%;
  height: 54px;
  background-color: #EDEDED;
  text-align: center;
  position: fixed;
  z-index: 98;
  top: 120px;
  left: 0;
  vertical-align: middle;
  padding-top: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1080px) {
    .company_header {
      display: none; } }
  .company_header--item {
    color: #7F7F7F;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .company_header--item:not(:last-child) {
      margin-right: 32px; }
    .company_header--item.active {
      text-decoration: underline;
      color: #1C3863;
      pointer-events: none; }
    @media screen and (min-width: 1081px) {
      .company_header--item:hover {
        cursor: pointer;
        color: #1C3863; } }

.company {
  padding-top: 174px; }
  @media screen and (max-width: 1080px) {
    .company {
      padding-top: 63px; } }
  .company_visual {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 2;
    background-color: #1C3863; }
    @media screen and (max-width: 1080px) {
      .company_visual {
        height: 198px; } }
    .company_visual_title {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .company_visual_title h3, .company_visual_title h2 {
        color: #fff; }
      .company_visual_title h3 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 17px; }
        @media screen and (max-width: 1080px) {
          .company_visual_title h3 {
            font-size: 20px;
            margin-bottom: 15px; } }
      .company_visual_title h2 {
        font-size: 28px; }
        @media screen and (max-width: 1080px) {
          .company_visual_title h2 {
            font-size: 18px; } }
  .company_content {
    width: 878px;
    margin: 0 auto;
    padding: 140px 0; }
    @media screen and (max-width: 1080px) {
      .company_content {
        width: 100%;
        padding: 68px 25px 104px; } }
    .company_content--item:not(:last-child) {
      margin-bottom: 110px; }
      @media screen and (max-width: 1080px) {
        .company_content--item:not(:last-child) {
          margin-bottom: 72px; } }
    .company_content--item .company_content_title {
      font-size: 29px;
      margin-bottom: 20px;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (max-width: 1080px) {
        .company_content--item .company_content_title {
          font-size: 14px;
          margin-bottom: 13px; } }
    .company_content--item .company_content_copy {
		line-height: 1.4em;
      font-size: 29px;
      font-weight: bold;
      margin-bottom: 50px;
      -webkit-transition: 0.4s 0.2s;
      transition: 0.4s 0.2s; }
      @media screen and (max-width: 1080px) {
        .company_content--item .company_content_copy {
          font-size: 18px;
          margin-bottom: 36px; } }
    .company_content--item .company_content_description {
      font-size: 16px;
      line-height: 2.125em;
      -webkit-transition: 0.4s 0.4s;
      transition: 0.4s 0.4s; }
      @media screen and (max-width: 1080px) {
        .company_content--item .company_content_description {
          line-height: 1.75em; } }

.company_footer {
  width: 100%; }
  .company_footer img {
    width: 100%;
    height: auto; }

.company_linkFooter {
  width: 100%;
  height: 253px;
  background-color: #EDEDED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 1080px) {
    .company_linkFooter {
      height: 185px; } }
  .company_linkFooter_link {
    padding: 15px 18px;
    background-color: #1C3863;
    border: 1px solid #000;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-block;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
    @media screen and (max-width: 1080px) {
      .company_linkFooter_link {
        padding: 15px 37px; } }
    @media screen and (min-width: 1081px) {
      .company_linkFooter_link:hover {
        background-color: #fff;
        color: #1C3863; } }

.page-company .footer {
  border: none; }

.member_content {
  width: 878px;
  margin: 0 auto;
  padding: 140px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s; }
  @media screen and (max-width: 1080px) {
    .member_content {
      width: 100%;
      padding: 81px 50px 94px; } }
  .member_content .member--item {
    width: calc((100% - 52px) / 3); }
    @media screen and (max-width: 1080px) {
      .member_content .member--item {
        width: 100%; } }
    @media screen and (min-width: 1081px) {
      .member_content .member--item:not(:nth-child(3n)) {
        margin-right: 26px; } }
    @media screen and (min-width: 1081px) {
      .member_content .member--item:nth-child(n+4) {
        margin-top: 158px; } }
    @media screen and (max-width: 1080px) {
      .member_content .member--item:not(:last-child) {
        margin-bottom: 60px; } }
    .member_content .member--item_area {
      width: 100%; }
      @media screen and (min-width: 1081px) {
        .member_content .member--item_area:hover {
          cursor: pointer; } }
    .member_content .member--item .member_img {
      width: 100%; }
      .member_content .member--item .member_img img {
        width: 100%;
        height: auto; }
    .member_content .member--item .member_text {
      margin-top: 13px;
      border-left: 3px solid #1C3863;
      padding: 9px 0;
      padding-left: 15px; }
      .member_content .member--item .member_text--position {
        font-size: 14px;
        margin-bottom: 10px;
        font-family: "Open Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .member_content .member--item .member_text--name {
        font-size: 25px; }
  .member_content .member_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    display: none; }
    .member_content .member_modal_area {
      width: 820px;
      height: calc(100% - 60px);
      max-height: 688px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 84px 110px 72px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1080px) {
        .member_content .member_modal_area {
          width: calc(100% - 50px);
          height: calc(100% - 60px);
          padding: 60px 20px 38px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .member_content .member_modal_area .member_modal_close {
        position: absolute;
        top: 22px;
        right: 32px;
        z-index: 2; }
        @media screen and (max-width: 1080px) {
          .member_content .member_modal_area .member_modal_close {
            width: 21px;
            height: 21px;
            top: 23px;
            right: 26px; }
            .member_content .member_modal_area .member_modal_close img {
              width: 100%;
              height: auto; } }
        @media screen and (min-width: 1081px) {
          .member_content .member_modal_area .member_modal_close:hover {
            cursor: pointer; } }
      .member_content .member_modal_area--left {
        width: 283px;
        margin-right: 30px; }
        @media screen and (max-width: 1080px) {
          .member_content .member_modal_area--left {
            width: 100%;
            margin-right: 0; } }
        .member_content .member_modal_area--left .member_modal_img {
          width: 100%;
          height: 206px;
          background-size: cover;
          background-position: center;
          margin-bottom: 26px; }
          @media screen and (max-width: 1080px) {
            .member_content .member_modal_area--left .member_modal_img {
              margin-bottom: 30px; } }
        .member_content .member_modal_area--left .member_modal_position {
          font-size: 16px;
          font-family: "Open Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          margin-bottom: 13px; }
          @media screen and (max-width: 1080px) {
            .member_content .member_modal_area--left .member_modal_position {
              margin-bottom: 11px; } }
        .member_content .member_modal_area--left .member_modal_name {
          font-size: 32px; }
          @media screen and (max-width: 1080px) {
            .member_content .member_modal_area--left .member_modal_name {
              font-size: 25px; } }
      .member_content .member_modal_area--right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 100%; }
        @media screen and (max-width: 1080px) {
          .member_content .member_modal_area--right {
            margin-top: 31px;
            overflow: scroll;
            -ms-overflow-style: none;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch; }
            .member_content .member_modal_area--right::-webkit-scrollbar {
              display: none; } }
        .member_content .member_modal_area--right .member_modal_description {
          font-size: 15px;
          line-height: 1.5em; }
          @media screen and (min-width: 1081px) {
            .member_content .member_modal_area--right .member_modal_description {
              height: 100%;
              overflow: scroll; } }
          @media screen and (max-width: 1080px) {
            .member_content .member_modal_area--right .member_modal_description {
              line-height: 1.86em; } }

.partner_form {
  margin-bottom: 10px; }
  .partner_form .partner_form_content {
    height: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .partner_form .partner_form_content {
        width: 100%; } }
    .partner_form .partner_form_content .partner_form_content_input {
      background-color: #fff;
      border: 1px solid #1C3863;
      width: calc(100% - 55px);
      height: 100%;
      padding: 0 10px; }
    .partner_form .partner_form_content .partner_form_content_btn {
      width: 50px;
      height: 100%;
      background-color: #1C3863;
      color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (min-width: 1081px) {
        .partner_form .partner_form_content .partner_form_content_btn:hover {
          background-color: #fff;
          color: #1C3863;
          cursor: pointer; } }

.partner_search_noItem {
  margin-top: 20px; }

.partners_content {
  width: 878px;
  margin: 0 auto;
  padding: 140px 0; }
  @media screen and (max-width: 1080px) {
    .partners_content {
      width: 100%;
      padding: 75px 25px 90px; } }
  .partners_content .partners_intro {
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .partners_content .partners_intro_title {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 26px; }
      @media screen and (max-width: 1080px) {
        .partners_content .partners_intro_title {
          font-size: 18px;
          margin-bottom: 27px; } }
    .partners_content .partners_intro_select {
      width: 233px;
      height: 42px;
      margin: 0 auto;
      position: relative; }
      .partners_content .partners_intro_select_box {
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 15px; }
      .partners_content .partners_intro_select .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px; }
      .partners_content .partners_intro_select .select {
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 0px 43px;
        font-size: 16px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: inline-block; }
        @media screen and (min-width: 1081px) {
          .partners_content .partners_intro_select .select:hover {
            cursor: pointer; } }
      .partners_content .partners_intro_select .select-styled {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 18px;
        font-size: 16px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        display: flex;
        align-items: center;
        border: 1px solid #000; }
        .partners_content .partners_intro_select .select-styled:before {
          content: '';
          display: block;
          width: 14px;
          height: 8px;
          background-image: url(../img/select_arrow@2x.png);
          background-size: cover;
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          pointer-events: none; }
      .partners_content .partners_intro_select .select-options {
        display: none;
        position: absolute;
        height: 216px;
        overflow: scroll;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; }
        .partners_content .partners_intro_select .select-options li {
          margin: 0;
          width: 100%;
          height: 36px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 18px;
          font-size: 16px;
          font-weight: normal;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          background-color: #fff; }
          .partners_content .partners_intro_select .select-options li:not(:last-child) {
            border-bottom: 1px solid #000; }
          @media screen and (min-width: 1081px) {
            .partners_content .partners_intro_select .select-options li:hover {
              background-color: #000;
              color: #fff; } }
          .partners_content .partners_intro_select .select-options li[rel="hide"] {
            display: none; }
  .partners_content .partners_list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 126px;
    -webkit-transition: 0.4s 0.4s;
    transition: 0.4s 0.4s; }
    @media screen and (max-width: 1080px) {
      .partners_content .partners_list {
        margin-top: 50px; } }
    .partners_content .partners_list .partners--item {
      width: calc((100% - 52px) / 3); }
      @media screen and (max-width: 1080px) {
        .partners_content .partners_list .partners--item {
          width: 100%; } }
  @media screen and (max-width: 1080px) and (min-width: 364px) {
    .partners_content .partners_list .partners--item {
      padding-left: calc((100% - 364px) / 2);
      padding-right: calc((100% - 364px) / 2); } }
      @media screen and (min-width: 1081px) {
        .partners_content .partners_list .partners--item:not(:nth-child(3n)) {
          margin-right: 26px; } }
      @media screen and (min-width: 1081px) {
        .partners_content .partners_list .partners--item:nth-child(n+4) {
          margin-top: 94px; } }
      .partners_content .partners_list .partners--item:not(:last-child) {
        margin-bottom: 48px; }
      .partners_content .partners_list .partners--item .partners_img {
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        margin-bottom: 11px; }
        @media screen and (min-width: 1081px) {
          .partners_content .partners_list .partners--item .partners_img {
            min-height: 80px; } }
        @media screen and (max-width: 1080px) {
          .partners_content .partners_list .partners--item .partners_img {
            max-width: 364px; } }
        .partners_content .partners_list .partners--item .partners_img img {
          width: 100%;
          height: auto; }
      .partners_content .partners_list .partners--item .partners_text {
        border-left: 3px solid #838383;
        padding: 9px 0;
        padding-left: 15px; }
        .partners_content .partners_list .partners--item .partners_text_title {
          font-size: 16px;
          margin-bottom: 12px;
          line-height: 1.5em; }
        .partners_content .partners_list .partners--item .partners_text_tag span {
          font-size: 11px;
          color: #fff;
          font-weight: bold;
          letter-spacing: 0.013em;
          padding: 6px 11px;
          background-color: #838383;
          display: inline-block;
          margin-right: 7px;
          margin-bottom: 7px; }

.overview_content {
  width: 878px;
  margin: 0 auto;
  padding: 140px 0 86px; }
  @media screen and (max-width: 1080px) {
    .overview_content {
      width: 100%;
      padding: 58px 42px 68px; } }
  .overview_content .overview_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .overview_content .overview_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .overview_content .overview_info_profile {
      width: 400px;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
      @media screen and (max-width: 1080px) {
        .overview_content .overview_info_profile {
          width: 100%;
          margin-bottom: 37px; } }
      .overview_content .overview_info_profile--item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 1080px) {
          .overview_content .overview_info_profile--item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .overview_content .overview_info_profile--item:not(:last-child) {
          margin-bottom: 48px; }
          @media screen and (max-width: 1080px) {
            .overview_content .overview_info_profile--item:not(:last-child) {
              margin-bottom: 36px; } }
        .overview_content .overview_info_profile--item p {
          font-size: 16px;
          line-height: 1.6875em; }
          @media screen and (max-width: 1080px) {
            .overview_content .overview_info_profile--item p {
              line-height: 1.75em; } }
          .overview_content .overview_info_profile--item p:first-child {
            width: 98px; }
            @media screen and (max-width: 1080px) {
              .overview_content .overview_info_profile--item p:first-child {
                width: 100%; } }
          .overview_content .overview_info_profile--item p:nth-child(2) {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
    .overview_content .overview_info_service {
      width: 460px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: 0.4s 0.2s ease;
      transition: 0.4s 0.2s ease; }
      @media screen and (max-width: 1080px) {
        .overview_content .overview_info_service {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media screen and (max-width: 1080px) {
        .overview_content .overview_info_service {
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; } }
      .overview_content .overview_info_service_title, .overview_content .overview_info_service_text {
        font-size: 16px; }
      .overview_content .overview_info_service_title {
        width: 70px;
        margin-right: 12px; }
        @media screen and (max-width: 1080px) {
          .overview_content .overview_info_service_title {
            width: 100%;
            margin-right: 0;
            margin-bottom: 37px; } }
      .overview_content .overview_info_service_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 1.6875em; }
        @media screen and (min-width: 1081px) {
          .overview_content .overview_info_service_text {
            margin-top: -4px; } }
        @media screen and (max-width: 1080px) {
          .overview_content .overview_info_service_text {
            line-height: 1.75em; } }

.overview_map {
  width: 878px;
  margin: 0 auto;
  margin-bottom: 87px;
  height: 420px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1080px) {
    .overview_map {
      width: 100%;
      height: 350px;
      margin-bottom: 0; } }
  .overview_map iframe {
    width: 100%;
    height: 100%; }

.page-md .screen_border, .page-xr .screen_border, .page-vs .screen_border, .page-edu .screen_border {
  display: none; }

.service_header {
  width: 100%;
  height: 54px;
  background-color: #EDEDED;
  text-align: center;
  position: fixed;
  z-index: 98;
  top: 120px;
  left: 0;
  vertical-align: middle;
  padding-top: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1080px) {
    .service_header {
      display: none; } }
  .service_header--item {
    color: #7F7F7F;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .service_header--item:not(:last-child) {
      margin-right: 32px; }
    .service_header--item.active {
      text-decoration: underline;
      color: #1C3863;
      pointer-events: none; }
    @media screen and (min-width: 1081px) {
      .service_header--item:hover {
        cursor: pointer;
        color: #1C3863; } }

.service_alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6); }
  .service_alert.inview .service_alert_content {
    opacity: 1; }
  .service_alert_content {
    position: absolute;
    width: 440px;
    height: 256px;
    padding: 31px 35px 33px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (max-width: 1080px) {
      .service_alert_content {
        width: calc(100% - 50px);
        height: 100%;
        max-height: 300px;
        padding: 30px 26px 40px; } }
    .service_alert_content .service_alert_close {
      position: absolute;
      top: 31px;
      right: 36px; }
      @media screen and (max-width: 1080px) {
        .service_alert_content .service_alert_close {
          right: 27px; } }
    .service_alert_content .service_alert_title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 1080px) {
        .service_alert_content .service_alert_title {
          margin-bottom: 24px; } }
    .service_alert_content .service_alert_description {
      font-size: 16px;
      line-height: 1.6875em;
      margin-bottom: 20px; }
      @media screen and (max-width: 1080px) {
        .service_alert_content .service_alert_description {
          margin-bottom: 23px; } }
    .service_alert_content .service_alert_link {
      width: 100%;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .service_alert_content .service_alert_link--item {
        width: calc((100% - 20px) / 2);
        border-radius: 2px;
        font-size: 16px;
        letter-spacing: 0.05em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (max-width: 1080px) {
          .service_alert_content .service_alert_link--item {
            width: calc((100% - 15px) / 2); } }
        @media screen and (min-width: 1081px) {
          .service_alert_content .service_alert_link--item:hover {
            opacity: 0.6; } }
        .service_alert_content .service_alert_link--item:first-child {
          border: 1px solid #1C3863;
          color: #1C3863;
          background-color: #fff; }
        .service_alert_content .service_alert_link--item:nth-child(2) {
          color: #fff;
          background-color: #1C3863; }

.service.service-md .service_intro, .service.service-md .service_info_content_bg {
  background-color: #1C3863; }

@media screen and (max-width: 1080px) {
  .service.service-md .service_info:before {
    background-color: #1C3863; } }

.service.service-md .service_article_link--item:hover .service_article_link--item_date, .service.service-md .service_article_link--item:hover .service_article_link--item_title, .service.service-md .service_article_link--item:hover .service_article_link--item_description {
  color: #1C3863; }

.service.service-xr .service_intro, .service.service-xr .service_info_content_bg {
  background-color: #103B1E; }

@media screen and (max-width: 1080px) {
  .service.service-xr .service_info:before {
    background-color: #103B1E; } }

.service.service-xr .service_article_link--item:hover .service_article_link--item_date, .service.service-xr .service_article_link--item:hover .service_article_link--item_title, .service.service-xr .service_article_link--item:hover .service_article_link--item_description {
  color: #103B1E; }

.service.service-vs .service_intro, .service.service-vs .service_info_content_bg {
  background-color: #0072B8; }

@media screen and (max-width: 1080px) {
  .service.service-vs .service_info:before {
    background-color: #0072B8; } }

.service.service-vs .service_article_link--item:hover .service_article_link--item_date, .service.service-vs .service_article_link--item:hover .service_article_link--item_title, .service.service-vs .service_article_link--item:hover .service_article_link--item_description {
  color: #0072B8; }

.service.service-edu .service_intro, .service.service-edu .service_info_content_bg {
  background-color: #E77400; }

@media screen and (max-width: 1080px) {
  .service.service-edu .service_info:before {
    background-color: #E77400; } }

.service.service-edu .service_article_link--item:hover .service_article_link--item_date, .service.service-edu .service_article_link--item:hover .service_article_link--item_title, .service.service-edu .service_article_link--item:hover .service_article_link--item_description {
  color: #E77400; }

.service {
  padding-top: 174px; }
  @media screen and (max-width: 1080px) {
    .service {
      padding-top: 63px; } }
  .service_visual {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 2;
    background-color: #1C3863; }
    @media screen and (max-width: 1080px) {
      .service_visual {
        height: 198px; } }
    .service_visual_title {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .service_visual_title h3, .service_visual_title h2 {
        color: #fff; }
      .service_visual_title h3 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 17px; }
        @media screen and (max-width: 1080px) {
          .service_visual_title h3 {
            font-size: 20px;
            margin-bottom: 15px; } }
      .service_visual_title h2 {
        font-size: 28px; }
        @media screen and (max-width: 1080px) {
          .service_visual_title h2 {
            font-size: 18px; } }
  .service_content {
    width: 100%;
    background-color: #fff;
    padding: 80px 0; }
    @media screen and (max-width: 1080px) {
      .service_content {
        padding: 60px 0; } }
    .service_content_link {
      width: 740px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 1080px) {
        .service_content_link {
          width: 100%;
          padding: 0 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .service_content_link--item {
        width: calc((100% - 60px) / 2); }
        @media screen and (max-width: 1080px) {
          .service_content_link--item {
            width: 100%; } }
        @media screen and (min-width: 1081px) {
          .service_content_link--item:nth-child(n+3) {
            margin-top: 60px; } }
        @media screen and (max-width: 1080px) {
          .service_content_link--item:not(:last-child) {
            margin-bottom: 45px; } }
        .service_content_link--item_img {
          text-align: center;
          margin-bottom: 10px; }
        .service_content_link--item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 50px;
          height: 60px;
          color: #fff;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 16px;
          font-weight: bold;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (max-width: 1080px) {
            .service_content_link--item a {
              font-size: 14px; } }
          @media screen and (min-width: 1081px) {
            .service_content_link--item a:hover {
              background-color: #fff;
              border: 1px solid #000;
              color: #000; } }
        .service_content_link--item--md a {
          background-color: #1C3863;
          border: 1px solid #1C3863; }
        .service_content_link--item--xr a {
          background-color: #103B1E;
          border: 1px solid #103B1E; }
        .service_content_link--item--vs a {
          background-color: #0072B8;
          border: 1px solid #0072B8; }
        .service_content_link--item--edu a {
          background-color: #E77400;
          border: 1px solid #E77400; }
        .service_content_link--item p {
          font-size: 14px;
          margin-top: 15px;
          text-align: center; }
  .service_intro {
    width: 100%;
    height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 1080px) {
      .service_intro {
        height: 198px; } }
    .service_intro_title {
      margin-bottom: 53px;
      opacity: 0;
      -webkit-transform: translateY(40px);
          -ms-transform: translateY(40px);
              transform: translateY(40px);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (max-width: 1080px) {
        .service_intro_title {
          margin-bottom: 16px; }
          .service_intro_title img {
            width: auto;
            height: 22px; } }
    .service_intro_text {
      font-size: 28px;
      color: #fff;
      line-height: 1.57em;
      letter-spacing: 0.07em;
      text-align: center;
      opacity: 0;
      -webkit-transform: translateY(40px);
          -ms-transform: translateY(40px);
              transform: translateY(40px);
      -webkit-transition: 0.4s 0.4s;
      transition: 0.4s 0.4s; }
      @media screen and (max-width: 1080px) {
        .service_intro_text {
          font-size: 16px;
          line-height: 1.8125em; } }
    .service_intro.inview .service_intro_title, .service_intro.inview .service_intro_text {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .service_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    @media screen and (max-width: 1080px) {
      .service_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px 26px 126px; }
        .service_info:before, .service_info:after {
          content: '';
          display: block;
          height: 76px;
          position: absolute;
          bottom: 0; }
        .service_info:before {
          width: 100%;
          left: 0; }
        .service_info:after {
          width: 31.46%;
          background-color: #EDEDED;
          left: 0; } }
    .service_info.inview {
      opacity: 1; }
    @media screen and (min-width: 1081px) {
      .service_info_img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media screen and (max-width: 1080px) {
      .service_info_img {
        margin-bottom: 36px; } }
    .service_info_img_main {
      height: calc(100% - 230px);
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 1080px) {
        .service_info_img_main {
          width: 100%;
          height: 270px; } }
    .service_info_img_bg {
      height: 230px;
      background-color: #EDEDED; }
      @media screen and (max-width: 1080px) {
        .service_info_img_bg {
          display: none; } }
    .service_info_content {
      width: 690px; }
      @media screen and (max-width: 1080px) {
        .service_info_content {
          width: 100%; } }
      .service_info_content_area {
        padding: 100px; }
        @media screen and (max-width: 1080px) {
          .service_info_content_area {
            padding: 0; } }
        .service_info_content_area .service_info_content_title {
          font-size: 32px;
          line-height: 1.375em;
          margin-bottom: 36px; }
          @media screen and (max-width: 1080px) {
            .service_info_content_area .service_info_content_title {
              font-size: 20px;
              margin-bottom: 25px; } }
        .service_info_content_area .service_info_content_description {
          font-size: 16px;
          line-height: 1.875em;
          margin-bottom: 33px; }
          @media screen and (max-width: 1080px) {
            .service_info_content_area .service_info_content_description {
              line-height: 1.75em;
              margin-bottom: 48px; } }
        .service_info_content_area .service_info_content_link {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          padding-right: 60px; }
          @media screen and (max-width: 1080px) {
            .service_info_content_area .service_info_content_link {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              padding: 0 20px; } }
          .service_info_content_area .service_info_content_link--item {
            width: calc((100% - 30px) / 2);
            height: 47px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border: 1px solid #000;
            border-radius: 2px;
            background-color: #fff;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 1080px) {
              .service_info_content_area .service_info_content_link--item {
                width: 100%;
                height: 51px; } }
            @media screen and (min-width: 1081px) {
              .service_info_content_area .service_info_content_link--item:hover {
                background-color: #000;
                color: #fff; } }
            @media screen and (min-width: 1081px) {
              .service_info_content_area .service_info_content_link--item:nth-child(odd) {
                margin-right: 30px; } }
            @media screen and (min-width: 1081px) {
              .service_info_content_area .service_info_content_link--item:nth-child(n+3) {
                margin-top: 32px; } }
            @media screen and (max-width: 1080px) {
              .service_info_content_area .service_info_content_link--item:not(:last-child) {
                margin-bottom: 19px; } }
      .service_info_content_bg {
        height: 230px; }
        @media screen and (max-width: 1080px) {
          .service_info_content_bg {
            display: none; } }
  .service_article {
    opacity: 0;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .service_article.inview {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .service_article_content {
      width: 878px;
      margin: 0 auto;
      padding: 124px 0 121px; }
      @media screen and (max-width: 1080px) {
        .service_article_content {
          width: 100%;
          padding: 58px 25px; } }
      .service_article_content .service_article_title {
        font-size: 32px;
        line-height: 1.375em;
        margin-bottom: 44px; }
        @media screen and (max-width: 1080px) {
          .service_article_content .service_article_title {
            font-size: 20px; } }
      .service_article_content .service_article_link--item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 33px;
        border-bottom: 1px solid #000;
        padding-right: 16px; }
        @media screen and (max-width: 1080px) {
          .service_article_content .service_article_link--item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding-bottom: 20px;
            padding-right: 0; } }
        .service_article_content .service_article_link--item:not(:last-child) {
          margin-bottom: 30px; }
          @media screen and (max-width: 1080px) {
            .service_article_content .service_article_link--item:not(:last-child) {
              margin-bottom: 20px; } }
        .service_article_content .service_article_link--item_date {
          font-size: 13px;
          font-weight: bold;
          margin-right: 15px;
          line-height: 1.8125em;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (max-width: 1080px) {
            .service_article_content .service_article_link--item_date {
              margin-right: 0;
              margin-bottom: 10px; } }
        .service_article_content .service_article_link--item_title {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 13px;
          line-height: 1.8125em;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
        .service_article_content .service_article_link--item_description {
          font-size: 13px;
          line-height: 1.7em;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
          @media screen and (min-width: 1081px) {
            .service_article_content .service_article_link--item_description {
              -webkit-line-clamp: 1; } }
          @media screen and (max-width: 1080px) {
            .service_article_content .service_article_link--item_description {
              -webkit-line-clamp: 3; } }
      .service_article_content .service_article_noPost {
        font-size: 15px;
        line-height: 1.5em; }
      .service_article_content .pagination .current {
        text-decoration: underline; }

.service_footer {
  width: 100%;
  height: 350px;
  background-color: #EDEDED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s; }
  @media screen and (max-width: 1080px) {
    .service_footer {
      height: auto;
      padding: 57px 42px 55px; } }
  .service_footer.inview {
    opacity: 1; }
  .service_footer_title {
    font-size: 28px;
    margin-bottom: 46px; }
    @media screen and (max-width: 1080px) {
      .service_footer_title {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 35.5px;
        text-align: center; } }
  .service_footer_link {
    width: 652px;
    height: 47px;
    text-align: center; }
    @media screen and (max-width: 1080px) {
      .service_footer_link {
        width: 100%;
        height: auto; } }
    .service_footer_link--item {
      display: inline-block;
      width: calc((100% - 56px) / 3);
      height: 47px;
      border: 1px solid #1C3863;
      background-color: #1C3863;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.05em;
      padding: 15px 0;
      font-weight: bold;
      border-radius: 2px;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (max-width: 1080px) {
        .service_footer_link--item {
          display: block;
          width: 100%;
          height: 52px;
          padding: 18px 0; } }
      @media screen and (min-width: 1081px) {
        .service_footer_link--item:hover {
          background-color: #fff;
          color: #1C3863; } }
      .service_footer_link--item:not(:last-child) {
        margin-right: 22px; }
        @media screen and (max-width: 1080px) {
          .service_footer_link--item:not(:last-child) {
            margin-right: 0;
            margin-bottom: 22px; } }

.news {
  background-color: #EDEDED; }
  .news_visual {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 2;
    background-color: #E77400; }
    @media screen and (max-width: 1080px) {
      .news_visual {
        height: 198px; } }
    .news_visual_title {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .news_visual_title h3, .news_visual_title h2 {
        color: #fff; }
      .news_visual_title h3 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 17px; }
        @media screen and (max-width: 1080px) {
          .news_visual_title h3 {
            font-size: 20px;
            margin-bottom: 15px; } }
      .news_visual_title h2 {
        font-size: 28px; }
        @media screen and (max-width: 1080px) {
          .news_visual_title h2 {
            font-size: 18px; } }
  .news_content {
    width: 878px;
    margin: 0 auto;
    padding: 84px 0 98px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .news_content {
        width: 100%;
        padding: 45px 25px 63px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .news_content .news_list {
      width: 624px; }
      @media screen and (max-width: 1080px) {
        .news_content .news_list {
          width: 100%;
          margin-bottom: 34px; } }
      .news_content .news_list_title {
        font-size: 23px;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 18px; }
        @media screen and (max-width: 1080px) {
          .news_content .news_list_title {
            font-size: 16px;
            margin-bottom: 15px; } }
        .news_content .news_list_title_oldSeminar {
          margin-top: 40px; }
          @media screen and (max-width: 1080px) {
            .news_content .news_list_title_oldSeminar {
              margin-top: 50px; } }
      .news_content .news_list_noEvent {
        font-size: 23px;
        text-align: center;
        margin: 20px 0; }
      .news_content .news_list--item {
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 28px 22px;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (max-width: 1080px) {
          .news_content .news_list--item {
            padding: 20px; } }
        .news_content .news_list--item:not(:last-child) {
          margin-bottom: 16px; }
        @media screen and (min-width: 1081px) {
          .news_content .news_list--item:hover {
            background-color: #E77400; }
            .news_content .news_list--item:hover .news_list--item_date, .news_content .news_list--item:hover .news_list--item_title {
              color: #fff; }
            .news_content .news_list--item:hover .news_list--item_data--cat p {
              color: #fff;
              border: 1px solid #fff; } }
        .news_content .news_list--item_data {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 10px; }
          .news_content .news_list--item_data .news_list--item_date {
            font-size: 13px;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
          .news_content .news_list--item_data--cat {
            margin-left: 15px; }
            .news_content .news_list--item_data--cat .news_cat--top-news {
              display: none !important; }
            .news_content .news_list--item_data--cat p {
              border: 1px solid #000;
              padding: 5px 10px;
              font-size: 12px;
              -webkit-transition: 0.4s;
              transition: 0.4s; }
        .news_content .news_list--item_title {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.4375em;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          -webkit-transition: 0.4s;
          transition: 0.4s; }

.loaded .news_visual_bg--item:first-child {
  width: 82.685%; }

.loaded .news_visual_bg--item:nth-child(2) {
  width: 24.26%; }

.partner {
  background-color: #EDEDED; }
  @media screen and (min-width: 1081px) {
    .partner {
      min-height: calc(100% - 255.5px); } }
  .partner_content {
    width: 878px;
    margin: 0 auto;
    padding: 42px 0 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .partner_content {
        width: 100%;
        padding: 32px 25px 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .partner_content .article_cat--item {
      height: 42px;
      border: none;
      font-weight: normal; }
      .partner_content .article_cat--item:not(:last-child) {
        margin-bottom: 2px; }
    .partner_content .partner_list {
      width: 624px; }
      @media screen and (max-width: 1080px) {
        .partner_content .partner_list {
          width: 100%;
          margin-bottom: 50px; } }
      .partner_content .partner_list_noItem {
        width: 100%;
        height: 62px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #fff;
        font-size: 13px; }
      .partner_content .partner_list_title {
        width: 100%;
        height: 44px;
        background-color: #1C3863;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 22px; }
        .partner_content .partner_list_title_oldSeminar {
          margin-top: 36px; }
      .partner_content .partner_list--item {
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 24px 22px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease; }
        @media screen and (max-width: 1080px) {
          .partner_content .partner_list--item {
            padding: 18px 20px; } }
        @media screen and (min-width: 1081px) {
          .partner_content .partner_list--item:hover {
            background-color: #324B72; }
            .partner_content .partner_list--item:hover .partner_list--item_title, .partner_content .partner_list--item:hover .partner_list--item_description {
              color: #fff; } }
        .partner_content .partner_list--item:not(:last-child) {
          margin-bottom: 14px; }
          @media screen and (max-width: 1080px) {
            .partner_content .partner_list--item:not(:last-child) {
              margin-bottom: 17px; } }
        .partner_content .partner_list--item_title {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.4375em;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-bottom: 13px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
        .partner_content .partner_list--item_tag {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-bottom: 10px;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .partner_content .partner_list--item_tag--item {
            padding: 5px 10px;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: 0.013em;
            margin-bottom: 7px;
            color: #fff;
            background-color: #838383; }
            @media screen and (max-width: 1080px) {
              .partner_content .partner_list--item_tag--item {
                font-size: 10px;
                margin-bottom: 6px; } }
            .partner_content .partner_list--item_tag--item:not(:last-child) {
              margin-right: 9px; }
              @media screen and (max-width: 1080px) {
                .partner_content .partner_list--item_tag--item:not(:last-child) {
                  margin-right: 6px; } }
            .partner_content .partner_list--item_tag--item--holoeyes-md {
              background-color: #1C3863; }
            .partner_content .partner_list--item_tag--item--holoeyes-xr {
              background-color: #103B1E; }
            .partner_content .partner_list--item_tag--item--holoeyes-vs {
              background-color: #0072B8; }
            .partner_content .partner_list--item_tag--item--holoeyes-edu {
              background-color: #E77400; }
        .partner_content .partner_list--item_description {
          font-size: 13px;
          line-height: 1.6em;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-transition: 0.2s;
          transition: 0.2s; }

.voices {
  background-color: #EDEDED; }
  .voices_visual {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 2;
    background-color: #0072B8; }
    @media screen and (max-width: 1080px) {
      .voices_visual {
        height: 198px; } }
    .voices_visual_title {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .voices_visual_title h3, .voices_visual_title h2 {
        color: #fff; }
      .voices_visual_title h3 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 17px; }
        @media screen and (max-width: 1080px) {
          .voices_visual_title h3 {
            font-size: 20px;
            margin-bottom: 15px; } }
      .voices_visual_title h2 {
        font-size: 28px; }
        @media screen and (max-width: 1080px) {
          .voices_visual_title h2 {
            font-size: 18px; } }
      .voices_visual_title_description, .voices_visual_title_link {
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .voices_visual_title_description {
        font-size: 16px;
        letter-spacing: 0.07em;
        margin-bottom: 17px;
        color: #fff; }
        @media screen and (max-width: 1080px) {
          .voices_visual_title_description {
            line-height: 1.5em;
            margin-bottom: 28px;
            padding: 0 64px;
            text-align: center; } }
      .voices_visual_title_link {
        width: 200px;
        height: 47px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
        font-size: 15px;
        letter-spacing: 0.15em;
        color: #1C3863;
        font-weight: bold;
        border-radius: 2px; }
        @media screen and (max-width: 1080px) {
          .voices_visual_title_link {
            width: calc(100% - 144px);
            height: 57px;
            font-size: 16px; } }
  .voices_content {
    width: 878px;
    margin: 0 auto;
    padding: 60px 0 114px; }
    @media screen and (max-width: 1080px) {
      .voices_content {
        width: 100%;
        padding: 34px 51px 67px; } }
    .voices_content .voices_intro {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 60px;
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-transition: 0.4s;
      transition: 0.4s;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1080px) {
        .voices_content .voices_intro {
          margin-bottom: 50px; } }
      .voices_content .voices_intro.inview {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .voices_content .voices_intro_title {
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.07em;
        margin-bottom: 37px; }
        @media screen and (max-width: 1080px) {
          .voices_content .voices_intro_title {
            line-height: 1.5em;
            margin-bottom: 16px; } }
      .voices_content .voices_intro_link {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 1080px) {
          .voices_content .voices_intro_link {
            width: 100%;
            height: auto;
            margin: 0 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .voices_content .voices_intro_link--left {
          width: 420px;
          text-align: center;
          margin-left: 80px; }
          @media screen and (max-width: 1080px) {
            .voices_content .voices_intro_link--left {
              width: 100%;
              margin-left: 0;
              margin-bottom: 50px; } }
        .voices_content .voices_intro_link_button {
          width: 200px;
          height: 42px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: #fff;
          font-size: 16px;
          letter-spacing: 0em;
          color: #000;
          font-weight: bold;
          border-radius: 2px;
          border: 1px solid #000;
          margin: 0 auto;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (max-width: 1080px) {
            .voices_content .voices_intro_link_button {
              width: 100%;
              font-size: 16px; } }
          @media screen and (min-width: 1081px) {
            .voices_content .voices_intro_link_button:hover {
              background-color: #000;
              color: #fff; } }
      .voices_content .voices_intro_select {
        width: 250px;
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (max-width: 1080px) {
          .voices_content .voices_intro_select {
            width: 100%; } }
        .voices_content .voices_intro_select--item {
          width: 100%;
          height: 34px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 14px;
          letter-spacing: 0em;
          color: #fff;
          font-weight: bold;
          border-radius: 4px;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (max-width: 1080px) {
            .voices_content .voices_intro_select--item {
              width: 100%;
              font-size: 16px; } }
          .voices_content .voices_intro_select--item:not(:last-child) {
            margin-bottom: 17px; }
          .voices_content .voices_intro_select--item.all {
            background-color: #fff;
            border: 1px solid #000;
            color: #000; }
          .voices_content .voices_intro_select--item.holoeyes-edu {
            background-color: #E77400;
            border: 1px solid #E77400; }
          .voices_content .voices_intro_select--item.holoeyes-xr {
            background-color: #103B1E;
            border: 1px solid #103B1E; }
          @media screen and (min-width: 1081px) {
            .voices_content .voices_intro_select--item:hover.all, .voices_content .voices_intro_select--item:hover.holoeyes-edu, .voices_content .voices_intro_select--item:hover.holoeyes-xr {
              background-color: #838383;
              color: #fff;
              border: 1px solid #838383; } }
        .voices_content .voices_intro_select_box {
          width: 100%;
          height: 100%;
          text-align: center;
          padding: 0px 43px;
          font-size: 16px;
          font-weight: bold;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          @media screen and (min-width: 1081px) {
            .voices_content .voices_intro_select_box:hover {
              cursor: pointer; } }
          .voices_content .voices_intro_select_box ::-ms-expand {
            display: none; }
        .voices_content .voices_intro_select .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        .voices_content .voices_intro_select .select {
          width: 100%;
          height: 100%;
          text-align: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 13px;
          font-size: 16px;
          font-weight: bold;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          display: inline-block; }
          @media screen and (min-width: 1081px) {
            .voices_content .voices_intro_select .select:hover {
              cursor: pointer; } }
        .voices_content .voices_intro_select .select-styled {
          position: absolute;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 13px;
          font-size: 16px;
          font-weight: bold;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #fff;
          display: flex;
          align-items: center;
          border: 1px solid #000; }
          .voices_content .voices_intro_select .select-styled:before {
            content: '';
            display: block;
            width: 14px;
            height: 8px;
            background-image: url(../img/select_arrow@2x.png);
            background-size: cover;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            pointer-events: none; }
        .voices_content .voices_intro_select .select-options {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          z-index: 999;
          margin: 0;
          padding: 0;
          list-style: none;
          border-left: 1px solid #000;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000; }
          .voices_content .voices_intro_select .select-options li {
            margin: 0;
            width: 100%;
            height: 36px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0 13px;
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            background-color: #fff; }
            .voices_content .voices_intro_select .select-options li:not(:last-child) {
              border-bottom: 1px solid #000; }
            @media screen and (min-width: 1081px) {
              .voices_content .voices_intro_select .select-options li:hover {
                background-color: #000;
                color: #fff; } }
            .voices_content .voices_intro_select .select-options li[rel="hide"] {
              display: none; }
    .voices_content .voices_list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      @media screen and (max-width: 1080px) {
        .voices_content .voices_list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .voices_content .voices_list.inview {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .voices_content .voices_list--item {
        display: block;
        width: calc((100% - 60px) / 3);
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        @media screen and (max-width: 1080px) {
          .voices_content .voices_list--item {
            width: 100%; } }
        @media screen and (min-width: 1081px) {
          .voices_content .voices_list--item:hover {
            background-color: #324B72; }
            .voices_content .voices_list--item:hover .voices_list--item_title, .voices_content .voices_list--item:hover .voices_list--item_description {
              color: #fff; } }
        @media screen and (min-width: 1081px) {
          .voices_content .voices_list--item:not(:nth-child(3n)) {
            margin-right: 30px; } }
        @media screen and (min-width: 1081px) {
          .voices_content .voices_list--item:nth-child(n+4) {
            margin-top: 82px; } }
        @media screen and (max-width: 1080px) {
          .voices_content .voices_list--item:not(:last-child) {
            margin-bottom: 62px; } }
        .voices_content .voices_list--item_img {
          width: 100%;
          height: 180px; }
          .voices_content .voices_list--item_img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          @media screen and (max-width: 1080px) {
            .voices_content .voices_list--item_img {
              height: auto; }
              .voices_content .voices_list--item_img img {
                height: auto; } }
        .voices_content .voices_list--item_content {
          padding: 20px; }
          .voices_content .voices_list--item_content .voices_list--item_tag {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-bottom: 6px;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
            .voices_content .voices_list--item_content .voices_list--item_tag--item {
              padding: 5px 10px;
              font-size: 11px;
              font-weight: bold;
              letter-spacing: 0.013em;
              margin-bottom: 7px;
              color: #fff;
              background-color: #838383; }
              .voices_content .voices_list--item_content .voices_list--item_tag--item:not(:last-child) {
                margin-right: 7px; }
              .voices_content .voices_list--item_content .voices_list--item_tag--item--holoeyes-md {
                background-color: #1C3863; }
              .voices_content .voices_list--item_content .voices_list--item_tag--item--holoeyes-xr {
                background-color: #103B1E; }
              .voices_content .voices_list--item_content .voices_list--item_tag--item--holoeyes-vs {
                background-color: #0072B8; }
              .voices_content .voices_list--item_content .voices_list--item_tag--item--holoeyes-edu {
                background-color: #E77400; }
          .voices_content .voices_list--item_content .voices_list--item_title {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5625em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 13px;
            -webkit-transition: 0.4s;
            transition: 0.4s; }
          .voices_content .voices_list--item_content .voices_list--item_description {
            font-size: 15px;
            line-height: 1.6em;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-transition: 0.4s;
            transition: 0.4s; }

.manual {
  background-color: #EDEDED;
  padding-top: 194px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1080px) {
    .manual {
      padding: 109px 25px 55px; } }
  .manual_content {
    width: 878px;
    margin: 0 auto;
    padding: 75px 75px 95px;
    background-color: #fff;
    margin-bottom: 86px; }
    @media screen and (max-width: 1080px) {
      .manual_content {
        width: 100%;
        padding: 30px 22px 62px;
        margin-bottom: 50px; } }
    .manual_content .article_detail {
      width: 100%;
      padding: 0; }
      .manual_content .article_detail_content h1 {
        font-size: 22px; }
      .manual_content .article_detail_content a {
        font-weight: bold; }


.single-topics .article_back {
  width: 396px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .single-topics .article_back {
    width: 100%;
    flex-direction: column;
  }
  .single-topics a:first-child {
    margin-bottom: 10px;
  } 
}
