.page__square {
  width: 100%;
  height: 4000px;
  background: #e3e3d9;
  position: absolute;
  top: 920px;
  -webkit-transform: skew(0deg, 26.5deg);
          transform: skew(0deg, 26.5deg);
  z-index: 1;
}

.page__main {
  position: relative;
  max-width: 1176px;
  padding-top: 120px;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1024px) {
  .page__main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .page__main {
    padding-top: 180px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.page__contents {
  position: relative;
}

.page__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
.page__ttl-img {
  height: 44px;
}
.page__ttl-img img {
  display: block;
  width: auto;
  height: 100%;
}
.page__ttl-text {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.4em;
}
.page__ttl-text::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 72.5px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 1em;
}
@media (max-width: 414px) {
  .page__ttl-text::before {
    width: 40px;
  }
}

/* works */
.works__list {
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 414px) {
  .works__list {
    margin-top: 60px;
  }
}
.works__filter {
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 1025px) and (max-width: 1360px) {
  .works__filter {
    text-align: right;
  }
}
.works__filter-nav {
  display: inline-block;
}
.works__filter-list {
  letter-spacing: 0.1em;
  line-height: 2;
}
.works__filter-item {
  display: inline-block;
}
.works__filter-item + li::before {
  content: "  /  ";
  white-space: pre-wrap;
}
.works__filter-btn {
  color: inherit;
  font-size: 14px;
}
.works__filter-btn:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.works__filter-btn.mixitup-control-active {
  background: #000;
  color: #fff;
}
.works__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-auto-flow: row;
  direction: rtl;
  gap: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .works__cards {
    grid-template-columns: repeat(auto-fill, minmax(calc(33.333% - 24px), 1fr));
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .works__cards {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 16px), 1fr));
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .works__cards {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 16px), 1fr));
  }
}
.works__card {
  width: 100%;
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
.works__card.mix.visible {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works__card-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.8em;
}
.works__card-link {
  display: block;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works__card-link::before {
  content: "";
  display: block;
  padding-top: 133.334%;
}
.works__card-link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works__card-ttl {
  margin-bottom: 0.4em;
  font-size: 14px;
  font-weight: bold;
}
.works__card-ttl a {
  color: #000;
}
.works__card-business {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.works__card-services {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 42px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

.has-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 112px;
  margin: 0 auto 40px;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-branding {
  position: relative;
  background-color: #fff;
}
.c-branding--works {
  margin: 100px calc(50% - 50vw) 0;
  padding: 100px calc(50vw - 50%) 0;
}
.c-branding--service {
  margin: 100px calc(50% - 50vw) 0;
  padding: 100px calc(50vw - 50%) 0;
}
.c-branding--works-post {
  margin: 100px calc(50% - 50vw) 0;
  padding: 100px calc(50vw - 50%) 100px;
}
.c-branding__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c-branding__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-branding__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-branding__left img {
  width: 124px;
}
.c-branding__label {
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.c-branding__right {
  max-width: 713px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-branding__right {
    margin-top: 32px;
  }
}
.c-branding__desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-branding__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.375em;
  line-height: 1.75;
}
.c-branding__item {
  margin-right: 1.5em;
  font-size: 12px;
  font-weight: 700;
}
.c-branding__item::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.2em;
  border: 1px solid;
  vertical-align: -0.05em;
}
.c-branding__ttl {
  font-size: 16px;
  letter-spacing: 0.08em;
}
.c-branding__more {
  margin-top: 24px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.c-branding__more a {
  position: relative;
  padding-right: 1.5em;
}
.c-branding__more a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  content: "";
}
.c-branding__more a:hover::after {
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-sec02::before {
  content: "";
  display: block;
  width: 1px;
  height: 112px;
  margin: 0 auto 40px;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-sec02-cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 414px) {
  .service-sec02-cont01 {
    display: block;
  }
}
.service-sec02-cont01-left {
  -ms-flex-preferred-size: 367px;
      flex-basis: 367px;
  text-align: center;
}

.service-sec02-cont01-left img {
  width: 124px;
}

.service-sec02-cont01-left p {
  margin-top: 40px;
  letter-spacing: 0.05em;
}

@media (max-width: 414px) {
  .service-sec02-cont01-left p {
    margin-top: 20px;
  }
}
.service-sec02-cont01-right {
  -ms-flex-preferred-size: 713px;
      flex-basis: 713px;
}

@media (max-width: 414px) {
  .service-sec02-cont01-right {
    margin-top: 30px;
  }
}
.service-sec02-cont01-right p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.service-sec02-cont01-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.375em;
  line-height: 1.75;
}

@media (max-width: 414px) {
  .service-sec02-cont01-right ul {
    display: block;
  }
}
.service-sec02-cont01-right li::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.2em;
  border: 1px solid;
  vertical-align: -0.05em;
}

.service-sec02-cont01-right li + li {
  margin-left: 1.5em;
}

@media (max-width: 414px) {
  .service-sec02-cont01-right li + li {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.service-sec02-more {
  margin-top: 14px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.service-sec02-more > a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.service-sec02-more > a:hover {
  opacity: 0.3;
}

.c-design {
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%) 70px;
  background-color: #fff;
}
.c-design__text {
  max-width: 530px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-design__nav {
  margin: 70px calc(50% - 50vw) 0;
  background-color: #ECEBE4;
  padding: 40px 0 90px;
  position: relative;
}
.c-design__nav .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  margin: 0 auto;
}
.c-design__nav .bx-viewport {
  max-width: 1080px;
  width: 90vw !important;
  margin: 0 auto;
}
.c-design__nav .bx-controls {
  max-width: 1200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.c-design__nav .bx-next {
  color: inherit;
  background: none;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 24px;
}
@media (max-width: 768px) {
  .c-design__nav .bx-next {
    width: 20px !important;
    height: 20px !important;
    right: 5vw;
  }
}
.c-design__nav .bx-prev {
  color: inherit;
  background: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 24px;
}
@media (max-width: 768px) {
  .c-design__nav .bx-prev {
    width: 20px !important;
    height: 20px !important;
    left: 5vw;
  }
}
.c-design__nav-guid {
  width: 92px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.c-design-slider__link {
  display: block;
  text-align: center;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-design-slider__link:hover {
  opacity: 0.5;
}
.c-design-slider__image {
  height: 130px;
  line-height: 130px;
}
.c-design-slider__image img {
  display: inline-block;
  vertical-align: middle;
}
.c-design-slider__label {
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* about */
.page__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
.page__header--about {
  background-image: url(../img/about/about-00.png);
}
.page__header--profile {
  background-color: #d0daed;
  background-image: url(../img/profile/profile_header.jpg);
  background-position: center;
}

.history-00 {
  max-width: 800px;
  margin: 0 auto;
}

.sec__about00 {
  height: 200vh;
}

/* service */
.c-section__ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.c-section__ttl.has-border::after {
  content: "";
  display: block;
  width: 166px;
  margin: 0.2em auto 40px;
  border-top: 1px solid;
}

.service-message {
  margin-top: 200px;
}
@media (max-width: 414px) {
  .service-message {
    margin-top: 120px;
  }
}
.service-message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(24px, 7.5vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media (max-width: 768px) {
  .service-message__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-message__body {
  margin-top: 100px;
  background-image: url(../img/service/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 128px;
  text-align: center;
}
@media (max-width: 414px) {
  .service-message__body {
    margin-top: 80px;
  }
}
.service-message__text {
  margin-top: 2em;
  font-size: 14px;
  line-height: 2;
}

.service-process {
  position: relative;
  max-width: 664px;
  margin: 100px auto 0;
  padding: 100px 0 120px;
}
.service-process__figure {
  margin-bottom: 64px;
  text-align: center;
}
.service-process__figure img {
  max-width: 100%;
  height: auto;
}
.service-process__title {
  margin-bottom: 40px;
  font-size: clamp(20px, 6.25vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.service-process__title span {
  display: block;
}
@media (max-width: 480px) {
  .service-process__title span {
    display: inline;
  }
}
.service-process__text {
  font-size: 14px;
  line-height: 2;
}

.service-philosophy {
  max-width: 664px;
  margin: 0 auto;
  padding: 0 0 120px;
}
.service-philosophy__title {
  margin-bottom: 40px;
  font-size: clamp(20px, 6.25vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.service-philosophy__text {
  font-size: 14px;
  line-height: 2;
}

.service-flow {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 120px calc(50vw - 50%) 160px;
  background-color: #ECEBE4;
}
.service-flow__title {
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
.service-flow__lead {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.75;
  text-align: center;
}
.service-flow__description {
  margin-bottom: 64px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.75;
}
.service-flow__steps {
  letter-spacing: 0.4em;
  line-height: 1.75;
}
.service-flow__step {
  display: grid;
  grid-template-columns: 1fr 532px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .service-flow__step {
    grid-template-columns: 1fr;
  }
}
.service-flow__step--delivery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .service-flow__step--delivery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 24px;
  }
}
.service-flow__step--delivery .service-flow__caption {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .service-flow__step--delivery .service-flow__caption {
    width: 100%;
    text-align: center;
    margin-top: -96px;
  }
}
@media (max-width: 768px) {
  .service-flow__step--delivery .service-flow__caption {
    margin-top: -15vw;
  }
}
.service-flow__step--delivery .service-flow__caption--left {
  grid-row: 1;
  grid-column: 1/2;
}
@media (max-width: 1024px) {
  .service-flow__step--delivery .service-flow__caption--left {
    grid-row: 2;
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .service-flow__step--delivery .service-flow__caption--left {
    text-align: left;
  }
}
.service-flow__step--delivery .service-flow__caption--right {
  grid-row: 1;
  grid-column: 3/4;
}
@media (max-width: 1024px) {
  .service-flow__step--delivery .service-flow__caption--right {
    grid-row: 2;
    grid-column: 2/3;
    justify-self: flex-start;
  }
}
@media (max-width: 768px) {
  .service-flow__step--delivery .service-flow__caption--right {
    text-align: right;
  }
}
.service-flow__step--delivery .service-flow__image {
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 452px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service-flow__step--delivery .service-flow__image {
    grid-column: 1/3;
  }
}
.service-flow__step--illustration .service-flow__image {
  max-width: 400px;
}
.service-flow__label {
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 324px;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 1024px) {
  .service-flow__label {
    grid-column: auto;
    margin-bottom: 20px;
  }
}
.service-flow__caption {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .service-flow__caption {
    font-size: 12px;
  }
}
.service-flow__caption--right {
  justify-self: flex-start;
}
@media (max-width: 1024px) {
  .service-flow__caption--right {
    justify-self: center;
  }
}
.service-flow__caption--left {
  justify-self: flex-end;
}
.service-flow__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  grid-column: 2/3;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service-flow__image {
    grid-column: auto;
  }
}
.service-flow__image img {
  max-width: 100%;
  height: auto;
}
.service-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .service-flow__list {
    gap: 20px 0;
  }
}
@media (max-width: 480px) {
  .service-flow__item {
    width: 50%;
    text-align: center;
  }
}
.service-flow__definitions {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 160px;
}
.service-flow__definition {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .service-flow__definition {
    grid-template-columns: 1fr;
  }
}
.service-flow__definition-title {
  font-size: 20px;
  font-weight: 700;
}
.service-flow__definition-description {
  margin-top: 0.2em;
  font-size: 14px;
}
.service-flow__network {
  width: 100%;
  margin: 0 auto;
  max-width: 528px;
}
.service-flow__network-title {
  font-size: clamp(22px, 4.232804vw, 32px);
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.service-flow__network-description {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.service-steps {
  padding-top: 120px;
  position: relative;
}
.service-steps__title {
  margin-bottom: 64px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}
.service-steps__list {
  display: grid;
  grid-template-columns: 1fr 5fr;
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-steps__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .service-steps__list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}
.service-steps__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECEBE4;
  height: 80px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.service-steps__description {
  font-size: 14px;
  line-height: 1.75;
}
.service-steps__description--column {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 40px;
}
@media (max-width: 480px) {
  .service-steps__description--column {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 414px) {
  .service-sec07-list-item {
    display: block;
  }
}
@media (max-width: 414px) {
  .service-sec07-list-item dt {
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
  }
  .service-sec07-list-item:nth-of-type(n+2) dt {
    margin-top: 80px;
  }
}
@media (max-width: 414px) {
  .service-sec07-list-item dd {
    margin-top: 30px;
    margin-left: 0;
  }
}
.service-sec07-list-item dd p + p {
  margin-top: 0.5em;
}

.service-sec07-list-item .dd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.service-sec07-list-item .dd-box:nth-of-type(1) {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
}

.service-sec07-list-item .dd-box:nth-of-type(2) {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
}

/* profile */
.message {
  max-width: 992px;
  margin-left: auto;
}
@media (max-width: 1360px) {
  .message {
    width: calc(100vw - 48px - 370px - (100vw - 1080px) / 2);
  }
}
@media (max-width: 1024px) {
  .message {
    width: 100%;
    margin-top: 80px;
  }
}
.message__inner {
  margin: 0 auto;
}
.message__heading {
  margin-bottom: 32px;
  font-size: clamp(20px, 6.25vw, 36px);
  font-weight: 700;
  line-height: 1.5;
}
.message__text {
  font-size: 14px;
  line-height: 2;
}
.message__note {
  margin-top: 1em;
  font-size: 14px;
  line-height: 2;
}

.executive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 640px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .executive {
    padding-top: 480px;
  }
}
@media (max-width: 768px) {
  .executive {
    padding-top: 160px;
  }
}
@media (max-width: 640px) {
  .executive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.executive__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 234px;
}
.executive__img img {
  width: 100%;
  height: auto;
  display: block;
}
.executive__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
}
.executive__name {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.executive__name--en {
  display: inline-block;
  margin-left: 1em;
  font-size: 16px;
}
.executive__position {
  font-size: 14px;
  margin-bottom: 1rem;
  line-height: 1.75;
}
.executive__position span {
  display: block;
}
.executive__details {
  font-size: 14px;
  margin-bottom: 2rem;
}
.executive__bio {
  font-size: 14px;
  line-height: 1.8;
}

.director {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.director__heading {
  margin-bottom: 24px;
  font-size: clamp(20px, 6.25vw, 26px);
  font-weight: 700;
  line-height: 1.75;
}
.director__heading span {
  display: block;
}
@media (max-width: 480px) {
  .director__heading span {
    display: inline;
  }
}
.director__text {
  font-size: 14px;
  line-height: 2;
}

.overview {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #fff;
}
.overview__bg {
  min-width: 100%;
  height: 560px;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-image: url(../img/profile/overview_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .overview__bg {
    height: 320px;
  }
}
.overview__inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 120px 0 120px;
}
.overview__heading {
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.overview__list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  row-gap: 1.5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 3rem;
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .overview__list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.overview__list dt {
  font-weight: 700;
}
@media (max-width: 768px) {
  .overview__list dt {
    margin-bottom: 0.75em;
  }
}
@media (max-width: 768px) {
  .overview__list dd {
    margin-bottom: 1.5em;
  }
}
.overview__media {
  text-align: center;
}
.overview__media img {
  max-width: 100%;
  height: auto;
}

/* price */
.price {
  max-width: 800px;
  margin: 0 auto;
}
.price__ttl {
  margin: 80px 0 40px;
  font-size: clamp(20px, 6.25vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.price__intro {
  margin-bottom: 200px;
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .price__intro {
    margin-bottom: 120px;
  }
}
.price-block {
  padding-bottom: 160px;
}
.price-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .price-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }
}
.price-block__text {
  margin-right: 56px;
}
@media (max-width: 768px) {
  .price-block__text {
    margin-right: 0;
  }
}
.price-block__title {
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .price-block__title {
    text-align: center;
  }
}
.price-block__lead {
  font-size: 14px;
  line-height: 1.75;
}
.price-block__image {
  margin-top: -24px;
}
@media (max-width: 768px) {
  .price-block__image {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.price-factor {
  margin-top: 120px;
}
.price-factor__title {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}
.price-factor__lead {
  margin-bottom: 64px;
  font-size: clamp(18px, 5.625vw, 21px);
  line-height: 1.75;
}
.price-factor__lead span {
  display: block;
}
@media (max-width: 414px) {
  .price-factor__lead span {
    display: inline;
  }
}
.price-factor__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .price-factor__example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 400px;
    margin: 48px auto 0;
  }
}
.price-factor__desc {
  max-width: 532px;
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 2;
}
.price-factor__desc span {
  display: block;
}
.price-factor__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  margin-left: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .price-factor__image {
    margin-left: 0;
  }
}
.price-factor__caption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.75;
}
.price-factor__caption span {
  display: block;
}
.price-factor__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(182px, 1fr));
  gap: 3rem 1.5rem;
  margin-top: 48px;
}
.price-factor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 182px;
  max-width: 200px;
  margin: auto;
}
.price-factor__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
}
.price-factor__label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.price-factor__price-table {
  font-size: 14px;
  line-height: 1.75;
}
.price-factor__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.price-factor__plus {
  display: block;
  margin: 8px 0 10px;
  font-size: 14px;
  text-align: center;
}
.price-factor__note {
  font-size: 14px;
  text-align: center;
}
.price-suggest {
  position: relative;
  margin: 0 calc(50% - 50vw) 0;
  background-color: #ECEBE4;
  padding: 160px 0 120px;
}
.price-suggest__inner {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1024px) {
  .price-suggest__inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .price-suggest__inner {
    padding: 0 5vw;
  }
}
.price-suggest__title {
  margin-bottom: 48px;
  font-size: clamp(24px, 7.5vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.price-suggest__intro {
  max-width: 600px;
  margin: 0 auto 100px;
  font-size: 14px;
  line-height: 1.75;
}
.price-suggest__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
.price-suggest__block {
  -ms-flex-preferred-size: calc(50% - 2.5rem);
      flex-basis: calc(50% - 2.5rem);
}
@media (max-width: 768px) {
  .price-suggest__block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.price-suggest__block-title {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.75;
}
.price-suggest__block-title span {
  display: block;
}
@media (max-width: 960px) {
  .price-suggest__block-title span {
    display: inline;
  }
}
.price-suggest__block-text {
  font-size: 14px;
  line-height: 1.75;
}

/* contact */
.contact__org-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .contact__org-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 40px 0;
  }
}

.org-contact:first-of-type {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .org-contact:first-of-type {
    margin-bottom: 40px;
  }
}
.org-contact__name {
  font-size: 18px;
  margin-bottom: 32px;
}
.org-contact__info-list {
  margin: 1.5rem 0;
  font-size: 14px;
  line-height: 1.75;
}
.org-contact__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.org-contact__info-row dt::after {
  content: ":";
}
.org-contact__address {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.75;
}

.contact__form {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 0 160px;
}
.contact__form-ttl {
  margin-bottom: 56px;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-align: center;
}
.contact__form-desc {
  margin-bottom: 120px;
}
.contact__form-desc p {
  font-size: 16px;
  line-height: 1.75;
}

.main-form__row {
  max-width: 532px;
  margin: 40px auto 0;
}
.main-form__row input {
  width: 100%;
  padding: 12px 16px;
  background-color: #ECEBE4;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
.main-form__row input::-webkit-input-placeholder {
  color: #999;
}
.main-form__row input::-moz-placeholder {
  color: #999;
}
.main-form__row input:-ms-input-placeholder {
  color: #999;
}
.main-form__row input::-ms-input-placeholder {
  color: #999;
}
.main-form__row input::placeholder {
  color: #999;
}
.main-form__row textarea {
  width: 100%;
  padding: 12px 16px;
  background-color: #ECEBE4;
  font-size: 14px;
  line-height: 1.75;
  height: 300px;
  resize: vertical;
}
.main-form__row textarea::-webkit-input-placeholder {
  color: #999;
}
.main-form__row textarea::-moz-placeholder {
  color: #999;
}
.main-form__row textarea:-ms-input-placeholder {
  color: #999;
}
.main-form__row textarea::-ms-input-placeholder {
  color: #999;
}
.main-form__row textarea::placeholder {
  color: #999;
}
.main-form__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
  padding: 12px 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.main-form__btn:hover {
  background-color: #333;
}/*# sourceMappingURL=page.css.map */