.p-mv {
  display: block;
  width: 100%;
  height: 600px;
  padding: 0 20px;
}

.p-mv__inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  margin: 0 auto;
  background: url("/wp-content/themes/sakuram/assets//images/top/img_mv-pc.png") no-repeat top center/cover;
}

.p-mv__message {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  padding-left: 60px;
  font-size: 40px;
  line-height: 2em;
  font-weight: bold;
}

.p-mv__message .-wrap {
  background: #fff;
}

.p-mv__message .-red {
  color: #c93546;
}

.p-information {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 140px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.p-information__title {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #D9D9D9;
  margin-right: 30px;
  font-size: 16px;
  font-weight: bold;
  white-space: pre;
}

.p-information__more {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100px;
  font-size: 12px;
  text-align: right;
}

.p-information__body {
  display: block;
  width: 100%;
}

.p-information__body > div {
  padding: 0 !important;
}

.p-information__body > div > div:first-child {
  display: none;
}

.p-information__body > div .article-content > p {
  display: none;
}

.p-information__body > div .article-content .news-top dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.p-information__body > div .article-content .news-top dt .news-title a {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}

.p-information__body > div .article-content .news-top dt .news-date {
  margin-right: 20px;
  font-family: "Montserrat";
  color: #b2be3a;
  font-size: 10px;
  line-height: 24px;
  white-space: pre;
}

.p-information__body > div .article-content .news-top dt:not(:first-child) {
  display: none;
}

.p-movie {
  display: block;
  padding: 13px 30px 30px;
  border-top: 2px solid #b2be3a;
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.p-movie__title {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.p-movie__content {
  display: block;
  width: 100%;
}

.p-movie__content .c-link {
  width: 100%;
}

.p-movie__content img {
  width: 100%;
}

.p-about__title {
  margin-bottom: 50px;
}

.p-about__text {
  margin-bottom: 50px;
}

.p-about__text .c-text {
  font-size: 16px;
  line-height: 2.7em;
}

.p-reasonitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 100px;
  padding: 20px;
}

.p-reasonitem__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  padding-left: 60px;
}

.p-reasonitem__title .-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
}

.p-reasonitem__title .-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Montserrat";
  color: #ee8390;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
}

.p-reasonitem__title .-label span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.p-reasonitem__title .-text {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
}

.p-reasonitem__title .-text span {
  font-size: 14px;
}

.p-reasonitem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  padding-left: 30px;
  border-left: 1px dashed #D9D9D9;
  font-size: 14px;
  line-height: 2em;
}

.p-reasonlist {
  position: relative;
  display: block;
  width: 100%;
}

