@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*全体の設定
---------------------------------------------------------------------------*/

html, body {
  height: 100%;
}

body {
  margin: 0px auto;
  padding: 0px;
  color: #333;
  /*全体の文字色*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*フォント種類*/
  font-size: 16px;
  /*文字サイズ*/
  line-height: 2;
  /*行間*/
  background: #fff;
  /*背景色*/
  -webkit-text-size-adjust: none;
  height: auto;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  /* font-weight: normal; */
  display:block;
}

ul {
  list-style-type: none;
}

ol {
  padding-left: 40px;
  padding-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  z-index: auto;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}


/*iframe {width: 100%;height:auto;position:relation;}*/


/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
  color: #333;
  /*リンクテキストの色*/
  transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

a:hover {
  color: rgb(0, 66, 125);
  /*マウスオン時の文字色*/
  text-decoration: none;
  /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


/*inner共通
---------------------------------------------------------------------------*/

.inner {
  max-width: 100%;
  /*サイトの最大幅*/
  margin: 0 auto;
  margin: 0 10%;
  /* min-height: 900px; */
  display: flex;
}


/*ヘッダー（最上段のブロック）
---------------------------------------------------------------------------*/

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 1;
  /* background: rgb(0, 66, 125); */
  background: rgb(5, 39, 175);
  z-index: auto;
  display: block;
}

header .header-inner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  height: 101px;
  margin-left: auto;
  margin-right: auto;
  z-index: 7;
  display: block;
}

.row {
  margin-right: 15px;
  margin-left: 15px;
  /* display: flex; */
  flex-wrap: wrap;
}

.menu_logo {
  padding-right: 15px;
  padding-left: 15px;
}

.header_logo {
  width: 300px;
}


/*トップページのヘッダーブロックへの追加設定*/

#top header {
  padding: 0;
  box-shadow: none;
  width: auto;
  min-height: 88%;
  overflow: auto;
  position: relative;
  background: rgb(0, 66, 125) url(../images/logo_s.png) no-repeat center center;
  /*古いブラウザ(IE8以下)用の設定*/
  background: rgb(0, 66, 125) url(../images/logo.png) no-repeat center center/30%;
  /*背景色、背景画像(ロゴ)の読み込み、リピートせず(no-repeat)、center center(左右中央＆天地中央)、画像幅は25%*/
}


/*ロゴ画像（トップページ以外。トップページのロゴは上の#top headerのbackgroundで指定しています。）*/

header #logo img {
  width: 400px;
  /*幅*/
  float: left;
  /*左に回り込み*/
  padding-top: 0px;
  /*上に空ける余白。ヘッダーブロックに対する上下バランスをここで調整して下さい。*/
}

header .logo {
  position: relative;
  top: 20px;
  width: auto;
  float: left;
  /*2020_01_18_Upd_syuu_Start*/
  z-index:99;
  /*2020_01_18_Upd_syuu_End*/
}

@media screen and (min-width:768px) {
  nav {
    /* height: 45px; */
    /* margin: 43px 0 0 0; */
    /* background: rgb(0, 66, 125) 50%; */
    /* text-align: center; */
    /* border-radius: 4px; */
    /* z-index: 88; */
    /* width: 100%; */
    /* position: absolute; */
    /* margin-left: 30%; */
    /* width: 60%; */
    display: block;
  }
}


/*メインメニューのブロック
---------------------------------------------------------------------------*/


/*メニューブロック*/

#menubar {
  clear: both;
  height: 66px;
  /*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
  text-align: center;
  /*文字を中央に*/
  background: rgb(0, 66, 125) 50%;
  /*背景色*/
  border-bottom: 1px;
  /*下線の幅、線種、色*/
  /*padding:0 140px 0 140px;*/
  /*padding:0 15%;*/
}

.menubar {
  padding-top: 60px;
  /* margin-left: auto; */
  margin: 0 auto;
  /* max-width: 1900px; */
  position: relative;
  width: 100%;
  z-index: 7;
  flex: 0 0 66.66667%;
  max-width: 100%;
  min-height: 1px;
}


/*メニュー１個あたりの設定*/

#menubar li {
  float: left;
  /*左に回り込み*/
  width: 12%;
  /*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}

#menubar li a {
  text-decoration: none;
  display: block;
  line-height: 1.4;
  /*行間を少し狭く*/
  color: #fff;
  /*文字色*/
  height: 45px;
  /*高さ*/
  padding-top: 21px;
  /*上に追加する余白*/
  /* border-right: 1px solid #fff;	 */
  /*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
  /* border-right: 1px solid rgba(255,255,255,0.5); */
  /*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}


/*１つ目のメニューへの追加設定*/


/*#menubar li:first-child a {*/


/*border-left: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/


/*border-left: 1px solid rgba(255,255,255,0.5);}左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/


/*飾り文字*/

#menubar li span {
  display: block;
  font-size: 9px;
  /*文字サイズ*/
  font-weight: normal;
  /*文字を太字でなく標準に戻す設定*/
  letter-spacing: 0.2em;
  /*文字間隔を少しあける設定*/
  opacity: 0.5;
  /*透明度50％*/
}


/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/


/*上部固定メニュー用fixmenu設定*/

body.is-fixed-menu .nav-fix-pos {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

body.is-fixed-menu header {
  margin-bottom: 45px;
  /*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}


/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/

body.is-fixed .nav-fix-pos {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

body.is-fixed header {
  margin-bottom: 75px;
}


/*マウスオン時と、現在表示中(current)のメニューの設定*/

#menubar li a:hover, #menubar li.current a {
  background: #4545f2;
  /*背景色*/
}


/*スマホ用メニューを表示させない*/

#menubar-s {
  display: none;
}


/*３本バーアイコンを表示させない*/

#menubar_hdr {
  display: none;
}


/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/


/*メニューブロック*/

#menubar ul.ddmenu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  padding-top: 1px;
  width: 12%;
  /*幅。上の「#menubar li」と合わせる。*/
  font-size: 13px;
  /*文字サイズ*/
}


/*メニュー１個あたりの設定*/

#menubar ul.ddmenu li {
  float: none;
  width: 100%;
}

#menubar ul.ddmenu li a {
  width: 100%;
  height: auto;
  font-weight: normal;
  border: none;
  /*線を一旦リセット*/
  border-bottom: 1px solid #fff;
  /*下の線の幅、線種、色*/
  background: #000;
  /*背景色（古いブラウザ用）*/
  background: rgba(0, 0, 0, 0.7);
  /*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
  color: #fff;
  /*文字色*/
  padding: 10px 0;
  /*上下、左右への余白*/
}


/*ドロップダウンメニュー内の見出し*/

#menubar ul.ddmenu li.title a {
  background: #0f0fe3;
  /*背景色*/
  cursor: default;
  /*カーソルをリンク用でなくデフォルトの矢印にしておく*/
  padding: 3px 0;
  /*上下、左右への余白*/
}


/*マウスオン時*/

#menubar ul.ddmenu li a:hover {
  background: #000;
  /*背景色*/
}


/*見出しのマウスオン時*/

#menubar ul.ddmenu li.title a:hover {
  background: #0f0fe3;
}


/*小さな端末用用メニューを表示させない
---------------------------------------------------------------------------*/

#menubar-s {
  display: none;
}


/*３本バーアイコンを表示させない
---------------------------------------------------------------------------*/

#menubar_hdr {
  display: none;
}


/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/

.contents {
  clear: both;
  overflow: hidden;
  margin: 10% 0 5% 0;
  /* height:900px; */
  height: auto;
  /*20200904_呂_UPD_Start/End*/
  display: block;
}


/*お知らせニュース設定追加周*/

.contents h1 {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.contents h2 p {
  clear: both;
  margin-bottom: 20px;
  font-size: 20px;
  /*文字サイズ*/
  background: rgb(0, 66, 125);
  /*背景色*/
  border-radius: 30px;
  /*角丸のサイズ*/
  color: #fff;
  /*文字色*/
  padding: 5px 20px;
  /*上下、左右への余白*/
}


/*お知らせニュース設定追加周*/

.contents h2 {
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
  /*文字サイズ*/
  /* background: rgb(0, 66, 125); */
  background: rgb(5, 39, 175);
  /*背景色*/
  border-radius: 30px;
  /*角丸のサイズ*/
  color: #fff;
  /*文字色*/
  padding: 5px 20px;
  /*上下、左右への余白*/
}


/*コンテンツのh3タグの設定*/

.contents h3 {
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
  /*文字サイズ*/
  padding: 3px 20px;
  /*上下、左右への余白*/
  /* border: 2px solid #ccc;	/*枠線の幅、線種、色*/
  /* border-radius: 30px;	/*角丸のサイズ*/
}


/*コンテンツの段落タグ設定*/

.contents p {
  padding: 0px 20px 15px;
  /*上、左右、下への余白*/
}
.daihyou{
	font-size:16px;
	position: relative;
    float: right;
    display: block;
    margin-bottom: 3%;
    font-weight: bold;
    margin-right: 10%;
}
.contents h2+p, .contents h3+p {
  margin-top: -10px;
}


/*20200918にta2を追加、大山*/

.contents .ta2 {
  /* display: inline; */
  /* padding-left: 20px; */
  text-align: justify;
  border: 1px solid #ccc;
  /* padding: 5px 5px; */
  word-break: break-all;
  width: 96%;
  margin: 0 auto 30px;
}

.contents .ta2 tr {
  width: 100%;
  text-align: left;
}

.contents .ta2 td {
  font-weight: normal;
  border: 1px solid #ccc;
  width: 33.333%;
  font-size: 10px;
}


/*20200918にta2を追加、大山*/


/*メインコンテンツ
---------------------------------------------------------------------------*/

.main {
  overflow: hidden;
  float: center;
  /*右に回り込み*/
  width: 100%;
  /*幅*/
  margin-right: 8%;
}


/*Serviceページの各ブロック
---------------------------------------------------------------------------*/


/*各ボックスの設定*/

.list {
  position: relative;
  overflow: hidden;
  padding: 20px;
  /*ボックス内の余白*/
  border-bottom: 1px solid #dcdcdc;
  /*下線の幅、線種、色*/
  margin: 0 20px;
  /*上下、左右へのボックス外にあけるスペース*/
  line-height: 1.5;
}


/*１つ目のlistボックス（古いブラウザは適用されません）*/

.list:first-of-type {
  border-top: 1px solid #dcdcdc;
  /*上の線の幅、線種、色*/
}


/*奇数番目のlistボックス*/

.list:nth-child(odd) {
  background: #fafafa;
  /*奇数番目だけ背景色をつける*/
}


/*bg1の背景色のついたボックス内でのlistボックス*/

.bg1 .list {
  background: #fff;
  /*背景色*/
}


/*ボックスにリンクをはった場合*/

.list a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding: 20px;
  /*ボックス内の余白。.listのpaddingと合わせる。*/
  margin: -20px;
  /*.listのpaddingと二重になってしまう分をここでリセット。*/
  height: 120px;
}


/*マウスオン時の背景色*/

.list a:hover {
  background: #f9f9de;
  /*背景色*/
}


/*リンクを貼った際に出る「→」マーク*/

.list a::before {
  content: "→";
  /*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
  font-size: 12px;
  /*文字サイズ*/
  display: block;
  position: absolute;
  right: 10px;
  /*ボックスの右から10pxの場所に配置*/
  bottom: 20px;
  /*ボックスの下から20pxの場所に配置*/
  width: 30px;
  /*幅*/
  line-height: 30px;
  /*高さ*/
  text-align: center;
  /* background: #333; */
  background-color: rgb(5,39,175);
  /*背景色*/
  color: #fff;
  /*文字色*/
  border-radius: 50%;
  /*角丸のサイズ。50%にすると円になる。*/
  transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

.list a:hover::before {
  background: rgb(0, 66, 125);
  /*マウスオン時の「→」マークの背景色*/
}


/*ボックス内のh4タグ設定*/

.list h4 {
  font-size: 20px;
  /*文字サイズ*/
  color: rgb(0, 66, 125);
  /*文字色*/
  margin-bottom: 10px;
}


/*ボックス内のp(段落)タグ設定*/

.list p {
  padding: 0 20px 0 0 !important;
  line-height: 1.5em;
  /*ここの20pxは上の「→」マークと文字が重ならないようにする為設定しています。*/
}


/*ボックス内の画像*/

.list figure img {
  float: left;
  /*左に回り込み*/
  /* width: 14%; */
  /*幅*/
  height: 120px;
  /*高さ*/
  border-radius: 8px;
  /*角丸のサイズ*/
  margin-right: 20px;
  /*画像右側にあけるスペース*/
}

/* ===== AIロボット専用レイアウト ===== */

* {
  box-sizing: border-box;
}

.robot_list {
  display: flex;
  flex-direction: column;   /* ← 追加 */
  gap: 20px;                /* 少し狭くしてもOK */
}

.robot_list figure {
  width: 100%;              /* 横幅いっぱい */
  margin: 0;
}

.robot_list figure img {
  display: block;
  margin: 0 auto 20px;
  width: 60%;               /* 好みで調整 */
  height: auto;
}

.robot_list .image_text {
  width: 100%;
}

/* ===== 取扱商品専用スタイル ===== */
.product-section {
  margin-top: 60px;
}

.product-section .middlepart_title {
  margin-bottom: 35px;
}

.product-card {
  display: flex;
  gap: 40px;
  padding: 40px;
  margin-bottom: 50px;
  background: #f9fafc;
  border-radius: 12px;
}

.product-image img {
  width: 320px;
  border-radius: 8px;
}

.product-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.product-desc {
  line-height: 1.9;
  margin-bottom: 25px;
}

.product-info h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-info ul {
  padding-left: 18px;
}

.product-info li {
  margin-bottom: 6px;
}

.product-card {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* ================================
   取扱製品 スマホ最適化
================================ */

@media screen and (max-width: 768px) {

  .product-card {
    flex-direction: column;   /* 横並び → 縦並び */
    padding: 20px;
    gap: 20px;
  }

  .product-image {
    text-align: center;
  }

  .product-image img {
    width: 100%;              /* 320px固定を解除 */
    max-width: 280px;         /* 大きすぎ防止 */
    height: auto;
  }

  .product-content h3 {
    font-size: 18px;
    text-align: center;
  }

  .product-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .product-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

}

/* ===== 事業案内専用スタイル ===== */
.business-section .business-description {
  margin-top: 30px;
}

.business-section .business-description p {
  line-height: 2;
  margin-bottom: 25px;
}

/*
.business-section .business-partner {
  margin-top: 50px;
  text-align: center;
}
*/
.business-section .business-partner {
  margin-top: 50px;
  text-align: center;
}

.business-section .partner-title {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}

.partner-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.partner-logos img {
  max-width: 20%;
  height: auto;
}

.business-section .partner-text {
  color: #555;
  font-size: 15px;
}

/* =============================
   事業案内 スマホ対応
============================= */
@media screen and (max-width: 768px) {

  .business-section .business-description p {
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .business-section .business-partner {
    margin-top: 20px;
  }
  .partner-logos {
    flex-direction: column;   
    align-items: center; 
    margin-top: 0;     
    gap: 12px;
    margin-bottom: 30px;               
  }

  .partner-logos img {
    max-width: 60%;
    display: block;  
   }

}

/* ===== 当社の強み専用スタイル ===== */
.strengths-section .strength-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.strengths-section .strength-list li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 15px;
  border-left: 3px solid #0056b3;
}

.strengths-section .strength-highlight {
  font-weight: bold;
  font-size: 18px;
  color: #0056b3;
  display: block;
  margin-bottom: 5px;
}

/* ===== 導入までの流れ専用スタイル ===== */
.process-section .process-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  position: relative;
}

/* 縦ライン */
.process-section .process-list::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #1a5fb4; /* 今の青に近い色 */
}

/* 各ステップ */
.process-section .process-list li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px;
}

/* 丸（サイズを適正化） */
.process-section .process-step {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #1a5fb4;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* タイトル */
.process-section .process-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600; 
  letter-spacing: 0.5px;
}

/* 説明文 */
.process-section .process-content p {
  margin: 0;
  line-height: 1.8;
  color: #333;
}

/* ===== パートナー募集専用スタイル ===== */
.recruit-partner {
  background: #f7f8fa;
  padding: 50px 25px;
  text-align: center;
  border-radius: 30px;
  
  width: 100%;           /* 追加 */
  max-width: 100%; 
}

.partner-inner {
  max-width: 900px;
  margin: 0 auto;
}

.partner-title {
  font-size: 28px;
  margin-bottom: 25px;
}

.partner-lead {
  line-height: 1.9;
  margin-bottom: 50px;
}

.partner-points {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.partner-points div {
  background: white;
  padding: 25px;
  border-radius: 10px;
  flex: 1;
}

/*
.partner-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #1a4fb5;
  color: white;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.partner-btn:hover {
  opacity: 0.85;
}
*/

.partner-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #1a4fb5;
  color: #ffffff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.partner-btn:hover {
  background: #163f96;   /* 少し濃い青 */
  color: #ffffff;        /* ← 明示的に白指定 */
  transform: translateY(-2px);
}

.partner-btn {
  box-shadow: 0 12px 25px rgba(26,79,181,0.25);
}

.partner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(26,79,181,0.35);
}

/* =============================
   パートナー募集 スマホ対応
============================= */

@media screen and (max-width: 768px) {

  .recruit-partner {
    /*
    padding: 40px 20px;
    */
    
    padding: 40px 15px;
    border-radius: 20px;   /* 少し小さく */
    
  }

  .partner-inner {
    width: 100%;
  }

  /* 3カラム → 縦並び */
  .partner-points {
    /*display: flex;*/
    flex-direction: column;
    gap: 20px;
  }

  /* 各ボックス */
  .partner-points > div {
    width: 100%;
    /*padding: 20px;*/
  }

  /* タイトルサイズ調整 */
  .partner-title {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
  }

  .partner-lead {
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
    padding-top: 25px !important;
  }

  /* ボタン中央 */
  .partner-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
    text-align: center;
  }

}

/*subコンテンツ
---------------------------------------------------------------------------*/


/*subブロック*/

.sub {
  float: left;
  /*左に回り込み*/
  min-width: 20%;
  min-width:245px;
  /*幅*/
  padding-right: 30px;
  position: relative;
  margin-right: 5%;
  /* left: 10%; */
  margin-bottom: 20%;
}


/*subコンテンツ内のh2タグ設定*/

.sub h2 {
  border-radius: 0;
  margin-bottom: 0;
  /* background: rgb(0, 66, 125); */
  background: rgb(5, 39, 175);
  text-align: center;
  /*内容をセンタリング*/
}


/*subコンテンツ内の段落タグ設定*/

.sub p {
  padding: 0 !important;
  margin: 0 !important;
}


/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/


/*メニュー全体の設定*/

.sub ul.submenu {
  margin-bottom: 15px;
  /*メニューブロックの下に空けるスペース*/
  border-top: solid 1px #dcdcdc;
  /*上の線の線種、幅、色*/
  text-align: center;
  /*文字をセンタリング*/
}


/*メニュー１個ごとの設定*/

.sub ul.submenu li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 5px 10px;
  /*メニュー内の余白。上下、左右への設定。*/
  border-bottom: solid 1px #dcdcdc;
  /*下の線の線種、幅、色*/
  border-left: solid 1px #dcdcdc;
  /*左の線の線種、幅、色*/
  border-right: solid 1px #dcdcdc;
  /*右の線の線種、幅、色*/
  background: RGB（0，66，125）;
  /*背景色*/
}

.sub ul.submenu1 li a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 5px 1px;
  /*メニュー内の余白。上下、左右への設定。*/
  background: RGB（0，66，125）;
  /*背景色*/
}


/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/

.sub h2+ul.submenu {
  border-top: none;
}


/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/

.sub .box1 {
  overflow: hidden;
  padding: 10px;
  /*ボックス内の余白*/
  margin-bottom: 20px;
  /*ボックスの下に空けるスペース*/
  /*	border: solid 1px #dcdcdc;*/
  /*線の線種、幅、色*/
  background: #fafafa;
  /*背景色*/
  position: relative;
}


/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/

.sub h2+.box1 {
  border-top: none;
}


/*box1内のサブメニュー*/

.sub ul.submenu {
  margin-bottom: 0;
}


/*フッター設定
---------------------------------------------------------------------------*/


/*0911_DEL_シュウ_START*/


/* @media screen and (max-width:768px) { */


/* footer a { */


/* color: #fff; */


/* リンクテキストの文字色 */


/* text-decoration: none; */


/* } */


/* footer a:hover { */


/* color: #fff; */


/* マウスオン時の文字色 */


/* } */


/* footer .pr { */


/* display: block; */


/* font-size: 80%; */


/* } */


/* } */


/* footer { */


/* background: rgb(0, 66, 125); */


/* 背景色 */


/* color: #fff; */


/* 文字色 */


/* font-size: 85%; */


/* 文字サイズ */


/* bottom: 0px; */


/* left: 0px; */


/* width: 100%; */


/* clear: both; */


/* } */


/* footer a { */


/* color: #fff; */


/* リンクテキストの文字色 */


/* text-decoration: none; */


/* font-size:15px; */


/* } */


/* footer a:hover { */


/* color: #fff; */


/* マウスオン時の文字色 */


/* } */


/* footer .pr { */


/* display: block; */


/* font-size: 80%; */


/* } */


/*0911_DEL_シュウ_END*/

footer {
  /* background: rgb(0, 66, 125); */
  /* 背景色 */
  /* color: #fff; */
  /* 文字色 */
  /* font-size: 85%; */
  /* 文字サイズ */
  /* bottom: 0px; */
  /* left: 0px; */
  /* width: 100%; */
  /* clear: both; */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
  
}

.footer__wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  
}

.footer .grey-bg {
  /* background: #f0f0f0; */
  /* background: rgb(0, 65, 125); */
  background: rgb(5, 39, 175);
}

.footer__blk {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 0px 20px 0px;/*1012_zhou*/
  width: 100%;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 80%;
}

.footer__company {
  width: 35%;
}

.glueinfo {
  /* color: #2f3e7d; */
  color: #fff;
  /* width: 70%; */
  /* 呂_1006_UPD */
  margin-right: 0px;
  /* padding-right: 20%; */
  /*0915_DEL_シュウ*/
}

.glueinfo__logo {
  margin-bottom: 0px;
  width: 130%;/*1012_syuu */
  /* 呂_1006_UPD */
  border-bottom: 1px solid grey;
  display:flex;/*1012_syuu */
}

