@charset "UTF-8";
/*base
--------------------------------------------------------------*/ :root {
  --color-primary: #FF5268;
  --color-secondary: #00CCBC;
  --color-accent: #300045;
  --color-bg-primary: #F9F8FA;
  --fz-btn: 2.0rem;
}
a {
  color: #3968E1;
}
.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}
/* ▼▼ ----- blog archive --------▼▼*/
.blog, .search, .tag, .single-post {
  overflow: initial !important;
}
.blog .container, .search .container, .tag .container, .single-post .container {
  width: 100%;
  max-width: 1200px;
}
.archive-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.archive-title h1 {
  color: var(--color-accent);
  font-weight: 700;
  font-size: 48px;
}
.archive-title img {
  width: 195px;
  margin-right: 8px;
}
.archive-subtitle h2 {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #300045;
  margin-bottom: 32px;
}
.ly-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin-right: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
.ly-archive__main {
  width: 820px;
  max-width: calc(100% - 360px);
}
.ly-archive__sidebar {
  width: 320px;
  max-width: 100%;
}
.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.archive-list__item {
  width: calc(50% - 16px);
  position: relative;
  margin-bottom: 40px;
}
.archive-list__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.archive-list__item a:hover img {
  opacity: 1;
}
.archive-list__item a:hover .img {
  border-radius: 40px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.archive-list__item .img {
  padding-top: 80.82%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
  -webkit-transition: border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: border-radius 0.3s, box-shadow 0.3s;
  transition: border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.archive-list__item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article-title {
  font-weight: bold;
  color: #101820;
  font-size: 15px;
  margin-top: 16px;
  line-height: 1.6;
}
.article-meta {
  margin-top: 14px;
  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;
  font-size: 12px;
}
.article-meta .category {
  display: inline-block;
  background: #00CCBC;
  text-align: center;
  color: #fff;
  padding: 7px 16px;
  line-height: 1;
  border-radius: 100rem;
}
.article-meta .date {
  color: #666666;
}
.pagenation-wrap {
  border: 1px solid #E5E5E5;
  border-radius: 100rem;
  padding: 16px 0;
  margin-top: 32px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .pager {
  border: none;
  font-size: 15px;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #101820;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 5px;
}
.pagination .pager.current, .pagination .pager:hover {
  background: #FF5268;
  color: #fff;
}
.pagination .pager.current path, .pagination .pager:hover path {
  fill: #fff;
}
/* ▲▲ ----- blog archive --------▲▲*/
/* ▼▼ ----- sidebard search --------▼▼*/
.ly-archive__sidebar .sidebar-search {
  /* margin-bottom: 32px; */
}
.ly-archive__sidebar .search-form {
  position: relative;
}
.ly-archive__sidebar .search-form [type=submit] {
  border: none;
  width: 20px;
  height: 20px;
  background: none;
  position: absolute;
  font-size: 0;
  background: url(../img/materials/icon/icon_search.svg) no-repeat center/contain;
  padding: 0;
  top: calc(50% - 10px);
  left: 16px;
}
.ly-archive__sidebar .search-input {
  width: 100%;
  border: none;
  border-radius: 100rem;
  height: 40px;
  border: 1px solid #CBCBCB;
  display: block;
  padding: 8px 0 8px 44px;
}
.ly-archive__sidebar .search-input::-webkit-input-placeholder {
  color: #CBCBCB;
}
.ly-archive__sidebar .search-input::-moz-placeholder {
  color: #CBCBCB;
}
.ly-archive__sidebar .search-input:-ms-input-placeholder {
  color: #CBCBCB;
}
.ly-archive__sidebar .search-input::-ms-input-placeholder {
  color: #CBCBCB;
}
.ly-archive__sidebar .search-input::placeholder {
  color: #CBCBCB;
}
.ly-archive__sidebar .search-input:focus-visible {
  border-color: #00CCBC;
  border-radius: 100rem;
  outline: none;
}
.sidebar-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #300045;
  line-height: 1.67;
}
.sidebar-title.has-icon {
  position: relative;
  padding-left: 40px;
}
.sidebar-title.has-icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
/* ▲▲ ----- sidebard search --------▲▲*/
.sidebar-category + * {
  margin-top: 32px;
}
.side-categorylist {
  padding: 40px;
  background: #fafafa;
  border-radius: 25px;
  list-style: none;
}
.side-categorylist li {
  border-bottom: 1px dashed #E5E5E5;
}
.side-categorylist li:first-child {
  border-top: 1px dashed #E5E5E5;
}
.side-categorylist a {
  display: block;
  color: #101820;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-categorylist a:hover {
  padding-left: 1em;
}
.ranking-list {
  counter-reset: rank;
  padding-left: 28px;
}
.ranking-list__item {
  counter-increment: rank;
}
.ranking-list__item + * {
  margin-top: 16px;
}
.ranking-list__item a {
  display: block;
  position: relative;
  background: #FAFAFA;
  border-radius: 25px;
  width: 100%;
  padding: 16px 16px 16px 40px;
}
.ranking-list__item a h3 {
  margin: 0;
  line-height: 1.66;
}
.ranking-list__item .rank {
  position: absolute;
  top: calc(50% - 28px);
  left: -28px;
  height: 56px;
  width: 56px;
  color: #300045;
}
.ranking-list__item .rank::before {
  content: counter(rank);
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  z-index: 1;
  line-height: 32px;
}
.ranking-list__item:nth-child(1) .rank {
  color: #EBC645;
}
.ranking-list__item:nth-child(1) .rank path {
  fill: #EBC645;
}
.ranking-list__item:nth-child(2) .rank {
  color: #a1a1a1;
}
.ranking-list__item:nth-child(2) .rank path {
  fill: #A2A2A2;
}
.ranking-list__item:nth-child(3) .rank {
  color: #D17029;
}
.ranking-list__item:nth-child(3) .rank path {
  fill: #D17029;
}
.breadcrumb {
  padding: 16px 0;
}
.breadcrumb-list {
  list-style: none;
}
.breadcrumb-list li {
  display: inline-block;
  color: #666666;
  font-size: 1.05rem;
}
.breadcrumb-list li a {
  color: inherit;
}
.breadcrumb-list li a:hover {
  color: var(--color-accent);
}
.breadcrumb-list li:not(:last-child)::after {
  content: "";
  margin: 0 8px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/materials/icon/icon_chevron.svg) no-repeat center/contain;
}
.single .ly-archive {
  padding-top: 50px;
  gap: 70px;
}
.single-post .entry-title {
  font-size: 3.2rem;
  font-weight: 700;
}
.single-post .post h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
.single-post .post h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.single-post .post p {
  font-size: 1.5rem;
}
.single-post .end_of_post strong {
  font-size: 1.8rem;
}
#post-thumbnail {
  text-align: center;
}
.single-maincontent {
  max-width: 780px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#toc_container a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .ly-archive, .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .archive-subtitle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ly-archive #related-box {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #primary {
    margin-top: 64px;
    padding-top: 1px;
  }

  .ly-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 80px;
  }
  .single .ly-archive {
    padding-top: 10px;
  }
  .ly-archive__main {
    width: 100%;
    max-width: 100%;
  }
  .ly-archive__sidebar {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 779px) {
  .single .ly-archive {
    padding-top: 25px;
  }
  .ly-archive, .breadcrumb {
    padding-right: 0;
    padding-left: 0;
  }
  .archive-title {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .archive-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .archive-title img {
    width: 85px;
  }
  .archive-subtitle h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .archive-subtitle h2 svg {
    width: 32px;
    height: 32px;
  }
  .archive-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .ranking-list {
    padding-left: 27px;
  }
  .sidebar-title {
    font-size: 21px;
  }
  .sidebar-title.has-icon {
    padding-left: 36px;
  }
  .sidebar-title svg {
    height: 36px;
    width: 36px;
  }
  .side-categorylist {
    padding: 32px;
  }
  .side-categorylist li {
    font-size: 1.5rem;
  }
  .blog .head-under, .single-post .head-under {
    margin: 0;
  }
  .breadcrumb-list {
    margin-bottom: 0;
  }
  .breadcrumb-list li {
    font-size: 1.2rem;
  }
  .article-title {
    margin-top: 8px;
  }
  .article-meta {
    margin-top: 8px;
    font-size: 1.05rem;
  }
  .article-meta .category {
    padding: 4px 8px;
  }
  .single-post .entry-title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .single-post .post h2 {
    font-size: 2.1rem;
  }
  .single-post .post h3 {
    font-size: 2.1rem;
  }
  .single-post .post p {
    font-size: 1.5rem;
  }
  .single-post .end_of_post strong {
    font-size: 1.5rem;
  }
  html.nav-open {
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
}
/* ▼▼ ----- sidebard search --------▼▼*/
.page-mv {
  background: #F9F8F9;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(-50% + 50vw);
  padding-right: calc(-50% + 50vw);
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -1px;
}
.page-mv h1 {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: normal;
}
.page-mv h1 span {
  font-weight: 400;
}
.page-mv h1 img {
  display: block;
  margin-bottom: 10px;
}
/* ▲▲ ----- sidebard search --------▲▲*/
.ly-archive.-downloads .archive-list {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ly-archive.-downloads .archive-list__item {
  width: calc(33.3% - 24px);
  margin-right: 36px;
}
.ly-archive.-downloads .archive-list__item:nth-child(3n) {
  margin-right: 0;
}
.ly-archive.-downloads .archive-list__item .article-title {
  color: var(--color-accent);
  font-size: 18px;
}
.ly-archive.-downloads .archive-list__item .article-meta {
  display: block;
}
.ly-archive.-downloads .archive-list__item .except {
  font-size: 15px;
  margin-top: 8px;
}
.ly-archive.-downloads .archive-list__item .download-link {
  text-align: right;
  margin-top: 16px;
  font-size: 15px;
}
.ly-archive.-downloads .archive-list__item .download-link a {
  text-decoration: underline;
}
.ly-archive.-downloads .archive-list__item .img {
  padding: 16px 32px;
  background: #f9f8f9;
  border-radius: 20px;
}
.ly-archive.-downloads .archive-list__item .img img {
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.downloads-main {
  width: auto;
  max-width: unset;
}
.downloads-main .entry-title {
  color: var(--color-accent);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.downloads-main #toc_container {
  border: 3px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 24px;
  background: #fff;
  padding: 24px;
  position: relative;
}
.downloads-main .toc_toggle {
  position: absolute;
  top: 24px;
  right: 24px;
}
.downloads-main .toc_title {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.downloads-main .toc_title::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 100rem;
  background: #300045;
  margin: 4px auto 24px;
}
.downloads-main .toc_number {
  display: none;
}
.downloads-main .toc_list {
  padding-left: 20px;
}
.downloads-main .toc_list li {
  list-style: disc;
}
.downloads-main .toc_list a {
  color: #101820;
}
.downloads-main .toc_list a:hover {
  text-decoration: underline;
}
.downloads-side {
  width: 100%;
}
.downloads-side input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .downloads-side input.wpcf7-form-control.wpcf7-text, .downloads-side textarea.wpcf7-form-control.wpcf7-textarea {
  background: #FFFAEA;
  margin-top: 8px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-right: 0;
}
.downloads-side input::placeholder {
  color: #CBCBCB;
}
.downloads-side .must {
  border-radius: 0;
  color: #f92931;
  background: #fff;
  border: 1px solid #F92931;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
  margin-left: 12px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.downloads-side label {
  width: 100%;
  font-size: 1.5rem;
}
.downloads-side .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.downloads-side .col > p {
  width: calc(50% - 16px);
}
.downloads-side form p {
margin-bottom: 24px;
}
.downloads-side form p.check {
  margin: 24px 0;
}
.downloads-side form p.check a {
  text-decoration: underline;
}
.downloads-side .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.downloads-side input[type=radio], .downloads-side input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.downloads-side input[type=radio] + *, .downloads-side input[type=checkbox] + * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloads-side input[type=radio] + *::before, .downloads-side input[type=checkbox] + *::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/materials/icon/checkbox.svg) no-repeat center/contain;
  margin-right: 11px;
}
.downloads-side input[type=radio]:checked + *::before, .downloads-side input[type=checkbox]:checked + *::before {
  background: url(../img/materials/icon/checkbox_checked.svg) no-repeat center/contain;
}
.downloads-side .newsletter {
  display: block;
  margin-top: 8px;
}
.downloads-side .acceptance-915 {
  font-weight: 400;
  display: block;
  margin-top: 24px;
}
.downloads-side .acceptance-915 .wpcf7-list-item {
  margin-left: 0;
}
.downloads-side .wpcf7-submit {
  display: block;
  background: #FF5268;
  border-radius: 12px;
  color: #fff;
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.downloads-side .wpcf7-submit::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/materials/icon/download.svg) no-repeat center/contain;
  margin-right: 8px;
}
.downloads-side .wpcf7-submit:hover {
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.downloads-side .dow_btn {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
}
.downloads-side .dow_btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/materials/icon/download.svg) no-repeat center/contain;
  left: 120px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.downloads-side .dow_btn .wpcf7-submit::before {
  content: none;
}
.downloads-side .dow_btn .wpcf7-submit {
  padding: 20px 0;
}
@media screen and (max-width: 779px) {
  .downloads-side .dow_btn::before {
    left: 0;
        right: 45%;
        margin: auto;
  }
}
.downloads-thanks {
  text-align: center;
  padding: 80px 0;
}
.downloads-thanks h1 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;
  color: var(--color-accent);
}
.downloads-thanks p {
  line-height: 1.6;
  font-weight: bold;
}
.downloads-thanks .primary-button {
  font-size: 15px;
  padding: 16px;
  max-width: 200px;
  margin-top: 40px;
  font-weight: bold;
}
.downloads-thanks .primary-button::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .downloads-main {
    width: 100%;
    margin-bottom: 30px;
  }
  .downloads-side {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 779px) {
  .ly-archive.-downloads .archive-list__item {
    width: 100%;
    margin-right: 0;
  }
  .downloads-thanks {
    padding: 40px 0;
  }
  .downloads-side .col {
    flex-wrap: wrap;
  }
  .downloads-side .col > p {
    width: 100%;
  }
}
.primary-button {
  background: #FF5268;
  border-radius: 13.3333px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-right: auto;
  font-size: 24px;
  margin-left: auto;
  max-width: 285px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.primary-button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/materials/icon/icon_chevron_white.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.primary-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.primary-button:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.sidebar-banner {
  position: sticky;
  top: 100px;
}
.sidebar-banner a {
  display: block;
}
.sidebar-banner a + a {
  margin-top: 32px;
}
@media screen and (max-width: 779px) {
  .sidebar-banner a + a {
    margin-top: 24px;
  }
}
/* ▼▼ ----- body --------▼▼*/
.overlay {
  position: fixed;
  background: #000;
  opacity: 0.3;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
/* ▲▲ ----- body --------▲▲*/
/* ▼▼ ----- work layout--------▼▼*/
.l-work .container {
  width: 100%;
  max-width: 1200px;
}
.l-work__wrap {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.l-work__main__contents {
  padding: 0;
}
.post-type-archive-works #main {
  margin-top: 6rem;
}
.tax-works_cat #main {
  margin-top: 6rem;
}
.works-template-default #main {
  margin-top: 6rem;
}
@media screen and (max-width: 781px) {
  .l-work__main__contents {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-work__main__contents {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  .l-work__main__contents {
    padding: 0;
  }
}
/* ▼▼ ----- 事業内容レイアウト --------▼▼*/
.l-services .container {
  width: 100%;
  max-width: 1040px;
}
.l-services #main {
  margin-top: 3.2rem;
  max-width: calc(100% + 2px);
  width: calc(100% + 2px);
}
.l-services #common-detail {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-services #common-detail .common-detai__inner {
  width: 100vw;
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
}
.l-services__wrap {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.l-services__main__contents {
  padding: 0;
}
.l-service__section {
  margin-bottom: 120px;
  width: 100%;
}
.l-services__bg {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  position: relative;
}
.l-services__bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 95px;
  width: 100%;
  height: 100%;
  background-color: #F9F8FA;
  -webkit-transform: skewY(340deg);
  transform: skewY(340deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: -1;
}
.l-service__section {
  max-width: 100%;
  width: 100%;
  margin: 0 0 120px auto;
}
.l-services__bg__inner {
  width: 100%;
  max-width: 1040px;
}
.l-services__sec__h3 {
  margin-top: 80px;
}
@media screen and (min-width: 781px) {
  .l-services .container {
    width: 100%;
    max-width: 1040px;
    padding: 0 16px;
  }
  .l-services #main {
    margin-top: 7rem;
  }
  .l-service__section {
    max-width: 100%;
    width: calc(100% - 1vw);
    margin: 0 0 120px 0;
  }
  .p-services__mobail__faq__table thead th {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.854;
  }
}
@media screen and (min-width: 992px) {
  .l-services .container {
    width: 100%;
    max-width: 1040px;
    padding: 0 16px;
  }
  .l-service__section {
    margin-bottom: 160px;
    width: 100%;
  }
  .l-services__sec__h3 {
    margin-top: 120px;
  }
  .l-services__bg {
    position: static;
    width: calc(100vw + 6px);
    margin: 0 calc(50% - 50vw - 160px) 160px calc(50% - 50vw - 152px);
    padding: 0 0 0 calc(0.5vw + 16px);
    background-image: url(../img/materials/mobail/mobail_bg.png);
    height: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: calc(100vw + 6px) 100%;
    padding-top: 250px;
    margin-top: -250px;
  }
  .l-services__bg .l-service__section {
    margin-bottom: 160px;
    width: 100%;
    width: calc(100% - 240px - 42px);
    margin-left: anto;
    margin-top: 0;
  }
  .l-services__bg__inner {
    width: calc(100% - 1vw);
    max-width: 1040px;
    margin: 0 auto;
  }
  .l-services__bg__inner .l-service__section {
    max-width: calc(100% - 240px - 42px);
    width: 100%;
    margin: 0 0 0 auto;
  }
  .l-services__uiux__bg {
    padding-top: 188px;
    margin-top: -188px;
  }
}
@media screen and (min-width: 1073px) {
  .l-services .container {
    width: 100%;
    max-width: 1040px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1088px) {
  .l-services .container {
    width: 100%;
    max-width: 1040px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-services .container {
    width: 100%;
    max-width: 1040px;
    padding: 0;
  }
}
/* ▼▼ ----- company layout --------▼▼*/
.l-company .container {
  width: 100%;
  max-width: 1200px;
}
.l-company #main {
  /*margin-top: 6rem;*/
}
.l-company__wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-company__main__contents {
  padding: 0 16px;
}
@media screen and (max-width: 781px) {
  .l-company__main__contents {
    padding: 0;
  }
}
/* ▼▼ ----- object --------▼▼*/
.btn_contact a {
  display: block;
  background: var(--color-primary);
  border-radius: 13px;
  /* border: 3px solid var(--color-accent); */
  text-align: center;
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 103%;
}
.btn_download a {
  background: var(--color-accent);
}
.btn_download {
  margin-right: 1em;
}
.btn_contact a:hover {
  border-radius: 13px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.btn_contact a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/materials/icon/icon_chat.svg) no-repeat center/contain;
  margin-right: 26px;
  font-weight: bold;
}
.btn_contact.normal-size {
  width: 100%;
  /* max-width: 210px; */
}
.btn_normal.normal-size {
  width: 285px;
}
.btn_contact.center {
  margin-right: auto;
  margin-left: auto;
}
.btn_normal a {
  display: block;
  background: var(--color-accent);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px;
  border-radius: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_normal a:hover {
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.btn_normal a::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_normal a:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* ▼▼ ----- balloon--------▼▼*/
.balloon_left {
  background: url(../img/materials/top/ballon_white.svg) no-repeat center/100% 100%;
  padding: 70px 35px 36px 37px;
  display: inline-block;
  text-align: center;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 2rem;
  max-width: 100%;
}
.balloon_right {
  background: url(../img/materials/top/ballon_accentcolor.svg) no-repeat center/100% 100%;
  padding: 54px 30px 50px 40px;
  display: inline-block;
  color: var(--color-accent);
  font-weight: 700;
  width: 475px;
  text-align: left;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.balloon_right_wrap {
  text-align: right;
  margin-bottom: 32px;
}
.balloon_right_large {
  background: url(../img/materials/top/ballon_accentcolor_lg.svg) no-repeat center/100% 100%;
  padding: 0;
  max-width: 100%;
  width: 475px;
  height: 191px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 40px;
  margin-right: 0;
  margin-left: auto;
}
.balloon_right p {
  font-size: 1.6rem;
  line-height: 2;
}
.balloon_right p:last-child {
  margin-bottom: 0;
}
.balloon_title_primary {
  background: url(../img/materials/company/balloon_title_primary_sp.png) no-repeat center/100% 100%;
  padding: 22px 0 23px 0;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 343px;
  width: 100%;
  text-align: center;
}
.balloon_title_secandary {
  background: url(../img/materials/company/balloon_title_secondary_sp.png) no-repeat center/100% 100%;
  padding: 18px 0 18.98px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 343px;
  width: 100%;
  text-align: center;
}
/* ▼▼ ----- flex--------▼▼*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.heading_secondary {
  text-align: center;
  color: var(--color-accent);
  font-size: 1.6rem;
}
.heading_secondary::before {
  content: attr(data-entitle);
  font-size: 4rem;
  font-weight: bold;
  display: block;
}
.wide-bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 544px) {
  /* ▼▼ ----- balloon--------▼▼*/
  .balloon_title_primary {
    background: url(../img/materials/company/balloon_title_primary.png) no-repeat center/100% 100%;
    padding: 22px 0 23px 0;
    font-size: 32px;
    line-height: 1.75;
    max-width: 450px;
    width: 100%;
    text-align: center;
  }
  .balloon_title_secandary {
    background: url(../img/materials/company/balloon_title_secondary.png) no-repeat center/100% 100%;
    padding: 22px 0 23px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: 450px;
    text-align: center;
  }
}
/*tocbot（サイドバー目次）用
--------------------------------------------------------------*/
/* *tocbot用： */
.toc-list {
  list-style: none;
  padding-left: 0;
}
.toc-list-item {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  padding: 6px 0;
  list-style: none;
}
.toc-list-item:not(:last-child) {
  border-bottom: solid 1px #E5E5E5;
}
.toc-list-item .toc-list-item {
  list-style: none;
  padding: 1px 0 1px 16.65px;
  font-size: 12px;
  position: relative;
  border-bottom: none;
}
.toc-list-item .toc-list-item:before {
  content: "ー";
  color: #989898;
  margin-right: 2px;
}
.toc-list-item .toc-list-item .toc-link:before {
  width: 0;
  height: 0;
}
.is-active-link {
  color: var(--color-accent);
}
.is-active-link::before {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .toc-list {
    padding-left: 10px;
  }
  .toc-list-item {
    color: #989898;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5;
    padding: 0 0 0 12px;
    margin-top: 6px;
    list-style: none;
  }
  .toc-list-item:not(:last-child) {
    border-bottom: none;
  }
  .toc-link:before {
    background-color: inherit;
    width: 0;
    height: 0;
  }
  .is-active-link::before {
    width: 0;
  }
  .is-active-li {
    color: var(--color-accent);
  }
  .is-active-link {
    color: var(--color-accent);
  }
  .is-active-link:before {
    color: var(--color-secondary);
    content: "▶";
    display: inline-block;
    left: 18px;
    margin-top: -1.5px;
    position: absolute;
    width: 17px;
    height: 17px;
    font-size: 17px;
  }
  .toc-list-item .is-active-li:before {
    content: "ー";
    color: var(--color-accent);
  }
  .toc-list-item .toc-list-item {
    padding: 1px 0 1px 0;
  }
  .toc-list-item .toc-list-item .is-active-link {
    color: var(--color-accent);
  }
  .toc-list-item .toc-list-item .is-active-link:before {
    color: var(--color-secondary);
    content: "▶";
    display: inline-block;
    left: -31px;
    margin-top: -6px;
    position: absolute;
    width: 17px;
    height: 17px;
    font-size: 17px;
  }
}
/* ▲▲ ----- object --------▲▲*/
/* ▼▼ ----- pages --------▼▼*/
/* top
--------------------------------------------------------------*/
.top-heading {
  text-align: center;
}
.top-conversation_inner {
  width: 840px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* ▼▼ ----- top MV--------▼▼*/
.top_mv {
  width: 100%;
  /*height: calc(100vh - 120px);*/
  height: auto;
  margin: 0 auto;
  padding-top: 64px;
  display: flex;
  /* background-color: red; */
}
.top_box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.first_view_img {
  width: 550px;
  max-width: none;
}
.top_box_right {
  padding-left: 2em;
}
.top_box_right p {
  font-size: 1.75rem;
  text-align: center;
  color: var(--color-accent);
  font-weight: bold;
}
.top_cta {
  display: flex;
  justify-content: center;
}
.top_mv_copy {
  padding-top: 255px;
  background: url(../img/materials/top/bg_top_lead.png) no-repeat top center/cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 200px;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 200px), 21.42% 100%, 1px calc(100% - 200px));
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 200px), 21.42% 100%, 1px calc(100% - 200px));
}
.top_mv_copy_message {
  text-align: center;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 33px;
  line-height: 1.7;
  margin-bottom: 1em;
}
.top-mv_copy_img_sp {
  width: 640px;
  height: 320px;
  border-radius: 64px;
  border: 4px solid var(--color-accent);
  /* margin: 0 auto; */
  padding: 16px;
}
.top-mv_copy_img_sp_inner {
  background: var(--color-accent);
  height: 100%;
  width: 100%;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  text-align: center;
  font-weight: bold;
}
.top-mv_copy_img_sp_inner .text {
  color: #fff;
  font-size: 3rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.top-mv_copy_img_sp_inner img {
  display: block;
  margin: 16px auto;
}
.top-mv_copy_img_sp_inner .fz-small {
  font-size: 2rem;
}
.top-mv_copy_img_character {
  position: relative;
  z-index: 1;
  right: -40px;
}
.top-mv_copy_img {
  position: relative;
  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;
  margin-top: 40px;
}
.top_mv_copy .btn_contact {
  margin: 105px auto;
}

.top_mv_copy_message .sub_txt {
  font-size: 21px;
  margin-bottom: 8px;
}
.top_mv .top_cta .btn_contact {
	position: relative;
}
.top_mv .top_cta .btn_contact a {
	width: 100%;
	position: relative;
	padding-left: 50px;
}
.top_mv .top_cta .btn_contact.normal-size {
  width: 220px;
  max-width: 220px; 
} 
.top_mv .top_cta .btn_contact.btn_download a::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/materials/icon/download_icon.svg) no-repeat center / contain;
    margin-right: 0px;
    font-weight: bold;
	position: absolute;
	top: 0;bottom: 0;
	left: 24px;
	margin: auto;
}
.top_mv .top_cta .btn_contact a::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/materials/icon/icon_chat.svg) no-repeat center / contain;
    margin-right: 0px;
    font-weight: bold;
	position: absolute;
	top: 0;bottom: 0;
	left: 24px;
	margin: auto;
}
@media screen and (max-width: 991px) {
  .top_mv {
    height: auto;
    margin: 50px auto;
	margin-top: 0;
	padding-top: 32px;  
  }
  .top_mv_copy_message {
    font-size: 25px;
  }
  .first_view_img {
    width: 435px;
  }
  .top_cta {
    width: 100%;
    flex-direction: column;
  }
  .top_cta .btn_contact {
    margin-bottom: 1.5em;
  }
  .top_mv_copy_message .sub_txt {
    font-size: 18px;
  }	
}

