@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
@import url("https://use.typekit.net/wqk0rbk.css");
* {
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p,
dd,
li {
  word-break: normal;
}

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

/*
$color-blue: #0077d8;
$color-blue-dark: #10386b;


$color-yellow: #a49620;
$color-yellow-brown: #d9d8b0;
$color-yellow-brown-light: #f2f2ea;

$color-gray-light: #bebebe;
$color-gray-dark: #253139;

$color-blue-gray: #d9e1e5;
$color-red: #d60005;
$color-beige: #f5f2e5;

$color-orange: #ef893a;

$color-pink: #fad2d4;
$color-mediumblue: #c5d3e3;
*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Bold");
  font-weight: bold;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/YakuHanJP-Regular.woff2") format("woff2"), url("../webfonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/YakuHanJP-Bold.woff2") format("woff2"), url("../webfonts/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/YakuHanMP-Regular.woff2") format("woff2"), url("../webfonts/YakuHanMP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/YakuHanMP-Bold.woff2") format("woff2"), url("../webfonts/YakuHanMP-Bold.woff") format("woff");
}
body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #212121;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #17A1E1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #13C0FF;
}

div,
h1,
h2,
h3,
h4 {
  line-height: 1.4;
}

dd,
dt,
li,
p {
  line-height: 1.8;
}

main {
  overflow: hidden;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: -ms-grid;
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.wp {
  overflow: hidden;
  zoom: 1;
}

.wp .attachment img {
  max-width: 900px;
}

.wp .alignleft,
.wp img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.wp .alignright,
.wp img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.wp .aligncenter,
.wp img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp img.alignleft,
.wp img.alignright,
.wp img.aligncenter {
  margin-bottom: 12px;
}

.wp .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp .wp-caption img {
  margin: 5px 5px 0;
}

.wp .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp .wp-smiley {
  margin: 0;
}

.wp .gallery {
  margin: 0 auto 18px;
}

.wp .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.wp .gallery img {
  border: 2px solid #cfcfcf;
}

.wp .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.wp .gallery dl {
  margin: 0;
}

.wp .gallery img {
  border: 10px solid #f1f1f1;
}

.wp .gallery br + br {
  display: none;
}

.wp .attachment img {
  display: block;
  margin: 0 auto;
}

.wp ul {
  padding: 0 0 0 3rem;
  margin: 0 0 1rem;
}
.wp ul li {
  line-height: 1.6;
  margin: 0 0 1rem;
  position: relative;
  list-style: none;
}
.wp ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: -1.2rem;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #212121;
}
.wp ul li:last-child {
  margin: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 2.5rem 4rem 1.5rem;
  background-color: transparent;
  backdrop-filter: blur(3px);
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 1349px) {
  .l-header {
    padding: 2.5rem 2rem 1.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .l-header {
    padding: 1.5rem 1rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.l-header.header-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1024px) {
  .l-header.header-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.l-header.js-header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__wp-logged {
  top: 32px;
}

.l-content {
  padding: 150px 0 0;
}
@media only screen and (max-width: 1024px) {
  .l-content {
    padding: 175px 0 0;
  }
}
.l-content-section__button-link {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .l-content-section__button-link {
    font-size: 1.6rem;
    padding: 3rem 1rem;
  }
}
.l-content-page {
  padding: 0 0 100px;
}
@media only screen and (max-width: 1024px) {
  .l-content-page {
    padding: 0 0 50px;
  }
}

.l-footer {
  padding: 2.5rem 4rem;
  margin: 0 5%;
}
@media only screen and (max-width: 1024px) {
  .l-footer {
    padding: 1.5rem 0;
    margin: 0 5%;
  }
}

.l-wp-logged .l-header {
  top: 32px;
}
.l-wp-logged .l-content {
  padding: 132px 0 0;
}
@media only screen and (max-width: 768px) {
  .l-wp-logged .l-content {
    padding: 42px 0 0;
  }
}

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .u-br-sp {
    display: contents;
  }
}

.c-nav-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .c-nav-global {
    display: none;
  }
}
.c-nav-global__inner {
  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;
}
.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav-global__list-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 1349px) {
  .c-nav-global__list-sub {
    margin: 0 0 0.5rem;
  }
}
.c-nav-global__item {
  line-height: 1;
  margin: 0 2rem 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1349px) {
  .c-nav-global__item {
    margin: 0 0.5rem 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .c-nav-global__item:first-child {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__item:first-child {
    display: list-item;
  }
}
.c-nav-global__item a {
  text-decoration: none;
  color: #212121;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 0.7rem 0.8rem;
  position: relative;
}
@media only screen and (max-width: 1349px) {
  .c-nav-global__item a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__item a {
    display: block;
  }
}
.c-nav-global__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  background: #212121;
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__item a::before {
    -webkit-transform: none;
            transform: none;
    height: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__item a:hover, .c-nav-global__item a.current {
    margin-left: 2rem;
  }
}
.c-nav-global__item a:hover::before, .c-nav-global__item a.current::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__item a:hover::before, .c-nav-global__item a.current::before {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    left: -1rem;
    top: 50%;
    bottom: auto;
    margin: -5px 0 0;
    background: #212121;
    -webkit-transform: none;
            transform: none;
  }
}
.c-nav-global__item-s {
  line-height: 1;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 1349px) {
  .c-nav-global__item-s {
    margin: 0 0.75rem 0 0;
  }
}
.c-nav-global__item-s a {
  text-decoration: none;
  color: #212121;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 0.25rem 0.5rem;
  position: relative;
}
.c-nav-global__item-s a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  background: #212121;
}
.c-nav-global__item-s a:hover::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__contact {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-nav-global__contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  background: #212121;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border-radius: 0.4rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-nav-global__contact a:hover {
  background: #13C0FF;
}
.c-nav-global__contact a i {
  font-size: 2rem;
  padding: 0 0.8rem 0 0;
}
@media only screen and (max-width: 1349px) {
  .c-nav-global__contact a {
    font-size: 1.4rem;
    padding: 0.75rem 1.25rem;
  }
  .c-nav-global__contact a i {
    font-size: 1.8rem;
    padding: 0 0.8rem 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .c-nav-global__contact a {
    font-size: 1.8rem;
    padding: 1.5rem 2.5rem;
  }
  .c-nav-global__contact a i {
    font-size: 2rem;
    padding: 0 0.8rem 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .c-nav-footer {
    display: none;
  }
}
.c-nav-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.c-nav-footer__list:first-child {
  margin: 0 0 0.8rem;
}
.c-nav-footer__item {
  line-height: 1;
  margin: 0 1.75rem 0 0;
  overflow: hidden;
}
.c-nav-footer__item a {
  text-decoration: none;
  color: #212121;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.25rem 0.5rem;
  position: relative;
}
.c-nav-footer__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  background: #212121;
}
.c-nav-footer__item a:hover::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-nav-drawer-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  border: none;
  background: #001A41;
  cursor: pointer;
  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;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-nav-drawer-btn {
    display: block;
  }
}
.c-nav-drawer-btn__icon {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  left: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-nav-drawer-btn__icon::before, .c-nav-drawer-btn__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-nav-drawer-btn__icon::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.c-nav-drawer-btn__icon::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.c-nav-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1024px) {
  body.is-menu-active {
    overflow: hidden;
  }
  body.is-menu-active .p-header {
    display: block;
  }
  body.is-menu-active .c-nav-global {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: relative;
    padding: 3rem 2rem 3rem;
  }
  body.is-menu-active .c-nav-global__inner {
    display: block;
  }
  body.is-menu-active .c-nav-global__list {
    display: block;
  }
  body.is-menu-active .c-nav-global__list-sub {
    display: block;
  }
  body.is-menu-active .c-nav-global__item {
    padding: 0 0 1.75rem;
    margin: 0 0 1.75rem;
    border-bottom: 1px solid #bbb;
  }
  body.is-menu-active .c-nav-global__item a {
    font-size: 1.6rem;
    padding: 0.2rem 0.75rem;
  }
  body.is-menu-active .c-nav-global__item-s {
    padding: 0 0 1.75rem;
    margin: 0 0 1.75rem;
    border-bottom: 1px solid #bbb;
  }
  body.is-menu-active .c-nav-global__item-s a {
    font-size: 1.6rem;
    padding: 0.2rem 0.75rem;
  }
  body.is-menu-active .c-nav-drawer-overlay {
    visibility: visible;
    opacity: 1;
  }
  body.is-menu-active .c-nav-drawer-btn__icon {
    background-color: transparent;
  }
  body.is-menu-active .c-nav-drawer-btn__icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  body.is-menu-active .c-nav-drawer-btn__icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.c-grid__wrap {
  width: auto;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  .c-grid__wrap {
    padding: 0 7.5%;
  }
}
.c-grid__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c-grid__inner-short {
  max-width: 920px;
  margin: 0 auto;
}

.c-sns__x {
  width: 36px;
}
.c-sns__instagram {
  width: 40px;
}
.c-sns__note {
  width: 90px;
}

.c-title__home {
  position: relative;
  margin: 0 0 5rem;
}
.c-title__home-en {
  font-size: 10rem;
  font-weight: 700;
  color: #edeff2;
  position: relative;
  left: -6.5rem;
  z-index: 10;
}
.c-title__home-en-white {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .c-title__home-en {
    font-size: 5rem;
    left: auto;
  }
  .c-title__home-en-white {
    color: #edeff2;
  }
}
.c-title__home-jp {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .c-title__home-jp {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    left: 0;
    bottom: -3.5rem;
  }
}
.c-title__page {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
.c-title__page::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #EC674B;
  position: absolute;
  bottom: 115%;
  left: 3px;
  -webkit-box-shadow: 28px 0 0 #C1E5DE, 56px 0 0 #FDE06A;
          box-shadow: 28px 0 0 #C1E5DE, 56px 0 0 #FDE06A;
}
@media only screen and (max-width: 1024px) {
  .c-title__page {
    font-size: 2.4rem;
  }
  .c-title__page::before {
    width: 14px;
    height: 14px;
    left: 0;
    -webkit-box-shadow: 22px 0 0 #C1E5DE, 44px 0 0 #FDE06A;
            box-shadow: 22px 0 0 #C1E5DE, 44px 0 0 #FDE06A;
  }
}

.c-card-interview {
  padding: 3px;
  overflow: hidden;
}
.c-card-interview__link {
  position: relative;
  text-decoration: none;
}
.c-card-interview__link:hover .c-card-interview__title {
  color: #13C0FF;
}
.c-card-interview__link:hover .c-card-interview__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-card-interview__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;
  text-decoration: none;
  color: #212121;
  padding: 2.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__inner {
    display: block;
    padding: 0;
  }
}
.c-card-interview__thumbnail {
  min-width: 350px;
  max-width: 450px;
  overflow: hidden;
  font-size: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__thumbnail {
    border-radius: 0.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__thumbnail {
    min-width: auto;
    margin: 0 0 0.75rem;
  }
}
.c-card-interview__thumbnail img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-card-interview__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__body {
    margin: 0;
  }
}
.c-card-interview__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__title {
    font-size: 1.6rem;
  }
}
.c-card-interview__icon {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.2rem;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 0.75rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__icon {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.8rem;
  }
}
.c-card-interview__client-name {
  margin: 0 0 1rem;
  padding: 0 0 0 3.8rem;
  color: #999;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__client-name {
    padding: 0 0 0 3rem;
    font-size: 1.3rem;
  }
}
.c-card-interview__client-honorific {
  font-size: 1.4rem;
  padding: 0 0 0 3.8rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__client-honorific {
    padding: 0 0 0 3rem;
    font-size: 1.3rem;
  }
}
.c-card-interview__excerpt {
  margin: 0 0 1.5rem;
  padding: 0 0 0 3.8rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__excerpt {
    padding: 0 0 0 3rem;
    font-size: 1.3rem;
  }
}
.c-card-interview__labels {
  font-size: 1.4rem;
  padding: 0 0 0 3.8rem;
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__labels {
    padding: 0 0 0 3rem;
    font-size: 1.2rem;
  }
}
.c-card-interview__labels span {
  padding: 0 0.5rem;
  color: #ccc;
}
@media only screen and (max-width: 1024px) {
  .c-card-interview__labels span {
    padding: 0 0.3rem;
  }
}
.c-card-service__link {
  color: #212121;
  text-decoration: none;
}
.c-card-service__link:hover {
  color: #212121;
}
.c-card-service__link:hover .c-card-service__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-card-service__link:hover .c-card-service__title {
  color: #13C0FF;
}
.c-card-service__thumbnail {
  margin: 0 0 1.25rem;
  overflow: hidden;
  font-size: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-service__thumbnail {
    border-radius: 0.6rem;
  }
}
.c-card-service__thumbnail img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.c-card-service__icon {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
  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;
  border-radius: 2rem;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 0.75rem 0 0;
}
.c-card-service__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-card-service__excerpt {
  font-size: 1.6rem;
}
.c-card-works__link {
  display: block;
  text-decoration: none;
}
.c-card-works__link img {
  -webkit-filter: drop-shadow(8px 8px 7px rgba(40, 81, 85, 0.35));
          filter: drop-shadow(8px 8px 7px rgba(40, 81, 85, 0.35));
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-card-works__link:hover .c-card-works__thumbnail {
  background: #EAEDFA;
}
.c-card-works__link:hover .c-card-works__thumbnail img {
  scale: 1.05;
}
.c-card-works__link:hover .c-card-works__title {
  color: #13C0FF;
}
.c-card-works__link:hover .p-content-works__label span {
  background: #289ED1;
}
.c-card-works__box .c-card-works__thumbnail {
  padding: 0;
}
.c-card-works__thumbnail {
  background: #fafafa;
  font-size: 0;
  line-height: 1;
  padding: 10px 0 0;
  text-align: center;
  margin: 0 0 20px;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-card-works__thumbnail img {
  position: relative;
  top: -40px;
}
.c-card-works__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
  margin: 0 0 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1024px) {
  .c-card-works__title {
    font-size: 1.6rem;
  }
}
.c-card-works__icon {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.2rem;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 0.75rem 0 0;
}
.c-card-works__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  padding: 0 0 0 4rem;
}
.c-card-works__data span {
  font-size: 1.4rem;
  color: #999;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  .c-card-works__data span {
    font-size: 1.3rem;
  }
}
.c-card-works__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card-works__label span {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #0bceba;
  padding: 2px 8px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1024px) {
  .c-card-works__label span {
    font-size: 12px;
  }
}
.c-card-column__link {
  color: #212121;
  text-decoration: none;
  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;
}
.c-card-column__thumbnail {
  width: 180px;
}
@media only screen and (max-width: 1024px) {
  .c-card-column__thumbnail {
    width: 90px;
  }
}
.c-card-column__thumbnail img {
  width: 100%;
}
.c-card-column__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-column__body {
    margin-left: 1.5rem;
  }
}
.c-card-column__time {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 1024px) {
  .c-card-column__time {
    font-size: 1.3rem;
    margin: 0 0 0.5rem;
  }
}
.c-card-column__title {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .c-card-column__title {
    font-size: 1.5rem;
  }
}

@-webkit-keyframes rotate-glow {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-glow {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.c-btn, .c-btn__primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #eee;
  padding: 1.25rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
  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;
  border-radius: 2rem;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 0.75rem 0 0;
}

.c-btn, .c-btn__primary {
  color: #212121;
}
.c-btn:hover, .c-btn__primary:hover {
  cursor: pointer;
}
.c-btn__primary {
  color: #fff;
  background: #17A1E1;
  min-width: 40rem;
}
@media only screen and (max-width: 768px) {
  .c-btn__primary {
    min-width: 100%;
  }
}
.c-breadcrumb {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-bottom: 3.5rem;
    position: absolute;
    top: 70px;
    left: 13px;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumb__item {
  font-size: 1.3rem;
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 1.1rem;
    margin: 0 2rem 0 0;
    line-height: 1.2;
  }
  .c-breadcrumb__item:first-child, .c-breadcrumb__item:nth-child(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-breadcrumb__item a {
  color: #212121;
  font-weight: 400;
}
.c-breadcrumb__item span {
  font-weight: 400;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: -2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb__item + .c-breadcrumb__item::before {
    width: 1rem;
    left: -1.5rem;
  }
}

.c-company-profile {
  margin: 0 3rem;
}
.c-company-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem 3.5rem;
  margin: 0 0 3.5rem;
  border-bottom: 1px solid #dedede;
}
.c-company-profile__item:first-child {
  padding-top: 3.5rem;
}
.c-company-profile__term {
  width: 18rem;
}
.c-company-profile__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-wp__over-image {
  display: block;
  width: 1500px;
  max-width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .c-wp__over-image {
    padding: 3.5rem 0;
  }
}
.c-wp__over-image img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-ex-haihai span {
    display: block;
  }
}

/*@use "object/component/c-validation";
@use "object/component/c-step";
@use "object/component/c-table";

@use "object/component/c-list";
@use "object/component/c-grid";
@use "object/component/c-input";
@use "object/component/c-card";
@use "object/component/c-button";


@use "object/component/c-icon";
@use "object/component/c-label";
@use "object/component/c-col";
@use "object/component/c-box";

@use "object/component/c-ex";
@use "object/component/c-plugin";
@use "object/component/c-event";*/
.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-header__logo-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 0 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-decoration: none;
  color: #212121;
  width: 32.5rem;
}
.p-header__logo-link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-header__logo-link > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-header__logo-link > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-header__logo-link > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-header__logo-link:hover {
  color: #212121;
}
.p-header__logo-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.p-header__logo-service {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 1450px) {
  .p-header__logo-service {
    font-size: 1.2rem;
  }
}
.p-header__logo-group {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1450px) {
  .p-header__logo-group {
    font-size: 1.6rem;
  }
}

