<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* サイズ */
/* マージン */
/* カラー */
/* フォントサイズ */
/* 角丸 */
/* 文字間 */
.material-icons {
  font-family: 'Material Icons'; }

.arrow_down::before {
  content: "\e313"; }

.arrow::before {
  content: "\e315"; }

.arrow_up::before {
  content: "\e316"; }

.plus::before {
  content: "\e145"; }

.minus::before {
  content: "\e15b"; }

.pin_drop::before {
  content: "\e55e"; }

.mail::before {
  content: "\e158"; }

.calendar_month::before {
  content: "\ebcc"; }

.description::before {
  content: "\e873"; }

/* 全般 */
* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 170%;
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif; }
  html .scroll-block, body .scroll-block {
    /*		position: fixed;*/
    overflow: hidden; }

body {
  overflow-x: hidden; }

h2, h3, h4, h5, dt, strong {
  font-weight: bold; }

a.text-link {
  text-decoration: underline;
  color: #0075C2; }
  a.text-link:hover {
    color: red; }

a:focus {
  outline: none; }

span {
  vertical-align: middle; }

.wrap {
  -webkit-overflow-scrolling: touch;
  /* 慣性スクロールを追加 */ }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

/* マージン */
.margin-top-xlg {
  margin-top: 100px !important; }

.margin-top-lg {
  margin-top: 40px !important; }

.margin-top-md {
  margin-top: 15px !important; }

.margin-top-sm {
  margin-top: 5px !important; }

.margin-top-none {
  margin-top: 0 !important; }

/* 文字間 */
.letter-space-0 {
  letter-spacing: 0 !important; }

.letter-space-full {
  letter-spacing: 1em; }

.letter-space-half {
  letter-spacing: 0.5em; }

.letter-space-quarter {
  letter-spacing: 0.25em; }

/* 文字色 */
.font-color-red {
  color: red; }

/* 文字装飾 */
.underline {
  text-decoration: underline; }

.kome {
  text-indent: -1em;
  padding-left: 1em; }

.inline-list {
  /* リストを横並びに */ }
  .inline-list li {
    display: inline; }
    .inline-list li:not(:last-of-type) {
      margin-right: 1em; }

/* ヘッダー */
header {
  position: relative;
  z-index: 2; }

.header-block {
  display: table;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 0 40px;
  background: white; }

.logo-corp {
  display: table-cell;
  vertical-align: middle;
  height: 25px; }
  .logo-corp img {
    height: 25px;
    vertical-align: bottom; }

.cover {
  display: none; }

.nav-btn {
  display: none; }

.global-nav {
  display: table-cell;
  width: 100%;
  text-align: right;
  line-height: 130%;
  /* 言語選択 */ }
  .global-nav ul {
    background: white; }
  .global-nav .arrow-down::after {
    position: absolute;
    content: "";
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid black; }
  .global-nav .material-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    vertical-align: middle; }
  .global-nav .level1 {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .global-nav .level1::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #EAF6FD;
      transform: scale(0, 1);
      transform-origin: center;
      transition: 0.4s; }
    .global-nav .level1:hover::before {
      transform: scale(1); }
    .global-nav .level1 > a {
      position: relative;
      display: inline-block;
      height: 60px;
      line-height: 60px;
      padding: 0 14px; }
    .global-nav .level1 > a .arrow, .global-nav .level1 > a .plus, .global-nav .level1 > a .minus {
      display: none; }
  .global-nav .level2-block {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 235px;
    border: 1px solid #CCC;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2); }
    .global-nav .level2-block li:last-child a {
      border-bottom: none; }
  .global-nav .level2 > a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    border-bottom: 1px solid #CCC; }
    .global-nav .level2 > a:hover {
      background: #EAF6FD; }
    .global-nav .level2 > a .arrow {
      display: none;
      right: 5px; }
  .global-nav .select-lang {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 110px;
    text-align: left;
    vertical-align: middle; }
    .global-nav .select-lang .select-btn {
      width: 100%;
      height: 30px;
      background: white;
      border: 1px solid #CCC;
      box-sizing: border-box; }
      .global-nav .select-lang .select-btn p {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0 25px 0 10px;
        cursor: pointer; }
      .global-nav .select-lang .select-btn::before {
        z-index: 999;
        position: absolute;
        top: 12px;
        right: 8px;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid black;
        pointer-events: none; }
    .global-nav .select-lang .select-list {
      display: none;
      position: absolute;
      top: 29px;
      left: 0;
      width: 100%;
      border: 1px solid #CCC;
      box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2); }
      .global-nav .select-lang .select-list .lang > a {
        position: relative;
        display: block;
        padding: 0 10px;
        height: 30px;
        line-height: 30px; }
        .global-nav .select-lang .select-list .lang > a:hover {
          background: #EAF6FD; }

/* コンテンツヘッダー */
.content-header-text {
  margin-bottom: -40px; }
  .content-header-text .main-visual {
    position: relative; }
    .content-header-text .main-visual img {
      object-fit: cover;
      width: 100%;
      height: 200px; }
    .content-header-text .main-visual h2 {
      position: absolute;
      display: block;
      width: 95%;
      top: 49%;
      left: 50%;
      transform: translate(-50%, -49%);
      text-align: center;
      line-height: 1em;
      font-size: 34px;
      font-family: 'Noto Serif JP', serif;
      color: #333; }
      .content-header-text .main-visual h2 span {
        display: inline-block;
        vertical-align: baseline; }
  .content-header-text .overview {
    width: 100%;
    max-width: 1366px;
    margin: 40px auto 0 auto;
    padding: 0 40px; }
  @media screen and (max-width: 1024px) {
    .content-header-text .overview {
      padding: 0 20px; } }
  @media screen and (max-width: 428px) {
    .content-header-text .main-visual img {
      height: 100px; }
    .content-header-text .main-visual h2 {
      font-size: 25px; }
    .content-header-text .overview {
      padding: 0 15px; } }

/* フッター */
footer {
  width: 100%;
  padding: 20px 40px;
  background: #0075C2;
  text-align: center;
  color: white; }
  footer .footer-logo-corp {
    margin-bottom: 5px; }
    footer .footer-logo-corp img {
      height: 25px; }

.footer-nav, .footer-nav-multilingual {
  margin-bottom: 40px;
  width: 100%;
  line-height: 130%; }
  .footer-nav ul, .footer-nav-multilingual ul {
    background: #0075C2; }
  .footer-nav .material-icons, .footer-nav-multilingual .material-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    vertical-align: middle; }
  .footer-nav .footer-level1-block, .footer-nav-multilingual .footer-level1-block {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(0, auto));
    justify-content: center; }
  .footer-nav .footer-level1, .footer-nav-multilingual .footer-level1 {
    position: relative;
    text-align: left; }
    .footer-nav .footer-level1 > a, .footer-nav-multilingual .footer-level1 > a {
      position: relative;
      display: block;
      height: 60px;
      line-height: 60px;
      padding: 0 10px;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #80CBFF;
      border-bottom: 1px solid white;
      margin-bottom: 15px; }
    .footer-nav .footer-level1 > a .plus, .footer-nav .footer-level1 > a .minus, .footer-nav-multilingual .footer-level1 > a .plus, .footer-nav-multilingual .footer-level1 > a .minus {
      display: none; }
    .footer-nav .footer-level1 a:hover, .footer-nav-multilingual .footer-level1 a:hover {
      color: #80CBFF; }
  .footer-nav .footer-level2-block, .footer-nav-multilingual .footer-level2-block {
    display: block; }
  .footer-nav .footer-level2 > a, .footer-nav-multilingual .footer-level2 > a {
    position: relative;
    display: inline-block;
    padding: 10px; }
  .footer-nav .bottom-block, .footer-nav-multilingual .bottom-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 40px;
    line-height: 30px; }
    .footer-nav .bottom-block li, .footer-nav-multilingual .bottom-block li {
      margin: 0 15px; }
      .footer-nav .bottom-block li a:hover, .footer-nav-multilingual .bottom-block li a:hover {
        color: #80CBFF; }

.footer-nav-multilingual .footer-level1-block {
  grid-gap: 0;
  grid-template-columns: auto; }
.footer-nav-multilingual .footer-level1 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  margin-top: 20px; }
  .footer-nav-multilingual .footer-level1 > a {
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 0;
    border-right: 1px solid white;
    border-bottom: none;
    margin-bottom: 0; }
.footer-nav-multilingual .footer-level2-block {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, minmax(0, auto));
  justify-content: flex-start;
  align-content: center; }
.footer-nav-multilingual .footer-level2 > a {
  padding: 0; }

/* コンテンツ */
.main {
  position: relative;
  z-index: 1;
  border-top: 1px solid #0075C2; }

.content {
  display: block;
  max-width: 1366px;
  margin: auto;
  padding: 40px 40px 80px 40px; }

/* パンくずリスト */
.breadcrumb {
  width: 100%;
  line-height: 120%; }
  .breadcrumb ol {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding: 15px 40px; }
  .breadcrumb li {
    display: inline;
    vertical-align: middle; }
  .breadcrumb a {
    text-decoration: underline;
    vertical-align: middle; }
  .breadcrumb span {
    margin: 0 10px;
    font-size: 10px; }

/* タイトル */
.page-title {
  font-size: 34px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 428px) {
    .page-title {
      font-size: 25px; } }

.section-title {
  font-size: 22px;
  margin-top: 100px;
  padding: 20px 15px;
  background-color: #0075C2;
  color: white;
  text-align: center; }
  .section-title span {
    display: inline-block;
    vertical-align: baseline; }
  @media screen and (max-width: 834px) {
    .section-title {
      margin-top: 60px; } }
  @media screen and (max-width: 428px) {
    .section-title {
      font-size: 18px;
      padding: 15px 15px;
      position: relative; }
      .section-title:before, .section-title:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: calc((100vw - 100%) / 2);
        background: #0075C2; }
      .section-title:before {
        right: 100%; }
      .section-title:after {
        left: 100%; } }

/* ページトップへ移動 */
.page-top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #0075C2;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer; }
  .page-top span {
    font-size: 34px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white; }

.nav-grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px; }
  .nav-grid-col3 li {
    background: red; }
    .nav-grid-col3 li img {
      width: 100%; }
  @media screen and (max-width: 1024px) {
    .nav-grid-col3 {
      grid-template-columns: repeat(2, 1fr); } }

.site-seal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(201px, auto));
  grid-gap: 20px;
  margin: 0 auto 40px auto;
  padding: 30px;
  max-width: 600px;
  background: white;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 12px; }
  .site-seal div {
    margin: 0 auto; }

