@charset "UTF-8";
/*-------------------------------------------------------------------------------*
	Style sheet for potal page of JUN
 	Copyright(C)2025 Tanaka Industrial Co., Ltd. All Rights Reserved.
 *-------------------------------------------------------------------------------*/
/*
 * image-set 生成
 * $name: ファイル名($extensions!=null/拡張子なし, $extensions==null/拡張子あり)
 * $extensions: (avif, webp, jpg) サイズ指定なし
 * $extensions: (avif: (1x, 2x), webp: 1x, jpg: null) サイズ指定あり
 */
/*
 * テキストの代わりに背景画像を設定
 * 引数は setimg2bgに準ずる
 */
/*
 * 背景画像設定
 * $img: image file name
 * $imgw: $img の実際の幅(width pixel)
 * $imgh: $img の実際の高さ(height pixel)
 * $vw: 表示したい幅
 * $vh: 表示したい高さ
 *
 * $vw/$vh 両方とも auto(省略)の場合は 実際のサイズをセット
 * $vw/$vh いずれかが autoの場合は、オリジナル画像の縦横比から計算
 * $vw/$vh 両方ともサイズ指定の場合は、その指定値をセット（でもそれなら $imgw/$imghで指定すればいい）
 */
/* 汎用クラス */
[class^=mark] {
  padding-left: 15px;
  background: no-repeat left 0.5em;
}

/* clearfix */
/* Reset Style */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
html {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 0.99rem arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 1rem;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li,
form, input, textarea, button, table, tr, th, td,
article, aside, footer, header, hgroup, nav, section,
a, span, label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #cdcdcd;
  color: #3f3f3f;
  font-family: "Ryumin Regular KL", Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

_:-ms-lang(x), .exp, figcaption, h1, h2, h3, h4, li, dt, dd {
  transform: rotate(0.001deg);
}

input, textarea {
  font-family: "Ryumin Regular KL", Serif;
}

* html body, * html input, * html textarea {
  font-family: "Ryumin Regular KL", Serif;
}

a:link {
  text-decoration: none;
  color: #3f3f3f;
}
a:visited {
  color: #3f3f3f;
}
a:hover {
  text-decoration: none;
  color: #3f3f3f;
}
a:active {
  color: #3f3f3f;
}

#page-container {
  background: #cdcdcd;
}

.exp {
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.slim {
  letter-spacing: -0.18em;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

sub {
  vertical-align: sub;
  font-size: 0.7em;
}

.em {
  font-weight: bold;
}

.emp {
  font-weight: bold;
  text-decoration: underline;
}

.note {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.note:before {
  content: "※";
  margin-left: 0.3em;
}

.smc {
  display: none !important;
}

.chkbox {
  display: none;
}

#footer #ftr-sub #ftr-seller p, #index .content-division .idx-jump2division {
  font-family: "Shin Go Regular", sans-serif;
}

ul {
  list-style: none;
}
ul li {
  padding: 0;
  text-indent: 0;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #384878;
  overflow: hidden;
}

.shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*----------------------------------------------------
	#outside - layout
----------------------------------------------------*/
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.inner {
  position: relative;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------------------------
	#container
----------------------------------------------------*/
#page-container {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding-top: 5%;
}

.container {
  position: relative;
  /*
  	> .inner {
  		width: vars.$contentwidth;
  		@if not $mobile {
  			max-width: 960px;
  		}
  		margin: 0 auto;
  	}
  */
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  width: 100%;
}
#footer > .inner {
  height: 400px;
}

/*--------------------------
 * footer
 *--------------------------*/
#footer {
  background: #FCFCFC;
}
#footer > section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
#footer #ftr-main {
  padding: 20px 0;
  overflow: hidden;
}
#footer #ftr-main h1 {
  float: left;
  width: 200px;
}
#footer #ftr-main h1 a {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-mask: url("../img/potal.new/logo-jun3.svg") no-repeat;
          mask: url("../img/potal.new/logo-jun3.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #252525;
  width: 180px;
  height: 36px;
}
#footer #ftr-main figure {
  position: absolute;
  top: 40px;
  left: 0;
}
#footer #ftr-main figure img {
  width: 180px;
}
#footer #ftr-main nav {
  margin-left: 200px;
}
#footer #ftr-main nav > ul {
  float: left;
  margin-left: 40px;
  margin-bottom: 20px;
  border-left: #cccccc 1px solid;
}
#footer #ftr-main nav > ul li, #footer #ftr-main nav > ul a {
  font-size: 1.16rem;
}
#footer #ftr-main nav > ul li {
  padding-left: 1em;
  line-height: 2.1em;
}
#footer #ftr-main nav > ul li:last-child {
  margin-bottom: 0.2em;
}
#footer #ftr-main nav > ul li > ul li {
  line-height: 1.6em;
}
#footer #ftr-sub p {
  display: inline;
  line-height: 1.8em;
}
#footer #ftr-sub #ftr-seller {
  border-top: 1px solid #002662;
  padding: 6px 0;
  margin-top: 6px;
}
#footer #ftr-sub #ftr-seller p {
  font-size: 1rem;
  display: inline;
  margin-right: 0.5em;
}
#footer #ftr-sub #ftr-seller p:first-of-type {
  margin: 0;
}
#footer #ftr-sub #ftr-seller p:first-of-type:after {
  content: "｜";
}
#footer #ftr-sub #ftr-seller small {
  float: right;
}

