@charset "UTF-8";
/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, body {
  height: 100%;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role=button] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

body {
  font-size: 100%;
  background-color: #e6eff4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
}

.l-header {
  height: 96px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__brand {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__brand img {
  display: block;
  width: 180px;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  color: #118080;
  font-weight: 700;
}
.l-header__menu > *:not(:last-child) {
  margin-right: 2rem;
}
.l-header__menu a {
  letter-spacing: 1px;
}

.l-footer {
  color: #118080;
}
.l-footer__logo img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    max-width: 240px;
  }
}
.l-footer__content {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    display: flex;
    justify-content: space-between;
  }
  .l-footer__content > * {
    width: 33%;
  }
}
.l-footer__menu > *:not(:last-child) {
  margin-bottom: 1rem;
}
.l-footer__menu a {
  display: inline-block;
  position: relative;
}
.l-footer__menu a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e14420;
  border-right: 2px solid #e14420;
  background-color: transparent;
  transform-origin: center;
  transform: rotate(45deg) translateX(0);
  margin-left: 4px;
  transition: transform 0.3s ease-in-out;
}
.l-footer__menu a:hover::after {
  transform: translateX(0.5rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    margin-top: 1.5rem;
  }
  .l-footer__menu a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__catTitle {
    margin-bottom: 1rem;
  }
}
.l-footer__cat > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__cat {
    margin-top: 2rem;
  }
}
.l-footer__catMenu > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.l-footer__catMenu li a {
  display: inline-block;
  padding: 4px 8px;
  background-color: #ffffff;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.l-footer__catMenu li a:hover {
  background-color: #118080;
  color: #ffffff;
}
.l-footer__copies {
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copies {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0.5rem;
  }
}
.l-footer__privacy {
  margin-block: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__privacy {
    text-align: center;
  }
}

.l-container {
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding: 0 1.5rem;
    max-width: 960px;
  }
}
@media screen and (min-width: 1536px) {
  .l-container {
    padding: 0 1.5rem;
    max-width: 1280px;
  }
}