.p-footer {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5rem;
}
@media only screen and (max-width: 1024px) {
  .p-footer {
    display: block;
  }
}
.p-footer__logo-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 0 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-decoration: none;
  color: #212121;
  width: 32.5rem;
}
.p-footer__logo-link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-footer__logo-link > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-footer__logo-link > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-footer__logo-link > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-footer__logo-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.p-footer__logo-service {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-footer__logo-group {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.p-footer__company-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.p-footer__company-office:last-child {
  padding: 1.75rem 0 0;
}
.p-footer__company-office-name {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-footer__company-address {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 0;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .p-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem 0 0;
    margin: 0 0 6rem;
  }
}
.p-footer__sns-link {
  margin: 0 0 0 3rem;
}
@media only screen and (max-width: 1024px) {
  .p-footer__sns-link {
    margin: 0 1.5rem;
  }
}
.p-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
}

.p-home-section {
  margin: 0 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .p-home-section {
    margin: 0 0 7.5rem;
  }
}
.p-home-section__mv {
  height: 700px;
  position: relative;
  margin: 0 0 10rem;
  background: url(../images/pages/home/bg_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .p-home-section__mv {
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-home-section__mv {
    height: auto;
    padding: 360px 10px 25px;
    position: relative;
    margin: 0 0 7.5rem;
  }
}
.p-home__mv-content {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .p-home__mv-content {
    position: static;
  }
}
.p-home__mv-msg {
  font-size: 7rem;
  font-weight: 800;
  color: #1574A3;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 1199px) {
  .p-home__mv-msg {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-home__mv-msg {
    font-size: 3.8rem;
  }
}
.p-home__mv-copy {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 1199px) {
  .p-home__mv-copy {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-home__mv-copy {
    font-size: 2.4rem;
  }
}
.p-home__mv-body {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
  .p-home__mv-body {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-home__mv-body {
    font-size: 1.6rem;
  }
}
.p-home__mv-cat {
  position: absolute;
  bottom: -50px;
  right: 15%;
}
@media only screen and (max-width: 1199px) {
  .p-home__mv-cat {
    width: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-home__mv-cat {
    width: 260px;
    bottom: auto;
    top: 90px;
    right: 5%;
  }
}
.p-home-about {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .p-home-about {
    padding-top: 0;
  }
}
.p-home-about__content {
  position: relative;
}
.p-home-about__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 510px;
  background: #F0F5FA;
  z-index: -2;
  position: absolute;
  right: 40%;
  top: -320px;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__content::before {
    display: none;
  }
}
.p-home-about__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__title {
    font-size: 2.2rem;
  }
}
.p-home-about__photo {
  position: absolute;
  z-index: -1;
  top: -260px;
  right: -200px;
  overflow: hidden;
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__photo {
    border-radius: 0.6rem;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 1.25rem;
  }
}
.p-home-about__catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__catch {
    font-size: 1.8rem;
  }
}
.p-home-about__excerpt {
  margin: 0 0 4.5rem;
  width: 56%;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__excerpt {
    width: auto;
  }
}
.p-home-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-home-about__box {
  width: 22.5%;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__box {
    width: 48%;
    margin: 0 0 3.5rem;
  }
}
.p-home-about__box-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__box-title {
    font-size: 1.5rem;
  }
}
.p-home-about__box-thumbnail {
  font-size: 0;
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  .p-home-about__box-thumbnail {
    border-radius: 0.4rem;
  }
}
.p-home-about__box-body {
  line-height: 1.6;
}

.p-interview__list {
  margin: 0 0 4.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-interview__list {
    margin: 0 0 3.5rem;
  }
}
.p-interview__item {
  padding: 0 1.5rem 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 1024px) {
  .p-interview__item {
    padding: 0 0.25rem 1rem;
    margin: 0 0 1rem;
  }
}
.p-interview__title {
  font-size: 5rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 1349px) {
  .p-interview__title {
    font-size: 4rem;
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-interview__title {
    font-size: 3rem;
  }
}
.p-interview__name {
  font-size: 1.8rem;
  color: #999;
  margin: 0 0 7.5rem;
}
@media only screen and (max-width: 1349px) {
  .p-interview__name {
    padding: 0 2.5%;
  }
}
.p-interview__main-visual {
  margin: 0 0 12rem;
}
@media only screen and (max-width: 1024px) {
  .p-interview__main-visual {
    margin: 0 0 6rem;
  }
}
.p-interview__main-visual img {
  width: 100%;
}
.p-interview__content {
  margin: 0 0 7.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-interview__content {
    margin: 0 0 5rem;
  }
}
.p-interview__client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7.5%;
}
@media only screen and (max-width: 1024px) {
  .p-interview__client {
    font-size: 1.3rem;
  }
}
.p-interview__client-inner {
  border: 2.2rem solid #f8f8f8;
  padding: 2.5rem 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-inner {
    border: 1rem solid #f8f8f8;
  }
}
.p-interview__client-head {
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-head {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-logo {
    text-align: center;
    margin: 0 0 0.75rem;
  }
}
.p-interview__client-wrap {
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-name {
    text-align: center;
    margin: 0 0 0.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-link {
    text-align: center;
  }
}
.p-interview__client-data {
  margin: 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-data {
    display: block;
  }
}
.p-interview__client-data:last-child {
  margin: 0;
}
.p-interview__client-data-label {
  width: 10rem;
}
@media only screen and (max-width: 1024px) {
  .p-interview__client-data-label {
    width: auto;
    font-weight: 700;
  }
}
.p-interview__client-data-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem 5rem;
  margin: 0 0 7rem;
}
@media only screen and (max-width: 768px) {
  .p-service__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 0 3.5rem;
  }
}
.p-service__item.current .c-card-service__link {
  color: #aaa;
}
.p-service__single {
  margin: 0 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .p-service__single {
    margin: 0 0 5rem;
  }
}
.p-service__single img {
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .p-service__single img {
    border-radius: 0.6rem;
  }
}
.p-service__other .c-card-service__excerpt {
  display: none;
}

.p-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-works__item {
  width: 32%;
  margin: 0 0 60px;
}
@media only screen and (max-width: 900px) {
  .p-works__item {
    width: 48%;
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-works__item {
    width: auto;
    margin: 0 0 35px;
  }
}

.p-page {
  counter-reset: num;
}
.p-page__head {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 1024px) {
  .p-page__head {
    margin: 0 0 5rem;
  }
}
.p-page__content {
  margin: 0 0 15rem;
}
@media only screen and (max-width: 1024px) {
  .p-page__content {
    margin: 0 0 5rem;
  }
}

.p-column {
  padding: 0 0 7.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-column {
    padding: 0 0 5rem;
  }
}
.p-column__item {
  margin: 0 0 1.5rem;
}
.p-column__item:last-child {
  margin: 0;
}
.p-column__row {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1349px) {
  .p-column__row {
    display: block;
    width: auto;
    padding: 0 7.5%;
  }
}
.p-column__col-body {
  width: 740px;
}
@media only screen and (max-width: 1024px) {
  .p-column__col-body {
    width: auto;
  }
}
.p-column__col-nav {
  margin: 0 0 0 75px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1024px) {
  .p-column__col-nav {
    margin: 0;
  }
}
.p-column__head {
  padding: 35px 0 0;
  margin: 0 0 35px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-column__head {
    padding: 20px 0 0;
    margin: 0 0 25px;
  }
}
.p-column__head-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1024px) {
  .p-column__head-title {
    font-size: 20px;
  }
}
.p-column__head-date {
  margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .p-column__head-date {
    font-size: 16px;
  }
}
.p-column__content .c-wp .wp-block-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.75em;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .wp-block-heading {
    font-size: 16px;
    margin: 0 0 0.5em;
  }
}
.p-column__content .c-wp .is-style-section {
  font-size: 22px;
  padding: 0 0 0 20px;
  margin: 0 0 2em;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .is-style-section {
    font-size: 18px;
    padding: 0 0 0 12px;
    margin: 0 0 1.75em;
  }
}
.p-column__content .c-wp .is-style-section::before {
  content: "";
  width: 7px;
  height: 116%;
  display: block;
  background: #aaedca;
  position: absolute;
  top: -3%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .is-style-section::before {
    width: 5px;
  }
}
.p-column__content .c-wp .is-style-square {
  padding: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .is-style-square {
    padding: 0 0 0 15px;
  }
}
.p-column__content .c-wp .is-style-square::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #aaedca;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .is-style-square::before {
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
  }
}
.p-column__content .c-wp .is-style-circle {
  padding: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .is-style-circle {
    padding: 0 0 0 15px;
  }
}
.p-column__content .c-wp .is-style-circle::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 12px;
  background: #aaedca;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .is-style-circle::before {
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
  }
}
.p-column__content .c-wp p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 2.5em;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 2em;
  }
}
.p-column__content .c-wp p.is-style-paragraph-margin-none {
  margin-bottom: 0;
}
.p-column__content .c-wp p.is-style-paragraph-margin-1em {
  margin-bottom: 1em;
}
.p-column__content .c-wp a {
  color: #17A1E1;
  text-decoration: underline;
  padding: 0 2px;
}
.p-column__content .c-wp a:hover {
  color: #13C0FF;
}
.p-column__content .c-wp ol {
  margin: -0.5em 0 5rem 1.5em;
  list-style: decimal;
}
.p-column__content .c-wp ol.is-style-list-space-none {
  margin-bottom: 0;
}
.p-column__content .c-wp ul {
  margin: -0.5em 0 5rem 1.5em;
  list-style: disc;
}
.p-column__content .c-wp ul.is-style-list-space-none {
  margin-bottom: 0;
}
.p-column__content .c-wp li {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 0 0 0.15em;
  margin: 0 0 0.75em;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp li {
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-column__content .c-wp li:last-child {
  margin: 0;
}
.p-column__content .c-wp .wp-block-separator {
  border-top: 1px solid #e6e6e6;
  margin: 75px 0;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .c-wp .wp-block-separator {
    margin: 50px 0;
  }
}
.p-column__content .c-wp .wp-block-group {
  background: #fbf9f0;
  padding: 1.75em;
  margin: 0 0 3.5em;
}
.p-column__content .c-wp .wp-block-group p {
  line-height: 1.8;
}
.p-column__content .c-wp .wp-block-group p:last-child {
  margin: 0;
}
.p-column__content .c-wp .wp-block-image {
  margin: 0 0 5rem;
  margin: 0 0 2.5em !important;
  padding: 12px;
  border: 2px solid #eee;
}
.p-column__content .c-wp .wp-block-image .is-image-space-none {
  margin-bottom: 0;
}
.p-column__content .wp-block-kevinbatdorf-code-block-pro {
  max-width: 740px;
  margin: 0 0 1.5em;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.p-column__content .wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre {
  padding: 20px 30px 30px !important;
}
@media only screen and (max-width: 1024px) {
  .p-column__content .wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre {
    padding: 10px 20px 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .p-column__content .wp-block-kevinbatdorf-code-block-pro {
    max-width: auto;
    font-size: 14px !important;
  }
}
.p-column__content .wp-block-kevinbatdorf-code-block-pro span {
  width: auto !important;
}
.p-column-block__head {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 1024px) {
  .p-column-block__head {
    font-size: 2rem;
    padding: 5rem 0 0;
  }
}
.p-column-block__item {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}
.p-column-block__link {
  color: #212121;
  text-decoration: none;
}
.p-column-block__title {
  margin: 0 0 1rem;
}
.p-column-block__date {
  font-size: 1.3rem;
}

.is-style-group-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}

.is-style-group-backdround-color {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 1024px) {
  .is-style-group-backdround-color {
    padding: 3.5rem 0 4.5rem;
  }
}
.is-style-group-backdround-color::before {
  content: "";
  background-color: #fafafa;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.p-page .wp-block-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 1024px) {
  .p-page .wp-block-heading {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.p-page .is-style-page-section {
  font-size: 3.2rem;
  padding: 0 0 0 42px;
  margin-bottom: 8rem;
  position: relative;
}
.p-page .is-style-page-section::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-box-shadow: 0 16px 0 #EC674B, 16px 16px 0 #FDE06A, 16px 0 0 #C1E5DE;
          box-shadow: 0 16px 0 #EC674B, 16px 16px 0 #FDE06A, 16px 0 0 #C1E5DE;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-section::before {
    top: 0.7rem;
    width: 8px;
    height: 8px;
    margin-top: 0;
    -webkit-box-shadow: 0 12px 0 #EC674B, 12px 12px 0 #FDE06A, 12px 0 0 #C1E5DE;
            box-shadow: 0 12px 0 #EC674B, 12px 12px 0 #FDE06A, 12px 0 0 #C1E5DE;
  }
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-section {
    font-size: 2.4rem;
    padding: 0 0 0 30px;
    margin-bottom: 1.75em;
  }
}
.p-page .is-style-page-outline {
  font-size: 3.8rem;
  margin: 0 0 2.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-outline {
    font-size: 2.4rem;
    margin: 0;
  }
}
.p-page .is-style-page-title {
  font-size: 2.4rem;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-title {
    font-size: 2rem;
  }
}
.p-page .is-style-page-problem {
  font-size: 3.2rem;
  margin: 0 0 6rem;
  position: relative;
}
.p-page .is-style-page-problem::before {
  content: "";
  width: 20px;
  height: 4px;
  display: block;
  background: #C1E5DE;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -10px;
  -webkit-box-shadow: -28px 0 0 #EC674B, 28px 0 0 #FDE06A;
          box-shadow: -28px 0 0 #EC674B, 28px 0 0 #FDE06A;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-problem {
    font-size: 2.2rem;
  }
}
.p-page .is-style-page-square {
  font-size: 2.2rem;
  padding: 0 0 0 26px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-square {
    padding: 0 0 0 16px;
  }
}
.p-page .is-style-page-square::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #8FB7C9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-square::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.p-page .is-style-page-itc-title {
  font-size: 3.2rem;
  margin: 0 0 4.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .p-page .is-style-page-itc-title {
    font-size: 2.4rem;
    margin: 0 0 2.5rem;
  }
}
.p-page p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .p-page p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}
.p-page p.is-style-paragraph-margin-none {
  margin-bottom: 0;
}
.p-page p.is-style-paragraph-margin-1em {
  margin-bottom: 1em;
}
.p-page p.is-style-paragraph-itv-title {
  font-size: 2.6rem;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 60px;
}
.p-page p.is-style-paragraph-itv-title::before {
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  background: #23B2D5;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .p-page p.is-style-paragraph-itv-title {
    font-size: 1.8rem;
  }
}
.p-page p a {
  color: #17A1E1;
  text-decoration: underline;
  padding: 0 2px;
}
.p-page p a:hover {
  color: #13C0FF;
}
.p-page ol.wp-block-list {
  margin: -0.5em auto 5rem;
  list-style: decimal;
}
.p-page ol.wp-block-list.is-style-list-space-none {
  margin-bottom: 0;
}
.p-page ol.wp-block-list.is-style-list-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.p-page ul.wp-block-list {
  margin: -0.5em auto 5rem;
  list-style: disc;
}
.p-page ul.wp-block-list.is-style-list-space-none {
  margin-bottom: 0;
}
.p-page ul.wp-block-list.is-style-list-problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3.5rem;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .p-page ul.wp-block-list.is-style-list-problem {
    display: block;
  }
}
.p-page ul.wp-block-list.is-style-list-problem li {
  width: 30%;
  background: #fff;
  padding: 1.5rem 2rem;
  border-radius: 0.4rem;
  border: 1px solid #EDEDED;
  margin: 0 0 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .p-page ul.wp-block-list.is-style-list-problem li {
    width: auto;
  }
}
.p-page ul.wp-block-list.is-style-list-problem li:last-child {
  margin: 0;
}
.p-page .wp-block-list li {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 0 0 0.15em;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 1024px) {
  .p-page .wp-block-list li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-page .wp-block-list li:last-child {
  margin: 0;
}
.p-page .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-page .wp-block-separator {
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 1024px) {
  .p-page .wp-block-separator {
    margin: 50px auto;
  }
}
.p-page .wp-block-separator.is-style-separator-none-1gap, .p-page .wp-block-separator.is-style-separator-none-3gap, .p-page .wp-block-separator.is-style-separator-none-5gap {
  opacity: 0;
}
.p-page .wp-block-separator.is-style-separator-none-1gap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-page .wp-block-separator.is-style-separator-none-3gap {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-page .wp-block-separator.is-style-separator-none-5gap {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.p-page .wp-block-group p {
  line-height: 1.8;
}
.p-page .wp-block-group p:last-child {
  margin: 0;
}
.p-page .wp-block-image img {
  width: 100%;
}
.p-page .wp-block-image.is-style-image-space-none {
  margin-bottom: 0;
}
.p-page .wp-block-image.is-style-image-max-width img {
  width: auto;
}
.p-page .wp-block-image.is-style-image-border-1px img {
  border: 1px solid #dedede;
}
.p-page .wp-block-columns.is-style-columns-no-gap {
  gap: 0;
}
.p-page .wp-block-columns.is-style-columns-point {
  padding: 3rem 2rem;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 1024px) {
  .p-page .wp-block-columns.is-style-columns-point {
    padding: 3rem 1rem;
  }
}
.p-page .wp-block-columns.is-style-columns-point::before {
  counter-increment: num;
  content: "Point " counter(num, decimal-leading-zero);
  display: block;
  color: #B5B5B5;
  font-size: 2.7rem;
  font-weight: 700;
  width: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .p-page .wp-block-columns.is-style-columns-point::before {
    width: auto;
    font-size: 2rem;
  }
}
.p-page .wp-block-columns.is-style-columns-point figure {
  margin: 0;
}
.p-page .wp-block-table td {
  border: 1px solid #ccc;
  padding: 2rem;
  text-align: center;
}
.p-page .wp-block-table td:first-child {
  font-weight: 600;
  background: #f5f5f5;
}