@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* company-page */
/* サブページmv共通コード*/
.submv-area {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 40vh;
}

.submv-area .submain-img {
  position: absolute;
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: top middle;
}

.mv-line {
  width: 100%;
  height: 8px;
  background-color: #182D65;
}

/* ------------------- */
.submv-area .sub-title {
  position: absolute;
  top: 17vh;
  left: 5vw;
}

.submv-area .sub-title img {
  width: 25%;
  min-width: 380px;
  opacity: .7;
}

@media screen and (max-width:960px) {
  .submv-area {
    height: 30vh;
  }

  .submv-area .submain-img {
    height: 30vh;
  }

  .submv-area .sub-title img {
    min-width: 230px;
    top: 14vh;
  }
}

@media screen and (max-width:520px) {
  .submv-area {
    height: 25vh;
  }

  .submv-area .submain-img {
    height: 25vh;
  }

  .submv-area .sub-title img {
    min-width: 145px;
    top: 13vh;
    opacity: .9;
  }
}

/* mvここまで */


/* ご挨拶 */
#message {
  padding-top: 100px;
  padding-bottom: 200px;
  width: 800px;
  margin: 0 auto;
}

.message-text {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 17px;
}

.message-text .first-text {
  font-size: 30px;
  color: #3466ef;
}

.message-text .sign {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}

.message-text .sign span {
  margin-left: 50px;
  margin-top: 8px;
  font-size: 22px;
}

@media screen and (max-width:960px) {
  #message {
    padding-top: 60px;
    padding-bottom: 130px;
    width: 80%;
  }

  .message-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .message-text .first-text {
    font-size: 25px;
  }

  .message-text .sign span {
    font-size: 20px;
  }
}

@media screen and (max-width:520px) {
  #message {
    padding-top: 30px;
    padding-bottom: 140px;
  }

  .message-text {
    font-size: 14px;
  }

  .message-text .sign {
    margin-top: 30px;
  }
}

/* 会社概要 */
#company {
  position: relative;
  background-color: rgba(230, 230, 230, .5);
  padding-top: 20px;
  padding: 70px 0 20px 0;
  padding-bottom: 180px;
  z-index: -10;
}

#company::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 100vw;
  border-color: transparent transparent rgba(230, 230, 230, .5) transparent;
}

#company h3 {
  margin-bottom: 100px;
}

#company table {
  width: 900px;
  min-width: 650px;
  margin: 0 auto;
  line-height: 1.3;
}

#company table td {
  padding: 13px 30px 13px 20px;
  border-bottom: 10px solid rgba(230, 230, 230, .5);
}

#company table tr {
  background-color: #fff;
}

#company table td:first-of-type {
  width: 27%;
  vertical-align: middle;
}

#company table tr:last-of-type td>* {
  vertical-align: middle;
}

#company table td span {
  width: 13px;
  height: 13px;
  background-color: #010f31;
  display: inline-block;
  margin-right: 20px;
}

#company table td:last-of-type {
  width: 75%;
}

#company img {
  width: 70px;
  height: auto;
  margin-left: 50px;
}


@media screen and (max-width:960px) {
  #company {
    padding: 50px 0 120px 0;
  }

  #company h3 {
    margin-bottom: 60px;
}

  #company::before {
    top: -150px;
    border-width: 0 0 150px 100vw;
  }

  #company table {
    width: 80%;
    min-width: auto;
    font-size: 15px;
    display: block;
  }

  #company table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  #company table td:first-of-type {
    width: auto;
    vertical-align: middle;
    padding-bottom: 5px;
  }

  #company table td:last-of-type {
    width: 85%;
    padding: 0 10px 13px 35px;
  }

  #company table tr:last-of-type td>* {
    vertical-align: top;
  }

  #company img {
    margin-left: 22vw;
  }
}

@media screen and (max-width:520px) {
  #company {
    padding-bottom: 50px;
  }

  #company table {
    width: 90%;
    font-size: 14px;
  }

  #company h3 {
    margin-bottom: 30px;
  }

  #company img {
    margin-left: 30px;
    width: 50px;
}
}

/* 営業カレンダーエリア */
#calendar {
  background-image: url(../img/sub-page/calendar_bg_1000.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

#calendar p {
  text-align: center;
  margin-top: 80px;
}

#calendar .button {
  margin: 50px auto 0;
  width: 180px;
}

