@charset "utf-8";
/* 共通style --------------------------------*/
@font-face {
    src: url("https://tokyo-system.co.jp/tlf/font/Roboto-Regular.ttf") ;
	font-family: "Roboto";
    font-style: normal;
}
@font-face {
    src: url("https://tokyo-system.co.jp/tlf/font/Roboto-Medium.ttf") ;
	font-family: "Roboto";
}
@font-face {
    src: url("https://tokyo-system.co.jp/tlf/font/Roboto-Bold.ttf") ;
	font-family: "Roboto";
    font-style: bold;
}
/*@font-face {
    src: url("../font/NotoSansJP-Regular.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../font/NotoSansJP-Medium.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../font/NotoSansJP-Bold.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../font/NotoSansJP-Black.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
@font-face{
    font-family:"Noto Sans JP";
    src:url("https://tokyo-system.co.jp/tlf/font/NotoSansJP-Regular.otf") format("opentype");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:"Noto Sans JP";
    src:url("https://tokyo-system.co.jp/tlf/font/NotoSansJP-Medium.otf") format("opentype");
    font-weight:500;
    font-style:normal
}
@font-face{font-family:"Noto Sans JP";
    src:url("https://tokyo-system.co.jp/tlf/font/NotoSansJP-Bold.otf") format("opentype");
    font-weight:600;
    font-style:normal
}
html{
    font-size: 62.5%;
}
body{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
    font-size:1.6rem;/* 16px*/
}
h1 {
    /*font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    /*font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    font-family: "Noto Sans JP";
    line-height: 1.3;
}
h2 {
    /*font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    /*font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
    font-family: "Noto Sans JP";
    font-weight:500;
}
h3 {
    font-family: "Noto Sans JP";
    font-weight: 500;
}
img{
    width: 100%;
}
/*megamenu*/
nav.menu ul{
    z-index: 10000;
}
.menu > ul {
    top:11vw;
    left: 0;
    position: absolute;
    background-color: rgba(0, 80, 180, 0.9);
    width: 100%;
    font-family: "Noto Sans JP";
}
.menu-mobile {
    padding: 0;
}
.menu-mobile:after {
    position: absolute;
    top: 4vw;
    right: 4vw;
    font-size: 5rem;
}
.menu > ul > li a {
    padding: 4vw;
    color: #ffffff;
	border-bottom:#ffffff solid 1px;
}
.menu-dropdown-icon:before {
     padding: 4vw;
     background: none;
     color: #ffffff;
}
.menu > ul > li > ul{
    background: none;
}
.menu > ul > li > ul.normal-sub {
    position: inherit;
    padding: 0;
}
.menu > ul > li > ul.normal-sub > li a {
    padding: 4vw 4vw 4vw 8vw;
	border-bottom: #ffffff dotted 1px;
}
.menu > ul > li > ul > li {
    margin-top: 0;
	color:#ffffff;
}
.menu > ul > li > ul.branch > li {
    padding-top: 6vw;
}
.menu > ul > li > ul.branch > li:first-child {
	padding-top:0;
}
.menu > ul > li > ul > li a {
    width: 100%;
    color: #ffffff;
    position: relative;
    border-bottom:#ffffff dotted 1px;
}
.menu > ul > li > ul > li a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #ffffff;
    margin: 0 7px 0 0;
    vertical-align: middle;
}
/*アコーディオン開閉　＋-*/
.accordion {
    width: 300px;
}
.button {
    /*padding: 10px;*/
    width: 100%;
    /*background-color: #1abc9c;*/
    color: #fff;
    cursor: pointer;
    position: relative;

    display: block;
    padding: 4vw;
    border-bottom: #fff solid 1px;
}
.button.button_1 {
    /*background-color: #f5f4f2;*/
    color: #ffffff;
}
.button:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    top: 4vw;
    right: 4vw;
}
.button.active:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    font-weight: 600;
}
/*ここまで*/
/*ハンバーガーメニューボタン*/
/*menu-mobile*/
.navToggle {
    display: block;
    position: absolute;
    right: 13px;
    top: 1vw;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #474747;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*pagetop*/
#pagetop{
    display: block;
    width:52px;
    height: 52px;
    z-index: 10;
    bottom:10px;
    right:10px;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    position: absolute;
}
#pagetop::before,
#pagetop::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#pagetop::before{
    left: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
}
#pagetop:hover {
    opacity:0.7;
}
/*btn_black*/
.btn_black{
    background-color: #272727;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}
.btn_black a{
    color: #ffffff;
    text-decoration: none;
    padding: 6vw 0;
    box-sizing: border-box;
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "Noto Sans JP";
}
.btn_black a::before{
    right: -60%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_black a,
.btn_black a::before,
.btn_black a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_black a:hover{
    background-color: rgba(255, 255, 255, .2);
    text-decoration: none;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
header .header__wrapper{
    padding: 0;
}
header p.logo{
    width:50vw;
    max-width: 260px;
    height: auto;
    float: left;
    margin: 2vw;
    position: relative;
    z-index: 1;
}
header p.logo a{
    display: block;
}
header .contact_btn{
	display:none;
}
header .contact_btn_sp {
    /*background-color: #F29205;*/
    background-color: #ff8d1e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}
header .contact_btn_sp a {
    background-image: url(../images/icn-mail.png);
    background-size: 40%;
    background-position: center 30%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP";
    text-decoration: none;
    width: 70px;
	height:70px;
    display: block;
    padding-top: 65%;
    font-size:1rem;
    box-sizing: border-box;
}
.header__wrapper p.tel{
    position: absolute;
    top: 4px;
    right: 120px;
    color: #ff8d1e;
    padding-left: 25px;
    font-size: 195%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}
.header__wrapper p.tel a{
    color: #ff8d1e;
    text-decoration: none;
}
.header__wrapper p.tel::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icn-tel.png) no-repeat;
    background-size: 100%;
    top: 13%;
}
.header__wrapper p.tel {
    top: 2.5vw;
    right: 10vw;
    padding-left: 0;
    text-indent: -99999px;
    display: block;
    width: 28px;
    height: 29px;
    padding: 0;
    border-radius: 4px;
    border: #ff8d1e solid 2px;
    padding: 2px;
    z-index: 100;
}
.header__wrapper p.tel::before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
}
/*recruit_contact*/
.header__wrapper.recruit_page p.tel {
    border: #46a6d8  solid 2px;
}
.header__wrapper.recruit_page p.tel::before {
    background: url(../images/icn-tel-recruit.png) no-repeat;
    background-size: 100%;
}
header .contact_btn_sp.recruit_page {
    background-color: #46a6d8;
}
/*footer*/
footer{
    background-color: #272727;
}
footer .bnr{
    background-color: #474747;
	padding:0 4vw;
}
footer .bnr ul{
    margin: 0 auto;
    padding: 4vw 0 0 0;
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}
footer .bnr ul::before{
    content:"";
    display: block;
    width:23%;
    order:1;
}
footer .bnr ul::after{
    content:"";
    display: block;
    /*width:23%;*/
    width:31%;/*物流展バナー削除後23％に戻す*/
}
footer .bnr li{
    width: 44vw;
    line-height: 0;
    margin-bottom: 4vw;
}
footer .footer__wrapper{
    margin: 0 auto;
    overflow: hidden;
    padding:4vw;
}
footer .logo{
    width: 180px;
    margin-bottom: 4vw;
}
footer .footer-link ul{
    font-family: "Noto Sans JP";
}
footer .footer-link li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.8;
    border-bottom: #474747 solid 1px;
    display: block;
    width: 100%;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
}
footer .footer-link ul li ul{
    float: none;
    margin-right: 0;
    display: none;
}
footer .footer-link ul li ul li a{
    position: relative;
}
footer .footer-link ul li ul li a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #ffffff;
    margin: 0 7px 0 0;
    vertical-align: middle;
}
footer .footer-link ul.sns{
    margin-right: 0;
    float: right;
}
footer .footer-link ul.sns li{
    float: left;
}
footer .footer-link ul.sns li.tw{
    width: 25px;
    margin-right: 26px;
}
footer .footer-link ul.sns li.fb{
    width: 14px;
}
footer small{
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 4vw;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
}
footer .footer-link li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer-link li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
footer .footer-link li a:hover::after {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}

