@charset "UTF-8";
/* 
* ------------------------------------------------------------
* 実例・実績
* ------------------------------------------------------------
*/
.otomachi_project_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 -30px;
  padding: 0;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .otomachi_project_nav {
    margin-bottom: -15px;
  }
}
.otomachi_project_nav li {
  list-style: none;
}
.otomachi_project_nav a {
  display: inline-block;
  padding: 0.75em 1em;
  color: #3d3d3d;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .otomachi_project_nav a:hover {
    color: #4b1e78;
    text-decoration: none;
  }
  .otomachi_project_nav a:hover:after {
    translate: 0 -0.1em;
    border-color: #4b1e78;
  }
}
.otomachi_project_nav a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #44494b;
  border-bottom: 2px solid #44494b;
  rotate: 45deg;
  translate: 0 -0.2em;
  margin-left: 0.7em;
  -webkit-transition: translate 0.4s, border 0.4s;
  transition: translate 0.4s, border 0.4s;
}
.otomachi_project_para {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .otomachi_project_para {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .otomachi_project_para {
    padding-bottom: 55px;
  }
}
.otomachi_project_para_gray {
  background-color: #e8e8e8;
}
.otomachi_project_para:nth-last-child(1).otomachi_project_para_gray {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .otomachi_project_para:nth-last-child(1).otomachi_project_para_gray {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .otomachi_project_para:nth-last-child(1).otomachi_project_para_gray {
    margin-bottom: 55px;
  }
}

.otomachi_project_child {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .otomachi_project_child {
    padding: 0 0 70px;
  }
}
@media (max-width: 600px) {
  .otomachi_project_child {
    padding: 0 0 60px;
  }
}
.otomachi_project_child .otomachi_cmn_cap {
  padding-top: 0;
}
.otomachi_project_child_hero {
  margin: 0 0 90px;
}
@media (max-width: 767px) {
  .otomachi_project_child_hero {
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .otomachi_project_child_hero {
    margin-bottom: 60px;
  }
}
.otomachi_project_child_cap {
  font-family: "Oswald", Lucida, "Grande", sans-serif;
  text-align: center;
  font-size: 33px;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin: 0 0 0.9em;
  line-height: 1.5;
  color: #4b1e78;
}
@media (max-width: 767px) {
  .otomachi_project_child_cap {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .otomachi_project_child_cap {
    font-size: 22px;
  }
}
.otomachi_project_child_table {
  border-top: 1px solid #bcbcbc;
}
.otomachi_project_child_table tr {
  border-bottom: 1px solid #bcbcbc;
}
.otomachi_project_child_table th,
.otomachi_project_child_table td {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  vertical-align: top;
  line-height: 1.7;
  word-break: break-all;
}
@media (max-width: 767px) {
  .otomachi_project_child_table th,
  .otomachi_project_child_table td {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .otomachi_project_child_table th,
  .otomachi_project_child_table td {
    padding: 0.9em 0.7em;
  }
}
.otomachi_project_child_table th {
  width: 30%;
  background-color: #e8e8e8;
}
@media (max-width: 600px) {
  .otomachi_project_child_table th {
    width: 6em;
  }
}
.otomachi_project_child_table ul,
.otomachi_project_child_table ol {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.otomachi_project_child_table ul + span,
.otomachi_project_child_table ol + span {
  display: inline-block;
  margin-top: 1em;
}
.otomachi_project_child_table a {
  color: #0000ff;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .otomachi_project_child_table a:hover {
    color: #7b47d2;
    text-decoration: none;
  }
}
.otomachi_project_child_fig {
  margin: 100px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .otomachi_project_child_fig {
    margin: 80px auto;
  }
}
.otomachi_project_child_fig img {
  width: 75%;
  max-width: 550px;
}
@media (max-width: 600px) {
  .otomachi_project_child_fig img {
    width: 100%;
  }
}
.otomachi_project_child_col, .otomachi_project_child_movie {
  padding: 120px 0 0;
}
@media (max-width: 991px) {
  .otomachi_project_child_col, .otomachi_project_child_movie {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  .otomachi_project_child_col, .otomachi_project_child_movie {
    padding: 80px 0 0;
  }
}
@media (max-width: 600px) {
  .otomachi_project_child_col, .otomachi_project_child_movie {
    padding: 55px 0;
  }
}
.otomachi_project_child_col.no-pt, .otomachi_project_child_movie.no-pt {
  padding-top: 0;
}
.otomachi_project_child_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
@media (max-width: 991px) {
  .otomachi_project_child_col {
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .otomachi_project_child_col {
    display: block;
  }
}
.otomachi_project_child_col img {
  width: 100%;
}
.otomachi_project_child_col h5 {
  font-size: 30px;
  margin: 0 0 1.5em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .otomachi_project_child_col h5 {
    font-size: 25px;
    margin-bottom: 0.75em;
  }
}
@media (max-width: 600px) {
  .otomachi_project_child_col h5 {
    font-size: 22px;
    margin-bottom: 0.75em;
  }
}
.otomachi_project_child_col p,
.otomachi_project_child_col ul {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.4em 0 0;
}
@media (max-width: 767px) {
  .otomachi_project_child_col p,
  .otomachi_project_child_col ul {
    font-size: 15px;
    margin: 1.3em 0 0;
  }
}
.otomachi_project_child_col ul {
  padding: 0 0 0 1.5em;
}
.otomachi_project_child_col_fig, .otomachi_project_child_col_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
@media (max-width: 991px) {
  .otomachi_project_child_col_fig, .otomachi_project_child_col_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .otomachi_project_child_col_fig {
    display: none;
  }
}
.otomachi_project_child_col_text figure {
  display: none;
}
@media (max-width: 767px) {
  .otomachi_project_child_col_text figure {
    display: block;
  }
}
.otomachi_project_child_col_odd .otomachi_project_child_col_fig {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.otomachi_project_child_movie_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px 16px;
}
@media (max-width: 991px) {
  .otomachi_project_child_movie_col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .otomachi_project_child_movie_col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.otomachi_project_child_movie_text {
  margin-top: 1em;
}
.otomachi_project_child_movie_text h4 {
  font-size: 24px;
  line-height: 1.6;
}
.otomachi_project_child_movie_text p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.7;
}