#calendar .button a {
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  transition: .5s;
  width: 180px;
  text-align: center;
  display: block;
}

#calendar .button a:hover {
  background-color: #555555;
}

@media screen and (max-width:960px) {
  #calendar {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #calendar p {
    margin-top: 50px;
    font-size: 15px;
  }

  #calendar .button {
    margin: 30px auto 0;
    width: 130px;
  }

  #calendar .button a {
    width: 130px;
    font-size: 13px;
  }
}

@media screen and (max-width:520px) {
  #calendar {
    padding-top: 60px;
    padding-bottom: 60px;
}

  #calendar p {
    margin-top: 30px;
    font-size: 14px;
  }

  #calendar .button {
    width: 110px;
  }

  #calendar .button a {
    width: 110px;
  }

}

/* リクルート */
#recruit {
  padding-top: 150px;
  padding-bottom: 150px;
}

#recruit .flex {
  width: 900px;
  margin: 50px auto 80px;
  justify-content: space-between;
}

#recruit table {
  width: 300px;
  margin: 30px auto 30px 10px;
}

#recruit table td {
  line-height: 1.8;
}

#recruit table td span {
  width: 13px;
  height: 13px;
  background-color: #010f31;
  display: inline-block;
  margin-right: 20px;
}

#recruit .indent {
  text-indent: 1em;
}

#recruit .indent a {
  color: #2046ad;
}

#recruit .indent a:hover {
  color: rgb(180, 180, 180);
}

#recruit .flex img {
  width: 250px;
}

#recruit h4 {
  font-size: 18px;
  color: #010f31;
  text-align: center;
  position: relative;
  margin: 80px auto;
  width: 170px;

}

#recruit h4::before,
#recruit h4::after {
  content: '';
  width: 7px;
  height: 30px;
  background-color: #010f31;
  display: inline-block;
  position: absolute;
  top: -3px;
}

#recruit h4::before {
  left: 135px;
}

#recruit h4::after {
  right: 135px;
}

#recruit .recruit-content {
  width: 800px;
  margin: 0 auto;
}

#recruit .recruit-content .title {
  font-size: 18px;
  color: #8a8a8a;
  margin-bottom: 5px;
}

#recruit .line {
  width: 100%;
  height: 2px;
  background-color: #8a8a8a;
}

#recruit .recruit-content ul {
  margin: 10px auto 30px 20px;
  line-height: 1.5;
}

#recruit .recruit-content ul li {
  list-style: square inside;
}

#recruit .recruit-content ul .indent {
  list-style: none;
  margin-top: 10px;
}

#recruit .button {
  margin: 80px auto 0;
  width: 180px;
}

#recruit .button a {
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  transition: .5s;
  width: 180px;
  text-align: center;
  display: block;
}

#recruit .button a:hover {
  background-color: #555555;
}

@media screen and (max-width:960px) {
  #recruit {
    padding-bottom: 80px;
  }

  #recruit h4 {
    font-size: 16px;
    width: 190px;
    margin: 50px auto;
  }

  #recruit .flex {
    width: 90%;
    font-size: 15px;
  }

  #recruit table {
    width: 290px;
    margin: 20px auto 20px 10px;
  }

  #recruit .flex img {
    width: 30vw;
    max-width: 230px;
    height: 30vw;
    max-height: 230px;
    margin-left: 15px;
  }

  #recruit .recruit-content {
    width: 85%;
    font-size: 15px;
  }

  #recruit .recruit-content .title {
    font-size: 16px;
  }

  #recruit .button {
    margin: 50px auto 30px;
    width: 130px;
  }

  #recruit .button a {
    width: 130px;
    font-size: 13px;
  }
}

@media screen and (max-width:520px) {
  #recruit {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  #recruit .flex {
    font-size: 14px;
    display: block;
    margin-bottom: 60px;
  }

  #recruit .flex img {
    max-width: initial;
    max-height: initial;
    margin: 20px auto 0 auto;
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    object-position: top left;
  }

  #recruit .recruit-content {
    font-size: 14px;
  }

  #recruit h4 {
    font-size: 15px;
    margin: 40px auto 20px;
  }

  #recruit h4::before,
  #recruit h4::after {
    height: 25px;
  }

  #recruit .button {
    width: 110px;
  }

  #recruit .button a {
    width: 110px;
  }


}