@charset "UTF-8";
html, body {
  width: 100%;
  color: #000011;
  background: #ffffff;
  font-family: "kan412typos-std", sans-serif;
  line-height: 1.8;
  text-size-adjust: 100%;
  letter-spacing: 0.1em;
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 14px; } }

p, a {
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

a {
  color: #000011;
  text-decoration: none;
  cursor: pointer;
  transition: .3s; }

a:hover {
  cursor: pointer;
  transition: .3s; }

img {
  width: 100%;
  vertical-align: bottom; }

article {
  max-width: 1280px;
  margin: 0 auto; }

.depot-logo {
  width: 180px;
  height: 60px; }

.sectionTitle {
  text-align: center;
  padding-top: 30px; }
  @media screen and (max-width: 715px) {
    .sectionTitle {
      font-size: 36px;
      padding-top: 15px; } }

.content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 715px) {
    .content {
      padding-top: 15px;
      padding-bottom: 15px; } }

.flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .flex {
      display: block; } }

.button {
  background: #3a94d2;
  margin: 0 auto;
  display: block;
  width: 270px;
  height: 40px;
  margin-top: 30px;
  color: #ffffff;
  line-height: 40px;
  border-radius: 25px; }
  @media screen and (max-width: 715px) {
    .button {
      margin-top: 20px; } }
  .button:hover {
    color: #3a94d2;
    background: #ffffff;
    border: 1px solid #3a94d2;
    box-sizing: border-box; }

.blue {
  color: #3a94d2;
  font-size: 150%; }