/*--------------------------
 * 
 *--------------------------*/
nav.scrollTop {
  position: fixed;
  z-index: 100;
  right: 10%;
  bottom: 10px;
  padding: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border: solid 1px #ffffff;
  border-radius: 6px;
}
nav.scrollTop:hover {
  opacity: 1 !important;
}
nav.scrollTop a {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 32px;
  height: 28px;
  margin: auto;
  line-height: 40px;
}
nav.scrollTop a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  padding-top: 4px;
  margin: auto;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #ffffff transparent;
}

.nav_scroll {
  display: block;
  position: absolute;
  margin: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(192, 192, 192, 0.75);
  -webkit-animation: go_off 1s ease 2s 1 forwards;
          animation: go_off 1s ease 2s 1 forwards;
}

.nav_scroll::before {
  position: absolute;
  margin: auto;
  top: -46px;
  left: 0;
  right: 0;
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  border: solid rgba(192, 192, 192, 0.75);
  border-width: 6px 6px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  /*    margin: 5px 0 0 8px; */
  -webkit-animation: move_arrow 1s ease 2s 1 forwards;
          animation: move_arrow 1s ease 2s 1 forwards;
}

@-webkit-keyframes move_arrow {
  0% {
    top: -46px;
  }
  100% {
    top: 0;
    border-color: rgba(192, 192, 192, 0.25);
  }
}