.glueinfo__logo img {
  width:auto;
  height:auto;
  /* transform:scale(0.8);/*1016_syu*/ 
  padding:4%;
  /* margin:-4%;/*1016_syu*/ 
  padding-bottom:0;
  /* 呂_1006_UPD*/
}
.logo_name{
	float: right;
    position: relative;
    padding-top: 10%;
    font-size: 30px;
    font-weight: bold;
	white-space:nowrap;
}
.glueinfo__address .office {
  margin: 20px 0;/*2020_01_25_upd_syu*/
}

.glueinfo__address h3 {
  line-height: 2;
  font-size:14px;
}
.address{
	font-size:14px;/*2020_01_25_upd_syu*/
	line-height:1.5;/*2020_01_25_upd_syu*/
}
.address1 {
  line-height: 1.5;
  white-space: nowrap;
  /* width:290px; */
  font-size:12px;
}

.footer__menu {
  width: 100%;
  /* margin-top:11.17%;/*128px*/ 
  margin-top:94.6px;/*2020_01_26_upd_syu*/
}

.menu {
	
    /* color: #2f3e7d; */
	color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	width:auto;
	
}
.menu__row h3 {
  font-size: 14px;
  /* font-size: 1rem; *//*1012_zhou*/
 
}

.menu__list {
  list-style-type: none;
  list-style: none;
  padding-top: 3px;
}

.menu__item {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin:0 0 -3px 0 ;/*2020_01_18_Upd_syuu_End*/
   
}

.menu__item  a{
	/* color: inherit; */
	padding:0 0 5px 0;
	/* color: #1e87f0; */
	color:#fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;/*2020_01_25_Upd_syuu_*/
}


.menu__item a:hover {
  color: #C0C0C0;
}

.footer .white-bg {
  background: #fff;
}




/*フッターメニュー
---------------------------------------------------------------------------*/


/*ボックス全体*/

#footermenu {
  overflow: hidden;
  padding: 20px 3%;
  text-align: center;
}


/*１行分の設定*/

#footermenu ul {
  float: left;
  /*左に回り込み*/
  width: 18%;
  /*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
  padding-right: 1%;
  padding-left: 1%;
}


/*メニュー１個あたりの設定*/

#footermenu ul li {
  padding: 0 10px;
  /*上下、左右への余白*/
}


/*見出し*/

#footermenu li.title {
  font-weight: bold;
  /*太字にする*/
  /*	background: rgba(13, 95, 172, 0.1);	/*背景色*/
  border-radius: 2px;
  /*角丸のサイズ*/
}


/*リンクテキスト*/

#footermenu a {
  text-decoration: none;
  opacity: 0.7;
  /*透明度。70%色がでた状態の事。*/
}


/*マウスオン時*/

#footermenu a:hover {
  opacity: 1;
  /*透明度。100%色がでた状態の事。*/
}


/*コピーライト
---------------------------------------------------------------------------*/

#copyright {
  clear: both;
  text-align: center;
  background: #222;
  /*背景色*/
  color: #ccc;
  /*文字色*/
  z-index: auto;
}

#copyright a {
  text-decoration: none;
  color: #ccc;
  /*リンクテキストの文字色*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/


/*ブロック全体の設定*/

#new dl {
  padding-left: 20px;
  margin-bottom: 15px;
}


/*日付設定*/

#new dt {
  float: left;
  width: 9em;
  color: rgb(0, 66, 125);
  /*文字色*/
  letter-spacing: 0.1em;
}


/*記事設定*/

#new dd {
  padding-left: 9em;
}


/*テーブル
---------------------------------------------------------------------------*/


/*ta1設定*/

.ta1 {
  width: 96%;
  margin: 0 auto 20px;
}

.ta1, .ta1 td, .ta1 th {
  border:2px solid #ccc;
  /*テーブルの枠線の幅、線種、色*/
  padding: 5px 5px;
  /*ボックス内の余白*/
  word-break: break-all;
}


/*テーブル１行目に入った見出し部分*/

.ta1 th.tamidashi {
  width: auto;
  text-align: left;
  /*左よせ*/
  font-size: 23px;
  /*文字サイズ*/
  font-weight: bold;
  background: #fafafa;
}


/*ta1の左側ボックス*/

.ta1 th {
  width: 140px;
  /*幅*/
  text-align: center;
  /*センタリング*/
  font-weight: normal;
}


/*左側ボックスに画像を入れた場合の設定*/

.ta1 th img {
  width: 100%;
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/

#pagetop {
  clear: both;
  padding-top: 40px;
  padding-right: 3%;
}

#pagetop a {
  color: #fff;
  /*文字色*/
  font-size: 20px;
  /*文字サイズ*/
  text-decoration: none;
  text-align: center;
  display: block;
  float: right;
  margin-bottom: 50px;
  background: rgb(0, 66, 125);
  /*背景色*/
  color: #fff;
  /*文字色*/
  width: 60px;
  /*幅*/
  line-height: 60px;
  /*高さ*/
  border-radius: 50%;
  /*角丸のサイズ*/
}


/*マウスオン時*/

#pagetop a:hover {
  background: #222;
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/

.newicon {
  background: #F00;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}


/*その他
---------------------------------------------------------------------------*/

.bg1 {
  background: #f0f0f0;
}

.look {
  background: #eee;
  padding: 5px 10px;
  border-radius: 4px;
}

.mb15, .mb1em {
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

ul.disc {
  padding: 0em 25px 15px;
  list-style: disc;
}

.color1, .color1 a {
  color: rgb(0, 66, 125);
}

.pr {
  font-size: 10px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

img.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

img.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.big1 {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}

.sh {
  display: none;
}

F.item {
  padding: 0px 20px 20px;
  text-align: center;
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:768px) {
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    max-width: 1300px;
    /*サイトの最大幅*/
    margin: 0 auto;
  }
  /*メインメニュー（※トップページ以外）
---------------------------------------------------------------------------*/
  /*小さな端末用メニューを非表示から表示に切り替える*/
  #menubar-s {
    display: block;
    clear: both;
    position: fixed;
    z-index: 2;
    top: 80px;
    /* position:absolute; */
    /*ヘッダーブロックの高さをここに設定する*/
    width: 100%;
    /* box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1); */
    /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.4は透明度40%の事。*/
  }
  /*メニュー１個あたりの設定*/
  #menubar-s li a {
    display: block;
    text-decoration: none;
    text-align: center;
    /*文字をセンタリング*/
    padding: 0px 0;
    /*上下、左右へのメニュー内の余白*/
    background: #fff;
    /*背景色*/
    border-bottom: 1px solid #ccc;
    /*下線の幅、線種、色*/
  }
  /*トップページ以外で使っている大きな端末用用メニューを非表示にする
---------------------------------------------------------------------------*/
  #menubar {
    display: none;
  }
  header {
    height: 80px;
  }
  header .logo {
    max-width: 350px;
    /* margin-left:2%; */
    position: relative;
    top: 0px;
    width: auto;
    float: left;
  }
  header img {
    width: 80%;
    /* left:-2%; */
  }
  /*３本バーアイコン設定
---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: fixed;
    z-index: 9;
    top: 14px;
    /*上から14pxの場所に配置*/
    right: 3%;
    /*右から3%の場所に配置*/
    width: 30px;
    /*幅*/
    border: 1px solid #000000;
    /*枠線の幅、線種、色*/
    padding: 12px 10px 5px;
    /*上、左右、下へのボックス内余白*/
    z-index: 1000;
  }
  /*３本のバー（1本あたり）*/
  #menubar_hdr span {
    display: block;
    border-top: 3px solid #000000;
    /*枠線の幅、線種、色*/
    margin-bottom: 7px;
    /*バー同士の余白*/
  }
  #top #menubar_hdr {
    display: none;
  }
  /*main,subコンテンツ
---------------------------------------------------------------------------*/
  .main, .sub {
    float: none;
    width: auto;
  }
  /*Serviceページの各ブロック
---------------------------------------------------------------------------*/
  /*ボックス内の画像*/
  .list figure img {
    float: left;
    width: 90%;
    height: auto;
    border-radius: 8px;
    margin-right: 20px;
  }
  /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
  /*メニュー１個ごとの設定*/
  .sub ul.submenu li {
    width: 50%;
    /*半分の幅にする*/
    float: left;
    /*左に回り込み*/
  }
  /*偶数番目のメニューの左のラインを消す設定*/
  .sub ul.submenu li:nth-child(even) a {
    border-left: none;
  }
  /*その他
---------------------------------------------------------------------------*/
  body.s-n .sub, body.s-n #footermenu, .m-n {
    display: none;
  }
  .fl-half {
    float: left;
    width: 45%;
    margin-left: 3%;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  .middlepart img {
    /* width: 100%; */
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:center;
  }
  .contents h2 {
    margin-bottom: 10px;
  }
  .middlepart h2 {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000000;
    border-bottom: 1px solid #005dc5;
    padding: 0 0 8px;
    clear: both;
    margin-bottom: 0;
    font-size: 20px;
    background: none;
    border-radius: 0;
    /* color: #fff; */
    padding: 0;
  }
  .middlepart2 {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
  .middlepart2 h2 {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000000;
    border-bottom: 1px solid #005dc5;
    padding: 0 0 8px;
    clear: both;
    margin-bottom: 0;
    font-size: 20px;
    background: none;
    border-radius: 0;
    /* color: #fff; */
    padding: 0;
  }
  .middlepart2 img {
    padding-left: 5%;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1); */
  }
  .middlepart_title {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000000;
    border-bottom: 1px solid #005dc5;
    padding: 0 0 8px;
  }
  .example_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .more {
    margin: 10px auto;
    display: flex;
    margin: 2% auto;
    max-width: 100%;
    width: 80%;
  }
  .more .btn-wrapper {
    margin: 2% auto;
    width: 50%;
  }
  .info_block {
    padding-top: 20px;
    margin: 0 auto;
    border-top: 1px solid #dddddd;
    overflow: hidden;
  }
  .info_date {
    margin-bottom: 20px;
    text-align: right;
    display: block;
    font-size: 14px;
  }
  .info_content {
    margin: 10px auto;
  }
  .info_content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    vertical-align: baseline;
    color: #445566;
    letter-spacing: 1px;
  }
}


/*画面を横に倒した場合に高さ400px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (orientation: landscape) and (max-height:400px) {
  /*ヘッダー（最上段のブロック）と、メインメニュー（※トップページ以外）と、３本バーアイコンブロック
---------------------------------------------------------------------------*/
  header, #menubar-s, #menubar_hdr {
    position: absolute;
    /*画面高さの表示領域が狭いので、固定表示を解除（画面スクロールとともに移動させる）*/
  }
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) {
  /*全体の設定
---------------------------------------------------------------------------*/
  /* body { */
  /* font-size: 12px;	/*文字サイズ*/
  /* min-height:100%; */
  /* } */
  /*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
  #contents {
    line-height: 1.5;
    /*行間*/
    padding: 20px 0px;
    /*上下、左右に空けるボックス内の余白*/
    height: 100%;
  }
  .contents h1 {
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  /*コンテンツのh2タグの設定*/
  .contents h2 {
    font-size: 15px;
    /*文字サイズ*/
    padding: 5px 10px;
    /*上下、左右への余白*/
  }
  /*コンテンツのh3タグの設定*/
  .contents h3 {
    font-size: 12px;
    /*文字サイズ*/
    padding: 3px 10px;
    /*上下、左右への余白*/
  }
  /*コンテンツの段落タグ設定*/
  .contents p {
    padding: 0px 10px 10px;
    /*上、左右、下への余白*/
  }
  /*Serviceページの各ブロック
---------------------------------------------------------------------------*/
  /*各ボックスの設定*/
  .list {
    padding: 10px;
    margin: 0;
  }
  .list a {
    padding: 10px;
    margin: -10px;
	height: auto;
  }
  /*ボックス内のh4タグ設定*/
  .list h4 {
    font-size: 15px;
    /*文字サイズ*/
    margin-bottom: 0;
	margin-top:65%;
  }
  /*リンクを貼った際に出る「→」マーク*/
  .list a::before {
    font-size: 10px;
    /*文字サイズ*/
    width: 20px;
    /*幅*/
    line-height: 20px;
    /*高さ*/
  }
  /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
  .sub ul.submenu li a {
    padding: 10px;
    /*メニュー内の余白*/
  }
  /*フッターメニュー
---------------------------------------------------------------------------*/
  /*ボックス全体*/
  #footermenu {
    display: none;
  }
  /*テーブル
---------------------------------------------------------------------------*/
  /*テーブル１行目に入った見出し部分*/
  .ta1 th.tamidashi {
    font-size: 15px;
    /*文字サイズ*/
  }
  /*テーブル内の左側*/
  .ta1 th {
    width: 100px;
    padding: 5px;
  }
  /*テーブル内の右側*/
  .ta1 td {
    width: auto;
    padding: 5px;
  }
  /*mainコンテンツ
---------------------------------------------------------------------------*/
  /*段落タグ設定*/
  #main p {
    padding: 0px 10px 10px;
  }
  /*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
  /*メニュー１個ごとの設定*/
  #sub .submenu li a, #side .submenu li a {
    padding: 10px;
    /*ボックス内の余白*/
  }
  /*フッターメニュー
ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。
---------------------------------------------------------------------------*/
  #footermenu ul {
    float: none;
    width: auto;
  }
  /*こだわりアイコン
---------------------------------------------------------------------------*/
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  /*ブロック全体の設定*/
  #new dl {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    /*ブロックの下(外側)に空ける余白*/
  }
  /*よく頂く質問ページ
---------------------------------------------------------------------------*/
  /*質問と答えのボックス全体を囲むブロック*/
  .faq {
    padding: 0 10px 10px;
    /*上、左右、下へのボックス内余白*/
  }
  /*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
  a.btn {
    /* font-size: 16px; */
    /*文字サイズ*/
    letter-spacing: normal;
    /*文字間隔を標準に戻す*/
  }
  /*テーブル(ta1)
---------------------------------------------------------------------------*/
  /*余白の上書き*/
  .ta1 caption, .ta1 th, .ta1 td {
    padding: 5px;
  }
  /*テーブル内の左側*/
  .ta1 th {
    width: 100px;
  }
  /*ul.disc,olタグ
---------------------------------------------------------------------------*/
  ul.disc {
    list-style: disc;
    padding: 0 20px 20px 30px;
  }
  ol {
    padding: 0 20px 20px 30px;
  }
  /*その他
---------------------------------------------------------------------------*/
  .ws, .wl {
    width: 94%;
  }
  img.fr, img.fl {
    float: none;
    margin: 0;
    width: 100%;
  }
  .fl-half {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.l-wrapper {
  z-index: 1;
  position: relative;
  min-width: 1024px;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  .l-section.-top {
    padding: 34px 0 50px;
  }
  .l-section.-top.-service {
    margin-top: -440px;
  }
  .m-mainTitle {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .m-serviceList_item_text {
    font-size: 13px;
  }
  .m-serviceList_item_subTitle {
    margin-top: 2px;
  }
  .m-serviceList_item::before {
    display: none;
  }
  .m-serviceList_item_img {
    width: 20vw;
    top: -84%;
  }
  .m-serviceList_item_title {
    font-size: 18px;
    line-height: 1.4em;
  }
  .m-serviceList {
    min-width: 100%;
  }
  .m-serviceList_item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 18% 5% 5%;
  }
  .m-serviceList_item:nth-child(2n+1) {
    border: none;
  }
  .m-serviceList_item:nth-child(n+3) {
    margin-top: 40px;
  }
}

l-section {
  overflow: hidden;
}

.l-section.-top {
  padding: 50px 0 70px;
}

.l-section.-top.-service {
  background: url("../../images/dot_white.png") repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: cover;
  margin-top: 0px;
  padding: 7px 0 0;
}

.l-section.-top.-service.-fadeUp {
  animation-duration: 1.4s;
  animation-delay: 2.2s;
}

.l-section.-top.-node-white {
  background: url("../../images/bg_casestudy.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.l-section.-top.-node-gray {
  position: relative;
}

.l-section.-top.-bgBlue {
  background: url("../../images/bg_relation.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.l-section.-relation.is-show {
  animation: fadeHalfUp .5s ease-out forwards;
  -webkit-animation: fadeHalfUp .5s ease-out forwards;
}

.m-mainTitle {
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0C2571;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.m-mainTitle_sub {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: normal;
}

.m-mainTitle {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0C2571;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.m-mainTitle_sub {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: normal;
}

.m-serviceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* min-width: 1024px; */
  background: #fff;
  color: #333;
}

.m-serviceList_item {
  z-index: 2;
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 20%;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 55px 25px 40px;
  border-left: 1px solid #ccc;
}

.m-serviceList_item:first-of-type {
  border: none;
}

.m-serviceList_item::before {
  content: '';
  display: block;
  width: 78px;
  height: 78px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: -236px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.m-serviceList_item_img {
  width: 90px;
  position: absolute;
  top: -256px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-serviceList_item_title {
  font-size: 20px;
}

.m-serviceList_item_subTitle {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.m-serviceList_item_text {
  font-size: 14px;
  text-align: left;
  margin: 14px auto 0;
  max-width: 280px;
  line-height: 2em;
}

@media screen and (min-width: 769px) {
  .company.main-inner {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .company.main-inner {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  .company-footer {
    width: 660px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .company-footer .company-footer-item {
    display: flex;
    flex-direction: column;
  }
  .company-footer .box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  .company-footer .caption {
    margin: 20px auto 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: #9da0a4;
  }
}

@media screen and (max-width: 768px) {
  .company-footer {
    margin: 120px auto 0;
    width: 280px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company-footer .company-footer-item {
    display: flex;
    flex-direction: column;
  }
  .company-footer .box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  .company-footer .caption {
    margin: 20px auto 54px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    letter-spacing: 1.8px;
    color: #9da0a4;
  }
}

@media screen and (min-width: 769px) {
  #company-mission .main-content {
    width: 1060px;
    margin-left: 220px;
    display: flex;
  }
  #company-mission .text-block {
    min-width: 300px;
  }
  #company-mission .catch {
    margin: 60px 0 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: normal;
  }
  #company-mission .statement {
    color: rgba(0, 0, 0, 0.7);
  }
  #company-mission .image-block {
    width: 500px;
    height: 530px;
    margin-left: 100px;
    position: relative;
  }
  #company-mission .mission-image {
    width: 500px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  }
  #company-mission .bar {
    position: absolute;
    top: 27px;
    left: -72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #company-mission .main-content {
    width: 60%;
    margin: 0 auto;
    flex-direction: column;
  }
  #company-mission .text-block {
    margin: 0 auto;
    order: 1;
  }
  #company-mission .image-block {
    margin: 0 auto 60px;
    order: 0;
    width: 80%;
    height: auto;
  }
  #company-mission .bar {
    top: 27px;
    left: -15%;
    width: 34%;
  }
  #company-mission .mission-image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #company-mission .main-content {
    max-width: 600px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: column-reverse;
  }
  #company-mission .catch {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
  }
  #company-mission .statement {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.6);
  }
  #company-mission .image-block {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
  }
  #company-mission .mission-image {
    top: 0px;
    width: 100%;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  }
  #company-mission .bar {
    position: absolute;
    top: 12%;
    left: -8%;
    width: 35%;
  }
}

@media screen and (min-width: 769px) {
  #company-info .list-head, #company-info .list-data {
    line-height: 2.0;
  }
}

