@charset "UTF-8";

body {
	position: relative;
	top: 0;
	left: 0;
	background: #FFF;
	font-family: Arial, "微軟正黑體";
	word-wrap : break-word;
	overflow-wrap : break-word;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	word-break: break-all;
}
#header {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#header .hd_inner {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10vw;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 108px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}



#header .hd_inner .logo {
    width: 285px;
    text-align: center;
    position: relative;
    padding: 0 0;
    margin: 0 3vw;
}

#header .hd_inner .nav-menu {
    flex: 1;
    text-align: right;
    padding: 0 1.5vw 0 0;
}

#header .hd_inner .nav-menu .list-option {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

#header .hd_inner .nav-menu .list-option li{
    position: relative;
    display: inline-block;
    margin-right: 1vw;
}

#header .hd_inner .nav-menu .list-option li a{
    display: block;
    padding-left: 21px;
}

#header .hd_inner .nav-menu .list-option li a::after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}


#header .hd_inner .nav-menu .show-menu > .item a .nu{
    position: relative;
}


#header .hd_inner .nav-menu .show-menu > .item a .nu:before{
    content: '';
    background: #f39800;
    width: 57px;
    height: 6px;
    left: 50%;
    bottom: -48px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
}



#header .hd_inner .nav-menu .show-menu > .item a:hover .nu:before,#header .hd_inner .nav-menu .show-menu > .item .actH .nu:before{
    opacity: 1;
    transition: all 0.15s ease-in 0s;
}

#header .hd_inner .nav-menu .list-option li:nth-child(1) a::after{
    background-image:url("../img/common/icon-01.svg");
}

#header .hd_inner .nav-menu .list-option li:nth-child(2) a::after{
    background-image:url("../img/common/icon-02.svg");
}

#header .hd_inner .nav-menu .list-option li:nth-child(3) a::after{
    background-image:url("../img/common/icon-03.svg");
}

#header .hd_inner .nav-menu .show-menu .item{
    margin-right: 1.8vw;
}

#header .hd_inner .nav-menu .show-menu > .item .number-post {
    position: absolute;
    right: -12px;
    top: -9px;
    color: #063190;
}

#header .hd_inner .nav-menu .show-menu .item a {
    display: block;
    color: #333333;
    height: 28px;
}

#header .hd_inner .nav-menu .show-menu .item .menu_s a{
    display:block;
    height: auto;
}

#header .hd_inner .nav-menu .show-menu .item .menu_s li:hover{
    background-color: rgba(82, 82, 82, 1);
    transition: all 0.15s ease-in 0s;
}

#header .hd_inner .nav-menu .show-menu .item:last-child{
    margin-right: 0;
}

#header .hd_inner .nav-menu .list-option li:last-child{
    margin-right: 0;
}



#header .hd_inner .nav-menu .show-menu {
    width: 100%;
}

#header .hd_inner .nav-menu .show-menu li{
    display: inline-block;
}

.nav-menu{
}

.number-post-Wp{
    position: relative;
}

#header .hd_inner .contact-menu {
    width: 230px;
}

#header .hd_inner .contact-menu .list-phone-ct{
    position: relative;
    overflow: hidden;
    padding-left: 30px;
}

#header .hd_inner .contact-menu .list-phone-ct li{
    position: relative;
}

#header .hd_inner .contact-menu .list-phone-ct li a{
    display: block;
    padding: 12px 0 12px 0;
    color: #FFF;
}

#header .hd_inner .contact-menu .list-phone-ct li a{
    display: block;
    padding: 12px 0 12px 0;
    color: #FFF;
}

#header .hd_inner .contact-menu .list-phone-ct li:nth-child(odd){
    width: 186px;
    margin-left: 27px;
}

#header .hd_inner .contact-menu .list-phone-ct li:nth-child(even){
    width: 213px;
}

#header .hd_inner .contact-menu .list-phone-ct .tel-Icon span {
    position: relative;
    padding-left: 26px;
}

#header .hd_inner .contact-menu .list-phone-ct .tel-Icon span::after {
    content:"";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("../img/common/icon-04.svg");
}


#header .hd_inner .contact-menu .list-phone-ct li:nth-child(even):before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    opacity: 0.2;
}

#header .pulldown{
    position: relative;
    
}

#header .pulldown.active .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    transition: all 0.15s ease-in 0s;
}
#header .pulldown.active .menu_s{
    display:flex;
    opacity: 100;
    transition: all 0.15s ease-in 0s;
}
#header .pulldown .menu_s {
    position: relative;
    display: none;
    opacity: 0;
    top: -21px;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all 0.2s ease-in 0s;
    background-color: #F0F0F0;
    text-align: center;
    padding: 0 0 0 0;
}

#header .pulldown .menu_s span:before{
    opacity: 0;
    
}
#header .pulldown .menu_s a:hover span:before {
    right: -13px;
    top: -8px;
    padding: 0 0;
    position: absolute;
    transition: all 0.15s ease-in 0s;
    opacity: 1;
}
#header .pulldown .prt1 a:hover .hvr:before {
    content: '6';
}
#header .pulldown .prt2 a:hover .hvr:before {
    content: '4';
}
#header .pulldown .prt3 a:hover .hvr:before {
    content: '2';
}
#header .pulldown .prt4 a:hover .hvr:before {
    content: '4';
}
#header .pulldown .prt5 a:hover .hvr:before {
    content: '3';
}
#header .pulldown .prt6 a:hover .hvr:before {
    content: '4';
}
#header .pulldown .prt7 a:hover .hvr:before {
    content: '2';
}
#header .pulldown .prt8 a:hover .hvr:before {
    content: '1';
}

#header .pulldown.active .menu_s ul{
    display: none;
    list-style: none;
    position: absolute;
    top: 0;
    left: calc(( 210px - 100% ) / -2 );
    width: 210px;
}

#header .pulldown.active:hover {
  cursor: pointer;
}
#header .pulldown.active:hover .menu_s{
    
}
#header .pulldown.active:hover .menu_s ul {
  display: block;
    overflow: hidden;
    border-radius: 5px;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li{
    display: block;
    background-color: rgba(51, 51, 51, 1);
    position: relative;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li a {
    padding: 13px 17px;
    display: block;
    position: relative;
    color: #FFF;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    padding: 0 0;
    position: absolute;
    background-color: #000;
    opacity: .5;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li:after {
        content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    padding: 0 0;
    position: absolute;
    background-color: #FFF;
    opacity: .1;
}












a[href^="tel"] {
    pointer-events: none;
}

.c-btn {
    background-color: #073190;
    
}

.c-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-21.35deg);
    transform: skewX(-21.35deg);
}

.c-btn span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.c-txt{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



#slidBnr {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
}
		
.zs-enabled{position:relative}.zs-enabled .zs-slideshow,.zs-enabled .zs-slides,.zs-enabled .zs-slide{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden}.zs-enabled .zs-slideshow .zs-slides .zs-slide{background:transparent none no-repeat 50% 50%;background-size:cover;position:absolute;visibility:hidden;opacity:0;-webkit-transform:scale(1.1, 1.1) rotate(0.1deg);-moz-transform:scale(1.1, 1.1) rotate(0.1deg);-ms-transform:scale(1.1, 1.1) rotate(0.1deg);-o-transform:scale(1.1, 1.1) rotate(0.1deg);transform:scale(1.1, 1.1) rotate(0.1deg)}.zs-enabled .zs-slideshow .zs-slides .zs-slide.active{visibility:visible;opacity:1}
.zs-enabled .zs-slideshow .zs-bullets{ 
    z-index:4;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet{
    cursor:pointer;width:6px;height:6px;border-radius:50%;margin:40px 0;background-color:#FFF;
}
.zs-enabled .zs-slideshow .zs-bullets
.zs-bullet.active{background-color:#f39800}
.zs-enabled .zs-slideshow:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background:transparent none repeat 0 0}

#footer {
  background: #eef0f5;
}

#footer .ft-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-top: -132px;
    padding: 0 0 0 0;
    align-items: center;
    position: relative;
    z-index: 2;
}

#footer .ft-contact__left {
  width: 50%;
  padding: 3.5vw 5vw;
  border-right: 1px solid #e1e1e1;
}

#footer .ft-contact__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer .ft-contact__right {
  width: 50%;
  padding: 3.5vw 5vw;
}

#footer .ft-contact .ft-phone {
  margin-bottom: 20px;
}

#footer .ft-contact .ft-phone a {
  color: #333;
  display: inline-block;
}

#footer .ft-contact .ft-phone a .telIc {
  margin-bottom: 10px;
  display: block;
}

#footer .ft-contact .ft-phone a svg {
  -webkit-transform: translate(7px, 6px);
      -ms-transform: translate(7px, 6px);
          transform: translate(7px, 6px);
}

#footer .flex-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
}

#footer .flex-ft .logo-ft {
  width: 206px;
}

#footer .flex-ft .logo-ft a{
    display: block;
  width: 206px;
}


#footer .flex-ft .nav-ft {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#footer .flex-ft .nav-ft li {
  margin-left: 34px;
}

#footer .flex-ft .nav-ft li:first-child {
  margin-left: 0;
}


.btn-mail a {
  background: #073190;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin: 0 auto;
          justify-content: center;
    color: #FFF;
}



.btn-mail a svg {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.copy-right {
  background: #333333;
  padding: 33px 0;
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.is-locked body {
  -webkit-overflow-scrolling: auto;
}

.inner {
  display: block;
  margin: 0 10vw;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
}

a:hover {
}
.ttlcomp-01 {
  text-align: center;
  margin-bottom: 70px;
}

.ttlcomp-01 .en {
  display: block;
  margin-bottom: 13px;
}

.ttlcomp-02 {
  padding-bottom: 23px;
  border-bottom: 1px solid #e3e3e3;
}

.ttlcomp-03 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.ttlcomp-03 .en {
    padding-right: 15px;
}
.txt-basic span {
  display: block;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.btn {
    position: relative;
  display: inline-block;
  padding-right: 50px;
}

.btn.orange:after {
  border-color: #f39800;
}

.btn:before {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  border: 1px solid #e4e4e5;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


.btn.orange:hover:before {
    background-color: #f39800;
    border: 1px solid #f39800;
    transition: all 0.15s ease-in 0s;
}

.btn.blue:hover:before {
    background-color: #073190;
    border: 1px solid #073190;
    transition: all 0.15s ease-in 0s;
}

.btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #073190;
  border-right: 2px solid #073190;
  position: absolute;
  right: 18px;
  top: 47%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.btn:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: all 0.15s ease-in 0s;
}

.table-component tr td{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.table-component .trtd:hover{
        background: #FFF;
}

.btn-comp01 {
  max-width: 213px;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
  background: #fff;
  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;
  position: relative;
  outline: 0;
  cursor: pointer;
}


.btn-comp01:after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #bebebe;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 22px;
  border: none;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.btn-comp01:before {
  content: "";
  display: block;
  height: 1px;
  width: 11px;
  background: #bebebe;
  position: absolute;
  top: 49%;
  right: 17px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-radius: 0;
  border: none;
}

.btn-comp02{
    display: inline-block;
    border-radius: 50px;
    padding: 10px 25px;
    background: #333333;
    margin: 0 auto;
}

.btn-comp02 .icWps{
    display: block;
    overflow: hidden;
    height: 25px;
}

.btn-comp02 .icWps .ic{
    display: block;
    position: relative;
    height: 25px;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}
.btn-comp02.col1:hover{
    background-color: #f29300;
}
.btn-comp02.col2:hover{
    background-color: #f29300;
}
.btn-comp02:hover .icWps .ic{
    transform: translateY(-100%);
}
.btn-comp02 .icWps .ic:before {
    content: 'PDF';
    width: 100%;
    height: 100%;
    left: 0;
    top: 25px;
    position: absolute;
}

.btn-comp02--disabled {
  background: #dbdde1;
  pointer-events: none;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translate(0px, 120px);
  -ms-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fade-up.active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sec-mv {
	position:relative;
	display:table;
	width:100%;
	height:100%;
	color:#FFF;
	text-align:center;
}

.sec-mv .inner {
  position: relative;
}

.sec-mv .pagingInfo {
  position: absolute;
  top: 52.85%;
  right: 76px;
  z-index: 10;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-mv .pagingInfo span {
  display: inline-block;
  padding: 2px;
}

.sec-mv .pagingInfo span:nth-child(1) {
  -webkit-transform: translate(38px, -29px);
      -ms-transform: translate(38px, -29px);
          transform: translate(38px, -29px);
}

.sec-mv .pagingInfo span:nth-child(2) {
  width: 50px;
  height: 1px;
  background: #fff;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(-58deg);
      -ms-transform: rotate(-58deg);
          transform: rotate(-58deg);
  right: -18px;
  top: -16px;
}

.sec-mv .pagingInfo span:nth-child(3) {
  margin-top: 20px;
}

.sec-mv .slick-prev, .sec-mv .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  right: 80px;
  top: 47.25%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-mv .slick-prev:before, .sec-mv .slick-next:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 63%;
  left: 38%;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.sec-mv .slick-prev {
  left: auto;
  top: 58.5%;
}

.sec-mv .slick-prev:before {
  -webkit-transform: rotate(-135deg) translate(-50%, -50%);
      -ms-transform: rotate(-135deg) translate(-50%, -50%);
          transform: rotate(-135deg) translate(-50%, -50%);
  top: 10%;
}

.slider-home {
  position: relative;
}

.slider-home:before {
  content: '';
  background: rgba(0, 72, 150, 0.31);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-home .item {
  outline: none !important;
}

.slider-home .item img {
  width: 100%;
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-content {
  position: absolute;
  top: 52.45%;
  left: 50%;
  width: 100%;
  text-align: center;
  padding: 0 4.5vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mv-ttl {
  color: #fff;
  
}


.mv-post {
  position: absolute;
  right: 10vw;
  bottom: 120px;
  z-index: 3;
    max-width: 270px;
}

.mv-post a {
  display: block;
}

.mv-post__img {
  width: 100%;
  position: relative;
    overflow: hidden;
}

.mv-post__img img {
  width: 100%;
}

.mv-post__ttl {
    padding-top: 10px;
}

.tx-mv{
    position: absolute;
    display: block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.mv-scroll {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    line-height: 1;
    vertical-align: middle;
    bottom: 150px;
    left: 0;
    transition: .4s cubic-bezier(.42,0,.58,1);
    overflow: hidden;
}

.heading-ttl{
    margin-bottom: 30px;
}

.mv-scroll:before {

    left: 50%;
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.3);
    z-index: 0;
    height: 100%;
}

.mv-scroll:after {
    left: 50%;
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    bottom: 100%;
    background: rgba(243,152,0,1);
    z-index: 1;
    height: 0;
    animation-name: scrollBar;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    animation-iteration-count: infinite;
}

@-webkit-keyframes scrollBar{
    0%{bottom:150px;height:0}
    5%{bottom:70px;height:80px}
    100%{bottom:-80px;height:80px}
}
@keyframes scrollBar{
    0%{bottom:150px;height:0}
    5%{bottom:70px;height:80px}
    100%{bottom:-80px;height:80px}
}


.sec-support {
  padding: 70px 0 200px;
  background: url("../img/index/bg-04.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

.sec-support:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.sec-support .inner {
  position: relative;
  z-index: 2;
}

.support-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
}
.support-item {
    width: 31%;
    padding: 0 0;
}


.support-item a {
  display: block;
  text-align: center;
}


.support-img {
  background: #fff;
  padding: 40px;
  margin-bottom: 31px;
  position: relative;
}

.support-img .icon-link {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 12px;
  height: 20px;
  z-index: 10;
}

.support-img .icon-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #f39800;
}

.support-img .icon-link:after {
  content: '';
  position: absolute;
  right: -3px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #f39800;
  border-right: 2px solid #f39800;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.support-ttl {
  margin-bottom: 16px;
}

.news-post {
  margin-top: -69px;
  padding: 0 3vw 0 3vw;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11;
    height: 138px;
}

.news-post .ttl-news {
    position: relative;
    min-width: 100px;
}

.news-post .ttl-news:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 40%;
    background: #6a6a6a;
}
.news-post .post-link .date{
    min-width: 100px;
}

.news-post{
    padding-right:5vw;
    padding-left: 42px;
}
.news-post .post-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 2vw;
}

.news-post .news-link {
  position: absolute;
  right: 49px;
  width: 30px;
  height: 30px;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


#id-scroll{
  position: relative;
}

#id-scroll:after {
  content: '';
  background: #eef0f5;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
    z-index: -2;
}

.sec-concept {
  padding: 70px 0 70px;
  position: relative;
  overflow: hidden;
}

.sec-concept:after {
  content: '';
  background: #eef0f5;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -20%;
  right: -79.55%;
  -webkit-transform: rotate(-63.7deg);
      -ms-transform: rotate(-63.7deg);
          transform: rotate(-63.7deg);
}

.sec-concept .flex-concept {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3vw 70px;
}

.sec-concept .flex-concept .heading-block {
  width: 50%;
}

.sec-concept .flex-concept .btn {
  margin-bottom: 40px;
}

.sec-concept .flex-concept__more {
  width: 50%;
  padding-top: 3px;
  text-align: right;
}

.sec-concept .flex-concept .txt-basic {
  text-align: left;
}

.concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}

.concept-item {
  width: 33.33%;
}

.concept-img {
  margin-bottom: 50px;
}

.concept-img img {
  width: 100%;
}

.concept-ttl {
  padding-left: 57px;
  position: relative;
}

.concept-ttl span {
  display: block;
}

.concept-ttl span:first-child {
}

.concept-ttl span:last-child {
}


.slide{
	background: #2797ff;
	color: #fff;
	font-size: 48px;
	height: 400px;
	line-height: 400px;
	margin:0 20px;
	text-align: center;
}

.sec-product-index {
  background: url("../img/index/bg-02.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0;
}

.sec-product-index:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.sec-product-index .inner {
  position: relative;
  z-index: 2;
}

.product-slider {
  position: relative;
  z-index: 2;
}

.product-slider * {
  outline: none !important;
}

.product-slider a {
  display: block;
}

.product-slider .slick-prev:hover, .product-slider .slick-next:hover {
    background-color: #FFF;
    border: 1px solid #f39800;
    transition: all 0.15s ease-in 0s;
}


.product-slider .slick-prev, .product-slider .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f39800;
  position: absolute;
  z-index: 10;
  left: 9.75%;
  top: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


.product-slider .slick-prev:before, .product-slider .slick-next:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 41%;
  left: 56%;
  position: absolute;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.product-slider .slick-prev:hover:before, .product-slider .slick-next:hover:before {
    border-top: 2px solid #f39800;
    border-left: 2px solid #f39800;
    transition: all 0.15s ease-in 0s;
}

.product-slider .slick-next {
  left: auto;
  right: 10%;
}

.product-slider .slick-next:before {
  content: '';
  left: 32%;
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
      -ms-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
}


.product-item {
  padding: 0 15px;
}
.product-img {
    padding: 40px;
    background-color: #FFF;
    margin-bottom: 40px;
}

.product-img img {
  width: 100%;
}

.product-ttl {
  margin-bottom: 15px;
}

.sec-company-index {
  padding: 71px 0 75px;
  position: relative;
  overflow: hidden;
}

.sec-company-index:after {
  content: '';
  background: #eef0f5;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -20%;
  left: -97.75%;
  -webkit-transform: rotate(63.7deg);
      -ms-transform: rotate(63.7deg);
          transform: rotate(63.7deg);
}


.sec-company-index * {
  position: relative;
  z-index: 2;
}

.flex-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.flex-company__img {
  width: 40%;
}

.flex-company__img img {
  width: 100%;
}

.flex-company__ct {
    width: 60%;
    padding-left: 7vw;
    padding-right: 3vw;
}


.flex-company__ct .txt-basic {
  margin-bottom: 45px;
}

.flex-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-recruit__ct {
  padding-left: 3vw;
  width: 45%;
}


.flex-recruit__ct .txt-basic {
  margin-bottom: 43px;
}

.flex-recruit__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0;
  width: 55%;
  padding-left: 7vw;
}



.flex-recruit__img li {
  width: 50%;
}


.flex-recruit__img li:nth-child(1) {
    margin-right: 1.5vw;
}

.flex-recruit__img li:last-child {
    margin-left: 1.5vw;
}

.flex-recruit__img li:last-child .reIm:nth-child(1) {
    padding-bottom: 1.5vw;
}

.flex-recruit__img li:last-child .reIm:last-child {
   padding-top: 1.5vw;
   padding-right: 5vw;
}
.flex-recruit__img li:last-child img:nth-child(1) {
    /*margin-bottom: 1.5vw;*/
}

.flex-recruit__img li:last-child img:last-child {
    /*margin-top: 1.5vw;
    padding-right: 5vw; reIm*/
}

.flex-recruit__img li img {
    width: 100%;
}


.flex-recruit__img li img:last-child {
}

.sec-mv-page {
    width: 100%;
    position: relative;
    z-index: -1;
    min-height: 430px;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_products{
    background-image:url("../img/common/products-mv.jpg");
}
.bg_company{
    background-image:url("../img/common/company-mv.jpg");
}
.bg_contact{
    background-image:url("../img/common/contact-mv.jpg");
}
.bg_support{
    background-image:url("../img/common/support-mv.jpg");
}
.bg_concept{
    background-image:url("../img/common/concept-mv.jpg");
}
.bg_report{
    background-image:url("../img/common/report-mv.jpg");
}
.bg_dowload{
    background-image:url("../img/common/dowload-mv.jpg");
}
.bg_movie{
    background-image:url("../img/common/movie-mv.jpg");
}
.bg_movie2{
    background-image:url("../img/common/movie-mv2.jpg");
}
.bg_movie3{
    background-image:url("../img/common/movie-mv3.jpg");
}
.bg_news{
    background-image:url("../img/common/news-mv.jpg");
}
.bg_recruit{
    background-image:url("../img/common/recruit-mv.jpg");
}

.sec-mv-page.bg_recruit {
    min-height: 850px;
}

.sec-mv-page:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 72, 150, 0.21);
}


.sec-mv-page .mv--ttl {
    position: absolute;
    top: 56%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.sec-mv-page .mv--ttl span {
  display: block;
  text-align: center;
  color: #fff;
}

.sec-mv-page .mv--ttl span.jp {
}

.sec-mv-page .mv--ttl span.en {
  margin-bottom: 20px;
}

.sec-mv-page.mv-page-recruit .mv-content {
  width: 100%;
  z-index: 10;
}

.sec-mv-page.mv-page-recruit .mv--ttl {
  position: static;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  margin-bottom: 50px;
}


.sec-company .company-nav {
  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;
  background: #333333;
  padding: 0 0 0;
  position: relative;
  z-index: 1;
}
.sec-company .company-nav li{
    position: relative;
}
.sec-company .company-nav li:before{
    position: absolute;
    
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #5f5f5f;
}

.sec-company .company-nav li a {
    display: block;
    position: relative;
    padding: 30px 50px;
}

.sec-company .company-nav li a:after{
    content: "";
    display: none;
    width: 50%;
    height: 2px;
    background: #f39800;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.sec-company .company-nav li a:hover:after,.sec-company .company-nav li .active:after{
    display:block;
}

.sec-company .company-nav li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.sec-company .company-nav li:last-of-type:before {
    display: none;
}

.sec-company .company-nav li.active a:after {
  display: block;
}

.sec-company .company-block {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}


.sec-company .company-block .inner {
  position: relative;
  z-index: 1;
}

.sec-company .company-block .flex {
    align-items: center;
}

.sec-company .company-block .img {
    width: 35%;
}

.sec-company .company-block .info {
    width: 65%;
    padding: 0 10vw;
}

.sec-company .company-block .imgM {
    width: 50%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
}

.sec-company .company-block .infoM {
    width: 50%;
    padding: 0 70px;
}

.sec-company .company-block .info .txt-company {
}

.sec-company .company-block .info .txt-company p {
}

.sec-company .company-block .info .txt-company p:last-of-type {
}

.lineBg {
  position: relative;
    overflow: hidden;
}
.lineBg::after,.sec-movie::after {
    content: '';
    position: absolute;
    left: -47%;
    top: 0;
    transform: skewY(-68.5deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #e9f4f9;
}
.lineBg::before,.sec-movie::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 47%;
    height: 100%;
    background: #e9f4f9;
}
.company-block2{
    padding: 70px 0 0 0;
}
.sec-company .company-block .info .txt-company p.txt-sign {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.heading-block {
}

.heading-block .heading-sub {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.heading-block .heading-sub strong {
  margin-right: 7px;
}


.color-blue {
  color: #073190 !important;
}

.color-orange {
  color: #f39800 !important;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb .breadcrumb-block {
  display: flex;
  padding-top: 35px;
  border-top: 1px solid #e1e1e1;
}


.breadcrumb-block li{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
}

.breadcrumb-block li:before {
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
    transform: rotate(45deg);
}

.breadcrumb-block li:last-child:before {
    display: none;
}

.breadcrumb-block li a{
    position: relative;
}

.mv--ttl-wp{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.mv--ttl-wp .mv-ttl-h1{
    padding: 138px 0 35px 0;
    
}

.mv--ttl-wp .mv-desc{
    
}

.breadcrumb li:first-of-type a{
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
}

.breadcrumb li:first-of-type a:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/common/arrowLogo.svg") no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb span {
}

.breadcrumb span a {
}

.breadcrumb span a:before {
}

.sec-products {
  padding-top: 70px;
}

.sec-products .flex {
    display: flex;
}

.sec-products .flex .category {
  width: 340px;
  margin-top: -140px;
}

.sec-products .flex .category .category-inr{
  background: #333333;
  padding: 50px;
}

.sec-products .flex .category__ttl {
  padding-left: 25px;
  margin-bottom: 2vw;
  position: relative;
}

.sec-products .flex .category__ttl:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #f39800;
  border-radius: 50%;
position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.sec-products .flex .category .active ul{
    margin-bottom: 25px;
    
}

.sec-products .flex .category ul > li ul li {
  position: relative;
}

.sec-products .flex .category ul li a{
    display: block;
    margin-bottom: 15px;
}
.sec-products .flex .category ul li li a{
    display: block;
    padding-left: 15px;
    margin-bottom: 15px;
    
}
.sec-products .flex .category ul > li ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #6a6a6a;
  top: 11px;
  left: 0;
  position: absolute;
}

.sec-products .flex .category ul > li.active > a {
  color: #888585;
}

.sec-products .flex .category ul li a{
    position: relative;
    
}

.sec-products .flex .category ul > li.active > a span {
  color: #888585;
}

.sec-products .flex .product-main {
    flex: 1;
    padding-left: 5vw;
}

.sec-products .flex .product-main .product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
}

.sec-products .flex .product-main .product-heading .heading-left {
    flex: 1;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 19px 0 19px 8px;
}

.hvr{
    position: relative;
    display: inline-block;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li {
  margin-right: 30px;
    margin-bottom: 15px;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li {
  margin-right: 30px;
    margin-bottom: 15px;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li:last-of-type {
  margin-right: 0;
    margin-bottom: 0;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-products .flex .product-main .product-heading .heading-right {
  width: 228px;
  padding-left: 30px;
  position: relative;
  top: -23px;
  right: 5px;
}

.sec-products .flex .product-main .product-heading .heading-right img{
  width: 100%;
}

.sec-products .flex .product-main .product-description {
    padding-bottom: 60px;
}

.sec-products .flex .product-main .product-description .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0;
}

.sec-products .flex .product-main .product-description .flex .box-left {
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series {
    display: flex;
    flex-wrap: wrap;
    padding-top: 6px;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li {
  margin-right: 33px;
  padding-left: 56px;
  position: relative;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li:before {
  content: "";
  display: block;
  width: 22px;
  height: 5px;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  border-radius: 22px;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li:after {
  content: "…";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 0;
  color: #CCC;
  left: 32px;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li:last-of-type {
  margin-right: 0;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li.blue:before {
  background: #00a0e9;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li.pink:before {
  background: #e4007f;
}

.sec-products .flex .product-main .product-description .flex .box-right {
  width: 213px;
}

.sec-products .flex .product-main .series-content {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    margin-top: 30px;
}

.sec-products .flex .product-main .series-content .item {
  padding: 3vw;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-products .flex .product-main .series-content .item__name {
  width: 136px;
  padding-bottom: 20px;
  position: relative;
}

.sec-products .flex .product-main .series-content .item__name:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-products .flex .product-main .series-content .item__name span {
  display: block;
}

.sec-products .flex .product-main .series-content .item__name.blue:after {
  background: #00a0e9;
}

.sec-products .flex .product-main .series-content .item__name.pink:after {
  background: #e4007f;
}

.sec-products .flex .product-main .series-content .item__detail {
    padding-left: 3vw;
    flex: 1;
}

.sec-products .flex .product-main .series-content .item:last-of-type {
  border-bottom: none;
}

.sec-products .flex .product-main .list-table-product .table-block {
    padding-bottom: 60px;
}

.sec-products .flex .product-main .list-table-product .table-block:last-of-type {
}

.table-component {
  width: 100%;
}

.table-component dl{
    width: 100%;
    background: #eef0f5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.table-component dl .row1,.table-component dl .td1{
    text-align: left;
    width: 70%;
    position: relative;
}

.table-component dl .row1:before,.table-component dl .td1:before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  right: -1px;
  position: absolute;
}
.table-component dl .row2,.table-component dl .td2{
    width: 15%;
  text-align: center;
    position: relative;
    
}
.table-component dl .row3,.table-component dl .td3{
    width: 15%;
  text-align: center;
    position: relative;
    
}
.table-component dl .row2:before,.table-component dl .td2:before,.table-component dl .row3:before,.table-component dl .td3:before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  position: absolute;
}

.table-component dl{
    border-bottom: 1px solid #FFF;
}
.table-component dl .row1{
    padding: 15px 30px;
}

.table-component dl .row2,.table-component dl .row3{
    padding: 15px 0;
}

.table-component .td1{
    padding: 10px 30px;
    
}

.td2{
    width: 100px;
    text-align: center;
    padding:  10px 0;
    
}

.td3{
    width: 120px;
    text-align: center;
    padding:  10px 0;
    
}

.table-component tr td:nth-child(1) {
}

.table-component .td1 span {
  position: relative;
    padding-left: 31px;
}


.table-component .trtd span:before {
    content: "";
    width: 22px;
    height: 5px;
    border-radius: 22px;
    margin-right: 7px;
    position: absolute;
    top:7px;
    left: 0;
}

.table-component .trtd span.blue:before {
  background: #00a0e9;
}

.table-component .trtd span.pink:before {
  background: #e4007f;
}


.btn-series.active {
  background: #333;
  color: #fff;
}

.btn-series.active:before {
  background: #fff;
}

.btn-series.active:after {
  display: none;
}

.page-recruit .mv-content {
  top: auto;
  bottom: 9%;
}

.page-recruit .mv-content .mv-ttl {
  margin-bottom: 36px;
}

.sec-movie {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}



.sec-movie .inner {
  position: relative;
  z-index: 1;
}

.sec-movie .ttlcomp-01 {
  margin-bottom: 70px;
}

.movie-block {
  position: relative;
  margin-bottom: 70px;
  height: 620px;
    overflow: hidden;
}

.movie-block iframe {
  width: 100%;
  height: 520px;
}

.movie-block .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.movie-block .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie-block .img.hide {
  opacity: 0;
  visibility: hidden;
}

.movie-block .btn-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.movie-block .img img{
    width: 100%;
}

.movie-block .btn-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
}

.movie-block .btn-movie span:after {
    content: 'PLAY MOVIE';
    width: 100%;
    height: 100%;
    left: 0;
    top: 34px;
    position: absolute;
    display: block;
}

.movie-block .btn-movie span{
    position: relative;
}

.movie-block .btn-movie:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #f39800;
}

.movie-block .btn-movie #play {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: 0;
  color: #fff;
  padding: 0;
}

.movie-block .btn-movie #play span{
    display: block;
    height: 34px;
}

.movie-block .btn-movie.hide {
  opacity: 0 !important;
  visibility: hidden;
}


.sec-job-list {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-job-list .ttlcomp-01 {
  margin-bottom: 70px;
}

.job-list-block {
  margin-bottom: 70px;
}

.job-list-block dl {
  border: 1px solid #e1e1e1;
  border-bottom: none;
}

.job-list-block dl:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}

.job-list-block dl dt {
  padding: 40px 70px 40px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}


.job-list-block dl dt span:first-of-type {
  color: #073190;
  margin-right: 22px;
  position: relative;
  top: 2px;
}


.job-list-block dl dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #bebebe;
  position: absolute;
  top: calc(50% - 11px);
  right: 66px;
}

.job-list-block dl dt:before {
  content: "";
  display: block;
  height: 1px;
  width: 21px;
  background: #bebebe;
  position: absolute;
  top: 49%;
  right: 56px;
}

.job-list-block dl dd {
  display: none;
  padding: 0px 0px;
}

.job-list-block dl dd .list-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
}


.job-list-block dl dd .list-content .item:first-of-type {
  width: 50%;
  padding: 35px 35px 70px 70px;
}


.job-list-block dl dd .list-content .item:last-of-type {
  width: 50%;
  padding: 35px 70px 70px 35px;
}

.job-list-block dl dd .list-content .item li {
  padding: 35px 0;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-list-block dl dd .list-content .item li span {
  display: block;
}

.job-list-block dl dd .list-content .item li span:first-of-type {
  width: 145px;
}

.job-list-block dl dd .list-content .item li span:last-of-type {
  width: calc(100% - 145px);
  padding-left: 6px;
}

.job-list-block dl.active {
  border: none;
}

.job-list-block dl.active dt {
  background: #333;
}

.job-list-block dl.active dt span {
  color: #fff;
}

.job-list-block dl.active dt:after {
  display: none;
}

.entry-block {
}

.entry-block a {
  display: block;
  position: relative;
}
.entry-block__content .entry-ttl:nth-child(2):before {
  content: "";
  display: block;
  background: rgba(1, 53, 109, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.entry-block__content .entry-ttl:nth-child(3):before {
  content: "";
  display: block;
  background: rgba(1, 53, 109, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.entry-block__content {
    display: flex;
    width: 100%;
}

.entry-block__content .entry-ttl {
    position: relative;
    width: 33.333%;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:rgba(7,49,144,1);
}

a:hover .entry-block__content .entry-ttl:nth-child(1){
    background:rgba(7,49,144,.8);
}

.entry-block__content .entry-ttl span.jp{
    padding-right: 15px;
}

.entry-block__content .entry-ttl .wp{
    text-align: left;
}


.entry-block__content .entry-ttl:nth-child(2){
    background-image:url("../img/recruit/img-entry02.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.entry-block__content .entry-ttl:nth-child(3){
    background-image:url("../img/recruit/img-entry03.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.entry-block__content .entry-ttl span {
  display: block;
}

.entry-block__content .entry-ttl span.en {
  margin-bottom: 15px;
}

.entry-block__content .entry-ttl span.jp {
  position: relative;
}

.entry-block__content .entry-ttl span.jp:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 47%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.sec-contact {
  padding-top: 70px;
}

.txt-contact h1{
    padding-bottom: 35px;
    
}

.txt-contact {
  text-align: center;
  margin-bottom: 70px;
}

.lnk{
    margin-top: 35px;
    position: relative;
}

.lnkUl{
    margin-top: 35px;
    position: relative;
    display: flex;
}

.lnkUl li{
    margin-right: 35px;
    
}

.list-steps {
  max-width: 85%;
  margin: 0 auto 70px;
  display: flex;
}

.list-steps .item {
  width: 33.33%;
  text-align: center;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 17px;
}

.list-steps .item span {
  display: block;
}

.list-steps .item span:first-of-type {
  margin-bottom: 10px;
}


.list-steps .item.active {
  border-color: #073190;
}

.list-steps .item.active span {
  color: #073190;
}

.main-form {
  margin-bottom: 70px;
}

.main-form dl {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
}

.main-form dl:last-of-type {
  margin-bottom: 70px;
}

.main-form dl dt {
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.main-form .label,.main-form dl dd{
    padding-top: 6px;
    
}

.main-form dl dt span.required {
    padding: 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #d52a2e;
}


.main-form dl dt span.required-02 {
    padding: 8px 8px;
  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;
  border-radius: 3px;
  background: #073190;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form dl dt span.required {
    padding-top: 4px;
  }
}

.main-form dl dt span.any {

    padding: 8px 8px;
  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;
  border-radius: 3px;
  color: #073190;
  border: 1px solid #073190;
    background-color: #FFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form dl dt span.any {
    padding-top: 4px;
  }
}

.main-form dl dd {
    padding-left: 40px;
    flex: 1;
}

.form-control {
  padding: 70px 0;
  background: #eef0f5;
}



.form-control .btn-submit {
  width: 85%;
  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;
  margin: 0 auto;
    background:rgba(7,49,144,1);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
    padding: 50px 0;
}

.form-control .btn-submit:hover {
    background:rgba(7,49,144,.8);
}

.form-control .btn-submit .wp{
    position: relative;
    display: block;
    height: 28px;
    overflow: hidden;
}

.form-control .btn-submit .wp .tx{
    position: relative;
    display: block;
    height: 28px;
}
.form-control .btn-submit .wp .tx:before {
    content: '送信内容を確認する';
    width: 100%;
    height: 100%;
    left: 0;
    top: 29px;
    position: absolute;
}
.form-control .btn-submit .wp .tx.snd2:before {
    content: '上記内容で送信する';
}
.form-control .btn-submit .wp .tx,.form-control .btn-submit .wp .tx:before {
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.backBtn{
    position: relative;
    margin-bottom: 35px;
    padding-left: 20px;
}

.backBtn:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #073190;
    border-left: 1px solid #073190;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    margin: -2px 0 0 0;
}

.form-control .btn-submit:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #b6c2de;
  border-right: 1px solid #b6c2de;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.btn-submit:hover .wp .tx{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


.error {
  margin-top: 5px;
  display: block;
}

.input-form {
  width: 100%;
  border-radius: 3px;
  background: #eef0f5;
  outline: 0;
  border: none;
  padding: 8px 18px;
}

.main-form .w1 {
    max-width: 80%;
}
.main-form .w2 {
    max-width: 50%;
}
.main-form .w3 {
    max-width: 100%;
}
.main-form .w4 {
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-form {
    padding-top: 4px;
  }
}

.textarea-form {
    width: 100%;
  height: 280px;
  border-radius: 3px;
  background: #eef0f5;
  outline: 0;
  border: none;
  padding: 20px 22px;
  resize: vertical;
}

.news-block {
  padding: 70px 0 70px;
}


.posts-list {
    width: 100%;
}


.posts-item {
    width: 100%;
  background: #eef0f5;
}

.posts-item:nth-child(2n) {
  background: #fff;
}

.posts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 63px 35px;
}

.posts-item .wps {
    position: relative;
    display: flex;
    width: 100%;
}
.posts-item .date {
    color: #f39800;
    width: 100px;
}

.posts-item p {
    color: #333;
    flex: 1;
}

.sec-concept-main {
  padding: 70px 0 70px;
}

.concept-box {
  display: flex;
  margin: 0 auto 70px;
}

.concept-box .flex-concept {
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 3vw 0;
}

.concept-box__left {
  width: 50%;
}


.concept-box__right {
  width: 50%;
}

.abund-box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.ttl-concept{
    padding-right: 3vw;
}


.abund-box__img {
  width: 50%;
}

.abund-box__img span{
    display:  block;
    padding-right: 70px;
}

.abund-box__img img {
  width: 100%;
}

.abund-box__ct {
  width: 50%;
  padding-left: 0;
  position: relative;
}


.abund-box__txt {
  padding-right: 10vw;
  padding-left: 3vw;
}

.abund-box__txt .txt-basic {
}

.abund-box__txt02 {
  padding-top: 0px;
}

.abund-box__ttlWp{
    color: #eef0f5;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: -1;
    height: 120px;
}

.abund-box__ttlWp.lt{
    left: 0;
}

.abund-box__ttl {
}




.abund-box__ttl02 {
  right: 0px;
  top: 0px;
}



.ttlcomp-04 {
  color: #333;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}


.ttlcomp-04 .num {
  display: block;
    padding: 70px 0 30px 0;
}

.ttlcomp-04 .tl {
  display: block;
}


.machine-box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}


.machine-box__ct {
    width: 40%;
}

.machine-box__txt {
  position: relative;
    margin-left: 10vw;
}


.machine-box__img {
    width: 60%;
}

.machine-box__img span{
    padding-left: 10vw;
    padding-right: 3vw;
    display: block;
}

.machine-box__img img {
  width: 100%;
}

.machine-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 70px;
}

.machine-list:after {
    content: "";
    display: block;
    width: 30%;
}



.machine-item {
    width: 30%;
    padding: 0 0;
}

.machine-list .machine-item:nth-child(4) .txt-basic,.machine-list .machine-item:nth-child(5) .txt-basic{
    padding-bottom: 0;
}

.machine-img {
  position: relative;
  overflow: hidden;
}

.machine-list .machine-item:nth-of-type(2) .mask:after{
    animation-delay:.15s;
}

.op .machine-list .machine-item:nth-of-type(2) .mask img {
    transition-delay: .70s;
}

.machine-list .machine-item:nth-of-type(3) .mask:after{
    animation-delay:.30s;
}

.op .machine-list .machine-item:nth-of-type(3) .mask img {
    transition-delay: .85s;
}

.machine-list .machine-item:nth-of-type(4) .mask:after{
    animation-delay:.45s;
}

.op .machine-list .machine-item:nth-of-type(4) .mask img {
    transition-delay: 1.00s;
}

.machine-list .machine-item:nth-of-type(5) .mask:after{
    animation-delay:.60s;
}

.op .machine-list .machine-item:nth-of-type(5) .mask img {
    transition-delay:1.15s;
}

.machine-item .txt-basic{
    padding: 15px 0 45px 0;
    
}

.machine-img:before {
  content: "";
  display: block;
  padding-bottom: calc(295.5/427 * 100%);
}

.machine-img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.machine-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.efforts-box {
  margin-bottom: 0px;
  position: relative;
  background: url("../img/concept/img-09.png") #ccd6d8 center right no-repeat;
  padding: 70px 510px 70px 70px;
}


.efforts-ttl {
  color: #333;
  margin-bottom: 17px;
}

.efforts-box2 {
  margin-bottom: 0px;
  position: relative;
  background: url("../img/concept/img-10.png") #ece1dd center right no-repeat;
  padding: 70px 510px 70px 70px;
}



.Layer_img{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image:url("../img/index/slider-04.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
.is-visible.Layer_img{
    opacity: 1;
}
.Layer{
    opacity: 0;
}
.is-visible .Layer{
    -webkit-transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
    transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
    opacity: 1;
    z-index: 2;
}
.movie-block a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.movie-block a .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.movie-block a .img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in 0s;
}
.movie-block a:hover .img{
    transition: all 0.4s ease-in 0s;
    transform: scale(1.1, 1.1) rotate(0.1deg);
    opacity: .7;
}


#viBxWp{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zs-slides::after {
    content: " ";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background:rgba(1,53,109,0.35);
    z-index: 2;
}
.Layer_img::after {
    content: " ";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background:rgba(1,53,109,0.35);
    z-index: 2;
}

.mv-post__icon{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #b11124;
    display:table;
    text-align:center;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
}

.mv-post__icon .new{
    display:table-cell;
    vertical-align:middle;
}

.heading-sub .jp{
    position: relative;
    margin-left: 23px;
}

.heading-sub .jp:before {
    content: '';
    width: 1px;
    height: 14px;
    left: -15px;
    top: 50%;
    transform: rotate(22deg) translateY(-50%);
    position: absolute;
}

.color-blue .jp:before {
    background: #073190;
}

.color-orange .jp:before {
    background: #f29300;
}

.txt-basic li{
    position: relative;
    padding-left: 20px;
}

.txt-basic li:before {
    content: '';
    width: 5px;
    height: 1px;
    top: 8px;
    left: 0px;
    background-color: #FFF;
    position: absolute;
}

.support-img .iconImg{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.support-img.ic01 .iconImg{
    background-image:url("../img/common/icon-01B.svg");
}

.support-img.ic02 .iconImg{
    background-image:url("../img/common/icon-02B.svg");
}

.support-img.ic03 .iconImg{
    background-image:url("../img/common/icon-03B.svg");
}


.telIc{
    position: relative;
    padding-left: 40px;
    
}

.telIc:before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("../img/common/tel.svg");
    margin-top: 3px;
    
}

.mailIc{
    position: relative;
    padding: 20px 0 20px 40px;
}

.mailIc:before{
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("../img/common/mail.svg");
    
}

a .mvWp{
    overflow: hidden;
    transition: all 0.4s ease-in 0s;
}


a:hover .mvWp{
    transition: all 0.4s ease-in 0s;
    transform:scale(1.1, 1.1) rotate(0.1deg);
    opacity: .7;
}

a .mv-post__img:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
    z-index: 1;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .mv-post__img:before {
    background: rgba(0, 0, 0, 0.3);
   transition: all .4s cubic-bezier(.51,.21,.17,1);
}


#header .hd_inner .contact-menu .list-phone-ct li a:hover{
    opacity: .8;
     transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.c-txt .cnt{
    display: block;
    position: relative;
    height: 25px;
}

.c-txt .cnt:before{
  content: '聯絡我們';
  width: 100%;
  height: 100%;
  left: 0;
  top: 25px;
  position: absolute;
}

.copy-right .cpWp{
    display: flex;
}

.copy-right .cpWp p{
    width: 50%;
    
}

.copy-right .cpWp ul{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    
}

.copy-right .cpWp ul li{
    padding-left: 25px;
}

.c-txt .cnt,.c-txt .cnt:before{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .c-txt .cnt{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mv-post__img .plyMv{
    z-index: 2;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow:hidden;
    
}

.mv-post__img .plyMv:before{
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
    background-color:  #f39800;
    
}
#player2{
    
}
a .plyMv span{
    width: 100%;
    height: 28px;
    position: relative;
    display: block;
}

a .plyMv span:before{
  content: 'PLAY MOVIE';
  width: 100%;
  height: 100%;
  left: 0;
  top: 28px;
  position: absolute;
}

a .plyMv span,a .plyMv span:before,.btn-movie #play span:after,.btn-movie #play span{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .plyMv span,a:hover .btn-movie #play span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.copy-right .cpWp ul li a{
    position:relative;
}
.nav-ft a{
    position: relative;
}
#header .hd_inner .nav-menu .list-option li a:before,.nav-ft a:before,.post-link:before,.sec-products .flex .category ul li li a .hvr:after,.sec-products .flex .category ul li a .hvr:after,.breadcrumb-block li a:after,.posts-item .wps:after,.entry-block__content .entry-ttl span.jp:before,.categoryWrap .category_ul li a:before,.copy-right .cpWp ul li a:before{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: 0;
    transition: all 0.15s ease-in 0s;
}
#header .hd_inner .nav-menu .list-option li a:before,.nav-ft a:before,.sec-products .flex .category ul li li a .hvr::after,.sec-products .flex .category ul li a .hvr:after,.breadcrumb-block li a:after,.posts-item .wps:after,.entry-block__content .entry-ttl span.jp:before,.categoryWrap .category_ul li a:before{
    background: #CCC;
}
.post-link:before,.copy-right .cpWp ul li a:before{
    background: #6a6a6a;
}

#header .hd_inner .nav-menu .list-option li a:hover:before,.nav-ft a:hover:before,.post-link:hover:before,.sec-products .flex .category ul li li a:hover .hvr:after,.sec-products .flex .category ul li a:hover .hvr:after,.breadcrumb-block li a:hover:after,.posts-item:hover .wps:after,a:hover .entry-block__content .entry-ttl span.jp:before,.categoryWrap .category_ul li a:hover:before,.copy-right .cpWp ul li a:hover:before{
    left: 0;
    width: 100%;
}

.breadcrumb{
    padding-bottom: 70px;
}

.btn .vwBn{
    width: 100%;
    height: 31px;
    position: relative;
    display: block;
    overflow:hidden;

    
}
.btn .vwBn span{
    width: 100%;
    height: 23px;
    position: relative;
    display: block;
    
}
.btn .vwBn span:after{
  content: 'VIEW MORE';
  width: 100%;
  height: 100%;
  left: 0;
  top: 21px;
  position: absolute;
    
}

.btn .vwBn span,a .btn .vwBn span:after{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.btn:hover .vwBn span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.support-img .txt{
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    height: 18px;
    position: relative;
    overflow:hidden;
}

.support-img .txt span{
    display: block;
    width: 100%;
    height: 18px;
    position: relative;
}

.support-img .txt span:after{
  width: 100%;
  left: 0;
  top: 18px;
  position: absolute;
}

.ic01 .txt span:after{
  content: 'Relevant Regulation';
}

.ic02 .txt span:after{
  content: 'Specification';
}

.ic03 .txt span:after{
  content: 'Catalog download';
}

.support-img .txt span,.support-img .txt span:after{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .support-img .txt span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mailIc .milWp{
    display:block; 
    height: 23px;
    overflow: hidden;
}

.mailIc .milWp span{
    display: block;
    width: 100%;
    position: relative;
    height: 23px;
}

.mailIc .milWp span:before{
    content: '聯絡我們';
    position: absolute;
    top: 23px;
    left: 0;
}

.mailIc .milWp span,.mailIc .milWp span:before{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .mailIc .milWp span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn-mail a:hover{
    opacity: .8;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.mask{
    position: relative;
    overflow: hidden;
}

.mask_ov{
    position: relative;
    overflow: hidden;
}

a .mask_ov img {
    width: 100%;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .mask_ov img {
    transform: scale(1.1, 1.1);
}

.op .act .mask:after {
    animation: wipe_in_out 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.mask img {
    visibility: hidden;
}
.op .act .mask img {
    transition-delay: .55s;
    visibility: visible;
}

.mask:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #073190;
    z-index: 4;
}


.concept-ttl:before {
    content: '';
    height: 0px;
    width: 1px;
    background: #073190;
    bottom: 80px;
    left: 60px;
    position: absolute;
    transition: all .4s .5s cubic-bezier(.51,.21,.17,1);
}

.op .act .concept-ttl:before {
    height: 90px;
}


@keyframes wipe_in_out {
  0% {
    width: 0%;
    left: 0%;
  }

  50% {
    width: 100%;
    left: 0%;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #eef0f5;
    
  z-index: 999;
  overflow: hidden;
    transform: translateX(0) skewX(0);
    transform-origin: right bottom


}

.loading-animetion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  background: #FFF;
}


  .loading + .txt {
     }
  .loading.active {
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)


}
    .loading.active + .txt {
}
.loading-animetion:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    
    border: 4px solid #eef0f5;
    border-left-color: #073190;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: donut-spin 1s linear infinite;
}
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.heading-ttl span{
    padding-right: 3vw;
    display: block;
    
}

.news-link:before {
    content: "一覧";
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0 10px;
    color: #FFF;
    background: #999999;
    border-radius: 5px;
    text-align: right;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}


.news-link:hover:before {
    right: calc(100% + 10px);
     opacity: 1;
    visibility: visible;
}

#pageslide-nav{
    display: none;
}

#header .hd_inner .logo a{
    display: block;
}

.Lnkwp{
    width: 13px;
    height: 13px;
    display: block;
    position: relative;
}

.Lnkwp span{
    width: 1px;
    height: 1px;
    display: block;
    background-color: #ffffff;
}

.Lnkwp span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
}

.Lnkwp span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
}

.Lnkwp span{
    position: relative;
}

.Lnkwp span:nth-child(2){
    margin-top: 5px;
}

.Lnkwp span:nth-child(3){
    margin-top: 5px;
    
}

.sec-company .company-block .img img{
    width: 100%;
    
}

.txt-sign{
    padding: 30px 0 0 0;
}

.contact_col{
    display:none;
}

.brn{
    display: block;
}

.brnSp{
    display: none;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

.manualWp{
 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 0;
}
.manualWp:after {
    content: "";
    display: block;
    width: 30%;
}
.manualWp .manualBx{
    width: 30%;
    padding: 0 0;
    margin-bottom: 35px;
}
.manualWp .manualBx .img{
    width: 100%;
    padding: 35px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    
}
.manualWp .manualBx .img img{
    width: 100%;
    
}
.manualWp .manualBx .txt{
    padding: 15px 0 35px 35px;
    
}
.manualWp .manualBx h2{
    position: relative;
    
}
.manualWp .manualBx h2:before {
    position: absolute;
        top: 4px;
        left: -30px;
        color:#073190;
    }
.manualWp .manualBx:nth-child(1) h2:before{
        content: '01';
    }
.manualWp .manualBx:nth-child(2) h2:before{
        content: '02';
    }
.manualWp .manualBx:nth-child(3) h2:before{
        content: '03';
    }
.manualWp .manualBx:nth-child(4) h2:before{
        content: '04';
    }
.manualWp .manualBx:nth-child(5) h2:before{
        content: '05';
    }
.manualWp .manualBx:nth-child(6) h2:before{
        content: '06';
    }
.manualWp .manualBx:nth-child(7) h2:before{
        content: '07';
    }
.manualWp .manualBx:nth-child(8) h2:before {
        content: '08';
    }
.manualWp .manualBx:nth-child(9) h2:before{
        content: '09';
    }
.manualWp .manualBx:nth-child(10) h2:before{
        content: '10';
    }
.manualWp .manualBx:nth-child(11) h2:before{
        content: '11';
    }


.categoryNav{
    width: 100%;
    
}

.categoryNav .categoryNav_ttl{
    position: relative;
    padding-left: 25px;
    margin-bottom: 35px;
    position: relative;
    display: block;
}

.categoryNav .categoryNav_ttl:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #073190;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.categoryNav ul{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.categoryNav ul li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.categoryNav ul li a{
    display: block;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FFF;
    color: #333;
}
.categoryNav ul li a:hover,.categoryNav ul li .active{
    background-color: #333;
    border: 1px solid #333;
    color: #FFF;
}

.categoryNav .categoryWrap{
    width: 100%;
    
}
.categoryWrap .categoryBx{
    width: 100%;
    padding-top: 35px;
    
}
.categoryWrap .category_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    counter-reset: item;
    padding: 0 35px 25px;
}
.categoryWrap .category_ul:after {
    content: "";
    display: block;
    width: 30%;
}
.categoryWrap .category_ul li{
    position: relative;
    width: 30%;
    padding: 0 0;
    margin-bottom: 15px;
    text-align: left;
    
}
.categoryWrap .category_ul li:before {
  counter-increment: item;
  content: '['counter(item)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
}

.categoryWrap .category_ul li a{
    color: #333;
    padding-left: 35px;
    display: block;
    position: relative;
    
}

.categoryWrap .category_ul li a:hover{
    color: #999;
}
.categoryWrap .category_ul span {
    position: relative;
    padding-left: 31px;
}

.categoryWrap .category_ul span:before {
    content: "";
    width: 22px;
    height: 5px;
    border-radius: 22px;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    left: 0;
}
.categoryWrap .category_ul span.blue:before {
  background: #00a0e9;
}

.categoryWrap .category_ul span.pink:before {
  background: #e4007f;
}
.categoryWrap .atn{
    position: relative;
    margin: 35px 0 70px 0;
    padding-left: 25px;
    
}

.categoryWrap .atn::after {
    content:"";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("../img/common/big.svg");
}



.typeWp h4{
    margin: 0 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    
}
.typeWpUl li div{
    margin: 15px 0;
}

.typeWp .typeWpUl{
    margin: 10px 35px 0;
    display: flex;
    justify-content: space-between;
     
}
.typeWp .typeUl01{
    width: 48%;
    counter-reset: item2;
    position: relative;
    
}
.typeWp .typeUl02{
    width: 48%;
    counter-reset: item3;
    position: relative;
    
}
.typeWp .typeUl03{
    width: 100%;
    display: flex;
    counter-reset: item2;
    flex-wrap: wrap;
    position: relative;
    
}
.typeWp .typeUl03 li:nth-child(odd){
    padding-right: 25px;
    
}
.typeWp .typeUl03 li:nth-child(even){
    padding-left: 25px;
    
}
.typeWp .typeUl01 li .tl:before {
  counter-increment: item2;
  content: '['counter(item2)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
    color: #00a0e9;
}
.typeWp .typeUl02 li .tl:before {
  counter-increment: item3;
  content: '['counter(item3)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
    color: #e4007f;
}
.typeWp .typeUl03 li .tl:before {
  counter-increment: item2;
  content: '['counter(item2)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
    color: #f39800;
}.typeWp .typeUl03 li {
    width: 50%;
}
.typeWp li .tl {
    position: relative;
    padding-left: 35px;
}


.typeWp li{
    width: 100%;
}
.typeWp li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    color: #333;
}
.typeWp li a:hover .icWps .ic{
    transform: translateY(-100%);
}
.typeWp li .tlb{
    flex: 1;
}

.typeWp li .tnWp{
    
}

.typeWp h4 span {
    position: relative;
    padding-left: 31px;
}

.typeWp h4  span:before {
    content: "";
    width: 22px;
    height: 5px;
    border-radius: 22px;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    left: 0;
}
.typeWp h4 span.blue:before {
  background: #00a0e9;
}

.typeWp h4 span.pink:before {
  background: #e4007f;
}
.typeUl01 li a:hover{
    border-bottom: 1px solid #00a0e9;
}
.typeUl02 li a:hover{
    border-bottom: 1px solid #e4007f;
}
.typeUl03 li a:hover{
    border-bottom: 1px solid #f39800;
}
.typeUl01 li a:hover .btn-comp02.col1{
    background-color: #00a0e9;
}
.typeUl02 li a:hover .btn-comp02.col1{
    background-color: #e4007f;
}
.typeUl03 li a:hover .btn-comp02.col1{
    background-color: #f39800;
}

.postWp{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 70px;
    background-color: #FFF;
    
}

.postWp .postBx{
    margin: 0 auto;
    max-width: 980px;
    
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.officeNavWp{

}

.officeNavWp .officeNav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 70px 0;
    border-top: 1px solid #e1e1e1;
}

.officeNavWp .officeNav li{
    margin: 0 30px;

}

.officeNavWp .officeNav li a{
    display: block;
    color: #333;
    position: relative;
    padding-left: 32px;

}

.officeNavWp .officeNav li a:before{
    content:"";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    border-radius: 50%;
}

.officeNavWp .officeNav li a:after{
    content:"";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #e1e1e1;
}


.officeNavWp .officeNav li a:hover:after,.officeNavWp .officeNav li .active:after{
    background-color: #f39800;

}






.postWp .postBx .date{
    display: block;
    padding-bottom: 5px;
    
}

.postWp .postBx h2{
    padding-bottom: 20px;
    
}

.postWp .postBx p{
    padding-bottom: 35px;
    
}

.postBxpage{
    border-bottom: 1px solid #e1e1e1;
    
}

.sum-img{
    width:100%;
}

.sum-img img{
    width:100%;
}

.summaryDateWp {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 3vw 70px;
    justify-content: space-between;
}
.summaryDateWp .sdwDl {
    width: 47.5%;
}
.summaryDateWp .sdwDl dl {
    display: flex;
    padding: 35px 0;
    border-top: 1px solid #e1e1e1;
    
    flex-wrap: wrap;
}
.summaryDateWp .sdwDl dl dt{
    width: 170px;
    padding-right: 35px;
}
.summaryDateWp .sdwDl dl dd{
    flex: 1;
}

.hisWp{
    width: 100%;
    
}
.hisWp .hisBx{
    padding: 35px 70px;
    border-top: 1px solid #e1e1e1;
    
}
.hisWp .hisBx:nth-child(1) {
    border-top: none;
    padding-top: 0;
} 

.hisWp .hisBx .year{
    display:  block;
    width: 100%;
    padding-bottom: 15px;
    
}
.hisWp .hisBx ul{
    
}
.hisWp .hisBx ul li{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px 45px;
    position: relative;
    
}
.hisWp .hisBx ul li:before{
    content: "";
    position: absolute;
    top:8px;
    left:23px;
    height: 100%;
    width: 1px;
    background-color: #e1e1e1;
} 
.hisWp .hisBx ul li:after{
    content: "";
    position: absolute;
    top:8px;
    left:20px;
    height: 8px;
    width: 8px;
    background-color: #333;
    border-radius: 50%;
} 
.hisWp .hisBx ul li:last-child:before{
    display: none;
} 
.hisWp .hisBx ul li .month{
    width: 45px;
    text-align: right;
}
.hisWp .hisBx ul li .tx{
    flex: 1;
    padding-left: 20px;
    
}







@media screen and (max-width: 1300px) {
    #header .hd_inner {
        margin: 0 0;
    }
    .inner {
        display: block;
        margin: 0 3vw;
    }
    .mv-content {
        padding: 0 10vw;
    }
}    

@media screen and (max-width: 1000px) {
    .mv-post {
        right: 4vw;
        max-width: 240px;
    }
    .concept-ttl {
        padding-left: 4vw;
        position: relative;
    }
    .concept-ttl:before {
        left: 4vw;
    }
    #header .hd_inner {
        margin: 0 0;
    }
    .inner {
        display: block;
        margin: 0 0;
    }
    .brn{
        display: none;
    }
    
    .brnSp{
        display: block;
    }
    
    .support-list {
        max-width: 100%;
        margin: 0 4vw;
    }
    .sec-products .flex .category {
        display: none;
    }
    .sec-mv-page{
        margin-top:90px;
    }
    .sec-products .flex .product-main {
        padding: 0 3vw;
    }

    .breadcrumb{
        margin: 0 3vw;
    }
    .efforts-box {
      background: url("../img/concept/img-09.png") #ccd6d8 bottom right no-repeat;
    }
    .efforts-box2 {
      background: url("../img/concept/img-10.png") #ccd6d8 bottom right no-repeat;
    }
        .posts-list {
            padding: 0 3vw;
    }
    .sec-company .company-nav{
        display:none;
    }
    .contact_col{
        display:block;
    }
    .slList2 {
        cursor: pointer;
        border: 1px solid #e1e1e1;
        padding: 2vw 15vw 2vw 4.5vw;
        overflow: hidden;
        appearance: none;
        position: relative;
        background: #FFF url("../img/common/arrow2.svg") center right 4.5vw/10px no-repeat;
    }
    .divSelect{
        padding: 35px 3vw 0;
    }
    .news-block {
        padding: 35px 0 70px;
    }
    .sec-contact {
        padding: 35px 3vw 0;
    }
    #header .hd_inner .nav-menu .show-menu {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -90px;
        text-align: center;
        padding-top: 32px;
        background-color: #eef0f5;
    }
    #header .hd_inner .nav-menu .show-menu .item {
        margin-right: 3vw;
    }
    
    #footer .flex-ft{
        display: none;
    }
    
    .copy-right .cpWp p{
        text-align: left;
    }
    .cpWp{
        padding:0 5vw;
    }
    
    .sec-concept .flex-concept .btn {
        margin-bottom: 32px;
    }
    
    .sec-concept {
        padding: 35px 0 35px;
    }
    .sec-concept .flex-concept {
        margin: 0 3vw 35px;
    }
    
    .sec-product-index {
        padding: 35px 0;
    }
    .ttlcomp-01 {
        text-align: center;
        margin-bottom: 35px;
    }
    .news-post {
        margin-top: -49px;
        height: 98px;
    } 
    
    .page-index .sec-company-index {
        padding: 35px 0 35px 0;
    }
    
    .flex-company__img {
        width: 50%;
    }

    .flex-company__ct {
        width: 50%;
    }
    
    .flex-recruit__ct {
        width: 40%;
    }

    .flex-recruit__img {
        width: 60%;
    }
    
    .flex-company {
        margin-bottom: 35px;
    }
    
    .sec-support {
        padding: 35px 0 165px;
    }

    .support-img {
        padding: 20px 30px;
        margin-bottom: 20px;
    }
    #header .hd_inner .nav-menu .show-menu > .item a .nu:before {
        bottom: -37px;
    }
    .sec-concept-main {
        padding: 35px 0 35px;
    }
    .concept-box {
        margin: 0 auto 35px;
    }
    
    .abund-box__txt {
        padding-right: 3vw;
        padding-left: 1.5vw;
    }
    .machine-box__txt {
        position: relative;
        margin-left: 3vw;
    }
    
    .abund-box__img {
        width: 60%;
    }
    .abund-box__ct {
        width: 40%;
    }
    .machine-box__ct {
        width: 50%;
    }
    .machine-box__img {
        width: 50%;
    }
    .machine-box__img span {
        padding-left: 5vw;
    }
    .abund-box__img span {
        padding-right: 35px;
    }
    .machine-list {
        margin-bottom: 35px;
    }
    .sec-products {
        padding-top: 35px;
    }    
    
    .sec-products .flex .product-main .product-description {
        padding-bottom: 30px;
    }
    .breadcrumb {
        padding-bottom: 35px;
    }
    .sec-products .flex .product-main .list-table-product .table-block {
        padding-bottom: 30px;
    }
    
    .sec-company .company-block {
        padding-top: 35px;
        padding-bottom: 35px;c
    }
    
    .sec-company .company-block .info {
        padding: 0 35px;
    }
    .sec-company .company-block .img {
        padding-left: 35px;
    }

    .summaryDateWp {
        margin: 35px 3vw 35px;
    }
    .summaryDateWp .sdwDl dl {
        padding: 15px 0;
    }
    
    .officeNavWp .officeNav li {
        margin: 0 10px;
    }
    .officeNavWp .officeNav {
        padding: 35x 0;
    }    
    .sec-company .company-block .imgM {
        padding-left: 35px;
    }
    .sec-company .company-block .infoM {
        padding: 0 35px;
    }
    .hisWp .hisBx {
        padding: 25px 70px;
    }
    .posts-item a {
        padding: 20px 35px 20px 35px;
    }    
    .news-block {
        padding: 15px 0 35px;
    }
    
    
    .postWp {
        border:none;
        padding: 35px;
        background-color:none;
    }
    .mv--ttl-wp {
        padding: 0 70px;
    }
    .sec-mv-page.bg_recruit {
        min-height: 508px;
    }
    .movie-block {
        margin-bottom: 35px;
        height: 400px;
    }
    .sec-movie {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sec-job-list .ttlcomp-01 {
        margin-bottom: 35px;
    }    
    
    .job-list-block {
        margin: 0 35px 35px 35px;
    }
    .job-list-block dl dt {
        padding: 20px 35px 20px 35px;
    }
    .entry-block__content .entry-ttl {
        min-height: 205px;
    }
    
    .entry-block {
        padding: 0 35px;
    }
    .sec-job-list {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .company-block2 {
        padding: 35px 35px 0 35px;
    }
    .manualWp .manualBx .img {
        padding: 15px;
    }    
    .manualWp .manualBx .txt {
        padding: 15px 0 0 35px;
    }
    .txt-contact {
        margin-bottom: 35px;
    }

    .list-steps {
        margin: 0 auto 35px;
    }
    .main-form dl {
        padding: 20px 0;
    }
    .main-form dl:last-of-type {
        margin-bottom: 35px;
    }
    .form-control {
        padding: 35px 0;
    }
      .form-control .btn-submit {
        padding: 25px 0;
    }  
     .main-form {
        margin-bottom: 35px;
    }
    .support-img .iconImg {
        width: 50px;
        height: 50px
    }
}
@media screen and (max-width: 767px) {
    .cpWp{
        padding:0 0;
    }
    
    .copy-right .cpWp p{
        text-align: center;
    }

    .categoryNav {
        width: 100%;
        padding: 0 4.5vw;
    }

    .categoryNav .categoryNav_ttl {
        position: relative;
        padding-left: 20px;
        margin-bottom: 4.5vw;
        position: relative;
        display: block;
    }   
    .categoryNav .categoryNav_ttl:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #073190;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        margin-top: 0px;
    }
    .categoryNav ul li {
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    .categoryNav ul li a {
        display: block;
        border: 1px solid #e1e1e1;
        padding: 1.5vw 2.5vw;
        border-radius: 5px;
        background-color: #FFF;
        color: #333;
    }
    .categoryNav ul {
        padding-bottom: 6vw;
    }
    
    .categoryWrap{
        padding: 0 4.5vw;
    }
    
    .categoryWrap .categoryBx {
        width: 100%;
        padding-top: 8vw;
    }
    
    .categoryWrap .category_ul {
        display: block;
        padding: 0 0 5.5vw 0;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .categoryWrap .category_ul li {
        width: 100%;
        margin-bottom: 2.5vw;
    }
    .categoryWrap .category_ul li a {
        padding-left: 31px;
    }
    .categoryWrap .atn {
        position: relative;
        margin: 8vw 0 8vw 0;
        padding-left: 25px;
    }
    
    .ttlcomp-03 .en {
        padding-bottom: 3px;
    }
    .typeWp h4 {
        margin: 0 0;
        padding-bottom: 4.5vw;
    }

    .typeWp .typeWpUl {
        margin: 0 0 0 0;
        display: block;
    }

    .typeWp .typeUl01 {
        width: 100%;
    }
    .typeWp .typeUl02 {
        width: 100%;
    }  
    .typeWp li .tl {
        padding-left: 31px;
    }
    .typeWpUl li div {
        margin: 1.5vw 0;
    }
    
    .btnWp{
        width:100px;
        padding-left: 4.5vw;
        text-align:  center;
    }
    
    
    
    .manualWp {
        display: block;
        padding: 0 4.5vw;
    }
    
    .company-block2 {
        padding: 8vw 0 0 0;
    }
    .manualWp .manualBx {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 8vw;
    }
    .manualWp .manualBx .img {
        padding: 4.5vw;
        width: 100px;
        margin-right: 4.5vw;
    }
    
    .manualWp .manualBx .img a{
        display: block;
    }
    .manualWp .manualBx .txt {
        padding: 4.5vw 0 0 8vw;
        flex: 1;
    }
    .manualWp .manualBx h2:before {
        position: absolute;
        top: 4px;
        left: -8vw;
    }
    .sec-contact {
        padding: 8vw 4.5vw 0;
    }
    .txt-contact {
        text-align: center;
        margin-bottom: 8vw;
    }
    .list-steps {
        max-width: 100%;
        margin: 0 auto 4.5vw;
        display: flex;
    }
    
    .textarea-form {
        background: #FFF;
        padding: 3.5vw 4.5vw;
        margin: 2.5vw 0 0 0;
    }
    
    .main-form dl:last-of-type {
        margin-bottom: 8vw;
    }
    .form-control {
        padding: 0 0;
        background: #eef0f5;
    }

    .form-control .btn-submit {
        width: 100%;
        padding: 8vw 0;
    }
    
    .list-steps .item {
        padding-bottom: 4.5vw;
    }
    .main-form dl {
        display: block;
        padding: 4.5vw 0;
    }
    .main-form dl dt {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .form-control .btn-submit .wp .tx:before{
        display: none;
    }
    .form-control .btn-submit .wp .tx {
        height: auto;
    }
    
    .form-control .btn-submit .wp {
        height: auto;
    }
    .input-form {
        width: 100%;
        background: #FFF;
        padding: 3.5vw 4.5vw;
        margin: 2.5vw 0 0 0 ;
    }
    .form-control .btn-submit:after {
        width: 8px;
        height: 8px;
        right: 8vw;
    }
    .main-form {
        margin-bottom: 8vw;
    }
    .ttx{
        display: block;
        width: 100%;
        padding: .5vw 4.5vw;
        margin: 2.5vw 0 0 0 ;
    }
    .btn-submit:hover .wp .tx{
        transform: none;
    }
    .main-form .w1 {
        max-width: 100%;
    }
    .main-form .w2 {
        max-width: 100%;
    }
    .main-form dl dd {
        width: 100%;
        padding:0 0 0 0;
        flex: 1;
    }
    .posts-list {
        padding: 0 4.5vw;
    }
    .slList2 {
        padding: 2vw 15vw 2vw 4.5vw;
    }
    .divSelect{
        padding: 8vw 4.5vw 0 4.5vw;
    }
    .news-block {
        padding: 0 0 8vw;
    }
    .sec-mv-page{
        margin-top:0;
    }
    
    .brn{
        display: none;
    }
    
    .brnSp{
        display: block;
    }
    
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #header .hd_inner {
        margin: 0 0;
        padding: 0 4.5vw;
        background-color: #FFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        height: 60px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    
    #header .hd_inner .logo {
        width: 180px;
        margin: 0 0;
    }
    
    .backBtn {
        position: relative;
        margin-bottom: 4.5vw;
        padding-left: 15px;
    }
    
    .nav-menu,.contact-menu{
	    display: none;
        
    }
    .txt-contact h1 {
        padding-bottom: 4.5vw;
    }
    .lnk {
        margin-top: 4.5vw;
    }
    
    #wrap.slideOn {
        position: relative;
        left: -240px;
    }
    #wrap {
        position: relative;
        z-index: 1;
        width: 100%;
        overflow: hidden;
    }
    #wrap {
        left: 0;
        transition: ease 0.7s;
    }
    #wrap #header {
        transition: ease 0.7s;
    }
    #wrap.slideOn #header {
        left: -240px;
    }
    main,.sec-support,#footer  {
        opacity: 1;
        transition: ease 0.7s;
    }
    .slideOn main,.slideOn .sec-support,.slideOn #footer {
        opacity: 0.2;
    }
    .mobile-icon {
            width: 60px;
            height: 60px;
        z-index: 12;
        cursor: pointer;
        position: absolute;
            right: 0;
        top: 50%;
        background-color: #073190;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

      .mobile-icon span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        width: 21px;
        height: 1px;
        margin-top: -1px;
        background-color: #FFF;
        font-size: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        border-radius: 3px; }
    
        .mobile-icon span:before,.mobile-icon span:after {
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background: #FFF;
          content: '';
          -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          border-radius: 3px; }
        .mobile-icon span:before {
          -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
          top: -3px; }
        
    .mobile-icon span:after {
          -webkit-transform: translateY(250%);
          transform: translateY(250%);
          bottom: -3px; }
    
        .mobile-icon.active span {
        background-color: transparent; }
        .mobile-icon.active span:before,.mobile-icon.active span:after {
        width: 100%;
        background: #FFF; }
        .mobile-icon.active span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        top: 2px; }
        .mobile-icon.active span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
        bottom: -2px; }
    
	#pageslide-nav {
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    z-index: 0;
	    width: 240px;
	    display: none;
	    background-color: #f5f5f5;
	}


	#pageslide-nav .list1 a {
        color: #FFF;
        padding: 4.5vw 4.5vw;
	}

	#pageslide-nav .list1 .list2 a{
        padding: 4.5vw 4.5vw;
	    
	}
    
    .inner {
        display: block;
        margin: 0 0;
    }
    .mv-content {
        padding: 0 8vw;
    }
    .zs-bullets{
        display:none;
        
    }
    .mv-scroll {
        padding-top: 45px;
    }
    
    .tx-mv {
        bottom: 16vw;
    }
    .news-post .post-link {
        display:inline-block;
    }
    
    .ttl-news{
        display:none;
        
    }
    
    .news-post span {
        margin-right: 0;
        margin-left: 0;
    }
    .news-post .news-link {
        right: 4.5vw;
    }
    
    .news-post {
        margin: -8vw 4.5vw 0 4.5vw;
        padding: 4.5vw 4.5vw;
        height: auto;
    }
    
    .mv-scroll {
        bottom: 26vw;
    }
    .news-link:before {
    display:none;
    }
    .concept-ttl{
    display:none;
        
    }
    
    .sec-concept {
        padding: 8vw 0 0;
    }
    .sec-concept:after {
        display:none;
    }
    .concept-list{
        display:none;
        
    }
    .sec-concept .flex-concept {
        display:block;
        margin: 0 4.5vw;
    }

    .sec-concept .flex-concept .heading-block {
        width: 100%;
    }
    
    .sec-concept .flex-concept__more {
        width: 100%;
        padding-top: 0;
        text-align: right;
    }
    .concept-img {
        margin-bottom: 0px;
    }
    .flex-concept__more{
        display: flex;
        flex-wrap:wrap;
    }  
    
    .flex-concept__more .btn{
        order:2;
    }  
    .sec-concept .flex-concept .txt-basic {
        order: 1;
        padding-bottom: 4.5vw;
    }
    
    .heading-block .heading-sub {
        margin-bottom: 4.5vw;
    }
    .heading-ttl {
        margin-bottom: 4.5vw;
    }
    .sec-concept .flex-concept .btn {
        margin-bottom: 8vw;
    }
    
    .btn:before {
        width: 25px;
        height: 25px;
    }

    .btn:after {
        right: 12px;
    }
    .btn {
        padding-right: 35px;
    }
    
    .sec-concept img{
        width: 100%;
        
    }
    .mv-post{
        display:none;
        
    }
    
     .sec-product-index {
        background:none;
        padding: 8vw 2vw;
    }
    
    .sec-product-index:before {
            display:none;
    }
    
    #wrapper{
        background-color: #eef0f5;
    }
    
    .ttlcomp-01 .en {
        margin-bottom: 1vw;
    }
    
    .ttlcomp-01 {
        margin-bottom: 4.5vw;
    }
    .product-img {
        margin-bottom: 4.5vw;
    }
    
    a .mask_ov img{
        width: 30%;
        margin: auto;
    }
    
    .product-slider a{
        padding: 0 4.5vw;
    }
    .txt-basic li:before {
        content: '';
        width: 10px;
        height: 1px;
        top: 10px;
        left: 0px;
        background-color: #333;
    }
    .product-ttl {
        text-align: center;
        margin: 0 8vw 0 8vw;
    }   
    
    .product-item .txt-basic{
        margin: 0 8vw 0 8vw;
        
    }
    .product-slider .slick-next:before {
        left: 25%;
    }
    
    #footer .flex-ft{
        display: none;
    }
    .flex-company {
        display: block;
        margin-bottom: 2vw;
    }
    .flex-company__img {
        width: 100%;
    }
    
    .flex-company__ct {
        width: auto;
        padding: 0 0 0 0;
    }
    
    .sec-company-index {
        padding: 0 0 0 0;
        position: relative;
        overflow: hidden;
    }
    
    .product-item .txt-basic{
        display: none;
        
    }

    .product-slider .slick-prev{
        left: -4.5vw;
    }
    .product-slider .slick-next {
        right: -4.5vw;
    }
    
    .product-slider .slick-prev, .product-slider .slick-next {
        width: 40px;
        height: 40px;
    }
    
    .flex-company__ct{
        margin: 8vw 4.5vw 0 4.5vw;
        
    }
    
    .flex-company__ct .txt-basic {
        margin-bottom: 4.5vw;
    }
    
    .flex-recruit {
        display: flex;
        flex-wrap:wrap;
        align-items: center;
    }
    .flex-recruit__ct {
        padding: 0 4.5vw 8vw;
        width: 100%;
        order:2;
    }
    .flex-recruit__img {
        order: 1;
        width: 100%;
        padding-left: 0;
        padding-bottom: 2vw;
    }
    
    .flex-recruit__ct .txt-basic {
        margin-bottom: 4.5vw;
    }
    
    .sec-company-index:after {
        display:none;
    }
    .flex-recruit__img li:nth-child(1) {
        margin-right: 2vw;
    } 
    
    .flex-recruit__img li:last-child {
        margin-left: 2vw;
    }
    .flex-recruit__img li:last-child .reIm:nth-child(1) {
        padding-bottom: 2vw;
    }
    .flex-recruit__img li:last-child .reIm:last-child {
        padding-top: 2vw;
        padding-right: 4vw;
    }  

    .sec-support {
        padding: 8vw 0 16vw;
    }
    .support-list {
        display:block;
        width: 100%;
        max-width: 100%;
        margin: 0 0;
        padding: 0 4.5vw;
    }
    .support-item {
        width: 100%;
        padding: 0 0;
    }  
    .support-item a {
        display: flex;
        background: #fff;
        margin-bottom: 1px;
    }
    .support-img {
        background: #eef0f5;
        padding: 30px;
        margin-bottom: 0px;
        position: relative;
        width: auto;
        display: flex;
        align-items: center;
    }
    .support-wps {
        flex: 1;
        color: #333;
        padding: 2vw 4.5vw;
    }
    
    .support-img .iconImg {
        width: 30px;
        height: 30px;
        margin: 0 auto 0;
    }
    
    .support-img .txt,.support-img .icon-link{
        display:none;
        
    }
    .support-ttl {
        margin-bottom: .5vw;
    }
    #footer .ft-contact {
        display: block;
        margin: -8vw 4.5vw 8vw 4.5vw;
    }
    #footer .ft-contact__left {
        width: 100%;
        padding: 8vw 4.5vw;
        border-right: none;
    }  
    #footer .ft-contact__right {
        width: 100%;
        padding: 0 4.5vw 8vw;
    }
    #footer .ft-contact__ttl {
        margin-bottom: 2vw;
    }
    #footer .ft-contact .ft-phone {
        margin-bottom: 2vw;
    }
    .ft-contact__desc{
        padding-bottom: 8vw;
        border-bottom: 1px solid #e1e1e1;
    }
    .copy-right {
        padding: 4.5vw 4.5vw;
    }    
    .telIc:before {
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }
    #footer .ft-contact .ft-phone a .telIc {
        margin-bottom: 2vw;
    }
    .telIc {
        position: relative;
        padding-left: 30px;
    }
    .mailIc:before {
        width: 22px;
        height: 22px;
    }
    .mailIc {
        position: relative;
        padding: 20px 0 20px 30px;
    }
    
    .product-slider .slick-prev, .product-slider .slick-next{
            top: 45%;
    }
    
    .news-post .date{
        position: relative;
    }
    
    .news-post .date:after {
        content: '';
        width: 100px;
        height: 50%;
        right: 0vw;
        position: absolute;
        top: 4px;
        border-left: 1px solid #6a6a6a;
    }
    .news-post .date:before {
        content: 'NEWS';
        color: #FFF;
        width:  100px;
        height: 100%;
        right: -4vw;
        top: -1px;
        position: absolute;
    }
    
    .mv-post-sp{
        width: 100%;
    }
    
    .mv-post-sp a{
        display: block;
        margin-bottom: 8vw;
    }
    
    .mv-post-sp_img{
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        color: #FFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image:url("../img/index/img-news-sp.jpg");
        z-index: -1;
        
    }
    .mv-post-plyMv{
        position: relative;
        margin: 20vw auto;
    }
    
    .mv-post-plyMv:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -2vw;
        position: absolute;
        background-color: #f39800;
    }
    
    .mv-post-sp_ttl{
        display: block;
        background-color: #FFF;
        margin: -6vw 4.5vw 0;
        padding: 3vw 15vw 3vw 4.5vw;
        color: #333;
        position: relative;
    }
    .news-post .post-link .date{
        padding-bottom: .5vw;
    }
    .mv-post-sp_ttl:before {
        content: 'NEW';
        width: auto;
        height: 100%;
        right: 0;
        top: 0;
        padding: 0 2vw;
        position: absolute;
        align-items: center;
        display: flex;
        background-color: #b11124;
        color: #FFF;
    }
    
    .list1{
        background-color: #333333;
        position: relative;
    }
    .logoSpWp{
        align-items: center;
        display: flex;
        width: 100%;
        height: 60px;
        position: relative;
    }
    .logoSp{
        position: relative;
        margin: auto;
    }
    
    .logoSp img{
        max-width: 140px;
    }
    
    .logoSpWp a{
        display: flex;
    }
    
    .logoSpWp:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0 0;
        position: absolute;
        background-color: #adadad;
        opacity: .1;
    }
    
    .list1 li{
        width: 100%;
        color: #FFF;
    }
    
    .list1 li li{
        width: 100%;
        color: #FFF;
        display: flex;
        position: relative;
    }
    
    .list1 li li:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0 0;
        position: absolute;
        background-color: #adadad;
        opacity: .1;
    }
    
    .list2{
        background-color: #232323;
    }
    
    .list1 li span{
        padding: 2vw 4.5vw;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .list1 li span:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0 0;
        position: absolute;
        background-color: #FFF;
        opacity: .1;
    }
    
    .list1 li span:after {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
        padding: 0 0;
        position: absolute;
        background-color: #000;
        opacity: .5;
    }
    
    .list1 li li a {
        position: relative;
        display:  block;
        width: 100%;
    }
    .list1 li li a:after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        position: absolute;
        right: 0;
        top: 47%;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        margin-right: 4.5vw;
    }
    
    .sec-mv-page {
        min-height: 250px;
    }
    .sec-mv-page .mv--ttl {
        width: 100%;
        top: 50%;
    }
    .sec-mv-page .mv--ttl span.en{
        margin-bottom: 15px;
    }
    .sec-products {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    
    .sec-products .flex .product-main .product-heading {
        margin-bottom: 4.5vw;
    }
    .ttlcomp-02 {
        padding-bottom: 4.5vw;
    }
    
    .sec-products .flex .product-main .product-heading .heading-left .heading-link {
        padding: 4.5vw 0 ;
    }
    .sec-products .flex .product-main .product-heading .heading-right {
        width: 35%;
        padding-left: 4.5vw;
        padding-bottom: 4.5vw;
        position: relative;
        top: 0;
        right: 0;
    }
    
    
    .sec-products .flex .product-main .product-heading {
    align-items: flex-start;
    }
    .sec-products .flex .product-main .product-heading .heading-left .heading-link li {
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    
    
    .sec-products .flex .product-main .product-description .flex .box-left .list-series {
        padding-top: 0px;
        padding-bottom: 4.5vw;
    }

    .sec-products .flex .product-main .product-description .flex .box-left .list-series li {
        margin-right: 20px;
        padding-left: 45px;
    }
    
    .sec-products .flex .product-main .product-description .flex .box-left .list-series li:after {
        left: 27px;
    }
    
    .sec-products .flex .product-main .product-description .flex .box-right {
        width: 100%;
    }
    .btn-comp01 {
        max-width: 100%;
    }
    .sec-products .flex .product-main {
        padding: 0 4.5vw;
    }
    .sec-products .flex .product-main .series-content .item {
        padding: 4.5vw;
        background-color: #FFF;
    }
    .sec-products .flex .product-main .product-description {
        padding-bottom: 8vw;
    }
    .ttlcomp-03 .en {
        padding-right: 10px;
    }
    .table-component dl {
        border-top: 1px solid #e1e1e1;
        border-bottom: none;
    }
    .table-component dl .row2:before, .table-component dl .td2:before, .table-component dl .row3:before, .table-component dl .td3:before {
        background: #e1e1e1;
    }
    .table-component dl {
        background:none;
    }
    .table-component dl .row1:before, .table-component dl .td1:before {
        background: #e1e1e1;
    }
    .table-component dl .row1 {
        padding: 2vw 2vw 2vw 0;
    }
    .table-component dl .row1,.table-component dl .row2,.table-component dl .row3 {
        vertical-align: middle;
    }
    .table-component .td1 {
        vertical-align: middle;
        padding: 2vw 2vw 2vw 0;
    }
    .btn-comp02 {
        display: block;
        border-radius:5px;
        width: 100%;
        height: 100%;
        padding: 2vw 1vw;
        margin: 0 auto;
    }
    .table-component .btn-comp02 span:before {
        display: none;
    }
    .btn-comp02 .icWps .ic {
        height: 100%;
    }
    .btn-comp02 .icWps {
        height: 100%;
    }
    .td2 {
        height: 100%;
        text-align: center;
        padding: 0 0;
    }
        
    .table-component .td2{
        padding: 1vw 1vw;
        vertical-align: middle;
    }
        
    .table-component .td3 {
        padding: 1vw 0vw 1vw 1vw;
        vertical-align: middle;
    }
    
    .table-component dl {
        display: table;
    }
    
    .table-component dl dt {
        display: table-cell;
    }
    
    .table-component dl .row2{
        padding: 2vw 2vw;
    }
    
    .table-component dl .row3 {
        padding: 2vw 0 2vw 2vw;
    }
    
    .table-component .trtd span:before {
        width: 12px;
        top: 5px;
    }
    .table-component .td1 span {
        position: relative;
        padding-left: 18px;
    }
    .ttlcomp-03 {
        margin-bottom: 4.5vw;
    }
    .sec-products .flex .product-main .list-table-product .table-block {
        padding: 0;
        margin-bottom: 8vw;
    }
    .sec-products .flex .product-main .list-table-product .table-block:last-of-type {
        padding: 0;
        margin-bottom: 0vw;
    }
    
    .breadcrumb {
        margin: 0 4.5vw;
    }
    
    .breadcrumb .breadcrumb-block {
        padding-top: 4.5vw;
    }
    
    .sec-products .flex .product-main .product-heading .heading-left {
        width: 65%;
    }

    .efforts-box {
      background: url("../img/concept/img-09sp.png") #ccd6d8 bottom right no-repeat;
        padding: 8vw 4.5vw;
            background-size: contain;
    }
    
    .efforts-box .efforts-ct{
        padding-bottom: 155px;
        
    }
    .efforts-box2 {
      background: url("../img/concept/img-10sp.png") #ccd6d8 bottom right no-repeat;
        padding: 8vw 4.5vw;
            background-size: contain;
    }
    
    .efforts-box2 .efforts-ct{
        padding-bottom: 155px;
        
    }
    .breadcrumb {
        padding-bottom: 4vw;
    }
    .sec-concept-main {
        padding: 8vw 0 8vw;
    }
    
    .concept-box .flex-concept {
        display: block;
        margin: 0 4.5vw 0;
    }
    .concept-box__left {
        width: 100%;
    }  
    .concept-box__right {
        width: 100%;
    } 
    .ttl-concept {
        padding-right: 0;
        padding-bottom: 4.5vw;
    }  
    
    .concept-box {
        margin: 0 auto 8vw;
    }
    
    .abund-box {
        display: block;
        margin-bottom: 8vw;
    }
    
    .abund-box__img {
        width: 100%;
        padding-bottom: 8vw;
    }
    .abund-box__ct {
        width: 100%;
    }  
    .abund-box__img span {
        display: block;
        padding-right: 4.5vw;
    }
  
    .ttlcomp-04 .num {
        padding: 0 0 2vw 0;
    }
    .ttlcomp-04 {
        margin-bottom: 4.5vw;
    }
    .abund-box__ttlWp {
        color: #FFF;
        position: absolute;
        right: auto;
        left: 4.5vw;
        top: -4.5vw;
        overflow: hidden;
        height: auto;
    }
    .abund-box__txt {
        padding-right: 4.5vw;
        padding-left: 4.5vw;
    }
    
    .abund-box__ct {
        padding-left: 4.5vw;
    }
    
    .machine-box {
        flex-wrap:wrap;
        margin-bottom: 8vw;
    }
    .machine-box__ct {
        width: 100%;
        order:2;
        padding-left: 4.5vw;
    }
    .machine-box__img {
        width: 100%;
        order:1;
        padding-bottom: 8vw;
    }
    .machine-box__img span {
        padding-left: 0;
        padding-right: 4.5vw;
        display: block;
    }
    
    .machine-box__txt {
        position: relative;
        margin: 0;
        padding-right: 4.5vw;
        padding-left: 4.5vw;
    }
    .machine-list {
        padding: 0 4.5vw;
        margin-bottom: 8vw;
    }
    .machine-item {
        width: 48%;
    }
    .machine-item .txt-basic {
        padding: 2vw 0 4.5vw 0;
    }
    .posts-item a .wps{
        display: block;
    }
    .posts-item a {
        display: block;
        padding: 4.5vw 4.5vw;
    }
    
    .sec-products .flex .product-main .series-content .item {
        padding: 4.5vw;
        border-bottom: 1px solid #e3e3e3;
        display: block;
    }
    .sec-products .flex .product-main .series-content .item__detail {
        padding-left: 0vw;
    }

    .sec-products .flex .product-main .series-content .item__name {
        width: 100%;
        padding-bottom: 3vw;
        margin-bottom: 3vw;
        position: relative;
    }
    .sec-products .flex .product-main .series-content .item__name span {
        display: inline-block;
    }
    
    .sec-mv-page.bg_recruit {
        min-height: 380px;
        margin-top: 60px;
        background-image:url("../img/common/recruit-mv-sp.jpg");
    }
    .mv--ttl-wp .mv-ttl-h1 {
        padding: 0 0 0 0;
    }
    .mv--ttl-wp {
        padding: 4.5vw;
    }
    
    .mv--ttl-wp .mv-ttl-h1{
        padding: 0 0 3vw 0;
        
    }
    .lineBg::before, .sec-movie::before,.lineBg::after, .sec-movie::after{
        display: none;
    }
    
    .sec-movie {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .sec-movie .ttlcomp-01 {
            padding-bottom: 8vw;
        margin: 0;
    }
    
    .movie-block {
        margin-bottom: 8vw;
        height: 200px;
    }
    .sec-movie .txt-center{
        padding: 0 4.5vw;
    }
    .sec-job-list {
        padding-top: 0;
        padding-bottom: 8vw;
    }
    .sec-job-list .ttlcomp-01 {
        margin-bottom: 4.5vw;
    }    
    .job-list-block {
        margin:0 0 8vw 0;
        padding: 0 4.5vw;
    }
    .job-list-block dl {
        background-color: #FFF;
    }
    .job-list-block dl dt {
        padding: 4.5vw;
    }
    .job-list-block dl dt:before {
        content: "";
        display: block;
        height: 1px;
        width: 10px;
        background: #bebebe;
        position: absolute;
        top: 50%;
        right: 3.2vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .job-list-block dl dt:after {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        background: #bebebe;
        position: absolute;
        top: 50%;
        right: 4.5vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .job-list-block dl dt span:first-of-type {
        margin-right: 15px;
        top: 0;
    }
    .job-list-block dl dd .list-content {
        display: block;
        margin-bottom: 4.5vw;
    }
    .job-list-block dl dd .list-content .item:first-of-type {
        width: 100%;
        padding: 4.5vw 4.5vw 0 4.5vw;
    }
    .job-list-block dl dd .list-content .item:last-of-type {
        width: 100%;
        padding: 4.5vw;
    }
    
    
    .job-list-block dl dd .list-content .item li {
        padding: 4.5vw 0;
        border-bottom: 1px solid #e1e1e1;
        display: block;
    }
    
    .job-list-block dl dd .list-content .item li span:first-of-type {
        width: 100%;
    }
    .job-list-block dl dd .list-content .item li span:last-of-type {
        width: 100%;
        padding-left: 0px;
    }
    
    .entry-block__content .entry-ttl {
        width: 100%;
        min-height: auto;
    }
    
    .entry-block__content .entry-ttl:nth-child(2),.entry-block__content .entry-ttl:nth-child(3) {
        display: none;
    }

    .entry-block {
        margin:  0 4.5vw;
    }  

    .entry-block__content .entry-ttl .wp {
        padding: 4.5vw 0;
    }   
    .entry-block__content .entry-ttl span.en {
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .entry-block__content .entry-ttl span.jp:after {
        top: 42%;
    }
    .sec-company .company-block {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    
    .sec-company .company-block .flex {
        display: block;
        padding: 0 4.5vw;
    }
    .sec-company .company-block .img {
        width: 100%;
        padding-bottom: 8vw;
    } 
    .sec-company .company-block .info {
        width: 100%;
        padding: 0 0 0 0;
    }
    
    .txt-sign {
        padding: 4.5vw 0 0 0;
    }
    
    .tlR{
        padding: 0 0 3vw 0;
    }
    
    .catalogBg img{
        padding: 4.5vw;
        background-color: #FFF;
    }

    .lnkUl{
        margin-top: 4.5vw;
        position: relative;
        display: block;
    }

    .lnkUl li{
        margin-right: 0;
        margin-bottom: 3vw;

    }

    .hisWp{
        width: 100%;

    }
    .hisWp .hisBx{
        padding: 4.5vw 0 0 0;

    }
    .hisWp .hisBx:nth-child(1) {
        border-top: none;
        padding-top: 0;
    } 

    .hisWp .hisBx .year{
        display:  block;
        width: 100%;
        padding-bottom: 4.5vw;

    }
    .hisWp .hisBx ul{

    }
    .hisWp .hisBx ul li{
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 4.5vw 5px;
        position: relative;

    }
    .hisWp .hisBx ul li:before{
        content: "";
        position: absolute;
        top:8px;
        left:3px;
        height: 100%;
        width: 1px;
        background-color: #e1e1e1;
    } 
    .hisWp .hisBx ul li:after{
        content: "";
        position: absolute;
        top:8px;
        left:0px;
        height: 7px;
        width: 7px;
        background-color: #333;
        border-radius: 50%;
    } 
    .hisWp .hisBx ul li:last-child:before{
        display: none;
    } 
    .hisWp .hisBx ul li .month{
        width: 45px;
        text-align: right;
    }
    .hisWp .hisBx ul li .tx{
        flex: 1;
        padding-left: 20px;

    }

    .officeNavWp .officeNav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8vw 4.5vw 4.5vw 4.5vw;
        border-top: 1px solid #e1e1e1;
        flex-wrap: wrap;
    }

    .sec-company .company-block .imgM {
        width: 100%;
        padding: 2vw;
        border: 1px solid #e1e1e1;
        background-color: #FFF;
    }

    .sec-company .company-block .infoM {
        width: 100%;
        padding: 8vw 0 0 0;
    }

    .officeNavWp .officeNav li{
        margin: 0 0;
        width: 48%;
        padding-bottom: 2vw;
    }
    
    .summaryDateWp {
        display: block;
        flex-wrap: wrap;
        margin: 0 4.5vw 6vw 4.5vw;
    }
    .summaryDateWp .sdwDl {
        width: 100%;
    }
    
    .summaryDateWp .sdwDl dl {
        display:block;
        padding: 3vw 0 2vw 0;
        border-top: 1px solid #e1e1e1;
        flex-wrap: wrap;
    }
    
    .summaryDateWp .sdwDl:first-child dl:first-child{
        border: none;
        padding-top: 0;
    }
    
    .summaryDateWp .sdwDl dl dt {
        width: auto;
        padding-right: 0;
    }
    
    .postWp {
        border:none;
        padding: 8vw 4.5vw 0 4.5vw;
        background:none;
    }
    .postWp .postBx .date {
        padding-bottom: .5vw;
    }
    .postWp .postBx h2 {
        padding-bottom: 4.5vw;
    }
    
    .postWp .postBx p {
        padding-bottom: 4.5vw;
    }
    
    .breadcrumb-block li:last-child{
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 4vw;
    }
    .breadcrumb-block {
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .copy-right .cpWp ul{
        display:none;
    }
    .copy-right .cpWp p {
        width: 100%;
    }

    .typeWp .typeUl03 li:nth-child(odd){
        padding-right: 0;

    }
    .typeWp .typeUl03 li:nth-child(even){
        padding-left: 0;

    }
    .typeWp .typeUl03 li {
        width: 100%;
    }
    
    .categoryWrap .category_ul span:before {
        width: 12px;
        border-radius: 12px;
        top: 3px;
    }

    .categoryWrap .category_ul span {
        padding-left: 18px;
    }

    .btn-comp02 .icWps .ic:before {
        display: none;
    }
    .typeWp li a:hover .icWps .ic {
        transform:none;
    }
    
    .backBtn:after {
        margin: -1px 0 0 0;
    }
    
    .bg_products{
        background-image:url("../img/common/products-mv-sp.jpg");
    }
    .bg_company{
        background-image:url("../img/common/company-mv-sp.jpg");
    }
    .bg_contact{
        background-image:url("../img/common/contact-mv-sp.jpg");
    }
    .bg_support{
        background-image:url("../img/common/support-mv-sp.jpg");
    }
    .bg_concept{
        background-image:url("../img/common/concept-mv-sp.jpg");
    }
    .bg_news{
        background-image:url("../img/common/news-mv-sp.jpg");
    }
    .bg_recruit{
        background-image:url("../img/common/recruit-mv-sp.jpg");
    }
    .page-index .sec-company-index {
        padding:0 0 0 0;
    }
    .sec-company .company-block .img {
        padding-left: 0;
    }
}