.p-reasonlist__item {
  display: block;
  width: 620px;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.p-serviceitem {
  display: block;
  width: 100%;
}

.p-serviceitem__image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.p-serviceitem__title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.p-serviceitem__title span {
  display: block;
}

.p-serviceitem__title span.-en {
  margin-bottom: 15px;
  font-family: "Montserrat";
  color: #ee8390;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  word-break: break-all;
}

.p-serviceitem__title span.-jp {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.p-serviceitem__text {
  font-size: 14px;
  line-height: 2.5em;
}

.p-servicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-servicelist__item {
  display: block;
  width: 100%;
  padding: 40px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.p-overviewblock {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.p-overviewblock:before, .p-overviewblock:after {
  position: absolute;
  top: 300px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: '';
  display: block;
  height: calc(100% - 300px);
  background: #f9f9f9;
  z-index: -1;
}

.p-overviewblock:before {
  right: 50%;
  width: 1100;
  max-width: 90%;
}

.p-overviewblock:after {
  width: 100%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.p-overviewblock__visual {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.p-overviewblock__visual__floatbox {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1440;
}

.p-overviewblock__visual__floatbox .p-information {
  width: 980px;
  max-width: 60%;
  margin-right: auto;
}

.p-overviewblock__visual__floatbox .p-movie {
  width: 335px;
  margin-left: auto;
}

.p-overviewblock__about {
  width: 100%;
  max-width: 1440;
  margin: 0 auto;
}

.p-aboutblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1270px;
  margin: 0 0 0 auto;
}

.p-aboutblock__content {
  display: block;
  padding-left: 80px;
  margin: 0 auto;
}

.p-aboutblock__image {
  display: block;
  width: 705px;
  max-width: 60%;
}

.p-aboutblock__image img {
  width: 100%;
}

.p-reasonblock {
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 100px;
  overflow: hidden;
}

.p-reasonblock__inner {
  width: 1100;
  max-width: 100%;
  margin: 0 auto;
}

.p-reasonblock__item:not(:last-child) {
  margin-bottom: 50px;
}

.p-reasonblock__item.-content {
  position: relative;
}

.p-reasonblock__item.-content:before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: '';
  display: block;
  width: calc(100% - 100px);
  min-width: 1000px;
  height: calc(100% - 100px);
  background: #f9f9f9;
}

.p-serviceblock {
  display: block;
  width: 100%;
  padding: 100px 40px 0;
  margin-bottom: 100px;
  background: linear-gradient(to top, transparent 190px, #f9f9f9 190px, #f9f9f9 100%);
}

.p-serviceblock__inner {
  width: 1100;
  max-width: 100%;
  margin: 0 auto;
}

.p-serviceblock__item:not(:last-child) {
  margin-bottom: 50px;
}

.p-newsblock {
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.p-newsblock__inner {
  width: 1100;
  max-width: 100%;
  margin: 0 auto;
}

.p-newsblock__item:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-information__body > div .article-content .news-top dt .news-title {
    display: block;
    width: 100%;
  }
  .p-information__body > div .article-content .news-top dt .news-title a {
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .p-information__body > div .article-content .news-top dt .news-title a:hover {
    color: #ee8390;
  }
  .p-servicelist__item {
    width: calc(33.3% - (42px * 2/3));
    margin-left: 42px;
  }
  .p-servicelist__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-servicelist__item:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-serviceitem__title span.-en {
    font-size: 24px;
  }
}

@media screen and (min-width: 981px) {
  .p-mv__message .-br {
    display: none !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1080px) {
  .p-reasonlist__item:nth-child(1) {
    margin: 0 auto 20px 0;
  }
  .p-reasonlist__item:nth-child(2) {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
    margin: 0 auto 20px;
  }
  .p-reasonlist__item:nth-child(3) {
    margin: 0 auto 20px;
  }
  .p-reasonlist__item:nth-child(4) {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
    margin: 0 auto 20px;
  }
  .p-reasonlist__item:nth-child(5) {
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1082px) {
  .p-reasonlist__item:nth-child(1) {
    margin: 0 auto 20px 0;
  }
  .p-reasonlist__item:nth-child(2) {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    margin: 0 auto 20px;
  }
  .p-reasonlist__item:nth-child(3) {
    margin: 0 auto 20px;
  }
  .p-reasonlist__item:nth-child(4) {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    margin: 0 auto 20px;
  }
  .p-reasonlist__item:nth-child(5) {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0 2%;
  }
  .p-mv__inner {
    background-image: url("/wp-content/themes/sakuram/assets//images/top/img_mv-sp.png");
  }
  .p-mv__message {
    padding: 0 20px;
    font-size: 20px;
  }
  .p-information {
    display: block;
    padding: 30px 4%;
  }
  .p-information__head {
    position: relative;
    margin-bottom: 20px;
  }
  .p-information__title {
    border-right: none;
    margin: 0;
  }
  .p-information__more {
    right: 0;
  }
  .p-information__body > div .article-content .news-top dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-information__body > div .article-content .news-top dt .news-title {
    display: block;
    width: 100%;
  }
  .p-information__body > div .article-content .news-top dt .news-title a {
    display: block;
  }
  .p-information__body > div .article-content .news-top dt .news-date {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .p-about__text .c-text br {
    display: none;
  }
  .p-about__button .c-button {
    margin: 0 auto;
  }
  .p-reasonitem {
    display: block;
    padding: 30px 20px;
  }
  .p-reasonitem__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-reasonitem__text {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px dashed #D9D9D9;
  }
  .p-servicelist__item:nth-child(n+2) {
    margin-top: 50px;
  }
  .p-overviewblock {
    padding-bottom: 0;
  }
  .p-overviewblock:before {
    max-width: 100%;
    background: linear-gradient(to top, transparent 200px, #f9f9f9 200px, #f9f9f9 100%);
  }
  .p-overviewblock:after {
    content: none;
  }
  .p-aboutblock {
    display: block;
  }
  .p-aboutblock__content {
    padding: 0 4%;
    margin-bottom: 50px;
  }
  .p-aboutblock__image {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 4%;
  }
  .p-reasonblock__item.-content:before {
    width: 104vw;
    height: calc(100% - 200px);
  }
  .p-reasonblock__item .c-title--m.-underline {
    text-align: left;
  }
  .p-reasonblock, .p-serviceblock, .p-newsblock {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 980px) {
  .p-reasonlist__item {
    width: 100%;
  }
  .p-reasonlist__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .p-servicelist__item {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .p-overviewblock__visual {
    padding-bottom: 0;
  }
  .p-overviewblock__visual__floatbox {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block;
    margin-top: -100px;
  }
  .p-overviewblock__visual__floatbox .p-information {
    margin: 0 auto 40px 0;
    max-width: 96%;
  }
  .p-overviewblock__visual__floatbox .p-movie {
    width: 670px;
    max-width: 96%;
  }
}
