@charset "UTF-8";
/* ==========================================================================
   Font
   ==========================================================================*/
/* ==========================================================================
   Foundation
   ==========================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  color: inherit;
  font: inherit;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

/* ==========================================================================
   Layout
   ==========================================================================*/
.l-footer {
  background: #c90011;
  display: flex;
  justify-content: center;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 38px 30px 36px;
  }
}
.l-footer__inner {
  text-align: center;
}
.l-footer__inner .c-button {
  margin: 0 auto;
}
.l-footer__title {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 20px;
    line-height: 2;
  }
}
.l-footer__logo {
  margin: 15px 0 19px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 10px 0 20px;
  }
}
.l-footer__list {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__listItem {
  margin-right: 30px;
}
.l-footer__listItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__listItem {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .l-footer__listItem:last-child {
    margin-bottom: 0;
  }
}
.l-footer__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.l-footer__link:link, .l-footer__link:visited {
  color: #ffffff;
}
.l-footer__link:hover {
  text-decoration: underline;
}
.l-footer__linkIcon {
  margin-left: 6px;
}
.l-footer__copyright {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 10px;
    white-space: nowrap;
  }
}
.l-footer__pageTop {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c90011;
  border-radius: 8px;
  bottom: 40px;
  display: flex;
  height: 60px;
  justify-content: center;
  position: fixed;
  right: 33px;
  width: 60px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .l-footer__pageTop {
    bottom: 15px;
    height: 40px;
    right: 15px;
    width: 40px;
  }
}
.l-footer__pageTopImg {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__pageTopImg {
    width: 20px;
  }
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 60px;
    padding: 0 0 0 15px;
    position: relative;
  }
}
.l-header__logo-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link {
    width: 255px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
}
.l-header__link {
  font-weight: bold;
  margin-left: 35px;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    z-index: 3;
    z-index: 20;
  }
  .l-header__hamburger.is-open {
    position: fixed;
  }
}
.l-header__bar {
  background-color: #c90011;
  display: block;
  height: 3px;
}
.l-header__bar:not(:first-child) {
  margin-top: 6px;
}
.l-header__menu-text {
  color: #c90011;
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 3px;
}
.l-header__menu {
  background-color: #fff;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.l-header__menu-inner {
  display: flex;
  height: 100%;
}
.l-header__side {
  background-color: #eb8814;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 20px 0 45px;
  width: 130px;
}
.l-header__side-logo {
  margin-bottom: 20px;
  text-align: center;
}
.l-header__side-lead-text {
  color: #fff;
  font-family: "source-han-serif-japanese", serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
.l-header__side-icon-block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.l-header__side-icon {
  display: block;
}
.l-header__side-icon:not(:last-child) {
  margin-right: 5px;
}
.l-header__main {
  flex-grow: 2;
  padding-top: 55px;
}
.l-header__main-block {
  background-color: #f5f5f7;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.l-header__main-text {
  background-color: #fff;
  color: #eb8814;
  font-size: 35px;
  font-weight: bold;
  padding-left: 25px;
}
.l-header__main-list {
  padding: 25px 30px 0 55px;
}
.l-header__main-item {
  margin-top: 1em;
}
.l-header__main-item:first-child {
  margin-top: 0;
  position: relative;
}
.l-header__main-item:first-child::before {
  background-color: #c90011;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.l-header__main-link {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.l-header__main-button-block {
  margin-top: 105px;
  padding: 0 30px 45px 55px;
}
.l-header__main-button:not(:last-child) {
  margin-bottom: 15px;
}
.l-header__main-button-link {
  align-items: center;
  background-color: #c90011;
  border: 4px solid transparent;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 42px;
  letter-spacing: 0.1em;
  padding: 0 9px;
  position: relative;
  width: min(160px, 100%);
}
.l-header__main-button-icon {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-right: 5px;
  width: 20px;
}
.l-header__main-button-text {
  font-size: 12px;
}

.l-wrapper {
  overflow-x: hidden;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

/* ==========================================================================
   Object(gulp-sass-glob使用)
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-button {
  align-items: center;
  border: 4px solid transparent;
  border-radius: 100px;
  display: flex;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  width: min(300px, 100%);
}
.c-button::after {
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}
.c-button--white {
  background-color: #fff;
  color: #c90011;
}
.c-button--white::after {
  border-color: #c90011;
}
.c-button--accent {
  background-color: #c90011;
  color: #fff;
}
.c-button--accent::after {
  border-color: #fff;
}
.c-button--accent-outline {
  background-color: #fff;
  border-color: #c90011;
  color: #c90011;
}
.c-button--accent-outline::after {
  border-color: #c90011;
}
.c-button--main {
  background-color: #eb8814;
  color: #fff;
}
.c-button--main::after {
  border-color: #fff;
}
.c-button--main-outline {
  background-color: #fff;
  border-color: #eb8814;
  color: #eb8814;
}
.c-button--main-outline::after {
  border-color: #eb8814;
}
.c-button--no-icon::after {
  display: none;
}

.c-contact {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 20px 0 5px;
  }
}
.c-contact__cta-text {
  color: #c90011;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact__cta-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c-contact__button-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-contact__button {
  align-items: center;
  background-color: #fff;
  border: 4px solid #c90011;
  border-radius: 100px;
  display: flex;
  padding: min(15px, 1.0416666667vw) min(20px, 1.3888888889vw);
  width: 0.2333333333;
}
.c-contact__button:not(:last-child) {
  margin-right: 0.0216666667;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-contact__button {
    background-color: #c90011;
    border: none;
    height: 42px;
    margin-bottom: 15px;
    padding: 0 12px;
    width: calc(50% - 5px);
  }
  .c-contact__button:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.c-contact__icon {
  margin-right: 8px;
  width: min(35px, 2.4305555556vw);
}
@media screen and (max-width: 767px) {
  .c-contact__icon {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin-right: 5px;
    width: 18px;
  }
}
.c-contact__button-text {
  color: #c90011;
  font-size: min(22px, 1.5277777778vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-contact__button-text {
    color: #fff;
    font-size: 12px;
  }
}

.c-cta {
  background-color: #c90011;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 30px 0;
  }
}
.c-cta__lead {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-cta__lead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.c-cta__lead:hover {
  text-decoration: underline;
}
.c-cta__logo {
  margin-bottom: 20px;
}
.c-cta__button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.c-cta__link {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-cta__link::after {
  background: url(../images/icon/icon-blank.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  width: 14px;
}
.c-cta__link:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .c-cta__link:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* Project
   ----------------------------------------------------------------- */
.p-mv {
  background: url(../images/index/mv-pc@2x.jpg) no-repeat center/cover;
  padding-bottom: 40px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    background: url(../images/index/mv-sp@2x.jpg) no-repeat center/cover;
    padding-bottom: 30px;
    padding-top: 45px;
  }
}
.p-mv__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
}
.p-mv__catch {
  margin-bottom: 46px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    margin-bottom: 22px;
  }
}
.p-mv__lead {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    margin-bottom: 0;
  }
}
.p-mv__lead:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-mv__cta {
    margin: 15px 0;
  }
}
.p-mv__cta-text {
  color: #c90011;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__cta-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-mv__button-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.p-mv__button {
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  padding: min(20px, 1.3888888889vw) min(25px, 1.7361111111vw);
  width: 0.2333333333;
}
.p-mv__button:not(:last-child) {
  margin-right: 0.0216666667;
}
@media screen and (max-width: 767px) {
  .p-mv__button:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__button {
    background-color: #c90011;
    height: 42px;
    margin-bottom: 15px;
    padding: 0 12px;
    width: calc(50% - 5px);
  }
  .p-mv__button:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.p-mv__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  width: min(35px, 2.4305555556vw);
}
@media screen and (max-width: 767px) {
  .p-mv__icon {
    margin-right: 5px;
    width: 18px;
  }
}
.p-mv__button-text {
  color: #c90011;
  font-size: min(22px, 1.5277777778vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-mv__button-text {
    color: #fff;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-catch {
    margin-top: 20px;
  }
}
.p-catch__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-catch__inner {
    display: block;
  }
}
.p-catch__img {
  flex: 0 0 50%;
}
.p-catch__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-catch__contents {
  background-color: #eb8814;
  color: #fff;
  flex: 0 0 50%;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-catch__contents {
    padding: 30px;
  }
}
.p-catch__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-catch__title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-catch__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-catch__text {
    font-size: 13px;
  }
}