@media screen and (min-width: 769px) {
  #company-leadership .main-content {
    width: 1060px;
    padding-left: 220px;
    display: flex;
  }
  #company-leadership .member-nav {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
  }
  #company-leadership .member-nav-window {
    max-width: 1030px;
    margin: 0 20px;
    overflow: hidden;
    flex-shrink: 0;
  }
  #company-leadership .member-nav-items-container {
    display: flex;
    transition: transform 250ms;
  }
  #company-leadership .member-nav.narrow .member-nav-window {
    width: 640px;
  }
  #company-leadership .member-nav.narrow .member-nav-items-container {
    transition: transform 400ms;
  }
  #company-leadership .nav-left, #company-leadership .nav-right {
    width: 44px;
    height: 44px;
    margin-top: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
  }
  #company-leadership .nav-left i, #company-leadership .nav-right i {
    font-size: 26px;
    line-height: 44px;
    color: white;
  }
  #company-leadership .member-nav-item {
    margin-right: 30px;
    padding: 1px;
    cursor: pointer;
  }
  #company-leadership .member-nav-item:last-child {
    margin-right: 0;
  }
  #company-leadership .member-nav-item:hover .avatar-wrapper .avatar1 {
    display: none;
  }
  #company-leadership .member-nav-item:hover .avatar-wrapper .avatar2 {
    display: block;
  }
  #company-leadership .avatar-wrapper {
    width: 100px;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
  }
  #company-leadership .avatar-wrapper.selected {
    position: relative;
    background: white;
    border-radius: 50%;
  }
  #company-leadership .avatar-wrapper.selected:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    background: linear-gradient(130deg, #1e7dde, #00c4c4);
    border-radius: 50%;
  }
  #company-leadership .avatar-wrapper.selected .avatar1 {
    display: none;
  }
  #company-leadership .avatar-wrapper.selected .avatar2 {
    display: block;
  }
  #company-leadership .avatar-wrapper .avatar1 {
    display: block;
  }
  #company-leadership .avatar-wrapper .avatar2 {
    display: none;
  }
  #company-leadership .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  }
  #company-leadership .directors {
    background-image: linear-gradient(130deg, #1e7dde, #00c4c4);
  }
  #company-leadership .nav-name {
    width: 100px;
    height: 44px;
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: 2px;
    text-align: center;
    color: #24282a;
  }
  #company-leadership .main-item-container {
    width: 1060px;
    min-height: 530px;
  }
  #company-leadership .main-item {
    align-items: center;
    display: none;
  }
  #company-leadership .main-item.show {
    display: block;
  }
  #company-leadership .main-item-inner {
    display: flex;
  }
  #company-leadership .director-item {
    width: 440px;
    margin: 0 auto 80px;
  }
  #company-leadership .director-item:last-child {
    margin-bottom: 0;
  }
  #company-leadership .text-block {
    min-width: 300px;
    padding-top: 155px;
  }
  #company-leadership .head {
    margin-bottom: 30px;
    font-size: 0;
  }
  #company-leadership .name, #company-leadership .title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
  }
  #company-leadership .name {
    font-weight: 600;
  }
  #company-leadership .image-block {
    width: 560px;
    height: 530px;
    margin-left: 60px;
    position: relative;
  }
  #company-leadership .bar {
    position: absolute;
    top: 27px;
    left: -72px;
    width: 209px;
  }
  #company-leadership .sidebar {
    top: 500px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #company-leadership .main-content {
    width: 85%;
    min-height: 740px;
  }
  #company-leadership .main-item-inner {
    flex-direction: column;
  }
  #company-leadership .image-block-wrapper {
    order: 0;
    width: 100%;
  }
  #company-leadership .image-block {
    margin: 0 auto;
    width: 550px;
  }
  #company-leadership .member-image {
    width: 550px;
  }
  #company-leadership .text-block {
    order: 1;
    padding-top: 60px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #company-leadership .main-content {
    width: 100%;
  }
  #company-leadership .member-nav-window {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 160px;
  }
  #company-leadership .member-nav-items-container {
    display: flex;
    margin-top: 2px;
    transition: transform 250ms;
  }
  #company-leadership .member-nav-item {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
  }
  #company-leadership .member-nav-item:first-child {
    margin-left: 40px;
  }
  #company-leadership .member-nav-item:last-child {
    padding-right: 40px;
  }
  #company-leadership .member-nav-item:hover .avatar-wrapper .avatar1 {
    display: none;
  }
  #company-leadership .member-nav-item:hover .avatar-wrapper .avatar2 {
    display: block;
  }
  #company-leadership .avatar-wrapper {
    width: 80px;
    height: 80px;
    position: relative;
    box-sizing: border-box;
  }
  #company-leadership .avatar-wrapper .avatar1 {
    display: block;
  }
  #company-leadership .avatar-wrapper .avatar2 {
    display: none;
  }
  #company-leadership .avatar-wrapper.selected {
    border-radius: 50%;
  }
  #company-leadership .avatar-wrapper.selected .avatar1 {
    display: none;
  }
  #company-leadership .avatar-wrapper.selected .avatar2 {
    display: block;
  }
  #company-leadership .avatar-wrapper.selected:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -1;
    background: linear-gradient(130deg, #1e7dde, #00c4c4);
    border-radius: 50%;
  }
  #company-leadership .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  }
  #company-leadership .directors {
    background-image: linear-gradient(130deg, #1e7dde, #00c4c4);
  }
  #company-leadership .nav-name {
    margin-top: 32px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 1px;
    text-align: center;
    color: #24282a;
  }
  #company-leadership .nav-dots {
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
  }
  #company-leadership .nav-dot {
    margin: -20px 0;
    padding: 20px 10px;
  }
  #company-leadership .nav-dot-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #company-leadership .nav-dot-inner.selected {
    background-image: linear-gradient(130deg, #1e7dde, #00c4c4);
  }
  #company-leadership .main-item-container {
    width: 100%;
    min-height: 530px;
  }
  #company-leadership .main-item {
    display: none;
  }
  #company-leadership .main-item.show {
    display: block;
  }
  #company-leadership .main-item-inner {
    display: flex;
    flex-flow: column-reverse;
  }
  #company-leadership .director-item {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 60px;
  }
  #company-leadership .director-item:last-child {
    margin-bottom: 0;
  }
  #company-leadership .text-block {
    width: 80%;
    margin: 0 auto;
    max-width: 600px;
  }
  #company-leadership .name, #company-leadership .title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.7);
  }
  #company-leadership .name {
    font-weight: 600;
  }
  #company-leadership .desc {
    margin-top: 20px;
    color: #6a6e71;
  }
  #company-leadership .image-block-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 105px;
  }
  #company-leadership .image-block {
    width: 85%;
    position: relative;
  }
  #company-leadership .member-image {
    width: 100%;
  }
  #company-leadership .bar {
    position: absolute;
    top: 59px;
    left: -40px;
    height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  #company-mission, #company-leadership {
    width: auto;
  }
  #company-mission .container, #company-leadership .container {
    display: block;
  }
  #company-mission .main-content, #company-leadership .main-content {
    box-sizing: border-box;
  }
}

.main.home {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .main.home {
    margin-top: 0px;
    padding-top: 0px;
    /* padding-bottom: 230px; */
    margin: 10% 2% 10% 0;
  }
}

#home-index .layer-top {
  z-index: 2;
}

#home-index .layer-middle {
  z-index: 1;
}

#home-index .layer-bottom {
  z-index: -1;
}

#home-index .lead {
  padding: 0;
}

#home-index .section-title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

#home-index .section-sub {
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  #home-index .section-title {
    margin: 0 0 10px;
    font-size: 30px;
    letter-spacing: 3px;
  }
  #home-index .section-sub {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  #home-index {
    box-sizing: border-box;
  }
  #home-index .section-title {
    margin: 0;
    font-size: 26px;
    letter-spacing: 2.6px;
  }
  #home-index .section-sub {
    font-size: 12px;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #home-index .section-title {
    font-size: 28px;
  }
  #home-index .section-sub {
    font-size: 14px;
  }
}

#home-section-top .image-block {
  position: relative;
}

#home-section-top .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 480ms ease-in-out;
}

#home-section-top .image-block img.show {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #home-section-top {
    position: relative;
    height: 850px;
    margin-top: 80px;
  }
  #home-section-top .text-block {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5%;
    z-index: 2;
  }
  #home-section-top .catch {
    width: 83%;
  }
  #home-section-top .message {
    width: 33%;
    margin: 42px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.0;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.7);
  }
  #home-section-top .image-block {
    position: absolute;
    top: 64px;
    right: 0;
    margin-left: 160px;
    margin-bottom: 60px;
    width: 60%;
  }
  #home-section-top .image-block img {
    width: 100%;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  }
  #home-section-top .w-logo-wrapper {
    width: 95%;
    position: absolute;
    top: -200px;
    left: 5%;
  }
  #home-section-top .w-logo {
    width: 2000px;
  }
  #home-section-top .bar {
    position: absolute;
    top: 390px;
    right: 55%;
    width: 17.5%;
  }
}

@media screen and (max-width: 768px) {
  #home-section-top {
    position: relative;
    margin-top: 42px;
  }
  #home-section-top .text-block {
    margin-top: 23px;
    padding: 0 5%;
  }
  #home-section-top .catch {
    width: 100%;
  }
  #home-section-top .message {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.83;
    color: rgba(0, 0, 0, 0.6);
  }
  #home-section-top .image-block {
    margin-left: 17%;
    padding-top: 96%;
    z-index: 0;
  }
  #home-section-top .image-block img {
    width: 100%;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  }
  #home-section-top .bar {
    position: absolute;
    top: -20px;
    right: 62%;
    width: 33%;
  }
  #home-section-top .w-logo-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: -50%;
  }
  #home-section-top .w-logo {
    height: 660px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #home-section-top .text-block {
    margin-top: -100px;
  }
  #home-section-top .message {
    margin: 60px 0 0;
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  #home-section-products {
    position: relative;
    height: 900px;
    margin-top: 150px;
  }
  #home-section-products .lead {
    margin-bottom: 0;
  }
  #home-section-products .image-blocks img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    transition: all 300ms;
  }
  #home-section-products .image-blocks img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.08);
  }
  #home-section-products .image-block-outer {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
  }
  #home-section-products .image-block-outer:first-child {
    flex-direction: row;
  }
  #home-section-products .image-block-outer:last-child {
    flex-direction: row-reverse;
  }
  #home-section-products .image-block-inner img {
    width: 800px;
    height: 400px;
  }
  #home-section-products #home-products-visit-intl {
    margin-top: -120px;
  }
  #home-section-products .bg-text {
    width: 845px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  #home-section-products {
    margin-top: 0;
  }
  #home-section-products .bg-text {
    width: 66%;
  }
}

@media screen and (max-width: 768px) {
  #home-section-products {
    margin-top: 120px;
    position: relative;
  }
  #home-section-products .lead {
    margin-bottom: -30px;
  }
  #home-section-products .image-blocks {
    margin-top: 4px;
  }
  #home-section-products .image-block-inner {
    margin-bottom: 23px;
  }
  #home-section-products .image-block-outer:first-child .image-wrapper {
    margin-right: auto;
  }
  #home-section-products .image-block-outer:last-child .image-wrapper {
    margin-left: auto;
  }
  #home-section-products .image-wrapper {
    display: block;
    width: 85%;
  }
  #home-section-products .image-wrapper img {
    width: 100%;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  }
  #home-section-products .bg-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #home-section-products .image-wrapper {
    width: 75%;
  }
}

#home-section-news .button-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #home-section-news {
    margin-top: 120px;
  }
  #home-section-news .lead {
    margin-bottom: 60px;
  }
  #home-section-news .entries-block {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
  }
  #home-section-news .entries-block a {
    text-decoration: none;
  }
  #home-section-news .entry-item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  #home-section-news .entries-container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  #home-section-news {
    margin-top: 80px;
  }
  #home-section-news .lead {
    margin-bottom: 60px;
  }
  #home-section-news .entries-block {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #home-section-news {
    margin-top: 110px;
  }
}

@media screen and (min-width: 769px) {
  #home-section-ir {
    margin-top: 120px;
  }
  #home-section-ir .lead {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  #home-section-ir {
    margin-top: 140px;
  }
  #home-section-ir .lead {
    margin-bottom: 60px;
  }
}

#home-section-ir .button-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

#home-section-access {
  position: relative;
  height: auto;
}

#home-section-access .info-block {
  color: rgba(0, 0, 0, 0.7);
}

#home-section-access .info-block .tokyo {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 0.93;
  letter-spacing: 3.3px;
}

#home-section-access .info-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}

#home-section-access .info-block .office {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}

#home-section-access .info-block .bar {
  width: auto;
  height: 2px;
  margin: 0px 0 20px;
  background: rgba(0, 0, 0, 0.9);
}

#home-section-access .info-block .address {
  font-weight: 600;
}

#home-section-access .btn-wrapper {
  display: flex;
}

#home-section-access .copy-btn {
  width: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}

#home-section-access .copy-btn i {
  color: white;
  font-size: 20px;
  line-height: 44px;
}

#home-section-access .tooltip:after {
  width: 160px;
}

@media screen and (min-width: 769px) {
  #home-section-access {
    margin: 8% 0 8%;
  }
  #home-section-access .main-block {
    display: flex;
    padding-left: 50px;
	
  }
  #home-section-access .map-block {
    width: 840px;
    height: 580px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.06);
	
  }
  #home-section-access .info-block {
    width: 330px;
    height: 180px;
    margin: 50px 60px 0 0;
  }
  #home-section-access .info-block .tokyo {
    margin: 0 0 40px;
  }
  #home-section-access .info-block .address {
    margin-bottom: 10px;
  }
  #home-section-access .btn-wrapper {
    margin: 120px 0 120px 0;
	position:relative;
  }
  #home-section-access .copy-btn {
    margin-left: 15px;
  }
  #home-section-access .bg-text {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 370px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  #home-section-access .main-block {
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #home-section-access {
    margin: 60px 0 0px;
    height: 100%;
  }
  #home-section-access .main-block {
    padding-left: 8%;
  }
  #home-section-access .map-block {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 50vh;
    top: 10px;
    left: 0;
    border-top: 1px;
  }
  #home-section-access .bottom-block {
    margin: 40px auto;
  }
  #home-section-access .info-block .tokyo {
    margin: 0;
  }
  #home-section-access .info-block .address {
    margin-bottom: 10px;
  }
  #home-section-access .btn-wrapper {
    width: 265px;
    margin: 40px auto 30px;
    /*    padding-right: 8%;*/
  }
  #home-section-access .copy-btn {
    margin-left: 20px;
  }
  #home-section-access .bg-text {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 80%;
  }
  #home-section-access .tooltip:after {
    width: 265px;
  }
  .mainul {
    display: none;
  }
  nav {
    display: none;
  }
}

#disclaimer .lead {
  padding: 60px 0;
}

#security-policy .lead {
  padding: 60px 0;
}

#security-policy .philosophy {
  margin-bottom: 60px;
}

#security-policy .policy {
  margin-bottom: 60px;
}

#security-policy .policy ul {
  padding-left: 20px;
}

#security-policy .policy li {
  list-style-type: decimal;
  margin-bottom: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.2px;
}

#security-policy .signature {
  width: 100%;
  margin-top: 60px;
  font-size: 13px;
}

#security-policy .isms .desc-wrapper {
  display: flex;
  justify-content: space-between;
}

#security-policy .isms .desc {
  margin-bottom: 12px;
}

#security-policy .isms .isms-logo {
  margin-bottom: 40px;
}

#security-policy .isms .info {
  margin-bottom: 12px;
}

#security-policy .isms .key {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.57;
  width: 100px;
  margin-bottom: 4px;
}

#security-policy .isms .val {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 1.57;
  font-weight: 600;
}

#security-policy .isms-logo {
  width: 160px;
}

@media screen and (min-width: 769px) {
  #security-policy .signature {
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 768px) {
  #security-policy .philosophy {
    margin-bottom: 60px;
  }
  #security-policy .signature {
    text-align: center;
    color: #6a6e71;
    margin-bottom: 60px;
  }
}

#brand_assets * {
  box-sizing: border-box;
}

#brand_assets .title {
  font-family: Poppins;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

#brand_assets .sub-title {
  font-family: Poppins;
  color: rgba(0, 0, 0, 0.56);
}

#brand_assets .bar {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}

#brand_assets .guideline .describe {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.56);
  line-height: 1.85;
}

#brand_assets .guideline .guideline-thumb {
  width: 100%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

#brand_assets .logo-icons .item {
  display: flex;
  position: relative;
}

#brand_assets .logo-icons .download-icon {
  width: 20px;
  height: 20px;
  position: absolute;
}

#brand_assets .logo-icons .assets-name {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (min-width: 769px) {
  #brand_assets .main-content {
    width: 75%;
    max-width: 960px;
  }
  #brand_assets .lead {
    padding-bottom: 108px;
  }
  #brand_assets .title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  #brand_assets .sub-title {
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 26px;
  }
  #brand_assets .guideline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 124px;
  }
  #brand_assets .guideline .text-block {
    width: 50%;
  }
  #brand_assets .guideline .image-block {
    width: 47.5%;
  }
  #brand_assets .guideline .title {
    letter-spacing: 1px;
  }
  #brand_assets .guideline .bar {
    margin-bottom: 24px;
  }
  #brand_assets .guideline .describe {
    width: 92%;
    height: 112px;
  }
  #brand_assets .guideline .download {
    display: block;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 8px 5px 16px;
    width: 200px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #brand_assets .guideline .download-label {
    font-size: 14px;
    color: #fff;
  }
  #brand_assets .guideline .download-icon {
    width: 20px;
    height: 20px;
  }
  #brand_assets .logo-icons {
    margin-bottom: 150px;
  }
  #brand_assets .logo-icons .title {
    letter-spacing: 0.6px;
  }
  #brand_assets .logo-icons .bar {
    margin-bottom: 40px;
  }
  #brand_assets .logo-icons .image-block {
    display: flex;
    justify-content: center;
  }
  #brand_assets .logo-icons .item {
    display: flex;
    width: 222px;
    height: 222px;
    margin-right: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0 16px;
    border-radius: 2px;
    transition: all 300ms;
  }
  #brand_assets .logo-icons .item:last-child {
    margin-right: 0;
    padding-top: 30px;
  }
  #brand_assets .logo-icons .item .download-icon {
    transition: all 300ms;
    opacity: 0;
  }
  #brand_assets .logo-icons .item .assets-name {
    transition: all 300ms;
    color: #45494b;
  }
  #brand_assets .logo-icons .item:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-3px);
  }
  #brand_assets .logo-icons .item:hover .download-icon {
    opacity: 1;
  }
  #brand_assets .logo-icons .download-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  #brand_assets .logo-icons .assets-name {
    letter-spacing: 0.4px;
  }
  #brand_assets .logo-icons .img-wantedly {
    width: 128px;
    margin-top: 12px;
  }
  #brand_assets .logo-icons .img-visit, #brand_assets .logo-icons .img-people {
    width: 116px;
  }
}

@media screen and (max-width: 1120px) {
  #brand_assets .logo-icons .item {
    width: 160px;
    height: 160px;
    padding-bottom: 30px;
  }
  #brand_assets .logo-icons .assets-image {
    width: auto;
    height: 65%;
  }
  #brand_assets .logo-icons .img-wantedly {
    margin-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  #brand_assets .main-content {
    width: 87%;
  }
  #brand_assets .lead {
    padding: 85px 0 90px;
  }
  #brand_assets .title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 3px;
  }
  #brand_assets .sub-title {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
  }
  #brand_assets .guideline {
    margin-bottom: 70px;
  }
  #brand_assets .guideline .describe {
    margin-bottom: 24px;
  }
  #brand_assets .guideline .bar {
    margin-bottom: 24px;
  }
  #brand_assets .logo-icons {
    margin-bottom: 96px;
  }
  #brand_assets .logo-icons .title {
    letter-spacing: 0.3px;
    margin-bottom: 2px;
  }
  #brand_assets .logo-icons .item-wrapper {
    width: 100%;
    height: 96px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
    margin-bottom: 16px;
  }
  #brand_assets .logo-icons .bar {
    margin-bottom: 32px;
  }
  #brand_assets .logo-icons .item {
    width: 100%;
    height: 100%;
    align-items: center;
    padding-bottom: 0;
  }
  #brand_assets .logo-icons .assets-image {
    margin-left: 36px;
  }
  #brand_assets .logo-icons .assets-name {
    position: absolute;
    left: 32vw;
    top: 32px;
    letter-spacing: 0.1px;
  }
  #brand_assets .logo-icons .download-icon {
    right: 20px;
    top: 40px;
  }
  #brand_assets .logo-icons .img-wantedly {
    height: auto;
    width: 24%;
    max-width: 78px;
    margin-left: 25px;
  }
  #brand_assets .logo-icons .img-people, #brand_assets .logo-icons .img-visit {
    height: auto;
    width: 20%;
    max-width: 64px;
  }
}

.main-inner.news {
  position: relative;
}

.main-inner.news .bar {
  position: absolute;
  top: -330px;
  left: calc(50% - 330px);
  z-index: 2;
}

#news-index .entries-container, #home-section-news .entries-container {
  display: flex;
  flex-wrap: wrap;
}

#news-index .entry-item, #home-section-news .entry-item {
  display: block;
  background: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  transition: all 300ms;
}

#news-index .entry-item:hover, #home-section-news .entry-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#news-index .entry-header, #home-section-news .entry-header {
  font-family: Poppins, sans-serif;
  line-height: normal;
}

#news-index .entry-header .category, #home-section-news .entry-header .category {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

#news-index .entry-header .category.press_release, #home-section-news .entry-header .category.press_release {
  color: #943ce1;
}

#news-index .entry-header .category.info, #home-section-news .entry-header .category.info {
  color: #1dace6;
}

#news-index .entry-header .category.medium, #home-section-news .entry-header .category.medium {
  color: #1ecc6f;
}

#news-index .entry-header .date, #home-section-news .entry-header .date {
  font-size: 13px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
}

#news-index .entry-title, #home-section-news .entry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.6px;
  color: #45494b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#news-index .entry-content, #home-section-news .entry-content {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#news-index .entries-container, #home-section-news .entries-container {
  width: 960px;
}

#news-index .entry-item, #home-section-news .entry-item {
  width: 300px;
  height: 250px;
  margin-right: 20px;
  margin-bottom: 26px;
  padding: 20px;
  box-sizing: border-box;
}

#news-index .entry-title, #home-section-news .entry-title {
  height: 45px;
  margin-top: 30px;
}

#news-index .entry-content, #home-section-news .entry-content {
  margin-top: 15px;
  height: 66px;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  #news-index .main-content, #home-section-news .main-content {
    padding: 0 30px;
  }
  #news-index .entries-container, #home-section-news .entries-container {
    width: 100%;
    max-width: 960px;
    justify-content: space-between;
  }
  #news-index .entry-item, #home-section-news .entry-item {
    width: 30%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #news-index .entries-container, #home-section-news .entries-container {
    width: auto;
    margin: 0 27px;
  }
  #news-index .entry-item, #home-section-news .entry-item {
    width: 100%;
    margin: 0 auto 26px;
    padding: 30px;
  }
  #news-index .entry-title, #home-section-news .entry-title {
    height: 45px;
    margin-top: 20px;
  }
  #news-index .entry-content, #home-section-news .entry-content {
    margin-top: 10px;
    height: 66px;
  }
  #news-index .select-box-container, #home-section-news .select-box-container {
    margin: 0 27px 34px;
  }
}

#news-index .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 34px 0 120px;
}

#news-index .no-entry {
  margin-bottom: 120px;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #news-index .main-content {
    width: 960px;
  }
}

#news-entry .main-content {
  width: 700px;
}

#news-entry .entry-header {
  font-family: Poppins, sans-serif;
  line-height: normal;
}

#news-entry .entry-header .category {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
}

#news-entry .entry-header .category.press_release {
  color: #943ce1;
}

#news-entry .entry-header .category.info {
  color: #1dace6;
}

#news-entry .entry-header .category.medium {
  color: #1ecc6f;
}

#news-entry .entry-header .date {
  font-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.4);
}

#news-entry .entry-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #45494b;
}

#news-entry .entry-image {
  margin-top: 30px;
  max-width: 100%;
}

#news-entry .entry-content {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.6);
}

#news-entry .entry-content p+p {
  margin-top: 1em;
}

#news-entry .entry-content li {
  list-style: disc;
  margin-left: 1.5em;
}

#news-entry .entry-content a {
  text-decoration: none;
  transition: opacity 150ms ease;
  word-break: break-all;
}

#news-entry .entry-content a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#news-entry .entry-content a, #news-entry .entry-content a:hover {
  text-decoration: underline;
}

#news-entry .btn-wrapper {
  margin: 80px 0 120px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #news-entry .main-content {
    width: auto;
    margin: 0 27px;
  }
  #news-entry .entry-content p {
    letter-spacing: 1px;
  }
}

#admin-news-index .lead, #admin-presentations-index .lead {
  padding-bottom: 20px;
}

#admin-news-index .btn-wrapper, #admin-presentations-index .btn-wrapper {
  margin: 20px;
  display: flex;
  justify-content: center;
}

#admin-news-index table, #admin-presentations-index table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}

#admin-news-index th, #admin-presentations-index th {
  text-align: left;
}

#admin-news-index tr, #admin-presentations-index tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

