@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic+Roboto+Slab:400,100,300,700);
* {
  font-size: 1rem;
  font-size: 10px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 640px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

.container--fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
}

.c-section, .c-section--primary, .c-section--secondary {
  padding: 120px 0;
  text-align: center;
}

.c-section--primary {
  background: #f7f7f7;
}

.c-section--secondary {
  background: #fff;
}

.c-section__title {
  font-size: 2.8rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  margin: 0 0 60px;
}

.p-logo > a {
  font-size: 2rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #ccc;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

#header.fixed .p-logo > a {
  color: #000;
  height: 60px;
}

.p-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  transition: all 0.3s ease;
}

#header.fixed .p-nav {
  height: 60px;
}

.p-nav__list {
  display: flex;
  margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
  .p-nav__list {
    margin: 0 -20px;
  }
}

.p-nav__item {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .p-nav__item {
    padding: 0 20px;
  }
}

.p-nav__item > a {
  position: relative;
  font-size: 1.4rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.p-nav__item > a:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  transition: width 0.25s ease-out;
  width: 0;
  height: 3px;
  background: #000;
  margin: auto;
}

.p-nav__item > a:hover:before {
  width: 100%;
}

.p-mainvisual {
  position: relative;
  height: 100vh;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.p-mainvisual__title {
  font-size: 3rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .p-mainvisual__title {
    font-size: 6rem;
  }
}

.p-mainvisual__author {
  font-size: 1.4rem;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .p-mainvisual__author {
    font-size: 2rem;
  }
}

.p-mainvisual__arrow {
  position: absolute;
  right: 60px;
  bottom: 80px;
  -webkit-animation: arrowloop 1.5s infinite;
          animation: arrowloop 1.5s infinite;
}

.p-mainvisual__arrow img {
  transition: all 0.3s ease;
}

.p-mainvisual__arrow:hover img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@-webkit-keyframes arrowloop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes arrowloop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}

