/* ===================================
common
=================================== */
/* ttl
============================== */
.el_ttl_border {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_ttl_border {
    font-size: 28px;
  }
}
.el_ttl_border span {
  background: #FAF7F6;
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.el_ttl_border::before {
  content: "";
  width: 372px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 20px;
  left: 145px;
}
@media screen and (max-width: 767px) {
  .el_ttl_border::before {
    display: none;
  }
}

.el_ttl_ico {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 36px;
}
.el_ttl_ico::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/common/ico-star.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 0;
}

/* text
============================== */
.el_topText {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.el_dotList {
  margin-top: 8px;
}
.el_dotList li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.el_dotList li + li {
  margin-top: 10px;
}
.el_dotList li:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ACA293;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* ===================================
Service
=================================== */
.el_service_wrap {
  margin-top: 120px;
}
.el_service_wrap .el_text {
  margin-top: 36px;
}

.el_worksList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .el_worksList {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_worksList {
    flex-wrap: wrap;
  }
}
.el_worksList li {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 1024px) {
  .el_worksList li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .el_worksList li {
    width: 100%;
  }
}
.el_worksList_ttl {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.el_worksList_copy {
  margin-top: 20px;
  color: #BBB;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.el_worksList a {
  display: block;
}
@media (hover: hover) {
  .el_worksList a .el_worksList_img {
    overflow: hidden;
  }
  .el_worksList a .el_worksList_img img {
    transition: 0.5s;
  }
  .el_worksList a:hover .el_worksList_img img {
    scale: 1.1;
  }
}

.el_service_agency {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .el_service_agency {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_service_agency {
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
}
.el_service_agency_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .el_service_agency_wrap {
    width: 100%;
  }
}

.el_worksList_creative {
  margin-top: 40px;
}

.table_box {
  margin-top: 40px;
  overflow-x: auto;
  white-space: nowrap;
}
.table_box figure {
  width: 1120px;
}

/* ===================================
Feature
=================================== */
.el_featureList {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .el_featureList {
    margin-top: 60px;
  }
}
.el_featureList_wrap {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .el_featureList_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_featureList_wrap {
    display: block;
  }
}
.el_featureList_wrap + .el_featureList_wrap {
  margin-top: 120px;
}
.el_featureList dt {
  width: 540px;
  margin-top: -14px;
}
@media screen and (max-width: 1024px) {
  .el_featureList dt {
    width: 370px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_featureList dt {
    width: 100%;
  }
}
.el_featureList dd {
  width: calc(100% - 600px);
}
@media screen and (max-width: 1024px) {
  .el_featureList dd {
    width: calc(100% - 390px);
  }
}
@media screen and (max-width: 767px) {
  .el_featureList dd {
    width: 100%;
    margin-top: 40px;
  }
}
.el_featureList_ttl {
  position: sticky;
  top: 100px;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
}
@media screen and (max-width: 1024px) {
  .el_featureList_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_featureList_ttl {
    font-size: 28px;
  }
  .el_featureList_ttl br {
    display: none;
  }
}
.el_featureList_ttl span {
  background: #FAF7F6;
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .el_featureList_ttl span {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_featureList_ttl span {
    padding-right: 0;
  }
}
.el_featureList_ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .el_featureList_ttl:before {
    display: none;
  }
}
.el_featureList .el_img {
  max-width: 442px;
  margin-top: 30px;
}
.el_featureList .el_text {
  margin-top: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.el_featureList * + .el_ttl_ico {
  margin-top: 70px;
}

/* ===================================
flow
=================================== */
.el_flowList {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_flowList {
    padding-left: 30px;
    margin-top: 0;
  }
}
.el_flowList > div {
  display: flex;
}
@media screen and (max-width: 767px) {
  .el_flowList > div {
    display: block;
    position: relative;
  }
  .el_flowList > div::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: -20px;
  }
  .el_flowList > div::after {
    content: "";
    width: 1px;
    height: calc(100% + 80px);
    background: #333;
    position: absolute;
    top: 45px;
    left: -17px;
  }
}
.el_flowList > div + div {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .el_flowList > div + div {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_flowList > div:nth-last-of-type(1):after {
    display: none;
  }
}
.el_flowList > div:nth-last-of-type(1) dd:after {
  opacity: 0;
}
.el_flowList > div dt {
  width: 50%;
  padding-right: 26px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .el_flowList > div dt {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.el_flowList > div dt br.un_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .el_flowList > div dt br.un_sp {
    display: block;
  }
}
.el_flowList > div dd {
  width: 50%;
  padding: 54px 0 0 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_flowList > div dd {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.el_flowList > div dd::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 54px;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .el_flowList > div dd::before {
    display: none;
  }
}
.el_flowList > div dd::after {
  content: "";
  width: 1px;
  height: calc(100% + 45px);
  background: #333;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .el_flowList > div dd::after {
    display: none;
  }
}
.el_flowList_ttl {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .el_flowList_ttl {
    display: flex;
    align-items: center;
  }
}
.el_flowList_ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .el_flowList_ttl:before {
    display: none;
  }
}
.el_flowList_ttl_num {
  font-family: "Italiana", "Shippori Mincho", serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: -10px;
  left: -6px;
  z-index: 11;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_flowList_ttl_num {
    font-size: 80px;
    position: relative;
    top: auto;
    left: auto;
    line-height: 1;
    margin-top: -10px;
  }
}
.el_flowList_ttl_text {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 20px 0 50px;
  background: #FAF7F6;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .el_flowList_ttl_text {
    min-height: auto;
    font-size: 24px;
    margin-top: 0;
    padding: 0 0 0 10px;
  }
}
.el_flowList .el_text_sub {
  font-size: 14px;
  margin-top: 16px;
}
.el_flowList .el_text_results {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  .el_flowList .el_text_results {
    margin-top: 20px;
  }
}
.el_flowList .el_text_results span {
  color: #FFF;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: -0.24px;
  padding: 3px 4px 4px 4px;
  background: #333;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .el_flowList .el_text_results span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6px;
  }
}
.el_flowList .el_img {
  margin-top: 36px;
}
.el_flowList .el_img.un_sitemap {
  max-width: 487px;
}
.el_flowList .el_img.un_wireframe {
  max-width: 416px;
}
.el_flowList .el_img.un_topdesign {
  max-width: 250px;
}
.el_flowList .el_img.un_underdesign {
  max-width: 506px;
}
.el_flowList .el_img.un_testsite {
  max-width: 380px;
}
.el_flowList .el_img.un_site {
  max-width: 344px;
}

/* ===================================
price
=================================== */
.el_price_list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_price_list {
    margin-top: 0;
  }
}
.el_price_list > div {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  .el_price_list > div {
    padding: 24px 0;
  }
}
.el_price_sub {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.24px;
}

/* ===================================
about
=================================== */
.el_company_list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_company_list {
    margin-top: 0;
  }
}
.el_company_list > div {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  .el_company_list > div {
    padding: 24px 0;
  }
}
.el_company_list dt {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .el_company_list dt {
    width: 110px;
  }
}
.el_company_list dd {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .el_company_list dd {
    width: calc(100% - 110px);
  }
}
.el_company a {
  text-decoration: underline;
}
@media (hover: hover) {
  .el_company a {
    transition: 0.5s;
  }
  .el_company a:hover {
    opacity: 0.5;
  }
}

.el_member {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .el_member {
    margin-top: 80px;
  }
}
.el_member_wrap {
  margin-top: 50px;
}
.el_member_wrap + .el_member_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .el_member_wrap + .el_member_wrap {
    margin-top: 80px;
  }
}
.el_member_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px 25px;
}
@media screen and (max-width: 1024px) {
  .el_member_list {
    gap: 40px 20px;
  }
}
.el_member_list li {
  width: calc((100% - 100px) / 5);
}
@media screen and (max-width: 1024px) {
  .el_member_list li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 600px) {
  .el_member_list li {
    width: calc((100% - 20px) / 2);
  }
}
.el_member_ico {
  max-width: 140px;
  margin-inline: auto;
}
.el_member_job {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .el_member_job {
    font-size: 12px;
  }
}
.el_member_name {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 14px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .el_member_name {
    font-size: 18px;
    margin-top: 6px;
  }
}/*# sourceMappingURL=page.css.map */