@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* foundation > layout */
html:has(.p-404__wrap) {
  background-color: #D8E4E4;
}
html:has(.p-404__wrap):has(.dark-mode) {
  background-color: #2F3232;
}
html:has(.dark-mode) {
  background-color: #2F3232;
}

.js-translate ._jp {
  display: none;
  -webkit-animation: fadeIn;
          animation: fadeIn;
}
.js-translate ._jp.is-visible {
  display: inline-block;
}
.js-translate ._en {
  display: none;
  -webkit-animation: fadeIn;
          animation: fadeIn;
}
.js-translate ._en.is-visible {
  display: inline-block;
}
.js-translate ._en.is-upright {
  text-orientation: upright;
}
.js-translate ._en._font-sm {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .js-translate ._en._font-sm {
    font-size: 16px;
  }
}
.js-translate ._zh {
  display: none;
  -webkit-animation: fadeIn;
          animation: fadeIn;
}
.js-translate ._zh.is-visible {
  display: inline-block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  color: #1D4763;
  background-color: #D8E4E4;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  isolation: isolate;
}
body.js-no-scroll {
  overflow: hidden;
}
body {
  /* ダークモード */
}
body.dark-mode {
  color: #C5C3C2;
  background-color: #2F3232;
}
body.dark-mode .c-link-button::before, body.dark-mode .c-link-button::after {
  background-color: #C5C3C2;
}
body.dark-mode .c-link-button02 {
  background-color: #C5C3C2;
  border: 1px solid #C5C3C2;
}
body.dark-mode .c-link-button02 .text {
  color: #1D4763;
}
body.dark-mode .c-link-button02 svg path {
  fill: #1D4763;
}
body.dark-mode .c-contact-button {
  color: #C5C3C2;
}
body.dark-mode .c-tag {
  background-color: #2D4154;
  color: #FDFDFD;
}
body.dark-mode .c-tag.is-active {
  background-color: #2765A3;
}
body.dark-mode .c-tag.--narrow {
  background-color: #2765A3;
}
body.dark-mode .c-section-heading .en {
  -webkit-text-stroke: 1px #C5C3C2;
  text-stroke: 1px #C5C3C2;
}
body.dark-mode .p-fv::before, body.dark-mode .p-fv::after {
  background-color: rgba(121, 122, 31, 0.9);
}
body.dark-mode .p-fv__box::before {
  background-color: #1E727C;
}
body.dark-mode .p-fv__circle {
  background-color: rgba(121, 122, 31, 0.9);
}
body.dark-mode .p-footer {
  border-top: 0.5px solid #C5C3C2;
}
body.dark-mode .p-footer__logo .text {
  color: #C5C3C2;
}
body.dark-mode .p-footer__logo svg path {
  stroke: #C5C3C2;
}
body.dark-mode .p-footer__sp-nav-link {
  border-bottom: 0.5px solid #C5C3C2;
}
body.dark-mode .p-footer__sp-nav-link .text {
  color: #C5C3C2;
}
body.dark-mode .p-footer__sp-nav-link svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-footer__sub-nav-link svg path {
  stroke: #C5C3C2;
}
body.dark-mode .p-footer__copyright {
  color: #C5C3C2;
}
body.dark-mode .p-breadcrumb__list li:not(:first-of-type)::before {
  background-color: #C5C3C2;
}
body.dark-mode .p-cta__link {
  border-top: 1px solid #303535;
  border-left: 1px solid #303535;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(32, 35, 35, 0.6), -8px -8px 8px 0 rgba(48, 53, 53, 0.6);
          box-shadow: 4px 4px 6px 0 rgba(32, 35, 35, 0.6), -8px -8px 8px 0 rgba(48, 53, 53, 0.6);
  background: #202323;
}
@media (any-hover: hover) {
  body.dark-mode .p-cta__link:hover {
    -webkit-box-shadow: -8px -8px 8px 0 rgba(48, 53, 53, 0.6);
            box-shadow: -8px -8px 8px 0 rgba(48, 53, 53, 0.6);
  }
}
body.dark-mode .p-works-card {
  outline: 1px solid #C5C3C2;
}
body.dark-mode .p-works-card__link {
  border-color: #C5C3C2;
  background: rgba(47, 50, 50, 0.8);
}
body.dark-mode .p-works-card__link .text {
  color: #C5C3C2;
}
body.dark-mode .p-works-card__link svg path {
  stroke: #C5C3C2;
}
@media (any-hover: hover) {
  body.dark-mode .p-works-card__link:hover {
    background: #2F3232;
  }
}
body.dark-mode .p-top__service {
  border-top: 1px solid #C5C3C2;
}
body.dark-mode .p-top__service-skill .header {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__service-skill .body {
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-top__service-skill:not(:first-of-type) .header {
  border-left: 1px solid #2F3232;
}
body.dark-mode .p-top__service-skill:not(:first-of-type) .body {
  border-left: 1px solid #C5C3C2;
}
body.dark-mode .p-top__service-icon svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-top__service-skill {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__service-skill .header-title .icon {
  background: #2F3232;
}
body.dark-mode .p-top__service-skill .header-title .text {
  color: #2F3232;
}
body.dark-mode .p-top__service-skill .body {
  background-color: #2F3232;
}
body.dark-mode .p-top__price-title .en {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-top__price-sub-title {
  background-color: #C5C3C2;
  color: #2F3232;
}
body.dark-mode .p-top__price-list-item {
  border-left: 1px solid #C5C3C2;
  border-right: 1px solid #C5C3C2;
}
body.dark-mode .p-top__price-list-item:not(:last-of-type) {
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-top__price-item:last-of-type .p-top__price-list-item {
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-top__flow-title {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-top__flow-icon {
  background: #2F3232;
}
body.dark-mode .p-top__flow-item {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__flow-number {
  color: #2F3232;
}
body.dark-mode .p-top__flow-sub-title {
  color: #2F3232;
}
body.dark-mode .p-top__flow-body {
  border: 1px solid #C5C3C2;
  background-color: #2F3232;
}
body.dark-mode .p-top__flow-items::after {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__faq {
  border-top: 1px solid #C5C3C2;
}
body.dark-mode .p-top__faq-item {
  border-color: #C5C3C2;
}
body.dark-mode .p-top__faq-item:not(:last-of-type) {
  border-top: 1px solid #C5C3C2;
}
body.dark-mode .p-top__faq-item:last-of-type {
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-top__faq-item .p-top__faq-term::before, body.dark-mode .p-top__faq-item .p-top__faq-term::after {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__faq-item .p-top__faq-right {
  border-left: 1px solid #C5C3C2;
}
body.dark-mode .p-top__faq-item.js-open {
  background-color: #C5C3C2;
  border-top: 1px solid #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-q {
  color: #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-term {
  color: #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-term::before, body.dark-mode .p-top__faq-item.js-open .p-top__faq-term::after {
  background-color: #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-a {
  color: #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-answer {
  color: #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-right {
  border-left: 1px solid #2F3232;
}
body.dark-mode .p-top__faq-item.js-open .p-top__faq-desc-inner {
  border-top: 1px dashed #2F3232;
}
body.dark-mode .p-top__about {
  border-top: 1px solid #C5C3C2;
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__about-header {
    border-bottom: 2px solid rgba(197, 195, 194, 0.5);
  }
}
body.dark-mode .p-top__about-item._01 {
  background-image: url(../img/top/about-bg01-dark-sp.webp);
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__about-item._01 {
    background-image: url(../img/top/about-bg01-dark.webp);
  }
}
body.dark-mode .p-top__about-item._02 {
  background-image: url(../img/top/about-bg01-dark-sp.webp);
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__about-item._02 {
    background-image: url(../img/top/about-bg01-dark.webp);
  }
}
body.dark-mode .p-top__about-item._03 {
  background-image: url(../img/top/about-bg01-dark-sp.webp);
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__about-item._03 {
    background-image: url(../img/top/about-bg01-dark.webp);
  }
}
body.dark-mode .p-top__about-item._04 {
  background-image: url(../img/top/about-bg02-sp.webp);
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__about-item._04 {
    background-image: url(../img/top/about-bg02.webp);
  }
}
body.dark-mode .p-top__about-container .sp02__catch {
  background-color: #C5C3C2;
  color: #1D4763;
}
body.dark-mode .p-top__about-container .sp02__en-name {
  color: rgba(197, 195, 194, 0.6);
}
body.dark-mode .p-top__voice {
  border-top: 1px solid #C5C3C2;
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__voice-header {
    border-bottom: 1px solid #C5C3C2;
  }
}
body.dark-mode .p-voice-card {
  background-color: #323535;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
  border: 1px solid #C5C3C2;
}
body.dark-mode .p-voice-card__image {
  -webkit-filter: grayscale(0.3);
          filter: grayscale(0.3);
}
body.dark-mode .p-top__voice-more .icon {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__voice-more .icon::after {
  background-color: #C5C3C2;
}
body.dark-mode .p-top__price-img::before {
  content: none;
}
body.dark-mode .p-top__blog {
  border-top: 1px solid #C5C3C2;
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-top__blog-header {
    border-bottom: 2px solid rgba(197, 195, 194, 0.5);
  }
}
body.dark-mode .p-blog-card__tag svg path {
  fill: rgba(197, 195, 194, 0.8);
}
body.dark-mode .p-blog-card__date .date {
  color: rgba(197, 195, 194, 0.7);
}
body.dark-mode .p-blog-card__date svg path {
  fill: rgba(197, 195, 194, 0.8);
}
body.dark-mode .p-archive__circle,
body.dark-mode .p-single__circle {
  background: rgba(97, 101, 100, 0.3);
}
body.dark-mode .p-pagination__item--first::before, body.dark-mode .p-pagination__item--last::before {
  background-color: #FDFDFD;
}
body.dark-mode .page-numbers.prev::before, body.dark-mode .page-numbers.next::before {
  background-color: #FDFDFD;
}
body.dark-mode .p-page__fv-circle {
  background: rgba(19, 230, 0, 0.3);
}
body.dark-mode .p-archive-works__heading::before, body.dark-mode .p-archive-works__heading::after {
  background: rgba(19, 230, 0, 0.3);
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-page__header {
    border-bottom: 2px solid rgba(197, 195, 194, 0.5);
  }
}
body.dark-mode .p-page__header._archive::before, body.dark-mode .p-page__header._archive::after, body.dark-mode .p-page__header._single::before, body.dark-mode .p-page__header._single::after {
  background: rgba(97, 101, 100, 0.3);
}
body.dark-mode .p-single-works__items {
  border-top: 0.5px solid #C5C3C2;
  border-bottom: 0.5px solid #C5C3C2;
}
body.dark-mode .p-single-works__item:not(:first-of-type) {
  border-top: 0.5px solid #C5C3C2;
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-single-works__item:not(:first-of-type) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-single-works__item:nth-of-type(n+3) {
    border-top: 0.5px solid #C5C3C2;
  }
}
@media screen and (min-width: 768px) {
  body.dark-mode .p-single-works__item:nth-of-type(odd) {
    border-right: 0.5px solid #C5C3C2;
  }
}
body.dark-mode .p-single-works__item-icon {
  background-color: #C5C3C2;
}
body.dark-mode .p-pager__text svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-contact__form::before {
  background: rgba(30, 114, 124, 0.9);
}
body.dark-mode .p-contact__circle {
  background: rgba(30, 114, 124, 0.9);
}
body.dark-mode .p-contact__message-block::before {
  background: rgba(30, 114, 124, 0.9);
}
body.dark-mode .p-form input[type=text],
body.dark-mode .p-form input[type=email],
body.dark-mode .p-form textarea {
  border-bottom: 0.5px solid #C5C3C2;
}
body.dark-mode .p-form input[type=text]::-webkit-input-placeholder, body.dark-mode .p-form input[type=email]::-webkit-input-placeholder, body.dark-mode .p-form textarea::-webkit-input-placeholder {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-form input[type=text]::-moz-placeholder, body.dark-mode .p-form input[type=email]::-moz-placeholder, body.dark-mode .p-form textarea::-moz-placeholder {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-form input[type=text]:-ms-input-placeholder, body.dark-mode .p-form input[type=email]:-ms-input-placeholder, body.dark-mode .p-form textarea:-ms-input-placeholder {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-form input[type=text]::-ms-input-placeholder, body.dark-mode .p-form input[type=email]::-ms-input-placeholder, body.dark-mode .p-form textarea::-ms-input-placeholder {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-form input[type=text]::placeholder,
body.dark-mode .p-form input[type=email]::placeholder,
body.dark-mode .p-form textarea::placeholder {
  color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-form__item:first-of-type {
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-form__privacy-link {
  color: #5FC1C7;
}
body.dark-mode .p-form__privacy input[type=checkbox] + span::before {
  border-color: #C5C3C2;
}
body.dark-mode .p-form__privacy input[type=checkbox]:checked + span::after {
  border-color: #C5C3C2;
}
body.dark-mode input[type=text]:focus,
body.dark-mode input[type=email]:focus,
body.dark-mode textarea:focus {
  border-bottom: 0.5px solid #248B97;
}
body.dark-mode .p-404__content::after {
  background: #1D4763;
}
body.dark-mode .p-404__wrap::before {
  background: #1D4763;
}
body.dark-mode .p-404__circle {
  background-color: #1D4763;
}
body.dark-mode .p-404__title {
  color: #C5C3C2;
}
body.dark-mode .p-404__message {
  color: #C5C3C2;
}
body.dark-mode .p-404__wrap {
  background-color: #2F3232;
}
body.dark-mode .p-footer__nav-block:not(:last-of-type) {
  border-right: 0.5px solid #C5C3C2;
}
body.dark-mode .p-privacy__header {
  border-bottom: 2px solid rgba(197, 195, 194, 0.3);
}
body.dark-mode .p-privacy__title .en::before {
  background-color: rgba(30, 114, 124, 0.9);
}
body.dark-mode .pc01__catch {
  background-color: #C5C3C2;
  color: #1D4763;
}
body.dark-mode .pc01__en-name {
  color: rgba(197, 195, 194, 0.6);
}
body.dark-mode .pc01__profile-item {
  border-bottom: 1px solid rgba(197, 195, 194, 0.6);
}
body.dark-mode .sp03__item {
  border-bottom: 1px solid rgba(197, 195, 194, 0.6);
}
body.dark-mode .item04__year {
  color: rgba(36, 139, 151, 0.2);
}
body.dark-mode .item04__year .icon svg path {
  fill: #248B97;
}
body.dark-mode .item04__period {
  color: #248B97;
}
body.dark-mode .item04__list-item {
  color: #248B97;
}
body.dark-mode .p-archive__cat-link {
  color: rgba(197, 195, 194, 0.5);
  border-bottom: 1px solid rgba(197, 195, 194, 0.5);
}
body.dark-mode .p-archive__cat-link.is-current {
  color: #C5C3C2;
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-archive__side-container {
  background-color: #404444;
}
body.dark-mode .p-archive__side-container .profile__author {
  color: #C5C3C2;
  border-bottom: 0.5px solid rgba(197, 195, 194, 0.5);
}
body.dark-mode .p-archive__side-container .category {
  border-bottom: 1px solid rgba(197, 195, 194, 0.5);
}
body.dark-mode .p-archive__side-container .category-link {
  color: #C5C3C2;
}
body.dark-mode .p-archive__side-container .category-link svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-archive__side-container .category-title {
  color: #C5C3C2;
}
body.dark-mode .p-archive__side-container .popular-link {
  border-bottom: 1px solid #C5C3C2;
}
body.dark-mode .p-archive__side-container .popular-date {
  color: #C5C3C2;
  border-right: 1px solid #C5C3C2;
}
body.dark-mode .p-archive__side-container .popular-title {
  color: #C5C3C2;
}
body.dark-mode .profile__catch {
  background-color: #C5C3C2;
  color: #2F3232;
}
body.dark-mode .profile__jp-name {
  color: #C5C3C2;
}
body.dark-mode .profile__en-name {
  color: rgba(197, 195, 194, 0.6);
}
body.dark-mode .c-aside-title {
  color: #C5C3C2;
}
body.dark-mode .p-archive__side-tag {
  background-color: rgba(216, 228, 228, 0.2);
  color: #C5C3C2;
}
body.dark-mode .p-search input[type=search] {
  background: rgba(216, 228, 228, 0.1);
}
body.dark-mode .p-search input[type=search]::-webkit-input-placeholder {
  color: rgba(216, 228, 228, 0.6);
}
body.dark-mode .p-search input[type=search]::-moz-placeholder {
  color: rgba(216, 228, 228, 0.6);
}
body.dark-mode .p-search input[type=search]:-ms-input-placeholder {
  color: rgba(216, 228, 228, 0.6);
}
body.dark-mode .p-search input[type=search]::-ms-input-placeholder {
  color: rgba(216, 228, 228, 0.6);
}
body.dark-mode .p-search input[type=search]::placeholder {
  color: rgba(216, 228, 228, 0.6);
}
body.dark-mode .p-search__icon svg path {
  stroke: #D8E4E4;
}
body.dark-mode .p-search__result-header {
  border-color: rgba(197, 195, 194, 0.5);
}
body.dark-mode .p-drawer {
  background-color: #C5C3C2;
}
body.dark-mode .p-drawer__nav-list {
  border-top: 1px solid #2F3232;
}
body.dark-mode .p-drawer__nav-item:nth-of-type(odd) .p-drawer__nav-link {
  border-color: #2F3232;
}
body.dark-mode .p-drawer__nav-link {
  color: #2F3232;
  border-bottom: 1px solid #2F3232;
}
body.dark-mode .p-drawer__setting-title {
  background-color: #2F3232;
}
body.dark-mode .p-drawer__setting-title svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-drawer__lang-btn {
  color: rgba(47, 50, 50, 0.3);
}
body.dark-mode .p-drawer__lang-btn.is-active {
  color: #2F3232;
}
body.dark-mode .p-drawer__setting-list {
  border-color: #2F3232;
}
body.dark-mode .p-drawer__setting-item {
  border-color: #2F3232;
}
body.dark-mode .p-drawer__setting-item:nth-of-type(1) {
  border-color: #2F3232;
}
body.dark-mode .p-drawer__setting-item._lang svg path {
  fill: #2F3232;
}
body.dark-mode .p-drawer__copyright-text .text {
  color: #2F3232;
}
body.dark-mode .p-drawer__copyright-logo {
  background-color: #2F3232;
}
body.dark-mode .p-header.js-open {
  background-color: #C5C3C2;
  border-bottom: 1px solid #2F3232;
}
body.dark-mode .p-header.js-open .p-header__logo-text {
  color: #2F3232;
}
body.dark-mode .p-header.js-open .p-header__logo-link svg path {
  stroke: #2F3232;
}
body.dark-mode .p-header.js-open .p-header__hamburger-open path {
  stroke: #2F3232;
}
body.dark-mode .p-setting {
  border: 1px solid #C5C3C2;
  background: #2F3232;
  -webkit-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.55);
          box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.55);
}
body.dark-mode .p-setting__tab {
  border-color: #C5C3C2;
}
body.dark-mode .p-setting__tab svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-setting__dark {
  border-top: 1px dashed #C5C3C2;
}
body.dark-mode .p-setting__lang-icon svg path {
  fill: #C5C3C2;
}
body.dark-mode .p-setting__lang-item {
  color: rgba(197, 195, 194, 0.6);
}
body.dark-mode .p-setting__lang-item.is-active {
  color: #C5C3C2;
}
body.dark-mode .p-setting__dark-up,
body.dark-mode .p-setting__dark-down {
  background-color: #C5C3C2;
}
body.dark-mode .c-dark-mode__slider {
  background-color: rgba(197, 195, 194, 0.3);
}
body.dark-mode .c-dark-mode__slider::before {
  background-color: #C5C3C2;
}
body.dark-mode .p-drawer__dark .p-setting__dark-up {
  background-color: #2F3232;
}
body.dark-mode .p-drawer__dark .p-setting__dark-down {
  background-color: #2F3232;
}
body.dark-mode .p-drawer__dark .c-dark-mode__slider::before {
  background-color: #2F3232;
}
body.dark-mode .p-thanks-modal {
  -webkit-box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(50, 53, 53, 0.2);
}
body.dark-mode .p-thanks-modal__close svg path {
  stroke: #C5C3C2;
}
body.dark-mode .c-link-button02.--thanks-modal {
  background-color: #248B97;
}
body.dark-mode .c-link-button02.--thanks-modal .text {
  color: #FDFDFD;
}
body.dark-mode .c-link-button02.--thanks-modal svg path {
  fill: #FDFDFD;
}
@media (any-hover: hover) {
  body.dark-mode .c-link-button02:hover {
    background-color: #1D4763;
  }
  body.dark-mode .c-link-button02:hover .text {
    color: #FDFDFD;
  }
  body.dark-mode .c-link-button02:hover svg path {
    fill: #FDFDFD;
  }
}
body.dark-mode .p-form .wpcf7-radio input[type=radio] + span::before {
  border-color: #C5C3C2;
}
body.dark-mode .p-form .wpcf7-radio input[type=radio]:checked + span::after {
  background-color: #C5C3C2;
}
body.dark-mode .p-opening:before, body.dark-mode .p-opening::after {
  background-color: #FDFDFD;
}
body.dark-mode .p-opening .p-opening__text {
  color: #161A1A;
}
body.dark-mode .p-opening .p-opening__text.is-opening {
  color: #248B97;
}
body.dark-mode .p-opening .p-opening__text.is-opening::after {
  color: #248B97;
}

/* layout > inner */
.l-header-inner {
  max-width: 1141px;
  margin-inline: auto;
  padding: 0 16.5px;
}
.l-header-inner._work {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-header-inner._work {
    padding: 0 16.5px;
  }
}
.l-header-inner._faq {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header-inner._faq {
    text-align: initial;
  }
}

/* layout > outer */
.l-outer {
  max-width: 1440px;
  margin-inline: auto;
}
.l-outer._lg {
  max-width: 1800px;
}

/* layout > columns */
/* layout > works block */
.l-works-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .l-works-block {
    grid-template-columns: auto 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 80px;
  }
}

.l-works-block__inner {
  max-width: 1290px;
  margin-inline: auto;
}

.l-works-block__title {
  margin-inline: auto;
}

.l-works-block__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 390px) {
  .l-works-block__tags {
    gap: 8px;
  }
}
@media screen and (min-width: 900px) {
  .l-works-block__tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
}

/* layout > works card */
.l-works-card {
  margin-top: 32px;
  max-width: 390px;
  margin-inline: auto;
  grid-template-columns: 1fr;
  -webkit-animation: showUp 1s;
          animation: showUp 1s;
  display: none;
}
@media screen and (min-width: 600px) {
  .l-works-card {
    grid-template-columns: repeat(auto-fill, 390px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .l-works-card {
    max-width: 780px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1240px) {
  .l-works-card {
    max-width: 1290px;
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-works-card.is-active {
  display: grid;
}

@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* object > component > button */
.c-link-button {
  display: inline-block;
  padding-bottom: 12px;
  padding-right: 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  position: relative;
  -webkit-transition: color 0.3s ease, letter-spacing 0.3s ease;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-link-button {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media (any-hover: hover) {
  .c-link-button:hover {
    letter-spacing: 1.44px;
  }
  .c-link-button:hover::before {
    width: calc(100% + 12px);
  }
  .c-link-button:hover::after {
    right: -12px;
  }
}
.c-link-button::before, .c-link-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease, width 0.3s ease, right 0.3s ease;
  transition: background-color 0.3s ease, width 0.3s ease, right 0.3s ease;
}
.c-link-button::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1D4763;
}
.c-link-button::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  right: 0;
  bottom: -2px;
  background-color: #1D4763;
}

.c-link-button02 {
  width: 172px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 40px;
  background-color: #1D4763;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}
@media (any-hover: hover) {
  .c-link-button02:hover {
    background-color: #F8F8F8;
  }
  .c-link-button02:hover .text {
    color: #1D4763;
  }
  .c-link-button02:hover svg path {
    fill: #1D4763;
  }
}
.c-link-button02 .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #F8F8F8;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-link-button02 svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-link-button02 svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.c-link-button02.--sm {
  max-width: 134px;
}
.c-link-button02.--md {
  max-width: 144px;
}
.c-link-button02.--to-top {
  background-color: #D8E4E4;
}
.c-link-button02.--to-top .text {
  color: #1D4763;
}
@media (any-hover: hover) {
  .c-link-button02.--to-top:hover {
    background-color: #F8F8F8;
  }
  .c-link-button02.--to-top:hover .text {
    color: #1D4763;
  }
  .c-link-button02.--to-top:hover svg path {
    fill: #1D4763;
  }
}
.c-link-button02.--thanks-modal {
  background-color: #248B97;
}

.c-contact-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2765A3;
  width: 100%;
  max-width: 520px;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #FDFDFD;
  border: 1px solid #2765A3;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
  cursor: pointer;
}
.c-contact-button:disabled {
  background-color: rgba(39, 101, 163, 0.5);
  border: 1px solid rgba(39, 101, 163, 0.5);
  cursor: initial;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-contact-button:not(:disabled):hover {
    background-color: #FDFDFD;
    color: #2765A3;
  }
}

/* ダークモードボタン */
.c-dark-mode {
  display: inline-block;
  width: 8px;
  height: 32px;
  border-radius: 64px;
  background: rgba(47, 50, 50, 0.3);
  position: relative;
}

.c-dark-mode__checkbox {
  opacity: 0;
  position: absolute;
}
.c-dark-mode__checkbox:checked + .c-dark-mode__slider::before {
  -webkit-transform: translateY(20px) translateX(-50%);
          transform: translateY(20px) translateX(-50%);
}
.c-dark-mode__checkbox.is-dark-on + .c-dark-mode__slider::before {
  -webkit-transform: translateY(20px) translateX(-50%);
          transform: translateY(20px) translateX(-50%);
  -webkit-transition: none;
  transition: none;
}
.c-dark-mode__checkbox.is-dark-on + .c-dark-mode__slider {
  -webkit-transition: none;
  transition: none;
}

.c-dark-mode__slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: rgba(47, 50, 50, 0.3);
  border-radius: 30px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.c-dark-mode__slider::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
  background-color: #1D4763;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* object > component > heading */
.c-section-heading {
  font-family: futura-pt, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section-heading .en {
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #1D4763;
  text-stroke: 1px #1D4763;
}
@media screen and (min-width: 768px) {
  .c-section-heading .en {
    font-size: 58px;
  }
}
.c-section-heading .jp {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3125;
}
@media screen and (min-width: 768px) {
  .c-section-heading .jp {
    font-size: 16px;
  }
}

.c-aside-title {
  padding-left: 16px;
  border-left: 4px solid #5FC1C7;
  color: #D8E4E4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.44px;
}

.c-aside-title02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 0 8px 24px;
  border-left: 8px solid #2765A3;
}

/* object > component > tag */
.c-tag {
  max-width: 100px;
  width: 100%;
  display: inline-grid;
  place-items: center;
  padding: 8px 8px;
  border-radius: 88px;
  background-color: #A0B5BD;
  color: #FDFDFD;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 390px) {
  .c-tag {
    max-width: 105px;
  }
}
@media screen and (min-width: 768px) {
  .c-tag {
    max-width: 100px;
  }
}
.c-tag.--tab {
  min-width: 76px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  padding: 8px 4px;
}
@media screen and (min-width: 768px) {
  .c-tag.--tab {
    padding: 8px 8px;
    font-size: 15px;
    min-width: 100px;
  }
}
.c-tag.--sm {
  max-width: 70px;
}
@media screen and (min-width: 390px) {
  .c-tag.--sm {
    max-width: 76px;
  }
}
@media screen and (min-width: 768px) {
  .c-tag.--sm {
    max-width: 100px;
  }
}
.c-tag.--narrow {
  max-width: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1;
  background-color: #1D4763;
  color: #D8E4E4;
}
@media screen and (min-width: 768px) {
  .c-tag.--narrow {
    font-size: 13px;
    padding: 4px 14px;
  }
}
.c-tag.is-active {
  background-color: #1D4763;
}
.c-tag.--single-works {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: initial;
  min-width: 53px;
  padding: 4px 16px;
  font-size: 12px;
  background-color: #1D4763;
}
@media screen and (min-width: 768px) {
  .c-tag.--single-works {
    font-size: 16px;
  }
}

/* object > project > header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  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;
  border-bottom: 1px solid #FDFDFD;
  mix-blend-mode: difference;
  z-index: 1000;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
@media screen and (min-width: 1040px) {
  .p-header {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    border-bottom: none;
  }
}
.p-header.js-open {
  background-color: #1D4763;
  mix-blend-mode: initial;
}
.p-header.js-open .p-header__hamburger-close {
  display: none;
}
.p-header.js-open .p-header__hamburger-open {
  display: block;
  mix-blend-mode: initial;
}
.p-header.js-open .p-header__logo-link {
  mix-blend-mode: initial;
}
.p-header.js-open .p-header__logo-link svg {
  mix-blend-mode: initial;
}

.p-header__top {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1040px) {
  .p-header__top {
    padding: 16px 20px;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1040px) {
  .p-header__nav {
    display: block;
    width: 100%;
    border-top: 2px solid #E9FDFD;
    border-bottom: 2px solid #E9FDFD;
  }
}

.p-header__nav-inner {
  max-width: 916px;
  margin-inline: auto;
}

.p-header__nav-list {
  display: grid;
  grid-template-columns: repeat(5, 180px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__nav-item {
  border-left: 2px solid #E9FDFD;
}
.p-header__nav-item:last-of-type {
  border-right: 2px solid #E9FDFD;
}

.p-header__nav-link {
  display: block;
  padding: 12px 10px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #E9FDFD;
}

.p-header__top-inner {
  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;
}
@media screen and (min-width: 1040px) {
  .p-header__top-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  mix-blend-mode: difference;
}
.p-header__logo-link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  mix-blend-mode: difference;
}
.p-header__logo-link svg path {
  stroke: #E9FDFD;
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}

.p-header__logo-text {
  color: #E9FDFD;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3181818182;
  letter-spacing: -0.44px;
}

@media screen and (min-width: 1040px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger.js-open .p-header__hamburger-close {
  display: block;
}
.p-header__hamburger.js-open .p-header__hamburger-open {
  display: none;
}

.p-header__hamburger-close {
  cursor: pointer;
}

.p-header__hamburger-open {
  cursor: pointer;
  display: none;
}
.p-header__hamburger-open path {
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}

/* object > project > footer */
.p-footer {
  padding: 80px 0 16px;
  border-top: 0.5px solid #1D4763;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 48px 0 16px;
  }
}

.p-footer__inner {
  max-width: 1168px;
  margin-inline: auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 900px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

/* PC */
.p-footer__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-footer__nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}

.p-footer__nav-block {
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-footer__nav-block:not(:last-of-type) {
  padding-right: 24px;
  border-right: 0.5px solid #1D4763;
}

.p-footer__nav-link {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
  white-space: nowrap;
}

.p-footer__sub-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.p-footer__sub-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.p-footer__sub-nav-link svg {
  display: inline-block;
  width: 8px;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.p-footer__sub-nav-link .text {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

/* SP */
@media screen and (min-width: 900px) {
  .p-footer__sp-nav {
    display: none;
  }
}

.p-footer__sp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__sp-nav-link {
  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;
  padding: 12px 8px 12px 0;
  border-bottom: 0.5px solid #1D4763;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.p-footer__sp-nav-link .text {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.375;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-footer__sp-nav-link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__sp-nav-link svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.p-footer__bottom {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width: 900px) {
  .p-footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-footer__sns-link {
  width: 41px;
  margin-inline: auto;
}
.p-footer__info {
  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;
  gap: 8px;
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-footer__logo .text {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  color: #1D4763;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.3125;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-footer__logo svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__logo svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.p-footer__copyright {
  font-family: futura-pt, sans-serif;
  color: #1D4763;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* object > project > cta */
.p-cta {
  padding: 56px 30px 80px;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 88px 30px 80px;
  }
}

.p-cta__lead {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.p-cta__lead-sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
}

.p-cta__lead-main {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.p-cta__link-list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .p-cta__link-list {
    margin-top: 56px;
    -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;
    gap: 32px;
  }
}

.p-cta__link-item {
  width: 100%;
  max-width: 430px;
}

.p-cta__link {
  display: block;
  text-align: center;
  width: 100%;
  padding: 28px 10px 27px;
  border-radius: 8px;
  border: 1px solid rgba(253, 253, 253, 0.2);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.36px;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: -3.645px -3.645px 7.29px 0 #E3F2F2, 3.645px 3.645px 7.29px 0 #A6ABBD;
          box-shadow: -3.645px -3.645px 7.29px 0 #E3F2F2, 3.645px 3.645px 7.29px 0 #A6ABBD;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
@media screen and (min-width: 900px) {
  .p-cta__link {
    padding: 63px 0 62px;
  }
}
@media (any-hover: hover) {
  .p-cta__link:hover {
    -webkit-box-shadow: 3.645px 3.645px 7.29px 0 #E3F2F2;
            box-shadow: 3.645px 3.645px 7.29px 0 #E3F2F2;
  }
}

/* object > project > cta-bg */
.p-cta-bg {
  height: 174px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta-bg {
    height: 249px;
  }
}

.p-cta-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > drawer */
.p-drawer {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 60px);
  background-color: #1D4763;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.p-drawer.js-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  height: 100%;
  overflow-y: scroll;
}

.p-drawer__nav {
  padding-top: 80px;
}

.p-drawer__nav-list {
  border-top: 1px solid #D8E4E4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-drawer__nav-item:nth-of-type(odd) .p-drawer__nav-link {
  border-right: 1px solid #D8E4E4;
}

.p-drawer__nav-link {
  padding: 12px 10px;
  display: block;
  text-align: center;
  color: #D8E4E4;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 2.4;
  font-size: 16px;
  border-bottom: 1px solid #D8E4E4;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.p-drawer__setting {
  margin-top: 80px;
}

.p-drawer__setting-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: inherit;
      align-content: inherit;
  gap: 12px;
  padding: 16px 40px;
  background-color: #D8E4E4;
}
.p-drawer__setting-title svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
}
.p-drawer__setting-title svg path {
  -webkit-transform: fill 0.4s ease;
          transform: fill 0.4s ease;
}
.p-drawer__setting-title .text {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.92px;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-drawer__setting-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #D8E4E4;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.p-drawer__setting-item {
  padding: 24px 10px;
  border-bottom: 1px solid #D8E4E4;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-drawer__setting-item:nth-of-type(1) {
  border-right: 1px dashed #D8E4E4;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-drawer__setting-item._lang {
  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;
  gap: 8px;
}
.p-drawer__setting-item._lang svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
}
.p-drawer__setting-item._lang svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-drawer__dark {
  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;
  gap: 10px;
}
.p-drawer__dark .p-setting__dark-up {
  width: 28px;
  height: 28px;
  background-color: #D8E4E4;
}
.p-drawer__dark .p-setting__dark-down {
  width: 24px;
  height: 24px;
  background-color: #D8E4E4;
}
.p-drawer__dark .c-dark-mode {
  width: 48px;
  height: 12px;
}
.p-drawer__dark .c-dark-mode__checkbox:checked + .c-dark-mode__slider::before {
  -webkit-transform: translateY(-50%) translateX(26px);
          transform: translateY(-50%) translateX(26px);
}
.p-drawer__dark .c-dark-mode__slider {
  border-radius: 64px;
  background: rgba(216, 228, 228, 0.3);
}
.p-drawer__dark .c-dark-mode__slider::before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  background-color: #D8E4E4;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.p-drawer__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.p-drawer__lang-btn {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.36px;
  color: rgba(216, 228, 228, 0.3);
}
.p-drawer__lang-btn .spacing01 {
  letter-spacing: 0.64px;
}
.p-drawer__lang-btn.is-active {
  color: #D8E4E4;
}

.p-drawer__bottom {
  margin-top: 80px;
}

.p-drawer__sns-link {
  width: 41px;
  aspect-ratio: 1;
  display: block;
  margin-inline: auto;
}
.p-drawer__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__copyright {
  margin-top: 40px;
}

.p-drawer__copyright-text {
  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;
  gap: 6px;
}
.p-drawer__copyright-text .text {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.3125;
  color: #D8E4E4;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-drawer__copyright-logo {
  -webkit-mask-image: url(../img/common/logo-icon.png);
          mask-image: url(../img/common/logo-icon.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  width: 16px;
  height: 10px;
  background-color: #D8E4E4;
}

/* object > project > settings */
.p-setting {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-setting {
    display: block;
    min-width: 94px;
    position: fixed;
    bottom: 180px;
    right: -53px;
    border-radius: 2px;
    border: 1px solid #1D4763;
    border-right: none;
    background: #D8E4E4;
    -webkit-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.55);
            box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.55);
    z-index: 999;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
  .p-setting.js-open {
    right: 0;
  }
}

.p-setting__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
}

.p-setting__tab-block {
  margin-bottom: 25px;
}

.p-setting__tab {
  min-width: 40px;
  padding: 41px 12px 57px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-right: 1px solid #1D4763;
  border-bottom: 1px solid #1D4763;
  cursor: pointer;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-setting__tab svg {
  width: 19px;
  aspect-ratio: 1;
}
.p-setting__tab svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-setting__tab .title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.92px;
}

.p-setting__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-setting__lang {
  padding: 8px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.5px;
}

.p-setting__lang-icon svg {
  width: 15px;
  aspect-ratio: 1;
}
.p-setting__lang-icon svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.p-setting__lang-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-setting__lang-item {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(29, 71, 99, 0.6);
  cursor: pointer;
}
.p-setting__lang-item.is-active {
  color: #1D4763;
}
.p-setting__lang-item .spacing01 {
  letter-spacing: 0.56px;
}

.p-setting__dark {
  padding: 12px 16px 20px 16px;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-setting__dark {
    border-top: 1px dashed #1D4763;
  }
}

.p-setting__dark-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-setting__dark-up,
.p-setting__dark-down {
  display: inline-block;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1D4763;
}

.p-setting__dark-up {
  -webkit-mask-image: url(../img/common/icon_light.svg);
          mask-image: url(../img/common/icon_light.svg);
  width: 16.5px;
  height: 16.5px;
}
@media screen and (min-width: 768px) {
  .p-setting__dark-up {
    width: 22px;
    height: 22px;
  }
}

.p-setting__dark-down {
  -webkit-mask-image: url(../img/common/icon_dark.svg);
          mask-image: url(../img/common/icon_dark.svg);
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .p-setting__dark-down {
    width: 19px;
    height: 19px;
  }
}

/* object > project > breadcrumb */
.p-breadcrumb {
  max-width: 1168px;
  margin-inline: auto;
  padding: 0 30px;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-breadcrumb__list li:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  margin-inline: 10px;
  -webkit-mask-image: url(../img/common/breadcrumb-arrow.png);
          mask-image: url(../img/common/breadcrumb-arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 4px;
  height: 7px;
  background-color: #1D4763;
  -webkit-transition: background-color 0.3s eae;
  transition: background-color 0.3s eae;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__list li:not(:first-of-type)::before {
    margin-inline: 16px;
  }
}
.p-breadcrumb__list a,
.p-breadcrumb__list span {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

/* object > project > pagination */
.p-pagination__list {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-pagination__list {
    gap: 16px;
  }
}

.p-pagination__item {
  width: 35px;
  height: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pagination__item {
    width: 42px;
    height: 42px;
  }
}
.p-pagination__item--first, .p-pagination__item--last {
  width: 24px;
  height: 24px;
}
.p-pagination__item--first::before, .p-pagination__item--last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #1D4763;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.p-pagination__item--first a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-pagination__item--first::before {
  pointer-events: none;
  -webkit-mask-image: url("../img/works/icon-first.png");
          mask-image: url("../img/works/icon-first.png");
}
.p-pagination__item--last a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-pagination__item--last::before {
  pointer-events: none;
  -webkit-mask-image: url("../img/works/icon-last.png");
          mask-image: url("../img/works/icon-last.png");
}
.p-pagination__item--prev, .p-pagination__item--next {
  width: 24px;
  height: 24px;
}

.page-numbers {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    font-size: 16px;
  }
}
.page-numbers.current {
  background-color: #2765A3;
  border-radius: 50%;
  color: #FDFDFD;
}
.page-numbers.prev::before, .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #1D4763;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.page-numbers.prev::before {
  -webkit-mask-image: url("../img/works/icon-prev.png");
          mask-image: url("../img/works/icon-prev.png");
}
.page-numbers.next::before {
  -webkit-mask-image: url("../img/works/icon-next.png");
          mask-image: url("../img/works/icon-next.png");
}

/* object > project > pager */
.p-pager {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-pager {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: initial;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.p-pager__prev {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-pager__archive {
  grid-column: 1/3;
  grid-row: 2/3;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .p-pager__archive {
    grid-column: 2/3;
    grid-row: 1/2;
    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-pager__next {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .p-pager__next {
    grid-column: 3/4;
  }
}

.p-pager__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-pager__link {
    padding: 16px 16px;
  }
}
@media (any-hover: hover) {
  .p-pager__link:hover .p-pager__thumbnail img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  .p-pager__link:hover .p-pager__text {
    letter-spacing: 1.44px;
  }
}

.p-pager__thumbnail {
  overflow: hidden;
}
.p-pager__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.p-pager__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: letter-spacing 0.4s ease;
  transition: letter-spacing 0.4s ease;
}
.p-pager__text svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  width: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-pager__text svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-pager__text .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-pager__text .text {
    font-size: 16px;
    line-height: 1.4375;
  }
}

/* object > project > to top */
.p-to-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  min-width: 15px;
  z-index: 998;
  mix-blend-mode: difference;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-to-top {
    right: 10px;
    bottom: 43px;
  }
}
.p-to-top.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-to-top.is-stop {
  position: absolute;
}

.p-to-top__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: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-to-top__text {
  margin-top: -1px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #E9FDFD;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@-webkit-keyframes zoomCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes zoomCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/* object > project > fv */
.p-fv {
  height: 420px;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 388px;
  }
}
.p-fv::before, .p-fv::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.p-fv::before {
  top: -49px;
  right: -19px;
  width: 153px;
  height: 153px;
  background-color: #77C8CD;
  -webkit-filter: blur(13px);
          filter: blur(13px);
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
@media screen and (min-width: 900px) {
  .p-fv::before {
    width: 461px;
    height: 461px;
    -webkit-filter: blur(18px);
            filter: blur(18px);
    top: -157px;
    right: -90px;
  }
}
.p-fv::after {
  left: 8px;
  bottom: 36px;
  width: 63px;
  height: 63px;
  background-color: #77C8CD;
  -webkit-filter: blur(11px);
          filter: blur(11px);
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
@media screen and (min-width: 900px) {
  .p-fv::after {
    bottom: 117px;
    left: 241px;
    width: 103px;
    height: 103px;
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
}

.p-fv__circle {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-fv__circle {
    display: block;
    position: absolute;
    top: -75px;
    left: 103px;
    width: 207px;
    height: 207px;
    border-radius: 50%;
    -webkit-filter: blur(18px);
            filter: blur(18px);
    background-color: #77C8CD;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    -webkit-animation: zoomCircle 3s linear alternate infinite;
            animation: zoomCircle 3s linear alternate infinite;
  }
}

.p-fv__box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  width: 240px;
  height: 240px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-fv__box {
    top: 63px;
    width: 260px;
    height: 260px;
  }
}
.p-fv__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #55768A;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  z-index: -1;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}

.p-fv__catch {
  width: 100%;
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 18px;
  color: #E9FDFD;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-fv__catch {
    font-size: 16px;
  }
}
.p-fv__catch span {
  display: inline-block;
  width: 100%;
}

.p-fv__name {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fv__name .jp {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 34px;
  color: #E9FDFD;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-fv__name .jp {
    font-size: 28px;
  }
}
.p-fv__name .en {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1.28px;
  margin-top: -8px;
  color: rgba(233, 253, 253, 0.5);
}
@media screen and (min-width: 768px) {
  .p-fv__name .en {
    font-size: 14px;
  }
}

/* object > project > page */
.p-page {
  overflow: clip;
}

.p-page__fv-circle {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  background: rgba(29, 155, 18, 0.3);
  -webkit-filter: blur(13.3px);
          filter: blur(13.3px);
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
.p-page__fv-circle._01 {
  top: 16px;
  right: 22px;
  width: 107px;
}
@media screen and (min-width: 768px) {
  .p-page__fv-circle._01 {
    width: 461px;
    right: -90px;
    top: -167px;
  }
}
.p-page__fv-circle._02 {
  width: 169px;
  left: 10px;
  top: 61px;
}
@media screen and (min-width: 768px) {
  .p-page__fv-circle._02 {
    width: 207px;
    left: 79px;
    top: -75px;
  }
}

.p-page__header {
  position: relative;
  max-width: 910px;
  margin-inline: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-page__header {
    padding: 0 15px 24px;
    border-bottom: 2px solid rgba(29, 71, 99, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .p-page__header._contact {
    border-bottom: 2px solid rgba(197, 195, 194, 0.5);
  }
}
.p-page__header::before, .p-page__header::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  background: rgba(29, 155, 18, 0.3);
  -webkit-filter: blur(13.3px);
          filter: blur(13.3px);
  z-index: -1;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
@media screen and (min-width: 768px) {
  .p-page__header::before, .p-page__header::after {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
}
@media screen and (min-width: 768px) {
  .p-page__header._single-works::before {
    width: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -47px;
  }
  .p-page__header._single-works::after {
    width: 207px;
    left: -104px;
    top: -207px;
  }
}
@media screen and (min-width: 1040px) {
  .p-page__header._archive::before, .p-page__header._single::before {
    background: rgba(48, 109, 174, 0.3);
    width: 240px;
    height: 240px;
    top: -161px;
    left: 239px;
  }
  .p-page__header._archive::after, .p-page__header._single::after {
    width: 103px;
    height: 103px;
    background: rgba(48, 109, 174, 0.3);
    left: 65px;
    bottom: -2px;
  }
}
.p-page__header._archive {
  max-width: 1088px;
}
.p-page__header._single {
  max-width: 1052px;
}
/* object > project > works card */
.p-works-card {
  overflow: hidden;
  position: relative;
  outline: 1px solid #1D4763;
  -webkit-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
}
@media (any-hover: hover) {
  .p-works-card:hover .p-works-card__links {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-works-card__thumbnail {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works-card__thumbnail {
    height: 292px;
  }
}
@media screen and (min-width: 1440px) {
  .p-works-card__thumbnail {
    aspect-ratio: 430/292;
    min-height: 292px;
  }
}
.p-works-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-card__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-works-card__links {
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
  }
}

.p-works-card__link {
  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;
  gap: 6px;
  padding: 20px 10px;
  background: rgba(29, 71, 99, 0.8);
  -webkit-transition: background 0.4s ease, background-color 0.4s ease;
  transition: background 0.4s ease, background-color 0.4s ease;
}
.p-works-card__link:nth-of-type(1) {
  border-right: 1px solid #FDFDFD;
}
@media (any-hover: hover) {
  .p-works-card__link:hover {
    background: rgb(29, 71, 99);
  }
}
.p-works-card__link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-card__link svg path {
  stroke: #FDFDFD;
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
.p-works-card__link .text {
  color: #FDFDFD;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-works-card__meta {
  padding: 16px 16px 12px;
}

.p-works-card__title {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-works-card__cat-list {
  line-height: 1;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-works-card__cat-list {
    margin-top: 10px;
  }
}

/* object > project > voice card */
.p-voice-card {
  border-radius: 8px;
  border: 1px solid #1D4763;
  background: #DCE8E8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.45);
  padding: 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-voice-card__image {
  max-width: 120px;
  aspect-ratio: 1;
  margin-inline: auto;
  position: relative;
  border-radius: 50%;
}
.p-voice-card__image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice-card__info {
  margin-top: 12px;
  text-align: center;
}
.p-voice-card__info .id {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
.p-voice-card__info .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.p-voice-card__info .link {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
}

.p-voice-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-voice-card__title {
  min-height: 50px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-voice-card__textarea {
  margin-top: 8px;
}

.p-voice-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

/* object > project > blog card */
.p-blog-card {
  position: relative;
  border-radius: 4px;
  padding: 16px 24px 16px;
  background-image: url(../img/blog/single-thumbnail-blue.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 57, 107, 0.9)), to(rgba(7, 57, 107, 0.9)));
  background: linear-gradient(0deg, rgba(7, 57, 107, 0.9) 0%, rgba(7, 57, 107, 0.9) 100%);
  border-radius: 4px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-blog-card._w100 {
  width: 100%;
}
@media (max-width: 500px) {
  .p-blog-card._pager {
    height: 73px;
    padding: 7.3px 11px;
  }
  .p-blog-card._pager .p-blog-card__top {
    gap: 6px;
  }
  .p-blog-card._pager .p-blog-card__main {
    padding: 5.5px 7px 1.5px;
    min-height: initial;
    height: 100%;
  }
  .p-blog-card._pager .p-blog-card__cat {
    grid-template-columns: 6px 1fr;
    gap: 2px;
  }
  .p-blog-card._pager .p-blog-card__cat svg {
    width: 6px;
  }
  .p-blog-card._pager .p-blog-card__cat .text {
    font-size: 6px;
  }
  .p-blog-card._pager .p-blog-card__title {
    font-size: 7px;
  }
  .p-blog-card._pager .p-blog-card__bottom {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .p-blog-card._pager .p-blog-card__bottom .title {
    font-size: 4px;
  }
  .p-blog-card._pager .p-blog-card__bottom .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4px;
            flex: 0 0 4px;
    width: 4px;
  }
}
@media (any-hover: hover) {
  .p-blog-card:hover::before {
    opacity: 0;
  }
}

.p-blog-card__main {
  padding: 12px 16px 5px;
  border: 0.5px solid #C5C3C2;
  position: relative;
  z-index: 2;
  min-height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-blog-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.p-blog-card__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: auto;
  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;
  gap: 4px;
}
.p-blog-card__bottom .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  opacity: 0.6;
}
.p-blog-card__bottom .title {
  font-family: futura-pt, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.16px;
  color: rgba(197, 195, 194, 0.6);
}

.p-blog-card__cat {
  max-width: 240px;
  display: grid;
  grid-template-columns: 12px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-blog-card__cat .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.48px;
  color: #F8F8F8;
}

.p-blog-card__title {
  max-width: 240px;
  color: #F8F8F8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}

.p-blog-card__tag {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 11px auto;
  gap: 8px;
}
.p-blog-card__tag svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-blog-card__tag .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-blog-card__tag .tag-name {
  padding: 2.5px 4px;
  border-radius: 4px;
  background: rgba(29, 71, 99, 0.2);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.44px;
  text-align: center;
}

.p-blog-card__date {
  display: grid;
  grid-template-columns: auto 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-blog-card__date .date {
  color: rgba(29, 71, 99, 0.7);
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-blog-card__date svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

/* object > project > form */
.p-form input[type=text],
.p-form input[type=email],
.p-form textarea {
  width: 100%;
  padding: 8px 8px;
  border-bottom: 0.5px solid #1D4763;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
  color: rgba(29, 71, 99, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: rgba(29, 71, 99, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
  color: rgba(29, 71, 99, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
  color: rgba(29, 71, 99, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form textarea::placeholder {
  color: rgba(29, 71, 99, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-form input[type=text]:focus,
.p-form input[type=email]:focus,
.p-form textarea:focus {
  outline: none;
  border-bottom: 0.5px solid #248B97;
}
.p-form textarea {
  height: 120px;
  resize: none;
}
.p-form .wpcf7-radio {
  margin-left: 4px;
  max-width: 448px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    row-gap: 8px;
  }
}
.p-form .wpcf7-radio .wpcf7-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio .wpcf7-list-item {
    width: calc((100% - 28px) / 2);
  }
}
.p-form .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}
.p-form .wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-form .wpcf7-radio input[type=radio] + span {
  position: relative;
  padding-left: 33px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6470588235;
  letter-spacing: 0.34px;
}
.p-form .wpcf7-radio input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1D4763;
}
.p-form .wpcf7-radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4.5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1D4763;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio input[type=radio]:checked + span::after {
    top: 3px;
  }
}
.p-form .wpcf7-list-item {
  margin: 0;
}

.p-form__control {
  margin-top: 8px;
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-form__label-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.p-form__tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-form__tag._required {
  color: #C75F5F;
}

.p-form__item:first-of-type {
  padding-bottom: 9px;
  border-bottom: 0.5px solid #1D4763;
}
.p-form__item:not(:first-of-type) {
  margin-top: 32px;
}
.p-form__item._mt-type02 {
  margin-top: 24px;
}

.p-form__privacy {
  margin-top: 61px;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    margin-top: 85px;
  }
}
.p-form__privacy label {
  cursor: pointer;
}
.p-form__privacy input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.p-form__privacy input[type=checkbox] + span {
  padding-left: 33px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.p-form__privacy input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #1D4763;
  border-radius: 2px;
}
.p-form__privacy input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #1D4763;
  border-left: 2px solid #1D4763;
  top: 4px;
  left: 4.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-form__privacy-link {
  color: #2765A3;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-form__btn-wrap {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrap {
    margin-top: 20px;
  }
}

.p-form__bottom {
  max-width: 520px;
  margin-inline: auto;
}

/* CF7 */
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-turnstile {
  margin-top: 20px;
  text-align: center;
}

/* object > project > search */
.p-search {
  width: 100%;
  position: relative;
}
.p-search input[type=search] {
  border-radius: 2px;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  background: rgba(253, 253, 253, 0.8);
}
.p-search input[type=search]:focus {
  outline: none;
}
.p-search input[type=search]::-webkit-input-placeholder {
  color: rgba(29, 71, 99, 0.6);
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-search input[type=search]::-moz-placeholder {
  color: rgba(29, 71, 99, 0.6);
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-search input[type=search]:-ms-input-placeholder {
  color: rgba(29, 71, 99, 0.6);
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-search input[type=search]::-ms-input-placeholder {
  color: rgba(29, 71, 99, 0.6);
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-search input[type=search]::placeholder {
  color: rgba(29, 71, 99, 0.6);
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-search input[type=search]::-webkit-search-cancel-button {
  display: none;
  /* ベンダープレフィックス付きで非表示に */
  -webkit-appearance: none;
}
.p-search input[type=search]::-ms-clear {
  /* Internet Explorer, Edge */
  display: none;
  width: 0;
  height: 0;
}

.p-search__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 20px;
  aspect-ratio: 1;
}
.p-search__icon svg path {
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}

.p-search__result {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-search__result {
    margin-top: 80px;
  }
}

.p-search__result-inner {
  max-width: 1148px;
  margin-inline: auto;
  padding: 0 30px;
}

.p-search__result-header {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 71, 99, 0.5);
}
@media screen and (min-width: 768px) {
  .p-search__result-header {
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(29, 71, 99, 0.5);
  }
}

.p-search__result-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-search__result-text {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

/* object > project > thanks modal */
.p-thanks-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93.3333%;
  border-radius: 24px;
  background: rgba(220, 232, 232, 0.2);
  backdrop-filter: blur(7px);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, background 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, box-shadow 0.4s ease, background 0.4s ease, -webkit-box-shadow 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-thanks-modal {
    max-width: 718px;
    width: 100%;
  }
}
.p-thanks-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.p-thanks-modal__close {
  position: absolute;
  top: 32px;
  right: 24px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-thanks-modal__close {
    top: 39px;
    right: 33px;
  }
}
.p-thanks-modal__close svg {
  width: 29px;
}
.p-thanks-modal__close svg path {
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
.p-thanks-modal__close .title {
  font-family: futura-pt, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
}

.p-thanks-modal__content {
  padding: 110px 24px 66px;
}
@media screen and (min-width: 768px) {
  .p-thanks-modal__content {
    padding: 114px 24px 82px;
  }
}

.p-thanks-modal__box {
  max-width: 416px;
  margin-inline: auto;
}

.p-thanks-modal__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-thanks-modal__title {
    font-size: 32px;
  }
}

.p-thanks-modal__textarea {
  margin-top: 24px;
}

.p-thanks-modal__message {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .p-thanks-modal__message {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.p-thanks-modal__btn-wrap {
  text-align: center;
  margin-top: 40px;
}

/* object > project > opening */
.p-opening {
  position: fixed;
  inset: 0;
  z-index: 1001;
}
.p-opening.is-open {
  pointer-events: none;
}
.p-opening.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.p-opening__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  background-color: #2F3232;
}
.p-opening__overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.p-opening__top,
.p-opening__bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #2F3232;
  will-change: transform;
}

.p-opening__top {
  top: 0;
}

.p-opening__bottom {
  bottom: 0;
}

.p-opening__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1002;
}

.p-opening__text {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.5rem, 0.796rem + 3vw, 3.5rem);
  font-weight: 400;
  color: #248B97;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-opening__text.is-hidden {
  opacity: 0;
}
.p-opening__text::after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.5rem, 0.796rem + 3vw, 3.5rem);
  font-weight: 400;
  color: #248B97;
  opacity: var(--cursor-opacity, 1);
  -webkit-animation: blink 1s steps(1) infinite;
          animation: blink 1s steps(1) infinite;
}

@-webkit-keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
/* object > project > p-result */
.p-result {
  background-image: url(../img/top/bg-result-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 73px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-result {
    background-image: url(../img/top/bg-result.png);
    min-height: 103px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-result__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #FDFDFD;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
}
@media screen and (min-width: 600px) {
  .p-result__title {
    font-size: 16px;
  }
}
.p-result__title._spacing {
  letter-spacing: 0.25em;
}
.p-result__title._translateY {
  position: relative;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.p-result__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-result__history {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 8px 8px 8px 22.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
@media screen and (min-width: 440px) {
  .p-result__history {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .p-result__history {
    padding: 20px 20px;
    gap: 16px;
  }
}
@media screen and (min-width: 1240px) {
  .p-result__history {
    padding: 20px 40px 20px 232px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-result__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding: 8px 14px 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  border-left: 1px solid #D8E4E4;
}
@media screen and (min-width: 600px) {
  .p-result__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding: 20px 20px 4px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-result__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 181px;
            flex: 0 0 181px;
  }
}

.p-result__number-content .text {
  min-width: 52px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .p-result__number-content .text {
    margin-top: 6.5px;
  }
}
.p-result__number-content .text .number {
  font-family: "Major Mono Display", monospace;
  color: #FDFDFD;
  font-size: 20px;
  min-height: 20px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .p-result__number-content .text .number {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-result__number-content .text .number {
    font-size: 35px;
  }
}
.p-result__number-content .text .unit {
  color: rgba(253, 253, 253, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.p-result__history-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .p-result__history-time {
    gap: 19px;
  }
}
.p-result__history-time .wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-result__history-time .wrap:not(:first-of-type) {
  position: relative;
}
.p-result__history-time .wrap:not(:first-of-type)::before {
  content: "：";
  position: absolute;
  top: 0;
  left: -15px;
  font-family: "Major Mono Display", monospace;
  font-size: 20px;
  line-height: 1;
  color: #FDFDFD;
}
@media screen and (min-width: 600px) {
  .p-result__history-time .wrap:not(:first-of-type)::before {
    font-size: 25px;
    left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .p-result__history-time .wrap:not(:first-of-type)::before {
    font-size: 35px;
  }
}
.p-result__history-time .number {
  font-family: "Major Mono Display", monospace;
  color: #FDFDFD;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.09em;
}
@media screen and (min-width: 600px) {
  .p-result__history-time .number {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-result__history-time .number {
    font-size: 35px;
    letter-spacing: -0.1em;
  }
}
.p-result__history-time .unit {
  color: rgba(253, 253, 253, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* object > project > top */
.p-top {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-top {
    padding-top: 109px;
  }
}

/* works */
.p-top__work {
  padding: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .p-top__work {
    padding: 0 0 160px;
  }
}

.p-top__work-btn {
  text-align: right;
  margin-top: 80px;
  margin-right: 24px;
}
@media screen and (min-width: 600px) {
  .p-top__work-btn {
    width: 75%;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__work-btn {
    display: none;
  }
}

/* result */
@media screen and (min-width: 1040px) {
  .p-top__result-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
    max-height: 103px;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__result-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 970px;
            flex: 0 0 970px;
  }
}

.p-top__result-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top__result-btn {
  display: none;
}
@media screen and (min-width: 1040px) {
  .p-top__result-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* service */
.p-top__service {
  padding: 80px 0 0;
  border-top: 1px solid #1D4763;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top__service {
    padding: 200px 0 0;
  }
}

.p-top__service-header {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-top__service-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.p-top__service-icons {
  max-width: 331px;
  margin-inline: auto;
  padding: 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-top__service-icons {
    max-width: initial;
    margin-inline: initial;
    padding: 0;
  }
}

.p-top__service-icon {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__service-icon svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.p-top__service-icon .text {
  display: inline-block;
  margin-top: -8px;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.97;
}

.p-top__service-skills {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1240px) {
  .p-top__service-skills {
    padding-top: 32px;
    grid-template-columns: 1fr 372px 1fr;
  }
}

.p-top__service-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__service-skill:not(:first-of-type) .header {
  border-left: 1px solid #D8E4E4;
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:not(:first-of-type) .header {
    padding: 30px 10px;
  }
}
.p-top__service-skill:not(:first-of-type) .body {
  border-left: 1px solid #1D4763;
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:nth-of-type(1) .list {
    padding-right: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
    margin-inline: initial;
    margin-left: auto;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:nth-of-type(1) .header {
    padding: 22px 80px 22px 10px;
  }
  .p-top__service-skill:nth-of-type(1) .header-title {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:nth-of-type(2) .list {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:nth-of-type(2) .header {
    padding: 30px 10px 30px;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:nth-of-type(3) .list {
    padding-left: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
    margin-inline: initial;
    margin-right: auto;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__service-skill:nth-of-type(3) .header {
    padding: 30px 10px 30px 80px;
  }
  .p-top__service-skill:nth-of-type(3) .header-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top__service-skill .header {
  padding: 24px 10px 24px 59px;
  background-color: #1D4763;
  -webkit-transition: border-color 0.4s ease, background-color 0.4s ease;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__service-skill .header {
    padding: 22px 10px;
  }
}
.p-top__service-skill .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-top__service-skill .header-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top__service-skill .header-title .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #D8E4E4;
}
.p-top__service-skill .header-title .icon._01 {
  -webkit-mask-image: url("../img/common/icon-coding.png");
          mask-image: url("../img/common/icon-coding.png");
}
.p-top__service-skill .header-title .icon._02 {
  -webkit-mask-image: url("../img/common/icon-wp-develop.png");
          mask-image: url("../img/common/icon-wp-develop.png");
}
.p-top__service-skill .header-title .icon._03 {
  -webkit-mask-image: url("../img/common/icon-animation.png");
          mask-image: url("../img/common/icon-animation.png");
}
.p-top__service-skill .header-title .text {
  font-size: 20px;
  color: #D8E4E4;
  line-height: 1.2;
  font-weight: 700;
}
.p-top__service-skill .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 4px 24px;
  background-color: #D8E4E4;
  border-bottom: 1px solid #1D4763;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-top__service-skill .list {
  padding-left: 64px;
}
@media screen and (min-width: 768px) {
  .p-top__service-skill .list {
    padding-left: 0;
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-top__service-skill .list-item {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
.p-top__service-skill .list-item::before {
  content: "・";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.p-top__price {
  padding: 32px 0 40px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-top__price {
    padding: 80px 0;
  }
}

.p-top__price-inner {
  max-width: 1320px;
  margin-right: auto;
}
@media screen and (min-width: 1040px) {
  .p-top__price-inner {
    padding-right: 30px;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1600px) {
  .p-top__price-inner {
    max-width: initial;
    margin-right: initial;
  }
}

.p-top__price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 900px) {
  .p-top__price-content {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__price-content {
    gap: 32px;
  }
}

.p-top__price-img {
  margin-right: -30px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-top__price-img {
    margin-right: 0;
  }
}
.p-top__price-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 71, 99, 0.4)), to(rgba(29, 71, 99, 0.4)));
  background: linear-gradient(0deg, rgba(29, 71, 99, 0.4) 0%, rgba(29, 71, 99, 0.4) 100%);
}
@media screen and (min-width: 900px) {
  .p-top__price-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 362px;
            flex: 0 0 362px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__price-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 462px;
            flex: 0 0 462px;
  }
}
@media screen and (min-width: 1600px) {
  .p-top__price-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
.p-top__price-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-top__price-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 8px;
    padding-left: 0;
  }
}

.p-top__price-heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51px;
          flex: 0 0 51px;
}

.p-top__price-title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-top__price-title .en {
  color: rgba(29, 71, 99, 0.3);
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top__price-title .notice {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.p-top__price-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 1600px) {
  .p-top__price-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 737px;
            flex: 0 0 737px;
  }
}

.p-top__price-item {
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-top__price-item:last-of-type .p-top__price-list-item {
  border-bottom: 1px solid #1D4763;
}

.p-top__price-sub-title {
  padding: 16px 10px 16px 24px;
  background-color: #1D4763;
  color: #D8E4E4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.p-top__price-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px 16px 16px;
  border-left: 1px solid #1D4763;
  border-right: 1px solid #1D4763;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-top__price-list-item:not(:last-of-type) {
  border-bottom: 1px solid #1D4763;
}

.p-top__price-term,
.p-top__price-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-top__price-term,
  .p-top__price-text {
    font-size: 16px;
  }
}

.p-top__price-desc {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.p-top__price-desc._sm {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top__price-desc._sm {
    font-size: 16px;
  }
}

.p-top__flow {
  padding: 40px 0 120px;
}
@media screen and (min-width: 768px) {
  .p-top__flow {
    padding: 0 0 80px;
  }
}

.p-top__flow-inner {
  max-width: 1172px;
  margin-inline: auto;
  padding: 0 16px 0 4px;
}
@media screen and (min-width: 768px) {
  .p-top__flow-inner {
    padding: 0 16px;
  }
}

.p-top__flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (min-width: 500px) {
  .p-top__flow-content {
    width: 75%;
    max-width: 450px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__flow-content {
    gap: 8px;
    width: initial;
    max-width: initial;
  }
}

.p-top__flow-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: rgba(29, 71, 99, 0.3);
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top__flow-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .p-top__flow-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
@media screen and (min-width: 1240px) {
  .p-top__flow-items {
    gap: 40px;
  }
}
.p-top__flow-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  display: inline-block;
  width: 8px;
  height: 100%;
  background-color: #1D4763;
  z-index: -1;
}
@media screen and (min-width: 1040px) {
  .p-top__flow-items::after {
    top: 38px;
    left: 0;
    width: 100%;
    height: 8px;
  }
}

.p-top__flow-item {
  padding: 20px 14.5px 10px 24px;
  background-color: #1D4763;
}

.p-top__flow-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px;
  padding-left: 14px;
}
@media screen and (min-width: 1040px) {
  .p-top__flow-header {
    gap: 0;
  }
}

.p-top__flow-number {
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #D8E4E4;
  margin-top: 6px;
}

.p-top__flow-title-set {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.p-top__flow-icon {
  width: 42px;
  height: 42px;
  -webkit-mask-image: url(../img/common/icon-mitsumori.png);
          mask-image: url(../img/common/icon-mitsumori.png);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #D9D9D9;
}
.p-top__flow-icon._02 {
  -webkit-mask-image: url(../img/common/icon-coder.png);
          mask-image: url(../img/common/icon-coder.png);
}
.p-top__flow-icon._03 {
  -webkit-mask-image: url(../img/common/icon-kakunin.png);
          mask-image: url(../img/common/icon-kakunin.png);
}
.p-top__flow-icon._04 {
  -webkit-mask-image: url(../img/common/icon-nouhin.png);
          mask-image: url(../img/common/icon-nouhin.png);
}

.p-top__flow-sub-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #D8E4E4;
}

.p-top__flow-body {
  margin-top: 19px;
  margin-left: -40px;
  border: 1px solid #1D4763;
  background-color: #D8E4E4;
  padding: 16px 16px;
  min-height: 130px;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.p-top__flow-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.p-top__faq {
  padding: 120px 0 0;
  border-top: 1px solid #1D4763;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__faq {
    padding: 80px 0;
  }
}

.p-top__faq-header {
  max-width: 1168px;
  margin-inline: auto;
  padding: 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__faq-header {
    text-align: left;
  }
}

.p-top__faq-content {
  margin-top: 40px;
}

.p-top__faq-inner {
  max-width: 918px;
  margin-inline: auto;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .p-top__faq-inner {
    padding-right: 8px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__faq-inner {
    padding-right: 0;
  }
}

.p-top__faq-item {
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  border-top: 1px solid #1D4763;
}
.p-top__faq-item:last-of-type {
  border-bottom: 1px solid #1D4763;
}
.p-top__faq-item.js-open {
  background-color: #1D4763;
  border-top: 1px solid #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-q {
  color: #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-term {
  color: #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-term::before, .p-top__faq-item.js-open .p-top__faq-term::after {
  background-color: #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-term::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-top__faq-item.js-open .p-top__faq-a {
  color: #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-answer {
  color: #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-right {
  border-left: 1px solid #D8E4E4;
}
.p-top__faq-item.js-open .p-top__faq-desc-inner {
  border-top: 1px dashed #D8E4E4;
}

.p-top__faq-container {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .p-top__faq-container {
    grid-template-columns: 68px 1fr;
    padding-right: 0;
  }
}

.p-top__faq-q {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__faq-q {
    font-size: 24px;
  }
}

.p-top__faq-right {
  border-left: 1px solid #1D4763;
  padding-left: 40px;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.p-top__faq-term {
  padding: 8px 36px 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__faq-term {
    font-size: 18px;
    padding: 8px 116px 16px 0;
  }
}
.p-top__faq-term::before, .p-top__faq-term::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 3px;
  top: 30px;
  right: 2px;
  background-color: #1D4763;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-top__faq-term::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top__faq-desc {
  display: none;
}

.p-top__faq-desc-inner {
  display: grid;
  grid-template-columns: 32px 1fr;
  padding-top: 16px;
  border-top: 1px dashed #1D4763;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__faq-desc-inner {
    grid-template-columns: 52px 1fr;
  }
}

.p-top__faq-a {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__faq-a {
    font-size: 22px;
  }
}

.p-top__faq-answer {
  padding-bottom: 16px;
}
.p-top__faq-answer p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__faq-answer p {
    font-size: 16px;
  }
}
.p-top__faq-answer p + p {
  margin-top: 1em;
}

.p-top__about {
  position: relative;
  padding: 120px 0;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__about {
    padding: 80px 0 120px;
    border-top: 1px solid #1D4763;
  }
}

.p-top__about-inner {
  max-width: 1108px;
  margin-inline: auto;
}

.p-top__about-header {
  text-align: center;
  padding-left: 16.5px;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__about-header {
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(29, 71, 99, 0.5);
    text-align: left;
  }
}

.p-top__about-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top__about-content {
    margin-top: 32px;
  }
}

.p-top__about-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-top__about-container {
    gap: 40px;
  }
}
.p-top__about-container .sp02__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 4px 5px;
  background-color: #1D4763;
  font-family: biz-udpmincho, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.28px;
  color: #90ACB4;
  white-space: nowrap;
}
.p-top__about-container .sp02__catch .spacing01 {
  letter-spacing: 0.64px;
}
.p-top__about-container .sp02__catch ._en {
  white-space: nowrap;
}
.p-top__about-container .sp02__name {
  margin-top: 4px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__about-container .sp02__jp-name {
  font-family: biz-udpmincho, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.p-top__about-container .sp02__en-name {
  margin-top: -4px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.44px;
  color: rgba(29, 71, 99, 0.6);
}
.p-top__about-container .sp02__photo {
  max-width: 273px;
  margin: 24px auto 0;
}
.p-top__about-container .sp02__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__about-container .sp02__textarea {
  margin-top: 24px;
}
.p-top__about-container .sp02__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 13px;
}
.p-top__about-container .sp02__text .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-family: biz-udpmincho, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
.p-top__about-container .sp02__text .text ._en {
  min-height: 294px;
}
@media screen and (min-width: 900px) {
  .p-top__about-container .sp02__text .text ._en {
    min-height: initial;
  }
}
.p-top__about-container .sp02__text .text ._upright {
  text-orientation: upright;
}
.p-top__about-container .sp03__item {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(29, 71, 99, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-top__about-container .sp03__item._contact {
  padding: 16px 0 16px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.p-top__about-container .sp03__title {
  font-family: biz-udpmincho, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.p-top__about-container .sp03__text {
  font-family: biz-udpmincho, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.p-top__about-container .sp03__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-top__about-container .pc01__container {
  max-width: 912px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 32px;
}
@media screen and (min-width: 1040px) {
  .p-top__about-container .pc01__container {
    gap: 56px;
  }
}
.p-top__about-container .pc01__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15.5px;
}
.p-top__about-container .pc01__message .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: biz-udpmincho, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.p-top__about-container .pc01__photo {
  margin-top: 16px;
}
.p-top__about-container .pc01__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__about-container .pc01__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 4px 4px 6px;
  background-color: #1D4763;
  color: #95B9C3;
  font-family: biz-udpmincho, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.p-top__about-container .pc01__catch .spacing01 {
  letter-spacing: 0.72px;
}
.p-top__about-container .pc01__name {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__about-container .pc01__jp-name {
  font-family: biz-udpmincho, sans-serif;
  font-size: 53px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-top__about-container .pc01__en-name {
  margin-top: -5px;
  font-family: futura-pt, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.56px;
  color: rgba(29, 71, 99, 0.6);
}
.p-top__about-container .pc01__profile {
  margin-top: 32px;
}
.p-top__about-container .pc01__profile-item {
  padding: 10px 0 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(29, 71, 99, 0.3);
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-top__about-container .pc01__profile-item._contact {
  padding: 14px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__about-container .pc01__profile-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-family: biz-udpmincho, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .pc01__profile-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__about-container .pc01__profile-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.p-top__about-container .pc01__profile-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: biz-udpmincho, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.p-top__about-container .pc01__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-top__about-container .item04__wrapper {
  overflow: hidden;
}
.p-top__about-container .item04__title {
  color: #D8E4E4;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item04__title {
    position: relative;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.p-top__about-container {
  /* Swiper */
}
.p-top__about-container .item04__swiper-container,
.p-top__about-container .item04__swiper,
.p-top__about-container .item04__swiper-wrapper,
.p-top__about-container .item04__swiper-slide {
  position: relative;
}
.p-top__about-container .item04__swiper-container {
  padding-top: 72px;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item04__swiper-container {
    padding-top: 40px;
    padding-bottom: 66px;
  }
}
.p-top__about-container .item04__swiper-container {
  /* 位置のreset */
}
.p-top__about-container .item04__swiper-container .swiper-button-prev,
.p-top__about-container .item04__swiper-container .swiper-button-next,
.p-top__about-container .item04__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin: 0;
  padding: 0;
}
.p-top__about-container .item04__swiper-container {
  /* デフォルトのボタンを初期化 */
}
.p-top__about-container .item04__swiper-container .swiper-button-prev::after,
.p-top__about-container .item04__swiper-container .swiper-button-next::after {
  content: "";
}
.p-top__about-container .item04__swiper-container .swiper-button-wrap {
  position: absolute;
  bottom: 30px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item04__swiper-container .swiper-button-wrap {
    bottom: initial;
    right: initial;
    left: 282px;
    top: -40px;
  }
}
.p-top__about-container .item04__swiper-container {
  /* 各ボタンのカスタマイズ */
}
.p-top__about-container .item04__swiper-container .swiper-button-prev,
.p-top__about-container .item04__swiper-container .swiper-button-next {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #D8E4E4;
}
.p-top__about-container .item04__swiper-container .swiper-button-prev::before,
.p-top__about-container .item04__swiper-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  display: inline-block;
  width: 6px;
  height: 12px;
  background-color: #D8E4E4;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item04__swiper-container .swiper-button-prev,
  .p-top__about-container .item04__swiper-container .swiper-button-next {
    bottom: initial;
    top: -96px;
  }
}
.p-top__about-container .item04__swiper-container .swiper-button-prev::before {
  -webkit-mask-image: url(../img/top/icon-slide-left.png);
          mask-image: url(../img/top/icon-slide-left.png);
}
.p-top__about-container .item04__swiper-container .swiper-button-next::before {
  -webkit-mask-image: url(../img/top/icon-slide-right.png);
          mask-image: url(../img/top/icon-slide-right.png);
}
.p-top__about-container .item04__swiper-container {
  /* 位置の設定と外枠 */
}
.p-top__about-container .item04__swiper-container .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: initial;
  bottom: 112px;
  left: 0;
  width: 312px;
  height: 4px;
  border-radius: 4px;
  background: #C5C3C2;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item04__swiper-container .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 24px;
    width: 95.86854%;
  }
}
.p-top__about-container .item04__swiper-container {
  /* activeな部分 */
}
.p-top__about-container .item04__swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2765A3;
}
.p-top__about-container .item04__swiper-container {
  /* 最初と最後 */
}
.p-top__about-container .item04__swiper-container .swiper-button-next.swiper-button-disabled, .p-top__about-container .item04__swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
.p-top__about-container .item04__swiper {
  overflow: visible;
}
.p-top__about-container .item04__swiper-slide {
  width: 312px;
  min-height: 380px;
  height: 380px;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item04__swiper-slide {
    width: 314px;
  }
}
.p-top__about-container .item04__year {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: futura-pt, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  color: rgba(29, 71, 99, 0.2);
  position: relative;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-top__about-container .item04__year._first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__about-container .item04__year .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__about-container .item04__year .icon svg:nth-of-type(1) {
  margin-right: -12px;
}
.p-top__about-container .item04__year .icon svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-top__about-container .item04__body {
  margin-top: 24px;
}
.p-top__about-container .item04__body._hasWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-top__about-container .item04__period {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-top__about-container .item04__textarea {
  margin-top: 8px;
}
.p-top__about-container .item04__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.p-top__about-container .item04__list-item._alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top__about-container .item04__list-item._alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__about-container .item04__list-item .dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.p-top__about-container .item04__list-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-top__about-container .item05__content {
  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;
  gap: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item05__content {
    padding-left: 93px;
    -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;
    gap: 30px;
  }
}
.p-top__about-container .item05__hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-top__about-container .item05__hover-text .text {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}
.p-top__about-container .item05__hover-text svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
}
.p-top__about-container .item04__card {
  height: 100%;
  border-radius: 4px;
  background-color: #D8E4E4;
  padding: 24px 16px 0;
}
.p-top__about-container .item05__img {
  display: block;
  border-radius: 16px;
  position: relative;
}
@media (any-hover: hover) {
  .p-top__about-container .item05__img:hover:hover::before {
    opacity: 1;
  }
  .p-top__about-container .item05__img:hover:hover .item05__hover-text {
    opacity: 1;
  }
}
.p-top__about-container .item05__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  border: 4px solid #D8E4E4;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item05__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__about-container .item05__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 615px;
            flex: 0 0 615px;
  }
}
.p-top__about-container .item05__img img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item05__textarea {
    margin-bottom: 14px;
  }
}
.p-top__about-container .item05__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #C5C3C2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item05__text {
    font-size: 18px;
  }
}
.p-top__about-container .item05__bottom {
  margin-top: 85px;
  width: 95.7333%;
}
@media screen and (min-width: 768px) {
  .p-top__about-container .item05__bottom {
    width: initial;
    margin-top: 27px;
  }
}
.p-top__about-container .item05__bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__about-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.p-top__about-item.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-top__about-item._01 {
  padding: 48px 26px 37px;
  border-radius: 32px;
  background-image: url(../img/top/about-bg01-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-top__about-item._01 {
    background-image: url(../img/top/about-bg01.webp);
    padding: 52px 98px 40px 26px;
    border-radius: 8px;
  }
}
.p-top__about-item._02 {
  padding: 48px 26px 37px;
  border-radius: 32px;
  background-image: url(../img/top/about-bg01-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-top__about-item._02 {
    border-radius: 8px;
  }
}
.p-top__about-item._03 {
  padding: 58px 26px 34px;
  border-radius: 32px;
  background-image: url(../img/top/about-bg01-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-top__about-item._03 {
    border-radius: 8px;
  }
}
.p-top__about-item._04 {
  padding: 48px 0 0 26px;
  border-radius: 32px;
  background-image: url(../img/top/about-bg01-dark-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-top__about-item._04 {
    background-image: url(../img/top/about-bg01-dark.webp);
    padding: 56px 0 66px 43px;
    border-radius: 8px;
  }
}
.p-top__about-item._05 {
  padding: 146px 0 0;
  border-radius: 32px;
  background-color: #161A1A;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-top__about-item._05 {
    padding: 63px 10px 0 0;
    border-radius: 8px;
  }
}
@media screen and (min-width: 900px) {
  .p-top__about-item._sp {
    display: none;
  }
}
.p-top__about-item._pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-top__about-item._pc {
    display: block;
  }
}

.p-top__about-dots {
  position: absolute;
  top: 48px;
  right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top__about-dots {
    top: 56px;
    right: 40px;
  }
}

.p-top__about-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(253, 253, 253, 0.5);
  background-color: transparent;
}
.p-top__about-dot.is-active {
  background: rgba(253, 253, 253, 0.5);
}
.p-top__about-dot._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top__about-dot._pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-top__about-dot._sp {
    display: none;
  }
}

/* Voice */
.p-top__voice {
  padding: 120px 0;
  border-top: 1px solid #1D4763;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__voice {
    padding: 80px 0;
  }
}

.p-top__voice-inner {
  max-width: 1150px;
  margin-inline: auto;
  padding: 0 21px;
}

.p-top__voice-header {
  text-align: center;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__voice-header {
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(29, 71, 99, 0.5);
    text-align: left;
  }
}

.p-top__voice-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top__voice-content {
    margin-top: 80px;
  }
}

.p-top__voice-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 500px) {
  .p-top__voice-cards {
    grid-template-columns: repeat(auto-fill, 348px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 56px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__voice-cards {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-top__voice-card {
  -webkit-animation: showUp 1s;
          animation: showUp 1s;
}
.p-top__voice-card.is-hidden {
  display: none;
}

@keyframes showUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top__voice-btn {
  /* 一時的に非表示 */
  display: none;
  text-align: center;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-top__voice-btn {
    margin-top: 80px;
  }
}

.p-top__voice-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .p-top__voice-more {
    gap: 18px;
  }
}
.p-top__voice-more .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .p-top__voice-more .text {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.p-top__voice-more .icon {
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #1D4763;
  position: relative;
  -webkit-transition: background-color 0.4 ease;
  transition: background-color 0.4 ease;
}
.p-top__voice-more .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #1D4763;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}
.p-top__voice-more.is-open .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-top__blog {
  /* いったん非表示 */
  display: none;
  padding: 120px 0 80px;
  border-top: 1px solid #1D4763;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__blog {
    padding: 80px 0 96px;
  }
}

.p-top__blog-header {
  max-width: 1168px;
  margin-inline: auto;
  text-align: center;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-top__blog-header {
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(29, 71, 99, 0.5);
  }
}

.p-top__blog-inner {
  max-width: 1088px;
  margin-inline: auto;
  padding: 0 30px;
}

.p-top__blog-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top__blog-content {
    margin-top: 64px;
  }
}

.p-top__blog-cards {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 24px;
}
@media screen and (min-width: 500px) {
  .p-top__blog-cards {
    grid-template-columns: repeat(auto-fill, 330px);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (min-width: 1040px) {
  .p-top__blog-cards {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top__blog-card-meta {
  padding: 6px 4px;
}

.p-top__blog-link {
  text-align: right;
  margin-top: 86px;
}
@media screen and (min-width: 768px) {
  .p-top__blog-link {
    margin-top: 90px;
  }
}

/* object > project > archive */
.p-archive {
  padding: 141px 0 80px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding: 189px 0 120px;
  }
}

.p-archive__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(48, 109, 174, 0.3);
  -webkit-filter: blur(13px);
          filter: blur(13px);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
.p-archive__circle._01 {
  width: 108px;
  height: 108px;
  top: 16px;
  right: 22px;
}
@media screen and (min-width: 1040px) {
  .p-archive__circle._01 {
    width: 461px;
    height: 461px;
    top: -157px;
    right: -90px;
  }
}
.p-archive__circle._02 {
  width: 169px;
  height: 169px;
  top: 59px;
  left: 10px;
}
@media screen and (min-width: 1040px) {
  .p-archive__circle._02 {
    width: 207px;
    height: 207px;
    top: -75px;
    left: 79px;
  }
}

.p-archive__main {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-archive__main {
    padding-bottom: 0;
  }
}

.p-archive__content {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-archive__content {
    margin-top: 80px;
  }
}

.p-archive__inner {
  max-width: 1148px;
  margin-inline: auto;
  padding: 0 30px;
}

.p-archive__no-content-text {
  text-align: center;
}

.p-archive__column {
  /* いったん非表示 */
  display: none;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1040px) {
  .p-archive__column {
    grid-template-columns: 1fr 356px;
    gap: 56px;
  }
}

.p-archive__cat-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.p-archive__cat-link {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  color: rgba(29, 71, 99, 0.5);
  padding: 8px 16px;
  text-align: center;
  border-bottom: 1px solid #1D4763;
}
.p-archive__cat-link.is-current {
  color: #1D4763;
  border-bottom: 1px solid #1D4763;
}

.p-archive__items {
  margin-top: 32px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 500px) {
  .p-archive__items {
    grid-template-columns: repeat(auto-fill, 330px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 1040px) {
  .p-archive__items {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-inline: initial;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-archive__pagination {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .p-archive__pagination {
    margin-top: 88px;
  }
}

/* aside */
.p-archive__side {
  padding-top: 24px;
  margin: 0 -13px;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .p-archive__side {
    margin: 0 auto;
  }
}
.p-archive__side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(100% + 32px);
  height: 0.5px;
  background-color: #C5C3C2;
}
@media screen and (min-width: 768px) {
  .p-archive__side::before {
    content: none;
  }
}
.p-archive__side._single {
  margin: 0 17px;
}
@media screen and (min-width: 768px) {
  .p-archive__side._single {
    margin: 0;
  }
}
.p-archive__side._single::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__side {
    padding-top: 0;
  }
}

.p-archive__side-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 500px) {
  .p-archive__side-item {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1040px) {
  .p-archive__side-item {
    width: initial;
    margin-inline: initial;
  }
}
.p-archive__side-item .related {
  margin-top: 32px;
}
.p-archive__side-item .related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-archive__side-container {
  padding: 20px 20px;
  background-color: #1D4763;
}
.p-archive__side-container .profile {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  padding: 8px 16px 16px;
}
.p-archive__side-container .profile__author {
  font-size: 14px;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 0.5px solid rgba(216, 228, 228, 0.5);
  color: #D8E4E4;
}
.p-archive__side-container .profile__body {
  margin-top: 16px;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.p-archive__side-container .profile__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  aspect-ratio: 122/130;
}
.p-archive__side-container .profile__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive__side-container .profile__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-archive__side-container .profile__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 2px;
  background-color: #D8E4E4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
}
.p-archive__side-container .profile__catch .spacing01 {
  letter-spacing: 0.4px;
}
.p-archive__side-container .profile__name-wrap {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-archive__side-container .profile__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive__side-container .profile__jp-name {
  font-family: biz-udpmincho, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #D8E4E4;
}
.p-archive__side-container .profile__en-name {
  margin-top: -4px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.78px;
  color: rgba(216, 228, 228, 0.6);
}
.p-archive__side-container .profile__sns {
  margin-top: auto;
}
.p-archive__side-container .profile__sns-link {
  margin-left: auto;
  display: block;
  width: 41px;
  aspect-ratio: 1;
}
.p-archive__side-container .profile__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive__side-container .search {
  margin-top: 16px;
}
.p-archive__side-container .articles {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.p-archive__side-container .article-content {
  margin-top: 16px;
}
.p-archive__side-container .article-content._lg {
  margin-top: 4px;
}
.p-archive__side-container .category {
  padding: 8px 0;
  border-bottom: 1px solid rgba(216, 228, 228, 0.5);
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-archive__side-container .category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-archive__side-container .category-link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.p-archive__side-container .category-link svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-archive__side-container .category-title {
  color: #D8E4E4;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive__side-container .category-number {
  color: #D8E4E4;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.p-archive__side-container .popular-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-archive__side-container .popular-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #D8E4E4;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.p-archive__side-container .popular-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  color: #D8E4E4;
  font-family: futura-pt, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  padding: 2px 8px 2px 0;
  border-right: 1px solid #D8E4E4;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.p-archive__side-container .popular-tag {
  text-align: center;
  min-width: 44px;
  padding: 4px 4px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.36px;
  color: #FDFDFD;
}
.p-archive__side-container .popular-tag._other {
  background-color: #2765A3;
}
.p-archive__side-container .popular-tag._log {
  background-color: #248B97;
}
.p-archive__side-container .popular-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #D8E4E4;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-archive__side-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.p-archive__side-tag {
  display: block;
  border-radius: 2px;
  background-color: rgba(216, 228, 228, 0.2);
  color: #D8E4E4;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.52px;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* object > project > single */
.p-single {
  padding: 141px 0 0;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-single {
    padding: 189px 0 0;
  }
}

.p-single__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(48, 109, 174, 0.3);
  -webkit-filter: blur(13px);
          filter: blur(13px);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
.p-single__circle._01 {
  width: 108px;
  height: 108px;
  top: 16px;
  right: 22px;
}
@media screen and (min-width: 1040px) {
  .p-single__circle._01 {
    width: 461px;
    height: 461px;
    top: -157px;
    right: -90px;
  }
}
.p-single__circle._02 {
  width: 169px;
  height: 169px;
  top: 59px;
  left: 10px;
}
@media screen and (min-width: 1040px) {
  .p-single__circle._02 {
    width: 207px;
    height: 207px;
    top: -75px;
    left: 79px;
  }
}

.p-single__contents {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-single__contents {
    padding-bottom: 200px;
  }
}

.p-single__container {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-single__container {
    grid-template-rows: repeat(3, auto);
    margin-top: 64px;
  }
}

.p-single__inner {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-single__inner {
    display: block;
    max-width: 1112px;
    margin-inline: auto;
    padding: 0 30px;
  }
}

.p-single__column {
  display: contents;
}
@media screen and (min-width: 1040px) {
  .p-single__column {
    display: grid;
    grid-template-columns: 1fr 356px;
    gap: 56px;
  }
}

.p-single__main {
  padding: 0 30px;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .p-single__main {
    padding: 0;
    grid-column: initial;
    grid-row: initial;
  }
}

.p-single__side {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (min-width: 768px) {
  .p-single__side {
    grid-column: initial;
    grid-row: initial;
  }
}

.p-single__pager {
  grid-column: 1/2;
  grid-row: 2/3;
}

.p-single__related {
  margin-top: 40px;
  grid-column: 1/2;
  grid-row: 4/5;
}
@media screen and (min-width: 768px) {
  .p-single__related {
    margin-top: 0;
  }
}
.p-single__related .related-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 500px) {
  .p-single__related .related-list {
    grid-template-columns: repeat(auto-fill, 330px);
    gap: 25px;
  }
}

.p-single__related-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 30px;
}

.p-single__thumbnail {
  position: relative;
  border-radius: 4px;
  padding: 8px 8px;
  background-image: url(../img/blog/single-thumbnail.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail {
    padding: 32px 56px;
  }
}
.p-single__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 57, 107, 0.9)), to(rgba(7, 57, 107, 0.9)));
  background: linear-gradient(0deg, rgba(7, 57, 107, 0.9) 0%, rgba(7, 57, 107, 0.9) 100%);
  border-radius: 4px;
}

.p-single__thumbnail-box {
  color: #fff;
  padding: 12px 16px 8px;
  border: 0.5px solid #C5C3C2;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-box {
    padding: 20px 48px 16px;
  }
}

.p-single__thumbnail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-main {
    gap: 32px;
  }
}

.p-single__thumbnail-bottom {
  margin-top: 24px;
  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;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-bottom {
    margin-top: 66px;
    gap: 8px;
  }
}
.p-single__thumbnail-bottom .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5px;
          flex: 0 0 8.5px;
  width: 8.5px;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-bottom .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
  }
}
.p-single__thumbnail-bottom .title {
  font-family: futura-pt, sans-serif;
  color: rgba(197, 195, 194, 0.4);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.16px;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-bottom .title {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.p-single__thumbnail-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-single__thumbnail-cat svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-cat svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
  }
}
.p-single__thumbnail-cat svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-single__thumbnail-cat .title {
  color: #C5C3C2;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-cat .title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}

.p-single__thumbnail-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #C5C3C2;
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail-heading {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
  }
}

.p-single__thumbnail-photo {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__meta {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    margin-top: 8px;
  }
}

.p-single__meta-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-single__meta-tag svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .p-single__meta-tag svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
  }
}
.p-single__meta-tag .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-single__meta-tag .tag-item {
  padding: 2.5px 4px;
  border-radius: 2px;
  background: rgba(29, 71, 99, 0.2);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.44px;
}

.p-single__meta-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-single__meta-date svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
}
.p-single__meta-date svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.p-single__meta-date .date {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.p-single__content {
  margin-top: 24px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    padding-bottom: 128px;
  }
}
.p-single__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.p-single__content p + p {
  margin-top: 16px;
}
.p-single__content p + h2, .p-single__content p + h3, .p-single__content p + h4, .p-single__content p + blockquote {
  margin-top: 40px;
}
.p-single__content p + ul, .p-single__content p + ol, .p-single__content p + figure, .p-single__content p + img {
  margin-top: 16px;
}
.p-single__content h2 {
  padding: 8px 8px 8px 16px;
  border-left: 4px solid #248B97;
  background: rgba(29, 71, 99, 0.1);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    padding: 8px 24px;
    border-left: 8px solid #248B97;
  }
}
.p-single__content h2 + p, .p-single__content h2 + ul, .p-single__content h2 + ol, .p-single__content h2 + figure, .p-single__content h2 + img, .p-single__content h2 + blockquote {
  margin-top: 40px;
}
.p-single__content h3 {
  padding-bottom: 16px;
  border-bottom: 2px solid #248B97;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.p-single__content h3 + blockquote {
  margin-top: 48px;
}
.p-single__content h3 + p, .p-single__content h3 + ul, .p-single__content h3 + ol, .p-single__content h3 + figure, .p-single__content h3 + img, .p-single__content h3 + blockquote {
  margin-top: 40px;
}
.p-single__content strong {
  font-weight: 600;
}
.p-single__content blockquote {
  padding: 40px 24px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(29, 71, 99, 0.1);
  position: relative;
}
.p-single__content blockquote cite {
  display: block;
  text-align: right;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #1D4763;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.p-single__content blockquote::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -8px;
  display: block;
  width: 40px;
  height: 30px;
  -webkit-mask-image: url(../img/blog/icon-quote.png);
          mask-image: url(../img/blog/icon-quote.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #1D4763;
}
.p-single__content blockquote + p, .p-single__content blockquote + ul, .p-single__content blockquote + ol, .p-single__content blockquote + h2, .p-single__content blockquote + h3, .p-single__content blockquote + h4, .p-single__content blockquote + blockquote, .p-single__content blockquote + figure, .p-single__content blockquote + img {
  margin-top: 40px;
}
.p-single__content ul li {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}
.p-single__content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  -webkit-mask-image: url(../img/blog/icon-list-check.png);
          mask-image: url(../img/blog/icon-list-check.png);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
  width: 9.5px;
  height: 9px;
  background-color: #5FC1C7;
}
.p-single__content ul + ol, .p-single__content ul + ul, .p-single__content ul + p, .p-single__content ul + figure, .p-single__content ul + img {
  margin-top: 16px;
}
.p-single__content ul + h2, .p-single__content ul + h3, .p-single__content ul + h4, .p-single__content ul + blockquote {
  margin-top: 40px;
}
.p-single__content ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.p-single__content ol + ol, .p-single__content ol + ul, .p-single__content ol + p, .p-single__content ol + figure, .p-single__content ol + img {
  margin-top: 16px;
}
.p-single__content ol + h2, .p-single__content ol + h3, .p-single__content ol + h4, .p-single__content ol + blockquote {
  margin-top: 40px;
}

.p-single__pager {
  padding: 80px 0 56px;
  border-top: 1px solid rgba(29, 71, 99, 0.5);
}
@media screen and (min-width: 768px) {
  .p-single__pager {
    padding: 96px 0 96px;
  }
}

.p-single__pager-inner {
  max-width: 1011px;
  padding: 0 30px;
  margin-inline: auto;
}

/* object > project > archive works */
.p-archive-works {
  padding-top: 141px;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-archive-works {
    padding-top: 229px;
    padding-bottom: 128px;
  }
}
.p-archive-works::before, .p-archive-works::after {
  content: "";
  position: absolute;
}

.p-archive-works__pagination {
  margin-top: 88px;
}
@media screen and (min-width: 768px) {
  .p-archive-works__pagination {
    margin-top: 128px;
  }
}

.p-archive-works__heading {
  position: relative;
}
.p-archive-works__heading::before, .p-archive-works__heading::after {
  content: none;
}
@media screen and (min-width: 1040px) {
  .p-archive-works__heading::before, .p-archive-works__heading::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    aspect-ratio: 1;
    height: auto;
    background: rgba(29, 155, 18, 0.3);
    -webkit-filter: blur(13.3px);
            filter: blur(13.3px);
    z-index: -1;
    -webkit-animation: zoomCircle 3s linear alternate infinite;
            animation: zoomCircle 3s linear alternate infinite;
  }
}
@media screen and (min-width: 1040px) {
  .p-archive-works__heading::before {
    width: 103px;
    top: -38px;
    left: 46px;
  }
  .p-archive-works__heading::after {
    width: 240px;
    top: -201px;
    left: 302px;
  }
}

/* object > project > single-works */
.p-single-works {
  padding: 141px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-works {
    padding: 189px 0 0;
  }
}

.p-single-works__circle {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  background: rgba(29, 155, 18, 0.3);
  -webkit-filter: blur(13.3px);
          filter: blur(13.3px);
  z-index: -1;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
.p-single-works__circle._01 {
  width: 108px;
  right: 22px;
  top: 16px;
}
@media screen and (min-width: 768px) {
  .p-single-works__circle._01 {
    width: 461px;
    right: -90px;
    top: -167px;
  }
}
.p-single-works__circle._02 {
  width: 169px;
  left: 10px;
  top: 61px;
}
@media screen and (min-width: 768px) {
  .p-single-works__circle._02 {
    width: 103px;
    left: -28px;
    top: 67px;
  }
}

.p-single-works__contents {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-single-works__contents {
    padding-bottom: 160px;
  }
}

.p-single-works__content {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .p-single-works__content {
    margin-top: 24px;
  }
}

.p-single-works__meta {
  padding: 0 32px;
  max-width: 880px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-single-works__meta {
    padding: 0 16px;
  }
}

.p-single-works__title {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-single-works__title {
    font-size: 32px;
  }
}

.p-single-works__cat-tags {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-single-works__cat-tags {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.p-single-works__container {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-single-works__container {
    margin-top: 24px;
  }
}

.p-single-works__inner {
  max-width: 1170px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-single-works__inner {
    padding: 0 15px;
  }
}

.p-single-works__thumbnail {
  border-radius: 4px;
  overflow: clip;
}
.p-single-works__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-works__anchor {
  margin-top: 16px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single-works__anchor {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 32px;
  }
}

.p-single-works__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-single-works__anchor-link {
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .p-single-works__anchor-link:hover {
    opacity: 0.7;
  }
}
.p-single-works__anchor-link .title {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #5FC1C7;
}
@media screen and (min-width: 768px) {
  .p-single-works__anchor-link .title {
    font-size: 20px;
  }
}
.p-single-works__anchor-link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
}
@media screen and (min-width: 768px) {
  .p-single-works__anchor-link svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
  }
}

.p-single-works__anchor-text {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-single-works__anchor-text {
    font-size: 20px;
  }
}

.p-single-works__items {
  margin-top: 16px;
  border-top: 0.5px solid #1D4763;
  border-bottom: 0.5px solid #1D4763;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 1040px) {
  .p-single-works__items {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

.p-single-works__item {
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 1040px) {
  .p-single-works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-single-works__item:nth-of-type(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-single-works__item:nth-of-type(even) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-single-works__item:not(:first-of-type) {
  border-top: 0.5px solid #1D4763;
}
@media screen and (min-width: 1040px) {
  .p-single-works__item:not(:first-of-type) {
    border-top: none;
  }
}
@media screen and (min-width: 1040px) {
  .p-single-works__item:nth-of-type(n+3) {
    border-top: 0.5px solid #1D4763;
  }
}
@media screen and (min-width: 1040px) {
  .p-single-works__item:nth-of-type(odd) {
    border-right: 0.5px solid #1D4763;
  }
}
@media screen and (min-width: 1040px) {
  .p-single-works__item:nth-of-type(5) {
    grid-column: 1/3;
    grid-row: 3/4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
  }
  .p-single-works__item:nth-of-type(5) .p-single-works__item-container {
    max-width: 1076px;
    width: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .p-single-works__item:nth-of-type(6) {
    grid-column: 1/3;
    grid-row: 4/5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
  }
  .p-single-works__item:nth-of-type(6) .p-single-works__item-container {
    max-width: 1076px;
    width: 100%;
  }
}

.p-single-works__item-container {
  padding: 24px 32px;
  max-width: 408px;
  margin-inline: auto;
}
@media screen and (min-width: 500px) {
  .p-single-works__item-container {
    min-width: 538px;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-single-works__item-container {
    margin-inline: initial;
  }
}
@media screen and (min-width: 1240px) {
  .p-single-works__item-container {
    padding: 32px 32px;
  }
}

.p-single-works__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-single-works__item-title svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__item-title svg path {
  -webkit-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
.p-single-works__item-title .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.p-single-works__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #1D4763;
}
.p-single-works__item-icon._01 {
  -webkit-mask-image: url(../img/works/icon-client.png);
          mask-image: url(../img/works/icon-client.png);
}
.p-single-works__item-icon._02 {
  -webkit-mask-image: url(../img/works/icon-eyes.png);
          mask-image: url(../img/works/icon-eyes.png);
}
.p-single-works__item-icon._03 {
  -webkit-mask-image: url(../img/works/icon-outline.png);
          mask-image: url(../img/works/icon-outline.png);
}
.p-single-works__item-icon._04 {
  -webkit-mask-image: url(../img/works/icon-hand.svg);
          mask-image: url(../img/works/icon-hand.svg);
}
.p-single-works__item-icon._05 {
  -webkit-mask-image: url(../img/works/icon-lang.png);
          mask-image: url(../img/works/icon-lang.png);
}
.p-single-works__item-icon._06 {
  -webkit-mask-image: url(../img/works/icon-schedule.png);
          mask-image: url(../img/works/icon-schedule.png);
}

.p-single-works__item-body {
  margin-top: 16px;
}

.p-single-works__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.p-single-works__pager {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-single-works__pager {
    margin-top: 120px;
  }
}

.p-single-works__pager-inner {
  max-width: 975px;
  margin-inline: auto;
  padding: 0 24px;
}

/* object > project > contact */
.p-contact {
  padding: 141px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 189px 0 0;
  }
}

.p-contact__circle {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  background: #77C8CD;
  -webkit-filter: blur(13.3px);
          filter: blur(13.3px);
  z-index: -1;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
.p-contact__circle._01 {
  width: 134px;
  left: -65px;
  top: 9px;
}
@media screen and (min-width: 768px) {
  .p-contact__circle._01 {
    width: 447px;
    left: initial;
    right: -70px;
    top: -67px;
  }
}

.p-contact__contents {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-contact__contents {
    padding-bottom: 200px;
  }
}

.p-contact__inner {
  max-width: 956px;
  padding: 0 30px;
  margin-inline: auto;
}

.p-contact__column {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .p-contact__column {
    margin-top: 40px;
    grid-template-columns: 296px 1fr;
  }
}

.p-contact__message-block {
  width: 88.4848%;
  margin-inline: auto;
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__message-block {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 35px;
  }
}
.p-contact__message-block::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  background: #77C8CD;
  -webkit-filter: blur(13.3px);
          filter: blur(13.3px);
  z-index: -1;
  width: 149px;
  top: 0;
  left: 0;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
@media screen and (min-width: 768px) {
  .p-contact__message-block::before {
    width: 179px;
    left: -72px;
  }
}

.p-contact__message {
  padding: 0 8px;
}

.p-contact__message-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41px;
          flex: 0 0 41px;
  width: 41px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact__message-link {
    margin-top: 4px;
    margin-left: -19px;
    margin-bottom: 0;
    -ms-flex-item-align: initial;
        align-self: initial;
  }
}

.p-contact__message-icon {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-contact__message-text {
    gap: 27px;
  }
}
.p-contact__message-text .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: biz-udpmincho, sans-serif;
  font-size: 17px;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .p-contact__message-text .text {
    font-size: 20px;
    line-height: 1.1;
  }
}

.p-contact__form-block {
  margin-top: 48px;
}

.p-contact__form {
  position: relative;
}
.p-contact__form::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1;
  height: auto;
  background: #77C8CD;
  -webkit-filter: blur(13.3px);
          filter: blur(13.3px);
  z-index: -1;
  width: 215px;
  top: -84px;
  right: -70px;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
@media screen and (min-width: 768px) {
  .p-contact__form::before {
    content: none;
  }
}

/* object > project > thanks */
.p-thanks {
  padding: 141px 0 0;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding: 189px 0 0;
  }
}

/* object > project > privacy */
.p-privacy {
  padding: 141px 0 80px;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 237px 0 200px;
  }
}

.p-privacy__header {
  max-width: 700px;
  padding: 0 30px;
  margin-inline: auto;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(29, 71, 99, 0.3);
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.p-privacy__title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.p-privacy__title .en {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.p-privacy__title .en::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #77C8CD;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.p-privacy__title .jp {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.p-privacy__lead {
  margin-top: 24px;
}

.p-privacy__lead-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-privacy__lead-text {
    text-align: center;
  }
}

.p-privacy__content {
  margin-top: 56px;
}

.p-privacy__inner {
  max-width: 560px;
  padding: 0 30px;
  margin-inline: auto;
}

.p-privacy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.p-privacy__item-title,
.p-privacy__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.p-privacy__conclusion {
  margin-top: 1em;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.p-privacy__textarea,
.p-privacy__list {
  margin-top: 1em;
}

.p-privacy__list {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.p-privacy__list-item + .p-privacy__list-item {
  margin-top: 1em;
}

.p-privacy__sub-list {
  margin-top: 0.5em;
  padding-left: 1em;
}

.p-privacy__sub02-list {
  margin-top: 0.5em;
  padding-left: 2em;
}

/* object > project > 404 */
.p-404 {
  padding: 173px 0 221px;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding: 182px 0 68px;
  }
}

.p-404__circle {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  background-color: #42677D;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
.p-404__circle._01 {
  top: 641px;
  right: 113px;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 1040px) {
  .p-404__circle._01 {
    width: 103px;
    height: 103px;
    top: 383px;
    left: 241px;
    right: initial;
  }
}
.p-404__circle._02 {
  width: 132px;
  height: 132px;
  left: 24px;
  top: 550px;
}
@media screen and (min-width: 1040px) {
  .p-404__circle._02 {
    width: 207px;
    height: 207px;
    left: 103px;
    top: 140px;
    bottom: initial;
  }
}

.p-404__wrap {
  background-color: #D8E4E4;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-404__wrap {
    height: 100vh;
    display: grid;
    grid-template-rows: repeat(4, auto);
  }
}
.p-404__wrap::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 22px;
  display: inline;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  background-color: #42677D;
  -webkit-filter: blur(16px);
          filter: blur(16px);
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}
@media screen and (min-width: 1040px) {
  .p-404__wrap::before {
    top: 31px;
    right: 41px;
    width: 343px;
    height: 343px;
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
}

.p-404__inner {
  max-width: 389px;
  margin-inline: auto;
  padding: 0 28px;
}

.p-404__content {
  width: 333px;
  aspect-ratio: 1;
  padding: 47px 22px 0;
  position: relative;
}
.p-404__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2D4154;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  z-index: -1;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  -webkit-animation: zoomCircle 3s linear alternate infinite;
          animation: zoomCircle 3s linear alternate infinite;
}

.p-404__title {
  font-family: futura-pt, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.6;
  color: #D8E4E4;
  text-align: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-404__textarea {
  margin: 4px auto 0;
  max-width: 288px;
}

.p-404__message {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #D8E4E4;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.p-404__btn-wrap {
  margin-top: 32px;
  text-align: center;
}

/* object > utility > display */
/* inline */
.u-mobile-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-mobile-inline {
    display: none;
  }
}

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

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

.u-desktop-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop-block {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */