@charset "utf-8";

/* -------------------------------------------------------------------
.sub-creator
------------------------------------------------------------------- */
.sub-creator {
  position: relative;
}





/* breadcrumb */
.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}





/* mv */
.mv {
  position: relative;
  line-height: 1;
  text-align: center;
}
.mv h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 476px;
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #fff;
}
.mv h1 img {
  width: 376px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mv h1 span {
  display: block;
}
.mv h1 span:first-of-type {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}
.mv h1 span:last-of-type {
  font-size: 2.8rem;
}





/* content */
.content {
  padding-top: 60px;
  padding-bottom: 80px;
}
.content h2 {
  margin-bottom: 64px;
  font-size: 3.2rem;
  text-align: center;
}
.content .flex {
  display: flex;
  align-items: flex-start;
}
.content .flex + .flex {
  margin-top: 60px;
}
.content-1 .flex:nth-of-type(2) {
  flex-direction: row-reverse;
}
.content-1 .flex:first-of-type img {
  width: calc(48.5% + (100vw - 1200px) / 2);
  margin-right: 3%;
  margin-left: calc((100vw - 1200px) / -2);
}
.content-1 .flex:nth-of-type(2) img,
.content-2 .flex:first-of-type img {
  width: 31.3%;
  margin-left: 3%;
}
.content-2 .flex:nth-of-type(2) img {
  width: 39.7%;
  margin-right: 3%;
}
.content .flex p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2.5;
}
.content-2 .container > img {
  width: calc(100% + (100vw - 1200px));
  margin-bottom: 60px;
  margin-left: calc((100vw - 1200px) / -2);
}





/* works */
.works {
  position: relative;
  padding-top: 55px;
  padding-bottom: 60px;
}
.works:nth-of-type(odd) {
  background-color: #d8e4e5;
}
.works h2 {
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
.works h2 span:first-of-type {
  display: block;
  margin-bottom: 10px;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.works h2 span:last-of-type {
  display: inline-block;
  font-size: 2rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.works:nth-of-type(odd) h2 span:last-of-type {
  background-color: #fff;
}
.works:nth-of-type(even) h2 span:last-of-type {
  background-color: #d8e4e5;
}
.works .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.works .flex img {
  width: 31.3%;
}
.works p {
  font-size: 1.6rem;
  line-height: 2;
}
.works .container > span {
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  bottom: 0;
  width: 196px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.works:nth-of-type(odd) .container > span {
  background-color: #fff;
}
.works:nth-of-type(even) .container > span {
  background-color: #d8e4e5;
}





/* profile */
.profile {
  padding-top: 80px;
  padding-bottom: 150px;
}
.profile .flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.profile .flex div {
  flex: 1;
}
.profile .flex div h2 {
  margin-bottom: 5px;
}
.profile .flex div h2 > span {
  display: block;
}
.profile .flex div h2 > span:first-of-type {
  margin-bottom: 30px;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.profile .flex div h2 > span:last-of-type {
  font-size: 1.6rem;
  font-weight: 700;
}
.profile .flex div h2 > span:last-of-type span {
  font-size: 2rem;
}
.profile .flex div p {
  font-size: 1.6rem;
  line-height: 2.25;
}
.profile .flex img {
  width: 31.3%;
  margin-left: 3%;
}
.profile ul {
  margin-bottom: 80px;
}
.profile ul li {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8e4e5;
}
.profile ul li + li {
  margin-top: 25px;
}
.profile ul li span {
  margin-right: 5.2%;
  margin-left: 5.6%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.profile ul li p {
  flex: 1;
  padding-right: 3.3%;
  font-size: 1.6rem;
  line-height: 2.25;
}
.profile .button-style {
  margin: 0 auto;
}





@media screen and (max-width: 1400px) {
  /* content */
  .content-1 .flex:first-of-type img {
    width: calc(48.5% + 7vw);
    margin-left: -7vw;
  }
  .content-2 .container > img {
    width: calc(100% + 14vw);
    margin-left: -7vw;
  }
  /* works */
  .works .container > span {
    right: 7vw;
  }
}