@media screen and (min-width: 784px) and (max-width: 990px) {
	
.top_mv .top_cta .btn_contact.normal-size {
    width: 100%;
    max-width: 100%;
}	
	
}

@media screen and (max-width: 783px) {
  .top_mv {
    flex-direction: column-reverse;
  }
  .top_box {
    width: 100%;
    margin: 25px auto;
	margin-top: 0;  
  }
  .top_box_right {
    padding-left: 0em;
  }
  .first_view_img {
    width: 100%;
    max-width: 435px;
  }
  .top_box_right {
    margin-bottom: 3rem;
  }
  .top_mv_copy_message {
    font-size: 28px;
  }
  .top_cta {
    flex-direction: row;
  }
  .top_cta .btn_contact {
    margin: 0 0.5em;
  }
  .btn_contact a::before {
    content: none;
  }
  .btn_contact a {
    padding: 0;
    display: block;
    font-size: 1.65rem;
    height: 3.5em;
    line-height: 3.5;
  }
  .top_mv .top_cta .btn_contact a {
    padding-left: 8%;
  }	
}


@media screen and (max-width: 430px) {

.top_mv .top_cta .btn_contact a {
    padding-left: 0;
}	
	
.top_mv .top_cta .btn_contact.btn_download a::before {
	content: none;
}	
.top_mv .top_cta .btn_contact a::before {
	content: none;	
}	
	
}


