@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

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

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

.p-contact__submit-btn::after, .p-pagination--archive .page-numbers, .p-footer__nav-link--hover::after, .p-foot-links__button a.p-foot-links__link--external, .p-home-blog__button a, .p-service__item-button a::after, .c-link-more a::after {
  transition-duration: 0.1s;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__submit-btn::after, .p-pagination--archive .page-numbers, .p-footer__nav-link--hover::after, .p-foot-links__button a.p-foot-links__link--external, .p-home-blog__button a, .p-service__item-button a::after, .c-link-more a::after {
    transition-duration: 0.3s;
  }
}

.c-link-more a::after {
  transition-timing-function: 0.19, 1, 0.22, 1;
}

.p-entry--cases-archive .p-entry__title, .p-entry--news-home .p-entry__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-entry--news-archive .p-entry__summary, .p-entry--cases-archive .p-entry__summary, .p-entry--blog-home .p-entry__title, .p-entry--cases-home .p-entry__summary, .p-entry--popular-foot .p-entry__title, .p-entry--popular-blog .p-entry__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* メディアクエリ
==================================== */
html {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #333333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", "Noto Sans CJK", "Droid Sans", "Hiragino Sans", "meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(1.6rem, 15px);
  }
}
body {
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

section {
  background-color: #FFFFFF;
}

.l-inner {
  width: 1260px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .l-inner {
    max-width: 92%;
  }
}
@media screen and (min-width: 1400px) {
  .l-inner {
    max-width: 100%;
  }
}

.l-inner--sm {
  width: 740px;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 96px;
  }
}

.l-header__inner {
  height: 100%;
  position: relative;
  width: 1340px;
  max-width: 100% !important;
}

