@charset "utf-8";

/* トップページ
--------------------------------------------------*/
.homeHeader {
  transform: translate(-50%, -100%);
  transition: transform 0.4s;
}

.homeHeader.js_view {
  transform: translate(-50%, 0);
}

.homeMv_nav {
  display: flex;
  margin: 19.7vw 0 9vw;
}

.homeMv_nav li {
  margin-right: 25px;
}

.homeMv_nav a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 1;
  position: relative;
}

.homeMv_nav a::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transition: 0.4s;
}

.homeMv_nav a:hover::before {
  height: calc(100% - 0.5em);
}

.homeMv {
  position: relative;
}

.homeMv_logo {
  position: absolute;
  top: 0;
  left: calc((50% - 28.125%) / 2);
}

.homeMv_read {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

/* .homeMv .slider_dots {
  flex-direction: column;
  right: auto;
  bottom: auto;
  left: -21px;
  top: 19.7vw;
}

.homeMv .slider_dots button {
  width: 2px;
  height: 26px;
}

.homeMv .slider_dots li {
  padding: 0 10px;
}

.homeMv .slider_dots li+li {
  margin-left: 0;
  margin-top: 6px;
} */

.home .linkBtn {
  margin-top: 35px;
}

/* @media screen and (max-width:1240px) {
  .home .imgTextCont_leftUpper .imgTextCont_textBox {
    margin-left: auto;
    margin-right: 10%;
  }
} */

@media screen and (max-width: 1000px) {
  .homeMv_logo {
    left: 7%;
  }

  .homeMv_read .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .homeHeader,
  .homeHeader.js_view {
    transform: none;
  }

  .homeMv_nav {
    display: none;
  }

  .homeMv_read {
    margin-top: 45px;
    line-height: 2.1;
    letter-spacing: 0.039em;
  }

  .homeWorks {
    margin-top: 70px;
  }

  /* .homeMv .slider_dots {
    flex-direction: row;
    top: auto;
    left: auto;
    right: 10%;
    bottom: -26px;
  }

  .homeMv .slider_dots li {
    padding: 10px 0;
  }

  .homeMv .slider_dots button {
    width: 26px;
    height: 2px;
  }

  .homeMv .slider_dots li+li {
    margin-top: 0;
    margin-left: 6px;
  } */
}

/* 実務実績
--------------------------------------------------*/
.worksList article + article {
  margin-top: 90px;
}

.worksList article:first-child {
  opacity: 1;
  transform: translateY(0);
}

.worksList a {
  display: block;
}

.worksList img {
  width: 100%;
}

.worksList_contTtl {
  margin-top: 17px;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: 0.1em;
}

.worksList_continfo {
  margin-top: 0px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.worksDetail_ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.72;
}

.worksDetail_info {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.worksDetail_mainImage {
  margin-top: 30px;
}

.worksDetail_text {
  width: 36%;
  min-width: 480px;
  margin: 50px 0 90px;
}

.worksDetail_link {
  font-size: 95%;
  line-height: 1.6;
  margin-top: -64px;
  margin-bottom: 48px;
}

.worksDetail_conImage {
  margin-top: 20px;
}

.worksDetail_conImage p {
  text-align: right;
}

.worksDetail_prev {
  margin-top: 50px;
  line-height: 39px;
}

.worksDetail_prev a {
  display: inline-block;
}

.worksDetail_prev img {
  margin-right: 20px;
  transform: translateY(-3px);
}

.worksExample {
  margin-top: 148px;
}

.worksExample_ttlBox {
  text-align: center;
}

.worksExample_ttl {
  display: inline-block;
}

.worksExampleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -43px;
}

.worksExampleList::after {
  content: "";
}

.worksExampleList::after,
.worksExampleList li {
  width: 30%;
  margin-top: 43px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.worksExampleList a {
  display: block;
}

.worksExampleList_contTtl {
  margin-top: 10px;
}

.worksExampleList_contTtl,
.worksExampleList_contInfo {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .worksDetail_text {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .worksList_contTtl {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .worksList_continfo {
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .worksList article + article {
    margin-top: 40px;
  }

  .worksDetail_text {
    margin-top: 46px;
    margin-bottom: 48px;
  }

  .worksDetail_prev {
    margin-top: 46px;
    line-height: 25px;
  }

  .worksDetail_prev img {
    width: 46px;
  }

  .worksDetail_container {
    width: 100%;
  }

  .worksDetail_spInner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    word-break: break-all;
  }

  .worksDetail_ttl {
    margin-top: 60px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .worksDetail_info {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
  }

  .worksDetail_link {
    font-size: 90%;
    line-height: 1.6;
    margin-top: -22px;
    margin-bottom: 48px;
  }

  .worksExample {
    margin-top: 45px;
  }

  .worksExample_ttlBox {
    text-align: left;
  }

  .worksExample_ttl {
    margin-bottom: 44px;
  }

  .worksExampleList {
    display: block;
  }

  .worksExampleList::after {
    display: none;
  }

  .worksExampleList li {
    width: 100%;
  }

  .worksExampleList img {
    width: 100%;
  }

  .worksExampleList_contTtl {
    font-size: 15px;
    line-height: 1.5;
  }

  .worksDetail_conImage p {
    text-align: right;
    padding-right: 5px;
  }
}

/* 会社情報
--------------------------------------------------*/
.companyLinkBox {
  display: flex;
  position: absolute;
  top: calc(19.7vw - 100px);
  left: 50%;
  transform: translateX(-50%);
}

.companyLinkBox li + li {
  margin-left: 35px;
}

.companyLinkBox a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.companyLinkBox a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s;
}

.greeting {
  margin-top: 162px;
}

@media (min-width: 768px) {
  .companyLinkBox a:hover::after {
    width: 100%;
  }
}

.greeting_textBox {
  width: 58%;
  max-width: 360px;
}

.sumally {
  margin-top: 182px;
}

.sumally_contBox dl {
  display: flex;
}

.sumally_contBox dl + dl {
  margin-top: 30px;
}

.sumally_contBox dt {
  width: 150px;
}

.sumally_contBox dd {
  flex: 1;
}

.access {
  margin-top: 200px;
}

.access_map {
  margin-bottom: 15px;
}

.access_map iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .companyLinkBox {
    display: none;
  }

  .greeting {
    margin-top: 80px;
  }

  .greeting_textBox {
    width: 100%;
    max-width: 100%;
  }

  .sumally {
    margin-top: 110px;
  }

  .sumally_contBox dl {
    display: block;
    line-height: 1.66;
  }

  .sumally_contBox dl + dl {
    margin-top: 1.66em;
  }

  .access {
    margin-top: 80px;
  }

  .access_ttl {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }

  .access_container {
    margin-top: -77px;
  }

  .access_map iframe {
    height: 300px;
  }
}

/* 採用情報
--------------------------------------------------*/

.recruitGreeting {
  margin-top: 200px;
  min-height: 300px;
}

.recruitDescription {
  margin-top: 182px;
}

.recruitContact {
  margin-top: 190px;
}

.recruitContact_contBox {
  max-width: 360px;
}

.recruitContact_link {
  margin-top: 10px;
}

.recruitContact_link a {
  font-size: 18px;
}

@media (max-width: 767px) {
  .recruitGreeting,
  .recruitDescription,
  .recruitContact {
    margin-top: 80px;
  }

  .recruitContact_contBox {
    padding-left: 20px;
  }

  .recruitContact_link a {
    font-size: 15px;
  }
}

/* ご連絡 contact
--------------------------------------------------*/
.form,
.form_errorText {
  max-width: 560px;
  margin-top: 160px;
}

.form dl + dl {
  margin-top: 30px;
}

.form dt {
  margin-bottom: 5px;
}

.form input,
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  color: #000;
  outline: none;
}

.form input:not([type="submit"]):not([type="button"]):focus,
.form textarea:focus {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.form input {
  height: 35px;
}

.form textarea {
  height: 240px;
}

.form input[type="submit"],
input.form_prev {
  display: inline-block;
  width: auto;
  height: 40px;
  margin-top: 50px;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.form input[type="submit"] {
  padding: 0 90px 0 0;
  background: url(/assets/image/common/arrow_right.svg) right bottom / contain
    no-repeat;
}

input.form_prev {
  padding: 0 0 0 90px;
  background: url(/assets/image/common/arrow_left.svg) left bottom / contain
    no-repeat;
}

.form input[type="submit"]:hover,
input.form_prev:hover {
  opacity: 0.8;
}

.mailform_block--label-validation::after {
  content: " ※";
  color: #ed1d1d;
}

.form_confirmBox {
  display: flex;
  align-self: center;
}

.form_confirmBox input:nth-of-type(2) {
  margin-left: 60px;
}

.thanks_comment {
  max-width: 360px;
}

.thanks_prev {
  margin-top: 90px;
}

.thanks_prev a {
  display: inline-block;
  line-height: 39px;
  transition: 0.3s;
}

.thanks_prev a:hover {
  opacity: 0.7;
}

.thanks_prev img {
  margin-right: 20px;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .form,
  .form_errorText {
    margin-top: 40px;
  }

  .form dl + dl {
    margin-top: 20px;
  }

  .form input[type="submit"],
  input.form_prev {
    background-size: 49px auto;
    height: 30px;
  }

  .form input[type="submit"] {
    padding-right: 65px;
  }

  input.form_prev {
    padding-left: 65px;
  }

  .form_confirmBox {
    justify-content: space-between;
  }

  .form_confirmBox input:nth-of-type(2) {
    margin-left: 0;
  }

  .thanks_prev {
    margin-top: 45px;
  }

  .thanks_prev img {
    width: 46px;
  }
}
