html, body {
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif; }

div {
  display: block; }

a {
  text-decoration: none;
  position: relative;
  margin: 0; }

img {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: left; }

.sub-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.clear {
  clear: both; }

.hero-header {
  height: 100%;
  width: 100vw;
  padding: 24px;
  background-image: url("../img/top-min.png");
  background-size: cover;
  background-position: center; }
  .hero-header .sub-container {
    height: 100%;
    width: 100%; }

.header-logo {
  float: left;
  height: 72px;
  width: auto; }

.google-page {
  background: #ffffff;
  border-radius: 8px;
  float: right;
  height: 80px;
  width: 80px; }
  .google-page .google-icon {
    height: 48px;
    width: auto;
    margin: 16px 16.55px 16px 16.55px; }

.google-page:hover {
  background: #F8CA02;
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s; }

.hero-text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 68px);
  left: calc(50% - 50%); }
  .hero-text h1 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    color: #ffffff; }
  .hero-text h1 .wbr {
    display: inline-block; }
  .hero-text h1 .wbr:nth-of-type(2) {
    padding-right: 0.75em;
  }
  .hero-text p {
    margin-top: 36px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff; }

.driver-recruit {
  width: 528px;
  height: 120px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0; }
  .driver-recruit h2 {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    line-height: 72px;
    color: #026BD0; }
  .driver-recruit .driver-recruit-button {
    display: inline-block;
    background: #026BD0;
    height: 72px;
    width: 234px;
    padding: 20px 24px;
    border-radius: 8px;
    margin-left: 24px;
    color: #ffffff; }
    .driver-recruit .driver-recruit-button p {
      font-size: 16px;
      line-height: 32px;
      width: 128px;
      display: inline-block; }
    .driver-recruit .driver-recruit-button .circle-arrow {
      display: inline-block;
      height: 32px;
      width: 32px;
      margin-left: 22px; }
  .driver-recruit .driver-recruit-button:hover {
    opacity: 0.8;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }

.button-group {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.button {
  float: left;
  width: 160px;
  height: 120px;
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  overflow: hidden; }

text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #026BD0; }
  text .english {
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-family: "Open Sans Condensed", sans-serif;
    margin-bottom: 8px; }
  text .contora-logo {
      width: 18px;
      margin-right: 4px;
      margin-top: -4px;
  }

.button:hover text {
  color: #F8CA02;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s; }
  .button:hover text .english {
    color: #F8CA02;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s; }

.button + .button {
  margin-left: 18px; }

.mobile {
  display: none; }

header {
  height: 720px;
  width: 100%;
  padding: 24px; }

#message {
  background-image: url("../img/message-min.png");
  background-position: center;
  background-size: cover; }

.page-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 240px;
  text-align: center; }
  .page-title h2 {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff; }
    .page-title h2 .english {
      font-size: 56px;
      line-height: 40px;
      display: block;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif; }
    .page-title h2 .white-line {
      margin: 0 auto;
      border-top: 2px solid #ffffff;
      width: 240px;
      margin-top: 40px;
      margin-bottom: 32px; }

.message-wrapper-1 {
  padding: 160px 0 0 0; }
  .message-wrapper-1 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .message-wrapper-1 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

.message-img-wrapper .message-img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 80px;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; 
  font-family: 'object-fit: cover; object-position: center;'; /*IE΍*/
}

.message-img-wrapper .name {
  position: absolute;
  left: 0;
  bottom: 80px;
  font-weight: 700;
  color: #026BD0;
  font-size: 40px;
  line-height: 48px; }
  .message-img-wrapper .name .position {
    font-weight: 300;
    font-size: 24px; }

.message-wrapper-2 {
  padding: 160px 0 0 0; }
  .message-wrapper-2 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .message-wrapper-2 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }
  .message-wrapper-2 .signature {
    margin-top: 160px;
    text-align: center;
    font-weight: 700;
    color: #026BD0;
    font-size: 40px;
    line-height: 48px; }
    .message-wrapper-2 .signature .position {
      font-weight: 300;
      font-size: 24px; }

.button-wrapper .sub-container {
  padding: 160px 24px; }
  .button-wrapper .sub-container .go-top {
    color: #026BD0;
    float: left;
    display: inline-block; }
    .button-wrapper .sub-container .go-top img {
      height: 16px; }
    .button-wrapper .sub-container .go-top text {
      text-decoration: underline;
      margin-left: 8px;
      font-size: 16px;
      line-height: 16px; }
  .button-wrapper .sub-container .driver-recruit-2 {
    width: 528px;
    height: 120px;
    background: #026BD0;
    border-radius: 8px;
    padding: 24px;
    float: right; }
    .button-wrapper .sub-container .driver-recruit-2 h2 {
      display: inline-block;
      text-align: left;
      font-size: 24px;
      line-height: 72px;
      color: #ffffff; }
    .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 {
      display: inline-block;
      background: #ffffff;
      height: 72px;
      width: 234px;
      padding: 20px 24px;
      border-radius: 8px;
      margin-left: 24px;
      color: #026BD0; }
      .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 p {
        font-size: 16px;
        line-height: 32px;
        width: 128px;
        display: inline-block; }
      .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 .circle-arrow {
        display: inline-block;
        height: 32px;
        width: 32px;
        margin-left: 22px; }
    .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2:hover p {
      color: #F8CA02;
      -webkit-transition: color ease 0.3s;
      -o-transition: color ease 0.3s;
      transition: color ease 0.3s; }

footer {
  background: #026BD0;
  padding: 160px 0;
  text-align: center;
  position: relative; }
  footer .footer-logo {
    display: block;
    margin-bottom: 80px; }
    footer .footer-logo img {
      height: 72px; }
  footer .footer-button-group {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    margin: 0 auto; }
  footer .copyright {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 205px); }

#about {
  background-image: url("../img/about-min.png");
  background-position: center;
  background-size: cover; }

.about-wrapper-1 {
  padding: 160px 0 0 0; }
  .about-wrapper-1 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .about-wrapper-1 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

.about-wrapper-2 {
  padding: 160px 0 0 0; }
  .about-wrapper-2 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .about-wrapper-2 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

.rule-box {
  display: block;
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px; }

.rule img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: inline-block; }