.banner {
  position: fixed;
  right: 0;
  bottom: 60px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  z-index: 999; }
  .banner img {
    width: 290px; }
  .banner .banner-close {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }
    .banner .banner-close::before, .banner .banner-close::after {
      content: "";
      width: 10px;
      height: 2px;
      background: black;
      position: absolute;
      top: 9px;
      left: 5px; }
    .banner .banner-close::before {
      transform: rotate(45deg); }
    .banner .banner-close::after {
      transform: rotate(-45deg); }

@media screen and (max-width: 1024px) {
  .inline-list {
    /* リストを横並びに（モバイルでは縦に） */ }
    .inline-list li {
      display: block;
      margin-right: 0; }

  /* ヘッダー */
  .header-block {
    position: fixed;
    padding: 0;
    height: 50px; }

  .logo-corp {
    position: absolute;
    z-index: 998;
    display: block;
    top: 12.5px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto; }

  /* ナビゲーション */
  .cover {
    /*ナビゲーションを隠すボックス */
    z-index: 997;
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    background: white;
    border-bottom: 1px solid black; }

  .nav-btn {
    z-index: 999;
    display: block;
    position: relative;
    top: 15px;
    left: 20px;
    width: 23px;
    height: 20px;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer; }

  .nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: black;
    content: ""; }

  /* オープン */
  .nav-btn-open span:nth-of-type(1) {
    top: 0; }

  .nav-btn-open span:nth-of-type(2) {
    top: 9px; }

  .nav-btn-open span:nth-of-type(3) {
    bottom: 0; }

  /* クローズ */
  .nav-btn-close span {
    margin-top: -2px; }

  .nav-btn-close span:nth-of-type(1) {
    transform: rotate(-45deg); }

  .nav-btn-close span:nth-of-type(2) {
    transform: rotate(45deg); }

  .nav-btn-close span:nth-of-type(3) {
    background: none !important; }

  .global-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7);
    /* 言語選択 */ }
    .global-nav .level1-block {
      margin-top: 50px; }
    .global-nav .level1 {
      display: block;
      margin: 0; }
      .global-nav .level1::before {
        background: none; }
      .global-nav .level1 a {
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #CCC; }
      .global-nav .level1 a:hover {
        background: #EAF6FD; }
    .global-nav .level1 > a .arrow,
    .global-nav .level1 > a .plus,
    .global-nav .level1 > a .minus,
    .global-nav .level2 > a .arrow {
      display: block;
      right: 10px; }
    .global-nav .on > a {
      font-weight: bold; }
    .global-nav .on .plus {
      display: none !important; }
    .global-nav .on .minus {
      display: inline-block !important; }
    .global-nav .arrow-down::after {
      content: none;
      border: none; }
    .global-nav .level2-block {
      position: static;
      width: 100%;
      border: 0;
      padding: 0;
      box-shadow: none;
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2) inset; }
      .global-nav .level2-block li:last-child a {
        border-bottom: 1px solid #CCC; }
    .global-nav .level2 > a {
      padding: 0 0 0 29px;
      border-bottom: none; }
    .global-nav .select-lang {
      margin: 0;
      width: 100%;
      padding: 20px 15px; }
      .global-nav .select-lang .select-btn {
        height: 40px; }
        .global-nav .select-lang .select-btn p {
          height: 40px;
          line-height: 40px; }
        .global-nav .select-lang .select-btn::before {
          top: 37px;
          right: 23px; }
      .global-nav .select-lang .select-list {
        top: 59px;
        left: 15px;
        width: calc(100% - 30px); }
        .global-nav .select-lang .select-list .lang > a {
          height: 40px;
          line-height: 40px; }

  /* メイン */
  .main {
    width: 100%;
    padding-top: 49px;
    border-top: none; }

  .content {
    padding: 30px 20px; }

  /* フッター */
  footer {
    padding: 15px; }

  .footer-nav, .footer-nav-multilingual {
    width: 100%; }
    .footer-nav .footer-level1-block, .footer-nav-multilingual .footer-level1-block {
      display: block; }
    .footer-nav .footer-level1, .footer-nav-multilingual .footer-level1 {
      display: block;
      margin: 0;
      border-bottom: 1px solid #80CBFF; }
      .footer-nav .footer-level1::before, .footer-nav-multilingual .footer-level1::before {
        background: none; }
      .footer-nav .footer-level1 > a, .footer-nav-multilingual .footer-level1 > a {
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: none;
        margin-bottom: 0; }
      .footer-nav .footer-level1 > a:hover, .footer-nav-multilingual .footer-level1 > a:hover {
        color: white; }
    .footer-nav .footer-level1 > a .plus,
    .footer-nav .footer-level1 > a .minus, .footer-nav-multilingual .footer-level1 > a .plus,
    .footer-nav-multilingual .footer-level1 > a .minus {
      display: block;
      right: 10px; }
    .footer-nav .on > a, .footer-nav-multilingual .on > a {
      font-weight: bold; }
    .footer-nav .on .plus, .footer-nav-multilingual .on .plus {
      display: none !important; }
    .footer-nav .on .minus, .footer-nav-multilingual .on .minus {
      display: inline-block !important; }
    .footer-nav .footer-level2-block, .footer-nav-multilingual .footer-level2-block {
      display: none;
      position: static;
      width: 100%;
      border: 0;
      padding: 0;
      margin-bottom: 5px; }
    .footer-nav .footer-level2 > a, .footer-nav-multilingual .footer-level2 > a {
      display: inline-block;
      padding: 0 0 0 29px;
      border-bottom: none;
      height: 40px;
      line-height: 40px; }

  .footer-nav-multilingual .footer-level1 > a {
    padding: 0 10px;
    border-right: none; }

  /* パンくずリスト */
  .breadcrumb ol {
    padding: 15px 20px; }

  /* タイトル */
  .page-title {
    margin: 0 0 30px 0; } }
@media screen and (max-width: 834px) {
  /* 文字間 */
  .letter-space-full, .letter-space-half, .letter-space-quarter {
    letter-spacing: 0; }

  /* コンテンツリスト */
  .content-list li {
    width: 48.5%; }

  .content-list li:nth-child(even) {
    margin-right: 0; } }
/* iPhone12 ProMax　*/
@media screen and (max-width: 428px) {
  /* パンくずリスト */
  .breadcrumb {
    font-size: 12px; }
    .breadcrumb span {
      margin: 0 6px;
      font-size: 6px; }

  .content {
    padding: 30px 15px; }

  /* コンテンツリスト */
  .content-list li {
    width: 100%;
    margin-right: 0; }

  .footer-level1 > a {
    font-size: 14px !important; }

  .banner img {
    width: 240px; }
  .banner .banner-close {
    top: -4px; } }
