@charset "UTF-8";
@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 3.5em;
}
h2 .main {
  font-size: 2.5em;
  letter-spacing: 2px;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 100%;
}
h2 .sub {
  color: #bea0c8;
  font-size: 1.2em;
  display: block;
  line-height: 100%;
}

.title {
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}

a.borderBtn {
  border: #555 solid 1px;
  padding: 0.5em 1em;
  width: 200px;
  font-size: 1.2em;
  display: block;
  text-align: center;
  margin: 0 auto;
}
a.borderBtn:hover {
  background-color: #555;
  color: #fff;
}

a.whiteBtn {
  background-color: #fff;
  padding: 0.5em 1em;
  width: 200px;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #555;
  margin: 0 auto;
}

#video-area {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background: linear-gradient(45deg, rgba(117, 193, 228, 0.7), rgba(231, 86, 197, 0.7), rgba(233, 243, 53, 0.7));
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
#video-area .mark {
  position: absolute;
  right: 0;
  top: 20%;
  width: 200px;
}
#video-area .txt {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media only screen and (min-width: 580px) {
  #video-area {
    height: 650px;
  }
  #video-area .txt {
    width: 40%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #video-area .mark {
    top: 5%;
    width: 30%;
  }
}
.concept {
  position: relative;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 25%);
  margin-top: 20em;
  padding: 8em 0 3em;
}
.concept p {
  line-height: 200%;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 580px) {
  .concept {
    margin-top: 17em;
    padding: 12em 0 3em;
  }
}
.philosophy .img {
  margin-bottom: 2.5em;
}
.philosophy .txt p {
  line-height: 200%;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 580px) {
  .philosophy .inner {
    max-width: 1300px;
    width: 90%;
  }
  .philosophy .img {
    width: 40%;
  }
  .philosophy .txt {
    width: 55%;
  }
  .philosophy .txt p {
    text-align: left;
    font-size: 0.9em;
  }
  .philosophy .txt a {
    margin: 0;
  }
}
.business {
  text-align: left;
}
.business h3 {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.business h3 .sub {
  color: #bea0c8;
  display: block;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.business h3 .main {
  font-size: 1.55em;
}
.business .wrap {
  margin-bottom: 5em;
}
.business .wrap:last-child {
  margin-bottom: 0em;
}
.business .wrap .img {
  margin-bottom: 2.5em;
}
.business .wrap .txt p {
  margin-bottom: 2em;
}

@media only screen and (min-width: 580px) {
  .business .wrap .img {
    width: 41%;
  }
  .business .wrap .txt {
    width: 53%;
  }
  .business .wrap .txt a {
    margin: 0;
  }
}
.service {
  background-color: #f5f5f5;
}
.service .serviceItem {
  background-color: #fff;
  padding: 2em 0;
  width: 95%;
  margin: 0 auto 3em;
}
.service .serviceItem img {
  width: 45%;
  margin-bottom: 2em;
}
.service .serviceItem h3 {
  font-weight: normal;
}
.service .serviceItem h3 .sub {
  display: block;
  line-height: 170%;
}
.service .serviceItem h3 .sub::after {
  content: "−";
  display: block;
  font-size: 2.5em;
  color: #555;
}
.service .serviceItem h3 .main {
  font-size: 2em;
  color: #bea0c8;
  line-height: 160%;
}
.service .brandingContents {
  text-align: left;
}
.service .brandingContents h3 {
  color: #bea0c8;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1.5em;
  text-align: center;
}
.service .brandingContents p {
  margin-bottom: 1.5em;
}
.service .brandingContents p span {
  display: block;
  font-size: 1.3em;
  color: #bea0c8;
}

@media only screen and (min-width: 580px) {
  .service .inner {
    max-width: 1300px;
    width: 90%;
  }
  .service .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .service .wrap .serviceItem {
    width: 32%;
    padding: 2.5em 0;
    margin: 0 0 3em;
  }
  .service .wrap .serviceItem h3 {
    margin-bottom: 0em;
  }
  .service .wrap .serviceItem h3 .main {
    font-size: 1.7em;
  }
  .service .wrap .serviceItem img {
    width: 40%;
  }
  .service .wrap .serviceItem li span {
    font-size: 0.8em;
  }
  .service .brandingContents h3 {
    text-align: left;
  }
}
.works .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 3em;
}
.works .wrap .worksItem {
  width: 49%;
  margin-right: 1.5%;
  margin-bottom: 0.5em;
}
.works .wrap .worksItem:nth-child(2n) {
  margin-right: 0;
}
.works .wrap .worksItem a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 580px) {
  .works .wrap {
    width: 90%;
    margin: 0 auto 3em;
  }
  .works .wrap .worksItem {
    width: 32%;
    margin-right: 1.8%;
  }
  .works .wrap .worksItem:nth-child(2n) {
    margin-right: 1.6%;
  }
  .works .wrap .worksItem:nth-child(3n) {
    margin-right: 0;
  }
}
.companyTop {
  background: #f0eeed;
}
.companyTop .wrap .img {
  margin-bottom: 2em;
}
.companyTop .wrap .txt {
  margin-bottom: 1.5em;
}
.companyTop .wrap .txt .title {
  color: #bea0c8;
  font-size: 1.5em;
  line-height: 160%;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 580px) {
  .companyTop .wrap .img {
    width: 50%;
  }
  .companyTop .wrap .txt {
    width: 45%;
  }
}
.subPage .topSection {
  position: relative;
  margin-top: -12em;
  z-index: 3;
  padding-top: 11em;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%);
}
.subPage h2 {
  position: relative;
  z-index: 2;
  padding: 2.5em 0;
}
.subPage h2 .main {
  font-size: 2em;
  color: #fff !important;
}
.subPage h2 .sub {
  color: #fff !important;
}
.subPage h3 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 3em;
}
.subPage h3 .main {
  font-size: 2.5em;
  letter-spacing: 2px;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 100%;
}
.subPage h3 .sub {
  color: #bea0c8;
  font-size: 1.2em;
  display: block;
  line-height: 100%;
}
.subPage h4 {
  color: #bea0c8;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 580px) {
  .subPage .topSection {
    margin-top: -12em;
    padding-top: 12em;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%);
  }
  .subPage h2 {
    padding: 4em 0;
  }
}
.brandingPage h4 {
  line-height: 160%;
}
.brandingPage .branding p {
  text-align: left;
  margin-bottom: 2em;
}
.brandingPage .merit {
  background-color: #f5f5f5;
}
.brandingPage .merit h3 .sub {
  font-size: 1em;
}
.brandingPage .merit .meritItem {
  margin-bottom: 2em;
  border-radius: 10px;
  background-color: #fff;
  padding: 1.5em 1em;
}
.brandingPage .merit .meritItem p {
  text-align: left;
}
.brandingPage .feature .featureItem {
  text-align: left;
  margin-bottom: 2em;
}
.brandingPage .feature .featureItem img {
  margin-bottom: 1.5em;
}
.brandingPage .feature .brandingItem img {
  margin-bottom: 2em;
}
.brandingPage .process {
  background-color: #f5f5f5;
}
.brandingPage .process .inner {
  counter-reset: titlenum;
}
.brandingPage .process .inner .arrow {
  color: #bea0c8;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.brandingPage .process .inner .processItem {
  margin-bottom: 1.5em;
  border-radius: 10px;
  background-color: #fff;
  padding: 1.5em 1em;
}
.brandingPage .process .inner .processItem .number::before {
  display: block;
  counter-increment: titlenum;
  /* counter-resetと同じ文字列 */
  content: "" counter(titlenum);
  font-size: 2em;
  color: #bea0c8;
  font-weight: bold;
  line-height: 110%;
}
.brandingPage .process .inner .processItem .processTitle {
  font-size: 1.6em;
  line-height: 180%;
}
.brandingPage .process .inner .processItem p {
  text-align: left;
}