.c-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f8fafc url("../image/noise_02.png");
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-kv {
    padding-block: 1rem;
    min-height: 90vh;
  }
}
.c-kv__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  width: 80%;
}
.c-kv__inner > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-kv__inner {
    max-width: 50%;
  }
}
.c-kv__img {
  display: block;
  width: 100%;
}
.c-kv__copies {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 2px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  opacity: 0.3;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-kv__copies {
    display: grid;
    gap: 1.5rem;
    grid-template-rows: 45% 10% 10% 1fr;
    grid-template-columns: 35% 1fr 35%;
  }
}
.c-kv__copy {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  overflow: hidden;
  color: #118080;
}
@media screen and (min-width: 640px) {
  .c-kv__copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-kv__copy {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-kv__copy {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1536px) {
  .c-kv__copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy.-one {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy.-two {
    grid-row: 2/5;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy.-three {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy.-four {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy.-five {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__copy.-six {
    grid-row: 3/6;
    grid-column: 3/4;
  }
}

.c-button {
  display: inline-block;
  white-space: nowrap;
  background-color: #e14420;
  border-radius: 8px;
  border: 4px solid #ffffff;
  padding: 1rem 3rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  letter-spacing: 1px;
  transition: background-color, 0.3s ease-in;
}
.c-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  right: 1.5em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
}
.c-button:hover {
  background-color: #118080;
}

.c-fukidashi {
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.c-fukidashi.-border {
  border: 6px solid #ffffff;
  background-color: transparent;
}

.c-section__headline {
  text-align: center;
  color: #118080;
}
.c-section__title {
  font-size: 1.8rem;
}
.c-section__titleEn {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.c-card {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 8px;
}
.c-card__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  transform: translateY(-10px);
}
.c-card__inner > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-card__title {
  font-weight: 500;
  color: #118080;
  line-height: 1.5;
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.c-card__tags {
  display: flex;
}
.c-card__tags > *:not(:last-child) {
  margin-right: 0.5rem;
}
.c-card__term {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-card__taxonomy {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #118080;
}

.c-cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.c-tag {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #e14420;
}
.c-tag::before {
  content: "#";
}
.c-tag.-lg {
  font-size: 1rem;
  color: #118080;
}

.c-label {
  display: inline-block;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 4px 1rem;
  background-color: #118080;
  border-radius: 12px;
}

.c-banner {
  width: 80%;
  background-color: #f4eb8b;
  border: 4px solid #118080;
  border-radius: 10px;
  color: #118080;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-banner {
    max-width: 600px;
  }
}
.c-banner__inner {
  text-align: center;
}
.c-banner__inner > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-banner__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.c-banner__text {
  line-height: 1.8;
}
.c-banner::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 4px solid #118080;
  border-right: 4px solid #118080;
  top: -1rem;
  left: 50%;
  transform-origin: center;
  transform: rotate(-45deg) translateX(-50%);
  z-index: 1;
  background-color: #f4eb8b;
}

.c-humberger {
  position: fixed;
  display: block;
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  background-color: #e14420;
  border: 4px solid #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
  cursor: pointer;
}
.c-humberger::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #e14420;
  bottom: -8px;
  left: 50%;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
}
.c-humberger__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
.c-humberger__lines {
  flex: 1;
  width: 60%;
  margin: 0 auto;
}
.c-humberger__lines > * {
  margin-top: 4px;
}
.c-humberger__lines span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.c-humberger:hover {
  background-color: #118080;
}
.c-humberger:hover::after {
  background-color: #118080;
}

.c-coverNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(167, 221, 226, 0.8);
  z-index: 80;
  display: none;
}
.c-coverNav.-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-coverNav__inner {
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  padding: 2rem;
  border-radius: 16px;
  background-color: #e6eff4;
  border: 4px solid #118080;
}
@media screen and (min-width: 768px) {
  .c-coverNav__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-coverNav__inner > * {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .c-coverNav__search {
    margin-top: 3rem;
  }
}
.c-coverNav__searchbox > h3 {
  color: #118080;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.c-coverNav__nav {
  font-size: 1.4rem;
  font-weight: 700;
  color: #118080;
}
@media screen and (min-width: 768px) {
  .c-coverNav__nav {
    font-size: 2.1rem;
  }
}
.c-coverNav__menu > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-coverNav__cat > h3 {
  color: #118080;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.c-coverNav__catMenu > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-coverNav__catMenu li a {
  display: inline-block;
  padding: 4px 0.5rem;
  background-color: #ffffff;
  color: #118080;
  border-radius: 8px;
}

.c-prevNext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-prevNext__next, .c-prevNext__prev, .c-prevNext__index {
  transition: all 0.3s ease-in;
}
.c-prevNext__next, .c-prevNext__prev {
  position: relative;
  width: 40%;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  color: #118080;
}
.c-prevNext__next.-hidden, .c-prevNext__prev.-hidden {
  visibility: hidden;
}
.c-prevNext__next::after, .c-prevNext__prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e14420;
  border-right: 2px solid #e14420;
  transform-origin: center;
  background-color: transparent;
}
.c-prevNext__next:hover, .c-prevNext__prev:hover {
  background-color: #118080;
  color: #ffffff;
}
.c-prevNext__prev::after {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.c-prevNext__next::after {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.c-prevNext__index {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #118080;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-prevNext__index {
    width: 80px;
    height: 80px;
  }
}
.c-prevNext__index__label {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-prevNext__index__label {
    display: none;
  }
}
.c-prevNext__index:hover {
  background-color: #118080;
  color: #ffffff;
}

.c-question {
  background-color: #e6eff4;
  border-radius: 6px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.c-question__mark {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #118080;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 0.5rem;
}
.c-question__text {
  flex: 1;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-question {
    font-size: 1.15rem;
  }
}

.c-summary {
  background-color: #e6eff4;
  border: 3px solid #118080;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  color: #118080;
  position: relative;
  margin: 3rem 0;
}
.c-summary__headline {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #118080;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}
.c-summary__title {
  color: #ffffff !important;
  font-size: 1rem !important;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-summary__title {
    font-size: 1.15rem !important;
  }
}
.c-summary__body > *:not(:last-child) {
  margin-bottom: 1rem;
}
.c-summary__body > h2, .c-summary__body h3, .c-summary__body h4, .c-summary__body h5, .c-summary__body h6 {
  color: #118080 !important;
  display: inline-block;
  background-color: #ffffff;
  padding: 4px 1.5rem;
  font-size: 1rem !important;
  border-radius: 8px;
}
.c-summary__body > ul {
  font-size: 1.15rem !important;
}
.c-summary__body > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-summary__body > ul > li {
  font-size: 1.15rem !important;
  position: relative;
}
.c-summary__body > ul > li:before {
  content: "●";
  margin-right: 0.5rem;
}
.c-summary__body strong {
  background: linear-gradient(transparent 70%, #f4eb8b 0%);
  font-weight: 500;
}

.c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-arrow span {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #e884bc;
  position: relative;
  -webkit-clip-path: polygon(56% 0, 56% 25%, 100% 25%, 100% 75%, 56% 75%, 56% 100%, 0% 50%);
  clip-path: polygon(56% 0, 56% 25%, 100% 25%, 100% 75%, 56% 75%, 56% 100%, 0% 50%);
  transform: rotate(-90deg);
}

.c-titlebox {
  border: 2px solid #118080;
  border-radius: 4px;
  text-align: center;
  font-size: 1.25rem;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
}
.c-titlebox > h2 {
  color: #118080 !important;
}

.c-answerlist > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-answerlist__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-answerlist__title {
  color: #118080;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.c-answerlist__title::before {
  content: "●";
  margin-right: 4px;
}
.c-answerlist__body {
  width: 100%;
  background-color: #e6eff4;
  border-radius: 8px;
  padding: 1rem;
  flex: 1;
  position: relative;
}
.c-answerlist__body::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #e6eff4;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: 1.5rem;
  top: 0;
  transform: translateY(-50%);
}

.c-form__text {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  border: 1px solid #e6eff4;
}
.c-form__text:focus {
  border: 1px solid #118080;
}

.p-home__casestudies {
  background-color: #83FCE0;
  padding: 2rem 0;
}
.p-home__casestudies__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home__casestudies__inner > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.p-single {
  padding: 4rem 0;
  background-color: #83FCE0;
  position: relative;
}
.p-single::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6eff4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 60%);
  clip-path: polygon(100% 0, 0 0, 50% 60%);
}
.p-single__inner > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-single__term {
  text-align: center;
}
.p-single__term a {
  display: inline-block;
  background-color: #ffffff;
  margin: 0 auto;
  color: #118080;
  padding: 4px 1rem;
  border-radius: 14px;
  font-size: 0.75rem;
}
.p-single__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: center;
  color: #118080;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-single__tags {
  display: flex;
}
.p-single__tags > *:not(:last-child) {
  margin-right: 8px;
}
.p-single__date {
  color: #118080;
}
.p-single__body {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 12px;
}
.p-single__kv {
  width: 100%;
  aspect-ratio: 16/10;
}
.p-single__kv img {
  min-height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-single__content {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    padding: 2rem;
    max-width: 85%;
    margin: 0 auto;
  }
}
.p-single__content > *:not(:last-child) {
  margin-bottom: 1rem;
}
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5 {
  color: #e14420;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-single__content p {
  line-height: 1.8;
}
.p-single__cv {
  margin-top: 1rem;
  text-align: center;
}

.p-page {
  padding: 4rem 0;
  background-color: #83FCE0;
  position: relative;
}
.p-page::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6eff4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 60%);
  clip-path: polygon(100% 0, 0 0, 50% 60%);
}
.p-page__title {
  font-size: 2.1rem;
  text-align: center;
  color: #118080;
}
.p-page__titleEn {
  font-size: 0.95rem;
  text-align: center;
  color: #118080;
  margin-bottom: 2rem;
}
.p-page__inner {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-page__inner {
    max-width: 85%;
    margin: 0 auto;
    padding: 3rem;
  }
}
.p-page__content > *:not(:last-child) {
  margin-bottom: 1rem;
}
.p-page__content h2 {
  color: #118080;
  font-size: 1.4rem;
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 768px) {
  .p-page__content h2 {
    font-size: 1.8rem;
  }
}
.p-page__content p {
  line-height: 1.8;
}

.p-page__about__profile {
  margin-block: 2rem;
}
.p-page__about__copy {
  color: #118080;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page__about__copy {
    font-size: 1.7rem;
  }
}

.p-page__contact__copy {
  padding: 1.5rem;
  font-size: 1rem;
  color: #118080;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-page__contact__copy {
    font-size: 1.3rem;
    max-width: 85%;
    margin: 0 auto;
    padding: 3rem;
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  outline: none;
  background-color: #e6eff4;
  padding: 0.5rem;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1.5rem;
  border-radius: 8px;
  margin-top: 4px;
}
.wpcf7 select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0.5rem;
  outline: none;
  background-color: #e6eff4;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  margin-top: 4px;
}
.wpcf7 label {
  color: #118080;
}
.wpcf7 label > small {
  display: block;
  color: #e14420;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  white-space: nowrap;
  background-color: #e14420;
  border-radius: 8px;
  border: 4px solid #ffffff;
  padding: 1rem 3rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  letter-spacing: 1px;
  transition: background-color, 0.3s ease-in;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
  background-color: #118080;
}

.p-archive {
  padding: 4rem 0;
  background-color: #83FCE0;
  position: relative;
}
.p-archive::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6eff4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 60%);
  clip-path: polygon(100% 0, 0 0, 50% 60%);
}
.p-archive__title {
  font-size: 2.1rem;
  text-align: center;
  color: #118080;
}
.p-archive__titleEn {
  font-size: 0.95rem;
  text-align: center;
  color: #118080;
  margin-bottom: 2rem;
}