/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media only screen and (max-width:480px){
.header__wrapper p.tel {
    top: 2vw;
    right: 15vw;
    padding-left: 0;
    text-indent: -99999px;
    display: block;
    width: 28px;
    height: 29px;
    padding: 0;
    border-radius: 4px;
    border: #ff8d1e solid 2px;
    padding: 2px;
    z-index: 100;
}
.header__wrapper p.tel::before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
}
header .contact_btn{
	display:none;
}
header .contact_btn_sp {
    /*background-color: #F29205;*/
    background-color: #ff8d1e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
}
header .contact_btn_sp a {
    background-image: url(../images/icn-mail.png);
    background-size: 40%;
    background-position: center 30%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP";
    text-decoration: none;
    width: 70px;
	height:70px;
    display: block;
    padding-top: 65%;
    font-size:1rem;
    box-sizing: border-box;
}
/*btn_black*/
.btn_black a {
    padding: 6vw 0;
}
/*header*/
header .header__wrapper {
    padding:2vw 0 0;
}
/*recruit_contact*/
.header__wrapper.recruit_page p.tel {
    border: #46a6d8 solid 2px;
}
header .contact_btn_sp.recruit_page {
    background-color: #46a6d8;
}
}
/* 768px以上用-タブレット用の記述(ipad) ---------------------------- */
@media only screen and (min-width:768px) {
.header__wrapper p.tel{
    position: absolute;
    top: 2.5vw;
    right: 8vw;
    color: #ff8d1e;
    padding-left: 25px;
    font-size: 195%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    border: none;
    text-indent: inherit;
    width: auto;
}
.header__wrapper p.tel a{
    color: #ff8d1e;
    text-decoration: none;
}
.header__wrapper p.tel::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icn-tel.png) no-repeat;
    background-size: 100%;
    top: 13%;
}
.button {
    padding: 24px 2vw;
}
.button::after {
    top:3vw;
}
header .contact_btn{
	display:none;
}
header .contact_btn_sp {
    /*background-color: #F29205;*/
    background-color: #ff8d1e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
}
header .contact_btn_sp a {
    background-image: url(../images/icn-mail.png);
    background-size: 40%;
    background-position: center 30%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP";
    text-decoration: none;
    width: 70px;
	height:70px;
    display: block;
    padding-top: 65%;
    font-size:1rem;
    box-sizing: border-box;
}
/*recruit_contact*/
.header__wrapper.recruit_page p.tel {
    color: #46a6d8;
    border: none;
}
.header__wrapper.recruit_page p.tel a{
    color: #46a6d8;
}
header .contact_btn_sp.recruit_page {
    background-color: #46a6d8;
}
/*btn_black*/
.btn_black {
    max-width: 400px;
}
.btn_black a {
    padding: 4vw 0;
}
/*footer*/
footer .bnr ul {
    padding: 4vw 0 2vw 0;
}
footer .bnr li {
    width: 29vw;
    margin-bottom: 2vw;
}
}
/* 980px以上用（PC用）の記述 ---------------------------- */
@media print, screen and (min-width: 960px) {
.button {
    padding: 0;
    width: auto;
    cursor: pointer;
    position:inherit;
    padding:24px 2vw;
    color: #000 !important;
    border-bottom: none;
}
.button:after {
    content:none;
}
header .header__wrapper {
    padding: 0 ;
}
header p.logo {
    width: 260px;
    margin-bottom: 0;
}
/*.header__wrapper p.tel{
    position: absolute;
    top: 15px;
    right: 95px;
    color: #ff8d1e;
    padding-left: 25px;
    font-size: 195%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}
.header__wrapper p.tel a{
    color: #ff8d1e;
    text-decoration: none;
}
.header__wrapper p.tel::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icn-tel.png) no-repeat;
    background-size: 100%;
    top: 13%;
}*/
header .contact_btn_sp {
    display: none;
}
header .contact_btn_sp a {
    display: none;
}
header .contact_btn {
	display:block;
}
header .contact_btn {
    background-color: #ff8d1e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}
header .contact_btn a {
    background-image: url(../images/icn-mail.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP";
    text-decoration: none;
    width: 75px;
    height: 60px;
    display: block;
    padding-top: 2.2vh;
    font-size: 1.6rem;
    padding-left: 4vw;
    text-indent: -99999px;
    box-sizing: border-box;
}
/*recruit_contact*/
header .contact_btn.recruit_page {
    background-color: #46a6d8;
}
/*btn_black*/
.btn_black{
    width:100%;
    max-width:400px;
    margin: 0 auto;
}
.btn_black a{
    padding: 30px 0;
}
/*footer*/
footer{
    background: #161616;
}
footer .bnr{
    background: #2a292c;
}
footer .bnr ul{
    max-width:1028px;
    margin: 0 auto;
    padding: 2vw 0 0;
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}
footer .bnr ul::before{
    content:"";
    display: block;
    width:22%;
    order:1;
}
footer .bnr ul::after{
  content:"";
  display: block;
  width:22%;
  /*width: 30%;/*物流展バナー削除後22％に戻す*/
}
footer .bnr li{
    width: 30%;
    line-height: 0;
    margin-bottom: 2vw;
}
footer .footer__wrapper{
    max-width: 1028px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 4vw;
}
footer .logo{
    width: 180px;
    margin-right: 0;
    margin-bottom: 2vw;
}
footer .footer-link ul{
    float: left;
    margin-right: 85px;
    font-family: "Noto Sans JP";
}
footer .footer-link li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 88%;
    line-height: 1.8;
    padding-bottom:0;
    margin-bottom: 0;
    border-bottom: none;
}
footer .footer-link ul li ul{
    float: none;
    margin-right: 0;
    display: inherit;
}
footer .footer-link ul li ul li a{
    position: relative;
}
footer .footer-link ul li ul li a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #ffffff;
    margin: 0 7px 0 0;
    vertical-align: middle;
}
footer .footer-link ul.sns{
    margin-right: 0;
}
footer .footer-link ul.sns li{
    float: left;
}
footer .footer-link ul.sns li.tw{
    width: 25px;
    margin-right: 26px;
}
footer .footer-link ul.sns li.fb{
    width: 14px;
}
footer small{
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 50px;
    font-size: 82%;
    font-family: Arial, Helvetica, sans-serif;
}
footer .footer-link li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer-link li a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
footer .footer-link li a:hover::after {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}
}
@media print, screen and (min-width: 1280px) {
.header__wrapper p.tel{
    position: absolute;
    top: 5px;
    right: 117px;
    color: #ff8d1e;
    padding-left: 25px;
    font-size: 195%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    width: auto;
    height: 30px;
}
.header__wrapper p.tel a{
    color: #ff8d1e;
    text-decoration: none;
}
.header__wrapper p.tel::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icn-tel.png) no-repeat;
    background-size: 100%;
    top: 13%;
}
.button {
    padding: 38px 1vw 38px;
}
header .header__wrapper {
    padding: 0 25px;
    height: inherit;
}
header p.logo {
    width: 230px;
    margin: 25px 0;
}
header .contact_btn_sp a{
	display:none;
}
header .contact_btn {
    background-color: #ff8d1e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
header .contact_btn a{
    text-indent: inherit;
}
nav ul li ul li a::after {
    content: none;
    display: block;
    background:none !important; 
}
header .contact_btn a {
    background-image: url(../images/icn-mail.png);
    background-size: 40%;
    background-position: center 30%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: bold;
    text-decoration: none;
    width: 100px;
	height:90px;
    display: block;
    padding-top: 60%;
    padding-left: 0;
    font-size:1.4rem;
    box-sizing: border-box;
}
/*recruit_contact*/
.header__wrapper.recruit_page p.tel {
    color: #46a6d8;
}
header .contact_btn.recruit_page {
    background-color: #46a6d8;
}
/*footer*/
footer .footer__wrapper {
    padding: 50px 4vw;
}
footer .bnr ul{
    padding: 2vw 0 0;
}
footer .bnr li {
    width: 230px;
    margin-bottom: 2vw;
}
footer .logo {
    float: left;
    margin-right: 80px;
}
footer .footer-link ul {
    margin-right: 80px;
}
footer .footer-link ul:last-child {
    margin-right: 0;
}
}
/* 印刷用 */
@media print {
body{
    overflow-x: visible;
    overflow-y: visible;
}
header .contact_btn {
    display: none;
}
.header__wrapper p.tel {
    display: none;
}
#pagetop {
    display: none;
}
}