.p-feature {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    margin-top: 60px;
    scroll-margin-top: 40px;
  }
}
.p-feature__big-title {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__big-title {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-feature__nav {
  position: relative;
}
.p-feature__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__img {
    position: static;
  }
}
.p-feature__img img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-feature__inner {
  padding: 60px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    padding: 30px 0;
  }
}
.p-feature__list {
  display: flex;
  padding: 0 45px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    display: block;
    padding: 0 30px;
  }
}
.p-feature__item {
  background-color: #fff;
  border: 4px solid #eb8814;
  border: none;
  border-radius: 16px;
  padding: 60px 15px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    padding: 0;
  }
}
.p-feature__item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-feature__item:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.p-feature__icon {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__icon {
    display: none;
  }
}
.p-feature__button-wrapper {
  display: flex;
  justify-content: center;
}
.p-feature__button-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-feature__button-icon {
    display: block;
    margin-right: 10px;
  }
}
.p-feature__main {
  background-color: #f5f5f7;
}
.p-feature__block {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-feature__block {
    padding-top: 30px;
  }
}
.p-feature__block:nth-of-type(even) .p-feature__block-img {
  left: 0;
  right: auto;
}
.p-feature__block:nth-of-type(even) .p-feature__contents {
  margin-left: auto;
  margin-right: 8.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .p-feature__block:nth-of-type(even) .p-feature__contents {
    margin-left: 30px;
  }
}
.p-feature__block:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-feature__block:last-of-type {
    padding-bottom: 30px;
  }
}
.p-feature__block-inner {
  display: flex;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature__block-inner {
    display: block;
    padding: 0;
  }
}
.p-feature__block-img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 59.7222222222vw;
}
@media screen and (max-width: 767px) {
  .p-feature__block-img {
    position: static;
    transform: none;
    width: 100%;
  }
}
.p-feature__block-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-feature__contents {
  background-color: #fff;
  border-radius: 16px;
  margin-left: 8.3333333333vw;
  padding: 40px;
  width: 48.6111111111vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-feature__contents {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__contents {
    border-radius: 16px 0 0 16px;
    margin-top: -30px;
    padding: 25px 19px 30px 20px;
    position: relative;
    width: calc(100% - 30px);
  }
}
.p-feature__title-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-feature__title-wrapper {
    margin-bottom: 25px;
  }
}
.p-feature__title-icon {
  margin-right: 30px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-feature__title-icon {
    flex: 0 0 auto;
    margin-right: 25px;
    width: 60px;
  }
}
.p-feature__sub-title {
  color: #eb8814;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-feature__sub-title {
    margin-bottom: 0;
  }
}
.p-feature__block-title {
  color: #eb8814;
  font-size: min(36px, 2.5vw);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-feature__block-title {
    font-size: 26px;
  }
}
.p-feature__second-title {
  font-size: min(22px, 1.5277777778vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-feature__second-title {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
.p-feature__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    font-size: 13px;
    line-height: 1.75;
  }
}
.p-feature__block-button-wrapper {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-feature__block-button-wrapper {
    display: block;
    margin-top: 30px;
  }
}
.p-feature__block-button:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__block-button:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.p-voice {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 60px;
  }
}
.p-voice__title {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 20px;
  }
}
.p-voice__description {
  font-size: 14px;
  line-height: 2;
  margin: 40px auto 60px;
  max-width: 950px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-voice__description {
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    -webkit-line-clamp: 3;
    margin: 20px auto 30px;
    white-space: normal;
    /* autoprefixer: on */
  }
}
.p-voice__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    display: block;
  }
}
.p-voice__listItem {
  margin-right: 40px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-voice__listItem {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}
.p-voice__listItem:last-child {
  margin-right: 0;
}
.p-voice__img {
  border-radius: 16px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-voice__info {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__info {
    margin: 20px 0 15px;
  }
}
.p-voice__label {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-voice__label {
    font-size: 14px;
  }
}
.p-voice__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.p-voice__text {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 3;
  line-height: 2;
  /* autoprefixer: on */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    line-height: 1.8;
  }
}
.p-voice__buttonArea {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-voice__buttonArea {
    margin-top: 0;
  }
}

.p-service {
  background: #f5f5f7;
  margin-top: 157px;
  padding-bottom: 77px;
  scroll-margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service {
    margin-top: 74px;
    padding-bottom: 30px;
  }
}
.p-service__innerLink {
  text-decoration: underline;
}
.p-service__innerLink:hover {
  text-decoration: none;
}
.p-service__title {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  text-align: center;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    top: -16px;
  }
}
.p-service__description {
  font-size: 14px;
  line-height: 2;
  margin: 5px auto 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__description {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-service__list {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 0 auto 55px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    margin-bottom: 20px;
  }
}
.p-service__listItem {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.p-service__listItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-service__listItem {
    margin-right: 10px;
  }
}
.p-service__listImg {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-service__listImg {
    height: 57px;
    margin-bottom: 10px;
  }
  .p-service__listImg--create {
    width: 99px;
  }
  .p-service__listImg--menu {
    width: 77px;
  }
  .p-service__listImg--youtube {
    width: 77px;
  }
}
.p-service__listText {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-service__listText {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 0;
    text-align: center;
  }
}
.p-service__qaBox {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 40px;
}
.p-service__qaBox:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service__qaBox {
    margin-bottom: 34px;
    padding: 20px 20px 30px;
  }
}
.p-service__qaTitle {
  border-bottom: 1px solid #eb8814;
  color: #eb8814;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-service__qaTitle {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 16px;
  }
}
.p-service__qaText {
  font-size: 14px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-service__qaText {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.p-service__example {
  display: flex;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-service__example {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 26px;
  }
}
.p-service__exampleText {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-service__exampleText {
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 23px;
  }
}
.p-service__exampleImages {
  align-items: center;
  display: flex;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-service__exampleImages {
    align-items: center;
    flex-direction: column;
    margin: 0;
  }
}
.p-service__exampleImg {
  width: 267px;
}
.p-service__arrow {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #eb8814;
  border-right: 0 solid transparent;
  border-top: 20px solid transparent;
  display: inline-block;
  height: 30px;
  margin: 0 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-service__arrow {
    margin: 10px 0;
    transform: rotate(90deg);
  }
}

.p-price {
  margin: 120px 0;
  scroll-margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin: 60px 0;
    scroll-margin-top: 0;
  }
}
.p-price__titleWrap {
  background-color: #eb8814;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-price__titleWrap {
    border-radius: 0;
    margin: 0 -30px;
  }
}
.p-price__title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.p-price__text01 {
  color: #eb8814;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-price__text01 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
}
.p-price__text02 {
  font-weight: bold;
  margin-bottom: 40px;
}
.p-price__text02--normal {
  font-size: 36px;
  letter-spacing: 0.1em;
  padding-right: 1em;
}
.p-price__text02--strong {
  color: #c90011;
  font-size: 36px;
  letter-spacing: 0.1em;
}
.p-price__text02--small {
  color: #c90011;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-price__text02 {
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .p-price__text02--normal {
    display: block;
    font-size: 26px;
    padding: 0;
  }
  .p-price__text02--strong {
    font-size: 26px;
  }
}
.p-price__button {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-price__button::before {
  background-color: #eb8814;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__button {
    margin: 0 -30px;
  }
}

