@charset "UTF-8";
/* 実績 */
.mod-project-main-img {
  position: relative;
  background-size: cover;
  background-position: 50%;
  height: 600px;
  background-image: url(../img/project_main_img.jpg);
  z-index: 1;
}
.mod-project-main-img.detail {
  margin-top: -30px;
}

.mod-project-cat {
  display: block;
  width: 50px;
  height: 50px;
  background-size: auto 100%;
  background-image: url(../img/icon_project_cat.png);
}
.mod-project-cat--l {
  width: 64px;
  height: 64px;
}
.mod-project-cat--s {
  width: 44px;
  height: 44px;
}
.mod-project-cat--community {
  background-position: 0% 0;
}
.mod-project-cat--point {
  background-position: -100% 0;
}
.mod-project-cat--media {
  background-position: -200% 0;
}
.mod-project-cat--e-money {
  background-position: -300% 0;
}
.mod-project-cat--event {
  background-position: -400% 0;
}

.mod-project-title {
  position: relative;
  margin-top: -160px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  padding: 40px 120px;
  background-color: #ffffff;
  z-index: 2;
  display: block;
  text-decoration: none;
  border: solid 2px #ffffff;
}
.mod-project-title .mod-project-cat {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.mod-project-title .title {
  margin: 0;
  font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 3.2rem;
}
.mod-project-title .name {
  margin-top: 20px;
}
.mod-project-title .name dt {
  font-weight: 700;
}
.mod-project-title .name dd {
  margin: 10px 0 0;
}

a.mod-project-title {
  -webkit-transition: .3s;
  transition: .3s;
}
a.mod-project-title:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  border-color: #b6d33c;
}

.mod-project-archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -20px;
  padding: 0;
}
.mod-project-archives__item {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}
.mod-project-archives__item figure {
  margin: 0 0 20px;
}
.mod-project-archives__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
.mod-project-archives__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mod-project-archives__item .title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.mod-project-archives__item .name {
  margin-top: 10px;
}
.mod-project-archives__item .name dt {
  font-weight: 700;
}
.mod-project-archives__item .name dd {
  margin: 0;
}
.mod-project-archives-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-project-archives-content .mod-project-cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.mod-project-archives--l {
  margin-left: -60px;
}
.mod-project-archives--l .mod-project-archives__item {
  width: calc(100% / 2 - 60px);
  margin-left: 60px;
}
.mod-project-archives--l .mod-project-archives__item .title {
  font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 2.2rem;
}
.mod-project-archives--l .mod-project-archives-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mod-project-profile {
  padding: 20px 30px;
  background-color: #f6f7f7;
}
.mod-project-profile dt {
  font-weight: 700;
  font-size: 1.6rem;
}
.mod-project-profile dd {
  margin: 10px 0 0;
}

.mod-project-detail {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
.mod-project-detail-num {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -100px;
  top: -70px;
  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;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  line-height: 1;
  font-size: 3.4rem;
  font-style: normal;
}
.mod-project-detail-num:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #333333;
  border-radius: 50%;
  z-index: -1;
}
.mod-project-detail-num:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 50%;
  height: 50%;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
.mod-project-detail-title {
  font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 3.2rem;
}

.mod-project-detail-body p {
  *zoom: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.mod-project-detail-body p:after {
  content: "";
  display: table;
  clear: both;
}
.mod-project-detail-body img {
  max-width: 100%;
  height: auto;
}
.mod-project-detail-body img.alignleft {
  float: left;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 1em;
}
.mod-project-detail-body img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 1em;
}
.mod-project-detail-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mod-project-comment {
  background-color: #f6f7f7;
  padding-top: 70px;
  padding-bottom: 80px;
}
.mod-project-comment-title {
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.mod-project-comment-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: dashed 1px #cccccc;
}
.mod-project-comment-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f6f7f7;
}