#admin-news-index tr:hover, #admin-presentations-index tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#admin-news-index .pagination-wrapper, #admin-presentations-index .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 34px 0 120px;
}

#admin-presentations-new .main-content, #admin-presentations-edit .main-content, #admin-news-new .main-content, #admin-news-edit .main-content {
  width: 640px;
  font-size: 14px;
}

#admin-presentations-new .lead, #admin-presentations-edit .lead, #admin-news-new .lead, #admin-news-edit .lead {
  padding: 50px 0;
}

#admin-presentations-new .form-item, #admin-presentations-edit .form-item, #admin-news-new .form-item, #admin-news-edit .form-item {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

#admin-presentations-new .form-item a, #admin-presentations-edit .form-item a, #admin-news-new .form-item a, #admin-news-edit .form-item a {
  color: #00a3bc;
}

#admin-presentations-new .tags-wrapper, #admin-presentations-edit .tags-wrapper, #admin-news-new .tags-wrapper, #admin-news-edit .tags-wrapper {
  display: flex;
  flex-direction: column;
}

#admin-presentations-new .tags-wrapper input, #admin-presentations-edit .tags-wrapper input, #admin-news-new .tags-wrapper input, #admin-news-edit .tags-wrapper input {
  margin-right: 4px;
}

#admin-presentations-new label, #admin-presentations-edit label, #admin-news-new label, #admin-news-edit label {
  width: 170px;
  margin-right: 30px;
  flex-shrink: 0;
}

#admin-presentations-new input[type="text"], #admin-presentations-new textarea, #admin-presentations-edit input[type="text"], #admin-presentations-edit textarea, #admin-news-new input[type="text"], #admin-news-new textarea, #admin-news-edit input[type="text"], #admin-news-edit textarea {
  width: 400px;
  max-width: 400px;
  line-height: 1.5;
}

#admin-presentations-new input[type="file"], #admin-presentations-edit input[type="file"], #admin-news-new input[type="file"], #admin-news-edit input[type="file"] {
  font-size: 12px;
}

#admin-presentations-new .actions, #admin-presentations-edit .actions, #admin-news-new .actions, #admin-news-edit .actions {
  display: flex;
  justify-content: center;
  margin: 50px 0 80px;
}

#admin-presentations-new .btn, #admin-presentations-edit .btn, #admin-news-new .btn, #admin-news-edit .btn {
  border: none;
}

#admin-news-links .link-list {
  width: 300px;
  margin: 0 auto 120px;
  font-size: 18px;
}

#admin-news-links .item-wrapper {
  margin-bottom: 16px;
}

#admin-news-links .item-wrapper a {
  color: #00a3bc;
}

#ir-news .entry, #ir-library .entry, #ir-public-notice .entry, #ir-meeting .entry, #home-section-ir .entry {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

#ir-news .entry-date, #ir-news .meeting-date, #ir-library .entry-date, #ir-library .meeting-date, #ir-public-notice .entry-date, #ir-public-notice .meeting-date, #ir-meeting .entry-date, #ir-meeting .meeting-date, #home-section-ir .entry-date, #home-section-ir .meeting-date {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  width: 90px;
  color: rgba(0, 0, 0, 0.4);
}

#ir-news .entry-category-wrapper, #ir-library .entry-category-wrapper, #ir-public-notice .entry-category-wrapper, #ir-meeting .entry-category-wrapper, #home-section-ir .entry-category-wrapper {
  display: flex;
}

#ir-news .entry-category, #ir-library .entry-category, #ir-public-notice .entry-category, #ir-meeting .entry-category, #home-section-ir .entry-category {
  width: 114px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  color: white;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.7);
}

#ir-news .entry-title, #ir-news .meeting-title, #ir-library .entry-title, #ir-library .meeting-title, #ir-public-notice .entry-title, #ir-public-notice .meeting-title, #ir-meeting .entry-title, #ir-meeting .meeting-title, #home-section-ir .entry-title, #home-section-ir .meeting-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 769px) {
  #ir-news .entries-block, #ir-library .entries-block, #ir-public-notice .entries-block, #ir-meeting .entries-block, #home-section-ir .entries-block {
    margin-bottom: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  #ir-news .entries-inner, #ir-library .entries-inner, #ir-public-notice .entries-inner, #ir-meeting .entries-inner, #home-section-ir .entries-inner {
    display: flex;
    flex-direction: column;
  }
  #ir-news .entry, #ir-library .entry, #ir-public-notice .entry, #ir-meeting .entry, #home-section-ir .entry {
    max-width: 940px;
    margin-bottom: 30px;
    padding: 0 30px 30px 0;
    display: flex;
  }
  #ir-news .entry:last-child, #ir-library .entry:last-child, #ir-public-notice .entry:last-child, #ir-meeting .entry:last-child, #home-section-ir .entry:last-child {
    margin-bottom: 0;
  }
  #ir-news .entry-date, #ir-news .entry-category, #ir-library .entry-date, #ir-library .entry-category, #ir-public-notice .entry-date, #ir-public-notice .entry-category, #ir-meeting .entry-date, #ir-meeting .entry-category, #home-section-ir .entry-date, #home-section-ir .entry-category {
    flex-shrink: 0;
  }
  #ir-news .entry-category, #ir-news .meeting-date, #ir-library .entry-category, #ir-library .meeting-date, #ir-public-notice .entry-category, #ir-public-notice .meeting-date, #ir-meeting .entry-category, #ir-meeting .meeting-date, #home-section-ir .entry-category, #home-section-ir .meeting-date {
    margin-left: 15px;
  }
  #ir-news .entry-title, #ir-news .meeting-title, #ir-library .entry-title, #ir-library .meeting-title, #ir-public-notice .entry-title, #ir-public-notice .meeting-title, #ir-meeting .entry-title, #ir-meeting .meeting-title, #home-section-ir .entry-title, #home-section-ir .meeting-title {
    text-decoration: none;
    transition: opacity 150ms ease;
    display: flex;
    margin-left: 30px;
    font-size: 15px;
    line-height: 1.5;
  }
  #ir-news .entry-title:hover, #ir-news .meeting-title:hover, #ir-library .entry-title:hover, #ir-library .meeting-title:hover, #ir-public-notice .entry-title:hover, #ir-public-notice .meeting-title:hover, #ir-meeting .entry-title:hover, #ir-meeting .meeting-title:hover, #home-section-ir .entry-title:hover, #home-section-ir .meeting-title:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #ir-news .entry-title i, #ir-news .meeting-title i, #ir-library .entry-title i, #ir-library .meeting-title i, #ir-public-notice .entry-title i, #ir-public-notice .meeting-title i, #ir-meeting .entry-title i, #ir-meeting .meeting-title i, #home-section-ir .entry-title i, #home-section-ir .meeting-title i {
    display: block;
    margin-right: 12px;
  }
  #ir-news .entry-category-wrapper i, #ir-library .entry-category-wrapper i, #ir-public-notice .entry-category-wrapper i, #ir-meeting .entry-category-wrapper i, #home-section-ir .entry-category-wrapper i {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #ir-news .entries-block, #ir-library .entries-block, #ir-public-notice .entries-block, #ir-meeting .entries-block, #home-section-ir .entries-block {
    padding: 0 7%;
    margin-bottom: 60px;
  }
  #ir-news .entries-inner, #ir-library .entries-inner, #ir-public-notice .entries-inner, #ir-meeting .entries-inner, #home-section-ir .entries-inner {
    display: flex;
    flex-direction: column;
  }
  #ir-news .entry, #ir-library .entry, #ir-public-notice .entry, #ir-meeting .entry, #home-section-ir .entry {
    width: 100%;
    padding-bottom: 30px;
  }
  #ir-news .entry:last-child, #ir-library .entry:last-child, #ir-public-notice .entry:last-child, #ir-meeting .entry:last-child, #home-section-ir .entry:last-child {
    margin-bottom: 0;
  }
  #ir-news .entry-title, #ir-news .meeting-title, #ir-library .entry-title, #ir-library .meeting-title, #ir-public-notice .entry-title, #ir-public-notice .meeting-title, #ir-meeting .entry-title, #ir-meeting .meeting-title, #home-section-ir .entry-title, #home-section-ir .meeting-title {
    display: block;
    font-size: 14px;
    line-height: 1.71;
  }
  #ir-news .entry-title i, #ir-news .meeting-title i, #ir-library .entry-title i, #ir-library .meeting-title i, #ir-public-notice .entry-title i, #ir-public-notice .meeting-title i, #ir-meeting .entry-title i, #ir-meeting .meeting-title i, #home-section-ir .entry-title i, #home-section-ir .meeting-title i {
    display: none;
  }
  #ir-news .entry-category-wrapper i, #ir-library .entry-category-wrapper i, #ir-public-notice .entry-category-wrapper i, #ir-meeting .entry-category-wrapper i, #home-section-ir .entry-category-wrapper i {
    display: block;
    margin-left: 15px;
  }
  #ir-news .meeting-icon, #ir-library .meeting-icon, #ir-public-notice .meeting-icon, #ir-meeting .meeting-icon, #home-section-ir .meeting-icon {
    font-size: 18px;
    margin: 8px 0 20px;
  }
  #ir-news .meeting-item, #ir-library .meeting-item, #ir-public-notice .meeting-item, #ir-meeting .meeting-item, #home-section-ir .meeting-item {
    padding-top: 26px;
  }
}

#ir-news .main-content, #ir-public-notice .main-content, #ir-library .main-content {
  margin-bottom: 120px;
}

#ir-news .select-box-container, #ir-public-notice .select-box-container, #ir-library .select-box-container {
  margin-bottom: 80px;
}

#ir-news .pagination-wrapper, #ir-public-notice .pagination-wrapper, #ir-library .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

@media screen and (min-width: 769px) {
  #ir-news .entry-category-wrapper i, #ir-public-notice .entry-category-wrapper i, #ir-library .entry-category-wrapper i {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #ir-news .entry, #ir-public-notice .entry, #ir-library .entry {
    margin-bottom: 25px;
  }
  #ir-news .entry-category-wrapper, #ir-public-notice .entry-category-wrapper, #ir-library .entry-category-wrapper {
    margin-top: 15px;
  }
  #ir-news .entry-category-wrapper i, #ir-public-notice .entry-category-wrapper i, #ir-library .entry-category-wrapper i {
    font-size: 18px;
  }
  #ir-news .entry-title, #ir-public-notice .entry-title, #ir-library .entry-title {
    margin-top: 20px;
  }
}

#home-section-ir .entry-category-wrapper i {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #home-section-ir .entry {
    margin-bottom: 30px;
  }
  #home-section-ir .entry-title {
    margin-top: 30px;
  }
  #home-section-ir .entry-category-wrapper {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .ir .main-content {
    min-height: 550px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  .ir .container {
    padding: 0 60px;
  }
  .ir .main-content {
    margin-left: 200px;
  }
}

#ir-message .bar-wrapper {
  position: relative;
}

#ir-message .main-content h2 {
  margin: 60px 0 30px;
}

#ir-message .text-block {
  margin: 0 auto;
}

#ir-message .image-block {
  position: relative;
}

#ir-message .head-image {
  width: 800px;
}

#ir-message .bar {
  position: absolute;
  z-index: 1;
}

#ir-message .image-shadow {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}

#ir-message .signature {
  width: 100%;
  margin-top: 60px;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  #ir-message .main-content {
    width: 800px;
    margin-bottom: 120px;
  }
  #ir-message .text-block {
    width: 600px;
  }
  #ir-message .text-block p {
    font-size: 14px;
  }
  #ir-message .bar {
    top: -100px;
    left: 644px;
    width: 209px;
  }
  #ir-message .signature {
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #ir-message .head-image {
    width: 100%;
  }
  #ir-message .text-block {
    width: 100%;
  }
  #ir-message .bar {
    top: -12.5%;
    left: 80%;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  #ir-message .main-content {
    max-width: 600px;
    margin-bottom: 120px;
  }
  #ir-message .image-block {
    width: 100%;
    text-align: center;
  }
  #ir-message .bar {
    top: -60px;
    right: -20px;
    width: 25%;
  }
  #ir-message .head-image {
    width: 100%;
    margin: 0 auto;
  }
  #ir-message .signature {
    text-align: center;
    color: #6a6e71;
  }
}

#ir-financials .main-content {
  margin-bottom: 120px;
}

@media screen and (min-width: 769px) {
  #ir-financials .main-content {
    width: 600px;
  }
  #ir-financials .qirColumnWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ir-financials .qirColumn {
    width: auto;
    float: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #ir-financials .qirColumnWrapper {
    margin: 0 auto;
    width: 600px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  #ir-financials .qirColumnWrapper {
    margin: 0 auto;
    width: 330px;
  }
  #ir-financials .qirColumn {
    width: 100%;
  }
  #ir-financials .highcharts-container {
    width: 288px;
  }
}

@media screen and (min-width: 769px) {
  #ir-governance .main-content {
    width: 600px;
    margin-bottom: 120px;
  }
  #ir-governance .report {
    margin: 40px 0 60px;
    font-size: 16px;
  }
  #ir-governance i {
    font-size: 18px;
    margin-right: 5px;
  }
  #ir-governance .graph {
    width: 600px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  #ir-governance .container {
    padding: 0 60px;
  }
  #ir-governance .graph {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #ir-governance .main-content {
    max-width: 600px;
    margin-bottom: 120px;
  }
  #ir-governance .report {
    margin: 30px 0 50px;
    font-size: 14px;
  }
  #ir-governance i {
    font-size: 16px;
    margin-right: 3px;
  }
  #ir-governance .graph {
    width: 100%;
  }
}

#ir-faq .questions a {
  text-decoration: underline;
}

#ir-faq .item {
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

#ir-faq .item.open .opener {
  transform: rotateZ(45deg);
}

#ir-faq .item:last-child {
  margin-bottom: 0;
}

#ir-faq .question-block {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

#ir-faq .question-block .desc {
  line-height: 1;
}

#ir-faq .answer-block {
  height: 0;
  overflow-y: hidden;
  transition: height 300ms;
  cursor: auto;
}

#ir-faq .answer-inner {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  color: #6a6e71;
  background-color: rgba(0, 0, 0, 0.02);
}

#ir-faq .answer-inner .desc {
  line-height: 1.7;
  letter-spacing: 1.3px;
}

#ir-faq .opener {
  position: absolute;
  font-size: 17px;
  color: #000;
  transition: transform 100ms ease;
}

@media screen and (min-width: 769px) {
  #ir-faq .main-content {
    width: 800px;
    margin-bottom: 100px;
  }
  #ir-faq .questions {
    width: 800px;
  }
  #ir-faq .answer-inner {
    margin-top: 20px;
    padding: 20px;
  }
  #ir-faq .answer-inner .desc {
    font-size: 15px;
  }
  #ir-faq .item {
    padding: 30px;
    margin-bottom: 20px;
  }
  #ir-faq .opener {
    top: 26px;
    right: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #ir-faq .questions {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #ir-faq .main-content {
    width: auto;
    max-width: 600px;
    margin: 0 auto 120px;
    padding: 0 10px;
  }
  #ir-faq .answer-inner {
    margin-top: 30px;
    padding: 20px 15px;
  }
  #ir-faq .answer-inner .desc {
    font-size: 14px;
  }
  #ir-faq .item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  #ir-faq .opener {
    top: 30px;
    right: 22px;
  }
}

@media screen and (min-width: 769px) {
  #ir-meeting .lead, #ir-stock-price .lead {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  #ir-stock-info .main-content, #ir-meeting .main-content, #ir-stock-price .main-content {
    min-height: auto;
  }
}

@media screen and (min-width: 769px) {
  #ir-stock-info .list-head {
    width: 140px;
  }
  #ir-stock-info .list-data {
    width: 420px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #ir-stock-info .main-content {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #ir-stock-info .main-content {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  #ir-meeting {
    margin-top: 40px;
  }
  #ir-meeting .item {
    display: flex;
    padding: 34px 0;
    border-bottom: solid 1px;
    border-color: rgba(0, 0, 0, 0.05);
  }
  #ir-meeting .col-left {
    margin: auto 30px auto 0;
    color: rgba(0, 0, 0, 0.4);
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  #ir-meeting .col-right {
    display: flex;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 1.73;
    font-weight: 600;
  }
  #ir-meeting i {
    margin-right: 12px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
  }
  #ir-meeting .file-title {
    margin: auto 0;
  }
}

@media screen and (max-width: 768px) {
  #ir-meeting .main-content {
    margin-bottom: 8px;
  }
  #ir-meeting .select-box-container {
    margin: 0 auto 83px 30px;
  }
  #ir-meeting .select-box {
    width: 120px;
  }
  #ir-meeting .item {
    border-top: solid 1px;
    border-color: rgba(0, 0, 0, 0.05);
  }
  #ir-meeting .col-left {
    margin-top: 29px;
    color: rgba(0, 0, 0, 0.4);
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  #ir-meeting .col-right {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.73;
    font-weight: 600;
  }
  #ir-meeting .file-title {
    font-size: 14px;
    margin-top: 15px;
  }
  #ir-meeting i {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
  }
}

#ir-stock-price .link-btn {
  border-radius: 50%;
  width: 44px;
}

#ir-stock-price .link-btn i {
  color: white;
  font-size: 24px;
  line-height: 44px;
}

#ir-stock-price .text-block {
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 769px) {
  #ir-stock-price {
    margin: 40px 0 120px;
  }
  #ir-stock-price .link-wrapper {
    display: flex;
    margin: 15px auto 0;
    text-align: center;
    width: 441px;
  }
  #ir-stock-price .link-btn {
    flex-shrink: 0;
    margin-right: 20px;
  }
  #ir-stock-price .text-block {
    margin: auto 0;
  }
}

@media screen and (max-width: 768px) {
  #ir-stock-price .main-content {
    margin-bottom: 120px;
  }
  #ir-stock-price .link-btn {
    margin: 0 auto;
  }
  #ir-stock-price .text-block {
    text-align: center;
    margin: 28px 20px 0;
  }
}

#ir-calendar .col-right {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.73;
  font-weight: 600;
  display: flex;
}

#ir-calendar i {
  color: rgba(0, 0, 0, 0.7);
}

#ir-calendar .col-left {
  color: rgba(0, 0, 0, 0.4);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

#ir-calendar .calendar-image {
  margin-bottom: 30px;
}

#ir-calendar .calendar-text {
  margin: 60px auto 120px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 769px) {
  #ir-calendar .main-content {
    width: 800px;
  }
  #ir-calendar .calendar-image {
    width: 100%;
  }
  #ir-calendar .item {
    display: flex;
    padding: 34px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  }
  #ir-calendar .col-left {
    margin: auto 30px auto 0;
  }
  #ir-calendar i {
    margin-right: 12px;
    font-size: 18px;
  }
  #ir-calendar .calendar-text {
    width: 600px;
  }
  #ir-calendar .file-title {
    margin: auto 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #ir-calendar .items, #ir-calendar .calendar-text {
    width: 80%;
  }
  #ir-calendar .items {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #ir-calendar .main-content {
    max-width: 600px;
    margin-bottom: 30px;
  }
  #ir-calendar .calendar-image {
    width: 100%;
  }
  #ir-calendar .item {
    padding: 20px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  }
  #ir-calendar .col-left {
    margin-bottom: 10px;
  }
  #ir-calendar i {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 17px;
  }
}

@media screen and (min-width: 769px) {
  #ir-library .disclaimer {
    margin-top: 80px;
    width: 600px;
    height: 144px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.9px;
    color: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  #ir-library .disclaimer {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #ir-library .disclaimer {
    margin: 80px 0 120px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(0, 0, 0, 0.6);
  }
}

#ir-library .disclaimer a {
  font-weight: 600;
  color: #22b0d3;
}

@media screen and (max-width: 768px) {
  #ir-public-notice .lead {
    padding-top: 60px;
  }
  #ir-public-notice .main-content {
    min-height: 300px;
  }
}

.careers .lead {
  padding-bottom: 80px;
}

.careers .image-shadow {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.careers .campaigns .banner-image {
  transition: all 300ms;
}

.careers .campaigns .banner-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .careers .campaigns {
    display: flex;
    margin: 140px auto 120px;
    justify-content: center;
  }
  .careers .campaigns a {
    margin-left: 30px;
  }
  .careers .campaigns a:first-child {
    margin-left: 0px;
  }
  .careers .campaigns img {
    width: 300px;
    height: 300px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1090px) {
  .careers .campaigns img {
    width: 20vw;
    height: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .careers .campaigns {
    margin: 120px auto 100px;
    width: 85%;
    max-width: 400px;
  }
  .careers .campaigns a {
    display: block;
    margin-bottom: 30px;
  }
  .careers .campaigns a:last-child {
    margin-bottom: 0px;
  }
  .careers .campaigns img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .careers .campaigns {
    width: 80%;
  }
}

#careers-values {
  overflow-x: hidden;
}

#careers-values .image-block {
  position: relative;
}

#careers-values .bar {
  position: absolute;
}

#careers-values .catch {
  margin: 0 auto 30px;
  font-weight: 600;
  letter-spacing: 2.6px;
  color: rgba(0, 0, 0, 0.7);
}

#careers-values .statement {
  font-weight: 500;
  line-height: 1.7;
}

#careers-values .statement p {
  margin-bottom: 1.5em;
}

#careers-values .statement p:last-child {
  margin-bottom: 0;
}

#careers-values .values {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 769px) {
  #careers-values .main-content {
    width: 700px;
  }
  #careers-values .image-block {
    margin-bottom: 60px;
  }
  #careers-values .bar {
    width: 209px;
    top: -57px;
    left: -107px;
  }
  #careers-values .text-block {
    margin-bottom: 60px;
  }
  #careers-values .text-block:last-child {
    margin-bottom: 0px;
  }
  #careers-values .catch {
    font-size: 26px;
  }
  #careers-values .values {
    margin-bottom: 80px;
  }
  #careers-values .statement {
    width: 700px;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.5);
  }
  #careers-values .left-image-wrapper {
    margin-left: calc((100vw - 700px) / 2 * -1);
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #careers-values .left-image {
    margin: 20px 0;
  }
  #careers-values .values {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.6px;
  }
  #careers-values .values p {
    color: rgba(0, 0, 0, 0.5);
  }
  #careers-values .head-image {
    width: 980px;
  }
  #careers-values .left-image {
    width: 1080px;
  }
  #careers-values .left-image img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #careers-values .main-content {
    width: 55%;
  }
  #careers-values .head-image, #careers-values .left-image {
    width: calc(100vw - (100vw - 55vw) / 2);
  }
  #careers-values .bar {
    width: auto;
    height: 130%;
    left: -10%;
  }
  #careers-values .left-image-wrapper {
    margin-left: -22.5vw;
  }
  #careers-values .statement {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #careers-values .main-content {
    width: 100%;
  }
  #careers-values .image-block-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
  }
  #careers-values .image-block {
    width: 85%;
  }
  #careers-values .head-image {
    width: 100%;
  }
  #careers-values .bar {
    width: 35%;
    top: 8%;
    left: -10%;
  }
  #careers-values .catch {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
  #careers-values .text-block {
    max-width: 600px;
    width: 85%;
    margin: 0 auto 60px;
  }
  #careers-values .statement {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
  }
  #careers-values .left-image-wrapper {
    width: 100%;
  }
  #careers-values .left-image {
    width: 80%;
    margin: 0 auto 60px;
  }
  #careers-values .left-image img {
    width: 100%;
  }
  #careers-values .values {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 1.4px;
  }
  #careers-values .values p {
    line-height: 1.69;
    letter-spacing: 1.0px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #careers-values .text-block {
    max-width: 600px;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #careers-values-user-first img {
    height: 23px;
  }
}

