@charset "UTF-8";
@font-face {
  font-family: "font-neue55";
  src: url(../font/neue-haas-grotesk-text-pro-55-roman.ttf);
}
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .swiper {
    overflow: visible;
    margin: 0 0 20px;
    padding: 140px 0 0;
  }
}
@media (max-width: 768px) {
  .swiper {
    padding: 30px 0 0;
  }
}

.swiper-slide__body {
  padding: 0 35px;
  margin: -10px 0 0;
}
@media (max-width: 768px) {
  .swiper-slide__body {
    padding: 0;
    width: calc(100% + 62px);
    position: relative;
    left: -31px;
  }
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide__name {
  color: #192F60;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 25px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .swiper-slide__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .swiper-slide__name {
    text-align: center;
    margin: 0 0 24px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
.swiper-slide__description {
  line-height: 1.6;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333333;
  margin: 0 0 35px;
}
@media (max-width: 768px) {
  .swiper-slide__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.swiper-button-prev {
  top: 18%;
  left: auto;
  right: 20%;
  transition: opacity 0.3s;
}
.swiper-button-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(../img/project/slide-arrow-prev.png) no-repeat center center/contain;
}
.swiper-button-prev:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  top: 18%;
  right: 12.5%;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .swiper-button-next {
    right: 9.5%;
  }
}
.swiper-button-next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(../img/project/slide-arrow-next.png) no-repeat center center/contain;
}
.swiper-button-next:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-slide {
  transition: 0.7s;
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  /* スライドの大きさ調整 */
}
@media screen and (min-width: 769px) {
  .swiper-slide {
    position: relative;
    top: 6%;
  }
}
@media (max-width: 768px) {
  .swiper-slide {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    /* スライドの大きさ調整 */
  }
}
.swiper-slide .swiper-slide__body {
  opacity: 0;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.28) !important;
          transform: scale(1.28) !important;
  /* スライドの大きさ調整 */
}
@media screen and (min-width: 769px) {
  .swiper-slide-active {
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    /* スライドの大きさ調整 */
  }
}
.swiper-slide-active .swiper-slide__body {
  opacity: 1;
}

html.is-fixed, body.is-fixed {
  overflow: hidden;
}