.red {
  color: #f2311c; }

.modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 5;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.header {
  width: 100%;
  height: 70px;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 3; }
  .header--logo {
    float: left;
    padding-top: 5px; }
  .header--nav {
    float: right; }
    .header--nav__list {
      float: left;
      margin-right: 20px;
      line-height: 67px; }
      @media screen and (max-width: 715px) {
        .header--nav__list {
          float: none;
          display: none;
          width: 100%;
          text-align: center; } }
      .header--nav__list:hover {
        cursor: pointer;
        border-bottom: solid 2px #3a94d2; }
      .header--nav__list a {
        display: block;
        transition: .3s; }
        .header--nav__list a:hover {
          color: #3a94d2;
          transition: .3s; }
    @media screen and (max-width: 715px) {
      .header--nav {
        transition: .3s;
        float: none;
        padding-top: 70px;
        background: #ffffff; }
        .header--nav.active {
          display: block; } }

.menu-trigger {
  display: none;
  cursor: pointer;
  transition: all .3s;
  box-sizing: border-box;
  float: right;
  position: relative;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 32px; }
  @media screen and (max-width: 715px) {
    .menu-trigger {
      display: block; } }
  .menu-trigger span {
    display: inline-block;
    transition: .3s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #000011; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 14px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg); }

.topImg {
  width: 100%;
  height: 700px;
  position: relative;
  top: 0;
  z-index: 2;
  background-image: url("../img/top-img.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .topImg {
      background-attachment: scroll;
      height: 600px; } }
  @media screen and (max-width: 480px) {
    .topImg {
      height: 400px; } }
  .topImg--slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .topImg--slogan {
        font-size: 18px; } }
    .topImg--slogan .br {
      display: none; }
      @media screen and (max-width: 1132px) {
        .topImg--slogan .br-l {
          display: block; } }
      @media screen and (max-width: 480px) {
        .topImg--slogan .br-s {
          display: block; } }
  .topImg--ezbanner {
    width: 100%;
    max-width: 1280px;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 715px) {
      .topImg--ezbanner {
        bottom: 10%; } }
    @media screen and (max-width: 480px) {
      .topImg--ezbanner__img {
        display: none; } }
    .topImg--ezbanner__img-sp {
      display: none; }
      @media screen and (max-width: 480px) {
        .topImg--ezbanner__img-sp {
          display: block;
          width: 100%; } }

.ezlogi-section {
  background-image: url("../img/ezlogi-background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px;
  margin-top: 30px; }
  @media screen and (max-width: 960px) {
    .ezlogi-section {
      background-attachment: scroll; } }
  @media screen and (max-width: 715px) {
    .ezlogi-section {
      padding: 0; } }

.ezlogi-content {
  background: #ffffff;
  opacity: 0.9; }

.iconArea {
  margin-right: 80px; }
  .iconArea--panel {
    width: 150px; }
    @media screen and (max-width: 480px) {
      .iconArea--panel {
        width: 100px; } }
    .iconArea--panel__icon {
      width: 150px;
      height: 150px;
      background: #f3f4f5;
      border-radius: 50%;
      font-size: 70px;
      line-height: 150px; }
      @media screen and (max-width: 480px) {
        .iconArea--panel__icon {
          width: 100px;
          height: 100px;
          font-size: 50px;
          line-height: 100px; } }
    .iconArea--panel-top {
      margin: 0 auto; }
    .iconArea--panel-left {
      margin-right: 50px; }
  .iconArea--bottom {
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 960px) {
    .iconArea {
      margin-right: 0;
      margin-bottom: 20px; } }

.eclist {
  padding-top: 50px; }
  @media screen and (max-width: 715px) {
    .eclist {
      padding-top: 20px; } }
  .eclist--img__dotline {
    width: 24px;
    height: 24px; }
  .eclist--img__ecsite {
    width: 90%; }
    @media screen and (max-width: 715px) {
      .eclist--img__ecsite {
        display: none; } }
  .eclist--img__ecsite-sp {
    display: none; }
    @media screen and (max-width: 715px) {
      .eclist--img__ecsite-sp {
        display: block;
        width: 100%; } }

@media screen and (max-width: 480px) {
  .service--msg {
    font-size: 12px; } }

.companyInfo {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 480px) {
    .companyInfo {
      font-size: 12px; } }
  .companyInfo--title {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #3a94d2; }
    @media screen and (max-width: 960px) {
      .companyInfo--title {
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .companyInfo--title {
        font-size: 24px; } }
  .companyInfo--table {
    margin: 0 auto;
    text-align: left; }
    .companyInfo--table th {
      color: #3a94d2;
      padding-right: 20px;
      white-space: nowrap; }
      @media screen and (max-width: 480px) {
        .companyInfo--table th {
          padding-right: 10px; } }
    .companyInfo--table .month {
      text-align: right; }
  .companyInfo--access {
    margin: 0 auto;
    text-align: center; }
    .companyInfo--access__left {
      text-align: left; }
      .companyInfo--access__left h4 {
        color: #3a94d2; }
        @media screen and (max-width: 480px) {
          .companyInfo--access__left h4 {
            font-size: 18px; } }
      @media screen and (max-width: 960px) {
        .companyInfo--access__left {
          text-align: center; } }
    .companyInfo--access__right {
      height: 200px;
      width: 600px;
      overflow: hidden;
      margin-top: 20px;
      margin-left: 20px; }
      .companyInfo--access__right .map {
        margin-top: -130px;
        height: 500px;
        width: 100%; }
      @media screen and (max-width: 960px) {
        .companyInfo--access__right {
          width: 100%;
          margin-left: 0;
          margin-top: 0;
          margin-bottom: 15px; } }
  @media screen and (max-width: 960px) {
    .companyInfo {
      margin-bottom: 15px; } }

.companyInfo1 {
  margin-right: 30px; }
  @media screen and (max-width: 960px) {
    .companyInfo1 {
      margin-right: 0; } }

.recruitMsg {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .recruitMsg {
      font-size: 12px; } }

.recruitInfo {
  margin: 30px auto;
  height: 450px; }
  @media screen and (max-width: 1132px) {
    .recruitInfo {
      height: 500px; } }
  @media screen and (max-width: 715px) {
    .recruitInfo {
      padding-left: 20px;
      padding-right: 20px; } }
  .recruitInfo--flex {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 715px) {
      .recruitInfo--flex {
        display: block; } }
  .recruitInfo .recruitInfoPanel {
    padding: 20px 30px; }
    .recruitInfo .recruitInfoPanel .br-m {
      display: none; }
      @media screen and (max-width: 480px) {
        .recruitInfo .recruitInfoPanel .br-m {
          display: block; } }
    @media screen and (max-width: 715px) {
      .recruitInfo .recruitInfoPanel {
        padding: 10px 15px;
        font-size: 14px; }
        .recruitInfo .recruitInfoPanel h3 {
          text-align: center;
          font-size: 24px; } }
    @media screen and (max-width: 480px) {
      .recruitInfo .recruitInfoPanel {
        font-size: 12px;
        padding: 5px; } }
    .recruitInfo .recruitInfoPanel--1 {
      background: #f3f4f5; }
    .recruitInfo .recruitInfoPanel--2 {
      margin-top: 100px;
      background: #f3f4f5; }
    .recruitInfo .recruitInfoPanel--3 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #f3f4f5;
      padding-top: 0; }
    @media screen and (max-width: 715px) {
      .recruitInfo .recruitInfoPanel {
        position: initial;
        left: initial;
        transform: initial;
        margin: initial;
        margin-bottom: 10px; } }

.recruitJob {
  background-image: url("../img/recruit-background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px; }
  @media screen and (max-width: 960px) {
    .recruitJob {
      background-attachment: scroll; } }
  @media screen and (max-width: 715px) {
    .recruitJob {
      padding: 20px; } }
  .recruitJob--title {
    text-align: center;
    padding-bottom: 50px; }
    @media screen and (max-width: 715px) {
      .recruitJob--title {
        padding-bottom: 20px; } }
  .recruitJob--content {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .recruitJob--content__title {
      width: 20%;
      line-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 960px) {
        .recruitJob--content__title {
          width: 100%; } }
    .recruitJob--content__requirement {
      font-size: 14px;
      width: 80%;
      padding-right: 20px; }
      @media screen and (max-width: 480px) {
        .recruitJob--content__requirement {
          font-size: 12px; } }
      .recruitJob--content__requirement-point {
        display: flex;
        padding-top: 20px; }
        .recruitJob--content__requirement-point_1 {
          margin-right: 50px; }
        @media screen and (max-width: 480px) {
          .recruitJob--content__requirement-point {
            display: block; }
            .recruitJob--content__requirement-point_1 {
              margin-bottom: 20px; } }
      @media screen and (max-width: 960px) {
        .recruitJob--content__requirement {
          width: 100%;
          margin-top: 20px;
          padding: 10px;
          box-sizing: border-box; } }

.contactComment {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .contactComment {
      font-size: 12px; } }

.form {
  text-align: center;
  padding-top: 20px; }
  @media screen and (max-width: 715px) {
    .form {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px; } }
  .form .label {
    display: block;
    margin-top: 15px; }
    @media screen and (max-width: 715px) {
      .form .label {
        margin-top: 10px; } }
  .form .input, .form .textarea {
    font-size: 16px;
    padding: 5px;
    outline: none;
    border-radius: 15px;
    border: 2px solid #000011;
    box-sizing: border-box;
    width: 640px; }
    @media screen and (max-width: 715px) {
      .form .input, .form .textarea {
        width: 100%; } }
  .form .textarea {
    padding: 0 10px; }

.button {
  outline: none;
  border: none;
  font-family: "kan412typos-std", sans-serif;
  font-size: 16px;
  transition: .3s;
  cursor: pointer; }
  .button:hover {
    transition: .3s; }

.area-msg {
  color: red; }

.err {
  background: #fae5e1;
  border-radius: 15px; }

.confirmation {
  padding: 80px 20px; }
  .confirmation--title {
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center; }
  .confirmation--table {
    width: 800px;
    margin: 0 auto;
    border: 1px solid #000011; }
    @media screen and (max-width: 960px) {
      .confirmation--table {
        width: 100%; } }
    .confirmation--table th, .confirmation--table td {
      padding: 15px;
      border: 1px solid #000011;
      text-align: left; }
    .confirmation--table th {
      background: #f3f4f5;
      width: 40%; }
    .confirmation--table td {
      width: 60%; }
  .confirmation .gobackbutton {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    text-decoration: underline; }
    .confirmation .gobackbutton:hover {
      color: #3a94d2; }

.complete {
  margin: 80px;
  text-align: center; }
  .complete__title {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center; }
  .complete .topbackbutton {
    text-decoration: underline; }
    .complete .topbackbutton:hover {
      color: #3a94d2; }

.footer {
  position: relative;
  background: #f3f4f5;
  min-height: 300px;
  font-size: 12px;
  bottom: 0;
  overflow: hidden; 
  display: flex;
  flex-direction: column;
}
  @media screen and (max-width: 715px) {
     .footer > article {
    display: block;
    padding: 0 20px;
  }
    .footer {
      min-height: auto;
      text-align: center; } 
  .footer--left,
  .footer--right {
    width: 100%;
    float: none;
    text-align: center;
  }
}
  .footer a {
    transition: .3s; }
    .footer a:hover {
      color: #3a94d2;
      transition: .3s; }
  .footer--left {
	width: 50%;
    float: left;
    overflow: hidden; }
    @media screen and (max-width: 715px) {
      .footer--left {
        float: none; } }
    .footer--left__logo {
      padding-top: 20px;
      padding-bottom: 20px; }
    .footer--left__companyName {
      font-size: 14px; }
      @media screen and (max-width: 715px) {
        .footer--left__companyName {
          display: none; } }
    .footer--left__location {
      padding-left: 20px; }
      @media screen and (max-width: 715px) {
        .footer--left__location {
          display: none; } }
  .footer--right {
	width: 50%;
    float: right;
    overflow: hidden;
    padding-top: 50px; }
    .footer--right__list {
      line-height: 2; }
    @media screen and (max-width: 715px) {
      .footer--right {
        display: none; } }
  .footer--policy {
	text-align: left;
	margin-top: 20px;
    position: static;
    bottom: 20px;
    width: 100%;
    padding: 10px 20px; }
    @media screen and (max-width: 715px) {
      .footer--policy {
        padding-left: 0; } }
  .footer--bottom {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
    position: static;
    bottom: 10px;
    width: 1280px;
    text-align: center; }
    @media screen and (max-width: 1132px) {
      .footer--bottom {
        width: 100%; } }
.footer > article {
  max-width: none;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .article::after {
  content: "";
  display: block;
  clear: both;
}

/* 上からフェードイン */
.slide-top {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out; }

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease-out; }