.p-bannerSection {
  padding: 3rem 0;
  background: white url("../image/noise_02.png");
}
.p-bannerSection__icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 120px;
}

.p-searchbox {
  background-color: #ffffff;
  padding: 3rem 0;
}
.p-searchbox__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #118080;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-searchbox__title {
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.p-searchbox__content {
  background-color: #e6eff4;
  padding: 1.5rem;
  border-radius: 12px;
  color: #118080;
  position: relative;
}
.p-searchbox__content > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-searchbox__content::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  background-color: #e6eff4;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-searchbox__content {
    max-width: 800px;
    margin: 0 auto;
  }
}
.p-searchbox__icon {
  position: absolute;
  display: block;
  top: -3rem;
  left: -1rem;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p-searchbox__icon {
    width: 80px;
  }
}
.p-searchbox__subtitle {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.p-searchbox__subtitle.-center {
  text-align: center;
}
.p-searchbox__categories {
  display: flex;
  flex-wrap: wrap;
}
.p-searchbox__categories > *:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-searchbox__categories li a {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.p-searchbox__categories li a:hover {
  color: #ffffff;
  background-color: #118080;
}
@media screen and (min-width: 768px) {
  .p-searchbox__categories > *:not(:last-child) {
    margin-right: 1rem;
  }
}
.p-searchbox__tags {
  display: flex;
  flex-wrap: wrap;
}
.p-searchbox__tags > *:not(:last-child) {
  margin-right: 1rem;
}
.p-searchbox__tags li a {
  color: #e14420;
  display: inline-block;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.p-searchbox__tags li a:before {
  content: "#";
}
.p-searchbox__tags li a:hover {
  opacity: 0.8;
}

.p-profile > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-profile__headline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-profile__title {
  display: inline-block;
  color: #118080;
  margin: 0 auto;
  background-color: #f4eb8b;
  font-size: 1.125rem;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__kv {
    width: 45%;
  }
  .p-profile__kv img {
    width: 280px;
  }
}
.p-profile__info {
  flex: 1;
}
.p-profile__list > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-profile__listitem > span {
  white-space: nowrap;
  font-size: 1rem;
  text-align: center;
  padding: 4px 8px;
  color: #118080;
  display: inline-block;
  margin-right: 1rem;
  background-color: #e6eff4;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-profile__listitem {
    display: flex;
    align-items: center;
  }
  .p-profile__listitem > span {
    width: 40%;
  }
}