@keyframes move_arrow {
  0% {
    top: -46px;
  }
  100% {
    top: 0;
    border-color: rgba(192, 192, 192, 0.25);
  }
}
@-webkit-keyframes go_off {
  0% {
    display: block;
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@keyframes go_off {
  0% {
    display: block;
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes extends_height {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@keyframes extends_height {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
/*--------------------------
 * common
 *--------------------------*/
p, a, li, dt, dd, th, td, figcaption, label, input, textarea, select {
  font-size: 1.16rem;
}

.container > h1,
.container > .inner > h1 {
  padding-top: 72px;
  color: #002662;
  font-size: 2.47rem;
  text-align: center;
}

p.descrip {
  width: 560px;
  margin: 20px auto 40px;
}

.access-map iframe {
  width: 100%;
  height: 400px;
}

ul.comment li,
ul.example li {
  text-indent: -1.2em;
  line-height: 1.5em;
  padding-left: 1.2em;
}

ul.comment li:before {
  content: "※";
}

ul.example li:before {
  content: "◎";
}

.content-column-set {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.container h3 {
  font-size: 1.16rem;
}
.container p.descrip {
  margin: 10px auto;
}

.content-column {
  width: 42.5%;
  /*
  	@if not $mobile {
  		&:first-of-type { float: left; }
  		&:last-of-type { float: right; }
  	}
  */
}
.content-column h2 {
  color: #002662;
  font-size: 1.47rem;
}
.content-column h2, .content-column figure, .content-column p {
  margin: 10px 0;
}

/*----------------*
 *	index.html
 *----------------*/
#index {
  background-color: #cdcdcd;
}
#index #page-container {
  padding-top: 0;
}
#index #idx-top {
  width: 100%;
  height: 100vh;
  /*画面サイズが変わっても常に動画の中央が表示されるようにする*/
  /*動画よりも画面が横に長くなるとき用*/
  /*動画よりも画面が縦に長くなるとき用*/
  /* Youtube link */
}
#index #idx-top h1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#index #idx-top h1 img {
  width: 400px;
}
#index #idx-top #video-area {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#index #idx-top #video {
  position: absolute;
  min-width: 100%;
  min-height: 100vh;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #index #idx-top #video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  #index #idx-top #video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#index #idx-top a.outerlink {
  background: url("../img/potal.new/youtube.svg") no-repeat;
  width: 80px;
  height: 18px;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 100;
}
#index #idx-top .menu_locallink {
  z-index: 100;
}
#index #idx-top #idx-show {
  position: relative;
  width: 100%;
  height: 100vh;
}
#index #idx-top #idx-show div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
#index #idx-top #idx-show div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
#index .content-division {
  background: #ffffff;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#index .content-division > .inner {
  padding-top: 20px;
}
#index .content-division:last-child {
  padding-bottom: 20px;
}
#index .content-division .idx-content {
  position: relative;
}
#index .content-division h1.idx-sectitle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat top center;
  background-size: contain !important;
  background-position-x: 50%;
}
#index .content-division .idx-jump2division {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 3.08rem;
  color: #ffffff;
}
#index .content-division .contentmore-btn {
  display: inline-block;
  width: 42px;
  height: 42px;
  padding: 0px;
  font-size: 3.08rem;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  text-indent: 200%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#index .content-division .contentmore-btn:before, #index .content-division .contentmore-btn:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-color: #ffffff;
}
#index .content-division .contentmore-btn:before {
  top: 5px;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
}
#index .content-division .contentmore-btn:after {
  top: 0;
  bottom: 0;
  left: 5px;
  width: 30px;
  height: 2px;
}
#index .content-division .chkbox:checked ~ .contentmore-btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #6880A6;
  border-color: #6880A6;
  color: #ffffff;
  left: 50%;
}
#index .content-division .chkbox:checked ~ .contentmore-btn:before, #index .content-division .chkbox:checked ~ .contentmore-btn:after {
  background-color: #ffffff;
}
#index .content-division .idx-content-more {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 20px 0 60px;
}
#index .content-division .chkbox:checked ~ .idx-content-more {
  display: block;
}
#index .idx-div-explain {
  padding: 10px;
  border-radius: 10px;
}
#index .idx-div-link a {
  padding: 10px 10px;
  margin: 10px 0;
  border-radius: 10px;
  position: relative;
  display: block;
}
#index .idx-div-link a:link, #index .idx-div-link a:visited, #index .idx-div-link a:active {
  color: #ffffff;
  font-size: 1.54rem;
}
#index .idx-div-link a:after {
  content: "";
  -webkit-mask: url("../img/potal.new/jumpicon.svg") no-repeat right;
          mask: url("../img/potal.new/jumpicon.svg") no-repeat right;
  background-color: #ffffff;
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
}
#index #idx-english h1.idx-sectitle {
  -webkit-mask: url("../img/potal.new/logo-jun-3corp.svg") no-repeat;
          mask: url("../img/potal.new/logo-jun-3corp.svg") no-repeat;
  background-color: #fff;
  width: 32.6041666667%;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-english .idx-jump2division:after {
  content: "";
  -webkit-mask: url("../img/potal.new/jumpicon.svg") no-repeat right;
          mask: url("../img/potal.new/jumpicon.svg") no-repeat right;
  background-color: #ffffff;
  display: inline-block;
  width: 48px;
  height: 36px;
}
#index #idx-english .idx-div-explain {
  background-color: #ecf8f8;
}
#index #idx-english .idx-div-link a {
  background-color: #2f3388;
}
#index #idx-machineshop h1.idx-sectitle {
  -webkit-mask: url("../img/potal.new/logo-jms.svg") no-repeat;
          mask: url("../img/potal.new/logo-jms.svg") no-repeat;
  background-color: #ffffff;
  width: 26.6666666667%;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-machineshop .idx-jump2division {
  -webkit-mask: url("../img/potal.new/logo-jms-kana.svg") no-repeat, url("../img/potal.new/jumpicon.svg") right no-repeat;
          mask: url("../img/potal.new/logo-jms-kana.svg") no-repeat, url("../img/potal.new/jumpicon.svg") right no-repeat;
  background-color: #ffffff;
  width: 400px;
  height: 32px;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-machineshop .idx-div-explain {
  background-color: #ecf8f8;
}
#index #idx-machineshop .idx-div-link a {
  background-color: #2f3388;
}
#index #idx-mechanic h1.idx-sectitle {
  -webkit-mask: url("../img/potal.new/logo-jam-vert.svg") no-repeat;
          mask: url("../img/potal.new/logo-jam-vert.svg") no-repeat;
  background-color: #ffffff;
  width: 19.1666666667%;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-mechanic .idx-jump2division {
  -webkit-mask: url("../img/potal.new/logo-jam-kana.svg") no-repeat, url("../img/potal.new/jumpicon.svg") right no-repeat;
          mask: url("../img/potal.new/logo-jam-kana.svg") no-repeat, url("../img/potal.new/jumpicon.svg") right no-repeat;
  background-color: #ffffff;
  width: 440px;
  height: 32px;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-mechanic .idx-div-explain {
  background-color: #fff8e8;
}
#index #idx-mechanic .idx-div-link a {
  background-color: #bf6f00;
}
#index #idx-works h1.idx-sectitle {
  -webkit-mask: url("../img/potal.new/logo-jaw.svg") no-repeat;
          mask: url("../img/potal.new/logo-jaw.svg") no-repeat;
  background-color: #ffffff;
  width: 37.0833333333%;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-works .idx-jump2division {
  -webkit-mask: url("../img/potal.new/logo-jaw-kana.svg") no-repeat, url("../img/potal.new/jumpicon.svg") right no-repeat;
          mask: url("../img/potal.new/logo-jaw-kana.svg") no-repeat, url("../img/potal.new/jumpicon.svg") right no-repeat;
  background-color: #ffffff;
  width: 406px;
  height: 32px;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-works .idx-div-explain {
  background-color: #e8ffe8;
}
#index #idx-works .idx-div-link a {
  background-color: #108800;
}
#index #idx-engineering h1.idx-sectitle {
  -webkit-mask: url("../img/potal.new/logo-jae.svg") no-repeat;
          mask: url("../img/potal.new/logo-jae.svg") no-repeat;
  background-color: #ffffff;
  width: 41.6666666667%;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-engineering .idx-jump2division {
  background: url("../img/potal.new/logo-tico.svg") no-repeat;
  width: 360px;
  height: 50px;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-engineering .idx-jump2division:after {
  content: "";
  -webkit-mask: url("../img/potal.new/jumpicon.svg") no-repeat right;
          mask: url("../img/potal.new/jumpicon.svg") no-repeat right;
  background-color: #ffffff;
  display: inline-block;
  width: 48px;
  height: 36px;
  position: absolute;
  right: 0;
}
#index #idx-engineering .idx-div-explain {
  background-color: #e8f8ff;
}
#index #idx-engineering .idx-div-link a {
  background-color: #008888;
}