.mod-project-comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod-project-comment-content > * {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mod-project-comment-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
.mod-project-comment-cat .mod-project-cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.mod-project-comment-name .en {
  margin-bottom: 10px;
  font-size: 3.9rem;
  font-family: 'Source Sans Pro';
  font-weight: 700;
  line-height: 1;
}

.mod-project-comment-img {
  position: relative;
  margin: 0;
}
.mod-project-comment-img-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: -100%;
  background-color: #ffffff;
  width: calc(100% + 80px);
  margin: -260px 0 0;
  padding: 30px 40px;
  line-height: 2;
  font-size: 1.5rem;
  border-radius: 8px;
}
.mod-project-comment-img-text:before {
  content: "";
  width: 25px;
  height: 50px;
  position: absolute;
  right: -25px;
  top: 40px;
  background-size: 100%;
  background-image: url(../img/project-comment-bg.png);
}

/* お問い合わせ */
.mod-color-red,
.mod-require {
  color: #ec407a;
}

.button-type02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #333333;
  width: 380px;
  height: 60px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  border: solid 1px #333333;
  border-radius: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}
.button-type02 i {
  width: 17px;
  height: 13px;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow01.svg);
}
.button-type02:hover {
  color: #333333;
  background-color: #ffffff;
}
.button-type02:hover i {
  background-image: url(../img/arrow02.svg);
}
.button-type02--back {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.button-type02--back i {
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.button-type02--back:hover {
  color: #aaaaaa;
}
.button-type02--back:hover i {
  opacity: .3;
}

.table-style-list02.type-contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.table-style-list02.type-contact dt {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-style-list02.type-contact dd {
  margin: 0;
  width: calc(100% - 190px);
}

.mod-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.mod-contact-btn__item + .mod-contact-btn__item {
  margin-left: 20px;
}

.mod-contact-completion {
  position: relative;
  padding-top: 110px;
  text-align: center;
}
.mod-contact-completion:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-image: url(../img/contact_completion_img.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mod-contact-completion dt {
  font-weight: 700;
  font-size: 2.2rem;
}
.mod-contact-completion dd {
  margin: 20px 0 0;
}

.mod-input-text,
.mod-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: solid 1px #d5d5d5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  width: 80%;
  padding: 10px 15px;
  background-color: #ffffff;
  outline: none;
  font-size: 1.4rem;
  vertical-align: top;
}
.mod-input-text:focus,
.mod-textarea:focus {
  border-color: #ec407a;
}

.mod-textarea {
  width: 100%;
  resize: none;
}

.mod-input-radio,
.mod-input-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -5px;
  border: solid 1px #d5d5d5;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  outline: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.mod-input-radio:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ec407a;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  display: none;
}
.mod-input-radio:checked:after {
  display: block;
}

.mod-input-checkbox:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #ec407a;
  border-right: solid 2px #ec407a;
  margin-top: -8px;
  margin-left: -3px;
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mod-input-checkbox:checked:after {
  display: block;
}

.mod-input-radio {
  border-radius: 50%;
}

.mod-input-checkbox {
  border-radius: 4px;
}

.mod-label {
  display: inline-block;
  *zoom: 1;
}
.mod-label:after {
  content: "";
  display: table;
  clear: both;
}
.mod-label input[type="radio"],
.mod-label input[type="checkbox"] {
  float: left;
  margin-top: 4px;
  display: block;
}
.mod-label > span {
  overflow: hidden;
  display: block;
}

.mod-label + .mod-label {
  margin-left: 10px;
}

.mod-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 80%;
  min-height: 40px;
  padding: 10px 45px 10px 15px;
  border: solid 1px #d5d5d5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url(../img/icon_select.png);
  background-position: right 50%;
  cursor: pointer;
  font-size: 1.4rem;
  outline: none;
  text-overflow: '';
}

.mod-select::-ms-expand {
  display: none;
}


/*利用規約追加*/
.terms{
  background-color: #ffffff;
  overflow-y: scroll;
  width: 100%;
  height: 200px;
  padding: 20px;
}





@media screen and (max-width: 47.9375em) {
  /* 実績 */
  .mod-project-main-img {
    padding-bottom: calc(600 / 1600 * 100%);
    height: 0;
  }
  .mod-project-main-img.detail {
    margin-top: 0;
  }

  .mod-project-cat {
    display: block;
    width: 40px;
    height: 40px;
  }
  .mod-project-cat--l {
    width: 48px;
    height: 48px;
  }
  .mod-project-cat--s {
    width: 32px;
    height: 32px;
  }

  .mod-project-title {
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .mod-project-title .mod-project-cat {
    margin-bottom: 10px;
  }
  .mod-project-title .title {
    font-size: 1.6rem;
  }
  .mod-project-title .name {
    margin-top: 10px;
  }
  .mod-project-title .name dd {
    margin: 5px 0 0;
  }

  a.mod-project-title:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    border-color: #ffffff;
  }

  .mod-project-archives {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
  }
  .mod-project-archives__item {
    width: calc(100% / 2 - 10px);
    margin-left: 0;
    margin-bottom: 20px;
  }
  .mod-project-archives__item figure {
    margin: 0 0 10px;
  }
  .mod-project-archives__item figure img {
    width: 100%;
    max-width: inherit;
    height: auto;
  }
  .mod-project-archives__item a {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .mod-project-archives__item a:hover {
    opacity: 1;
  }
  .mod-project-archives__item .title {
    font-size: 1.3rem;
  }
  .mod-project-archives--l .mod-project-archives__item {
    width: calc(100%);
    margin-left: 0;
  }
  .mod-project-archives--l .mod-project-archives__item .title {
    font-size: 1.6rem;
  }

  .mod-project-profile {
    padding: 20px;
  }
  .mod-project-profile dt {
    font-size: 1.3rem;
  }

  .mod-project-detail {
    position: relative;
    margin: 50px 20px;
    padding-top: 50px;
  }
  .mod-project-detail-num {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0px;
    font-size: 1.7rem;
  }
  .mod-project-detail-title {
    font-size: 1.6rem;
  }

  .mod-project-detail-body p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .mod-project-detail-body img {
    max-width: 100%;
    height: auto;
  }
  .mod-project-detail-body img.alignleft, .mod-project-detail-body img.alignright, .mod-project-detail-body img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }

  .mod-project-comment {
    padding: 20px;
  }
  .mod-project-comment-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .mod-project-comment-title span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mod-project-comment-content {
    display: block;
    margin-bottom: 20px;
  }
  .mod-project-comment-content > * {
    width: auto;
  }

  .mod-project-comment-cat {
    font-size: 1.3rem;
  }

  .mod-project-comment-name .en {
    font-size: 2rem;
  }

  .mod-project-comment-img {
    margin-top: 20px;
    text-align: center;
  }
  .mod-project-comment-img img {
    width: 100%;
    height: auto;
  }
  .mod-project-comment-img-text {
    position: relative;
    left: auto;
    background-color: #ffffff;
    width: auto;
    margin: -20px 20px 0;
    padding: 20px;
    font-size: 1.3rem;
    border-radius: 4px;
    text-align: left;
  }
  .mod-project-comment-img-text:before {
    width: 25px;
    height: 50px;
    right: 15px;
    top: -50px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }

  /* お問い合わせ */
  .button-type02 {
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #ffffff;
    font-size: 1.3rem;
    border-radius: 20px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .button-type02 i {
    width: 10px;
    height: 8px;
    right: 10px;
  }
  .button-type02:hover {
    color: #ffffff;
    background-color: #333333;
  }
  .button-type02:hover i {
    background-image: url(../img/arrow01.svg);
  }
  .button-type02--back {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
  }
  .button-type02--back i {
    right: auto;
    left: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .button-type02--back:hover {
    background-color: #aaaaaa;
    color: #ffffff;
  }
  .button-type02--back:hover i {
    opacity: 1;
  }

  .table-style-list02.type-contact dl {
    display: block;
  }
  .table-style-list02.type-contact dt {
    width: auto;
  }
  .table-style-list02.type-contact dd {
    width: auto;
    margin-top: 10px;
  }

  .mod-contact-btn {
    display: block;
    margin-top: 30px;
  }
  .mod-contact-btn__item + .mod-contact-btn__item {
    margin-top: 15px;
    margin-left: 0px;
  }

  .mod-contact-completion {
    padding-top: 55px;
  }
  .mod-contact-completion:before {
    width: 40px;
    height: 40px;
  }
  .mod-contact-completion dt {
    font-size: 1.6rem;
  }
  .mod-contact-completion dd {
    margin-top: 10px;
  }

  .mod-input-text,
  .mod-textarea {
    width: 100%;
    font-size: 1.3rem;
  }

  .mod-select {
    width: 100%;
    font-size: 1.3rem;
  }
  .terms{
    width: 90%;
}