.p-message__catch {
  background: url(../images/index/message-bg@2x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-message__catch {
    background: url(../images/index/message-bg-sp@2x.jpg) no-repeat center/cover;
  }
}
.p-message__catchInner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-message__catchInner {
    align-items: end;
    height: 400px;
    padding: 30px 24px;
  }
}
.p-message__title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    margin-bottom: 0;
  }
}
.p-message__profileTitle {
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-message__profileTitle {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.p-message__profileText {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-message__profileText {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-message__main {
  background-color: #f5f5f7;
  padding: 60px 0;
  position: relative;
}
.p-message__main::before {
  background: url(../images/index/message-logo.svg) no-repeat center/contain;
  bottom: 45px;
  content: "";
  display: block;
  height: 380px;
  position: absolute;
  right: 30px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-message__main {
    padding: 30px 0 68px;
  }
  .p-message__main::before {
    bottom: 30px;
    height: 188px;
    right: 6px;
    width: 171px;
  }
}
.p-message__mainTextBlock {
  margin: 0 auto;
  position: relative;
  width: 860px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__mainTextBlock {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-message__textBlock {
    padding: 30px;
  }
}
.p-message__text {
  font-size: 14px;
  line-height: 2;
}
.p-message__text--strong {
  color: #c90011;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.p-message__movie {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.p-message__movie iframe {
  height: 350px;
  max-width: 600px;
  width: 100%;
}

/* Utility
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-md-max {
    display: none;
  }
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

/* plugin
   ----------------------------------------------------------------- */