@charset "UTF-8";
/*=====================================
カラー
=====================================*/
/*=====================================
フォント
=====================================*/
/*=====================================
コンテンツ幅
=====================================*/
/*=====================================
Z-index
=====================================*/
/*=====================================
ブレイクポイント
=====================================*/
/*=====================================
メディアクエリ
=====================================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
}

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

.l-wrap {
  overflow: hidden;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  height: 50px;
}
@media ( width >= 768px ) {
  .l-header {
    height: 70px;
  }
}

.l-inner {
  width: 1140px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.l-section {
  padding-block: 100px;
}
@media ( width >= 768px ) {
  .l-section {
    padding-block: 80px;
  }
}

.l-section--bgc-gray {
  background-color: #EEEEEE;
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.l-content__main {
  max-width: 800px;
}

.c-button {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  background-color: #082F50;
  color: #FFFFFF;
  border: 2px solid #082F50;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.c-button:hover {
  background-color: #052038;
}

.c-button--primary {
  background-color: #F0A300;
  color: #FFFFFF;
  border-color: #F0A300;
}
.c-button--primary:hover {
  background-color: #C08200;
  border-color: #C08200;
}

.c-button--secondary {
  background-color: #FFFFFF;
  color: #222222;
}
.c-button--secondary:hover {
  background-color: #222222;
  color: #FFFFFF;
}

.c-heading {
  text-align: center;
}

.c-heading__en {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media ( width >= 768px ) {
  .c-heading__en {
    font-size: 2.25rem;
  }
}

.c-heading__ja {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 4px solid #2999C4;
  font-size: 1.125rem;
}
@media ( width >= 768px ) {
  .c-heading__ja {
    font-size: 1.25rem;
  }
}

.c-heading__ja--bold {
  font-weight: bold;
}

.c-logo__link img {
  display: block;
  width: 100%;
  height: auto;
}

.c-drawer-button {
  position: relative;
  width: inherit;
  height: inherit;
  padding: 9px 12px;
}

body:has(.is-active) {
  overflow: hidden;
}

.c-drawer-button.is-active .c-drawer-button__line:nth-child(1) {
  -webkit-transform: translate(0, 9.5px) rotate(45deg);
          transform: translate(0, 9.5px) rotate(45deg);
}
.c-drawer-button.is-active .c-drawer-button__line:nth-child(2) {
  opacity: 0;
}
.c-drawer-button.is-active .c-drawer-button__line:nth-child(3) {
  -webkit-transform: translate(0, -9.5px) rotate(-45deg);
          transform: translate(0, -9.5px) rotate(-45deg);
}

.c-drawer-button__line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-drawer-button__line {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.c-button-wrap {
  max-width: 240px;
}

.c-breadcrumb {
  display: block;
  width: 9999px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5px;
}
@media ( width >= 768px ) {
  .c-breadcrumb {
    gap: 15.5px;
    padding-top: 16px;
    font-size: 0.875rem;
  }
}
.c-mv-heading {
  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;
  color: #FFFFFF;
  font-weight: bold;
}

.c-mv-heading__en {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media ( width >= 768px ) {
  .c-mv-heading__en {
    font-size: 2.5rem;
  }
}

.c-mv-heading__ja {
  padding-bottom: 0.5em;
  font-size: 1rem;
  border-bottom: 3px solid #2999C4;
}
@media ( width >= 768px ) {
  .c-mv-heading__ja {
    font-size: 1.25rem;
  }
}

.p-button-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: 1rem;
  max-width: 240px;
}

.p-item-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px 0 #CCCCCC;
          box-shadow: 0 4px 4px 0 #CCCCCC;
}
.p-item-work:hover .p-item-work__image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-item-work__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}

.p-item-work__image {
  overflow: hidden;
}
.p-item-work__image img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-item-work__body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 16px;
  padding: 16px 12px;
}

.p-item-work__title {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-item-work__meta {
  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-item-work__category {
  font-weight: bold;
  color: #082F50;
}

.p-item-work__time {
  font-weight: bold;
  color: #A5C5D6;
}

/*===========================================
小サイズ
===========================================*/
.p-item-work--size_s .p-item-work__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 6px 6px;
}
.p-item-work--size_s .p-item-work__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-item-work--size_s .p-item-work__meta {
  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-item-work--size_s .p-item-work__category {
  font-size: 0.875rem;
  font-weight: bold;
  color: #082F50;
}
.p-item-work--size_s .p-item-work__time {
  font-size: 0.75rem;
  font-weight: bold;
  color: #A5C5D6;
}

.p-header {
  background: -webkit-gradient(linear, left top, right top, from(#072A48), to(#204361));
  background: linear-gradient(90deg, #072A48 0%, #204361 100%);
  border-bottom: 1px solid #FFFFFF;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-header__logo {
  width: 149px;
}
@media ( width >= 768px ) {
  .p-header__logo {
    width: 209px;
  }
}

.p-header__drawer-button {
  width: 50px;
  z-index: 60;
}
@media ( width >= 768px ) {
  .p-header__drawer-button {
    display: none;
  }
}

.p-header-nav {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#072A48), to(#204361));
  background: linear-gradient(90deg, #072A48 0%, #204361 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media ( width >= 768px ) {
  .p-header-nav {
    position: static;
    padding: 0;
    background: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.p-header-nav.is-active {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.p-header-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media ( width >= 768px ) {
  .p-header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-header-nav__list li a {
  display: block;
  font-weight: bold;
  color: #FFFFFF;
}
@media ( width >= 768px ) {
  .p-header-nav__list li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-header-nav__list li a:hover {
    opacity: 0.7;
  }
}

.p-fv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: calc(100vh - 50px);
  background: -webkit-gradient(linear, left top, right top, from(#072A48), to(#204361));
  background: linear-gradient(90deg, #072A48 0%, #204361 100%);
  color: #FFFFFF;
}
@media ( width >= 768px ) {
  .p-fv {
    height: calc(100vh - 70px);
    max-height: 650px;
  }
}

.p-fv__bg-image {
  position: absolute;
  top: 0;
  right: 0.015625;
  width: 100%;
  height: 50%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  overflow: hidden;
}
@media ( width >= 768px ) {
  .p-fv__bg-image {
    height: 100%;
    clip-path: polygon(69% 0, 95% 0, 75% 100%, 49% 100%);
  }
}
.p-fv__bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__content {
  padding: 80px 0;
}

.p-fv__heading {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-fv__text {
  margin-top: 0.5em;
}

.p-fv__button-wrap {
  margin-top: 24px;
  max-width: 240px;
}
@media ( width >= 768px ) {
  .p-fv__button-wrap {
    max-width: 240px;
  }
}

.p-works-home__items {
  margin-top: 60px;
}

.p-works-home__button-wrap {
  margin-top: 60px;
  margin-inline: auto;
}

.p-works-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 60px;
  -webkit-column-gap: 3.6363636364%;
     -moz-column-gap: 3.6363636364%;
          column-gap: 3.6363636364%;
}

.p-works-items--entry {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-column-gap: 3.8461538462%;
     -moz-column-gap: 3.8461538462%;
          column-gap: 3.8461538462%;
}

.p-service-home__items {
  max-width: 740px;
  margin-top: 60px;
  margin-inline: auto;
}

.p-service-items {
  display: grid;
  grid-template-columns: repeat(1, 320px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media ( width >= 768px ) {
  .p-service-items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-item-service {
  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-item-service__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
}

.p-item-service__image {
  max-width: 96px;
}
.p-item-service__body {
  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-item-service__title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.p-item-service__text {
  line-height: 2;
}

.p-about-home__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 60px;
}
@media ( width >= 768px ) {
  .p-about-home__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.6363636364%;
    max-width: 840px;
    margin-inline: auto;
  }
}

.p-about-home__thumb {
  width: 59.7014925373%;
  max-width: 300px;
}
@media ( width >= 768px ) {
  .p-about-home__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35.7142857143%;
  }
}
.p-about-home__thumb img {
  display: block;
  width: 100%;
}

.p-about-home__body {
  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-about-home__name {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-about-home__text {
  font-size: 1.125rem;
}

.p-cta__heading {
  font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
  font-weight: bold;
  text-align: center;
}

.p-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 60px;
}
@media ( width >= 768px ) {
  .p-cta__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-cta__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 280px;
  max-width: 100%;
  padding: 16px 24px;
  background-color: #082F50;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: clamp(1rem, 0.25rem + 1.56vw, 1.5rem);
  font-weight: bold;
  text-align: center;
}
.p-cta__link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0.1em;
  background: url(../img/img_external-arrow.svg) no-repeat center center/contain;
}

.p-footer {
  padding: 32px;
  background-color: #082F50;
  color: #FFFFFF;
}

.p-footer__copyright {
  display: block;
  text-align: center;
}

.p-works__items {
  margin-top: 60px;
}

.p-works__button-wrap {
  margin-top: 60px;
  margin-inline: auto;
}

.p-mv {
  padding: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#072A48), to(#204361));
  background: linear-gradient(90deg, #072A48 0%, #204361 100%);
}

.p-entry__heading {
  font-size: 1.25rem;
  font-weight: bold;
}
@media ( width >= 768px ) {
  .p-entry__heading {
    font-size: 1.5rem;
  }
}

.p-entry__meta {
  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;
  margin-top: 8px;
}
@media ( width >= 768px ) {
  .p-entry__meta {
    gap: 12px;
    margin-top: 12px;
  }
}

.p-entry__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-entry__cat {
  display: inline-block;
  padding: 4px 16px;
  background-color: #082F50;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 4px;
}
@media ( width >= 768px ) {
  .p-entry__cat {
    font-size: 0.875rem;
  }
}

.p-entry__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 0.875rem;
}

.p-entry__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-entry__update::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/img_icon-update.png) no-repeat center center/contain;
}

.p-entry__thumb {
  margin-top: 16px;
}
.p-entry__thumb img {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.p-entry__content {
  margin-top: 32px;
}

.p-entry__navigation {
  margin-top: 60px;
}

.p-entry__related {
  margin-top: 60px;
}
@media ( width >= 768px ) {
  .p-entry__related {
    margin-top: 100px;
  }
}

.p-entry-content > * {
  margin-top: 1.5em;
}
@media ( width >= 768px ) {
  .p-entry-content > * {
    margin-top: 2em;
  }
}
.p-entry-content p {
  line-height: 1.8;
}
.p-entry-content p + p {
  margin-top: 1em;
}
.p-entry-content a {
  text-decoration: underline;
  color: #2999C4;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.p-entry-content a:hover {
  color: #2999C4;
  opacity: 0.7;
}
.p-entry-content a:visited {
  color: #082F50;
}
.p-entry-content h2 {
  margin-top: 3em;
  padding-bottom: 0.2em;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 2px solid #082F50;
}
@media ( width >= 768px ) {
  .p-entry-content h2 {
    font-size: 1.5rem;
  }
}
.p-entry-content h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-entry-content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #aaaaaa;
}
.p-entry-content table th, .p-entry-content table td {
  padding: 12px 0px;
}
.p-entry-content table td:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(30%, 100px);
  background-color: #d4d4d4;
  font-weight: normal;
  text-align: center;
}
@media ( width >= 768px ) {
  .p-entry-content table td:first-child {
    width: 140px;
  }
}
.p-entry-content table td {
  width: 100%;
  padding: 12px 16px;
  border: none;
}
.p-entry-content li {
  position: relative;
  padding-left: 1.25em;
}
.p-entry-content li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222222;
}
.p-entry-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-entry-navigation__button {
  width: 50%;
}

.p-entry-navigation-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-entry-navigation-button--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-entry-navigation-button--next .p-entry-navigation-button__link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-entry-navigation-button--next .p-entry-navigation-button__link::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-entry-navigation-button__link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-entry-navigation-button__link::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/img_arrow-left.png) no-repeat center center/contain;
}

.p-entry-navigation-button__image {
  display: none;
}
.p-entry-navigation-button__image img {
  width: 100%;
}
@media ( width >= 768px ) {
  .p-entry-navigation-button__image {
    display: block;
    width: 64px;
  }
}

.p-entry-navigation-button__text {
  font-size: 0.75rem;
  font-weight: bold;
}

.p-entry-related__content {
  margin-top: 40px;
}
@media ( width >= 768px ) {
  .p-entry-related__content {
    margin-top: 60px;
  }
}

.p-entry-related__items {
  margin-top: 40px;
}
@media ( width >= 768px ) {
  .p-entry-related__items {
    margin-top: 60px;
  }
}

.u-separate {
  margin-block: 50px;
}