body {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .l-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-header__logo {
  padding: 0 0 0 52.5px;
  opacity: 0;
  transition: opacity 0.7s;
}
.l-header__logo.load {
  opacity: 1;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__logo {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    padding: 16px 15px;
  }
}
.l-header__ham-button {
  display: none;
}
@media (max-width: 768px) {
  .l-header__ham-button {
    display: block;
    position: absolute;
    top: 31px;
    right: 15px;
    width: 26px;
    height: 16px;
    z-index: 10;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
}
@media (max-width: 768px) {
  .l-header__ham-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0C162C;
    border-radius: 10px;
    transition: all 400ms;
  }
  .l-header__ham-button span:nth-child(1) {
    top: 0;
  }
  .l-header__ham-button span:nth-child(2) {
    top: 8px;
  }
  .l-header__ham-button span:nth-child(3) {
    top: 16px;
  }
}
.l-header__ham-button.open span:nth-child(1) {
  background: #0C162C;
  top: 6px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.l-header__ham-button.open span:nth-child(2),
.l-header__ham-button.open span:nth-child(3) {
  top: 6px;
  background: #0C162C;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.l-header__navigation {
  opacity: 0;
  transition: opacity 0.7s;
}
.l-header__navigation.load {
  opacity: 1;
}
.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-header__list {
    position: fixed;
    top: 80px;
    right: 0;
    overflow: scroll;
    width: 100%;
    height: 100%;
    height: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: center;
    right: -100%;
    padding: 0 0 125px;
    z-index: 10;
  }
  .l-header__list.open {
    right: 0px;
  }
}
.l-header__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .l-header__item:not(:first-of-type) {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .l-header__item {
    display: block;
    padding: 41px 0 20px;
  }
  .l-header__item:not(:first-of-type) {
    border-top: 1px solid #CACACA;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item.is-service {
    margin: 0 0 0 48px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-service {
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item.is-works {
    margin: 0 0 0 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-works {
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item.is-design {
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-design {
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item.is-blog {
    margin: 0 0 0 48px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-blog {
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item.is-phone {
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-phone {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .l-header__item.is-phone {
    padding: 44px 0 23px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item.is-contact {
    margin: 0 0 0 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-contact {
    margin: 0 0 0 10px;
  }
}
.l-header__item__sp {
  display: none;
}
@media (max-width: 768px) {
  .l-header__item__sp {
    display: block;
    margin: 0 auto;
  }
}
.l-header__item > a:link, .l-header__item a:visited, .l-header__item a:hover, .l-header__item a:active {
  color: #192F60;
}
.l-header__item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-header__item > a > span {
  display: block;
}
.l-header__item > a > .is-english {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 6px;
  color: #0C162C;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item > a > .is-english {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) {
  .l-header__item > a > .is-english {
    margin: 0 0 8px;
  }
}
.l-header__item > a > .is-japanese {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .l-header__item > a > .is-japanese {
    position: relative;
    top: 2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item > a > .is-japanese {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .l-header__item > a > .is-japanese.is-contact {
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .l-header__item.is-phone {
    margin: 0 0 17px;
  }
}
.l-header__item.is-phone > a > .is-number {
  margin: 0 0 1px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
  font-family: "font-neue55", sans-serif;
  font-weight: 500;
}
.l-header__item.is-phone > a > .is-number::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/layout/l-header_phone_ico.svg) no-repeat center center/contain;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-phone > a > .is-number {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .l-header__item.is-phone > a > .is-number::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .l-header__item.is-phone > a > .is-number {
    margin: 0 0 7px;
  }
}
.l-header__item.is-phone > a > .is-date {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  left: 11px;
}
@media screen and (min-width: 769px) {
  .l-header__item.is-phone > a > .is-date {
    top: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item.is-phone > a > .is-date {
    font-size: 10px;
    font-size: 0.625rem;
    left: 3px;
  }
}
@media (max-width: 768px) {
  .l-header__item.is-phone > a > .is-date {
    top: 0;
  }
}
.l-header__item.is-contact {
  background: #20868A;
  padding: 13px 22px;
}
.l-header__item.is-contact > a {
  transition: 0.3s;
  position: relative;
}
.l-header__item.is-contact > a::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 24px;
  background: url(../img/layout/l-header_mail_ico.svg) no-repeat center center/contain;
  margin: 0 0 15px;
}
.l-header__item.is-contact > a > .is-japanese {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .l-header__item.is-contact {
    display: none;
  }
}

.l-footer {
  background: #192F60;
  text-align: center;
  padding: 40px 0;
}
.l-footer__logo {
  width: 124px;
  margin: 0 auto 26px;
}
.l-footer__logo > img {
  width: inherit;
}
.l-footer__address {
  color: #fff;
  margin: 0 0 40px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .l-footer__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #AEB6C7;
}

.c-inner1140 {
  box-sizing: content-box;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .c-inner1140 {
    padding: 0 15px;
  }
}

.c-button01 {
  width: 240px;
  padding: 12px 0;
  line-height: 1;
  background: white;
  border: 1px solid #192F60;
  color: #192F60;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .c-button01 {
    width: 200px;
  }
}
.c-button01:hover {
  color: #fff;
  background: #192F60;
}
.c-button01:hover::after {
  border-color: transparent transparent transparent #fff;
}
.c-button01::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #192F60;
  margin: 0 0 0 12px;
}
.c-button01.is-search {
  color: #fff;
  background: #AEB6C7;
  border: 1px solid #AEB6C7;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .c-button01.is-search {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.c-button01.is-search::after {
  border-color: transparent transparent transparent #fff;
}
.c-button01.is-work {
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .c-button01.is-work {
    margin: 0 auto 30px;
  }
}

.c-button02 {
  display: inline-block;
  width: 240px;
  padding: 18px 0;
  line-height: 1;
  background: #20868A;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  letter-spacing: 0.02em;
  transition: all 0.3s;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .c-button02 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-button02:hover {
  color: #20868A;
  background: #fff;
}
.c-button02:hover::after {
  border-color: transparent transparent transparent #20868A;
}
.c-button02::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 12px;
}
@media (max-width: 768px) {
  .c-button02::after {
    border-width: 5px 0 7px 5px;
  }
}

.c-button03 {
  color: #fff;
  background: #192F60;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 240px;
  height: 56px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.3s;
}
.c-button03:hover {
  color: #192F60;
  background: #fff;
}
.c-button03:hover::after {
  border-color: transparent transparent transparent #192F60;
}
.c-button03:hover > div > .is-large::before {
  background: url(../img/component/c-button03_ico-nv.svg) no-repeat center center/contain;
}
.c-button03 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.c-button03 > div > .is-large {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Neue Haas Grotesk Text Pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 8px;
}
.c-button03 > div > .is-large::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/component/c-button03_ico-wh.svg) no-repeat center center/contain;
  margin: 0 8px 0 0;
}
@media (max-width: 768px) {
  .c-button03 > div > .is-large {
    letter-spacing: 0.1em;
  }
}
.c-button03 > div > .is-small {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 23px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .c-button03.is-main-visual {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 768px) {
  .c-button03.is-main-visual {
    margin: 0 0 43px;
  }
}
.c-button03.is-contact {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .c-button03.is-mb {
    margin: 0 0 38px;
  }
}

.c-title01 > span {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #192F60;
  color: #fff;
  padding: 13px 16px;
}
@media (max-width: 768px) {
  .c-title01 > span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-title01 > span.is-first {
  margin: 0 0 15px;
}
.c-title01.is-concept {
  margin: 0 0 44px;
}
@media (max-width: 768px) {
  .c-title01.is-concept {
    margin: 0 0 38px 12px;
  }
}
.c-title01.is-concept > .is-first {
  padding: 13px;
  margin: 0 0 13px;
}
.c-title01.is-features {
  margin: 0 0 34px;
}
.c-title01.is-support {
  margin: 0 0 35px;
}
@media (max-width: 768px) {
  .c-title01.is-support {
    text-align: center;
  }
}
.c-title01.is-work {
  text-align: right;
  padding: 0 7px 0 0;
}
@media (max-width: 768px) {
  .c-title01.is-work {
    text-align: center;
    padding: 0;
  }
}
.c-title01.is-work {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .c-title01.is-work {
    margin: 0 0 33px;
  }
}

.c-title02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0 32px;
  text-decoration: underline;
  color: #333333;
}
@media (max-width: 768px) {
  .c-title02 {
    margin: 0;
    line-height: 1.6875;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-title02 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.c-date01 {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2D2D2D;
  margin: 0 0 0 118px;
}
@media (max-width: 768px) {
  .c-date01 {
    margin: 0 0 15px;
  }
}
.c-date01.is-work {
  margin: 0;
}
@media (max-width: 768px) {
  .c-date01.is-work {
    margin: 0 0 8px;
  }
}

.p-concept {
  padding: 0 0 134px;
}
@media (max-width: 768px) {
  .p-concept {
    padding: 0 0 37px;
  }
}
.p-concept__background {
  position: relative;
}
.p-concept__background::before {
  position: absolute;
  content: "";
  top: 42px;
  left: 20px;
  width: 343px;
  height: 676px;
  background: url(../img/project/p-concept_bg.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-concept__background::before {
    background: url(../img/project/sp_p-concept_bg.png) no-repeat center center/contain;
    width: 168.8px;
    height: 676px;
    left: 0;
    top: 28px;
  }
}
.p-concept__inner {
  max-width: 950px;
  width: 100%;
  padding: 160px 0 0;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .p-concept__inner {
    margin: 0 auto;
    padding: 148px 0 0;
  }
}
.p-concept__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 34px;
}
@media (max-width: 768px) {
  .p-concept__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .p-concept__contents {
    margin: 0 0 38px;
  }
}
.p-concept__content {
  width: 50%;
}
@media (max-width: 768px) {
  .p-concept__content {
    width: 100%;
  }
}
.p-concept__content.is-text {
  width: 49%;
  text-align: right;
  padding: 43px 0 0;
}
@media (max-width: 768px) {
  .p-concept__content.is-text {
    width: 100%;
    text-align: left;
    padding: 25px 0 0;
  }
}
.p-concept__content__price {
  color: #192F60;
}
@media (max-width: 768px) {
  .p-concept__content__price {
    margin: 0 0 0 30px;
  }
}
.p-concept__content__price > .is-small {
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-concept__content__price > .is-small {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .p-concept__content__price > .is-small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-concept__content__price > .is-large {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "font-neue55", sans-serif;
  letter-spacing: 0.1em;
  margin: 0 -7px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-concept__content__price > .is-large {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .p-concept__content__price > .is-large {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-concept__detail {
  line-height: 1.8571428571;
  margin: 0 0 35px;
}
.p-concept__button {
  text-align: center;
}

.p-contact {
  background: url(../img/project/p-contact_bg.png) no-repeat center center/cover;
  padding: 74px 0 78px;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 78px 0;
  }
}
.p-contact__inner {
  max-width: 554px;
  margin: 0 auto;
}
.p-contact__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0 0 35px;
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    margin: 0 0 32px;
  }
}
.p-contact__under {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .p-contact__under {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.p-features {
  margin: 0 0 82px;
  background: url(../img/project/p-features_bg.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-features {
    background: none;
    position: relative;
    padding: 0 0 120px;
  }
  .p-features::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 120px;
    background: #D3DBEC;
  }
}
.p-features__contents {
  padding: 43px 0 0;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-features__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-features__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-features__content {
  width: 366px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-features__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-features__content {
    width: 100%;
    text-align: center;
    padding: 71px 0 44px;
  }
}
.p-features__content__lead {
  line-height: 1.8571428571;
  color: #192F60;
}
@media (max-width: 768px) {
  .p-features__content__lead {
    text-align: left;
    padding: 0 16px;
  }
}
.p-features__content.is-different {
  padding: 36px 0 0;
}
@media (max-width: 768px) {
  .p-features__content.is-different {
    background: #D3DBEC;
    padding: 40px 0 34px;
  }
}
.p-features__content.is-list {
  width: calc(100% - 366px);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-features__content.is-list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-features__content.is-list {
    width: 100%;
  }
}
.p-features__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #192F60;
  margin: 0 0 16px 8px;
}
@media (max-width: 768px) {
  .p-features__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-features__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .p-features__item {
    margin: 0 0 60px;
    position: relative;
  }
  .p-features__item::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 118px;
    height: 126px;
    z-index: 0;
  }
}
.p-features__item:nth-of-type(1) {
  margin: 0 0 33px 24%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-features__item:nth-of-type(1) {
    margin: 0 0 33px 21%;
  }
}
@media (max-width: 768px) {
  .p-features__item:nth-of-type(1) {
    margin: 0 0 84px;
  }
  .p-features__item:nth-of-type(1)::after {
    top: 33%;
    background: url(../img/project/p-features_item_number_img01.png) no-repeat center center/contain;
  }
}
.p-features__item:nth-of-type(2) {
  margin: 0 0 33px 11%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-features__item:nth-of-type(2) {
    margin: 0 0 33px 10%;
  }
}
@media (max-width: 768px) {
  .p-features__item:nth-of-type(2) {
    margin: 0 0 69px;
  }
  .p-features__item:nth-of-type(2)::after {
    top: 33%;
    background: url(../img/project/p-features_item_number_img02.png) no-repeat center center/contain;
  }
}
.p-features__item:nth-of-type(3) {
  margin: 0 0 33px -1%;
}
@media (max-width: 768px) {
  .p-features__item:nth-of-type(3) {
    margin: 0;
  }
  .p-features__item:nth-of-type(3)::after {
    top: 33%;
    background: url(../img/project/p-features_item_number_img03.png) no-repeat center center/contain;
  }
}
.p-features__item__number {
  width: 130px;
  height: 125px;
  position: relative;
  overflow: hidden;
}
.p-features__item__number > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-features__item__number.is-first > img {
  width: 90%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-features__item__number.is-first > img {
    width: 100%;
  }
}
.p-features__item__description {
  margin: 0 0 0 9px;
}
@media (max-width: 768px) {
  .p-features__item__description {
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
.p-features__item__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #192F60;
  margin: 0 0 10px 2px;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .p-features__item__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-features__item__title.is-first {
  margin: 0 0 7px 11px;
}
@media (max-width: 768px) {
  .p-features__item__title.is-first {
    margin: 0 0 17px;
  }
}
.p-features__item__title.is-second {
  margin: 0 0 5px 8px;
}
@media (max-width: 768px) {
  .p-features__item__title.is-second {
    margin: 0 0 17px;
  }
}
.p-features__item__title.is-third {
  margin: 0 0 5px 8px;
}
@media (max-width: 768px) {
  .p-features__item__title.is-third {
    margin: 0 0 17px;
  }
}
.p-features__item__lead {
  line-height: 1.8571428571;
  margin: 0 0 0 8px;
}
@media screen and (min-width: 769px) {
  .p-features__item__lead {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .p-features__item__lead {
    text-align: left;
    padding: 0 16px;
    margin: 0;
  }
}

.p-main-visual {
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .p-main-visual {
    margin: 0 0 95px;
  }
}
.p-main-visual__image {
  padding: 49.63% 0 0 0;
  background: url(../img/project/main-visual_img.jpg) no-repeat center bottom/cover;
}
@media (max-width: 768px) {
  .p-main-visual__image {
    padding: 197.18% 0 0;
    background: url(../img/project/main-visual_img.jpg) no-repeat center left 62%/cover;
  }
}
.p-main-visual__contents {
  position: absolute;
  top: 55.5%;
  left: 8.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-main-visual__contents {
    top: 43%;
  }
}
@media (max-width: 768px) {
  .p-main-visual__contents {
    top: 54%;
    left: 16px;
  }
}
.p-main-visual__lead {
  margin: 0 0 85px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-main-visual__lead {
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__lead {
    margin: 0 0 80px;
  }
}
.p-main-visual__lead > span {
  color: #192F60;
  background: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 13px 0 13px 16px;
}
@media (max-width: 768px) {
  .p-main-visual__lead > span {
    padding: 13px 13px 13px 14px;
  }
}
.p-main-visual__lead > .is-large {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.244em;
  margin: 0 0 8px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-main-visual__lead > .is-large {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 768px) {
  .p-main-visual__lead > .is-large {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-main-visual__lead > .is-large.is-second {
  margin: 0 0 25px;
  letter-spacing: 0;
  padding: 13px 13px 13px 16px;
}
@media (max-width: 768px) {
  .p-main-visual__lead > .is-large.is-second {
    margin: 0 0 23px;
  }
}
.p-main-visual__lead > .is-large.is-second > span {
  letter-spacing: 0.1em;
}
.p-main-visual__lead > .is-small {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding: 13px 16px;
}
@media (max-width: 768px) {
  .p-main-visual__lead > .is-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-main-visual__under {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 558px;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .p-main-visual__under {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-main-visual__news {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: -8%;
  left: 8.3%;
  width: calc(100vw - 8%);
}
@media (max-width: 768px) {
  .p-main-visual__news {
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 26px 16px;
    bottom: -95px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.p-main-visual__news__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #192F60;
  font-weight: 600;
  padding: 0 22px 0 0;
  font-family: "font-neue55", sans-serif;
}
@media (max-width: 768px) {
  .p-main-visual__news__title {
    padding: 0 16px 0 0;
  }
}
.p-main-visual__news__information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-left: 1px solid #192F60;
}
@media (max-width: 768px) {
  .p-main-visual__news__information {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0 0 0 16px;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 60px;
  right: 32px;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: -4px;
  bottom: 63px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: Quicksand, sans-serif;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

.p-support {
  padding: 80px 0 80px;
}
@media (max-width: 768px) {
  .p-support {
    padding: 87px 0 0;
  }
}
.p-support__background {
  position: relative;
}
.p-support__background::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 335px;
  height: 614px;
  background: url(../img/project/p-support_bg.png) no-repeat center center/contain;
  z-index: -1;
}
.p-support__lead {
  line-height: 1.8571428571;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-support__lead {
    margin: 0 0 33px;
  }
}
.p-support__inner {
  max-width: 936px;
  margin: 0 auto;
}
.p-support__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .p-support__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-support__item {
  width: calc(33.33% - 8.66px);
}
@media (max-width: 768px) {
  .p-support__item {
    width: 100%;
    padding: 0 26px;
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .p-support__item.is-last {
    margin: 0;
  }
}
.p-support__item__image {
  position: relative;
}
.p-support__item__body {
  padding: 24px 16px 0;
}
@media (max-width: 768px) {
  .p-support__item__body {
    background: #fff;
    padding: 26px 16px 40px;
  }
}
.p-support__item__catch {
  color: #192F60;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  bottom: 13px;
  left: 16px;
}
.p-support__item__catch > .is-large {
  font-size: 20px;
  font-size: 1.25rem;
  background: #fff;
  padding: 10px 16px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-support__item__catch > .is-large {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .p-support__item__catch > .is-large {
    padding: 10px 23px;
  }
}
.p-support__item__catch > .is-small {
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  bottom: -19px;
  left: 16px;
  width: 180px;
}
.p-support__item__description {
  line-height: 1.8571428571;
  margin: 0 0 33px;
}
.p-work {
  margin: 0 0 80px;
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .p-work {
    padding: 50px 0 0;
    margin: 0;
  }
}
.p-work__background {
  position: relative;
}
.p-work__background::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 335px;
  height: 525px;
  background: url(../img/project/p-work_bg.png) no-repeat center center/contain;
  z-index: -1;
}
.p-work__lead {
  text-align: right;
  padding: 0 36px 0 0;
}
@media (max-width: 768px) {
  .p-work__lead {
    padding: 0;
    text-align: left;
    line-height: 1.8571428571;
  }
}
.p-work__button {
  margin: 70px 0 90px;
}
@media (max-width: 768px) {
  .p-work__button {
    margin: 0 0 80px;
  }
}
.p-work__blog {
  padding: 80px 0 28px;
  background: url(../img/project/p-blog_bg-img01.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .p-work__blog {
    background: url(../img/project/p-blog_bg-img01.png) no-repeat right 0% center/cover;
    padding: 80px 0;
  }
}
.p-work__blog__inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-work__blog__background {
  position: relative;
}
.p-work__blog__background::before {
  position: absolute;
  content: "";
  top: -80px;
  right: 20px;
  width: 335px;
  height: 409px;
  background: url(../img/project/p-blog_bg-img02.png) no-repeat center center/contain;
  background-position: right 0% top 0%;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-work__blog__background::before {
    right: 0;
  }
}
.p-work__list {
  background: #fff;
  padding: 0 0 55px;
}
@media (max-width: 768px) {
  .p-work__list {
    padding: 0 0 40px;
  }
}
.p-work__item {
  max-width: 760px;
  border-bottom: 1px solid #CACACA;
  padding: 45px 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-work__item {
    padding: 40px 0 25px;
    margin: 0 24px;
  }
}
.p-work__item.is-first {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .p-work__item.is-first {
    padding: 40px 0 25px;
  }
}
.p-work__item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .p-work__item > a {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}