.rule text {
  float: right;
  width: calc(100% - 64px);
  display: inline-block;
  text-align: left;
  color: #026BD0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400; }

.rule + .rule {
  margin-top: 40px; }

.yellow {
  color: #F8CA02; }

.about-wrapper-3 {
  padding: 160px 0 0 0; }
  .about-wrapper-3 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .about-wrapper-3 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

.img-title-1 {
  position: relative;
  margin-top: 80px; }
  .img-title-1 h4 {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 112px); }
  .img-title-1 img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; 
    font-family: 'object-fit: cover; object-position: center;'; /*IE΍*/
}

.img-title-2 {
  position: relative;
  margin-top: 80px; }
  .img-title-2 h4 {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 154px); }
  .img-title-2 img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; 
    font-family: 'object-fit: cover; object-position: center;'; /*IE΍*/
}

.about-wrapper-4 {
  padding: 160px 0 0 0; }
  .about-wrapper-4 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .about-wrapper-4 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

table {
  width: 100%;
  margin-top: 80px;
  border-collapse: collapse; }
  table tr {
    border: 2px solid rgba(2, 107, 208, 0.2);
    border-width: 2px 0px; }
  table th {
    color: #026BD0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    width: 36%;
    padding: 40px 0; }
  table td {
    color: #026BD0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    width: 64%;
    padding: 40px 0; }

iframe {
  border-radius: 8px; }

#recruit {
  background-image: url("../img/recruit-min.png");
  background-position: center;
  background-size: cover; }

.recruit-wrapper-1 {
  padding: 160px 0 0 0; }
  .recruit-wrapper-1 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .recruit-wrapper-1 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