@media only screen and (min-width: 580px) {
  .brandingPage .merit h4 {
    text-align: left;
  }
  .brandingPage .feature .inner {
    max-width: 1300px;
    width: 90%;
  }
  .brandingPage .feature .inner .wrap {
    align-items: flex-start;
  }
  .brandingPage .feature .inner .featureItem {
    width: 32%;
  }
  .brandingPage .feature .inner .featureItem h4 {
    font-size: 1.5em;
  }
  .brandingPage .feature .inner .brandingItem {
    margin: 0 auto;
    width: 800px;
  }
  .brandingPage .feature .inner .brandingItem img {
    width: 60%;
  }
  .brandingPage .process .inner .processItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 2em;
  }
  .brandingPage .process .inner .processItem .number {
    text-align: center;
    width: 10%;
  }
  .brandingPage .process .inner .processItem .txt {
    width: 90%;
  }
  .brandingPage .process .inner .processItem .txt .processTitle {
    font-size: 1.2em;
    text-align: left;
  }
}
.companyPage .about .title {
  color: #bea0c8;
  font-size: 1.5em;
  line-height: 160%;
  margin-bottom: 1.5em;
}
.companyPage .about .txt {
  margin-bottom: 1.5em;
}
.companyPage .about .img {
  margin-bottom: 2em;
}
.companyPage .about .subTitle {
  border: 1px solid #555;
  display: inline-block;
  padding: 0.3em 1em;
  margin: 0 0 1.5em 0;
}
.companyPage .about ul {
  padding-left: 1em;
  text-align: left;
}
.companyPage .about ul li {
  margin-bottom: 1.5em;
}
.companyPage .about ul li .title {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.companyPage .about ul li p {
  margin-bottom: 1em;
}
.companyPage .about ul li p span {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 150%;
  display: block;
}
.companyPage .about ul li a {
  text-decoration: underline;
  color: blue;
}
.companyPage .about ul li a:hover {
  color: red;
}
.companyPage .style .styleItem {
  margin-bottom: 3em;
}
.companyPage .style .styleItem img {
  margin-bottom: 1.5em;
  width: 60%;
}
.companyPage .company {
  background-color: #f0eeed;
  text-align: left;
}
.companyPage .company .rightItem {
  background-color: #fff;
  padding: 2em;
}
.companyPage .company .rightItem table {
  width: 100%;
  border-top: #666 solid 1px;
}
.companyPage .company .rightItem table tr {
  display: flex;
  align-items: center;
}
.companyPage .company .rightItem table tr th {
  width: 35%;
  padding: 1.2em 0 1.2em 1.2em;
  border-bottom: #666 solid 1px;
}
.companyPage .company .rightItem table tr td {
  flex: 1;
  padding: 1.2em 0;
  border-bottom: #666 solid 1px;
}
.companyPage .partner table tr {
  display: flex;
  flex-wrap: wrap;
}
.companyPage .partner table tr th {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
}
.companyPage .partner table tr td {
  text-align: left;
  margin-bottom: 2em;
  line-height: 160%;
}

@media only screen and (min-width: 580px) {
  .companyPage .wrap .txt {
    width: 45%;
  }
  .companyPage .wrap .img {
    width: 50%;
  }
  .style .inner {
    max-width: 1300px;
    width: 90%;
  }
  .style .inner .wrap {
    align-items: stretch;
  }
  .style .inner .wrap .styleItem {
    width: 32%;
  }
  .style .inner .wrap .styleItem h4 {
    font-size: 1.3em;
  }
  .style .inner .wrap .styleItem img {
    width: 90%;
  }
  .style .inner .wrap .styleItem p {
    text-align: left;
  }
  .company .wrap .txt {
    width: 40%;
  }
  .company .wrap .rightItem {
    width: 60%;
  }
}
.contactPage .intro {
  text-align: left;
  margin-bottom: 3em;
}
.contactPage .policy p {
  text-align: left;
  font-size: 0.8em;
}

.worksPage .topSection {
  padding-bottom: 0;
}
.worksPage .topSection .img {
  margin-bottom: 2em;
}
.worksPage .topSection .txt h3 {
  margin-bottom: 1.5em;
}
.worksPage .topSection .txt h3 .en {
  color: #bea0c8;
  display: block;
  margin-bottom: 1.5em;
}
.worksPage .topSection .txt h3 .jp {
  display: block;
  font-size: 1.6em;
  line-height: 160%;
}
.worksPage .topSection .txt h3 .jp::after {
  content: "様";
  font-size: 0.7em;
  margin-left: 0.5em;
}
.worksPage .topSection .txt .url {
  margin-bottom: 2.5em;
}
.worksPage .topSection .txt .url a {
  text-decoration: underline;
  color: #bea0c8;
}
.worksPage .topSection .txt .url a:hover {
  color: #e95550;
}
.worksPage .topSection .txt .contents {
  background-color: rgba(190, 160, 200, 0.2);
  padding: 1em 0;
  text-align: center;
}
.worksPage .topSection .txt .contents ul {
  display: inline-block;
}
.worksPage .topSection .txt .contents ul li {
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
  color: #bea0c8;
  line-height: 20px;
  font-size: 1.25em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.worksPage .topSection .txt .contents ul li:last-child {
  margin-bottom: 0;
}
.worksPage .topSection .txt .contents ul li::before {
  display: inline-block;
  content: "";
  background-image: url(../img/icon01.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.worksPage .mainTeam {
  background-image: url(../img/backLogo.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 80px;
}
.worksPage .mainTeam p {
  font-size: 1.3em;
  line-height: 230%;
}
.worksPage .purpose {
  background-color: rgba(190, 160, 200, 0.2);
}
.worksPage .purpose h3 {
  color: #bea0c8;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.worksPage .purpose p {
  text-align: left;
}
.worksPage .point {
  background-color: rgba(190, 160, 200, 0.2);
}
.worksPage .point h3 {
  color: #bea0c8;
  font-size: 1.8em;
  margin-bottom: 1em;
}
.worksPage .point p {
  text-align: left;
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1em;
}
.worksPage .point p::before {
  content: "■";
  color: #bea0c8;
}
.worksPage .director h3 {
  color: #bea0c8;
  font-size: 1.8em;
  margin-bottom: 1em;
  line-height: 170%;
}
.worksPage .director p {
  text-align: left;
}

@media only screen and (min-width: 580px) {
  .worksPage .topSection .img {
    width: 48%;
  }
  .worksPage .topSection .txt {
    width: 48%;
    text-align: left;
  }
  .worksPage .topSection .txt h3 {
    text-align: left;
  }
  .worksPage .topSection .txt .contents ul li {
    line-height: 27px;
  }
  .worksPage .mainTeam {
    background-size: 200px;
  }
  .worksPage .mainTeam p {
    font-size: 1.8em;
    letter-spacing: 0.15em;
  }
  .worksPage .purpose h3 {
    text-align: left;
  }
  .worksPage .purpose p {
    font-size: 1.3em;
    line-height: 200%;
  }
  .worksPage .point h3 {
    text-align: left;
  }
  .worksPage .director h3 {
    text-align: left;
  }
}