@media screen and (max-width: 396px) {
  .top_mv_copy_message {
    font-size: 2.2rem;
  }
}
/* ▲▲ ----- top MV--------▲▲*/
/* ▼▼ ----- top compny--------▼▼*/
.top-company {
  padding-top: 50px;
  background-image: url(../img/materials/top/bg_top_company.svg);
  background-position: left top 100px;
  background-repeat: no-repeat;
  background-size: 90% 100%;
}
.top-company .btn_normal {
  margin: 105px auto 0;
}
.btn_normal a {
  position: relative;
}
.btn_normal a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/materials/icon/icon_chevron_white.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-company .balloon_right_wrap:nth-of-type(1) .balloon_right {
  width: 370px;
  height: 205px;
  padding-top: 65px;
}
.top-company .balloon_right_wrap:nth-of-type(3) .balloon_right {
  width: 315px;
}
/* ▲▲ ----- top compny--------▲▲*/
/* ▼▼ ----- top service--------▼▼*/
.top-service {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #F7F6F8;
  background-image: url(../img/materials/top/bg_top_service.svg);
  padding-top: 300px;
  padding-bottom: 200px;
  -webkit-clip-path: polygon(0px 0px, 80.76% 7.15%, 100% 0px, 100% calc(100% - 200px), 21.42% 100%, 1px calc(100% - 200px));
  clip-path: polygon(0px 0px, 80.76% 7.15%, 100% 0px, 100% calc(100% - 200px), 21.42% 100%, 1px calc(100% - 200px));
}
.top-service_bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, var(--color-bg-primary)));
  background: linear-gradient(to bottom, #fff 50%, var(--color-bg-primary) 50%);
}
.top-service_item {
  background: #fff;
  border-radius: 32px;
  width: calc(50% - 32px);
  padding: 64px 32px;
}
.top-service_item:nth-child(n+3) {
  margin-top: 64px;
}
.top-service_img {
  width: 287px;
  display: block;
  margin: 32px auto;
}
.top-service_item_link {
  text-align: center;
  margin-top: 32px;
}
.top-service_item_link a {
  text-decoration: underline;
  font-weight: bold;
}
.top-service .balloon_right {
  padding-top: 35px;
  padding-bottom: 48px;
  background: url(../img/materials/top/ballon_accentcolor_service_right.svg) no-repeat center/100% 100%;
  width: 421px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  padding-left: 45px;
}
.top-service .balloon_right p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.top-company__illust {
  width: 160px;
  margin-right: 0;
  margin-left: auto;
}
/* ▲▲ ----- top service--------▲▲*/
/* ▼▼ ----- top works-------▼▼*/
.top-works {
  padding: 200px 0 120px;
  background: var(--color-bg-primary);
  background-image: url(../img/materials/top/bg_top_works.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1030px auto;
}
.top-works .top-conversation_inner {
  margin-top: 70px;
  margin-bottom: 90px;
}
.top-works .balloon_left {
  width: 380px;
  padding: 73px 30px 35px 40px;
  min-height: 152px;
}
.top-works .balloon_right {
  background: url(../img/materials/top/ballon_accentcolor_works_right.svg) no-repeat center/100% 100%;
  width: 393px;
  padding-left: 45px;
  padding-right: 20px;
}
.top-works .btn_normal {
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}
.works-category {
  list-style: none;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 0;
}
.works-category li {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 1000rem;
  border: 2px solid #666666;
  background: #fff;
  text-align: center;
  padding: 8px 16px;
  line-height: 1;
  color: #666;
}
.works-category li:not(:last-child) {
  margin-right: 16px;
}
.top-works_item_title {
  color: var(--color-accent);
  font-size: 3rem;
  font-weight: bold;
  margin-top: 32px;
}
.top-works_slider.swiper-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 120px;
  position: relative;
}
.top-works_slider .swiper-pagination.top-works_slider_pagenation.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.top-works_item_img img {
  width: 100%;
}
.top-works_slider_pagenations {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-slide {
  /* max-width: 640px !important; */
}
.top-works_slider_pagenations .swiper-button-next, .top-works_slider_pagenations .swiper-button-prev {
  position: static;
  display: inline-block;
  margin-top: 0;
}
.top-works_slider_pagenations .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}
.top-works_slider_pagenations .swiper-button-next, .top-works_slider_pagenations .swiper-button-prev {
  width: 54px;
  height: 54px;
  background: url(../img/materials/icon/icon_circle_arr.svg) no-repeat center/contain;
}
.top-works_slider_pagenations .swiper-button-prev {
  margin-right: 32px;
}
.top-works_slider_pagenations .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 32px;
}
.top-works_slider_pagenations .swiper-button-next::after, .top-works_slider_pagenations .swiper-button-prev::after {
  content: none;
}
.top-works_slider_pagenations .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 16px;
}
.top-works_slider_pagenations .swiper-pagination-bullet-active {
  background: var(--color-accent);
}
/* ▲▲ ----- top works--------▲▲*/
/* ▼▼ ----- top blog--------▼▼*/
.top-blog_bg {
  background: var(--color-bg-primary);
}
.top-blog {
  padding: 200px 0;
  /* background-color: #fff; */
  background-image: url(../img/materials/top/bg_top_blog.svg);
  -webkit-clip-path: polygon(0px 200px, 77.77% 0px, 100% 200px, 100% 100%, 0px 100%, 1px 100%);
  clip-path: polygon(0px 200px, 77.77% 0px, 100% 200px, 100% 100%, 0px 100%, 1px 100%);
}
.top-blog .btn_normal {
  margin: 105px auto 0;
}
.top-blog_list {
  margin-top: 64px;
}
.blog-item:not(:first-child) {
  border-top: 2px solid var(--color-accent);
}
.blog-item {
  padding: 16px;
  border: 2px solid var(--color-accent);
  border-radius: 16px;
  background: #fff;
  position: relative;
}
.blog-item a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-item + * {
  margin-top: 32px;
}
.blog-item_thumbnail {
  width: 100%;
  background: #C4C4C4;
  /* padding-top: 55.9%; */
  padding-top: 80.875%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.blog-item_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
}
.blog-item_thumbnail:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.blog-item_title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  color: var(--color-accent);
  margin-bottom: 16px;
}
.blog-item_category {
  list-style: none;
  margin-bottom: 8px;
}
/* ▲▲ ----- top blog--------▲▲*/
/* top : responsive  *** min-width: 780px
--------------------------------------------------------------*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
  .top_mv {
	gap: 32px;   
  }
  #custom_html-19 {
    /* display: none; */
  }
  .top-mv_copy_img_sp_inner .text br {
    display: none;
  }
  .top-mv_copy_img {
    margin-top: 128px;
  }
  .top_mv_copy_message {
    line-height: 1.8;
  }
  .top-blog .top-conversation_inner {
    margin-top: 54px;
  }
  .top-blog .balloon_left {
    background: url(../img/materials/top/ballon_white_blog_left.svg) no-repeat center/100% 100%;
    padding-top: 64px;
    padding-bottom: 36px;
  }
  .top-blog .balloon_right {
    background: url(../img/materials/top/ballon_accentcolor_blog_right.svg) no-repeat center/100% 100%;
    padding-top: 32px;
    margin-top: 32px;
    width: auto;
  }
  .blog-item {
    padding: 32px;
    border: none;
    border-radius: 0;
  }
  .blog-item:not(:first-child) {
    border: none;
  }
  .blog-item + * {
    margin-top: 0;
  }
  .top-blog_list {
    border-radius: 32px;
    border: 2px solid var(--color-accent);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 32px;
    border: 2px solid var(--color-accent);
    margin-top: 64px;
    overflow: hidden;
  }
  .top-blog_list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-blog_list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-blog_list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .top-blog_list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .top-blog_list > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .top-blog_list > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .top-blog_list > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .top-blog_list > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-blog_list > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .top-blog_list > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .top-blog_list > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .top-blog_list > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .top-blog_list .item1 {
    border-right: 2px solid var(--color-accent);
    border-bottom: 2px solid var(--color-accent);
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/3/4;
  }
  .top-blog_list .item2 {
    border-bottom: 2px solid var(--color-accent);
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 1/4/2/7;
  }
  .top-blog_list .item3 {
    border-bottom: 2px solid var(--color-accent);
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 2/4/3/7;
  }
  .top-blog_list .item4 {
    border-right: 2px solid var(--color-accent);
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  .top-blog_list .item5 {
    border-right: 2px solid var(--color-accent);
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3/3/4/5;
  }
  .top-blog_list .item6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 3/5/4/7;
  }
  .top-blog_list .item2, .top-blog_list .item3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-blog_list .item2 .blog-item_thumbnail, .top-blog_list .item3 .blog-item_thumbnail {
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
    padding-top: 175px;
    margin-right: 16px;
  }
  .top-blog_list .item2 .blog-item_header, .top-blog_list .item3 .blog-item_header {
    width: calc(100% - 231px);
  }
}
/* top : responsive *** max-width: 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-blog .container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 781px) {
  .pc-only {
    display: none;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .balloon_left {
    font-size: 1.6rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .balloon_right {
    min-height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .balloon_right_sp_normal {
    background: url(../img/materials/top/ballon_accentcolor.svg) no-repeat center/100% 100%;
    padding: 46px 24px 50px 36px;
  }
  .heading_secondary:before {
    font-size: 3.2rem;
  }
  .top-heading {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-conversation_inner {
    margin-top: 64px;
  }
  .top_mv_copy {
    padding-top: 100px;
    padding-bottom: 80px;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 80px), 21.42% 100%, 1px calc(100% - 80px));
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 80px), 21.42% 100%, 1px calc(100% - 80px));
  }
  .top-mv_copy_img_sp {
    height: 640px;
    width: 320px;
    border-radius: 64px;
    border: 4px solid var(--color-accent);
    margin: 0 auto;
    padding: 16px;
  }
  .top-mv_copy_img_character {
    display: none;
  }
  .top-service_item {
    width: 100%;
  }
  .top-service_item + * {
    margin-top: 32px;
  }
  .top-company .balloon_right_wrap:nth-of-type(1) .balloon_right {
    padding-right: 20px;
    padding-left: 29px;
    padding-top: 40px;
    height: auto;
    min-height: 205px;
  }
  .top-company .balloon_right_wrap:nth-of-type(2) .balloon_right {
    min-height: 200px;
    width: 351px;
  }
  .top-company .balloon_right_wrap:nth-of-type(3) .balloon_right {
    min-height: 165px;
    background: url(../img/materials/top/balloon_company_right_03_sp.svg) no-repeat center/100% 100%;
    padding: 46px 29px 47px 38px;
    width: 315px;
    max-width: 100%;
  }
  .top-company__illust {
    width: 117px;
  }
  .top-service {
    padding-top: 130px;
    padding-bottom: 200px;
    -webkit-clip-path: polygon(0 0, 80.76% 3.15%, 100% 0, 100% calc(100% - 200px), 21.42% 100%, 1px calc(100% - 200px));
    clip-path: polygon(0 0, 80.76% 3.15%, 100% 0, 100% calc(100% - 200px), 21.42% 100%, 1px calc(100% - 200px));
  }
  .top-service .balloon_right {
    min-height: 156px;
    width: 344px;
    height: auto;
    padding: 0 40px 0 45px;
    background: url(../img/materials/top/ballon_service_right_sp.svg) no-repeat center/100% 100%;
  }
  .top-works {
    padding-top: 0;
    background-image: none;
  }
  .top-works .balloon_left {
    width: 307px;
    max-width: 100%;
    padding: 60px 24px 40px 40px;
    min-height: 0;
  }
  .top-works .balloon_right {
    padding: 0 20px 0 40px;
    min-height: 150px;
  }
  .top-works_slider.swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .top-works_item_title {
    font-size: 2rem;
  }
  .top-works_slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-works_slider .swiper-slide {
    margin-left: auto;
    margin-right: auto;
  }
  .top-works_slider .swiper-slide:not(:first-child) {
    border-top: 2px solid #E5E5E5;
    padding-top: 32px;
  }
  .top-works_slider_pagenations {
    display: none;
  }
  .top-blog {
    padding: 100px 0;
    background-image: url("../img/materials/top/bg_top_blog.svg");
    background-size: 375px 100%;
    -webkit-clip-path: polygon(0px 60px, 77.77% 0px, 100% 60px, 100% 100%, 0px 100%, 1px 100%);
    clip-path: polygon(0px 60px, 77.77% 0px, 100% 60px, 100% 100%, 0px 100%, 1px 100%);
  }
  .top-blog .balloon_left {
    width: 310px;
  }
  .top-blog .balloon_right {
    width: 345px;
  }
}
/* ▼▼ ----- business --------▼▼*/
.business .btn_contact {
  margin-top: 40px;
}
/* ▲▲ ----- business --------▲▲*/
.page-template-page_onecolumn #main {
  margin-top: 6rem;
}
/* 実績一覧、実績詳細
--------------------------------------------------------------*/
/* フィルタリング
--------------------------------------------------------------*/
[value=all]:checked ~ .targets [data-category] {
  display: block;
}
.p-work__tab__item {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  white-space: nowrap;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-work__tab__item:not(:first-child) {
  margin-left: 16px;
}
.p-work__tab__item label {
  margin-bottom: 0;
}
.filters label {
  color: #000;
  background: #fff;
  padding: 10px 16px;
}
.filters label:hover {
  opacity: 0.8;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
[value=all]:checked ~ .filters label[for=all], [value=sp-app]:checked ~ .filters label[for=sp-app], [value=web-site]:checked ~ .filters label[for=web-site], [value=web-app]:checked ~ .filters label[for=web-app], [value=logo]:checked ~ .filters label[for=logo], [value=graphic]:checked ~ .filters label[for=graphic], [value=animation]:checked ~ .filters label[for=animation] {
  background: #EC5F6C;
  color: #fff;
  border-radius: 4px;
}
/* work
--------------------------------------------------------------*/
.p-work__sp__none {
  display: none;
}
@media screen and (min-width: 377px) {
  .p-work__sp__none {
    display: block;
  }
}
.p-work__title {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}
.p-work__list__contents {
  margin-top: 48px;
}
.p-work__list__contents input[type=radio] {
  position: absolute;
  left: -9999px;
}
.p-work__list__contents .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.p-work__list__contents .filters::-webkit-scrollbar {
  display: none;
}
.p-work__list__wrap {
  margin-top: 48px;
}
.p-work__list__item {
  margin-bottom: 56px;
}
.p-work__list__item__img {
  margin: 0 calc(50% - 50vw);
  padding: 0 8px;
  width: 100vw;
}
.p-work__list__item__img img {
  width: 100%;
}
.p-work__list__item__text {
  margin-top: 16px;
}
.p-work__list__item__text__name {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.p-work__list__item__text__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
.p-work__list__item__text__category {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.66;
  color: #999;
  letter-spacing: 1.4;
  margin-bottom: 16px;
}
.p-work__list__text__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.p-work__more__link a {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 16px;
  border: solid 1px var(--color-primary);
  border-radius: 4px;
  position: relative;
  line-height: 1.6;
  width: 135px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-work__more__link a:hover {
  color: var(--color-primary);
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.p-work__more__link a:after {
  content: "";
  background-image: url("../img/materials/work/work_icon_arrow_primary.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  right: 12px;
}
/* work-detail
--------------------------------------------------------------*/
.p-work-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-work-detail__top__title {
  font-size: 24px;
  font-weight: 700;
  color: #101820;
  text-align: left;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-work-detail__top__company {
  font-size: 15px;
  color: #101820;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: 16px;
}
.p-work-detail__top__category {
  font-size: 15px;
  color: #cbcbcb;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 32px;
}
.p-work-detail__mv {
  margin: 0 calc(50% - 50vw);
  padding: 0;
  padding: 0 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.p-work-detail__mv div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.p-work-detail__mv img {
  width: 100%;
}
.p-work-detail__section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.p-work-detail__section__01 {
  background-color: #fff;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.p-work-detail__section__02 {
  background-color: #f3f3f3;
  padding-right: 16px;
  padding: 64px calc(50vw - 50%);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-work-detail__section__02 .p-work-detail__section__inner {
  max-width: 1200px;
  width: 100%;
  display: block;
}
.p-work-detail__section__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.p-work-detail__section__title {
  color: var(--color-accent);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
}
.p-work-detail__section__title:after {
  content: attr(data-pagettl);
  color: var(--color-primary);
  font-size: 12px;
  display: block;
  font-weight: 700;
  letter-spacing: 4px;
}
.p-work-detail__section__01__text {
  max-width: 800px;
  width: 100%;
  margin: 64px auto 0;
}
.p-work-detail__section__01__copy {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 32px;
}
.p-work-detail__section__01__text__detail {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.p-work-detail__img__box {
  margin-top: 64px;
}
.p-work-detail__img__item {
  margin-top: 16px;
}
.p-work-detail__img__item img {
  border-radius: 8px;
  width: 100%;
}
.p-work-detail__img__item__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 16px;
}
.p-work-detail__img__item__movie iframe, .p-work-detail__img__item__movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-work-detail__outline__list {
  margin-top: 64px;
}
.p-work-detail__outline__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-work-detail__outline__list__item:not(:first-child) {
  margin-top: 40px;
}
.p-work-detail__outline__list__ttl {
  color: #101820;
  font-weight: 700;
  font-size: 15px;
  line-height: 200%;
  width: 212px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.p-work-detail__outline__list__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.p-work-detail__outline__list__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  color: #101820;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-work-detail__service__tag {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 2px;
}
.p-work-detail__service__tag__passive {
  color: #a9a9a9;
  background-color: inherit;
}
.p-work-detail__service__tag__active {
  background-color: #fff;
  color: #101820;
}
.p-work-detail__product__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 212px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-work-detail__previews__text {
  width: 100%;
  margin: 64px auto;
}
.p-work-detail__previews__text__main {
  color: #101820;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.p-work-detail__previews__text__customer {
  color: #666;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.71;
  text-align: center;
  margin-top: 21px;
  letter-spacing: 0.15em;
}
.p-work-detail__work__more__ttl {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.714;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
.p-work-detail__work__more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-work-detail__work__more__item {
  width: 100%;
}
.p-work-detail__work__more__item:not(:last-child) {
  margin-bottom: 66px;
}
.p-work-detail__work__more__item:not(:nth-child(3n)) {
  margin-right: 0;
}
.p-work-detail__work__more__item__text {
  margin-top: 16px;
}
.p-work-detail__work__more__item__text__company {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}
.p-work-detail__work__more__item__img {
  width: 100%;
}
.p-work-detail__work__more__item__img img {
  width: 100%;
}
.p-work-detail__work__more__item__text__ttl {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  line-height: 1.333;
}
.p-work-detail__work__more__item__text__category {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.666;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
.p-work__common__detai__inner {
  padding: 48px calc(50vw - 50% + 16px);
  background-color: var(--color-bg-primary);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: relative;
}
.p-work__common__detai__inner:before {
  content: "";
  background-image: url("../img/materials/work/work_detail_bg_img_01_sp.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-work__common__detai__inner:after {
  content: "";
  background-image: url("../img/materials/work/work_detail_bg_img_02_sp.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-work-detail__contact {
  max-width: 1040px;
  margin: 0 auto;
  height: 153.82px;
  position: relative;
  z-index: 2;
}
.p-work-detail__contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24.84px 0 31.53px;
  width: 100%;
  background: #fff;
  border-radius: 11.6744px;
  background-image: url("../img/materials/work/work_bg_img_01_sp.png");
  background-repeat: no-repeat;
  background-position: 97% 100%;
  background-size: 132px;
  height: 154px;
}
.p-work-detail__contact__copy {
  width: 100%;
  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;
}
.p-work-detail__contact__copy p {
  color: var(--color-accent);
  font-size: 17.2px;
  font-weight: 700;
  line-height: 1.714;
  text-align: center;
  margin-bottom: 0;
}
.p-work-detail__contact__link {
  display: inline-block;
  background-color: var(--color-primary);
  width: 172px;
  height: 38px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 7.64345px;
  text-align: center;
  margin: 9.24px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-work-detail__contact__link:hover {
  color: var(--color-primary);
  border-radius: 16px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.p-work-detail__contact__link a {
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 15.29px;
  line-height: 38px;
  display: block;
}
.p-work-detail__common__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-work-detail__common__content__inner {
  padding: 20.86px 22.93px;
}
.p-work-detail__business {
  background-image: url("../img/materials/work/work_bg_img_02.png");
  background-repeat: no-repeat;
  background-position: 98% 100%;
  background-size: 120.8px;
  background-color: #fff;
  border-radius: 11.6744px;
  margin-top: 16px;
  height: 153.82px;
}
.p-work-detail__request {
  padding: 0;
  background-image: url("../img/materials/work/work_bg_img_03.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 143.05px;
  background-color: #fff;
  border-radius: 11.6744px;
  margin-top: 16px;
  height: 153.82px;
}
.p-work-detail__request__inner {
  border-left: none;
}
.p-work-detail__common__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8px;
}
.p-work-detail__common__link a {
  color: #3968E1;
  font-weight: 700;
  font-size: 11.1px;
  line-height: 1.5;
  position: relative;
  padding-right: 26px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.p-work-detail__common__link a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/materials/work/work_icon_arrow_link.svg) no-repeat center/contain;
  position: absolute;
  top: 3px;
  right: 0;
}
.p-work-detail__common__link a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-work-detail__common__link a:not(:first-child) {
  margin-top: 8px;
}
.p-work-detail__common__text {
  color: var(--color-accent);
  font-weight: 700;
  font-size: 15.29px;
  line-height: 1.66;
}
.p-work-detail__common__text p {
  margin-bottom: 13.19px;
}
.p-work-detail__xl {
  display: none;
}
@media screen and (min-width: 544px) {
  .p-work__list__item {
    margin-bottom: 80px;
  }
  .p-work__list__text__box {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-work__list__item__text__category {
    margin-bottom: 0px;
  }
  .p-work__list__item__text__name {
    margin-bottom: 16px;
  }
  .p-work__list__item__text__title {
    font-size: 32px;
  }
  .p-work__list__item__text__category {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  /* work
  --------------------------------------------------------------*/
  .p-work__list__contents {
    margin-top: 90px;
  }
  .p-work__list__contents .filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .p-work__list__contents .filters::-webkit-scrollbar {
    display: none;
  }
  .p-work__list__wrap {
    margin-top: 90px;
  }
  /* work-detail
  --------------------------------------------------------------*/
  .p-work-detail__top__title {
    font-size: 32px;
    font-weight: 700;
    color: #101820;
    text-align: left;
  }
  .p-work-detail__outline__list {
    margin-top: 160px;
  }
  .p-work-detail__outline__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-work-detail__outline__list__item:not(:first-child) {
    margin-top: 64px;
  }
  .p-work-detail__outline__list__ttl {
    margin-bottom: 0;
  }
  .p-work-detail__work__more__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-work-detail__work__more__item {
    width: calc((100% - 76px) / 3);
  }
  .p-work-detail__work__more__item:not(:last-child) {
    margin-bottom: 0;
  }
  .p-work-detail__work__more__item:not(:nth-child(3n)) {
    margin-right: 38px;
  }
  .p-work-detail__outline__list__desc {
    width: calc(100% - 212px);
  }
  .p-work-detail__contact__copy p {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1.59;
  }
  .p-work-detail__outline__list__item:not(:first-child) {
    margin-top: 80px;
  }
  .p-work-detail__service__tag {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .p-work-detail__previews__text__main {
    font-size: 24px;
  }
  .p-work-detail__previews__text__customer {
    font-size: 21px;
    margin-top: 64px;
  }
  .p-work-detail__work__more__ttl {
    margin-bottom: 32px;
  }
  .p-work-detail__work__more__item__text__company {
    margin-bottom: 8px;
  }
  .p-work-detail__contact__link {
    margin-top: 30px;
    width: 390px;
    height: 77px;
    text-align: center;
    border-radius: 20px;
  }
  .p-work-detail__contact__link:hover {
    border-radius: 32px;
  }
  .p-work-detail__contact__link a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 77px;
  }
  .p-work-detail__common__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-work-detail__contact {
    max-width: 1040px;
    height: auto;
  }
  .p-work-detail__contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 79px 0 64px;
    background-size: 362px;
    height: 100%;
    display: flex;
    background-image: url("../img/materials/work/work_bg_img_01.png");
    padding: 79px 0 64px;
    border-radius: 32px;
  }
  .p-work-detail__business {
    margin-right: 0;
    margin-left: 0;
    background-image: url("../img/materials/work/work_bg_img_02.png");
    background-repeat: no-repeat;
    background-position: 95% 100%;
    background-size: 193px;
    width: 100%;
    margin-right: 38px;
  }
  .p-worl-detail__contatc__copy {
    background-position: 50% 100%;
    background-size: 515px;
  }
  .p-work-detail__request {
    background-position: 100% 100%;
    border-bottom: none;
    margin-right: 0;
    margin-left: 0;
    background-size: 245px;
  }
  .p-work-detail__common__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-work-detail__business, .p-work-detail__request {
    width: calc((100% - 38px) / 2);
    margin-top: 0;
    height: auto;
    border-radius: 32px;
  }
  .p-work-detail__common__content__inner {
    width: 100%;
    padding: 40px 37px;
  }
  .p-work-detail__common__link a {
    font-size: 16px;
    padding-right: 26px;
  }
  .p-work-detail__common__link a::after {
    width: 16px;
    height: 16px;
    position: absolute;
  }
  .p-work-detail__common__text {
    color: var(--color-accent);
    font-weight: 700;
    font-size: 17px;
    line-height: 1.66;
  }
  .p-work-detail__contact__copy p {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1.59;
  }
}
@media screen and (min-width: 768px) {
  .p-work__sp__none {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .p-work-detail__section__01 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 782px) {
  .p-work__list__text__box {
    padding: 0 16px;
  }
  .p-work-detail__top {
    padding: 0 16px;
  }
  .p-work-detail__section__02 {
    padding: 64px calc(50vw - 50% + 16px);
  }
  .p-work-detail__mv div {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .p-work__list__contents {
    margin-top: 90px;
  }
  .p-work__list__contents .filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 16px;
  }
  .p-work__list__contents .filters::-webkit-scrollbar {
    display: none;
  }
  .p-work-detail__contact {
    padding: 0 16px;
  }
  .p-work-detail__common__content {
    padding: 0 16px;
  }
  .p-work__common__detai__inner {
    padding: 80px calc(50vw - 50%);
  }
  .p-work__common__detai__inner:before {
    content: "";
    background-image: url("../img/materials/work/work_detail_bg_img_01_pc.png");
    background-repeat: no-repeat;
    width: 18%;
    height: 30%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-work__common__detai__inner:after {
    content: "";
    background-image: url("../img/materials/work/work_detail_bg_img_02_pc.png");
    background-repeat: no-repeat;
    width: 18%;
    height: 28%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 882px) {
  .p-work__list__contents {
    margin-top: 90px;
  }
  .p-work__list__contents .filters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .p-work__list__contents .filters::-webkit-scrollbar {
    display: none;
  }
  .p-work__sp__none {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .p-work-detail__contact__copy p {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1.59;
  }
  .p-work-detail__contact__link {
    height: 77px;
    text-align: center;
  }
  .p-work-detail__contact__link a {
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .p-work-detail__contact__inner {
    background-size: 362px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/materials/work/work_bg_img_01.png");
    padding: 79px 0 64px;
  }
  .p-work-detail__common__content__inner {
    padding: 40px 37px;
  }
  .p-work-detail__business {
    background-position: 95% 100%;
    background-size: 193px;
  }
  .p-work-detail__request {
    background-position: 96% 100%;
    background-size: 245px;
    margin-right: 0;
    margin-left: 0;
  }
  .p-work-detail__common__text {
    font-size: 20px;
    line-height: 1.66;
  }
  .p-work-detail__common__link {
    margin-top: 16px;
  }
  .p-work-detail__common__link a {
    font-size: 16px;
    line-height: 1.77;
  }
  .p-work-detail__common__link a::after {
    width: 16px;
    height: 16px;
    top: 5px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-work__list__item__img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1120px;
  }
  .p-work__list__item__img img {
    width: 100%;
  }
  .p-work-detail__top {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1080px) {
  .p-work-detail__contact {
    padding: 0;
  }
  .p-work-detail__common__content {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* work
  --------------------------------------------------------------*/
  .p-work__list__item {
    width: 100%;
    max-width: 1120px;
  }
  /* work-detail
  --------------------------------------------------------------*/
  .p-work-detail__top {
    padding: 0;
    width: 1120px;
    margin: 0 auto;
  }
  .p-work-detail__section {
    padding: 160px 0;
  }
  .p-work-detail__section__01__text {
    width: 800px;
    margin: 80px auto 0;
  }
  .p-work-detail__section {
    padding: 160px 16px;
  }
  .p-work-detail__img__item {
    margin-top: 160px;
  }
  .p-work-detail__img__item__movie {
    margin-top: 160px;
  }
  .p-work-detail__section__02 .p-work-detail__section__inner {
    padding-left: 16px;
  }
  .p-work-detail__previews__text {
    width: 800px;
  }
  .p-work-detail__previews__text {
    margin: 115px auto 192px;
  }
  .p-work__common__detai__inner:before {
    content: "";
    background-image: url("../img/materials/work/work_detail_bg_img_01_pc.png");
    background-repeat: no-repeat;
    width: 20%;
    height: 42%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-work__common__detai__inner:after {
    content: "";
    background-image: url("../img/materials/work/work_detail_bg_img_02_pc.png");
    background-repeat: no-repeat;
    width: 20%;
    height: 42%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1268px) {
  .p-work-detail__xl {
    display: block;
  }
}
/* 部品クラス： */
.p-service__sp__only {
  display: block;
}
.p-services__pc__only {
  display: none;
}
.p-services__text__center {
  text-align: center;
}
.p-services__top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.p-services__top__title:before {
  content: "";
  width: 80.3846153846%;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-services__top__title:after {
  content: "";
  width: 80.3846153846%;
  border-bottom: 2px dashed var(--color-primary);
  height: 2px;
  width: 19.5192307692%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-services__top__title h1 {
  font-size: 24px;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
  letter-spacing: 0.2em;
}
.p-services__top__title p {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
}
.p-services__mobail__mv {
  position: relative;
  margin-top: 32px;
  background-image: url(../img/materials/mobail/mobail_img_mv.jpg);
  width: 100%;
  height: 0;
  padding-top: 49.3269%;
  background-size: cover;
}
.p-services__uiux__mv {
  position: relative;
  margin-top: 32px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-services__mv__copy {
  position: absolute;
  bottom: 12.14px;
  right: 13.46px;
  font-size: 14.44px;
  letter-spacing: 3px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0;
}
.p-service__contents__wrap {
  margin-top: 33.65px;
}
.p-services__side {
  background-color: #FAFAFA;
  padding: 20px;
  width: 100%;
}
.p-services__side__menu {
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.5em;
}
.p-services__side__heading {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  padding: 6px 0;
  border-bottom: solid 1px #E5E5E5;
  list-style: none;
}
.p-services__side__subheading {
  list-style: none;
  padding: 1px 0 1px 16.65px;
  font-size: 12px;
}
.p-services__main__contents {
  width: 100%;
  margin-top: 72.63px;
}
.p-services__sec__ttl {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 700;
  background: url(../img/materials/company/balloon_title_primary_sp.png) no-repeat center/100% 100%;
  padding: 17px 0 22.36px 0;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
  max-width: 343px;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 auto 0 0;
}
.p-services__sec__ttl:after {
  content: attr(data-pagettl);
  color: var(--color-primary);
  font-size: 10px;
  line-height: 1;
  display: block;
  font-weight: 700;
  letter-spacing: 3px;
}
h2 + .p-services__text__box {
  margin-top: 32px;
}
h2 + .p-services__text__box p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 0;
}
h3 + .p-services__text__box {
  margin-top: 16px;
}
h3 + .p-services__text__box p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 0;
}
.p-services__list__box__01 {
  background-color: #FFF3F5;
  border-radius: 16px;
  padding: 22px 22.13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
  width: 100%;
  height: 490px;
}
.p-services__list__box__01 ul {
  margin-bottom: 0;
}
.p-services__list__box__01 li {
  list-style: none;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  white-space: wrap;
}
.p-services__list__box__01 li:not(:last-child) {
  margin-bottom: 1em;
}
.p-services__list__box__01 li:before {
  content: "▶";
  width: 14px;
  height: 14px;
  color: var(--color-primary);
  margin-right: 5.87px;
}
.p-services__work__img__wrap {
  position: relative;
  width: 230px;
}
.p-services__work__img__01 {
  width: 174px;
  position: absolute;
  top: 0;
  left: 62px;
}
.p-services__work__img__01 p {
  text-align: center;
  margin-top: 4.51px;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.p-services__work__img__02 {
  width: 196.72px;
  position: absolute;
  top: 88px;
  left: -16px;
}
.p-services__work__img__02 p {
  text-align: center;
  margin-top: -7px;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.p-services__work__img__03 {
  width: 131.38px;
  position: absolute;
  top: 77px;
  left: 160px;
}
.p-services__work__img__03 p {
  text-align: center;
  margin-top: 7.62px;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.p-services__case__card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 32px;
}
.p-services__case__card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-services__case__card__item:not(:first-child) {
  margin-left: 0;
  margin-top: 32px;
}
.p-services__case__card__img img {
  width: 100%;
}
.p-services__case__card__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #101820;
  margin-bottom: 0;
  margin-top: 12.29px;
}
.p-services__case__card__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71428;
  color: #101820;
  margin-bottom: 0;
}
.p-servicers__balloon {
  background: #FAFAFA;
  border: solid 3px var(--color-accent);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 25px 21px;
  margin-top: 64px;
  position: relative;
  max-width: 512px;
  width: 100%;
}
.p-servicers__balloon:after, .p-servicers__balloon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.p-servicers__balloon:before {
  left: 55px;
  bottom: -46px;
  border-style: solid;
  border-color: var(--color-accent) transparent transparent transparent;
  border-width: 45px 0px 0 49px;
}
.p-servicers__balloon:after {
  left: 52px;
  bottom: -39px;
  border-style: solid;
  border-color: #FAFAFA transparent transparent transparent;
  border-width: 45px 0 0 49px;
  z-index: 10;
}
.p-servicers__balloon__list {
  margin-top: 12px;
}
.p-servicers__balloon__ttl {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
}
.p-servicers__balloon__list__item {
  list-style: none;
  color: #000;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-servicers__balloon__list__item:before {
  content: "・";
  width: 18px;
  height: 18px;
}
.p-servicers__balloon__charactor {
  max-width: 213.25px;
  width: 70%;
  margin-left: 116px;
  padding-right: 13.67px;
  margin-top: -47px;
  position: relative;
  margin-bottom: 35px;
}
.p-servicers__balloon__charactor img {
  width: 100%;
}
.p-services__btn__accent {
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-services__btn__accent a {
  width: 100%;
  max-width: 285px;
  background-color: var(--color-accent);
  border-radius: 13px;
  padding: 21.5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  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;
  padding: 21px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.11;
}
.p-services__btn__accent a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 23px;
  padding-top: 3px;
  background-image: url(../img/materials/mobail/mobail_icon_arrow.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
}
.p-services__btn__accent a:hover {
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.p-services__btn__accent a:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.p-services__sec__h3 {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-top: 32px;
  margin-bottom: 0;
}
.p-services__uiux__sec__h3 {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-top: 32px;
  margin-bottom: 0;
}
.p-services__img__flow {
  max-width: 100%;
  width: 100%;
}
.p-services__img__flow source, .p-services__img__flow img {
  max-width: 100%;
  margin-top: 32px;
  width: 100%;
}
.p-services__flow__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #333;
  margin-top: 32px;
}
.p-services__flow__list {
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 6px;
  width: 354px;
  padding: 16px 24px;
  margin-top: 24px;
  width: 100%;
  max-width: 354px;
}
.p-services__flow__list li {
  font-size: 18px;
  font-weight: 700;
  color: #101820;
  line-height: 2;
}
.p-services__link__text {
  text-align: left;
  margin-top: 32px;
}
.p-services__link__text a {
  color: #3968E1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  text-decoration: underline;
}
.p-services__uiux__link__text {
  text-align: left;
  margin-top: 16px;
}
.p-services__uiux__link__text a {
  color: #3968E1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  text-decoration: underline;
}
.p-services__chart__box {
  margin-top: 24px;
}
.p-services__chart__ttl {
  font-size: 16px;
  color: var(--color-accent);
  font-weight: 700;
  line-height: 1.5;
}
.p-services__chart__img {
  margin-top: 7px;
}
.p-services__chart__list {
  margin-top: 21.19px;
  list-style: none;
  padding: 11px 13px;
  background-color: #E6E6E6;
  border-radius: 6.35983px;
}
.p-services__chart__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.857;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-accent);
  display: inline-block;
  margin-right: 1em;
}
.p-services__example__wrap {
  margin-top: 14.5px;
}
.p-services__example {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.333;
  padding-left: 24px;
  margin-bottom: 0;
}
.p-services__example__box {
  border: solid 3px var(--color-accent);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 24px 21px;
}
.p-services__example__box__list {
  list-style: none;
  margin-bottom: 8px;
}
.p-services__example__box__list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
.p-services__example__box__list li:before {
  content: "▶";
  color: #00CCBC;
  margin-right: 4px;
}
.p-services__example__box__text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 1.666;
  margin-bottom: 0;
}
.p-services__price__text {
  font-size: 16px;
  color: #000;
  line-height: 2;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 0;
}
.p-services__text__underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 236, 67, 0.4)));
  background: linear-gradient(transparent 60%, rgba(255, 236, 67, 0.4) 60%);
}
.p-services__operation__list {
  padding: 10px 16px;
  background-color: #FFF3F5;
  border-radius: 6px;
  list-style: none;
  margin-bottom: 0;
  max-width: 590px;
  width: 100%;
}
.p-services__operation__list li {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-services__operation__list li:before {
  content: "▶";
  color: #00CCBC;
  margin-right: 10.64px;
}
.p-services__btn__contact {
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}
.p-services__btn__contact a {
  width: 100%;
  max-width: 285px;
  background-color: var(--color-primary);
  border-radius: 13px;
  padding: 21.5px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  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;
  padding: 20.67px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  letter-spacing: 2px;
}
.p-services__btn__contact a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  padding-top: 3px;
  background-image: url(../img/materials/work/work_icon_chat.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  background-size: cover;
}
.p-services__btn__contact a:hover {
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.p-service__btn__group {
  margin-top: 40px;
}
.p-services__compare__table {
  margin-top: 24px;
  max-width: 761px;
  width: 100%;
  table-layout: fixed;
}
.p-services__compare__table thead th {
  border: 1px solid #FFFFFF;
  background-color: #00CCBC;
  color: #fff;
  padding: 9px 0;
  text-align: center;
  font-size: 9px;
}
.p-services__compare__table tbody {
  background-color: #F4F4F4;
  font-size: 16px;
}
.p-services__compare__table tbody th {
  width: calc(100% - 315px);
  border: 1px solid #FFFFFF;
  padding: 4px 6px;
}
.p-services__compare__table tbody th p {
  font-size: 10px;
  -webkit-transform: scale(90%);
  transform: scale(90%);
  line-height: 2;
  margin-bottom: 0;
  margin-left: -8px;
}
.p-services__compare__table tbody td {
  text-align: center;
  border: 1px solid #FFFFFF;
}
.p-services__compare__table tbody td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.p-services__compare__table tbody td p img {
  width: 11px;
  height: 11px;
}
.p-services__compare__table__item {
  width: 154px;
}
.p-services__table__bottom__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-weight: 700;
  margin-bottom: 48px;
}
.p-services__faq__box {
  margin-top: 53px;
}
.p-services__faq__item:not(:first-child) {
  margin-top: 40px;
}
.p-service__faq__link__group {
  font-size: 14px;
  line-height: 1.71428;
  font-weight: 400;
  color: #000;
  margin-top: 40px;
}
.p-service__faq__link__group a {
  color: #3968E1;
  text-decoration: underline;
}
.p-services__faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-services__faq__icon {
  margin-bottom: 0;
  width: 28px;
  height: 30px;
}
.p-services__faq__icon img {
  width: 100%;
  height: 100%;
}
.p-services__faq__question__text {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0;
  margin-top: 8px;
}
.p-services__faq__answer {
  margin-top: 16px;
  border-radius: 7px;
  background-color: #F9F8FA;
  padding: 16px 16px 28px;
}
.p-services__faq__answer {
  margin-top: 16px;
  border-radius: 7px;
  background-color: #F9F8FA;
  padding: 16px 16px 28px;
}
.p-services__uiux__faq__answer__adjust {
  padding-bottom: 13px;
}
.p-services__faq__answer__text {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 8px;
  margin-left: 0;
  margin-bottom: 0;
}
.p-service__table__scroll {
  width: 100%;
  overflow-x: auto;
}
.p-services__faq__table {
  width: 633px;
  margin-top: 24px;
  table-layout: fixed;
}
.p-services__faq__table thead th {
  border: 1px solid #FFFFFF;
  background-color: #00CCBC;
  color: #fff;
  padding: 7px 13px;
  text-align: center;
  font-size: 14px;
  line-height: 1.857;
  font-weight: 700;
}
.p-services__faq__table tbody {
  background-color: #F4F4F4;
  font-size: 12px;
}
.p-services__faq__table tbody p {
  margin-bottom: 0;
  font-weight: 700;
}
.p-services__faq__table tbody th {
  border: 1px solid #FFFFFF;
  padding: 7px 13px;
  font-size: 12px;
  line-height: 2.1666;
  margin-bottom: 0;
  font-weight: 700;
}
.p-services__faq__table tbody td {
  border: 1px solid #FFFFFF;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
}
.p-services__faq__table tbody td img {
  width: 19.37px;
}
.p-services__faq__table__item {
  width: 147px;
}
.p-services__mobail__faq__table {
  width: 633px;
  margin-top: 24px;
  table-layout: fixed;
}
.p-services__mobail__faq__table thead th {
  border: 1px solid #F9F8FA;
  background-color: #00CCBC;
  color: #fff;
  padding: 7px 13px;
  text-align: center;
  font-size: 14px;
  line-height: 1.857;
  font-weight: 700;
}
.p-services__mobail__faq__table tbody {
  font-size: 12px;
}
.p-services__mobail__faq__table tbody p {
  margin-bottom: 0;
  font-weight: 700;
}
.p-services__mobail__faq__table tbody th {
  border: 1px solid #F9F8FA;
  padding: 7px 13px;
  font-size: 12px;
  line-height: 2.1666;
  margin-bottom: 0;
  font-weight: 700;
  background-color: #E5E5E5;
}
.p-services__mobail__faq__table tbody td {
  border: 1px solid #F9F8FA;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
  background-color: #fff;
}
.p-services__mobail__faq__table tbody td img {
  width: 19.37px;
}
.p-services__contact__box {
  margin-top: 48px;
}
.p-services__contact__meeage {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 32px;
}
.p-services__uiux__img__flow {
  max-width: 614px;
  width: 100%;
  margin: 40px auto 0;
}
.p-services__uiux__img__flow img {
  max-width: 614px;
  width: 100%;
}
.p-services__uiux__text__box {
  margin-top: 40px;
}
.p-services__uiux__text__box p {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
.p-services__uiux__text__box p span {
  color: var(--color-primary);
  font-weight: 700;
}
.p-services__uiux__case__card__box {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-services__uiux__case__card__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.p-services__uiux__case__card__item:not(:first-child) {
  margin-top: 32px;
  margin-left: 0;
}
.p-services__uiux__case__card__text__box {
  margin-top: 10.39px;
}
.p-services__uiux__case__card__ttl {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.p-services__uiux__case__card__text {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  color: #101820;
}
.p-services__uiux__btn__box {
  margin-top: 49px;
  margin-bottom: 120px;
}
.p-services__uiux__text__box__left {
  width: 100%;
}
.p-services__uiux__text__box__left p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #000;
  margin-bottom: 0;
}
.p-service__uiux__box__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
}
.p-service__uiux__box__layout__img {
  margin-top: 40px;
  max-width: 540px;
  margin: 40px auto 0;
}
.p-service__uiux__btn__group {
  margin-top: 64px;
}
.p-services__side__wrap {
  width: 100% !important;
}
.p-services__uiux__case__card__img {
  width: 100%;
}
.p-services__uiux__case__card__img img {
  width: 100%;
}
.p-services__faq__link {
  font-size: 16px;
  font-weight: 700;
  color: #3968E1;
  margin-top: 8px;
  margin-bottom: 0;
}
.p-services__faq__link a {
  text-decoration: underline;
}
.p-services__archive-list__wrap {
  max-width: 1040px;
  margin: 0 auto 56px;
  width: 100%;
  padding: 0 16px;
}
.p-services__archive-list__wrap .archive-list__item {
  width: 100%;
}
.p-services__archive-list__heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  border-bottom: solid 2px var(--color-primary);
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.333;
  margin-bottom: 48px;
  padding-bottom: 12px;
}
@media screen and (min-width: 544px) {
  .p-services__mv__copy {
    bottom: 37px;
    right: 14px;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 700;
  }
  .p-servicers__balloon__charactor {
    max-width: 213.25px;
    width: 70%;
    margin-left: 116px;
    padding-right: 13.67px;
    margin-top: -47px;
    position: relative;
    margin-bottom: 35px;
  }
  .p-servicers__balloon__charactor img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-services__case__card__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 37px;
  }
  .p-services__case__card__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-services__case__card__item:not(:first-child) {
    margin-left: 2%;
    margin-top: 0;
  }
  .p-servicers__ballon__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 80px;
  }
  .p-servicers__balloon {
    background: #FAFAFA;
    border: solid 3px var(--color-accent);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 32px 32px 28px;
    margin-top: 64px;
    position: relative;
    max-width: 512px;
    width: 100%;
  }
  .p-servicers__balloon:after, .p-servicers__balloon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    left: auto;
  }
  .p-servicers__balloon:before {
    right: -26px;
    bottom: 19px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-accent);
    border-width: 55px 0 0 25px;
  }
  .p-servicers__balloon:after {
    right: -21px;
    bottom: 23px;
    border-style: solid;
    border-color: transparent transparent transparent #FAFAFA;
    border-width: 55px 0 0 25px;
    z-index: 10;
  }
  .p-servicers__balloon__list {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .p-servicers__balloon__charactor {
    max-width: 213.25px;
    width: 70%;
    margin-left: 0;
    padding-right: 0;
    margin-left: 24px;
    margin-top: 0;
    position: relative;
    margin-bottom: -24px;
  }
  .p-servicers__balloon__charactor img {
    width: 100%;
  }
  .p-services__archive-list__wrap {
    width: 100%;
  }
  .p-services__archive-list__wrap .archive-list__item {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (min-width: 992px) {
  .p-service__sp__only {
    display: none;
  }
  .p-services__pc__only {
    display: block;
  }
  .p-services__top__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
  .p-services__top__title:before {
    width: 80.3846153846%;
  }
  .p-services__top__title:after {
    width: 80.3846153846%;
  }
  .p-services__top__title h1 {
    font-size: 40px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 14px;
    display: block;
    letter-spacing: 0.2em;
    line-height: 1em;
  }
  .p-services__top__title p {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 0.2em;
    line-height: 0.909em;
    margin-left: 34px;
  }
  .p-services__mv__copy {
    bottom: 37px;
    right: 14px;
    font-size: 44px;
    letter-spacing: 8px;
    font-weight: 700;
  }
  .p-service__contents__wrap {
    margin-top: 80px;
  }
  #js-img {
    clear: both;
  }
  .p-services__img__flow {
    max-width: 759px;
    width: 100%;
  }
  .p-services__img__flow source, .p-services__img__flow img {
    margin-top: 32px;
    width: 100%;
    max-width: 759px;
  }
  .p-service__contents__wrap {
    position: relative;
  }
  .p-services__side__wrap {
    width: 240px !important;
    float: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-services__side {
    background-color: #fff;
    -webkit-box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 6px 16px 25px;
    width: 240px;
  }
  .p-services__side__menu {
    color: var(--color-primary);
    font-size: 10px;
    font-weight: 700;
    line-height: 3.2;
    letter-spacing: 0.5em;
    margin-bottom: 6px;
  }
  .p-services__side__heading {
    color: #989898;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5;
    padding: 0 0 0 22px;
    margin-top: 6px;
    border-bottom: none;
    list-style: none;
  }
  .p-services__side__heading__active {
    color: var(--color-accent);
  }
  .p-services__side__subheading {
    padding: 0;
    padding: 0 0 0 16px;
  }
  .p-services__main__contents {
    width: calc(100% - 240px - 42px);
    margin-left: 42px;
    margin-top: 0;
    float: right;
  }
  .p-services__sec__ttl {
    font-size: 24px;
    background: url(../img/materials/company/balloon_title_primary.png) no-repeat center/100% 100%;
    padding: 22px 0 30px 0;
    color: var(--color-accent);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.66;
    max-width: 450px;
    width: 100%;
    text-align: center;
    letter-spacing: 4px;
  }
  .p-services__sec__ttl:after {
    content: attr(data-pagettl);
    color: var(--color-primary);
    font-size: 10px;
    line-height: 1.2;
    display: block;
    font-weight: 700;
    letter-spacing: 3px;
  }
  .p-services__list__box__01 {
    border-radius: 16px;
    padding: 34px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 69px;
    width: 623px;
    height: auto;
  }
  .p-services__list__box__01 li {
    font-size: 18px;
    white-space: nowrap;
  }
  .p-services__list__box__01 li:not(:last-child) {
    margin-bottom: 1.055em;
  }
  .p-services__work__img__wrap {
    position: relative;
    width: 230px;
  }
  .p-services__work__img__01 {
    width: 174px;
    position: absolute;
    top: -7px;
    left: 18px;
  }
  .p-services__work__img__01 p {
    text-align: center;
    margin-top: 4.51px;
    font-size: 12px;
    line-height: 1.8333;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
  }
  .p-services__work__img__02 {
    width: 213px;
    position: absolute;
    top: 81px;
    left: -20px;
  }
  .p-services__work__img__02 p {
    text-align: center;
    margin-top: -7px;
    font-size: 12px;
    line-height: 1.8333;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
  }
  .p-services__work__img__03 {
    width: 131.38px;
    position: absolute;
    top: 49px;
    left: 184px;
  }
  .p-services__work__img__03 p {
    text-align: center;
    margin-top: 7.62px;
    font-size: 12px;
    line-height: 1.8333;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
  }
  .p-services__chart__box {
    margin-top: 32px;
  }
  .p-services__chart__img {
    margin-top: 12px;
  }
  .p-services__chart__list {
    padding: 20px 24px;
    background-color: #FFF3F5;
    border-radius: 6.35983px;
    margin-top: 32.97px;
  }
  .p-services__chart__list li {
    font-size: 20px;
    line-height: 2;
    margin-right: 1em;
  }
  .p-services__example__wrap {
    margin-top: 30.5px;
  }
  .p-services__example {
    font-size: 22.31px;
    padding-left: 32px;
    margin-bottom: 2.5px;
  }
  .p-services__example__box {
    padding: 15px 32px;
  }
  .p-services__example__box__list {
    margin-bottom: 0;
  }
  .p-services__example__box__list li {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-services__example__box__list li:before {
    margin-right: 4px;
  }
  .p-services__example__box__text {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.666;
    margin-bottom: 0;
  }
  .p-services__price__text {
    line-height: 2.625;
    margin-top: 32px;
  }
  .p-services__operation__list {
    padding: 23px 24px;
    max-width: 590px;
  }
  .p-services__operation__list li {
    font-size: 18px;
    line-height: 2;
  }
  .p-services__operation__list li:before {
    content: "▶";
    color: #FF5268;
    margin-right: 16px;
  }
  .p-service__btn__group {
    margin-top: 120px;
  }
  .p-services__compare__table {
    margin-top: 18px;
    max-width: 761px;
    width: 100%;
    table-layout: fixed;
  }
  .p-services__compare__table thead th {
    padding: 9px 0;
    font-size: 20px;
    -webkit-transform: scale(100%);
    transform: scale(100%);
  }
  .p-services__compare__table tbody {
    font-size: 16px;
  }
  .p-services__compare__table tbody th {
    width: 256px;
    padding: 9px 10px;
  }
  .p-services__compare__table tbody th p {
    font-size: 16px;
    line-height: 2.5;
    -webkit-transform: scale(100%);
    transform: scale(100%);
    margin-left: 0;
  }
  .p-services__compare__table tbody td p img {
    width: 24.56px;
    height: 24.56px;
  }
  .p-services__compare__table__item {
    width: 256px;
  }
  .p-services__table__bottom__text {
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 1.75;
  }
  .p-services__faq__item:not(:first-child) {
    margin-top: 40px;
  }
  .p-service__faq__link__group {
    line-height: 2.2857;
    margin-top: 11px;
  }
  .p-services__faq__question {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-services__faq__question__text {
    font-size: 18px;
    line-height: 2.222;
    margin-top: 0;
    margin-left: 9px;
  }
  .p-services__faq__answer {
    margin-top: 7px;
    padding: 16px 24px 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-services__faq__answer p {
    display: inline-block;
  }
  .p-services__faq__icon {
    width: 28px;
    height: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    vertical-align: top;
  }
  .p-services__faq__icon img {
    width: 28px;
    height: 30px;
  }
  .p-services__faq__answer__text {
    line-height: 2;
    margin-top: 0;
    margin-left: 9px;
    width: calc(100% - 57px);
  }
  .p-service__table__scroll {
    width: 100%;
    overflow-x: visible;
  }
  .p-services__faq__table {
    width: 100%;
    table-layout: fixed;
  }
  .p-services__faq__table thead th {
    padding: 6.5px 0;
    font-size: 20px;
    line-height: 2;
  }
  .p-services__faq__table tbody {
    font-size: 12px;
  }
  .p-services__faq__table tbody p {
    margin-bottom: 0;
  }
  .p-services__faq__table tbody th {
    padding: 7.5px 21px;
    font-size: 12px;
    line-height: 2.1666;
    font-size: 16px;
  }
  .p-services__faq__table tbody td {
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.666;
    padding: 9px 12px;
  }
  .p-services__faq__table tbody td img {
    width: 24.56px;
  }
  .p-services__faq__table__item {
    width: 211px;
  }
  .p-services__contact__box {
    margin-top: 64px;
    text-align: center;
  }
  .p-services__contact__meeage {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-services__contact__meeage:before {
    content: "";
    height: 20px;
    width: 2px;
    background: #000;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-services__contact__meeage:after {
    content: "";
    height: 20px;
    width: 2px;
    background: #000;
    position: absolute;
    top: 9px;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-services__uiux__img__flow {
    width: 614px;
    margin: 32px auto 0;
  }
  .p-services__uiux__img__flow img {
    width: 614px;
  }
  .p-services__uiux__text__box {
    margin-top: 48px;
  }
  .p-services__uiux__case__card__box {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-services__uiux__case__card__item {
    width: 100%;
  }
  .p-services__uiux__case__card__item:not(:first-child) {
    margin-top: 0;
    margin-left: 2%;
  }
  .p-services__uiux__case__card__text__box {
    margin-top: 6.52px;
  }
  .p-services__uiux__case__card__ttl {
    line-height: 1.5;
    color: #000;
  }
  .p-services__uiux__case__card__text {
    color: #000;
  }
  .p-services__uiux__btn__box {
    margin-top: 65px;
    margin-bottom: 160px;
  }
  .p-services__uiux__text__box__left {
    width: 100%;
  }
  .p-services__uiux__text__box__left p {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #000;
  }
  .p-service__uiux__box__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 36px;
  }
  .p-service__uiux__box__layout__img {
    margin-top: 35px;
  }
  .p-services__uiux__sec__h3 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-top: 32px;
    margin-bottom: 0;
  }
  .p-services__archive-list__heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
    text-align: left;
    letter-spacing: 0.2em;
    border-bottom: solid 2px var(--color-primary);
    padding-bottom: 5px;
    margin-bottom: 24px;
    line-height: 1.666;
  }
  .p-services__archive-list__wrap {
    width: 100%;
    margin-bottom: 120px;
  }
  .p-services__archive-list__wrap .archive-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-services__archive-list__wrap .archive-list__item {
    width: calc((100% - 64px) / 3);
    margin-bottom: 0;
  }
  .p-services__archive-list__wrap .archive-list__item:not(:nth-child(3n)) {
    margin-right: 32px;
  }
  .p-services__link__text {
    text-align: center;
    margin-top: 32px;
  }
  .p-services__uiux__link__text {
    text-align: center;
    margin-top: 40px;
  }
  .p-services__faq__link {
    padding-left: 42px;
  }
  .p-servicers__balloon__ttl {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-accent);
  }
  .p-services__sec__h3 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-top: 32px;
    margin-bottom: 0;
  }
  .p-services__chart__ttl {
    font-size: 19px;
    color: var(--color-accent);
    font-weight: 700;
    line-height: 1.47368;
  }
  .p-services__mobail__faq__table {
    width: 100%;
    table-layout: fixed;
  }
  .p-services__mobail__faq__table thead th {
    padding: 6.5px 0;
    font-size: 14px;
    line-height: 2;
  }
  .p-services__mobail__faq__table tbody {
    font-size: 12px;
  }
  .p-services__mobail__faq__table tbody p {
    margin-bottom: 0;
  }
  .p-services__mobail__faq__table tbody th {
    padding: 7.5px 21px;
    font-size: 12px;
    line-height: 2.1666;
    font-size: 16px;
  }
  .p-services__mobail__faq__table tbody td {
    border: 1px solid #F9F8FA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.666;
    padding: 9px 12px;
  }
  .p-services__mobail__faq__table tbody td img {
    width: 24.56px;
  }
}
@media screen and (min-width: 1200px) {
  .p-services__archive-list__wrap {
    width: 100%;
    padding: 0;
  }
}
/* company */
.p-company__working__copy__pc {
  text-align: center;
  margin-bottom: 0;
}
.p-company__working__copy__sp {
  font-size: 24px;
  color: #fff;
  line-height: 3;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-company__working__copy__sp:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(-45deg, var(--color-secondary), var(--color-secondary) 4px, white 4px, white 8px);
}
.p-company__working__copy__box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-company__working__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 67px;
}
.p-company__sp__only {
  display: block;
}
.p-company__copy__sp__only {
  display: block;
}
.p-company__text__parimary {
  color: var(--color-primary);
}
.p-company__top {
  position: relative;
  padding: 0 calc(50vw - 50%) 64px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
.p-company__top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34.5px 0 34.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-company__page__ttl {
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 400;
  padding: 0 24px;
  display: inline-block;
  margin-bottom: 0;
  border-bottom: solid 2px var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-company__page__ttl:before {
  content: attr(data-pagettl);
  color: var(--color-accent);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.666;
  font-family: "Open Sans", sans-serif;
  margin-right: 32px;
}
.p-company__title__box {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-company__mv__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  padding: 0 0 80% 0;
}
.p-company__mv__wrap::before {
  content: "";
  width: 100px;
  height: 440px;
  display: inline-block;
  background-image: url(../img/materials/company/company_bg_vision.svg);
  position: absolute;
  top: 47px;
  right: -16px;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-company__mv__wrap::after {
  content: "";
  display: inline-block;
  background-image: url(../img/materials/company/company_img_mv.png);
  max-width: 526px;
  width: 90%;
  height: auto;
  aspect-ratio: 317/288;
  position: absolute;
  bottom: 0;
  left: 16px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-company__mv {
  padding: 36px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-company__mv__copy {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--color-accent);
  line-height: 1.3625;
  margin-bottom: 0;
}
.p-company__mv__ttl__decoration {
  margin-bottom: 16px;
  padding: 4px 12px;
  display: inline-block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-bottom: 16px;
  background-color: #fff;
  border: solid 4px #300045;
  position: relative;
}
.p-company__mv__ttl__decoration::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: -webkit-gradient(linear, left top, right top, from(#EC008C), to(#FC6767));
  background: linear-gradient(90deg, #EC008C 0%, #FC6767 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: inline-block;
}
.p-company__copy__box {
  display: inline-block;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.p-company__copy__box:not(:first-child) {
  margin-top: 12px;
}
.p-company__copy__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#EC008C), to(#FC6767));
  background: linear-gradient(90deg, #EC008C 0%, #FC6767 100%);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  display: inline-block;
}
.p-company__copy__box p {
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  background-color: #fff;
  border: solid 4px #300045;
  position: relative;
  z-index: 2;
}
.p-company__text__box {
  max-width: 544px;
  width: 100%;
  margin-top: 42px;
}
.p-company__text__box p {
  width: 100%;
}
.p-company__text__copy {
  font-size: 21px;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.75;
  margin-bottom: 16px;
}
.p-company__text__detail {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.222;
  margin-bottom: 2em;
}
.p-company__wide__bg {
  background: #FCC8CF;
  position: relative;
  padding: 80px 0 80px;
}
.p-company__wide__bg::before {
  content: "";
  background-image: url(../img/materials/company/company_bg_pentagon_01.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 30%;
  height: 10%;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: contain;
}
.p-company__wide__bg::after {
  content: "";
  background-image: url(../img/materials/company/company_bg_pentagon_02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 48%;
  height: 0;
  padding-top: 45%;
  display: inline-block;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-size: contain;
}
.p-company__card__wrap {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 5;
}
.p-company__card__item {
  width: 100%;
  background-color: #fff;
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-company__card__item:not(:first-child) {
  margin-top: 8px;
}
.p-company__card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  font-size: 21px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 0;
}
.p-company__card__img {
  margin-top: 32px;
  margin: 32px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-company__card__img img {
  width: 100%;
}
.p-company__card__text {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  color: #666;
  line-height: 2.133;
}
.p-company__sec__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.369;
  margin-bottom: 0;
  background-color: #fff;
  border: solid 4px var(--color-accent);
  position: relative;
  z-index: 1;
  padding: 4px 12px;
}
.p-company__mission__bg {
  position: relative;
  padding: 0 calc(50vw - 50%) 0;
}
.p-company__mission__sec {
  padding: 64px 0 0;
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
}
.p-company__mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.p-company__mission__inner::before {
  content: "";
  width: 100px;
  height: 543px;
  display: inline-block;
  background-image: url(../img/materials/company/company_bg_mission.svg);
  position: absolute;
  top: 47px;
  left: -16px;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-company__mission__copy__box {
  margin-left: auto;
}
.p-company__mission__text__box {
  max-width: 448px;
  width: 100%;
  margin-top: 42px;
}
.p-company__mission__img {
  width: 70%;
  margin-left: auto;
  margin-top: 16px;
}
.p-company__policy__bg {
  background-color: #f7f5f8;
  position: relative;
  padding: 0 calc(50vw - 50% - 16px);
  -webkit-clip-path: polygon(33% 20%, 100% 400px, 100% 100%, 0 100%, 0 18%);
  clip-path: polygon(33% 20%, 100% 400px, 100% 100%, 0 100%, 0 18%);
  margin-top: -430px;
}
.p-company__policy__sec {
  padding: 0 16px;
  padding-top: 576px;
}
.p-company__policy__inner {
  position: relative;
}
.p-company__policy__inner::before {
  content: "";
  width: 100px;
  height: 468px;
  display: inline-block;
  background-image: url(../img/materials/company/company_bg_policy.svg);
  position: absolute;
  background-color: #f7f5f8;
  background-blend-mode: multiply;
  top: 36px;
  right: -16px;
  z-index: -3;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-company__policy__top__img {
  width: 72.26%;
  margin-right: auto;
  margin-top: 16px;
}
.p-company__policy__top__img img {
  width: 100%;
}
.p-company__policy__list__box {
  margin-top: 89px;
  padding-bottom: 64px;
}
.p-company__policy__img {
  width: 240px;
}
.p-company__policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-company__policy__item {
  width: 240px;
}
.p-company__policy__item:not(:first-child) {
  margin-left: 0;
  margin-top: 32px;
}
.p-company__policy__text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--color-accent);
  margin-top: 16px;
  margin-bottom: 0;
}
.p-company__logo__sec {
  padding-top: 64px;
  padding-bottom: 64px;
  max-width: 984px;
  margin: 0 auto;
}
.p-company__logo__bg {
  padding: 0 calc(50vw - 50% - 16px);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-company__logo__sec__inner {
  position: relative;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-company__logo__sec__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/materials/company/company_bg_logo.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-company__log__border {
  display: block;
}
.p-company__log__border::after {
  content: "";
  display: block;
  width: 59px;
  height: 1px;
  background-color: var(--color-accent);
  margin-top: 8px;
  margin-bottom: 32px;
}
.p-company__log__text__box {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 32px;
}
.p-company__log__ttl {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-accent);
  line-height: 1.777;
  margin-bottom: 0;
  padding-top: calc(28% + 32px);
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.p-company__log__text {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-accent);
  line-height: 1.777;
  margin-bottom: 0;
}
.p-company__logo__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 69.822%;
}
.p-company__working__bg {
  background-color: var(--color-secondary);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 0;
}
.p-company__working__sec {
  padding: 114px 0 64.52px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.p-company__working__sec h2 {
  margin: 0 auto;
}
.p-company__working__sec::before {
  content: "";
  background-image: url(../img/materials/company/company_bg_working.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 633.25px;
  position: absolute;
  top: 99px;
  left: -16px;
  background-size: cover;
}
.p-company__working__item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 67px;
}
.p-company__working__item {
  max-width: 525px;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-company__working__item:not(:first-child) {
  margin-left: 0;
  margin-top: 16px;
}
.p-company__working__item__title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.77;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-top: 16px;
}
.p-company__working__item__text {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}
.p-company__working__item__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 92.2%;
  margin: 0 auto;
}
.p-company__member__bg {
  background-color: #fff;
  background-image: url(../img/materials/company/company_bg_member_sp.svg);
  background-repeat: no-repeat;
  background-position: 0 64px;
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-size: 100%;
  width: 100vw;
}
.p-company__member__sec {
  padding: 120px 0 128px;
}
.p-company__member__sec h2 {
  margin: 0 auto;
}
.p-company__member__card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-company__member__card {
  width: 100%;
  max-width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-company__member__card:not(:nth-child(3n)) {
  margin-right: 0;
  margin-top: 64px;
}
.p-company__member__card__position {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}
.p-company__member__card__name {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
  text-align: center;
}
.p-company__member__card__text__box {
  margin-top: 24px;
}
.p-company__member__card__text {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  margin-top: 24px;
}
.p-company__member__card__img {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  width: 83.676%;
  margin: 0 auto;
}
.p-company__member__card__img img {
  width: 100%;
}
.p-company__about__bg {
  position: relative;
  background-image: url(../img/materials/company/company_bg_info_sp.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50% - 16px);
}
.p-company__about__sec {
  padding: 56px 0 0;
  margin-top: 80px;
}
.p-company__about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-company__about__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 16px;
  width: 100%;
}
.p-company__about__text h2 {
  margin: 0 auto;
}
.p-company__about__img {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 56px;
  padding: 0 16px;
  width: 100%;
}
.p-company__about__img img {
  width: 100%;
}
.p-company__about__map {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 64.8933%;
}
.p-company__about__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company__about__list {
  margin-top: 56px;
  margin-left: 0;
}
.p-company__about__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.p-company__about__list__item:not(:last-child) {
  border-bottom: solid 1px #e5e5e5;
}
.p-company__about__list__item dt {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.778;
  width: 128px;
  margin-right: 8px;
}
.p-company__about__list__item dd {
  color: #101820;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.778;
}
.p-company__about__list__item dd a {
  text-decoration: underline;
  color: #101820;
}
.p-company__about__img__group__container {
  width: 100vw;
  margin: 56.35px calc(50% - 50vw) 64px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.p-company__about__img__group {
  width: 100%;
  height: 100%;
}
.p-company__about__img__item {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 40%;
}
.p-company__about__img__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-company__about__img__group__container > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
@media screen and (min-width: 376px) {
  .p-company__working__copy__pc {
    text-align: center;
  }
  .p-company__working__copy__sp {
    font-size: 32px;
    color: #fff;
    line-height: 2.6;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-company__working__copy__sp:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: repeating-linear-gradient(-45deg, var(--color-secondary), var(--color-secondary) 4px, white 4px, white 8px);
  }
  .p-company__working__copy__box {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 544px) {
  .p-company__mv__wrap {
    padding: 0 0 473px 0;
  }
  .p-company__policy__bg {
    margin-top: -430px;
  }
  .p-company__policy__sec {
    padding-top: 662px;
  }
  .p-company__about__img__item {
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 40%;
  }
  .p-company__about__img__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-company__page__ttl {
    font-size: 15px;
    padding: 0 32px 0 24px;
    font-weight: 700;
  }
  .p-company__page__ttl:before {
    font-size: 64px;
  }
  .p-company__mv__wrap {
    padding: 0 0 473px 0;
  }
  .p-company__mv__wrap::before {
    width: 163px;
    height: 717px;
    top: 47px;
    right: -16px;
    z-index: -2;
  }
  .p-company__mv {
    padding: 88px 0 0 0;
  }
  .p-company__mv__copy {
    font-size: 56px;
  }
  .p-company__copy__sp__only {
    display: none;
  }
  .p-company__mv__ttl__decoration {
    margin-bottom: 16px;
    padding: 9px 17px;
    margin-bottom: 26px;
    border: solid 8px #300045;
  }
  .p-company__mv__ttl__decoration::before {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }
  .p-company__copy__box:not(:first-child) {
    margin-top: 26px;
  }
  .p-company__copy__box::before {
    top: 10px;
    left: 10px;
  }
  .p-company__copy__box p {
    padding: 16px 24px;
    border: solid 8px var(--color-accent);
  }
  .p-company__sec__title {
    font-size: 64px;
    border: solid 8px var(--color-accent);
    padding: 9px 17px;
  }
  .p-company__mission__inner::before {
    width: 162.86px;
    height: 882.26px;
    top: 165px;
    left: 0;
  }
  .p-company__mission__text__box {
    max-width: 554px;
    width: 100%;
    margin-top: 42px;
  }
  .p-company__text__copy {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1.75;
    margin-bottom: 16px;
  }
  .p-company__text__detail {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.222;
    margin-bottom: 2em;
  }
  .p-company__policy__bg {
    margin-top: -496px;
  }
  .p-company__policy__inner::before {
    content: "";
    width: 161px;
    height: 753.3px;
    display: inline-block;
    background-image: url(../img/materials/company/company_bg_policy.svg);
    position: absolute;
    top: -104px;
    right: 0;
    z-index: -3;
    background-repeat: no-repeat;
  }
  .p-company__policy__sec {
    padding-top: 746px;
  }
  .p-company__working__sec {
    padding: 150px 0 193.5px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .p-company__working__sec::before {
    width: 161.41px;
    height: 1022.11px;
    position: absolute;
    top: 99px;
    left: 0;
  }
  .p-company__about__img__item {
    width: 33.3333333333%;
    padding-top: 26.6666666667%;
  }
}
@media screen and (min-width: 781px) {
  .p-company__mv__wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 16px 456px 16px;
  }
  .p-company__mv__wrap::before {
    content: "";
    width: 163px;
    height: 717px;
    display: inline-block;
    background-image: url(../img/materials/company/company_bg_vision.svg);
    position: absolute;
    top: 47px;
    right: 0;
    z-index: -2;
    background-repeat: no-repeat;
  }
  .p-company__mv__wrap::after {
    content: "";
    display: inline-block;
    background-image: url(../img/materials/company/company_img_mv.png);
    width: 526px;
    height: 480px;
    z-index: 1;
  }
  .p-company__card__title {
    font-size: 24px;
  }
  .p-company__mission__sec {
    padding: 64px 16px 0;
  }
  .p-company__mission__inner::before {
    width: 162.86px;
    height: 882.26px;
    top: 165px;
    left: 0;
  }
  .p-company__policy__inner {
    position: relative;
    padding-left: 32px;
  }
  .p-company__policy__inner::before {
    content: "";
    width: 161px;
    height: 753.3px;
    display: inline-block;
    background-image: url(../img/materials/company/company_bg_policy.svg);
    position: absolute;
    top: -104px;
    right: 0;
    z-index: -3;
    background-repeat: no-repeat;
  }
  .p-company__logo__bg {
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-company__logo__sec {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 300px;
  }
  .p-company__logo__sec__inner {
    position: relative;
    display: block;
    padding: 0;
  }
  .p-company__logo__sec__inner::before {
    background-size: 500px;
  }
  .p-company__log__ttl {
    padding-top: 163px;
  }
  .p-company__log__border::after {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-company__log__text__box {
    max-width: 520px;
    width: 55%;
    margin-top: 0;
  }
  .p-company__logo__img {
    top: 75px;
    right: 0;
    width: 516px;
    margin: 0;
    position: absolute;
  }
  .p-company__logo__img img {
    width: 100%;
  }
  .p-company__policy__bg {
    padding: 0 calc(50vw - 50%);
  }
  .p-company__working__copy__sp {
    font-size: 48px;
  }
  .p-company__working__copy__sp:after {
    height: 16px;
    background: repeating-linear-gradient(-45deg, var(--color-secondary), var(--color-secondary) 9px, white 8px, white 16px);
  }
  .p-company__working__copy__pc {
    font-size: 48px;
    color: #fff;
    line-height: 2;
    font-weight: 700;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .p-company__working__copy__pc:after {
    width: 0;
    height: 0;
  }
  .p-company__member__sec {
    padding: 261px 0 64px;
    max-width: 1200px;
    width: 100%;
  }
  .p-company__member__sec h2 {
    margin: 0 auto;
  }
  .p-company__about__img {
    padding: 0 24px 0 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-company__sp__only {
    display: none;
  }
  .p-company__top::after {
    border-width: 80px 69px 0 69px;
    bottom: -80px;
  }
  .p-company__mv__wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .p-company__mv__wrap::before {
    content: "";
    width: 163px;
    height: 717px;
    display: inline-block;
    background-image: url(../img/materials/company/company_bg_vision.svg);
    position: absolute;
    top: 47px;
    right: 0;
    z-index: -2;
    background-repeat: no-repeat;
  }
  .p-company__mv__wrap::after {
    bottom: 160px;
    right: 16px;
    left: auto;
    width: 450px;
    height: 400px;
  }
  .p-company__mv {
    padding: 88px 16px 170px 16px;
  }
  .p-company__mv__copy {
    font-size: 76px;
  }
  .p-company__card__title {
    height: 80px;
  }
  .p-company__text__box {
    width: 544px;
    margin-top: 42px;
  }
  .p-company__text__box p {
    width: 100%;
  }
  .p-company__wide__bg {
    padding: 148px 0 128px;
  }
  .p-company__wide__bg::before {
    content: "";
    background-image: url(../img/materials/company/company_bg_pentagon_01.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 328px;
    height: 300px;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .p-company__wide__bg::after {
    content: "";
    background-image: url(../img/materials/company/company_bg_pentagon_02.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 328px;
    height: 300px;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding-top: 0;
  }
  .p-company__card__img {
    margin: 32px auto 0;
    width: 84.92569%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-company__card__img img {
    width: 100%;
  }
  .p-company__card__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-company__card__item {
    width: calc((100% - 16px) / 3);
    background-color: #fff;
    padding: 32px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-company__card__item:not(:first-child) {
    margin-left: 8px;
    margin-top: 0;
  }
  .p-company__mission__bg {
    padding: 0 calc(50vw - 50%);
  }
  .p-company__mission__sec {
    padding: 136px 16px 136px;
    position: relative;
  }
  .p-company__mission__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0;
  }
  .p-company__mission__inner::before {
    width: 162.86px;
    height: 882.26px;
    top: -40px;
    left: 0;
  }
  .p-company__mission__copy__box {
    margin-left: auto;
    margin-right: 0;
  }
  .p-company__mission__text__box {
    max-width: 554px;
    width: 100%;
    margin-top: 42px;
  }
  .p-company__mission__img {
    width: 392px;
    margin-left: 0;
    position: absolute;
    top: 447px;
    right: 588px;
  }
  .p-company__policy__bg {
    -webkit-clip-path: polygon(33% 23%, 100% 3%, 100% 100%, 0 100%, 0 18%);
    clip-path: polygon(33% 23%, 100% 3%, 100% 100%, 0 100%, 0 18%);
    padding: 0 calc(50vw - 50%) 0;
    margin-top: -162px;
  }
  .p-company__policy__bg::before {
    top: 47px;
    right: 0;
    z-index: -3;
  }
  .p-company__policy__bg::after {
    width: 382px;
    height: 532px;
    top: 250px;
    left: 50%;
  }
  .p-company__policy__inner::before {
    content: "";
    width: 161px;
    height: 753.3px;
    display: inline-block;
    background-image: url(../img/materials/company/company_bg_policy.svg);
    position: absolute;
    top: -104px;
    right: 32px;
    z-index: -3;
    background-repeat: no-repeat;
  }
  .p-company__policy__sec {
    position: relative;
    padding-top: 396px;
  }
  .p-company__policy__top__img {
    width: 41%;
    position: absolute;
    top: 252px;
    left: 580px;
  }
  .p-company__policy__list__box {
    margin-top: 89px;
  }
  .p-company__policy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-company__policy__item:not(:first-child) {
    margin-left: 64px;
    margin-top: 0;
  }
  .p-company__logo__sec {
    padding-top: 128px;
    padding-bottom: 369px;
    width: 100%;
    margin: 0 auto;
  }
  .p-company__logo__sec__inner {
    padding: 0;
  }
  .p-company__logo__sec__inner::before {
    background-size: 575.66px;
  }
  .p-company__log__ttl {
    padding-top: 186px;
  }
  .p-company__log__text__box {
    max-width: 520px;
    width: 100%;
  }
  .p-company__log__text {
    padding-top: 0;
  }
  .p-company__logo__img {
    width: 537.89px;
    position: absolute;
    top: 75px;
    right: 0;
  }
  .p-company__working__copy__sp {
    font-size: 48px;
  }
  .p-company__working__copy__sp:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
  }
  .p-company__working__copy__pc {
    font-size: 48px;
    color: #fff;
    line-height: 2;
    font-weight: 700;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .p-company__working__copy__pc:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: repeating-linear-gradient(-45deg, var(--color-secondary), var(--color-secondary) 8px, white 8px, white 16px);
  }
  .p-company__member__bg {
    background-image: url(../img/materials/company/company_bg_member_pc.svg);
    background-position: 0 128px;
    padding: 0 calc(50vw - 50% + 16px) 0;
  }
  .p-company__member__card__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-company__member__card {
    max-width: 357.33px;
    width: calc((100% - 128px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 64px;
  }
  .p-company__member__card:not(:nth-child(3n)) {
    margin-right: 64px;
    margin-top: 0;
  }
  .p-company__about__bg {
    position: relative;
    background-image: url(../img/materials/company/company_bg_info_pc.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 calc(50vw - 50%);
    background-size: 100%;
  }
  .p-company__about__sec {
    margin-top: 100px;
    padding: 110px 16px 0;
    max-width: 1200px;
  }
  .p-company__about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-company__about__list {
    margin-top: 40px;
    margin-left: 48px;
  }
  .p-company__about__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-company__about__list__item:not(:last-child) {
    border-bottom: none;
  }
  .p-company__about__img {
    max-width: 526px;
    width: 526px;
    margin-top: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-company__about__img img {
    width: 100%;
  }
  .p-company__about__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: calc(100% - 526px);
  }
  .p-company__about__text h2 {
    margin-left: 48px;
    width: 90%;
  }
  .p-company__about__text dt {
    width: 128px;
  }
  .p-company__about__text dd {
    width: calc(100% - 128px);
    overflow-wrap: normal;
  }
  .p-company__about__map {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 790px;
    margin-left: auto;
    margin-top: -40px;
  }
  .p-company__about__map iframe {
    width: 100%;
  }
  .p-company__about__img__item {
    width: 33.3333333333%;
    padding-top: 26.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .p-company__page__ttl {
    padding: 0 32px 0 120px;
  }
  .p-company__mv {
    padding: 88px 0 170px 88px;
  }
  .p-company__mv__wrap {
    max-width: 1200px;
  }
  .p-company__mv__wrap::after {
    bottom: 160px;
    right: 16px;
    left: auto;
    width: 526px;
    height: 480px;
  }
  .p-company__mv__copy {
    font-size: 80px;
    line-height: 1.3625;
    margin-bottom: 0;
  }
  .p-company__copy__box {
    display: inline-block;
    position: relative;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-company__copy__box:not(:first-child) {
    margin-top: 26px;
  }
  .p-company__copy__box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#EC008C), to(#FC6767));
    background: linear-gradient(90deg, #EC008C 0%, #FC6767 100%);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  .p-company__copy__box p {
    padding: 16px 24px;
    display: inline-block;
    margin-bottom: 0;
    background-color: #fff;
    border: solid 8px #300045;
    position: relative;
    z-index: 2;
  }
  .p-company__mission__bg {
    padding: 0 calc(50vw - 50%);
  }
  .p-company__mission__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-company__mission__inner::before {
    width: 162.86px;
    height: 882.26px;
    top: -79px;
    left: -60px;
  }
  .p-company__policy__inner {
    position: relative;
    padding-left: 87px;
  }
  .p-company__policy__inner::before {
    content: "";
    width: 161px;
    height: 753.3px;
    display: inline-block;
    background-image: url(../img/materials/company/company_bg_policy.svg);
    position: absolute;
    top: -128px;
    right: 0;
    z-index: -3;
    background-repeat: no-repeat;
  }
  .p-company__policy__top__img {
    top: 208px;
    left: 646px;
    width: 440px;
  }
  .p-company__policy__list__box {
    margin-top: 56px;
    padding-bottom: 164px;
  }
  .p-company__working__sec {
    padding: 150px 0 193.5px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .p-company__working__sec::before {
    width: 161.41px;
    height: 1022.11px;
    position: absolute;
    top: 99px;
    left: -78px;
  }
  .p-company__working__item__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-company__working__item {
    width: 320px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-company__working__item:not(:first-child) {
    margin-left: 32px;
    margin-top: 0;
  }
  .p-company__working__item__img {
    width: 100%;
  }
  .p-company__about__map {
    margin-top: -80px;
  }
  .p-company__about__img__item {
    width: 25%;
    padding-top: 20%;
  }
}
/* Contact Page
--------------------------------------------------------------*/
.contact h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #300045;
  font-weight: 700;
  gap: 0 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .contact h1 {
    margin-bottom: 30px;
    font-size: 48px;
  }
}
.contact h1::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/materials/icon/icon_contact_title.svg) no-repeat center/contain;
}
@media screen and (min-width: 1200px) {
  .contact h1::before {
    width: 100px;
    height: 100px;
  }
}
.contact .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.contact .wpcf7-list-item {
  margin-left: 0;
}
.contact form input[type=text], .contact form input[type=email], .contact form textarea, .contact form select, .contact form input[type=tel] {
  display: block;
  width: 100%;
  background-color: #FFFAEA;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  min-height: 40px;
  padding: 16px;
  font-weight: 1.6rem;
}
.contact form input[type=text]::-webkit-input-placeholder, .contact form input[type=email]::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder, .contact form select::-webkit-input-placeholder, .contact form input[type=tel]::-webkit-input-placeholder {
  color: rgba(203, 203, 203, 1);
}
.contact form input[type=text]::-moz-placeholder, .contact form input[type=email]::-moz-placeholder, .contact form textarea::-moz-placeholder, .contact form select::-moz-placeholder, .contact form input[type=tel]::-moz-placeholder {
  color: rgba(203, 203, 203, 1);
}
.contact form input[type=text]:-ms-input-placeholder, .contact form input[type=email]:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder, .contact form select:-ms-input-placeholder, .contact form input[type=tel]:-ms-input-placeholder {
  color: rgba(203, 203, 203, 1);
}
.contact form input[type=text]::-ms-input-placeholder, .contact form input[type=email]::-ms-input-placeholder, .contact form textarea::-ms-input-placeholder, .contact form select::-ms-input-placeholder, .contact form input[type=tel]::-ms-input-placeholder {
  color: rgba(203, 203, 203, 1);
}
.contact form input[type=text]::placeholder, .contact form input[type=email]::placeholder, .contact form textarea::placeholder, .contact form select::placeholder, .contact form input[type=tel]::placeholder {
  color: rgba(203, 203, 203, 1);
}
.top-download-form form input[type=text]::placeholder, .top-download-form form input[type=email]::placeholder, .top-download-form form textarea::placeholder, .top-download-form form select::placeholder, .top-download-form form input[type=tel]::placeholder {
  color: rgba(203, 203, 203, 1);
}
.contact form input[type=radio], .contact form input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.contact form input[type=radio] + *, .contact form input[type=checkbox] + * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact form input[type=radio] + *::before, .contact form input[type=checkbox] + *::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/materials/icon/checkbox.svg) no-repeat center/contain;
  margin-right: 11px;
}
.contact form input[type=radio]:checked + *::before, .contact form input[type=checkbox]:checked + *::before {
  background: url(../img/materials/icon/checkbox_checked.svg) no-repeat center/contain;
}
.contact form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/materials/icon/select_dropdown.svg);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 16px center;
}
.contact form .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact form .col > p {
  width: calc(50% - 16px);
}
.contact form .wpcf7-form-control-wrap.newsletter {
  margin-top: 12px;
  display: block;
}
.contact .must {
  border-radius: 0;
  color: #f92931;
  background: #fff;
  border: 1px solid #F92931;
  font-size: 12px;
  padding: 1px 8px;
  display: inline-block;
  margin-left: 24px;
  font-weight: 400;
}
.contact label {
  font-weight: 400;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contact select, textarea.wpcf7-form-control.wpcf7-textarea {
  background: #FFFAEA;
}
.p-contact__privacy {
  margin-top: 40px;
  margin-bottom: 0;
}
.p-contact__privacy a {
  text-decoration: underline;
}
.contact input[type=submit] {
  background: var(--color-primary);
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  color: #fff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact input[type=submit]:disabled {
  opacity: 0.6;
}
.contact input[type=submit]:hover {
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.contact .wpcf7 {
  width: 490px;
  max-width: 100%;
}
.contactThanks {
  padding: 64px 0 0;
  color: #300045;
}
.contactThanks .downloads-thanks {
  padding-top: 32px;
  font-size: 15px;
}
.contactThanksImage {
  text-align: center;
  max-width: 548px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 376px) {
  .contactThanks {
    padding: 100px 0 0;
  }
  .contactThanks .downloads-thanks {
    font-size: 18px;
  }
}
.fixedform {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 430px;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
}
.fixedform.is-open::after {
  content: "-";
  font-weight: bold;
  border: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fixedform {
    display: none;
  }
}
.fixedformTitle {
  background: var(--color-primary);
  text-align: center;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.fixedformTitle p {
  margin: 0;
}
.fixedformBody {
  display: none;
}
.fixedformBodyInner {
  background: rgba(255, 255, 255, 0.96);
  padding: 16px;
  max-height: 80vh;
  overflow: auto;
}
/* ▲▲ ----- pages --------▲▲*/
/* utility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
/* bottombanner
--------------------------------------------------------------*/
#bottombanner {
  display: none;
}
@media screen and (max-width: 768px) {
  #bottombanner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
  }
  #bottombanner .bnr {
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
    padding: 0 16px;
  }
  #bottombanner .bnr img {
    margin: auto;
    max-width: 343px;
    width: 100%;
    filter: drop-shadow(0px 3px 8px #ccc);
  }
}
@media screen and (max-width: 767px) {
  .post-template-default #page-top {
    bottom: 104px;
  }
  .post-template-default #ladmin-v {
    bottom: 94px;
  }
}
/* CTA Modal
--------------------------------------------------------------*/
.ctaModalWrap .ctaModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 175, 189, 0.92) 0%, rgba(255, 195, 160, 0.92) 100%);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.ctaModalWrap .modalContentWrap {
  max-width: 712px;
  width: 92%;
  text-align: center;
  position: relative;
  position: fixed;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctaModalWrap .modal_logo_img {
    max-width: 392px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.ctaModalWrap .modalContent {
  position: relative;
  background-color: #fff;
  background: #FFFFFFB2;
  box-shadow: 0px 8px 16px 0px #0000001A;
  padding: 64px;
  padding-bottom: 48px;
  border-radius: 16px;
  margin-top: -32px;
}
.ctaModalWrap .modalContent .modalBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.ctaModalWrap .modalContent .modalBox .imgArea {
  width: 23.6%;
  max-width: 168px;
  flex: 1;
}
.ctaModalWrap .modalContent .modalBox .imgArea img {
  max-width: 100%;
}
.ctaModalWrap .modalContent .modalBox .txtArea {
  width: 53.93%;
  max-width: 384px;
  flex: 1;
}
.ctaModalWrap .modalContent .modalBox .txtArea .ttl {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  color: #300045;
  margin-bottom: 24px;
  font-weight: 700;
}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea {}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt {
  font-size: 15px;
  color: #00CCBC;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 700;
}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::before, .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::after {
  content: "";
  display: block;
  background-color: #00CCBC;
  width: 1px;
  height: 0;
  padding-bottom: 5%;
}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::before {
  transform: rotate(-25deg);
}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::after {
  transform: rotate(25deg);
}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea .primary-button {
  max-width: none;
  font-size: 18px;
  padding: 0px 64px 0px 32px;
  margin: auto;
  font-weight: 700;
  line-height: 1.667;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  height: 61px;
  max-width: 340px;
}
.ctaModalWrap .modalContent .modalBox .txtArea .btnArea .primary-button::after {
  background-size: 32px;
  right: 16px;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
}
.ctaModalWrap .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  cursor: pointer;
  line-height: 1;
}
.ctaModalWrap .close-btn:hover {}
/**～TAB**/
@media screen and (max-width: 820px) {
  .ctaModalWrap .ctaModal {}
  .ctaModalWrap .modalContentWrap {
    max-width: 448px;
    width: 100%;
    max-height: 100vh;
    padding-top: 24px;
    padding-bottom: 24px;
}
  .ctaModalWrap .modal_logo_img {
    max-width: 327px;
}
  .ctaModalWrap .modalContent {
    padding: 40px 24px 32px;
    margin-top: -13px;
  }
  .ctaModalWrap .modalContent .modalBox {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* gap: 24px; */
  }
  .ctaModalWrap .modalContent .modalBox .imgArea {
    width: 100%;
    flex: none;
    max-width: none;
  }
  .ctaModalWrap .modalContent .modalBox .imgArea img {
    max-width: 112px;
  }
  .ctaModalWrap .modalContent .modalBox .txtArea {
    width: 100%;
    flex: none;
    max-width: none;
  }
  .ctaModalWrap .modalContent .modalBox .txtArea .ttl {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea {}
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt {
    font-size: 1.5rem;
    /* width: 90%; */
    margin: auto;
    margin-bottom: 16px;
    gap: 10px;
  }
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::before, .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::after {
    padding-bottom: 7%;
  }
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::before {}
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .btnTxt::after {}
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .primary-button {
    font-size: 1.8rem;
    max-width: none;
    line-height: 1.715;
    padding: 0 56px 0px 16px;
  }
  .ctaModalWrap .modalContent .modalBox .txtArea .btnArea .primary-button::after {}
  .ctaModalWrap .close-btn {
    top: 20px;
  }
  .ctaModalWrap .close-btn:hover {}
}
/**SP**/
@media screen and (max-width: 767px) {
  .ctaModalWrap .modalContentWrap {
    padding-left: 24px;
    padding-right: 24px;
    overflow: scroll;
}
  .ctaModalWrap .modal_logo_img {
    max-width: none;
  }
}
/* Contact Page
--------------------------------------------------------------*/
.page-template-page-contact .container {
  width: 93.75%;
  max-width: 1200px;
}
.page-template-page-contact .container #primary {
  border: none;
  margin-bottom: 63px;
}
.contactPage {
  padding: 64px 0;
}
.contactPage .contactBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 64px;
}
.contactPage .contactBox .txtBlock {
  max-width: 648px;
  width: 50.67%;
  flex: 1;
}
.contactPage .contactBox .txtBlock h1.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #300045;
  font-weight: 700;
  gap: 0 12px;
  margin-bottom: 40px;
  font-size: 4rem;
}
.contactPage .contactBox .txtBlock h1.ttl::before {
  content: "";
  display: block;
  width: 125px;
  height: 128px;
  background: url(../img/materials/icon/icon_contact_title.svg) no-repeat center/contain;
}
.contactPage .contactBox .txtBlock h1.ttl + .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
.contactPage .contactBox .txtBlock .exampleBox {
  margin-top: 32px;
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 24px;
  border-radius: 16px;
}
.contactPage .contactBox .txtBlock .exampleBox .topArea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
.contactPage .contactBox .txtBlock .exampleBox .topArea .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(102, 102, 102, 1);
  line-height: 1.78;
  margin-bottom: 0;
}
.contactPage .contactBox .txtBlock .exampleBox .topArea .exampleTxt {
  font-size: 1.5rem;
  color: rgba(48, 0, 69, 1);
  line-height: 1.6;
  margin-bottom: 0;
}
.contactPage .contactBox .txtBlock .exampleBox .imgArea {}
.contactPage .contactBox .txtBlock .exampleBox .imgArea .img {
  text-align: center;
}
.contactPage .contactBox .txtBlock .exampleBox .imgArea .img img {}
.contactPage .contactBox .formBlock {
  width: 44%;
  min-width: 464px;
  background: rgba(249, 248, 250, 1);
  padding: 32px 64px;
  border-radius: 16px;
}
.contactPage .contactBox .formBlock .form_t01 {}
.contactPage .contactBox .formBlock .form_t01 p {
  margin: 0;
}
.contactPage .contactBox .formBlock .form_t01 .col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 32px;
}
.contactPage .contactBox .formBlock .form_t01 .col > div {
  width: 46.25%;
  max-width: 184px;
}
.contactPage .contactBox .formBlock .form_t01 .formLabel {
  width: 100%;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.contactPage .contactBox .formBlock .form_t01 .formLabel span.must {
  color: #f92931;
  background: #fff;
  border: 1px solid rgba(249, 41, 49, 1);
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.67;
  display: inline-block;
  margin-left: 12px;
}
.contactPage .contactBox .formBlock .form_t01 .formLabel [type=text] {}
.contactPage .contactBox .formBlock .form_t01 .formLabel select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contactPage .contactBox .formBlock .form_t01 .formLabel .select_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contactPage .contactBox .formBlock .form_t01 .formLabel .select_wrapper::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
  -webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
  transform: translateY(-50%) translateX(0%) rotate(45deg);
}
.contactPage .contactBox .formBlock .form_t01 .formLabel textarea {
  height: 120px;
}
.contactPage .contactBox .formBlock .form_t01 .formLabel .sub_txt {
	font-size: 12px;
	color: #666666;
	font-weight: 400;
}
.contactPage input.wpcf7-form-control.wpcf7-text, .contactPage textarea.wpcf7-form-control.wpcf7-textarea, .contactPage select.wpcf7-form-control.wpcf7-select {
  background-color: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  margin: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
.wpcf7 .form_t01 ::-ms-input-placeholder {
  color: #CBCBCB;
}
.wpcf7 .form_t01 ::-ms-input-placeholder {
  color: #CBCBCB;
}
.wpcf7 .form_t01 ::placeholder {
  color: #CBCBCB;
}
.contactPage .contactBox .formBlock .form_t01 .txt {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.6;
}
.contactPage .contactBox .formBlock .form_t01 .p-contact__privacy {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.contactPage .contactBox .formBlock .form_t01 .p-contact__privacy .wpcf7-list-item {
  margin: 0;
}
.contactPage .contactBox .formBlock .form_t01 .p-contact__privacy .wpcf7-list-item .wpcf7-list-item-label {}
.contactPage .contactBox .formBlock .form_t01 .p-contact__privacy .wpcf7-list-item label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
.contactPage .contactBox .formBlock .form_t01 .submit {
  background: var(--color-primary);
  border-radius: 12px;
  /* border: 3px solid var(--color-accent); */
  text-align: center;
  color: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* font-size: 2rem; */
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  border: none;
  cursor: pointer;
}
.contactPage .contactBox .formBlock .form_t01 .submit:hover {
  border-radius: 24px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.contactPage .contactBox .formBlock .form_t01 span.wpcf7-spinner {
  display: none;
}
/**TAB**/
@media screen and (min-width: 769px) and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {
  .page-template-page-contact .container {}
  .contactPage {}
  .contactPage .contactBox {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contactPage .contactBox .txtBlock {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .contactPage .contactBox .formBlock {
    margin: auto;
  }
}
/**SP**/
@media screen and (max-width: 768px) {
  .page-template-page-contact .container {
    width: 91.47%;
    padding: 0;
  }
  .contactPage {}
  .contactPage .contactBox {
    gap: 32px;
  }
  .contactPage .contactBox .txtBlock {}
  .contactPage .contactBox .txtBlock h1.ttl {
    font-size: 2.4rem;
  }
  .contactPage .contactBox .txtBlock h1.ttl::before {
    width: 96px;
    height: 98.3px;
  }
  .contactPage .contactBox .txtBlock h1.ttl + .txt {}
  .contactPage .contactBox .txtBlock .exampleBox {
    padding: 16px;
  }
  .contactPage .contactBox .txtBlock .exampleBox .topArea {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .contactPage .contactBox .txtBlock .exampleBox .topArea .ttl {
    margin: 0;
  }
  .contactPage .contactBox .txtBlock .exampleBox .topArea .exampleTxt {
    width: 100%;
    margin: 0;
  }
  .contactPage .contactBox .txtBlock .exampleBox .imgArea {}
  .contactPage .contactBox .txtBlock .exampleBox .imgArea .img {}
  .contactPage .contactBox .txtBlock .exampleBox .imgArea .img img {}
  .contactPage .contactBox .formBlock {
    width: 100%;
    max-width: none;
    padding: 32px 16px;
    min-width: auto;
    margin: 0 16px;
  }
  .contactPage .contactBox .formBlock .form_t01 {}
  .contactPage .contactBox .formBlock .form_t01 p {}
  .contactPage .contactBox .formBlock .form_t01 .col {}
  .contactPage .contactBox .formBlock .form_t01 .col > div {}
  .contactPage .contactBox .formBlock .form_t01 .formLabel {}
  .contactPage .contactBox .formBlock .form_t01 .formLabel span.must {}
  .contactPage .contactBox .formBlock .form_t01 .formLabel [type=text] {}
  .contactPage .contactBox .formBlock .form_t01 .formLabel select {}
  .contactPage .contactBox .formBlock .form_t01 .formLabel textarea {}
  .contactPage input.wpcf7-form-control.wpcf7-text, .contactPage textarea.wpcf7-form-control.wpcf7-textarea, .contactPage select.wpcf7-form-control.wpcf7-select {}
  .contactPage .contactBox .formBlock .form_t01 .txt {}
  .contactPage .contactBox .formBlock .form_t01 .p-contact__privacy {}
  .contactPage .contactBox .formBlock .form_t01 .p-contact__privacy .wpcf7-list-item {}
  .contactPage .contactBox .formBlock .form_t01 .p-contact__privacy .wpcf7-list-item .wpcf7-list-item-label {}
  .contactPage .contactBox .formBlock .form_t01 .submit {}
}
@media screen and (max-width: 767px) {
  .page-template-page-contact .container {
    width: 100%;
  }
  .contactPage .contactBox .txtBlock {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contactPage .contactBox .formBlock .form_t01 .col {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .contactPage .contactBox .formBlock .form_t01 .col > div {
    width: 100%;
    max-width: none;
  }
}

/* マーカーCSS追加
--------------------------------------------------------------*/
/*ぴんく色マーカ*/
.pink_line {background:rgba(0, 0, 0, 0)
  linear-gradient(transparent 50%, #FFABCE 0%)
  repeat scroll 0 0;}
/*水色のマーカ*/
.blue_line{background:rgba(0, 0, 0, 0)
   linear-gradient(transparent 50%, #A7F1FF 0%)
    repeat scroll 0 0;}
/*黄色のマーカ*/
.yellow_line {background:rgba(0, 0, 0, 0)
   linear-gradient(transparent 50%, #FFFF88 0%)
    repeat scroll 0 0;}

.has-inline-background {
  position: relative; /* 疑似要素を親要素内に位置づけるため必要 */
  background-color: #ff00ff; /* インライン指定でもOK */
}

.has-inline-background::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;    /* テキスト下部に合わせる */
  width: 100%;
  height: 0.3em;     /* 下線の太さを調整 */
  background-color: #ffcff5;
  z-index: -1;       /* テキストの背面に配置する */
  border-radius: 2px;
}




.meta, .post .meta {
  margin-bottom: 10px;
}

#toc_container {
  margin-top: 30px;
}




.filters .p-work__tab__item a {
  color: #000;
  background: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.filters .p-work__tab__item a:hover {
  opacity: 0.8;
}

.filters .p-work__tab__item a.p-work__tab__active {
  background: #EC5F6C;
  color: #fff;
}


.p-work__list__contents .filters {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px;
  gap: 12px;
}
.p-work__list__contents .filters::-webkit-scrollbar {
  display: none;
}