.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.l-gnav[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.l-gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-hamburger__button {
  position: fixed;
  z-index: 20;
  gap: 8px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .l-hamburger__button {
    top: 19px;
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-hamburger__button {
    top: 25px;
    right: 30px;
  }
}
@media screen and (min-width: 1340px) {
  .l-hamburger__button {
    right: calc((100vw - 1340px) / 2);
  }
}

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-overlay {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    padding: 64px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main {
    padding: 10.8rem 0;
  }
}

.l-main--home {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-main--single {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .l-main--single {
    padding-top: 20rem;
    padding-bottom: 15.7rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-heading {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    padding-left: 2.4rem;
  }
}

.c-section-heading--sub {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-section-heading--sub {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading--sub {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-section-heading--main {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: 1.4722222222;
}
@media screen and (max-width: 767px) {
  .c-section-heading--main {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-heading--main {
    font-size: 3.6rem;
    margin-top: 8px;
  }
}

.c-section-heading--bk {
  border-left: 0.4rem solid #333333;
}
.c-section-heading--bk .c-section-heading--sub,
.c-section-heading--bk .c-section-heading--main {
  color: #333333;
}

.c-section-heading--wh {
  border-left: 0.4rem solid #FFFFFF;
}
.c-section-heading--wh .c-section-heading--sub,
.c-section-heading--wh .c-section-heading--main {
  color: #FFFFFF;
}

.c-link-more a {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
.c-link-more a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 4rem;
  transition-property: transform;
}
@media screen and (max-width: 767px) {
  .c-link-more a:hover::after {
    transform: scale(5);
  }
}
@media screen and (min-width: 768px) {
  .c-link-more a:hover::after {
    transform: scale(10);
  }
}

.c-read-more__link {
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-read-more__link {
    height: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-read-more__link {
    height: 6rem;
    padding-right: 7rem;
  }
}
.c-read-more__link:hover .c-read-more__circle::before {
  transform: scale(1);
}

.c-read-more__text {
  font-weight: 700;
  font-size: 12px;
  color: #333333;
}

.c-read-more__circle {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-read-more__circle {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-read-more__circle {
    width: 6rem;
    height: 6rem;
  }
}
.c-read-more__circle::before {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.066);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

@media (hover: hover) and (pointer: fine) {
  .c-link-hover:hover .p-entry__thumb .is-anm-done img {
    transform: scale(1.05);
  }
  .c-link-hover:hover .u-hover-underline {
    animation: underline_animation 0.8s;
  }
}

@keyframes underline_animation {
  0% {
    background-size: 100% 1px;
    background-position: right 0 bottom 0;
  }
  49% {
    background-size: 0% 1px;
    background-position: right 0 bottom 0;
  }
  50% {
    background-size: 0% 1px;
    background-position: left 0 bottom 0;
  }
  100% {
    background-size: 100% 1px;
    background-position: left 0 bottom 0;
  }
}
.c-image-wrap {
  position: relative;
  padding-top: 66.66%;
  overflow: hidden;
}
.c-image-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.2s linear;
}

.c-anm-image {
  background-color: #F5F5F5;
}
.c-anm-image img {
  opacity: 0;
}

.c-anm-image.is-show img {
  animation: image_reveal 1s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.c-anm-image.is-show.is-anm-done img {
  animation: none;
  opacity: 1;
}

@keyframes image_reveal {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    opacity: 1;
  }
}
.c-home-category-tabs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-home-category-tabs {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-home-category-tabs {
    margin-left: 8rem;
  }
}

.c-home-category-tab {
  position: relative;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-home-category-tab + .c-home-category-tab {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-home-category-tab + .c-home-category-tab {
    margin-left: 7rem;
  }
}
.c-home-category-tab::after {
  content: "";
  width: 120%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  background-color: transparent;
}

.c-home-category-tab {
  cursor: pointer;
}

.c-home-category-tab.is-active::after {
  background-color: #333333;
}

.p-header {
  mix-blend-mode: normal;
}

.p-header__inner {
  display: flex;
  align-items: center;
}

.p-header__logo a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    width: max(16rem, 130px);
  }
}
.p-header__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .p-header__menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__menu {
    display: flex;
    align-items: center;
    padding-right: 14.6rem;
    margin-left: auto;
  }
}

.p-header__menu-item + .p-header__menu-item {
  margin-left: 4.8rem;
}

.p-header__menu-link {
  display: block;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  line-height: 1;
  backface-visibility: hidden;
  color: #FFFFFF;
  mix-blend-mode: normal;
}
.p-header__menu-link .link-text-wrapper {
  display: block;
  overflow: hidden;
}
.p-header__menu-link .link-text {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-header__menu-link:hover .link-text {
    animation: text-rotate 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}

@keyframes text-rotate {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -130%);
  }
  30.1% {
    transform: translate(0%, 100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.p-gnav {
  background-color: transparent;
}

.p-gnav__cont {
  background-color: transparent;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-gnav__cont {
    padding: 100px 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.9vw 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-gnav__cont {
    padding: 4.9vw 10vw;
  }
}

.p-gnav__cont.is-on .p-gnav__link .link-cont {
  transform: translateY(0);
  opacity: 1;
}
.p-gnav__cont.is-on .p-gnav__link .circle {
  opacity: 1;
}

.p-gnav__cont.is-pointable .p-gnav__link {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .p-gnav__left {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__left {
    width: 65%;
    max-width: 840px;
    padding-top: 2.8rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-gnav__image-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
  }
  .p-gnav__image-wrap::before {
    content: "";
    display: block;
    padding-top: 67.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-gnav__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.7s;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
    transform-origin: top;
    transform: scale(1.1);
  }
}

.p-gnav__image.is-on {
  opacity: 1;
}
.p-gnav__image.is-on img {
  transform: scale(1);
}

.p-gnav__info {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-gnav__info {
    margin-top: max(3.2rem, 16px);
  }
}
.p-gnav__info p {
  font-size: 14px;
}
.p-gnav__info p + p {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .p-gnav__right {
    width: 35%;
  }
}

.p-gnav__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-gnav__list {
    padding-left: 6rem;
    border-left: 1px solid #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav__item + .p-gnav__item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__item + .p-gnav__item {
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__item.mt-sm {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__item.mt-sm {
    margin-top: 2rem;
  }
}

.p-gnav__link {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1;
  font-family: "Heebo", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", "Noto Sans CJK", "Droid Sans", "Hiragino Sans", "meiryo", sans-serif;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-gnav__link {
    height: 48px;
    padding-right: 48px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__link {
    height: 6rem;
    padding-right: 6rem;
    font-size: max(3.6rem, 24px);
  }
}
@media screen and (min-width: 1512px) {
  .p-gnav__link {
    font-size: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-gnav__link:hover .link-text {
    animation: text-matrix 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .p-gnav__link:hover .circle::before {
    transform: scale(1);
  }
}
.p-gnav__link .link-cont {
  display: flex;
  align-items: center;
  transform: translateY(-130%);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
}
.p-gnav__link .index {
  display: inline-block;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", "Noto Sans CJK", "Droid Sans", "Hiragino Sans", "meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-gnav__link .index {
    font-size: 12px;
    padding-right: 24px;
    transform: translateY(4px);
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__link .index {
    font-size: max(1.6rem, 12px);
    padding-right: 2.4rem;
    transform: translateY(0.7rem);
  }
}
.p-gnav__link .link-text-wrapper {
  display: block;
  overflow: hidden;
}
.p-gnav__link .link-text {
  display: block;
}
.p-gnav__link .circle {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-gnav__link .circle {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__link .circle {
    width: 6rem;
    height: 6rem;
  }
}
.p-gnav__link .circle::before {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.13);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .p-gnav__child-list {
    padding-left: 37px;
    padding-right: 10px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__child-list {
    padding-left: 4.2rem;
    padding-right: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav__child-link {
    font-size: 12px;
    height: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__child-link {
    font-size: max(1.2rem, 10px);
    height: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__child-link .circle {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__child-link .circle {
    width: 4rem;
    height: 4rem;
  }
}

@keyframes text-matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
.p-hamburger__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 100vmax;
  background-color: transparent;
  cursor: pointer;
  mix-blend-mode: difference;
}
.p-hamburger__button::before, .p-hamburger__button::after, .p-hamburger__button-line {
  position: absolute;
  display: block;
  width: 50%;
  height: 1.2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.p-hamburger__button::before, .p-hamburger__button::after {
  content: "";
}
.p-hamburger__button::before {
  transform: translateY(-7px);
}
.p-hamburger__button::after {
  transform: translateY(7px);
}
.p-hamburger__button[aria-expanded=true] .p-hamburger__button-line {
  opacity: 0;
}
.p-hamburger__button[aria-expanded=true]::before {
  transform: rotate(30deg);
}
.p-hamburger__button[aria-expanded=true]::after {
  transform: rotate(-30deg);
}

.p-fv {
  position: relative;
  width: 100vw;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: calc(120vw + 49px);
    max-height: calc(80vh - 30px);
  }
}
@media screen and (max-width: 480px) {
  .p-fv {
    height: calc(138vw + 49px);
  }
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: calc(55vh - 96px);
    min-height: 480px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fv {
    height: calc(55vw - 96px);
  }
}
@media screen and (min-width: 1200px) {
  .p-fv {
    height: calc(52vw - 96px);
  }
}
@media screen and (min-width: 1512px) {
  .p-fv {
    height: calc(48vw - 96px);
  }
}

.p-fv__container {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.p-fv__slider {
  width: 100%;
  height: 100%;
}

.p-fv__slide {
  width: 100%;
  height: 100%;
}

.p-fv__item {
  position: relative;
  height: 100%;
}

.p-fv__item.swiper-slide-active .p-fv__item-cont::before {
  width: 0%;
}

.p-fv__item.swiper-slide-active .p-fv__item-image {
  transform: scale(1);
}

.p-fv__item.swiper-slide-active .p-fv__item-text {
  opacity: 1;
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-fv__item.swiper-slide-active .p-fv__item-text {
    bottom: 14%;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__item.swiper-slide-active .p-fv__item-text {
    top: 50%;
  }
}

.p-fv__item-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-fv__item-cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: black;
  transition-duration: 0.4s;
}

.p-fv__item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #000000;
  transform: scale(1.2);
  transform-origin: center left;
  transition-duration: 1s;
}
.p-fv__item-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.p-fv__item-image img, .p-fv__item-image video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__item-image img, .p-fv__item-image video {
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__item-image img, .p-fv__item-image video {
    object-fit: contain;
  }
}

.p-fv__item-text {
  position: absolute;
  width: 80%;
  height: fit-content;
  opacity: 0;
  z-index: 4;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-fv__item-text {
    min-height: 50%;
    bottom: 12%;
    left: 3.8vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__item-text {
    top: 53%;
    transform: translateY(-50%);
    left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-fv__item-text {
    left: calc(4% + 30px);
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__item-text {
    left: 7.93vw;
  }
}
@media screen and (min-width: 1512px) {
  .p-fv__item-text {
    left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .p-fv__item-text {
    left: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__item-text img {
    max-width: 70.5vw;
  }
}

.p-fv__item-text--brand {
  display: block;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv__item-text--brand {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__item-text--brand {
    font-size: 2.7rem;
  }
}

.p-fv__copy {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__copy {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__copy {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1512px) {
  .p-fv__copy {
    font-size: 7.2rem;
  }
}
.p-fv__copy span {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-fv__button {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__button {
    margin-top: 5rem;
  }
}
.p-fv__button .read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-fv__button .read-more {
    font-size: 14px;
    height: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__button .read-more {
    font-size: max(1.6rem, 14px);
    height: 7.8rem;
    padding-right: 8rem;
  }
}
.p-fv__button .read-more::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .p-fv__button .read-more::after {
    right: 28px;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__button .read-more::after {
    right: calc(4rem - 2px);
    top: calc(50% + 1px);
  }
}
.p-fv__button .read-more:hover .read-more__circle::before {
  transform: scale(1);
}
.p-fv__button .read-more__circle {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-fv__button .read-more__circle {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__button .read-more__circle {
    width: 8rem;
    height: 8rem;
  }
}
.p-fv__button .read-more__circle::before {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.5);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.p-fv .swiper-pagination {
  left: initial;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-fv .swiper-pagination {
    bottom: -49px;
    width: 360px;
    height: 98px;
    max-width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .p-fv .swiper-pagination {
    bottom: -4.9rem;
    width: 108rem;
    display: flex;
    align-items: flex-start;
  }
}
.p-fv .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0 !important;
  background-color: #000;
  opacity: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 2.2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-fv .swiper-pagination-bullet {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-fv .swiper-pagination-bullet {
    width: 36rem;
    height: 9.8rem;
  }
  .p-fv .swiper-pagination-bullet::before, .p-fv .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .p-fv .swiper-pagination-bullet::before {
    width: 0.5px;
    height: 100%;
  }
  .p-fv .swiper-pagination-bullet::after {
    width: 100%;
    height: 0.5px;
  }
}
.p-fv .swiper-pagination-bullet:focus, .p-fv .swiper-pagination-bullet:active {
  outline: none;
}
.p-fv .pagination-bullet-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #004A9F, #007BC5, #00A5E6);
  transition-duration: 0.3s;
  transform: translateX(-100%);
}
.p-fv .pagination-bullet-texts {
  position: relative;
  z-index: 2;
  text-align: left;
}
.p-fv .pagination-bullet-texts p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: max(1.4rem, 12px);
}
.p-fv .pagination-bullet-texts span {
  display: inline-block;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  font-size: 10px;
  padding: 0 2.8rem;
  margin-top: 0.8rem;
  line-height: max(2.2rem, 15px);
}
.p-fv .pagination-bullet-image {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 5.4rem;
  height: 5.4rem;
  margin-left: auto;
  border-radius: 0.35rem;
}
.p-fv .pagination-bullet-image-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.2s;
}
.p-fv .swiper-pagination-bullet:first-child .pagination-bullet-image-inner {
  background-image: url(../images/top/fv-pagination-ai-business.png);
}
.p-fv .swiper-pagination-bullet:nth-child(2) .pagination-bullet-image-inner {
  background-image: url(../images/top/fv-pagination-poc.png);
}
.p-fv .swiper-pagination-bullet:nth-child(3) .pagination-bullet-image-inner {
  background-image: url(../images/top/fv-pagination-tsuduly.png);
}
@media screen and (max-width: 767px) {
  .p-fv .swiper-pagination-bullet-active {
    z-index: 2;
  }
}
.p-fv .swiper-pagination-bullet-active .pagination-bullet-bg {
  animation: bg-progress 7000ms backwards;
}
@keyframes bg-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.p-fv .swiper-pagination-bullet:hover .pagination-bullet-image-inner {
  transform: scale(1.2);
}

@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 120px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-news {
    padding: 12rem 0 12.8rem;
  }
}

.p-home-news > .l-inner {
  width: 1072px;
}

.p-home-news__header {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-home-news__header {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news__header-l {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .p-home-news__header-l {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news__heading {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-home-news__heading h2 {
    line-height: 1;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news__cats {
    order: 3;
  }
}

.p-home-news__header-r {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-home-news__header-r {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-home-news__header-r {
    transform: translateY(1.5rem);
  }
}

@media screen and (max-width: 767px) {
  .p-home-news__body {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-news__body {
    margin-top: 6rem;
  }
}

.p-home-news__cont {
  display: none;
}

.p-home-news__cont.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-home-service {
    padding-top: 64px;
    padding-bottom: 110px;
    position: relative;
  }
  .p-home-service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .p-home-service {
    padding-top: 13.7rem;
    padding-bottom: 13.2rem;
    background-color: #2B2523;
  }
}

@media screen and (max-width: 767px) {
  .p-home-service > .l-inner {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-home-service__footer {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-service__footer {
    margin-top: 6.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-service__footer-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-home-service__footer-item {
    width: calc(50% - 2.85rem);
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service__footer-item + .p-home-service__footer-item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-service__footer-item + .p-home-service__footer-item {
    margin-left: 5.7rem;
  }
}

.p-home-service__footer-link {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-home-service__footer-link {
    flex-wrap: wrap;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-service__footer-link:hover .p-home-service__footer-item-image img {
    transform: scale(1.1);
  }
  .p-home-service__footer-link:hover .p-home-service__footer-item-image--logo img {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

.p-home-service__footer-item-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-home-service__footer-item-image {
    width: 28%;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-service__footer-item-image {
    width: 120px;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-home-service__footer-item-image {
    width: 150px;
    margin-right: 3rem;
  }
}
.p-home-service__footer-item-image img {
  transform: scale(1);
  transition: transform 0.3s;
}

.p-home-service__footer-item-image--logo {
  border-radius: 4px;
  background-color: #FFFFFF;
}
.p-home-service__footer-item-image--logo .c-image-wrap {
  padding-top: 66.66%;
  background-color: #FFFFFF;
}
.p-home-service__footer-item-image--logo img {
  width: 82%;
  height: 82%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: contain;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-home-service__footer-item-body {
    width: calc(72% - 16px);
  }
}

.p-home-service__footer-item-title {
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-home-service__footer-item-title {
    width: 100%;
    margin-bottom: 8px;
  }
}

.p-home-service__footer-item-desc {
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-home-service__footer-item-desc {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .p-home-service__footer-item-link {
    margin-top: 5px;
  }
}
.p-home-service__footer-item-link {
  display: inline-flex;
  font-size: 12px;
  color: #CCC;
}
.p-home-service__footer-item-link::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2rem;
  background: url(../images/common/icon-external-link-wh.svg) no-repeat center center/cover;
  transform: translateY(2px);
}

@media screen and (min-width: 768px) {
  .p-service__block {
    padding: 4rem 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-service__block + .p-service__block {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__bg {
    width: 82%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-service__bg .p-service__bg-wrap {
    padding-top: 62%;
  }
}
@media screen and (min-width: 992px) {
  .p-service__bg .p-service__bg-wrap {
    padding-top: 58%;
  }
}

@media screen and (min-width: 768px) {
  .p-service__block--dm .p-service__bg {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__block--dm .p-service__box {
    margin-top: 32px;
    padding: 33px 18px 30px 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__block--dm .p-service__box {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media screen and (min-width: 768px) {
  .p-service__block--dx .p-service__bg {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__block--dx .p-service__box {
    padding: 30px 18px 80px 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__block--dx .p-service__box {
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: auto;
  }
}

.p-service__box {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service__box {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .p-service__box {
    width: 75%;
    max-width: 650px;
    border: 1px solid #FFFFFF;
    padding: 5rem 3rem;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .p-service__box {
    padding: 8.1rem 5.6rem;
  }
}

.p-service__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service__desc {
    margin-top: 20px;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  .p-service__desc {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service__body {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__body {
    margin-top: 4.8rem;
  }
}

.p-service__item {
  border-top: 0.5px solid #FFFFFF;
}
.p-service__item:last-child {
  border-bottom: 0.5px solid #FFFFFF;
}

.p-service__item-head {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-service__item-head {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-service__item-head {
    padding: 1.8rem 0;
  }
}

.p-service__item-body {
  display: none;
}

.p-service__item-name {
  font-weight: 700;
}

.p-service__item-open {
  margin-left: auto;
  position: relative;
  border-radius: 50%;
  border: 0.8px solid #000000;
  background-color: rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 767px) {
  .p-service__item-open {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__item-open {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-service__item-open::before, .p-service__item-open::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.p-service__item-open::before {
  transform: translate(-50%, -50%);
}
.p-service__item-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-service__item-open.is-active::before {
  opacity: 0;
}
.p-service__item-open.is-active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .p-service__child-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
  }
}

.p-service__child-item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service__child-item {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__child-item {
    width: calc(50% - 0.8rem);
    margin-bottom: 3rem;
  }
  .p-service__child-item:nth-child(2n) {
    margin-left: 1.6rem;
  }
}

.p-service__child-item-image {
  width: 35%;
  flex-shrink: 0;
  position: relative;
  margin-right: 1.6rem;
}
.p-service__child-item-image::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.p-service__child-item-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.p-service__child-item-body {
  flex-shrink: 1;
}

.p-service__child-item-title {
  font-weight: 700;
  text-decoration: underline;
}

.p-service__child-item-desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.p-service__item-button {
  text-align: right;
  padding-bottom: 1.6rem;
}
.p-service__item-button a {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
}
.p-service__item-button a::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition-property: transform;
  margin-left: 2rem;
}
@media screen and (min-width: 1200px) {
  .p-service__item-button a::after {
    margin-left: 3rem;
  }
}
.p-service__item-button a:hover::after {
  transform: scale(4);
}

.p-home-cases {
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-home-cases {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases {
    padding-top: 19.4rem;
    padding-bottom: 24rem;
  }
}

.p-home-cases__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-cases__header {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-home-cases__header-l {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases__header-l {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-home-cases__heading {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases__heading h2 {
    line-height: 1;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-cases__cats {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-home-cases__header-r {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases__header-r {
    margin-left: auto;
    transform: translateY(1.5rem);
  }
}

@media screen and (max-width: 767px) {
  .p-home-cases__more {
    order: 2;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-home-cases__body {
    margin-top: 64px;
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases__body {
    margin-top: 6rem;
    width: calc(100% - 30px);
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-home-cases__body {
    width: calc(96% - 30px);
  }
}
@media screen and (min-width: 1370px) {
  .p-home-cases__body {
    width: calc(100vw - (100vw - 1200px) / 2);
  }
}

.p-home-cases__cont {
  display: none;
}

.p-home-cases__cont.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-home-cases__entries {
    display: flex;
    max-width: 100%;
    padding-right: 3rem;
    overflow: auto;
  }
}

.p-home-cases__entries::-webkit-scrollbar {
  display: none;
}

.p-home-cases__button {
  max-width: max(75.2rem, 500px);
}
@media screen and (max-width: 767px) {
  .p-home-cases__button {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases__button {
    margin-top: 11.2rem;
  }
}

.p-home-cases__button-link {
  display: block;
  background-color: #000000;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-cases__button-link {
    padding: 20px 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-cases__button-link {
    line-height: max(8rem, 60px);
    padding: 0 2.7rem;
  }
}
.p-home-cases__button-link:hover .p-home-cases__button-circle::before {
  transform: scale(1);
}

.p-home-cases__button-text {
  color: #FFFFFF;
  font-weight: 700;
}

.p-home-cases__button-circle {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-home-cases__button-circle {
    width: max(7rem, 55px);
    height: max(7rem, 55px);
  }
}
.p-home-cases__button-circle::before {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.066);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .p-home-client {
    padding-top: 62px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-client {
    padding-top: 15.3rem;
    padding-bottom: 10rem;
  }
}
.p-home-client .section-heading {
  text-align: center;
  border: none;
}

.p-home-client__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home-client__list {
    margin-top: 36px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home-client__list {
    margin-top: 5rem;
  }
}

.p-home-client__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home-client__item {
    min-width: 30%;
    margin-bottom: 24px;
  }
  .p-home-client__item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-home-client__item {
    min-width: 20%;
  }
  .p-home-client__item:nth-child(n+6) {
    margin-top: 2rem;
  }
}
.p-home-client__item img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-home-client__item img {
    width: 80px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-client__item img {
    width: 14.2rem;
    height: 6.8rem;
  }
}

.p-home-client__text {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-home-client__text {
    font-size: 12px;
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-client__text {
    margin-top: 8rem;
  }
}
.p-home-client__text span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-home-blog {
    padding-top: 62px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-blog {
    padding-top: 10rem;
    padding-bottom: 13.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-blog__header {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-home-blog__heading h2 {
    line-height: 1;
    margin-top: 12px;
  }
}

.p-home-blog__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-blog__body {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-blog__body {
    margin-top: 5rem;
  }
}

.p-home-blog__cont {
  display: none;
}

.p-home-blog__cont.is-active {
  display: block;
}

.p-home-blog__entries {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-home-blog__entry {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-blog__entry {
    width: calc(50% - 1.2rem);
  }
  .p-home-blog__entry:nth-child(2n) {
    margin-left: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-home-blog__entry {
    width: calc(50% - 4rem);
  }
  .p-home-blog__entry:nth-child(2n) {
    margin-left: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-home-blog__feature {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-blog__feature {
    margin-top: 5rem;
  }
}

.p-home-blog__feature-title {
  font-size: 2rem;
  border-bottom: 1px solid #333333;
}

.p-home-blog__feature-list {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-home-blog__feature-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-home-blog__feature-list .p-entry {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-blog__feature-list .p-entry {
    width: calc(50% - 1.2rem);
    margin-bottom: 1.6rem;
  }
  .p-home-blog__feature-list .p-entry:nth-child(2) {
    margin-left: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-home-blog__feature-list .p-entry {
    width: calc(33.33% - 1.6rem);
  }
  .p-home-blog__feature-list .p-entry:nth-child(2), .p-home-blog__feature-list .p-entry:nth-child(3) {
    margin-left: 2.4rem;
  }
}

.p-home-blog__button {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home-blog__button {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home-blog__button {
    padding: 3.2rem 0;
  }
}
.p-home-blog__button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition-property: opacity;
}
.p-home-blog__button a::after {
  content: "";
  width: 18px;
  height: 14px;
  margin-left: 24px;
  background: url(../images/common/icon-list.svg) no-repeat center center/cover;
}
.p-home-blog__button a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-foot-links {
    display: flex;
    border: 0.5px solid #000000;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .p-foot-links__block {
    position: relative;
    padding-top: 66.66%;
  }
  .p-foot-links__block::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__block {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__block:not(:first-child) {
    border-left: 0.5px solid #000000;
  }
}
.p-foot-links__block a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-foot-links__block a:hover .p-foot-links__circle::before {
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .p-foot-links__texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: calc(100% - 32px - 32px);
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__texts {
    flex-grow: 1;
    padding: 2rem 2.4rem 1.6rem 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-foot-links__texts {
    padding: 2rem 2.4rem 1.6rem 2.4rem;
  }
}
@media screen and (min-width: 1512px) {
  .p-foot-links__texts {
    padding: 2.4rem 4.8rem 3.2rem 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-foot-links__header {
    display: contents;
  }
}
@media screen and (min-width: 992px) {
  .p-foot-links__header {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-foot-links__title {
    order: 1;
  }
}
.p-foot-links__title span {
  display: block;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-foot-links__title span {
    color: #FFFFFF;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-foot-links__title span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1512px) {
  .p-foot-links__title span {
    font-size: 16px;
  }
}
.p-foot-links__title p {
  line-height: 1.46;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-foot-links__title p {
    color: #FFFFFF;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__title p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-foot-links__title p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-foot-links__title p {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1512px) {
  .p-foot-links__title p {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-foot-links__button {
    order: 3;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__button {
    text-align: right;
    transform: translateX(2rem);
  }
}
@media screen and (min-width: 992px) {
  .p-foot-links__button {
    margin-left: auto;
  }
}
@media screen and (min-width: 1512px) {
  .p-foot-links__button {
    transform: translateX(2rem);
  }
}
.p-foot-links__button > span {
  font-size: 14px;
  padding: 0.3em;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-foot-links__button > span {
    font-size: 12px;
    color: #FFFFFF;
  }
}
.p-foot-links__button span.p-foot-links__link--hover {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-foot-links__button span.p-foot-links__link--hover {
    height: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__button span.p-foot-links__link--hover {
    height: 6rem;
    padding-right: 6rem;
  }
}
.p-foot-links__button .p-foot-links__circle {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-foot-links__button .p-foot-links__circle {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__button .p-foot-links__circle {
    width: 6rem;
    height: 6rem;
  }
}
.p-foot-links__button .p-foot-links__circle::before {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.066);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-foot-links__button .p-foot-links__circle::before {
    background: white;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__button .p-foot-links__circle::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.p-foot-links__button a.p-foot-links__link--external {
  transition-property: opacity;
}
.p-foot-links__button a.p-foot-links__link--external::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/icon-external-link.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-foot-links__button a.p-foot-links__link--external::after {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__button a.p-foot-links__link--external::after {
    margin-left: 1.8rem;
  }
}
@media screen and (min-width: 1512px) {
  .p-foot-links__button a.p-foot-links__link--external::after {
    margin-left: 3rem;
  }
}
.p-foot-links__button a.p-foot-links__link--external:hover {
  opacity: 0.7;
}

.p-foot-links__desc {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-foot-links__desc {
    order: 2;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-foot-links__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-foot-links__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-foot-links__image {
    position: relative;
    overflow: hidden;
  }
  .p-foot-links__image::before {
    content: "";
    display: block;
    padding-top: 62.7%;
  }
  .p-foot-links__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

.p-footer {
  background-color: #2B2523;
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-top: 64px;
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 10.8rem;
    padding-bottom: 8.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__info {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: max(16rem, 130px);
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.p-footer__address {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-top: 6rem;
  }
}
.p-footer__address span {
  display: block;
  padding-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .p-footer__tel {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    margin-top: 4.6rem;
  }
}
.p-footer__tel p {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-footer__tel a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu {
    margin-top: 54px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    width: 335px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__menu {
    margin-left: 7.4rem;
  }
}

.p-footer__menu-title {
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 4rem;
  }
}

.p-footer__nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-footer__nav-link {
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    padding: 15px 15px 15px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link {
    padding: 1.3rem 1rem 1.3rem 0;
  }
}

.p-footer__nav-item .read-more {
  position: relative;
  display: flex;
  align-items: center;
}
.p-footer__nav-item .read-more:hover .read-more__circle::before {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item .read-more--sm {
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item .read-more--sm {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item .read-more--sm .read-more__circle {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item .read-more--sm .read-more__circle {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item .read-more--lg {
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item .read-more--lg {
    height: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item .read-more--lg .read-more__circle {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item .read-more--lg .read-more__circle {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.p-footer__nav-item .read-more__circle {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item .read-more__circle {
    transform: translateX(1rem);
  }
}
.p-footer__nav-item .read-more__circle::before {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: scale(0.066);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.p-footer__nav-link--hover {
  display: flex;
  align-items: center;
}
.p-footer__nav-link--hover::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
  transform: scale(1);
  transition-property: transform;
}
.p-footer__nav-link--hover:hover::after {
  transform: scale(4);
}

.p-footer__nav-item--parent {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item--parent {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item--parent {
    padding: 1.3rem 0;
  }
}

.p-footer__sub-nav-title {
  color: #FFFFFF;
  font-family: "Heebo", sans-serif;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-nav-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__sub-nav-title {
    margin-right: 2rem;
  }
}

.p-footer__sub-nav {
  width: 65%;
}
.p-footer__sub-nav-link {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-nav-link {
    padding: 4px 15px 4px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__sub-nav-link {
    padding: 0.3em 1rem 0.3em 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__feature {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__feature {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__feature {
    width: 32%;
    margin-left: auto;
    margin-top: 0;
  }
}

.p-footer__feature-title {
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__feature-title {
    font-size: 16px;
  }
}

.p-footer__feature-list {
  margin-top: 16px;
}

.p-entry--popular-blog .p-entry__main {
  display: flex;
  align-items: flex-start;
}
.p-entry--popular-blog .p-entry__thumb {
  width: 30%;
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.p-entry--popular-blog .p-entry__title {
  flex-grow: 1;
  font-size: 12px;
  line-height: 2;
}
.p-entry--popular-blog .p-entry__footer {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-entry--popular-blog .p-entry__footer {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--popular-blog .p-entry__footer {
    margin-top: 1.6rem;
  }
}
.p-entry--popular-blog .p-entry__cat span {
  display: inline-block;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  padding: 3px 30px;
  text-transform: capitalize;
  margin-right: 5px;
}
.p-entry--popular-blog .p-entry__views {
  font-size: 12px;
  margin-left: 1.6rem;
}

.p-entry--popular-foot + .p-entry--popular-foot {
  margin-top: 18px;
}
.p-entry--popular-foot .p-entry__main {
  display: flex;
  align-items: flex-start;
}
.p-entry--popular-foot .p-entry__thumb {
  width: 30%;
}
.p-entry--popular-foot .p-entry__title {
  width: 66%;
  margin-left: 4%;
  font-size: 12px;
  color: #FFFFFF;
  transform: translateY(-2.5px);
  line-height: 2.3;
}
.p-entry--popular-foot .p-entry__footer {
  margin-top: 8px;
  display: flex;
}
.p-entry--popular-foot .p-entry__cat {
  padding-right: 16px;
  line-height: 1;
  position: relative;
}
.p-entry--popular-foot .p-entry__cat span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 1;
  margin-right: 5px;
}
.p-entry--popular-foot .p-entry__views {
  padding-left: 16px;
  line-height: 1;
}
.p-entry--popular-foot .p-entry__views span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-entry--news-home {
    padding: 14px 0;
  }
  .p-entry--news-home:nth-child(n+2) {
    border-top: 1px solid #c0c0c0;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home {
    margin-bottom: 2.4rem;
  }
}
.p-entry--news-home .p-entry__link {
  display: flex;
  align-items: flex-start;
}
.p-entry--news-home .p-entry__thumb {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-entry--news-home .p-entry__thumb {
    width: 33.33%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home .p-entry__thumb {
    width: 8.8%;
    margin-right: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home .p-entry__body {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-entry--news-home .p-entry__meta {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home .p-entry__meta {
    flex-shrink: 0;
    width: calc(14% + 3.2rem);
    min-width: 135px;
  }
}
.p-entry--news-home .p-entry__cats span {
  font-size: 10px;
  text-align: center;
  padding: 5px 24px;
}
@media screen and (max-width: 767px) {
  .p-entry--news-home .p-entry__cats span {
    background-color: #016FBC;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home .p-entry__cats span {
    background-color: #333333;
    color: #f7f7f7;
  }
}
@media screen and (max-width: 767px) {
  .p-entry--news-home .p-entry__date {
    margin-left: auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home .p-entry__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry--news-home .p-entry__title {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-home .p-entry__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-entry--cases-home {
    min-width: 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .p-entry--cases-home {
    min-width: 360px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry--cases-home + .p-entry {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--cases-home + .p-entry {
    margin-left: 3.2rem;
  }
}
.p-entry--cases-home .p-entry__link {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-entry--cases-home .p-entry__body {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--cases-home .p-entry__body {
    margin-top: 3.2rem;
  }
}
.p-entry--cases-home .p-entry__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry--cases-home .p-entry__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--cases-home .p-entry__title {
    font-size: 2rem;
  }
}
.p-entry--cases-home .p-entry__summary {
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
}
.p-entry--cases-home .p-entry__meta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-entry--cases-home .p-entry__meta {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--cases-home .p-entry__meta {
    margin-top: 2.4rem;
  }
}
.p-entry--cases-home .p-entry__cats {
  font-size: 12px;
  padding-right: 16px;
  line-height: 1.5;
  border-right: 0.5px solid #000000;
}
.p-entry--cases-home .p-entry__date {
  font-size: 12px;
  padding-left: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-entry--blog-home {
    padding: 16px 0;
  }
  .p-entry--blog-home:nth-child(n+2) {
    border-top: 1px solid #c0c0c0;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--blog-home {
    margin-bottom: 1.6rem;
  }
}
.p-entry--blog-home .p-entry__link {
  display: flex;
  align-items: flex-start;
}
.p-entry--blog-home .p-entry__link:hover .u-hover-underline {
  background-size: 100% 1px;
}
.p-entry--blog-home .p-entry__thumb {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-entry--blog-home .p-entry__thumb {
    width: 33.5%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--blog-home .p-entry__thumb {
    width: 30%;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-entry--blog-home .p-entry__thumb {
    width: 32%;
  }
}
.p-entry--blog-home .p-entry__body {
  flex-grow: 1;
}
.p-entry--blog-home .p-entry__title-area {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-entry--blog-home .p-entry__title {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--blog-home .p-entry__title {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-entry--blog-home .p-entry__title {
    line-height: 2;
  }
}
.p-entry--blog-home .p-entry__meta {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.p-entry--blog-home .p-entry__cats span {
  display: inline-block;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  padding: 3px 30px;
  text-transform: capitalize;
  margin-right: 5px;
}
.p-entry--blog-home .p-entry__date {
  font-size: 12px;
  margin-left: auto;
}

.p-page-header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-page-header {
    padding-top: 138px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header {
    padding-top: calc(8.1rem + 96px);
    padding-bottom: 9.6rem;
  }
}
.p-page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.p-page-header > .l-inner {
  position: relative;
  z-index: 2;
}

.p-page-header__texts {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .p-page-header__title {
    padding-left: 16px;
    border-left: 2.5px solid #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header__title {
    padding-left: 2.4rem;
    border-left: 0.4rem solid #FFFFFF;
  }
}

.p-page-header__title-sub {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-page-header__title-sub {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header__title-sub {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-header__title-sub {
    font-size: 2.4rem;
  }
}

.p-page-header__title-main {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-page-header__title-main {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header__title-main {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-header__title-main {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-header__text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-header__text {
    margin-top: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .page.about .p-page-header__cont {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .page.about .p-page-header__link {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page.about .p-page-header__link {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .page.about .p-page-header__link ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page.about .p-page-header__link li + li {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page.about .p-page-header__link li + li {
    margin-top: 8px;
  }
}
.page.about .p-page-header__link a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}

.p-archive > .l-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-archive > .l-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-archive > .l-inner {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-archive__side {
    width: 16.66%;
  }
}

@media screen and (max-width: 767px) {
  .p-archive__side-block + .p-archive__side-block {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__side-block + .p-archive__side-block {
    margin-top: 4.8rem;
  }
}

.p-archive__side-title {
  font-weight: 700;
  padding-left: 16px;
  border-left: 2px solid #333333;
}

.p-archive__filter-list,
.p-archive__side-cats {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-archive__filter-list,
  .p-archive__side-cats {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__filter-list li,
  .p-archive__side-cats li {
    margin-right: 8px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__filter-list li + li,
  .p-archive__side-cats li + li {
    margin-top: 8px;
  }
}
.p-archive__filter-list li.current-cat a,
.p-archive__side-cats li.current-cat a {
  background-color: #333333;
  color: #FFFFFF;
}
.p-archive__filter-list li a,
.p-archive__side-cats li a {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .p-archive__filter-list li a,
  .p-archive__side-cats li a {
    padding: 5px 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__filter-list li a,
  .p-archive__side-cats li a {
    padding: 8px 20px;
  }
}
.p-archive__filter-list li a.selected,
.p-archive__side-cats li a.selected {
  background-color: #333333;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .p-archive__main {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__main {
    width: 79%;
    margin-left: auto;
  }
}

.p-archive__entries {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .p-archive__entries {
    margin-left: -32px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__entries {
    margin-left: -2.4rem;
    margin-left: -3.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__entries li {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .p-archive__entries li {
    width: calc(50% - 16px);
    margin-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__entries li {
    flex: 0 0 30%;
    margin-left: 2.4rem;
    margin-left: 3.3%;
    margin-bottom: 4.2rem;
  }
}

.p-entry--blog-archive .p-entry__link {
  display: block;
}
.p-entry--blog-archive .p-entry__body {
  margin-top: 8px;
}
.p-entry--blog-archive .p-entry__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry--blog-archive .p-entry__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--blog-archive .p-entry__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-entry--blog-archive .p-entry__title {
    font-size: 1.8rem;
  }
}
.p-entry--blog-archive .p-entry__ex-icon {
  display: inline-block;
  width: max(1.6rem, 13px);
  height: max(1.6rem, 13px);
  background: url(../images/common/icon-external-link.svg) no-repeat center center/cover;
  margin-left: 0.5em;
}
.p-entry--blog-archive .p-entry__meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.p-entry--blog-archive .p-entry__cats {
  padding-right: 16px;
  position: relative;
}
.p-entry--blog-archive .p-entry__cats::after {
  content: "";
  width: 0.5px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
}
.p-entry--blog-archive .p-entry__cats span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.p-entry--blog-archive .p-entry__date {
  font-size: 12px;
  padding-left: 16px;
}

.p-entry--cases-archive .p-entry__link {
  display: block;
}
.p-entry--cases-archive .p-entry__body {
  margin-top: 8px;
}
.p-entry--cases-archive .p-entry__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry--cases-archive .p-entry__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--cases-archive .p-entry__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-entry--cases-archive .p-entry__title {
    font-size: 1.8rem;
  }
}
.p-entry--cases-archive .p-entry__summary {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-entry--cases-archive .p-entry__summary {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .p-entry--cases-archive .p-entry__summary {
    font-size: 14px;
  }
}
.p-entry--cases-archive .p-entry__meta {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.p-entry--cases-archive .p-entry__cats {
  font-size: 12px;
  padding-right: 16px;
  line-height: 1.5;
  position: relative;
}
.p-entry--cases-archive .p-entry__cats::after {
  content: "";
  width: 0.5px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
.p-entry--cases-archive .p-entry__date {
  font-size: 12px;
  padding-left: 16px;
  line-height: 1.5;
}

.p-entry--news-archive .p-entry__link {
  display: block;
}
.p-entry--news-archive .p-entry__body {
  margin-top: 8px;
}
.p-entry--news-archive .p-entry__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry--news-archive .p-entry__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry--news-archive .p-entry__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-entry--news-archive .p-entry__title {
    font-size: 1.8rem;
  }
}
.p-entry--news-archive .p-entry__summary {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-entry--news-archive .p-entry__summary {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .p-entry--news-archive .p-entry__summary {
    font-size: 14px;
  }
}
.p-entry--news-archive .p-entry__meta {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.p-entry--news-archive .p-entry__cats {
  font-size: 12px;
  padding-right: 16px;
  line-height: 1.5;
  position: relative;
}
.p-entry--news-archive .p-entry__cats::after {
  content: "";
  width: 0.5px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
.p-entry--news-archive .p-entry__date {
  font-size: 12px;
  padding-left: 16px;
  line-height: 1.5;
}

.p-pagination--archive {
  padding-top: 3.2rem;
}
.p-pagination--archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-pagination--archive .page-numbers {
  color: rgba(34, 34, 34, 0.4);
  padding: 3px 8px;
  transition-property: opacity;
}
.p-pagination--archive .page-numbers:hover {
  opacity: 0.7;
}
.p-pagination--archive .page-numbers.current {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
.p-pagination--archive .page-numbers.prev,
.p-pagination--archive .page-numbers.next {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 16px;
}
.p-pagination--archive .page-numbers.prev {
  background-image: url(../images/common/icon-arrow-left.svg);
  margin-right: 12px;
}
.p-pagination--archive .page-numbers.next {
  background-image: url(../images/common/icon-arrow-right.svg);
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .p-single__header {
    padding-left: 16px;
    border-left: 2.5px solid #333333;
  }
}
@media screen and (min-width: 768px) {
  .p-single__header {
    padding-left: 2.4rem;
    border-left: 0.4rem solid #333333;
  }
}

.p-single__cats span {
  display: inline-flex;
  margin-right: 16px;
  font-size: 12px;
}
.p-single__cats span::before {
  content: "#";
  margin-right: 0.5rem;
}

.p-single__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 4rem;
  }
}

.p-single__eyecatch {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single__eyecatch {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-single__eyecatch {
    margin-top: 7.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single__eyecatch img {
    max-width: 87%;
  }
}

@media screen and (max-width: 767px) {
  .p-single__body {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-single__body {
    width: 80%;
    max-width: 800px;
    margin-top: 6.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-single__summary {
    display: flex;
    align-items: flex-start;
  }
}

.p-single__summary-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__summary-title {
    width: 4em;
    flex-shrink: 0;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-single__summary-text {
    flex-grow: 1;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-single__main {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-single__main {
    margin-top: 6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__cases {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-single__cases {
    margin-top: 7.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__cases-body {
    margin-top: 32px;
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-single__cases-body {
    margin-top: 6rem;
    width: calc(100% - 30px);
    margin-left: auto;
  }
}
@media screen and (min-width: 1230px) {
  .p-single__cases-body {
    width: calc(100vw - (100vw - 1200px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-single__cases-list {
    display: flex;
    max-width: 100%;
    padding-right: 3rem;
    overflow: auto;
  }
}

.p-single__cases-list::-webkit-scrollbar {
  display: none;
}

.p-editable-content h2 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-editable-content h2 {
    font-size: 20px;
    padding-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content h2 {
    font-size: 2.4rem;
    padding-top: 8rem;
  }
}
.p-editable-content h3 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-editable-content h3 {
    font-size: 16px;
    padding-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content h3 {
    font-size: 2rem;
    padding-top: 6.4rem;
  }
}
.p-editable-content h4, .p-editable-content h5 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-editable-content h4, .p-editable-content h5 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content h4, .p-editable-content h5 {
    padding-top: 4.8rem;
  }
}
.p-editable-content ol, .p-editable-content ul {
  padding: 1em 0 0 1.5em;
}
.p-editable-content ol li, .p-editable-content ul li {
  list-style: disc;
  list-style-position: inside;
}
.p-editable-content table {
  margin-top: 1em;
}
.p-editable-content table th, .p-editable-content table td {
  padding: 0.5rem;
}
.p-editable-content figcaption {
  padding-top: 0.3rem;
  font-size: 80%;
  text-align: right;
}
.p-editable-content > p {
  text-align: justify;
}
.p-editable-content > p:not(:empty) {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-editable-content > p:not(:empty) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content > p:not(:empty) {
    margin-top: 4rem;
  }
}
.p-editable-content .wp-block-image .alignleft {
  float: none;
}
.p-editable-content .wp-block-image .alignright {
  float: none;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-editable-content p + .wp-block-image {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content p + .wp-block-image {
    margin-top: 4rem;
  }
}

.p-our-service__top-copy {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-our-service__top-copy {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-our-service__top-copy {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-our-service__top-copy {
    font-size: 6.7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-our-service__top-text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-our-service__top-text {
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-our-service__cont {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-our-service__cont {
    padding-top: 13.7rem;
  }
}

.p-contact__steps {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__steps {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__steps {
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .p-contact__steps {
    width: 530px;
  }
}
.p-contact__steps::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #717171;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 20px;
}
@media screen and (min-width: 992px) {
  .p-contact__steps::before {
    top: 2.8rem;
  }
}

.p-contact__steps-index {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #717171;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .p-contact__steps-index {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.p-contact__steps-text {
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  color: #717171;
}

.p-contact__steps-item.is-current .p-contact__steps-index {
  background-color: #2B2523;
}
.p-contact__steps-item.is-current .p-contact__steps-text {
  color: #3A3530;
}

@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 7rem;
  }
}

.p-contact__inputs {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-contact__item + .p-contact__item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__item + .p-contact__item {
    margin-top: 16px;
  }
}

.p-contact__item-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .p-contact__item-body {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__item-body {
    margin-top: 8px;
  }
}

.p-contact__input {
  background-color: #F5F5F5;
  width: 100%;
  border-radius: 4px;
  outline: 2px solid #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__input {
    padding: 1.6rem 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__input + .p-contact__input {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__input + .p-contact__input {
    margin-top: 16px;
  }
}

.p-contact__input::placeholder {
  color: #333333;
}

.p-contact__input:focus {
  outline: 2px solid #CCC;
}

input:-webkit-autofill {
  transition: background-color 99999s;
}

.p-contact__consent {
  margin-top: 3.2rem;
  text-align: center;
}
.p-contact__consent label {
  display: block;
  position: relative;
}
.p-contact__consent input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-contact__consent input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 1 0.2em 0;
  padding: 0 0 0 1.5em;
  position: relative;
}
.p-contact__consent input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.p-contact__consent input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgb(35, 74, 143);
  border-left: 3px solid rgb(35, 74, 143);
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-48deg);
  transition: all 0.15s ease 0s;
  width: 1em;
}
.p-contact__consent input[type=checkbox] + span a {
  font-weight: 700;
  text-decoration: none;
}
.p-contact__consent input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__submit {
  margin-top: 7rem;
}

.p-contact__submit-btn {
  position: relative;
  cursor: pointer;
}
.p-contact__submit-btn input[type=submit] {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-btn input[type=submit] {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit-btn input[type=submit] {
    padding: 2.8rem;
  }
}
.p-contact__submit-btn::before, .p-contact__submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-contact__submit-btn::before {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-btn::before {
    width: 32px;
    height: 32px;
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit-btn::before {
    width: 5.2rem;
    height: 5.2rem;
    right: 4.5rem;
  }
}
.p-contact__submit-btn::after {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  transition-property: transform;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-btn::after {
    right: 29px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit-btn::after {
    right: 6.9rem;
  }
}
.p-contact__submit-btn:hover::after {
  transform: translateY(-50%) scale(4);
}

/* 余白
==================================== */
.u-mt-sm {
  margin-top: 20px;
}

/* 非表示
==================================== */
@media screen and (min-width: 1200px) {
  .u-hidden-xl {
    display: none;
  }
}

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

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

.u-bold {
  font-weight: 700;
}

.u-hover-underline {
  background-position: right 100% bottom 0;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.u-hover-underline--wh {
  background-image: linear-gradient(#FFF, #FFF);
}

.u-hover-underline--bk {
  background-image: linear-gradient(#333333, #333333);
}

.u-hover-underline--gr {
  background-image: linear-gradient(#CCC, #CCC);
}

.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*# sourceMappingURL=style.css.map */