@media screen and (max-width: 768px) {
  #careers-values-user-first img {
    height: 15px;
  }
}

@media screen and (min-width: 769px) {
  #careers-values-user-first h3 {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 768px) {
  #careers-values-user-first h3 {
    text-align: center;
    margin: 0 0 23px 0;
  }
}

@media screen and (min-width: 769px) {
  #careers-values-code-wins-arguments img {
    height: 33px;
  }
}

@media screen and (max-width: 768px) {
  #careers-values-code-wins-arguments img {
    height: 22px;
  }
}

@media screen and (min-width: 769px) {
  #careers-values-code-wins-arguments h3 {
    margin: 0 0 22px 0;
  }
}

@media screen and (max-width: 768px) {
  #careers-values-code-wins-arguments h3 {
    text-align: center;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 769px) {
  #careers-values-simple-is-not-easy img {
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  #careers-values-simple-is-not-easy img {
    height: 18px;
  }
}

@media screen and (min-width: 769px) {
  #careers-values-simple-is-not-easy h3 {
    margin: 0 0 23px 0;
  }
}

@media screen and (max-width: 768px) {
  #careers-values-simple-is-not-easy h3 {
    text-align: center;
    margin: 0 0 20px 0;
  }
}

#careers-jobs .copy {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

#careers-jobs .attract {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}

#careers-jobs .image-block {
  position: relative;
}

#careers-jobs .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 480ms ease-in-out;
  width: 100%;
}

#careers-jobs .image-block img.show {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #careers-jobs .main-content {
    max-width: 960px;
    width: 75%;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 97px;
    align-items: center;
  }
  #careers-jobs .image-block {
    margin-right: 30px;
    width: 70%;
    height: 400px;
  }
  #careers-jobs .image-block img {
    width: 100%;
    max-width: 630px;
  }
  #careers-jobs .text-block {
    margin-top: 16px;
    width: 30%;
  }
  #careers-jobs .copy {
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 2.6px;
    margin-bottom: 30px;
  }
  #careers-jobs .attract {
    margin-bottom: 36px;
    line-height: 1.85;
  }
}

@media screen and (max-width: 768px) {
  #careers-jobs .main-content {
    width: 100%;
  }
  #careers-jobs .image-block {
    height: 67vw;
    margin-bottom: 72px;
  }
  #careers-jobs .copy {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  #careers-jobs .attract {
    margin: 0 auto;
    width: 86%;
    margin-bottom: 48px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.69;
  }
  #careers-jobs .btn {
    margin: 0 auto;
    width: 260px;
    margin-bottom: 64px;
  }
}

#careers-benefits .main-content h3, #careers-culture .main-content h3 {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 0.8;
  letter-spacing: 2px;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  #careers-benefits .main-content h3, #careers-culture .main-content h3 {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 768px) {
  #careers-benefits .main-content h3, #careers-culture .main-content h3 {
    margin: 0 auto 60px;
  }
}

#careers-benefits .main-content h4, #careers-culture .main-content h4 {
  letter-spacing: 1.6px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  #careers-benefits .main-content h4, #careers-culture .main-content h4 {
    line-height: 1.0;
  }
}

@media screen and (max-width: 768px) {
  #careers-benefits .main-content h4, #careers-culture .main-content h4 {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  #careers-benefits .main-content p, #careers-culture .main-content p {
    line-height: 1.57;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 768px) {
  #careers-benefits .main-content p, #careers-culture .main-content p {
    line-height: 1.69;
    letter-spacing: 1.0px;
    color: rgba(0, 0, 0, 0.6);
  }
}

#careers-culture .training-items {
  margin: 0 auto;
}

#careers-culture .training-item:last-child {
  margin-bottom: 0;
}

#careers-culture .culture-items, #careers-culture .exchange-items {
  margin-bottom: 120px;
}

@media screen and (min-width: 769px) {
  #careers-culture .main-content {
    width: 940px;
  }
  #careers-culture .culture-items {
    margin-bottom: 120px;
  }
  #careers-culture .culture-items, #careers-culture .exchange-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #careers-culture .culture-item, #careers-culture .exchange-item {
    width: 430px;
  }
  #careers-culture .culture-item {
    margin-bottom: 80px;
  }
  #careers-culture .culture-item h4 {
    line-height: 1.5;
    margin: 0 auto 20px;
  }
  #careers-culture .culture-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #careers-culture .culture-item img {
    margin-bottom: 40px;
    width: 100%;
  }
  #careers-culture .exchange-item h4 {
    margin: 0 auto 26px;
  }
  #careers-culture .training-items {
    width: 620px;
  }
  #careers-culture .training-item {
    margin-bottom: 60px;
  }
  #careers-culture .training-item h4 {
    margin: 0 auto 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  #careers-culture .main-content {
    width: 750px;
  }
  #careers-culture .culture-item, #careers-culture .exchange-item {
    width: 350px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1010px) {
  #careers-culture .main-content {
    width: 450px;
  }
  #careers-culture .culture-items, #careers-culture .exchange-items {
    margin: 0 auto 120px;
    flex-direction: column;
  }
  #careers-culture .training-items {
    width: auto;
  }
  #careers-culture .culture-item, #careers-culture .exchange-item, #careers-culture .training-item {
    width: 100%;
  }
  #careers-culture .culture-item:nth-last-child(2), #careers-culture .exchange-item:nth-last-child(2) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  #careers-culture .main-content {
    width: 100%;
  }
  #careers-culture .culture-item:nth-child(odd) .culture-img-wrapper {
    margin: 0 0 30px auto;
  }
  #careers-culture .culture-item:nth-child(even) .culture-img-wrapper {
    margin: 0 auto 30px 0;
  }
  #careers-culture .culture-img-wrapper {
    width: 85%;
    margin-bottom: 30px;
  }
  #careers-culture .culture-img-wrapper img {
    width: 100%;
  }
  #careers-culture .text-block {
    margin: 0 auto;
    width: 85%;
  }
  #careers-culture .culture-item h4, #careers-culture .exchange-item h4, #careers-culture .training-item h4 {
    margin-bottom: 18px;
  }
  #careers-culture .culture-item, #careers-culture .exchange-item, #careers-culture .training-item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #careers-culture .text-block {
    width: 80%;
  }
  #careers-culture .culture-img-wrapper {
    width: 80%;
  }
}

#careers-benefits .list-image {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

#careers-benefits .desc {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

#careers-benefits .image-shadow {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
}

#careers-benefits .images-wrapper {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

#careers-benefits .images-wrapper img {
  position: absolute;
  opacity: 0.6;
}

#careers-benefits .images-wrapper img.show {
  opacity: 1.0;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}

#careers-benefits .images {
  padding: 10px 0;
  margin: auto;
}

#careers-benefits .page-control {
  display: flex;
  width: 280px;
  margin: 20px auto 0;
}

#careers-benefits .page-index {
  box-sizing: border-box;
  width: 48px;
  height: 10px;
  margin-right: 10px;
}

#careers-benefits .page-index:before {
  margin-top: 4px;
  content: '';
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

#careers-benefits .page-index.show:before {
  background-color: rgba(0, 0, 0, 0.4);
}

#careers-benefits .page-index:last-child {
  margin-right: 0px;
}

@media screen and (min-width: 769px) {
  #careers-benefits .main-content {
    width: 980px;
  }
  #careers-benefits .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
  #careers-benefits .item {
    display: flex;
    width: 420px;
    margin-bottom: 75px;
    box-sizing: border-box;
    align-items: center;
  }
  #careers-benefits .list-image {
    margin-right: 20px;
    height: 80px;
    width: 80px;
  }
  #careers-benefits .list-text h4 {
    margin: 0 auto 15px;
  }
  #careers-benefits .images-wrapper {
    left: calc((100vw - 980px) / 2 * -1);
  }
  #careers-benefits .images {
    width: 980px;
    height: 460px;
  }
  #careers-benefits .head-image {
    width: 980px;
    height: 460px;
  }
  #careers-benefits .desc {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.0;
    letter-spacing: 1.6px;
  }
  #careers-benefits .page-index {
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #careers-benefits .main-content {
    width: 75%;
  }
  #careers-benefits .head-image {
    width: 100%;
  }
  #careers-benefits .images-wrapper {
    left: calc((100vw - 75vw) / 2 * -1);
  }
  #careers-benefits .images {
    width: 75%;
    height: calc(75vw * 460 / 980);
  }
  #careers-benefits .images img {
    width: 75%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1198px) {
  #careers-benefits .list-items {
    justify-content: center;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #careers-benefits .list-items {
    margin-bottom: 120px;
  }
  #careers-benefits .item {
    text-align: center;
    margin-bottom: 60px;
  }
  #careers-benefits .list-image {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-size: contain;
  }
  #careers-benefits .list-text h4 {
    margin: 30px auto 18px;
  }
  #careers-benefits .list-text p {
    text-align: left;
  }
  #careers-benefits .head-image {
    width: 80vw;
  }
  #careers-benefits .desc {
    line-height: 1.86;
    letter-spacing: 1.4px;
    margin-bottom: 40px;
  }
  #careers-benefits .images-wrapper {
    left: calc(15vw / 2 * -1);
  }
  #careers-benefits .images {
    width: 85vw;
    height: calc(85vw * 240 / 355);
  }
  #careers-benefits .images img {
    width: 85vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #careers-benefits .images-wrapper {
    left: calc(20vw / 2 * -1);
  }
  #careers-benefits .images {
    width: 80vw;
    height: calc(80vw * 240 / 355);
  }
  #careers-benefits .images img {
    width: 80vw;
  }
}

#careers-people .item {
  line-height: 0;
}

#careers-people .item h4 {
  margin: 0;
}

#careers-people .item .image-shadow {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
}

#careers-people .position {
  margin: 20px auto 10px;
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}

#careers-people .title {
  font-weight: 600;
  letter-spacing: 1.0px;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 769px) {
  #careers-people .main-content {
    width: 980px;
  }
  #careers-people .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
  #careers-people .item {
    margin-bottom: 80px;
    width: 300px;
    text-decoration: none;
    transition: opacity 150ms ease;
  }
  #careers-people .item:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #careers-people .item:nth-child(n+7) {
    margin-bottom: 0;
  }
  #careers-people .item img {
    width: 300px;
  }
  #careers-people .title {
    line-height: 1.62;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  #careers-people .main-content {
    width: 660px;
  }
  #careers-people .head-image {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 972px) {
  #careers-people .main-content {
    width: 400px;
  }
  #careers-people .item {
    width: 100%;
  }
  #careers-people .item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #careers-people .main-content {
    width: 80%;
  }
  #careers-people .item {
    display: block;
    margin-bottom: 60px;
  }
  #careers-people .item img {
    width: 100%;
  }
  #careers-people .title {
    line-height: 1.5;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #careers-people .main-content {
    width: 70%;
  }
}

#careers-presentations .desc {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 1.1px;
  color: #45494b;
}

#careers-presentations .presentations-wrapper {
  display: flex;
}

#careers-presentations .thumb-wrapper {
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
  background-color: #000;
}

#careers-presentations .thumb-back {
  width: 105%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.94;
  position: absolute;
  top: -5px;
  left: -5px;
}

#careers-presentations .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#careers-presentations .left-block {
  display: flex;
}

#careers-presentations .avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

#careers-presentations .published {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.4);
}

#careers-presentations .name {
  font-family: Poppins;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.84);
}

#careers-presentations .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#careers-presentations .tag {
  border-radius: 12px;
  background-color: #424242;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  padding: 0 16px;
  height: 23px;
  margin-bottom: 4px;
  line-height: 23px;
}

#careers-presentations .tag:last-child {
  margin-bottom: 0;
}

#careers-presentations .pagination-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #careers-presentations .main-content {
    width: 977px;
    max-width: 1020px;
  }
  #careers-presentations .select-box-container {
    margin-left: 17px;
  }
  #careers-presentations .desc {
    text-align: center;
    margin-bottom: 60px;
  }
  #careers-presentations .presentations-wrapper {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #careers-presentations .presentation-item {
    margin: 0 17px;
    width: calc(164px * 16 / 9);
  }
  #careers-presentations .thumb-wrapper {
    height: 164px;
  }
  #careers-presentations .thumb {
    height: 164px;
  }
  #careers-presentations .info-block {
    margin: 14px 0 48px;
    display: flex;
    justify-content: space-between;
  }
  #careers-presentations .name {
    font-weight: 700;
  }
}

@media screen and (min-width: 769px) and (max-width: 977px) {
  #careers-presentations .main-content {
    width: 652px;
  }
}

@media screen and (max-width: 768px) {
  #careers-presentations .main-content {
    width: 86%;
  }
  #careers-presentations .desc {
    margin-bottom: 40px;
  }
  #careers-presentations .presentations-wrapper {
    margin: 40px auto 60px;
    flex-direction: column;
    align-items: center;
  }
  #careers-presentations .presentation-item {
    width: 100%;
    max-width: 304px;
  }
  #careers-presentations .thumb-wrapper {
    max-width: 324px;
    width: 86vw;
    height: calc(86vw * 9 / 16);
    max-height: 182px;
  }
  #careers-presentations .thumb {
    height: 100%;
  }
  #careers-presentations .info-block {
    margin: 18px 0 34px;
    display: flex;
    justify-content: space-between;
  }
  #careers-presentations .name {
    font-weight: 600;
  }
}

#admin-presentations-index th:nth-child(2), #admin-presentations-index td:nth-child(2) {
  width: 600px;
}

#admin-presentations-new .input-wrapper {
  display: flex;
  flex-direction: column;
  width: 400px;
}

#admin-presentations-new .input-wrapper p {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 4px;
}

#admin-presentations-check-registration .main-content {
  width: 50%;
  margin: 0 auto;
}

#admin-presentations-check-registration .form-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 25px;
}

#admin-presentations-check-registration .form-item label {
  margin-right: 8px;
  width: 120px;
}

#admin-presentations-check-registration .form-item textarea {
  width: 500px;
  height: 400px;
  font-size: 14px;
}

#admin-presentations-check-registration .btn {
  margin: 0 auto 120px;
}

#admin-presentations-check-registration .link {
  color: #00a3bc;
}

#admin-presentations-check-registration .form {
  margin-top: 20px;
}

#admin-presentations-check-registration-result .main-content {
  width: 100%;
  margin: 0 auto 120px;
}

#admin-presentations-check-registration-result .item {
  margin-bottom: 16px;
}

#admin-presentations-check-registration-result .register {
  border: solid 1px #888;
  padding: 4px;
  margin-right: 4px;
}

ul#ui-id-1 {
  background-color: #fff;
}

#contact-new #contact-form {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #contact-new #contact-form form {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  #contact-new #contact-form form {
    width: 100%;
    margin-right: 17px;
    margin-left: 17px;
  }
}

#contact-new .field {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #contact-new .field {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #contact-new .field {
    margin-bottom: 40px;
  }
}

#contact-new .field:last-child {
  margin-bottom: 80px;
}

#contact-new .field .field_with_errors {
  width: 100%;
  display: flex;
}

#contact-new .field .field_with_errors label {
  color: #ef4343;
  font-weight: 500;
}

#contact-new .field label {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 769px) {
  #contact-new .field label {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #contact-new .field label {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

#contact-new .field input[type=text], #contact-new .field input[type=email], #contact-new .field select, #contact-new .field textarea {
  width: 100%;
  margin: 0;
  padding: 14px 13px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.7);
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact-new .field input[type=text]:-moz-placeholder-shown, #contact-new .field input[type=email]:-moz-placeholder-shown, #contact-new .field select:-moz-placeholder-shown, #contact-new .field textarea:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new .field input[type=text]:-ms-input-placeholder, #contact-new .field input[type=email]:-ms-input-placeholder, #contact-new .field select:-ms-input-placeholder, #contact-new .field textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new .field input[type=text]:placeholder-shown, #contact-new .field input[type=email]:placeholder-shown, #contact-new .field select:placeholder-shown, #contact-new .field textarea:placeholder-shown {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new .field input[type=text]::-webkit-input-placeholder, #contact-new .field input[type=email]::-webkit-input-placeholder, #contact-new .field select::-webkit-input-placeholder, #contact-new .field textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new .field input[type=text]::-moz-placeholder, #contact-new .field input[type=email]::-moz-placeholder, #contact-new .field select::-moz-placeholder, #contact-new .field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new .field input[type=text]::-moz-placeholder, #contact-new .field input[type=email]::-moz-placeholder, #contact-new .field select::-moz-placeholder, #contact-new .field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new .field input[type=text]:-ms-input-placeholder, #contact-new .field input[type=email]:-ms-input-placeholder, #contact-new .field select:-ms-input-placeholder, #contact-new .field textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#contact-new input[type=text], #contact-new input[type=email], #contact-new select {
  height: 50px;
}

#contact-new textarea {
  height: 200px;
}

#contact-new .select {
  position: relative;
}

#contact-new .select i {
  position: absolute;
  right: 20px;
  font-size: 16px;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #contact-new .select i {
    top: 69px;
  }
}

@media screen and (max-width: 768px) {
  #contact-new .select i {
    top: 59px;
  }
}

#contact-new select {
  cursor: pointer;
}

#contact-new .button-block {
  display: flex;
  justify-content: center;
}

#contact-new .btn {
  border: none;
}

@media screen and (min-width: 769px) {
  #contact-new .text-block {
    margin: 45px auto 120px;
    width: 460px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: center;
    color: #575b5e;
  }
}

@media screen and (max-width: 768px) {
  #contact-new .text-block {
    margin-top: 40px;
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 120px;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #575b5e;
  }
}

#contact-create .main-content {
  margin-top: 80px;
  text-align: center;
}

.main-products {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .main-products {
    margin-top: -100px;
    padding-top: 100px;
  }
}

#products-index .layer-top {
  z-index: 2;
}

#products-index .layer-middle {
  z-index: 1;
}

#products-index .layer-bottom {
  z-index: -1;
}

@media screen and (min-width: 769px) {
  #products-index p {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #products-index {
    max-width: 375px;
  }
}

#products-decorations {
  position: relative;
  height: 0;
}

#products-decorations .bar-wrapper {
  position: absolute;
  width: 227px;
  height: 535px;
}

@media screen and (min-width: 769px) {
  #products-decorations .bar-wrapper {
    top: -100px;
    right: 160px;
  }
}

@media screen and (max-width: 768px) {
  #products-decorations .bar-wrapper {
    top: -300px;
    left: 120px;
  }
}

#products-decorations .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 535px;
}

#products-decorations .bg-wrapper {
  position: absolute;
  top: 1000px;
  left: 0;
  width: 131px;
  height: 982px;
}

#products-top {
  position: relative;
}

@media screen and (min-width: 769px) {
  #products-top {
    height: 355px;
  }
  #products-top .lead {
    padding-bottom: 0;
  }
  #products-top .text-block {
    margin: 38px auto 0;
    width: 440px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.87;
    letter-spacing: 2px;
    text-align: center;
    color: #45494b;
    word-break: keep-all;
  }
}

@media screen and (max-width: 768px) {
  #products-top {
    margin-bottom: 50px;
  }
  #products-top .text-block {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 335.2px;
    height: 112px;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 1px;
    color: #45494b;
  }
}

#products-visit, #products-people {
  position: relative;
}

@media screen and (min-width: 769px) {
  #products-visit .title, #products-people .title {
    margin-bottom: 40px;
  }
  #products-visit .title-sub, #products-people .title-sub {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
  }
  #products-visit .description-main, #products-people .description-main {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.7);
  }
  #products-visit .description-sub, #products-people .description-sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.9px;
    color: rgba(0, 0, 0, 0.6);
  }
  #products-visit .button-block, #products-people .button-block {
    margin-top: 80px;
    display: flex;
  }
  #products-visit .btn:hover, #products-people .btn:hover {
    border: none;
  }
  #products-visit .btn-admin, #products-people .btn-admin {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  #products-visit .text-block, #products-people .text-block {
    width: 90%;
    margin: 0 auto;
  }
  #products-visit .back, #products-people .back {
    z-index: -1;
  }
  #products-visit .btn-admin, #products-people .btn-admin {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) {
  #products-visit {
    height: 720px;
    margin-bottom: 91px;
  }
  #products-visit .text-block {
    position: absolute;
    top: 128px;
    right: 160px;
    width: 410px;
  }
}

@media screen and (min-width: 769px) and (min-width: 981px) and (max-width: 1280px) {
  #products-visit .text-block {
    right: 80px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 980px) {
  #products-visit .text-block {
    right: 40px;
  }
}

@media screen and (min-width: 769px) {
  #products-visit .text-block .title-main {
    width: 323px;
    height: 30px;
  }
  #products-visit .text-block .description-sub {
    width: 410px;
  }
  #products-visit .text-block .btn:hover {
    background-image: linear-gradient(99deg, #1e7dde, #00c4c4);
  }
  #products-visit .image-block {
    position: absolute;
    top: 0px;
    right: 1280px;
  }
}

@media screen and (min-width: 769px) and (min-width: 981px) and (max-width: 1280px) {
  #products-visit .image-block {
    right: 1190px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 980px) {
  #products-visit .image-block {
    right: 1100px;
  }
}

@media screen and (min-width: 769px) {
  #products-visit .image-block .front {
    position: absolute;
    top: 83px;
    left: -200px;
    width: 827px;
    height: 569px;
  }
  #products-visit .image-block .back {
    position: absolute;
    top: 0px;
    left: -57px;
    width: 697px;
    height: 633px;
  }
}