.p-about__table {
  display: inline-block;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-about__tr:first-child .p-about__th,
.p-about__tr:first-child .p-about__td {
  padding-top: 0;
}

.p-about__tr:last-child .p-about__th,
.p-about__tr:last-child .p-about__td {
  padding-bottom: 0;
  border-bottom: none;
}

.p-about__th {
  padding: 20px 40px 20px 0;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top;
  border-bottom: 1px solid #000;
}

.p-about__td {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.p-about__td i {
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .p-about__td i {
    margin-left: 20px;
  }
}

.p-about__td a {
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: underline;
}

.p-about__item {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0;
}

.p-about__item + .p-about__item {
  padding-top: 10px;
}

.p-about__box {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .p-about__box {
    flex-direction: row;
  }
}

.p-about__date {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-about__date {
    width: 60px;
  }
}

.p-about__date span {
  position: relative;
  width: 60px;
  font-size: 1.2rem;
  padding: 2px 0 1px;
  display: inline-block;
  border-bottom: 1px dotted #000;
  text-align: center;
}

.p-about__label {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-about__label {
    width: 60px;
  }
}

.p-about__label span {
  width: 60px;
  color: #fff;
  background: #000;
  padding: 2px 0;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
}

.p-about__text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: 4px;
}

@media only screen and (min-width: 768px) {
  .p-about__text {
    width: calc(100% - 60px);
    padding-top: 0;
    padding-left: 10px;
  }
}

.p-work__text {
  padding: 0 40px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}

.p-work__contact {
  padding: 0 40px;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

.p-work__contact a {
  text-decoration: underline;
  color: #000;
}

.p-work__text span,
.p-work__contact a {
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  display: inline-block;
}

.p-work__text + .p-work__text {
  margin-top: 10px;
}

.p-work__text + .p-work__contact {
  margin-top: 60px;
}

.p-work__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-work__item {
  width: 100%;
  text-align: left;
  margin: 0 0 80px;
}

@media only screen and (min-width: 768px) {
  .p-work__item {
    width: 50%;
  }
}

.p-work__image {
  margin: 0 0 40px;
  display: block;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-work__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  transition: 0.6s ease;
}

.p-work__image > img {
  width: 100%;
  transition: 0.3s ease;
  vertical-align: top;
}

.p-work__image:hover:after {
  background: rgba(255, 255, 255, 0.1);
}

.p-work__image:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-work__table {
  display: inline-block;
  text-align: left;
  margin: 0 40px;
}

.p-work__tr:last-child .p-work__th {
  padding: 0 40px 0 0;
}

.p-work__tr:last-child .p-work__td {
  padding: 0;
}

.p-work__th {
  padding: 0 40px 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top;
}

.p-work__td {
  padding: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-work__td > a {
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  word-break: break-word;
}

.p-contact__form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

.p-contact__selectBox {
  position: relative;
  margin: 0 0 10px;
}

.p-contact__selectBox:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.p-contact__select {
  padding: 15px 20px;
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  outline: none;
  cursor: pointer;
}

.p-contact__textarea {
  margin: 0 0 30px;
  padding: 15px 20px;
  height: 250px;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  resize: none;
  outline: none;
}

.p-contact__textarea::-webkit-input-placeholder {
  color: #ccc;
}

.p-contact__button {
  font-size: 1.4rem;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s ease;
  outline: none;
}

.p-contact__button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.p-article__columns {
  display: flex;
  margin: 0 -40px 60px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .p-article__columns {
    flex-direction: row;
  }
}

.p-article__mainColumn {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .p-article__mainColumn {
    width: calc(100% / 3 * 2);
    margin-bottom: 0;
  }
}

.p-article__subColumn {
  width: 100%;
  padding: 0 40px;
}

@media only screen and (min-width: 768px) {
  .p-article__subColumn {
    width: calc(100% / 3);
  }
}

.p-article__header {
  margin: 0 0 30px;
}

.p-article__client {
  margin-bottom: 10px;
  font-size: 4rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}

.p-article__branch {
  font-size: 2rem;
  font-weight: 700;
}

.p-article__overview {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}

.p-article__list {
  margin: 0 0 30px;
}

.p-article__list:last-child {
  margin: 0;
}

.p-article__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.p-article__description {
  font-size: 1.4rem;
  font-weight: 300;
}

.p-article__description > p {
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  margin: 10px 0 0;
}

.p-article__description > a {
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  display: block;
}

.p-article__image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.p-role__columns {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .p-role__columns {
    margin: 0 -40px;
    flex-direction: row;
  }
}

.p-role__column {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .p-role__column {
    margin-bottom: 0;
    padding: 0 40px;
    width: calc(100% / 2);
  }
}

.p-role__column:last-child {
  margin-bottom: 0;
}

.p-role__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.p-role__description {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 30px;
}

.p-role__table {
  display: inline-block;
  text-align: left;
}

.p-role__tr:last-child .p-role__th {
  padding: 0 40px 0 0;
}

.p-role__tr:last-child .p-role__td {
  padding: 0;
}

.p-role__th {
  padding: 0 40px 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: top;
}

.p-role__td {
  padding: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-feature__columns {
  display: flex;
  margin: 0 -20px;
}

.p-feature__column {
  width: calc(100% / 3);
  padding: 0 20px;
}

.p-feature__image {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 15px;
}

.p-feature__title {
  font-size: 1.4rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  margin: 0 0 10px;
}

.p-feature__description {
  font-size: 1.4rem;
  font-weight: 300;
}

.p-performance__columns {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .p-performance__columns {
    margin: 0 -40px;
    flex-direction: row;
  }
}

.p-performance__column {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .p-performance__column {
    margin-bottom: 0;
    padding: 0 40px;
    width: calc(100% / 3);
  }
}

.p-performance__column:last-child {
  margin-bottom: 0;
}

.p-performance__content {
  margin: 0 0 30px;
}

.p-performance__content:last-child {
  margin: 0;
}

.p-performance__title {
  font-size: 2rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  margin: 0 0 30px;
}

.p-performance__subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.p-performance__description {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}

.p-return {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-return__button {
  display: flex;
  align-items: center;
}

.p-return__button:hover .p-return__icon {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.p-return__icon {
  margin: 0 20px 0 0;
  transition: all 0.3s ease;
}

.p-return__text {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-copy {
  font-size: 1.4rem;
}

.p-work-main {
  padding: 120px 0 0;
}

.p-work-section, .p-work-section--primary, .p-work-section--secondary {
  padding: 120px 40px;
}

@media only screen and (min-width: 768px) {
  .p-work-section, .p-work-section--primary, .p-work-section--secondary {
    padding: 120px 80px;
  }
}

.p-work-section--primary {
  background: #fff;
}

.p-work-section--secondary {
  background: #f7f7f7;
}

.p-work-section--tertiary {
  background: #f7f7f7;
}

.p-work-section__title {
  font-size: 2.8rem;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  margin: 0 0 60px;
}

@media only screen and (min-width: 768px) {
  .is-show--desktop {
    display: block;
  }
}

.is-show--mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .is-hidden--desktop {
    display: none;
  }
}

.is-hidden--mobile {
  display: none;
}