.recruit-wrapper-2 {
  padding: 160px 0 0 0; }
  .recruit-wrapper-2 h3 {
    color: #026BD0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center; }
  .recruit-wrapper-2 .left {
    margin-top: 80px;
    color: #026BD0;
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400; }

.apply-button {
  position: relative;
  width: 300px;
  padding: 20px 16px;
  text-align: center;
  background: #026BD0;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 160px; }
  .apply-button text {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700; }
  .apply-button img {
    position: absolute;
    right: 16px;
    top: 20px;
    height: 32px;
    width: 32px; }

.apply-button:hover {
  opacity: 0.8;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s; }

@media screen and (min-width: 1160px) {
  .container {
    width: 1080px; } }

@media screen and (min-width: 1488px) {
  .hero-header .sub-container {
    width: 1440px; } }

@media screen and (max-width: 1290px) {
  .hero-header {
    padding: 16px; }
  .header-logo {
    height: 40px; }
  .google-page {
    height: 40px;
    width: 40px; }
    .google-page .google-icon {
      height: 24px;
      width: auto;
      margin: 8px 8.275px 8px 8.275px; }
  .hero-text {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 96px); }
    .hero-text h1 {
      font-size: 32px;
      line-height: 32px;
      font-weight: 700;
      color: #ffffff; }
    .hero-text h1 .wbr:nth-of-type(2) {
      padding-right: 0.5em;
    }
    .hero-text p {
      margin-top: 24px;
      font-size: 20px;
      line-height: 28px; }
  .driver-recruit {
    width: 100%;
    height: 88px;
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 80px; }
    .driver-recruit h2 {
      font-size: 24px;
      line-height: 56px;
      max-width: calc(100vw - 240px); }
    .driver-recruit .driver-recruit-button {
      float: right;
      height: 56px;
      width: 160px;
      padding: 16px 12px;
      margin-left: 16px; }
      .driver-recruit .driver-recruit-button p {
        font-size: 12px;
        line-height: 24px;
        width: 96px;
        display: inline-block; }
      .driver-recruit .driver-recruit-button .circle-arrow {
        height: 24px;
        width: 24px;
        margin-left: 8px; }
  .button-group {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .footer-button-group {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .button {
    width: calc((100% - 30px)/4);
    height: 64px;
    padding: 12px 6px;
    text-align: center; }
  text {
    font-size: 12px;
    line-height: 12px; }
    text .english {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 0px; }
  text .contora-logo {
      width: 14px;
      margin-right: 2px;
      margin-top: -4px;
  }
  .button + .button {
    margin-left: 10px; }
  footer {
    padding: 80px 16px; }
  .button-wrapper .sub-container {
    padding: 80px 16px; }
    .button-wrapper .sub-container .driver-recruit-2 h2 {
      font-size: 20px; }
    .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 {
      float: right;
      width: 238px; }
      .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 .circle-arrow {
        float: right; }
    .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2:hover p {
      color: #F8CA02;
      -webkit-transition: color ease 0.3s;
      -o-transition: color ease 0.3s;
      transition: color ease 0.3s; }
  header {
    padding: 16px; } }

input + label {
  position: fixed;
  top: 16px;
  right: 16px;
  height: 40px;
  width: 40px;
  background: #026BD0;
  border-radius: 8px;
  z-index: 5; }
  input + label span {
    position: absolute;
    width: 24px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    left: 8px;
    display: block;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  input + label span:first-child {
    top: 14px; }
  input + label span:last-child {
    top: 26px; }

#burger {
  opacity: 0; }

label:hover {
  cursor: pointer; }

input:checked + label span {
  opacity: 0;
  top: 50%; }

input:checked + label span:first-child {
  opacity: 1;
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }

input:checked + label span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }

input ~ nav {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  overflow: hidden;
  -webkit-box-shadow: 4px 0 4px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 0 4px 4px rgba(0, 0, 0, 0.16); }
  input ~ nav > .driver-recruit-2 {
    background: #026BD0;
    border-radius: 8px;
    width: calc(100% - 32px);
    height: 80px;
    padding: 20px 16px;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 16px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    input ~ nav > .driver-recruit-2 h2 {
      font-size: 14px;
      line-height: 40px;
      color: #ffffff;
      display: inline-block; }
    input ~ nav > .driver-recruit-2 .driver-recruit-button-2 {
      border-radius: 8px;
      display: inline-block;
      float: right;
      background: #ffffff;
      height: 40px;
      width: 160px;
      padding: 6px 16px;
      margin-left: 16px;
      color: #026BD0; }
      input ~ nav > .driver-recruit-2 .driver-recruit-button-2 p {
        font-size: 12px;
        line-height: 24px;
        width: 96px;
        display: inline-block; }
      input ~ nav > .driver-recruit-2 .driver-recruit-button-2 .circle-arrow {
        display: inline-block;
        height: 24px;
        width: 24px;
        margin-left: 2px; }
  input ~ nav > ul {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%; }
    input ~ nav > ul > li {
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      input ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: #026BD0;
        font-weight: 700;
        display: block;
        padding: 20px; }
        input ~ nav > ul > li > a > text {
          font-size: 12px;
          line-height: 12px; }
          input ~ nav > ul > li > a > text .english {
            font-size: 24px;
            line-height: 24px;
            margin-bottom: 0px; }

input:checked ~ nav {
  height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }
  input:checked ~ nav > .driver-recruit-2 {
    opacity: 1;
    -webkit-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    transition-delay: 1.0s; }
  input:checked ~ nav > ul > li {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }

@media screen and (max-width: 420px) {
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  .hero-text h1 {
    font-size: 28px;
    line-height: 28px; }
  .hero-text p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px; }
  .driver-recruit h2 {
    font-size: 14px;
    line-height: 56px; }
  header {
    height: 300px; }
  .header-logo {
    position: fixed;
    top: 16px;
    left: 16px;
    height: 40px;
    z-index: 5; }
  .page-title {
    top: 96px; }
    .page-title h2 {
      font-size: 20px;
      line-height: 20px; }
      .page-title h2 .english {
        font-size: 32px;
        line-height: 32px; }
      .page-title h2 .white-line {
        width: 120px;
        margin-top: 24px;
        margin-bottom: 24px; }
  .message-wrapper-1 {
    padding: 80px 0 0 0; }
    .message-wrapper-1 h3 {
      font-size: 20px;
      line-height: 28px; }
    .message-wrapper-1 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  .message-img-wrapper .message-img {
    height: 240px; }
  .message-img-wrapper .name {
    bottom: 24px;
    font-size: 16px;
    line-height: 24px; }
    .message-img-wrapper .name .position {
      font-size: 12px; }
  .message-wrapper-2 {
    padding: 80px 0 0 0; }
    .message-wrapper-2 h3 {
      font-size: 20px;
      line-height: 28px; }
    .message-wrapper-2 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
    .message-wrapper-2 .signature {
      margin-top: 80px;
      font-size: 24px;
      line-height: 32px; }
      .message-wrapper-2 .signature .position {
        font-size: 14px; }
  .button-wrapper .sub-container .driver-recruit-2 {
    width: 100%;
    height: 80px;
    padding: 20px 16px;
    display: block;
    margin-bottom: 24px; }
    .button-wrapper .sub-container .driver-recruit-2 h2 {
      font-size: 14px;
      line-height: 40px; }
    .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 {
      display: inline-block;
      float: right;
      background: #ffffff;
      height: 40px;
      width: 160px;
      padding: 6px 16px;
      margin-left: 16px; }
      .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 p {
        font-size: 12px;
        line-height: 24px;
        width: 96px;
        display: inline-block; }
      .button-wrapper .sub-container .driver-recruit-2 .driver-recruit-button-2 .circle-arrow {
        display: inline-block;
        float: none;
        height: 24px;
        width: 24px;
        margin-left: 2px; }
  footer .footer-logo {
    margin-bottom: 40px; }
    footer .footer-logo img {
      height: 40px; }
  footer .copyright {
    font-size: 12px;
    line-height: 12px;
    left: calc(50% - 154px); }
  .about-wrapper-1 {
    padding: 80px 0 0 0; }
    .about-wrapper-1 h3 {
      font-size: 20px;
      line-height: 28px; }
    .about-wrapper-1 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  .about-wrapper-2 {
    padding: 80px 0 0 0; }
    .about-wrapper-2 h3 {
      font-size: 20px;
      line-height: 28px; }
    .about-wrapper-2 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  .rule-box {
    width: 100%;
    margin-top: 40px; }
  .rule img {
    width: 32px;
    height: 32px;
    margin-right: 16px; }
  .rule text {
    width: calc(100% - 48px);
    font-size: 14px;
    line-height: 20px; }
  .rule + .rule {
    margin-top: 32px; }
  .about-wrapper-3 {
    padding: 80px 0 0 0; }
    .about-wrapper-3 h3 {
      font-size: 20px;
      line-height: 28px; }
    .about-wrapper-3 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  .img-title-1 {
    margin-top: 40px; }
    .img-title-1 h4 {
      font-size: 16px;
      line-height: 16px;
      top: calc(50% - 8px);
      left: calc(50% - 64px); }
    .img-title-1 img {
      height: 120px; }
  .img-title-2 {
    margin-top: 40px; }
    .img-title-2 h4 {
      font-size: 16px;
      line-height: 16px;
      top: calc(50% - 8px);
      left: calc(50% - 88px); }
    .img-title-2 img {
      height: 120px; }
  .about-wrapper-4 {
    padding: 80px 0 0 0; }
    .about-wrapper-4 h3 {
      font-size: 20px;
      line-height: 28px; }
    .about-wrapper-4 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  table {
    margin-top: 40px; }
    table tr {
      border: none; }
    table th {
      display: block;
      color: #026BD0;
      font-size: 14px;
      line-height: 14px;
      width: 100%;
      padding: 0; }
    table td {
      display: block;
      margin-top: 16px;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      width: 100%;
      background: #026BD0;
      border-radius: 8px;
      padding: 16px; }
    table th + td {
      margin-bottom: 32px; }
  .center-mobile {
    text-align: center; }
  iframe {
    height: 160px;
    border-radius: 8px; }
  .recruit-wrapper-1 {
    padding: 80px 0 0 0; }
    .recruit-wrapper-1 h3 {
      font-size: 20px;
      line-height: 28px; }
    .recruit-wrapper-1 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  .recruit-wrapper-2 {
    padding: 80px 0 0 0; }
    .recruit-wrapper-2 h3 {
      font-size: 20px;
      line-height: 28px; }
    .recruit-wrapper-2 .left {
      margin-top: 40px;
      font-size: 14px;
      line-height: 28px; }
  .apply-button {
    width: 100%;
    padding: 16px 16px;
    margin-top: 40px; }
    .apply-button text {
      font-size: 16px;
      line-height: 24px; }
    .apply-button img {
      top: 16px;
      height: 24px;
      width: 24px; } }

@media screen and (max-width: 366px) {
  .driver-recruit h2 {
    font-size: 15px;
    line-height: 28px; }
  .button-wrapper .sub-container .driver-recruit-2 h2 {
    max-width: calc(100vw - 240px);
    font-size: 14px;
    line-height: 20px; }
  input ~ nav > .driver-recruit-2 h2 {
    max-width: calc(100vw - 240px);
    font-size: 14px;
    line-height: 20px; } 
  text {
    font-size: 10px;
    line-height: 12px; }
    text .english {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0px; }
  text .contora-logo {
      width: 11px;
      margin-right: 1px;
      margin-top: -2px;
  }
}
@media screen and (max-height: 440px) {
  .no-horizontal {
    display: none; } }