@media screen and (max-width: 768px) {
  #products-visit {
    padding-top: 70px;
  }
  #products-visit .text-block .title {
    text-align: center;
    margin-bottom: 390px;
  }
  #products-visit .text-block .title .title-main {
    width: 237px;
    height: 22px;
  }
  #products-visit .text-block .title .title-sub {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
  }
  #products-visit .text-block .description {
    margin-left: 18px;
    margin-right: 18px;
    max-width: 325px;
    text-align: left;
  }
  #products-visit .text-block .description .description-main {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.7);
  }
  #products-visit .text-block .description .description-sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.9px;
    color: rgba(0, 0, 0, 0.6);
  }
  #products-visit .text-block .button-block {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  #products-visit .text-block .button-block .btn {
    margin: 0 auto;
    background-image: linear-gradient(99deg, #1e7dde, #00c4c4);
  }
  #products-visit .text-block .button-block .btn-admin {
    background: #fff;
    margin-top: 16px;
    position: relative;
  }
  #products-visit .text-block .button-block .btn-admin:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-image: linear-gradient(99deg, #1e7dde, #00c4c4);
    content: '';
    z-index: -1;
    border-radius: 100px;
  }
  #products-visit .image-block .front {
    position: absolute;
    top: 195px;
    right: 91px;
    width: 347.34px;
    height: 238.98px;
  }
  #products-visit .image-block .back {
    position: absolute;
    top: 160px;
    right: -120px;
    width: 292.74px;
    height: 265.86px;
  }
}

@media screen and (min-width: 769px) {
  #products-people {
    height: 662px;
    margin-bottom: 47px;
  }
  #products-people .text-block {
    position: absolute;
    top: 120px;
    left: 160px;
    width: 410px;
  }
}

@media screen and (min-width: 769px) and (min-width: 981px) and (max-width: 1280px) {
  #products-people .text-block {
    left: 80px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 980px) {
  #products-people .text-block {
    left: 40px;
  }
}

@media screen and (min-width: 769px) {
  #products-people .text-block .title-main {
    width: 377px;
    height: 30px;
  }
  #products-people .text-block .description-sub {
    width: 350px;
  }
  #products-people .text-block .btn:hover {
    background-image: linear-gradient(to right, #08a7c2, #5173fa 40%, #7d4cf3 78%, #923af0);
  }
  #products-people .image-block {
    position: absolute;
    top: 0px;
    left: 1280px;
  }
}

@media screen and (min-width: 769px) and (min-width: 981px) and (max-width: 1280px) {
  #products-people .image-block {
    left: 1190px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 980px) {
  #products-people .image-block {
    left: 1100px;
  }
}

@media screen and (min-width: 769px) {
  #products-people .image-block .front {
    position: absolute;
    top: 60px;
    right: -40px;
    width: 686px;
    height: 463px;
  }
  #products-people .image-block .back {
    position: absolute;
    top: 0px;
    right: -100px;
    width: 615px;
    height: 615px;
  }
}

@media screen and (max-width: 768px) {
  #products-people {
    padding-top: 70px;
  }
  #products-people .text-block .title {
    text-align: center;
    margin-bottom: 370px;
  }
  #products-people .text-block .title .title-main {
    width: 275px;
    height: 22px;
  }
  #products-people .text-block .title .title-sub {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
  }
  #products-people .text-block .description {
    margin-left: 18px;
    margin-right: 18px;
    max-width: 325px;
    text-align: left;
  }
  #products-people .text-block .description .description-main {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.4px;
    color: rgba(0, 0, 0, 0.7);
  }
  #products-people .text-block .description .description-sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.9px;
    color: rgba(0, 0, 0, 0.6);
  }
  #products-people .text-block .button-block {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  #products-people .text-block .button-block .btn {
    margin: 0 auto;
    background-image: linear-gradient(to right, #08a7c2, #5173fa 40%, #7d4cf3 78%, #923af0);
  }
  #products-people .text-block .button-block .btn-admin {
    background: #fff;
    margin-top: 16px;
    position: relative;
  }
  #products-people .text-block .button-block .btn-admin:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-image: linear-gradient(to right, #08a7c2, #5173fa 40%, #7d4cf3 78%, #923af0);
    content: '';
    z-index: -1;
    border-radius: 100px;
  }
  #products-people .image-block .front {
    position: absolute;
    top: 195px;
    left: 64px;
    width: 377.3px;
    height: 254.65px;
  }
  #products-people .image-block .back {
    position: absolute;
    top: 160px;
    left: -60px;
    width: 276.75px;
    height: 276.75px;
  }
}

.select-box-container {
  display: flex;
  margin-bottom: 34px;
}

.select-box-container .select-box-wrapper {
  cursor: pointer;
}

.select-box-container .select-box-wrapper:first-child {
  margin-right: 20px;
}

.select-box-container .select-box-head {
  display: inline-block;
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.4);
}

.select-box-container .select-box {
  position: relative;
  width: 220px;
  font-size: 14px;
}

.select-box-container .top-box {
  height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 8px 28px;
}

.select-box-container .top-box i {
  font-size: 15px;
}

.select-box-container .pull-down-box {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 7px 0;
  background: white;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.select-box-container .pull-down-box.open {
  visibility: visible;
  opacity: 1;
}

.select-box-container .pull-down-box a {
  text-decoration: none;
}

.select-box-container .pull-down-item {
  box-sizing: border-box;
  height: 38px;
  padding: 8px 20px 8px 28px;
}

.select-box-container .pull-down-item:hover {
  background: #eeeeee;
}

@media screen and (max-width: 768px) {
  .select-box-container .select-box-wrapper {
    flex-grow: 1;
  }
  .select-box-container .select-box {
    width: auto;
    font-size: 13px;
  }
  .select-box-container .top-box {
    padding: 6px 16px 6px 16px;
    word-break: keep-all;
  }
}

@font-face {
  font-family: "WtIcon";
  src: url(/packs/WtIcon-ce2ae419cf62d25149edc0f85267027a.eot);
  src: url(/packs/WtIcon-ce2ae419cf62d25149edc0f85267027a.eot) format("eot"), url(/packs/WtIcon-8a420b933a9297b319b7e70e091d6232.woff) format("woff"), url(/packs/WtIcon-47781e245d7a8994ac3e4b7e399ee547.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.wt-icon:before {
  display: inline-block;
  font-family: "WtIcon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}

.wt-icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.wt-icon-2x {
  font-size: 2em;
}

.wt-icon-3x {
  font-size: 3em;
}

.wt-icon-4x {
  font-size: 4em;
}

.wt-icon-5x {
  font-size: 5em;
}

.wt-icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.wt-icon-android:before {
  content: "î¨";
}

.wt-icon-apple:before {
  content: "î¨‚";
}

.wt-icon-arrow-down:before {
  content: "î¨ƒ";
}

.wt-icon-at-mark-o-1:before {
  content: "î¨„";
}

.wt-icon-at-mark:before {
  content: "î¨…";
}

.wt-icon-b:before {
  content: "î¨†";
}

.wt-icon-balloon-o-1:before {
  content: "î¨‡";
}

.wt-icon-balloon-o-2:before {
  content: "î¨ˆ";
}

.wt-icon-balloon:before {
  content: "î¨‰";
}

.wt-icon-balloons-o-1:before {
  content: "î¨Š";
}

.wt-icon-balloons-o-2:before {
  content: "î¨‹";
}

.wt-icon-balloons:before {
  content: "î¨Œ";
}

.wt-icon-bell-o-1:before {
  content: "î¨";
}

.wt-icon-bell-o-2:before {
  content: "î¨Ž";
}

.wt-icon-bell:before {
  content: "î¨";
}

.wt-icon-bers-o-1:before {
  content: "î¨";
}

.wt-icon-bers:before {
  content: "î¨‘";
}

.wt-icon-bookmark-o-1:before {
  content: "î¨’";
}

.wt-icon-bookmark-o-2:before {
  content: "î¨“";
}

.wt-icon-bookmark:before {
  content: "î¨”";
}

.wt-icon-business-bag-o-1:before {
  content: "î¨•";
}

.wt-icon-business-bag-o-2:before {
  content: "î¨–";
}

.wt-icon-business-bag:before {
  content: "î¨—";
}

.wt-icon-calendar-o-1:before {
  content: "î¨˜";
}

.wt-icon-calendar:before {
  content: "î¨™";
}

.wt-icon-camera-o-2:before {
  content: "î¨š";
}

.wt-icon-camera:before {
  content: "î¨›";
}

.wt-icon-chavron-down-o-1:before {
  content: "î¨œ";
}

.wt-icon-chavron-down:before {
  content: "î¨";
}

.wt-icon-chavron-up:before {
  content: "î¨ž";
}

.wt-icon-check-circle:before {
  content: "î¨Ÿ";
}

.wt-icon-check:before {
  content: "î¨ ";
}

.wt-icon-chevron-left-o-1:before {
  content: "î¨¡";
}

.wt-icon-chevron-left:before {
  content: "î¨¢";
}

.wt-icon-chevron-right-o-1:before {
  content: "î¨£";
}

.wt-icon-chevron-right:before {
  content: "î¨¤";
}

.wt-icon-chevron-up-o-1:before {
  content: "î¨¥";
}

.wt-icon-circle:before {
  content: "î¨¦";
}

.wt-icon-circles-o-1:before {
  content: "î¨§";
}

.wt-icon-circles:before {
  content: "î¨¨";
}

.wt-icon-clock-o-2:before {
  content: "î¨©";
}

.wt-icon-clock:before {
  content: "î¨ª";
}

.wt-icon-close-circle-o-1:before {
  content: "î¨«";
}

.wt-icon-close-circle-o-2:before {
  content: "î¨¬";
}

.wt-icon-close-circle:before {
  content: "î¨­";
}

.wt-icon-close-o-1:before {
  content: "î¨®";
}

.wt-icon-close:before {
  content: "î¨¯";
}

.wt-icon-code:before {
  content: "î¨°";
}

.wt-icon-company-o-1:before {
  content: "î¨±";
}

.wt-icon-company-o-2:before {
  content: "î¨²";
}

.wt-icon-company-plus-o-1:before {
  content: "î¨³";
}

.wt-icon-company-plus-o-2:before {
  content: "î¨´";
}

.wt-icon-company-plus:before {
  content: "î¨µ";
}

.wt-icon-company:before {
  content: "î¨¶";
}

.wt-icon-compass-o-1:before {
  content: "î¨·";
}

.wt-icon-compass-o-2:before {
  content: "î¨¸";
}

.wt-icon-compass:before {
  content: "î¨¹";
}

.wt-icon-copy-o-1:before {
  content: "î¨º";
}

.wt-icon-copy:before {
  content: "î¨»";
}

.wt-icon-crip-o-1:before {
  content: "î¨¼";
}

.wt-icon-crip:before {
  content: "î¨½";
}

.wt-icon-dashboard:before {
  content: "î¨¾";
}

.wt-icon-door-o-1:before {
  content: "î¨¿";
}

.wt-icon-door-o-2:before {
  content: "î©€";
}

.wt-icon-door:before {
  content: "î©";
}

.wt-icon-download-circle-o-2:before {
  content: "î©‚";
}

.wt-icon-download-circle:before {
  content: "î©ƒ";
}

.wt-icon-download-cloud-o-2:before {
  content: "î©„";
}

.wt-icon-download-cloud:before {
  content: "î©…";
}

.wt-icon-download:before {
  content: "î©†";
}

.wt-icon-ellipsis-h-o-1:before {
  content: "î©‡";
}

.wt-icon-ellipsis-h:before {
  content: "î©ˆ";
}

.wt-icon-ellipsis-v-o-1:before {
  content: "î©‰";
}

.wt-icon-ellipsis-v:before {
  content: "î©Š";
}

.wt-icon-exclamation-circle-o-1:before {
  content: "î©‹";
}

.wt-icon-exclamation-circle-o-2:before {
  content: "î©Œ";
}

.wt-icon-exclamation-circle:before {
  content: "î©";
}

.wt-icon-eyes:before {
  content: "î©Ž";
}

.wt-icon-facebook:before {
  content: "î©";
}

.wt-icon-file-o-1:before {
  content: "î©";
}

.wt-icon-file-o-2:before {
  content: "î©‘";
}

.wt-icon-file:before {
  content: "î©’";
}

.wt-icon-fire-o-1:before {
  content: "î©“";
}

.wt-icon-fire:before {
  content: "î©”";
}

.wt-icon-folder-o-1:before {
  content: "î©•";
}

.wt-icon-folder-o-2:before {
  content: "î©–";
}

.wt-icon-folder:before {
  content: "î©—";
}

.wt-icon-gear-o-1:before {
  content: "î©˜";
}

.wt-icon-gear:before {
  content: "î©™";
}

.wt-icon-github:before {
  content: "î©š";
}

.wt-icon-google:before {
  content: "î©›";
}

.wt-icon-h2:before {
  content: "î©œ";
}

.wt-icon-h3:before {
  content: "î©";
}

.wt-icon-hash:before {
  content: "î©ž";
}

.wt-icon-hatena:before {
  content: "î©Ÿ";
}

.wt-icon-heart-o-2:before {
  content: "î© ";
}

.wt-icon-heart:before {
  content: "î©¡";
}

.wt-icon-infomation-o-1:before {
  content: "î©¢";
}

.wt-icon-infomation-o-2:before {
  content: "î©£";
}

.wt-icon-infomation:before {
  content: "î©¤";
}

.wt-icon-jump:before {
  content: "î©¥";
}

.wt-icon-label-text-o-1:before {
  content: "î©¦";
}

.wt-icon-label-text-o-2:before {
  content: "î©§";
}

.wt-icon-label-text:before {
  content: "î©¨";
}

.wt-icon-line-chart-o-2:before {
  content: "î©©";
}

.wt-icon-link:before {
  content: "î©ª";
}

.wt-icon-linkedin:before {
  content: "î©«";
}

.wt-icon-list:before {
  content: "î©¬";
}

.wt-icon-location:before {
  content: "î©­";
}

.wt-icon-mail-o-1:before {
  content: "î©®";
}

.wt-icon-mail-o-2:before {
  content: "î©¯";
}

.wt-icon-mail:before {
  content: "î©°";
}

.wt-icon-message-o-1:before {
  content: "î©±";
}

.wt-icon-message-o-2:before {
  content: "î©²";
}

.wt-icon-message:before {
  content: "î©³";
}

.wt-icon-minus-o-1:before {
  content: "î©´";
}

.wt-icon-minus:before {
  content: "î©µ";
}

.wt-icon-newspaper-o-1:before {
  content: "î©¶";
}

.wt-icon-newspaper-o-2:before {
  content: "î©·";
}

.wt-icon-newspaper:before {
  content: "î©¸";
}

.wt-icon-pencil-o-1:before {
  content: "î©¹";
}

.wt-icon-pencil-paper-o-1:before {
  content: "î©º";
}

.wt-icon-pencil-paper:before {
  content: "î©»";
}

.wt-icon-pencil:before {
  content: "î©¼";
}

.wt-icon-person-o-1:before {
  content: "î©½";
}

.wt-icon-person-o-2:before {
  content: "î©¾";
}

.wt-icon-person-plus-o-1:before {
  content: "î©¿";
}

.wt-icon-person-plus-o-2:before {
  content: "îª€";
}

.wt-icon-person-plus:before {
  content: "îª";
}

.wt-icon-person:before {
  content: "îª‚";
}

.wt-icon-phone-o-1:before {
  content: "îªƒ";
}

.wt-icon-phone:before {
  content: "îª„";
}

.wt-icon-pin:before {
  content: "îª…";
}

.wt-icon-plus-circle-o-1:before {
  content: "îª†";
}

.wt-icon-plus-o-1:before {
  content: "îª‡";
}

.wt-icon-plus:before {
  content: "îªˆ";
}

.wt-icon-quote:before {
  content: "îª‰";
}

.wt-icon-refresh-o-1:before {
  content: "îªŠ";
}

.wt-icon-refresh:before {
  content: "îª‹";
}

.wt-icon-reply:before {
  content: "îªŒ";
}

.wt-icon-right-pane-o-1:before {
  content: "îª";
}

.wt-icon-right-pane:before {
  content: "îªŽ";
}

.wt-icon-search-o-1:before {
  content: "îª";
}

.wt-icon-search-short-o-1:before {
  content: "îª";
}

.wt-icon-search-short:before {
  content: "îª‘";
}

.wt-icon-search:before {
  content: "îª’";
}

.wt-icon-separator:before {
  content: "îª“";
}

.wt-icon-share-apple:before {
  content: "îª”";
}

.wt-icon-share-google:before {
  content: "îª•";
}

.wt-icon-share-ms:before {
  content: "îª–";
}

.wt-icon-share:before {
  content: "îª—";
}

.wt-icon-sliders:before {
  content: "îª˜";
}

.wt-icon-spanner-o-1:before {
  content: "îª™";
}

.wt-icon-spanner:before {
  content: "îªš";
}

.wt-icon-star-o-1:before {
  content: "îª›";
}

.wt-icon-star:before {
  content: "îªœ";
}

.wt-icon-support:before {
  content: "îª";
}

.wt-icon-tag-o-1:before {
  content: "îªž";
}

.wt-icon-tag-o-2:before {
  content: "îªŸ";
}

.wt-icon-tag:before {
  content: "îª ";
}

.wt-icon-target:before {
  content: "îª¡";
}

.wt-icon-text-square-o-1:before {
  content: "îª¢";
}

.wt-icon-text-square-o-2:before {
  content: "îª£";
}

.wt-icon-text-square:before {
  content: "îª¤";
}

.wt-icon-thumb-up-o-1:before {
  content: "îª¥";
}

.wt-icon-thumb-up-o-2:before {
  content: "îª¦";
}

.wt-icon-thumb-up:before {
  content: "îª§";
}

.wt-icon-trash-o-1:before {
  content: "îª¨";
}

.wt-icon-trash-o-2:before {
  content: "îª©";
}

.wt-icon-trash:before {
  content: "îªª";
}

.wt-icon-trencher-o-1:before {
  content: "îª«";
}

.wt-icon-trencher-o-2:before {
  content: "îª¬";
}

.wt-icon-trencher:before {
  content: "îª­";
}

.wt-icon-triangle-down:before {
  content: "îª®";
}

.wt-icon-triangle-up:before {
  content: "îª¯";
}

.wt-icon-triangle:before {
  content: "îª°";
}

.wt-icon-twitter:before {
  content: "îª±";
}

.wt-icon-undo-o-1:before {
  content: "îª²";
}

.wt-icon-undo:before {
  content: "îª³";
}

.wt-icon-upload-cloud-o-1:before {
  content: "îª´";
}

.wt-icon-wanted:before {
  content: "îªµ";
}

.wt-icon-wantedly-o-1:before {
  content: "îª¶";
}

.wt-icon-wantedly-o-2:before {
  content: "îª·";
}

.wt-icon-wantedly:before {
  content: "îª¸";
}

.wt-icon-whatsapp:before {
  content: "îª¹";
}

.wt-icon-windows:before {
  content: "îªº";
}

body#awards-2019 {
  position: relative;
  background-color: #F7F7F7;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

body#awards-2019 header.header {
  position: fixed;
  justify-content: flex-start;
  z-index: 100;
  width: 10px;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding-left: 30px;
  font-family: Poppins;
}

@media screen and (max-width: 768px) {
  body#awards-2019 header.header {
    background: none;
    height: 41px;
  }
}

body#awards-2019 header.header .logo {
  position: absolute;
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 167px;
  height: 24px;
  top: 32px;
  left: 24px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 header.header .logo {
    width: 140px;
    top: 16px;
    left: 16px;
  }
}

body#awards-2019 header.header .logo>a {
  display: block;
  width: 100%;
  height: 100%;
}

body#awards-2019 header.header .logo .link {
  width: 100%;
  height: 100%;
}

body#awards-2019 header.header ul.nav {
  transform: rotate(-90deg);
  transform-origin: left;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  body#awards-2019 header.header ul.nav {
    visibility: hidden;
  }
}

body#awards-2019 header.header ul.nav li {
  text-transform: uppercase;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.56);
}

body#awards-2019 header.header ul.nav li a {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.2px;
  opacity: 0.7;
}

body#awards-2019 header.header ul.nav li a:hover {
  opacity: 0.86;
}

body#awards-2019 .scroll {
  background-color: none;
}

body#awards-2019 .multiply {
  mix-blend-mode: multiply;
  position: absolute;
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/multiply.png");
  background-size: cover;
  transform: translate(-50%);
  width: 1381px;
  height: 373px;
  top: 527px;
  left: 592px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .multiply {
    transform: rotate(90deg);
    transform-origin: left bottom;
    top: 166px;
    left: -110px;
  }
}

body#awards-2019 .bubble {
  position: absolute;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

body#awards-2019 .bubble>.child {
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background-image: none;
}

body#awards-2019 .bubble.bubble-0 {
  border-radius: unset;
  background-size: contain;
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/oval-0.png");
  width: 408px;
  height: 156px;
  top: -106px;
  left: 132px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-0 {
    top: -191px;
    left: 48px;
  }
}

body#awards-2019 .bubble.bubble-1 {
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/oval-1.png");
  width: 760px;
  height: 760px;
  top: -55px;
  left: 358px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-1 {
    width: 380px;
    height: 380px;
    top: 13px;
    left: 0px;
  }
}

body#awards-2019 .bubble.bubble-1>.child {
  background-color: #60e1f7;
  width: 760px;
  height: 760px;
  top: -68px;
  left: 82px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-1>.child {
    width: 380px;
    height: 380px;
    top: -32px;
    left: 40px;
  }
}

body#awards-2019 .bubble.bubble-2 {
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/oval-2.png");
  width: 520px;
  height: 520px;
  top: 178px;
  left: -184px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-2 {
    width: 349px;
    height: 349px;
    top: -452px;
    left: -62px;
  }
}

body#awards-2019 .bubble.bubble-2>.child {
  background-color: #fbf45b;
  width: 700px;
  height: 700px;
  top: -133px;
  left: -280px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-2>.child {
    width: 470px;
    height: 470px;
    top: -90px;
    left: -190px;
  }
}

body#awards-2019 .bubble.bubble-3 {
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/oval-3.png");
  width: 460px;
  height: 460px;
  top: -1px;
  left: 378px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-3 {
    width: 231px;
    height: 231px;
    top: 66px;
    left: 112px;
  }
}

