@charset "UTF-8";

/*
1.Reset
2.Common style
*/

/*
** 1.Reset
*/

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

body
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: 'ヒラギノ角ゴ W2 JIS2004',YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
-webkit-text-size-adjust:100%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a { color: #413d3c; }

a:link {
      text-decoration: none;
}
a:visited {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a img {
      border-width: 0px;
      border-style: none;
      border-color: #fff;
      background: transparent;
}

a img, img {outline:none;}

*:focus {
  outline: none;
}
/*
** 2.Common style
*/

/*
**
** blue: #01519f
** sky blue: #3197e5
** contents width: 1000px
** font:  メイン ヒラギノ角ゴW4
**        本文 　ヒラギノ角ゴW2
**
**
*/

@font-face {
  font-family: 'logo';
  src:  url('../fonts/logo.eot?3f905c');
  src:  url('../fonts/logo.eot?3f905c#iefix') format('embedded-opentype'),
    url('../fonts/logo.ttf?3f905c') format('truetype'),
    url('../fonts/logo.woff?3f905c') format('woff'),
    url('../fonts/logo.svg?3f905c#logo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'logo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'logo-add';
  src:
    url('../fonts/logo-add.ttf?agju43') format('truetype'),
    url('../fonts/logo-add.woff?agju43') format('woff'),
    url('../fonts/logo-add.svg?agju43#logo-add') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-add-"], [class*=" ico-add-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'logo-add' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ico-logo:before {
  content: "\e900";
  color: #00519f;
}
.ico-driver:before {
  content: "\e901";
  color: #3097e5;
}
.ico-partner:before {
  content: "\e902";
  color: #00519f;
}
.ico-add-document:before {
  content: "\e903";
  color: #3397ac;
}

h1 img{
	width: 200px;
	margin-top: -7px;
	padding-right: 17px;
	padding-left: 5px;
}

.text-box{
  font-size: 15px;
  line-height: 1.7;
  font-family: 'ヒラギノ角ゴ W2 JIS2004';
}
.contents .category-list{
  width: 900px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.contents li{
  transition-duration: 0.3s;
}

.contents li:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}
.dot{
  background-image:url(../img/partners/bg-gray-dot.png);
}

.dot-light{
  background-image:url(../img/common/bg-dot.png);
  transition-duration: 0.3s;
}

.dot-light:hover{
  background: rgba(0,0,0,0);
  transition-duration: 0.3s;
}

.category-title{
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ W4 JIS2004';
  border-bottom: 2px solid #ccc;
  position: relative;
  text-align: left;
  line-height: 32px;
  width: 900px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.category-title:before{
  content: url(../img/common/arrow.png);
  margin-right: 10px;
}

.category-title:after{
  content: '';
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: auto;
  background-color: rgba(1, 81, 159, 0.5);
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  font-family: 'ヒラギノ角ゴ W4 JIS2004';
  font-size: 13px;
  letter-spacing: 2px;
  height: 80px;
}

header .g-nav{
  width: 1000px;
  height: 80px;
  margin: 10px auto 0;
  position: relative;
}

header .g-nav .left-col{
  width: 1000px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.entry-button{
  position: absolute;
  top: 0;
  right: 0;
}

.entry-button:hover{
  opacity: 0.8;
}

.entry-img{
  width: 200px;
}

header .g-nav .left-col div{
  height: 52px;
  margin-top: 8px;
}

header .g-nav .left-col li{
  border-right: 1px solid #ccc;
  padding: 8px 5px;
  transition-duration: 0.3s;
  height: 12px;
}

header .g-nav .left-col li:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}
header .g-nav .left-col li:nth-child(2){
  border-left: 1px solid #ccc;
}

header .g-nav .right-col{
  width: 380px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

header .g-nav .right-col li{
  width: 33%;
  height: 52px;
  text-align: center;
  transition-duration: 0.3s;
}

header .g-nav .right-col li a{
  color: #FFF;
  height: 52px;
  display: inline-block;
}

header .g-nav .right-col .document{
  background-color: #3397ac;
  box-sizing: border-box;
}


header .g-nav .right-col .partner{
  background-color: #01519f;
  box-sizing: border-box;
}

header .g-nav .right-col li:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}


header .g-nav .right-col .driver{
  background-color: #3197e5;
}

header .sub-nav-sp{display: none;}
header .sub-menu-sp{display: none;}

header .sub-nav{
  width: 100%;
  background-color: #fff;
  display: flex;
}

header .sub-nav .container{
  width: 900px;
  height: 36px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

header .side{
  background-color: #fff;
  z-index: 1;

}

header .right-side{
  border-left: 5px solid #dfdfdf;
}

header .left-side{
  border-right: 5px solid #dfdfdf;
}

header .sub-nav .container .right{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #01519f;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2;
}

header .sub-nav .container .left{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #01519f transparent transparent;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2;
}
header .sub-nav .category-list{
  height: 36px;
  margin: 0 auto;
  position: absolute;
  transform: translateX(0px);
  display: flex;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  left: 0;
}

header .sub-nav .category-name{
  white-space: nowrap;
  border-right: #ccc 1px solid;
  padding: 14px;
  transition-duration: 0.3s;
  position: relative;
}

header .sub-nav .category-name:hover{
  background-color: #3197e5;
  color: #fff;
  transition-duration: 0.3s;
}

header .sub-nav .post-list{
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 36px;
  width: 260px;
  height: 100%;
  display: table;
}

header .sub-nav .post-name{
  background-color: rgba(49, 151,229,0.9);
  padding: 14px 14px 14px 21px;
  margin: 5px 0;
  color: #fff;
  font-size: 13px;
  position: relative;
}

header .sub-nav .post-name:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 3px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 1px;
  margin: auto;
}

header .sub-nav-sp .active{
  background-color: #fff;
  color: #35abec;
  transition-duration: 0.3s;
}

header .sub-nav .post-name:hover{
  background-color: rgba(49, 151,229,0.6);
  transition-duration: 0.3s;
}

header .ico-logo{
  font-size: 24px;
  line-height: 10px;
  padding: 0 15px;
}

header .ico-partner:before,
header .ico-driver:before{
  color: #FFF;
  font-size: 22px;
  padding: 6px;
  display: inline-block;
}
header .ico-add-document:before{
  color: #fff;
  font-size: 21px;
  padding: 7px;
  display: inline-block;
}

header .sp-menu-list,header .sp-menu-btn{display: none;}

main{
  margin-top: 53px;
}

section{
  width: 100%;
}

footer{
  background-color: #1169ab;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}

footer a{
  color: #FFF;
}

footer ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 600px;
  justify-content: space-around;
  padding: 20px;
}

footer li{transition-duration: 0.3s;}
footer li:hover{opacity:0.7;transition-duration: 0.3s;}

footer .colophon{
  padding: 20px;
}

.sp{
  display: none;
}

.gotop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 55px;
  bottom: 50px;
  background-color: #7d6028;
  z-index: 99;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.gotop img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.visible{
  opacity: 1;
  visibility: visible;
  transition-duration: 0.3s;
}

.visible:hover{
  opacity: 0.8;
}


.footer-btn{
  position: fixed;
  bottom: -120px;
  background-color: rgba(255,255,255,0.9);
  height: 115px;
  transition-duration: 0.3s;
}

.footer-btn .wrp{
  width: 600px;
  height: 86px;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-btn .btn-wrp{
  width: 210px;
  justify-content: space-around;
  text-align: center;
}

.footer-btn .btn-wrp:first-child p{
  color: #00519f;
  font-family: 'ヒラギノ角ゴ W2 JIS2004';
}

.footer-btn .btn-wrp:last-child p{
  color: #3197e5;
  font-family: 'ヒラギノ角ゴ W2 JIS2004';
}

.footer-btn .btn{
  padding: 20px 0px;
  width: 212px;
  height: 16px;
  border-radius: 30px;
  margin: 10px auto;
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  letter-spacing: 2px;
  box-shadow: 2px 2px 1px 0px #3c3c3c;
  transition-duration: 0.3s;
  color: #fff;
}

.footer-btn .apply{
  background-color: #00519f;
}

.footer-btn .inquiry{
  background-color: #3197e5;
}

.footer-btn .btn:hover{
  opacity: 0.7;
}

@media (max-width: 599px){
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
  .gotop{
    width: 50px;
    height: 50px;
    right: 5%;
    bottom: 35px;
  }
  .gotop span{
    border-color: transparent transparent #FFF transparent;
    border-width: 0 20px 35px 20px;
    top: -7px;
  }

  .category-title{width: 100%;}

  header .ico-logo {font-size: 1.6rem;}
  header .g-nav{width: auto;}
  header .g-nav .left-col{width: 97%;}
  header .g-nav .left-col li{display: none;}
  header .g-nav .right-col{font-size: 0.6em; width: auto;letter-spacing: 0;}
  header .g-nav .right-col li{width: 80px;}
  header .g-nav .right-col li a{width: auto;padding: 0 4px;}
  header .g-nav .right-col .sp-menu-btn{cursor:pointer; width: 52px; height: 52px;position:relative;perspective: 80px;}
  header .g-nav .right-col .sp-menu-btn div,
  header .g-nav .right-col .sp-menu-btn div:after,
  header .g-nav .right-col .sp-menu-btn div:before
  {
    content: '';
    position: absolute;
    width: 37px;
    height: 3px;
    border-radius: 20px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #01519f;
    left: 0;
    right: 0;
    margin: auto;
    transition: all cubic-bezier(.13,.58,0,1.04) .5s;
  }
  header .g-nav .right-col .sp-menu-btn div{top: 20px;margin: auto;}
  header .g-nav .right-col .sp-menu-btn div:after{top: -7px;}
  header .g-nav .right-col .sp-menu-btn div:before{top: 7px;}
  header .g-nav .right-col .sp-menu-btn p{
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: #01519f;
  }

  .open .g-nav .right-col .sp-menu-btn div{
    animation-duration: 0.3s;
    width: 37px;
    background-color: transparent;
    transform: rotateY(180deg);
  }

  .open .g-nav .right-col .sp-menu-btn div:before{
    animation-duration: 0.3s;
    width: 37px;
    transform: translate3d(0,-7px,0) rotate(45deg)
  }

  .open .g-nav .right-col .sp-menu-btn div:after{
    animation-duration: 0.3s;
    width: 37px;
    transform: translate3d(0,0px,0) rotate(-45deg);
    top: 0px;
  }
  @keyframes bar1 {
    0%{width: 37px;}
    50%{width: 0px;}
    100%{width: 0px;}
  }

  @keyframes bar2 {
    0%{width: 37px;transform:rotate(0deg);}
    50%{width: 0px;transform:rotate(0deg);}
    100%{width: 37px;transform:rotate(45deg);}
  }

  @keyframes bar3 {
    0%{width: 37px;transform:rotate(0deg);}
    50%{width: 0px;transform:rotate(0deg);}
    100%{width: 37px;transform:rotate(90deg); top: 0px;}
  }

  .h1 img{
    width: 150px;
  }

  .entry-img{
    width: 150px;
  }

  .sp-menu-list{
    overflow: hidden;
    height: 0;
    position: fixed;
    width: 100vw;
    top: 52px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    transition-duration: 0.3s;
  }

  .sp-menu-list li{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background-color: rgba(49, 151, 229, 0.9);
    margin: 5px 0;
  }

  header .sp-menu-list{display: block;z-index: 1;}

  .open .sp-menu-list{display: block;height: 100%;transition-duration: 0.3s;}

  .sp-menu-list li a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
  }

  header .sp-menu-btn{
    display: block;
  }

  header .g-nav .right-col li:hover{
    opacity: 1;
  }

  footer ul{
    font-size: 0.8em;
    width: auto;
  }
  footer .colophon{
    font-size: 0.8em;
  }
  .footer-btn .wrp{width: 100%;}
  .footer-btn{font-size: 0.9rem;height: 90px;}
  .footer-btn .btn-wrp{width: 45%;padding-bottom: 0;}
  .footer-btn .btn {padding: 10px 0px;width:100%;}
}
@media (max-width: 365px){
  header .g-nav .right-col li{width: auto;}
}
@media (max-width: 975px){
  /*sub-nav*/
  header .sub-nav{display: none;}
  header .sub-nav-sp{
    display: block;
    width: 100%;
    height: 47px;
    background-color: #fff;
  }

  header .sub-nav-sp{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    display: flex;
    flex-wrap: wrap;
  }

  header .sub-nav-sp .container{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
  }

  header .sub-nav-sp .category-list{
    height: 40px;
    margin: 0 auto;
    position: absolute;
    transform: translateX(0px);
    display: flex;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  header .sub-menu-sp{
    width: 100%;
    position: relative;
    display: block;
  }

  header .sub-nav-sp .category-name{
    white-space: nowrap;
    border-right: #ccc 1px solid;
    padding: 14px;
    transition-duration: 0.3s;
    position: relative;
  }

  header .sub-nav-sp .category-name:focus{
    background-color: #3197e5;
    color: #fff;
    transition-duration: 0.3s;
  }

  header .sub-menu-sp .post-list{

    position: absolute;
    margin: auto;
    left: 0px;
    right: 0;
    top: 0;
    width: 97%;
    height: 100%;
    display: none;
  }

  header .sub-menu-sp .post-name{
    background-color: rgba(49,151,229,0.9);
    padding: 14px 14px 14px 21px;
    margin: 5px 0;
    color: #fff;
    font-size: 13px;
    position: relative;
  }

  header .sub-menu-sp .post-name:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 3px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 1px;
    margin: auto;
}

  header .sub-menu-sp .post-name:hover{
    background-color: rgba(49,151,229,0.6);
    transition-duration: 0.3s;
  }
}