body#awards-2019 .bubble.bubble-3>.child {
  background-color: #ff9cde;
  width: 420px;
  height: 420px;
  top: 40px;
  left: -96px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-3>.child {
    width: 221px;
    height: 221px;
    top: -24px;
    left: -2px;
  }
}

body#awards-2019 .bubble.bubble-4 {
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/oval-4.png");
  width: 294px;
  height: 294px;
  top: -36px;
  left: 528px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .bubble.bubble-4 {
    top: 252px;
    left: -50px;
  }
}

body#awards-2019 .bubble.bubble-4>.child {
  background-color: #d09bff;
  width: 294px;
  height: 294px;
  top: 0px;
  left: 98px;
}

body#awards-2019 .main {
  overflow: hidden;
  margin: 0 auto;
}

body#awards-2019 .main .main-inner {
  max-width: 100%;
}

body#awards-2019 .main .img-coming-soon {
  background-repeat: no-repeat;
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/coming-soon.png");
  background-size: contain;
  height: 352px;
  width: 852px;
  margin-top: 22px;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main .img-coming-soon {
    max-width: 343px;
    width: unset;
    height: 130px;
    margin: 0px;
  }
}

body#awards-2019 .main .entry-wrapper {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 26px;
  margin: 0 auto;
  width: 312px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main .entry-wrapper {
    max-width: 375px;
    width: unset;
  }
}

body#awards-2019 .main .entry {
  border-radius: 26px;
  background-image: linear-gradient(75deg, #0d93e0, #00c4c4);
  width: 312px;
  height: 52px;
  margin: 0 auto;
  text-align: center;
  line-height: 52px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main .entry {
    width: calc(100% - 32px);
  }
}

body#awards-2019 .main .entry a {
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

body#awards-2019 .main .entry a:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

body#awards-2019 .main .entry a:active {
  background-color: rgba(255, 255, 255, 0.12);
}

body#awards-2019 .main .eyecatch {
  background-image: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/rectangle.png");
  background-position: center;
  background-size: cover;
  height: 240px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main .eyecatch {
    height: 120px;
  }
}

body#awards-2019 .main section {
  position: relative;
}

body#awards-2019 .main section.dark {
  background-color: black;
  color: white;
}

body#awards-2019 .main section.dark>.section-inner {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section.dark>.section-inner {
    padding-top: 64px;
    padding-bottom: 54px;
  }
}

body#awards-2019 .main section.dark>.section-inner>.section-header>.section-header-inner>h3 {
  top: 312px;
  color: white;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section.dark>.section-inner>.section-header>.section-header-inner>h3 {
    top: 0;
    left: 0;
  }
}

body#awards-2019 .main section.dark>.section-inner>.section-header>.section-header-inner>h3:before {
  color: rgba(255, 255, 255, 0.5);
}

body#awards-2019 .main section .section-inner {
  position: relative;
  display: flex;
  width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .section-inner {
    flex-direction: column;
    width: auto;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 54px;
  }
}

body#awards-2019 .main section .section-inner .section-body {
  position: relative;
  width: 768px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .section-inner .section-body {
    width: 100%;
  }
}

body#awards-2019 .main section .section-inner .section-header {
  width: 136px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .section-inner .section-header {
    width: 100%;
  }
}

body#awards-2019 .main section .section-inner .section-header .section-header-inner {
  height: 360px;
  border-left: 1px solid;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .section-inner .section-header .section-header-inner {
    border-left: none;
    border-top: 1px solid;
    height: 80px;
  }
}

body#awards-2019 .main section .section-inner .section-header .section-header-inner h3 {
  position: absolute;
  width: 300px;
  height: 127px;
  top: 332px;
  left: 132px;
  margin: 0;
  padding-top: 8px;
  transform: rotate(-90deg);
  transform-origin: left;
  font-family: Poppins;
  font-size: 36px;
  font-weight: normal;
  text-align: right;
  line-height: 59px;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.74);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .section-inner .section-header .section-header-inner h3 {
    position: relative;
    transform: none;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 12px;
    text-align: left;
  }
}

body#awards-2019 .main section .section-inner .section-header .section-header-inner h3:before {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  padding-top: 8px;
  transform: rotate(0deg);
  font-family: Poppins;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.2pt;
  line-height: 0.1;
  color: rgba(0, 0, 0, 0.4);
  content: 'Wantedly VISIT AWARDS 2019';
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .section-inner .section-header .section-header-inner h3:before {
    top: 6px;
    left: 0;
    right: unset;
    letter-spacing: 0.12pt;
  }
}

body#awards-2019 .main section .body {
  max-width: 1600px;
  margin: 120px auto 0 auto;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main section .body {
    width: 343px;
    margin: 0 auto;
  }
}

body#awards-2019 .main #intro {
  height: 900px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #intro {
    height: 985px;
  }
}

body#awards-2019 .main #intro .title-container {
  position: relative;
  font-family: Poppins;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #intro .title-container {
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
  }
}

body#awards-2019 .main #intro .title-container>h2 {
  position: relative;
  background: url("https://dubpy8abnqmkw.cloudfront.net/images/corporate_site/awards2019/title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 261px;
  height: 87px;
  margin-top: 137px;
  margin-bottom: 31px;
  text-indent: -9000px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #intro .title-container>h2 {
    width: 100%;
    height: 115px;
    margin-top: 395px;
    margin-bottom: 15px;
  }
}

body#awards-2019 .main #intro .title-container>h3 {
  width: 0px;
  margin-top: 28px;
  margin-bottom: 4px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.12;
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #intro .title-container>h3 {
    margin-top: 0px;
  }
}

body#awards-2019 .main #intro .title-container>p {
  height: 24px;
  margin: 0;
  font-family: Poppins;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #intro .title-container>p {
    display: inline-block;
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.56;
  }
}

body#awards-2019 .main #about {
  margin-top: -346px;
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #about {
    margin-top: 0px;
    padding-top: 117px;
  }
}

body#awards-2019 .main #about .body {
  width: 520px;
  margin-top: 220px;
  margin-left: 385px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #about .body {
    width: auto;
    margin-top: 17px;
    margin-left: 0px;
  }
}

body#awards-2019 .main #about .body br {
  line-height: 30px;
}

body#awards-2019 .main #about .body p {
  margin: 0;
  padding: 0;
  font-family: HiraginoSans-W6;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.84);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #about .body p {
    font-family: HiraginoSans-W6;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2px;
  }
}

body#awards-2019 .main #keynote .speaker {
  position: relative;
  display: flex;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #keynote .speaker {
    width: 343px;
    margin: 0 auto;
  }
}

body#awards-2019 .main #keynote .speaker .name {
  z-index: 0;
  padding-top: 55px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #keynote .speaker .name {
    padding-top: 0px;
  }
}

body#awards-2019 .main #keynote .speaker .name .en {
  width: 0px;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #keynote .speaker .name .en {
    padding-top: 22px;
    font-size: 56px;
    line-height: 0.86;
    letter-spacing: normal;
  }
}

body#awards-2019 .main #keynote .speaker .name .ja {
  padding-top: 27px;
  font-family: HiraginoSans-W4;
  font-size: 48px;
  line-height: 18px;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #keynote .speaker .name .ja {
    margin-top: 0px;
    padding-top: 11px;
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}

body#awards-2019 .main #keynote .body {
  margin-top: 184px;
  font-family: HiraginoSans-W6;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #keynote .body {
    width: 100%;
    margin-top: 180px;
    font-family: HiraginoSans-W4;
  }
}

body#awards-2019 .main #keynote .body p {
  margin: 0;
  padding: 0;
}

body#awards-2019 .main #awards .section-inner {
  padding-bottom: 24px;
}

body#awards-2019 .main #awards ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #awards ul {
    margin-top: 24px;
  }
}

body#awards-2019 .main #awards ul li {
  box-sizing: border-box;
  border-left-color: rgba(0, 0, 0, 0.06);
  border-left-style: solid;
  border-left-width: 8px;
  width: calc(50% - 20px);
  height: 168px;
  margin-bottom: 36px;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.84);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #awards ul li {
    width: 100%;
    height: 168px;
    margin-bottom: 36px;
  }
}

body#awards-2019 .main #awards ul li h4 {
  height: 48px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1.3px;
  line-height: 1.17;
  color: rgba(0, 0, 0, 0.84);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #awards ul li h4 {
    font-family: Poppins;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1.3px;
  }
}

body#awards-2019 .main #awards ul li p {
  min-height: 96px;
  margin: 12px 0px 0px 4px;
  font-family: HiraginoSans-W6;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #awards ul li p {
    min-height: 56px;
    margin-top: -5px;
    margin-left: 2px;
    font-family: HiraginoSans-W6;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
  }
}

body#awards-2019 .main #awards ul li.top {
  height: 180px;
}

body#awards-2019 .main #awards ul li.top h4 {
  font-size: 48px;
  height: 56px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #awards ul li.top p {
    margin-top: 18px;
  }
}

body#awards-2019 .main #awards ul li.gold {
  width: 100%;
  border-left-color: #B3A16B;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #awards ul li.gold {
    min-height: 240px;
    height: unset;
  }
}

body#awards-2019 .main #awards ul li.silver {
  border-left-color: #A9AFB3;
}

body#awards-2019 .main #awards ul li.bronze {
  border-left-color: #855A3D;
}

body#awards-2019 .main #special .section-body .description {
  position: absolute;
  bottom: 0;
  font-family: HiraginoSans-W6;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: 0.47px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #special .section-body .description {
    position: relative;
    bottom: unset;
    margin-top: 24px;
  }
}

body#awards-2019 .main #special .section-body .description p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable .section-body {
    padding-top: 24px;
  }
}

body#awards-2019 .main #timetable .open-close {
  display: flex;
  align-items: center;
  height: 56px;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable .open-close {
    flex-direction: column;
    align-items: start;
    height: auto;
  }
}

body#awards-2019 .main #timetable .open-close h4 {
  margin: 0;
  margin-right: -8px;
  font-family: Poppins;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.84);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable .open-close h4 {
    width: auto;
    margin: 0;
    font-size: 36px;
    line-height: 1.56;
  }
}

body#awards-2019 .main #timetable .open-close .notice {
  margin: 0;
  margin-left: auto;
  font-family: HiraginoSans-W6;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable .open-close .notice {
    margin-top: -4px;
    margin-left: 0;
  }
}

body#awards-2019 .main #timetable .open-close .notice span {
  width: 500px;
  font-size: 12px;
  letter-spacing: .2px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable .open-close .notice span {
    font-family: HiraginoSans-W4;
    font-size: 12px;
  }
}

body#awards-2019 .main #timetable ul {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable ul {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

body#awards-2019 .main #timetable ul li {
  display: flex;
  align-items: center;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.03);
  height: 56px;
  margin-top: 8px;
  padding: 0;
}

body#awards-2019 .main #timetable ul li:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable ul li {
    width: auto;
  }
}

body#awards-2019 .main #timetable ul li h5 {
  width: 86px;
  margin: 14px 24px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.84);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #timetable ul li h5 {
    margin-left: 12px;
  }
}

body#awards-2019 .main #timetable ul li span {
  font-family: HiraginoSans-W4;
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.56);
}

body#awards-2019 .main #access .section-inner {
  padding-top: 77px;
  padding-bottom: 82px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .section-inner {
    padding-top: 64px;
    padding-bottom: 346px;
  }
}

body#awards-2019 .main #access .section-inner .section-header-inner {
  height: 214px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .section-inner .section-header-inner {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .section-inner .section-body {
    max-width: 343px;
    margin: 0 auto;
  }
}

body#awards-2019 .main #access .place {
  width: 760px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .place {
    width: 100%;
  }
}

body#awards-2019 .main #access .place p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .place p {
    display: inline-block;
  }
}

body#awards-2019 .main #access .place p.hall {
  height: 56px;
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.17;
}

body#awards-2019 .main #access .place p.building {
  height: 36px;
  font-family: Poppins;
  font-size: 28px;
  line-height: 1.29;
}

body#awards-2019 .main #access .place p.address {
  margin-top: 14px;
  font-family: HiraginoSans-W4;
  font-size: 15px;
  line-height: 1.87;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .place p.address {
    margin-top: 18px;
  }
}

body#awards-2019 .main #access .btn-wrapper {
  margin-top: 36px;
  margin-left: 4px;
  display: flex;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper {
    margin-top: 20px;
  }
}

body#awards-2019 .main #access .btn-wrapper .btn {
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper .btn {
    background-image: none;
    background-color: white;
  }
}

body#awards-2019 .main #access .btn-wrapper .btn:hover {
  transform: none;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.97);
  color: rgba(0, 0, 0, 0.53);
}

body#awards-2019 .main #access .btn-wrapper .go-to-map-btn {
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  width: 128px;
  height: 36px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper .go-to-map-btn {
    width: 128px;
    height: 36px;
    font-size: 14px;
    text-align: center;
  }
}

body#awards-2019 .main #access .btn-wrapper .copy-btn {
  display: flex;
  z-index: 1;
  background-color: white;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 81.8px;
  width: 36px;
  height: 36px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper .copy-btn {
    border-radius: 100px;
    width: 36px;
    height: 36px;
  }
}

body#awards-2019 .main #access .btn-wrapper .copy-btn i {
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper .copy-btn i {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper .copy-btn i {
    color: rgba(0, 0, 0, 0.53);
  }
}

body#awards-2019 .main #access .btn-wrapper .tooltip:after {
  background-color: white;
  width: 265px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main #access .btn-wrapper .tooltip:after {
    left: -140px;
  }
}

body#awards-2019 .main .map-block {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  height: 450px;
}

@media screen and (max-width: 768px) {
  body#awards-2019 .main .map-block {
    height: 375px;
  }
}

body#awards-2019 footer {
  background-color: black;
  width: 100%;
  height: 52px;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  margin: 0px auto;
  padding: 0px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */


/* body { */


/* margin: 0; */


/* } */


/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* body { */


/* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */


/* -webkit-font-smoothing: antialiased; */


/* -moz-osx-font-smoothing: grayscale; */


/* font-feature-settings: "palt"; */


/* font-size: 14px; */


/* line-height: 26px; */


/* color: #45494b; */


/* background-color: #fff; */


/* height:100vh; */


/* } */

a {
  color: #45494b;
  text-decoration: none;
}

a:hover {
  color: #45494b;
  text-decoration: none;
}


/* ul, li { */


/* margin: 0; */


/* padding-top: 0.1em ; */


/* } */

li {
  list-style: none;
}

.link {
  color: #00a3bc;
}

.link:hover {
  color: #00a3bc;
}

.tooltip {
  position: relative;
  z-index: 10;
}

.tooltip:after {
  content: attr(data-tooltip-text);
  position: absolute;
  top: 60px;
  left: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: normal;
  visibility: hidden;
  opacity: 0;
  transition: all 150ms;
}

.tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .tooltip:after {
    left: auto;
    right: 0;
    top: calc(100% + 20px);
    box-sizing: border-box;
    padding: 17px 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .tooltip:hover:after {
    visibility: hidden;
    opacity: 0;
  }
  .tooltip.copied:after {
    visibility: visible;
    opacity: 1;
  }
}

.btn {
  display: block;
  width: 220px;
  height: 44px;
  line-height: 44px;
  border-radius: 100px;
  /* background: rgb(0, 66, 125) 50%; */
  background-color: rgb(5, 39, 175);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 300ms;
}

@media screen and (min-width: 769px) {
  .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 768px) {
  .btn {
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
    width: 70%;
  }
}

.btn-admin {
  background: rgba(0, 0, 0, 0);
  font-weight: 400;
  cursor: pointer;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 769px) {
  .btn-admin {
    border: solid 1px rgba(0, 0, 0, 0.6);
    width: 120px;
  }
}

.back-to-top-btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 110px 0;
}

.signin {
  width: 100%;
  box-sizing: border-box;
  padding: 240px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-inner {
  color: white;
}

.footer-inner a {
  color: white;
}

.site-map h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.site-map-sub {
  font-size: 12px;
  opacity: 0.8;
}

.site-map-sub li {
  margin-right: 30px;
  line-height: 1;
  flex-shrink: 0;
}

.site-map-sub li:last-child {
  margin-right: 0;
}

.footer-appendix .copyright {
  font-family: Poppins, sans-serif;
}

.pagination a {
  text-decoration: none;
}

.pagination .page {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin-right: 10px;
}

.pagination .page a {
  color: #cccccc;
}

.pagination .page.current a {
  color: #45494b;
}

.pagination .page, .pagination .prev, .pagination .next {
  display: inline-block;
  width: 26px;
  height: 28px;
  text-align: center;
}

.pagination .page a, .pagination .prev a, .pagination .next a {
  display: inline-block;
  width: 26px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 1px;
  transition: all 200ms;
}

.pagination .page:not(.current) a:hover, .pagination .prev:not(.current) a:hover, .pagination .next:not(.current) a:hover {
  background: #e3e3e3;
  color: #45494b;
}

.pagination .prev, .pagination .next {
  color: #45494b;
  font-size: 16px;
}

.pagination .prev {
  margin-right: 10px;
}

.pagination .first, .pagination .last {
  display: none;
}

.bar {
  pointer-events: none;
}

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

@media screen and (min-width: 769px) {
  .viewport-small {
    display: none !important;
  }
  
/*2020_01_26_del_start_syu**************************/  
  /* .header a, .footer a, .sidebar a { */
    /* text-decoration: none; */
    /* /* transition: opacity 150ms ease; */ 
  /* } */
/*2020_01_26_del_end_syu**************************/    
  .header a:hover, .footer a:hover, .sidebar a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .header {
    padding: 30px 40px 30px 60px;
  }
  .header .nav {
    display: flex;
    z-index: 5;
  }
  .header .nav li {
    padding: 0 20px 0 20px;
  }
  .header .nav a {
    font-weight: 500;
  }
  .footer {
    /* background: rgb(0, 66, 125);  */
    /* color: #fff; */
    /* font-size: 85%; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* clear: both; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    width: 100%;
    position: absolute;
  }
  .footer-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .footer-inner .bar {
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background: white;
  }
  .site-map {
    width: 100%;
    padding: 0 0 120px 0;
    display: flex;
    justify-content: space-between;
  }
  .site-map section {
    flex-shrink: 0;
    flex-grow: 1;
  }
  .site-map .section-title {
    margin-bottom: 20px;
  }
  .site-map li {
    font-size: 12px;
    line-height: 2.33;
  }
  .site-map-sub {
    margin-bottom: 20px;
  }
  .site-map-sub ul {
    display: flex;
  }
  .footer-appendix {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-appendix .footer-company {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
  }
  .footer-appendix .copyright {
    margin-left: 19px;
    font-size: 12px;
  }
  .footer-appendix .sns-buttons {
    display: flex;
    margin-right: 10px;
  }
  .footer-appendix .sns-buttons li {
    padding-left: 18px;
    font-size: 15px;
  }
  .main-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .main-inner .lead {
    width: 100%;
    padding: 80px 0 100px;
  }
  .main-inner .lead-main {
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 6.8px;
    text-align: center;
    color: #24282a;
  }
  .main-inner .lead-sub {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    color: #9da0a4;
  }
  .container {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .sidebar {
    width: 180px;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 5;
    position: absolute;
    top: 0;
  }
  .sidebar li {
    margin-bottom: 30px;
    line-height: 1;
  }
  .sidebar li a {
    color: #9da0a4;
  }
  .sidebar li a.selected {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
  }
  .sidebar li:last-child {
    margin-bottom: 0;
  }
  .sidebar.fix {
    position: fixed;
    margin-top: 0;
  }
  .main-content {
    width: 600px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
  }
  .main-content h2 {
    margin: 60px 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.7);
  }
  .main-content h2:first-child {
    margin-top: 20px;
  }
  .main-content p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.2px;
  }
  .main-content .list-item {
    display: flex;
    margin-bottom: 20px;
  }
  .main-content .list-item:last-child {
    margin-bottom: 0;
  }
  .main-content .list-head, .main-content .list-data {
    font-size: 14px;
    line-height: 1.57;
  }
  .main-content .list-head {
    width: 100px;
    margin-right: 32px;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
  }
  .main-content .list-data {
    width: 450px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
  }
  .sidebar-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .viewport-large {}
  .iframemap {
    width: 100%;
    height: auto;
  }
  .header {
    position: relative;
    width: 100%;
    height: 52px;
    z-index: 20;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 250ms ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header.sticky {
    position: fixed;
    top: -52px;
    left: 0;
    transition: top 100ms linear;
  }
  .header.sticky .logo .normal {
    opacity: 0;
  }
  .header.sticky.visible {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
    top: 0;
  }
  .header.open {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .header.open .menu-icon .wt-icon-bers-o-1 {
    opacity: 0;
  }
  .header.open .menu-icon .wt-icon-close-o-1 {
    opacity: 1;
  }
  .header .logo {
    height: 24px;
    padding-top: 2px;
    position: relative;
  }
  .header .logo img {
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 18px;
  }
  .header .logo .normal {
    transition: opacity 150ms;
    opacity: 1;
  }
  .header .menu-icon {
    position: relative;
    width: 52px;
    height: 52px;
  }
  .header .menu-icon>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: block;
    text-align: center;
    font-size: 21px;
    transition: opacity 250ms ease;
  }
  .header .menu-icon .wt-icon-close-o-1 {
    opacity: 0;
  }
  .mobile-nav-wrapper {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: calc(100% - 52px);
    z-index: 15;
    overflow: hidden;
    pointer-events: none;
  }
  .mobile-nav {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    transition: transform 250ms ease-out;
    pointer-events: auto;
  }
  .mobile-nav.open {
    transform: translate3d(-300px, 0, 0);
  }
  .mobile-nav .head-block {
    padding: 38px 0 38px 25px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  }
  .mobile-nav .copy {
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.57;
    color: rgba(0, 0, 0, 0.3);
  }
  .mobile-nav .logo {
    height: 26px;
  }
  .mobile-nav .logo img {
    width: 180px;
    height: auto;
  }
  .mobile-nav .nav-block {
    padding: 38px 0 0 25px;
  }
  .mobile-nav .nav-block li {
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
  }
  .mobile-nav .nav-block li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .mobile-nav .nav-block li a:hover {
    text-decoration: none;
  }
  .mobile-nav .nav-block li:last-child {
    margin-bottom: 0;
  }
  .mobile-nav .bottom-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 23px 25px;
  }
  .mobile-nav .copyright {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 768px) and (min-width:360px) {
  .main {
    transition: opacity 250ms ease-out;
  }
  .main.home {
    margin: 80px 10px 20px 10px;
    font-size: 12px;
    /* height:100%; */
    /* height:100vh; */
  }
  .main.nav-open {
    opacity: 0.2;
  }
  .main.nav-sticky {
    margin-top: 52px !important;
  }
  .main-inner {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  .main-inner .lead {
    width: 100%;
    padding: 112px 0 60px;
  }
  .main-inner .lead-main {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3.0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
  }
  .main-inner .lead-sub {
    font-size: 12px;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
  }
  .main-content {
    width: 85%;
    margin: 0 auto;
  }
  .main-content h2 {
    margin: 60px 0 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.7);
  }
  .main-content h2:first-child {
    margin-top: 0;
  }
  .main-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.6);
  }
  .main-content .list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .main-content .list-item:last-child {
    margin-bottom: 0;
  }
  .main-content .list-head, .main-content .list-data {
    font-size: 14px;
    line-height: 1.57;
  }
  .main-content .list-head {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.4);
  }
  .main-content .list-data {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
  }
/*2020_01_25_del_star_syu*********************************************/  
  .footer {
    /* transition: opacity 250ms ease-out; */
  }
/*2020_01_25_del_end_syu*********************************************/    
  .footer.nav-open {
    opacity: 0.2;
  }
  .footer.nav-open .footer-inner {
    pointer-events: none;
  }
  .site-map {
    padding-top: 20px;
  }
  .site-map .section-title {
    position: relative;
    padding: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    line-height: 1;
    justify-content: space-between;
  }
  .site-map section.is-expanded .opener {
    transform: rotateZ(45deg);
  }
  .site-map section:first-child .section-title {
    border-top: none;
  }
  .site-map ul {
    height: 0;
    transition: height 300ms ease;
    overflow-y: hidden;
  }
  .site-map li {
    font-size: 13px;
    line-height: 3.38;
  }
  .site-map li a {
    padding-left: 20px;
    display: block;
  }
  .site-map .opener {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    transition: transform 100ms ease;
  }
  .site-map-sub {
    margin-left: 20px;
    padding-top: 50px;
    justify-content: center;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    word-break: keep-all;
  }
  .site-map-sub li {
    margin-bottom: 28px;
  }
  .footer-appendix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 90px 20px 0;
    padding-bottom: 25px;
  }
  .footer-appendix .sns-buttons {
    display: flex;
    width: 108px;
    justify-content: space-between;
  }
  .footer-appendix .sns-buttons li {
    font-size: 20px;
  }
  .footer-appendix .footer-company {
    text-align: center;
  }
  .footer-appendix .copyright {
    font-size: 11px;
  }
  .sidebar-wrapper {
    position: absolute;
    top: 52px;
    z-index: 19;
    width: 100%;
    background-color: #f9f9f9;
  }
  .sidebar-wrapper.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
  }
  .sidebar {
    padding: 0 32px;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar::-webkit-scrollbar {
    display: none;
  }
  .sidebar.no-scroll {
    text-align: center;
  }
  .sidebar>li {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sidebar a {
    display: block;
    padding: 0 9px;
    line-height: 52px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
  }
  .sidebar a.selected {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
  }
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 32px;
    height: 100%;
    padding: 0 7px;
    font-size: 16px;
    background-color: #f9f9f9;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sidebar-nav.prev i, .sidebar-nav.next i {
    display: inline-block;
    margin-bottom: 2px;
  }
  .sidebar-nav.prev {
    left: 0;
    transform: rotate(180deg);
  }
  .sidebar-nav.next {
    right: 0;
  }
  .sidebar-nav.disabled {
    color: rgba(0, 0, 0, 0.1);
  }
/*2020_01_25_del_star_syu*********************************************/  
  /* .footer { */
    /* background-size: 1000px; */
  /* } */
/*2020_01_25_del_end_syu*********************************************/    
  .mapblock {
    overflow: hidden;
    width: 300px;
    position: absolute;
    display: block;
    height: auto;
  }
  .imap {
    width: auto;
    height: auto;
    position: relation;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .main-content {
    width: 80%;
  }
}

.flash {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.flash.flash-danger {
  background-color: lightcoral;
}

.flash.flash-info {
  background-color: darkseagreen;
}


/* # sourceMappingURL=application-338adedcc3a58650d416.css.map */


/*画面幅320px以下の設定  iphone 5
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:321px) {
  .main.home {
    margin: 20px 10px 20px 10px;
    font-size: 12px;
  }
  header .logo {
    position: relative;
    /* top: -10px; */
    float: left;
    z-index: 99;
    left: -2%;
    width: 90%;
  }
  .contents {
    margin: 21% 12% 5% 12%;
    position: relative;
  }
  #home-section-access .map-block {
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 50vh;
    top: 20px;
    left: 0;
    border-top: 1px;
  }
  /* #home-section-access .map-block { */
  /* display: block;} */
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 1;
    color: black;
    z-index: 88;
    /* background: rgb(0, 66, 125) 50%; */
    display: flex;
    height: 80px;
    overflow-x: hidden;
  }
  #home-section-access .info-block .office {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 15px;
  }
  #home-section-access .info-block .bar {
    width: 200px;
    height: 2px;
    margin: 17px 0 20px;
    background: rgba(0, 0, 0, 0.9);
  }
  #home-section-access .info-block .address {
    font-weight: 600;
  }
  #home-section-access .btn-wrapper {
    display: flex;
    position: relative;
    left: 8%;
    max-width: 80%;
    display: block;
  }
  #home-section-access .info-block p {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .mobile-nav {
    width: 250px;
    right: -250px;
  }
  .mobile-nav.open {
    transform: translate3d(-250px, 0, 0);
  }
  .mobile-nav .logo {
    height: 24px;
  }
  .mobile-nav .logo img {
    width: 170px;
    height: auto;
  }
  .mobile-nav .copy {
    font-size: 13px;
  }
  .mobile-nav .head-block {
    padding: 34px 0 34px 25px;
  }
  .mobile-nav .nav-block {
    padding: 15px 0 0 25px;
  }
  .mobile-nav .nav-block li {
    font-size: 13px;
    margin-bottom: 0;
    z-index: auto;
  }
  .mobile-nav .bottom-block {
    padding: 0 0 15px 25px;
  }
  .mobile-nav .copy-right {
    font-size: 13px;
  }
  .imap {
    top: -10px;
    left: 8%;
    width: 100%;
    height: 80%;
    position: relative;
  }
  .footer__menu .menu__list {
    width: 60px;
    float: right;
    padding-left: 5%;
    padding-left: 0;
    font-size: 10px;
    margin-top: 10px;
    padding-left: 0;
    font-size: 10px;
  }
}

@media screen and (max-width:768px) {
  .imap {
    top: -10px;
    left: -4%;
    width: 100%;
    height: 80%;
    position: absolute;
  }
}


/*ipad以下*/

@media screen and (max-width:1023px) {
  .sub {
    display: none;
  }
  .contents {
    margin: 80px 12% 12% 12%;
    position: relative;
  }
  .inner {
    margin: 0 auto;
    padding-top: 5%;
  }
  nav {
    margin: 0 auto;
  }
  .contents h2 {
    font-size: 14px;
  }
  .contents p {
    font-size: 12px;/*1019_syuu */
  }
  .ta1 {
    font-size: 12px;
  }
  .daihyou{
	font-size:12px;
    font-weight: bold;
 
}
}

@media screen and (max-width: 1090px){
.footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
}
/*2020_01_25_upd_start_syu*/
.footer__menu {
    width: 100%;
    margin-top: 10px;
}
/*2020_01_25_upd_end_syu*/
}
/*画面幅元900px⇒767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:900px) {
  /*ヘッダー（最上段のブロック）
---------------------------------------------------------------------------*/
  /*ロゴ画像（トップページ以外。トップページのロゴは上の#top headerのbackgroundで指定しています。）*/
  header #logo img {
    width: 200px;
    /*幅*/
    padding-top: 21px;
    /*上に空ける余白。ヘッダーブロックに対する上下バランスをここで調整して下さい。*/
  }
  #menubar_hdr {
    display: block;
    position: fixed;
    z-index: 999;
    top: 14px;
    right: 7%;
    width: 30px;
    border: 1px solid #000000;
    padding: 12px 10px 5px;
    background: white;
    z-index: 999;
  }
  #menubar-s li a span {
    display: block;
    font-size: 10px;
  }
  #menubar-s li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  #menubar-s ul li a {
    text-decoration: none;
    text-align: left;
    padding-left: 100px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    max-width: 100%;
    /*0928_upd_zhou_star*/
    font-size: 12px;
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: relative;
  }
  li {
    padding-top: 0em;
  }
  #menubar-s ul li .inactive {
    background: url("../images/off.png") no-repeat 260px center;
    z-index: 5;
  }
  #menubar-s ul li .inactives {
    background: url("../images/on.png") no-repeat 260px center;
    z-index: 5;
  }
  #menubar-s ul li ul {
    display: none;
  }
  #menubar-s ul li {
    background: #fff;
    display: block;
  }
  ul {
    margin-top: 0em;
  }
  .uk-link, a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
    /* font-size: 15px; */
  }
  .footer__menu {
    width: 100%;
    margin-top: 10px;
  }
  .glueinfo {
    padding-right: 0;
  }
  .footer__blk {
    padding: 5px 0 15px 0;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	width:90%;
  }
  .footer__company {
   width: 100%;
    /* 呂_1006_UPD */
  }
  .glueinfo {
    padding-right: 0;
  }
  .glueinfo__logo {
    margin: 0px 0;
    /* width: 270px; *//*2020_01_25_del_syu*/
	width:70%;/*2020_01_25_upd_100→70_syu*/
  }
  .glueinfo__address .address {
    line-height: 1.5;
    /* white-space:nowrap; */
    /* width: 270px; *//*2020_01_25_del_syu*/
    font-size: 14px;/* 1012_syuu *//*2020_01_25_upd_syu*/
  }
  .glueinfo__address .address1 {
    line-height: 1.5;
    white-space: normal;
    font-size: 12px;/*2020_01_25_upd_syu*/
  }
  /* 呂_1006_UPD_START */
  .address1 span {
    float: left;
	font-size:12px;
  }
  .glueinfo__logo img {
    /* width: 100%;/* 1012_syuu *//*2020_01_22_del_syu*/ 
    /* 呂_1006_UPD_END */
  }
/* 1012_syuu */  
  .logo_name{
	right:5%;
	position:relative;
	padding-top:10%;
	font-size:20px;
	font-weight:bold;
	transform:scale(.9);
  }
/* 1012_syuu */  
  .glueinfo__address .office {
    /* margin: 10px 0 15px 0; */
	margin:20px 0;/*2020_01_25_upd_syu*/
  }
  .glueinfo__address h3 {
    margin: 0;
	font-size:14px;/*2020_01_25_upd_syu*/
  }
  .footer__menu {
    padding-left: 0;
    width: 100%;
    font-size: 10px;
  }
  .menu {
    margin-top: 10px;
    /* font-size:12px; */
  }
  .menu__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    font-size: 10px;
  }
  .menu__list {
    margin: 0 0 15px;
    font-size: 10px;
  }
  /* .menu__item a { */
  /* font-size:10px; */
  /* } */
  .menu h3 {
    font-size: 13px;
	/* font-weight:normal; *//*2020_01_25_del_syu*/
  }
  .menu__item a {
    font-size: 12px;/*2020_01_25_upd_syu*/
	
  }
}


/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 767px) {
  nav {
    /* height: 45px; */
    /* margin: 45px auto ; */
    /* background-color: rgba(23, 23, 50, 0.7);*/
    text-align: center;
    /* border-radius: 4px; */
    /* z-index:99; */
    /* border-bottom:1px solid #fff; */
    /* width:100%; */
    /* position:absolute; */
    display: block;
  }
  .mainul {
    /* justify-content: left; */
    /* width:auto; */
    /* flex-wrap: wrap; */
    z-index: 6;
    display: flex;
    padding-top: 0.5px;
    margin: 0;
  }
  .mainul>li {
    /*margin: 0 1%; */
    /* z-index: 5; */
    width: 174px;
    /* margin-left: 1%; */
    margin-right: 1%;
  }
  .mainul>li a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: monospace;
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    transition: background-color 0.5s ease-in-out;
    font-family: "Raleway", sans-serif;
    z-index: 99;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transition: all .5s ease;
  }
  /* .mainul>li a:hover { */
  /* background-color: #631818; */
  /* } */
  /*0913_周_UPDATE_Start_menu_anime*/
  .mainul>li.active>a, .mainul>li.active>a:hover, .mainul>li>a:hover, .mainul>li.on>a {
    color: #fff;
    /* background: transparent ; */
    border-color: transparent;
  }
  .mainul>li>a>span:before, .mainul>li>a>span:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 50%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
  }
  .mainul>li>a>span:after {
    width: 100%;
    height: 2px;
    top: 100%;
    transform: translateY(-50%);
    left: 100%;
    transition: all 0.3s ease 0.3s;
  }
  .mainul>li:hover>a>span:before, .mainul>li.active>a>span:before {
    left: 100%;
  }
  .mainul>li:hover>a>span:after, .mainul>li.active>a>span:after {
    left: 0;
  }
  .drop li a:hover, .drop li a:active, .drop li a.on {
    background: #fff;
    color: #1775e8;
    box-shadow: 0 0 8px #fff inset;
  }
  /*0913_周_UPDATE_END*/
  .drop li {
    /* opacity: 0; */
    /* transform-origin: top center; */
    /* z-index: 99; */
    display: none;
  }
  .mainul>li:hover .drop li {
    display: block;
    opacity: 0;
    transform-origin: top center;
    z-index: 3;
    padding-top: 0px;/*1012_syuu メニュー间隙*/
  }
  .drop li a {
    background-color: rgba(23, 23, 50, 0.7);
    padding: 10px 0;
    z-index: 99;
  }
  /*------------- menu6 animation -------------------*/
  .mainul-menu li:hover .menu6 li:first-of-type {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
  }
  .mainul-menu li:hover .menu6 li:nth-of-type(2) {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
  }
  .mainul-menu li:hover .menu6 li:nth-of-type(3) {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
  }
  .mainul-menu li:hover .menu6 li:last-of-type {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.8s;
  }
  @keyframes menu6 {
    0% {
      opacity: 0;
      transform: scale(2);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*------------- menu6 animation -------------------*/
  .mainul li:hover .menu6 li:first-of-type {
    animation: menu6 0.2s ease-in-out forwards;   /*------------- 0121_0.2sに変更_syu-------------------*/
    animation-delay: 0.2s;
  }
  .mainul li:hover .menu6 li:nth-of-type(2) {
    animation: menu6 0.2s ease-in-out forwards;   /*------------- 0121_0.2sに変更_syu-------------------*/
    animation-delay: 0.2s;
  }
  .mainul li:hover .menu6 li:nth-of-type(3) {
    animation: menu6 0.2s ease-in-out forwards;   /*------------- 0121_0.2sに変更_syu-------------------*/
    animation-delay: 0.2s;
  }
  .mainul li:hover .menu6 li:last-of-type {
    animation: menu6 0.2s ease-in-out forwards;   /*------------- 0121_0.2sに変更_syu-------------------*/
    animation-delay: 0.2s;
  }
  @keyframes menu6 {
    0% {
      opacity: 0;
      transform: scale(2);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .vr_middle {
    margin: 2% 0 20px 0;
    position: relation;
  }
  .middlepart {
    width: 100%;
    max-width: 1120px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .middlepart h2 {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000000;
    border-bottom: 1px solid #005dc5;
    padding: 15px 20px;
    clear: both;
    margin-bottom: 0;
    font-size: 20px;
    background: none;
    border-radius: 0;
    /* color: #fff; */
    /* padding:0; */
  }
  .middlepart img {
    /* width:100%; */
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .middlepart2 {
    width: 100%;
    max-width: 1120px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .middlepart2 h2 {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000000;
    border-bottom: 1px solid #005dc5;
    padding: 15px 20px;
    clear: both;
    margin-bottom: 0;
    font-size: 20px;
    background: none;
    border-radius: 0;
    /* color: #fff; */
    /* padding:0; */
  }
  .middlepart2 img {
    padding-left: 5%;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1); */
  }
  .middlepart_title {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000000;
    border-bottom: 1px solid #005dc5;
    padding: 0 0 8px;
  }
  .middlepart_p {
    font-size: 16px;
    overflow: hidden;
    text-align: left;
  }
  .middlepart_p p {
    font-size: 14px;
  }
  .middlepart_p .sub_p {
    padding: 0px;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
  }
  .example_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .more {
    margin: 10px auto;
    display: flex;
    margin: 0 auto;
  }
  .more .btn-wrapper {
    margin: 0 auto;
  }
  .info_block {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #dddddd;
  }
  .info_date {
    margin-bottom: 20px;
    text-align: right;
    display: block;
    font-size: 14px;
  }
  .info_content {
    margin: 10px auto;
	display:block;
  }
  .info_content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    vertical-align: baseline;
    color: #445566;
    letter-spacing: 1px;
	overflow:hidden;
	display:block;
	padding:2%;
  }
  .furi_list {
    display: flex;
    width: 96%;
    margin: 10px 0 20px 0;
  }
  .furi_list ul {
    width: 48%;
    margin: 0 auto;
    padding-left: 15%;
  }
  .leftlist {
    border-right: 1px solid #ccc;
  }
  .furi_list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .furi_list li {
    font-size: 12px;
    white-space: nowrap;
  }
  .furi_list {
    display: flex;
    width: 96%;
    margin: 10px 0 20px 0;
  }
  .furi_list ul {
    width: 48%;
    margin: 0 auto;
    padding-left: 6%;
  }
}


/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
  .menu {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0 5% 0 5%;
  }
  .menu__row {
    -webkit-box-flex: 1;
    /* -ms-flex: 1 0 30%; */
    flex: 0 1 33%;/*2020_01_25_upd_syu*/
  }
  .footer__menu {
    padding-left: 5%;
    width: 100%;
    /* margin-top: 10px; *//*2020_01_22_del_syu*/
    padding-left: 1%;
    width: 100%;
    font-size: 12px;/*2020_01_25_upd_syu*/
	
  }
}
@media screen and (max-width: 600px) {
.menu__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
/*video手机自动缩放-----------------------------------------------------------------------------20201012--吴*/
.vid-wrap{
  width:97%;background: #000;
  position:relative;
  padding-bottom:56.25%;    /*需要用padding来维持16:9比例,也就是9除以16*/
  height: 0;
  left: 3%;
}
.vid-wrap video{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%
}


/*******************************2020_01_22_UPD_syu***************************************************/
.office a, .office a:hover {
 color:white;
 opacity: 1;
 cursor: text;
}
.icon-1{
 padding-left:17px;
 position:relative;
 white-space: nowrap;
}
.icon-2{
 padding-left:18px;
 position:relative;
 white-space: nowrap;
}
.icon-3{
 padding-left:18px;
 position:relative;
 white-space: nowrap;
}
.icon-1:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/mail.png);
    z-index:99;
	float:left;
	position: absolute;
	top:-0.1em;
	background-size: 16px;
}
.icon-2:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/tel.png);
    z-index:99;
	float:left;
	position: absolute;
	left:0;
	top:-0.1em;
	background-size: 16px;
}
.icon-3:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/fax.png);
    z-index:99;
	float:left;
	position: absolute;
	left:0;
	top:-0.1em;
	background-size: 16px;
}
/*******************************2020_01_22_UPD_end_syu***************************************************/

/*******************************2020_01_26_UPD_start_syu_ホームページのフッターのliスタイルと同じように**********************/
 .menu__list li{
	height:24px;
	text-align:left;
	padding:0 ;
	line-height:24px;
	list-style:none;
 }
/*******************************2020_01_26_UPD_end_syu***************************************************/

h4{
  text-align: center;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 100;
}

.container {
  display: flex; /* 使用 Flexbox 布局 */
  justify-content: center; /* 水平居中 */
}

.blue-box {
  width: 200px; /* 宽度 */
  height: 36px; /* 高度 */
  border-radius: 5px; /* 圆角半径 */
  text-align: center; /* 文字居中 */
  line-height: 38px; /* 文字垂直居中 */
  color: white; /* 字体颜色 */
  font-size: 16px; /* 字体大小 */
  font-weight: 600;
  margin: 0 4px; /* 两个矩形之间的间距 */
}

.blue{
  background-color: rgb(5, 39, 175); /* 蓝色背景 */
}

.lightblue{
  background-color: #0099ff;
}

.info_block p{
  text-align: center;
  color: #000;
  margin: 20px;
}

.productA20_01{
  text-align:center;
}

.realtime{
  margin-bottom: 80px;
}

hr {
  border: 0;
  height: 1px; /* 设置线的高度 */
  background-color: black; /* 设置线的颜色 */
  margin-bottom: 60px;
}

.target .text{
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: column; /* 垂直布局 */
  align-items: center; /* 水平居中对齐 */
}

.target h4{
  color: #0099ff;
}

.target{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.iner_content {
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: column; /* 垂直排列 */
  align-items: center; /* 水平居中对齐 */
  flex: 1;
  margin: 0 30px;
}

.iner_content img {
  width: 100%; /* 图片宽度 */
  height: auto; /* 图片高度自适应 */
  margin-bottom: 20px; /* 图片下方留白 */
}

.iner_content h4 {
  max-width: 100%; /* 文字最大宽度 */
  text-align: center; /* 文字水平居中对齐 */
  line-height: 1.5;
}

.out_content{
  display: flex; /* 使用 Flexbox 布局 */
  justify-content: space-around; /* 水平对齐 */
  margin-bottom: 80px;
}

.out_skill {
  display: flex; /* 使用 Flexbox 布局 */
  justify-content: space-around; /* 水平对齐 */
  align-items: flex-start; /* 垂直对齐，从顶部对齐 */
  
}

.inner_skill img {
  width: 100%; /* 图片宽度 */
  height: auto; /* 图片高度自适应 */
}

.kino{
  flex: 1; /* 让每组的宽度相等 */
  text-align: center; /* 文字居中对齐 */
  min-width: 200px; /* 每组的最小宽度 */
  margin: 0 10px;
}

.inner_skill p{
  text-align: left;
  line-height: 1.5;
}

.skill{
  margin-bottom: 60px;
}

.info_content{
  margin-bottom: 100px;
}


