@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

summary {
  list-style: none; /* Safari対応 */
}

summary::-webkit-details-marker {
  display: none; /* Chrome / Safari / Edge対応 */
}

html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(9px, 2.666vw, 10px);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #4a6070;
  background: #FCFDFE;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  letter-spacing: 0.1em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
a:focus:not(:focus-visible) {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #8BCEFF;
}

button {
  cursor: pointer;
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only-inline {
    display: inline;
  }
}

.site-logo:hover {
  opacity: 0.7;
}

.logo {
  width: 23rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 16rem;
  }
}

.section__inner {
  width: 100%;
  padding: 20rem 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 10rem 3rem;
  }
}

.section__title-contents {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}

.section__title-en {
  font-family: "Zen Antique", serif;
  font-size: 8.4rem;
  color: #2B90D8;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  .section__title-en {
    font-size: 4.8rem;
    margin-left: 0.4rem;
  }
}

.section__title-en-shadow::after {
  content: attr(data-text);
  font-family: "WindSong", serif;
  font-size: 10rem;
  color: rgba(139, 206, 255, 0.2);
  line-height: 1.2;
  letter-spacing: -0.05em;
  position: absolute;
  top: 12%;
  left: 46%;
  transform: translateY(-50%);
  z-index: -1;
  text-transform: capitalize;
  white-space: nowrap;
  clip-path: inset(5% 100% 0 0);
  animation: shadowReveal 1.5s ease forwards;
  animation-play-state: paused;
}
@media screen and (max-width: 768px) {
  .section__title-en-shadow::after {
    font-size: 6rem;
    left: 37%;
  }
}
.section__title-en-shadow.is-visible::after {
  animation-play-state: running;
}

@keyframes shadowReveal {
  to {
    clip-path: inset(0 -20% 0 0);
  }
}
.section__title-jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  color: #8BCEFF;
  font-weight: 700;
  line-height: 1;
}

.about__profile {
  max-width: 98rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 6.3rem;
}
@media screen and (max-width: 768px) {
  .about__profile {
    flex-direction: column;
    align-items: center;
    gap: 3.1rem;
  }
}
.about__profile > img {
  width: 30rem;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.about__profile .about__profile-contents {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.about__profile .about__profile-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about__profile .about__profile-name {
    font-size: 2rem;
    margin-bottom: 1.9rem;
  }
}
.about__profile .about__profile-text-area {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about__profile .about__profile-text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__profile .about__profile-text {
    line-height: 1.8;
  }
}

.bottom-contents {
  background-color: #EEF7FF;
}
.bottom-contents .bottom-contents__inner {
  max-width: 90rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bottom-contents .bottom-contents__inner {
    max-width: none;
  }
}
.bottom-contents .bottom-contact__title-contents {
  margin-top: 0.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .bottom-contents .bottom-contact__title-contents {
    margin-bottom: 3rem;
  }
}
.bottom-contents .bottom-contact__title-en {
  margin-left: 0.7rem;
}
@media screen and (max-width: 768px) {
  .bottom-contents .bottom-contact__title-en {
    margin-left: 0;
  }
}
.bottom-contents .bottom-contact__text {
  line-height: 1.8;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .bottom-contents .bottom-contact__text {
    margin-bottom: 3rem;
  }
}

.hero {
  position: relative;
  width: 100%;
}
.hero .hero__image {
  display: block;
  width: 100%;
}
.hero .hero__image img {
  width: 100%;
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero .hero__image img {
    height: 30rem;
  }
}
.hero .hero__title-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hero .hero__title-en {
  letter-spacing: 0.15em;
  margin-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__title-en {
    margin-left: 0.8rem;
  }
}

.breadcrumb {
  width: 100%;
  padding: 1.2rem 0 0 3rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 0.6rem;
  }
}
.breadcrumb .breadcrumb__inner {
  max-width: 144rem;
  margin-inline: auto;
  padding: 0;
}
.breadcrumb .breadcrumb__list {
  display: block;
}
.breadcrumb .breadcrumb__item {
  display: inline;
  white-space: normal;
  position: relative;
  padding-right: 1.1rem;
  font-family: "Zen Antique", serif;
  color: #155888;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb__item {
    padding-right: 1rem;
  }
}
.breadcrumb .breadcrumb__item:nth-child(n+3) {
  letter-spacing: 0.1em;
}
.breadcrumb .breadcrumb__item--current {
  word-break: break-all;
  line-break: anywhere;
  font-family: "Zen Old Mincho", serif;
  color: #4a6070;
  opacity: 1;
}
.breadcrumb .breadcrumb__item:not(:first-child) {
  padding-left: 0.9rem;
  padding-right: 1.2rem;
}
.breadcrumb .breadcrumb__item:not(:last-child)::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  color: #8BCEFF;
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  top: 12%;
  right: 0;
}
.breadcrumb .breadcrumb__link {
  display: inline;
  letter-spacing: 0.2em;
}
@media (any-hover: hover) {
  .breadcrumb .breadcrumb__link:hover {
    opacity: 0.6;
  }
}

.pagination {
  grid-column: 1/-1;
  margin-top: 2.5rem;
  padding-left: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 1.5rem;
  }
}
.pagination .pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pagination .pagination__item {
  color: #8BCEFF;
  margin: 0 1.5rem;
}
.pagination .pagination__item--current {
  background-color: #155888;
  color: #fff;
  border-radius: 1rem;
}
.pagination .pagination__item:not(.pagination .pagination__item--current) .pagination__link:hover {
  background-color: #155888;
  color: #fff;
  border-radius: 1rem;
  opacity: 0.7;
}
.pagination .pagination__prev,
.pagination .pagination__next {
  color: #8BCEFF;
  font-size: 1rem;
  opacity: 1;
}
.pagination .pagination__link {
  font-family: "Zen Antique", serif;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  height: 5rem;
}
.pagination .pagination__link i {
  font-size: 1rem;
}

.single__back {
  display: flex;
  justify-content: center;
}

.error-contents__area {
  max-width: 120rem;
  margin: 10rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}

.error-contents__text {
  font-size: 2rem;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .privacy-policy-hero .hero__title-en {
    font-size: 3.2rem;
    margin-left: 0.3rem;
  }
}

.privacy-policy__inner {
  max-width: 96rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy__inner {
    max-width: none;
  }
}
.privacy-policy__inner .privacy-policy__contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4.2rem;
  counter-reset: privacy-counter;
}
@media screen and (max-width: 768px) {
  .privacy-policy__inner .privacy-policy__contents {
    gap: 4.1rem;
  }
}
.privacy-policy__inner .privacy-policy__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  counter-increment: privacy-counter;
}
.privacy-policy__inner .privacy-policy__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #155888;
}
.privacy-policy__inner .privacy-policy__title::before {
  content: counter(privacy-counter) ". ";
}
.privacy-policy__inner .privacy-policy__text {
  line-height: 1.6;
}
.privacy-policy__inner .privacy-policy__text--bottom {
  margin-top: 6rem;
}
.privacy-policy__inner .privacy-policy__text-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.2rem;
  margin-bottom: 0.5rem;
}
.privacy-policy__inner .privacy-policy__text-list-item {
  line-height: 1;
}
.privacy-policy__inner .privacy-policy__text-list-item::before {
  content: "・";
  margin-right: -0.6rem;
}
.privacy-policy__inner .privacy-policy__link {
  color: #155888;
  opacity: 0.7;
  display: inline-block;
}
.privacy-policy__inner .privacy-policy__link:hover {
  opacity: 0.5;
}

.bg-particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bg-particles {
    display: none;
  }
}

.main {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCFDFE;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.loading__wave {
  width: 100%;
  height: 100%;
}

.loading__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24rem;
  height: 6rem;
}

.loading__icon,
.loading__text,
.loading__catch {
  will-change: transform, opacity;
}

.loading__icon {
  width: 6rem;
  height: auto;
  opacity: 0;
  display: block;
  will-change: transform, opacity;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.loading__text {
  width: auto;
  height: 80%;
  opacity: 0;
  display: block;
  will-change: transform, opacity;
  position: absolute;
  left: calc(17% + 3rem);
}

.loading__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #155888;
  opacity: 0;
  letter-spacing: 0.1em;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  .loading__catch {
    font-size: 1.4rem;
  }
}

.yellow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F6E785;
  color: #4a6070;
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1;
  padding: 1.8rem 4rem;
  border-radius: 10rem;
  transition: opacity 0.3s ease;
  box-shadow: 2px 2px 5px rgba(74, 96, 112, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.yellow-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 4px 6px 10px rgba(74, 96, 112, 0.25);
}
.yellow-button:active {
  transform: translateY(0);
  box-shadow: 2px 2px 5px rgba(74, 96, 112, 0.2);
}
@media screen and (max-width: 768px) {
  .yellow-button {
    font-size: 2rem;
  }
}
.yellow-button--top-flow {
  padding: 1.2rem 2.5rem;
  align-self: flex-start;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .yellow-button--top-flow {
    font-size: 1.6rem;
  }
}

.more-contents {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .more-contents {
    margin-top: 2.9rem;
  }
}
.more-contents .more-contents__link {
  font-family: "Zen Antique", serif;
  font-size: 2rem;
  color: #155888;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  margin: 0.2rem 0.8rem 0 0;
  padding: 0 2.7rem 0.7rem 2.8rem;
  display: inline-block;
  text-transform: capitalize;
}
.more-contents .more-contents__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: skewX(45deg) translateX(0);
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .more-contents .more-contents__link:hover {
    opacity: 0.8;
  }
  .more-contents .more-contents__link:hover::after {
    transform: skewX(50deg) translateX(1rem);
  }
}

.blue-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EEF7FF;
  color: #155888;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 1;
  padding: 1.2rem 3rem 1.4rem;
  border: 1px solid #155888;
  border-radius: 10rem;
  transition: opacity 0.3s ease;
  box-shadow: 2px 2px 5px rgba(74, 96, 112, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blue-button::after {
  background: #155888;
  border-radius: 10rem;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.blue-button:hover {
  color: #fff;
}
.blue-button:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
@media screen and (max-width: 768px) {
  .blue-button {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}

.header {
  position: relative;
}
.header .header__inner {
  width: 100%;
  margin-inline: auto;
  max-width: 144rem;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    width: 100vw;
    max-width: none;
    padding: 2rem;
    left: 0;
    transform: none;
  }
}
.header .header__logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    width: 5rem;
  }
}
@media (max-width: 999px) {
  .header .pc-navi {
    display: none;
  }
}
.header .pc-navi .pc-navi__list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.header .pc-navi .pc-navi__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  overflow: hidden;
  position: relative;
  min-width: 14rem;
}
.header .pc-navi .pc-navi__en {
  font-family: "Zen Antique", serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: normal;
  filter: blur(0px);
  opacity: 1;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.header .pc-navi .pc-navi__jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  filter: blur(5px);
  opacity: 0;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.header .pc-navi .pc-navi__link:hover .pc-navi__en {
  filter: blur(5px);
  opacity: 0;
}
.header .pc-navi .pc-navi__link:hover .pc-navi__jp {
  filter: blur(0px);
  opacity: 1;
}
.header .hamburger {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}
@media (max-width: 999px) {
  .header .hamburger {
    display: flex;
    width: 3.1rem;
    z-index: 10;
    transition: width 0.3s ease, gap 0.3s ease;
  }
  .header .hamburger.active {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    gap: 0;
    margin-right: 0.2rem;
  }
  .header .hamburger.active .hamburger__icon {
    gap: 0;
    position: relative;
  }
  .header .hamburger.active .hamburger__line {
    position: absolute;
    top: 1.5rem;
  }
  .header .hamburger.active .hamburger__line:nth-child(1) {
    transform: rotate(45deg);
  }
  .header .hamburger.active .hamburger__line:nth-child(2) {
    width: 3rem;
    transform: rotate(-45deg);
  }
  .header .hamburger.active .hamburger__text {
    display: none;
  }
}
.header .hamburger .hamburger__icon {
  width: 3.1rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.header .hamburger .hamburger__line {
  height: 0.1rem;
  background-color: #4a6070;
  transition: transform 0.3s linear, top 0.3s linear;
  border-radius: 1rem;
}
.header .hamburger .hamburger__line:nth-of-type(1) {
  width: 3rem;
}
.header .hamburger .hamburger__line:nth-of-type(2) {
  width: 1.5rem;
}
.header .hamburger .hamburger__text {
  font-size: 1.2rem;
  font-family: "Zen Antique", serif;
  letter-spacing: 0;
  line-height: 0.3;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease, margin 0.3s ease;
  white-space: nowrap;
}
.header .sp-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #EEF7FF;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 5;
  padding: 17rem 0;
}
.header .sp-navi.active {
  transform: translateX(0);
}
.header .sp-navi__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-inline: auto;
  color: #4a6070;
  line-height: normal;
  text-align: center;
}
.header .sp-navi__list .sp-navi__link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.header .sp-navi__list .sp-navi__en {
  font-family: "Zen Antique", serif;
  text-transform: uppercase;
  font-size: 2rem;
}
.header .sp-navi__list .sp-navi__jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
}
.header .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.header .overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer {
  background-color: #FCFDFE;
}
.footer .footer__inner {
  max-width: 144rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    gap: 3.1rem;
  }
}
.footer .footer-pc-navi__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.4vw;
  list-style: none;
  margin-top: 1.2rem;
}
.footer .footer-pc-navi__top-item a {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: color 0.3s ease;
}
.footer .footer-pc-navi__top-item a:hover {
  opacity: 0.7;
}
.footer .footer-sp-navi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.footer .footer-sp-navi__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  list-style: none;
}
.footer .footer-sp-navi__item a {
  font-family: "Zen Antique", serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
}
.footer .copyright {
  font-family: "Zen Antique", serif;
  font-size: 1rem;
  margin-top: 0.2rem;
}

.mv {
  position: relative;
  width: 100%;
  height: 80rem;
  z-index: 20;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 99.03svh;
  }
}
.mv .mv-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  display: block;
}
.mv .mv__image {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv .mv__image {
    aspect-ratio: 430/923;
  }
}
.mv .mv__image img {
  width: 100%;
  height: 80rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv .mv__image img {
    height: 100svh;
    max-height: 92.3rem;
  }
}
.mv .mv__inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 144rem;
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv .mv__inner {
    max-width: none;
  }
}
.mv .mv__title {
  font-family: "Zen Antique", serif;
  color: #155888;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: capitalize;
  position: absolute;
  top: 48.4%;
  left: 2.1%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .mv .mv__title {
    font-size: 1.2rem;
    top: 48.8%;
    left: 7%;
    gap: 1rem;
  }
}
.mv .mv__title::before {
  content: "";
  display: block;
  width: 7rem;
  height: 0.1rem;
  background-color: #155888;
  opacity: 0.5;
  flex-shrink: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .mv .mv__title::before {
    width: 4rem;
  }
}
.mv .mv__title.is-visible::before {
  transform: scaleX(1);
}
.mv .mv__title .mv__title-text {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  transition: width 3s ease 0.7s;
  padding-bottom: 0.3em;
  margin-bottom: -0.3em;
}
.mv .mv__title.is-visible .mv__title-text {
  width: 100%;
}
.mv .mv__title-dot {
  opacity: 0;
  animation: dotBlink 2s ease infinite;
  animation-play-state: paused;
}
.mv .mv__title-dot.is-visible {
  animation-play-state: running;
}
@keyframes dotBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.front-page .mv-news {
  opacity: 0;
}

.mv-news {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: 25.5rem;
  height: 8.9rem;
  background-color: rgba(252, 253, 254, 0.9);
  box-shadow: 0 0 1rem rgba(74, 96, 112, 0.3);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .mv-news {
    max-width: none;
    width: 14.8rem;
    height: auto;
    max-height: 8.7rem;
    bottom: 4rem;
    right: 3rem;
  }
}
.mv-news .mv-news__link {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 1.2rem;
  transition: opacity 0.3s ease;
}
.mv-news .mv-news__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .mv-news .mv-news__link {
    padding: 1rem 0.8rem;
  }
}
.mv-news .mv-news__title {
  font-family: "Zen Antique", serif;
  text-transform: capitalize;
  line-height: 1;
  padding-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  .mv-news .mv-news__title {
    font-size: 1.4rem;
    padding-left: 0.2rem;
  }
}
.mv-news .mv-news__date {
  font-family: "Zen Antique", serif;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  margin: 1rem 0 0.6rem;
}
@media screen and (max-width: 768px) {
  .mv-news .mv-news__date {
    font-size: 1rem;
    padding-left: 0.2rem;
    margin-bottom: 0.5rem;
  }
}
.mv-news .mv-news__text {
  color: #4a6070;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv-news .mv-news__text {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
}

.top-concept {
  background-color: #FCFDFE;
}
.top-concept .top-concept__inner {
  max-width: 90rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-concept .top-concept__inner {
    max-width: none;
  }
}
.top-concept .top-concept__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #155888;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-concept .top-concept__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
}
.top-concept .top-concept__text-area {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-concept .top-concept__text-area {
    gap: 3rem;
  }
}
.top-concept .top-concept__text {
  line-height: 2;
  color: #4a6070;
}
@media screen and (max-width: 768px) {
  .top-concept .top-concept__text {
    line-height: 1.8;
  }
}

.top-works {
  background-color: #EEF7FF;
}
.top-works .top-works__inner {
  max-width: 144rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .top-works .top-works__inner {
    max-width: none;
  }
}
.top-works .top-works__title-contents {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .top-works .top-works__title-contents {
    margin-bottom: 4.8rem;
  }
}
.top-works .top-works__title-contents .section__title-en-shadow::after {
  top: 7%;
  left: 44%;
}
@media screen and (max-width: 768px) {
  .top-works .top-works__title-contents .section__title-en-shadow::after {
    left: 32%;
  }
}
.top-works .top-works__tab {
  background-color: #fff;
}
.top-works .top-works__panel-area {
  display: none;
}
.top-works .top-works__panel-area.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .top-works .top-works__panel-area.active {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-works .top-works__panel-area.active {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-works .top-works-card__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .top-works .top-works-card__title {
    font-size: 2rem;
  }
}
.top-works .top-works-more-contents {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
  margin-right: 1rem;
  opacity: 0;
  filter: blur(8px);
}
@media screen and (max-width: 768px) {
  .top-works .top-works-more-contents {
    margin-top: 0.6rem;
  }
}

.top-about {
  background-color: #FCFDFE;
}
.top-about .top-about__title-contents {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .top-about .top-about__title-contents {
    margin-bottom: 4rem;
  }
}
.top-about .top-about__title-contents .section__title-en-shadow::after {
  top: 20%;
  left: 48.2%;
}
@media screen and (max-width: 768px) {
  .top-about .top-about__title-contents .section__title-en-shadow::after {
    top: 13%;
    left: 41%;
  }
}

.top-service {
  background-color: #EEF7FF;
}
.top-service .top-service__inner {
  max-width: 144rem;
}
.top-service .top-service__title-contents {
  margin-bottom: 7.9rem;
}
@media screen and (max-width: 768px) {
  .top-service .top-service__title-contents {
    margin-bottom: 4rem;
  }
}
.top-service .top-service__title-contents .top-service__title-en {
  margin-top: 0.1rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .top-service .top-service__title-contents .top-service__title-en {
    margin-left: 0.3rem;
  }
}
.top-service .top-service__title-contents .section__title-en-shadow::after {
  top: 8%;
  left: 52.5%;
}
@media screen and (max-width: 768px) {
  .top-service .top-service__title-contents .section__title-en-shadow::after {
    left: 48.5%;
  }
}
.top-service .top-service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3rem;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .top-service .top-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-service .top-service__list {
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }
}
.top-service .top-service__item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem 2.5rem 3.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px rgba(74, 96, 112, 0.15);
  opacity: 0;
  filter: blur(8px);
}
@media screen and (max-width: 768px) {
  .top-service .top-service__item {
    padding: 2.1rem 2.2rem 2rem;
  }
}
.top-service .top-service__item .top-service__img {
  height: 10rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-service .top-service__item .top-service__img--banner {
  height: 7.2rem;
  margin: 1.4rem 0;
}
.top-service .top-service__item-title-contents {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 1.7rem;
  gap: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-service .top-service__item-title-contents {
    margin: 2.1rem 0 1.8rem;
  }
}
.top-service .top-service__item-title-en {
  font-family: "Zen Antique", serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
}
.top-service .top-service__item-title-jp {
  font-size: 1.4rem;
  font-weight: 700;
  color: #90A2B2;
  line-height: 1;
}
.top-service .top-service__item-text-area {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  width: 100%;
  padding-top: 2.1rem;
  border-top: 1px solid #8BCEFF;
}
.top-service .top-service__item-text {
  line-height: 1.6;
}

.top-flow {
  background-color: #FCFDFE;
}
.top-flow .top-flow__inner {
  max-width: 104rem;
}
.top-flow .top-flow__title-contents {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .top-flow .top-flow__title-contents {
    margin-bottom: 6.1rem;
  }
}
.top-flow .top-flow__title-contents .section__title-en-shadow::after {
  top: 8%;
  left: 45%;
}
@media screen and (max-width: 768px) {
  .top-flow .top-flow__title-contents .section__title-en-shadow::after {
    left: 39%;
  }
}
.top-flow .top-flow__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
.top-flow .top-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 1.3rem;
  position: relative;
  padding-bottom: 8rem;
  opacity: 0;
  filter: blur(8px);
}
.top-flow .top-flow__item:last-child {
  padding-bottom: 0;
}
.top-flow .top-flow__item:nth-child(1) .top-flow__line {
  background: linear-gradient(to bottom, #CCEAFF, #A9D9FF);
}
.top-flow .top-flow__item:nth-child(2) .top-flow__line {
  background: linear-gradient(to bottom, #A9D9FF, #6EBBFF);
}
.top-flow .top-flow__item:nth-child(3) .top-flow__line {
  background: linear-gradient(to bottom, #6EBBFF, #49A7EE);
}
.top-flow .top-flow__item:nth-child(4) .top-flow__line {
  background: linear-gradient(to bottom, #49A7EE, #2B90D8);
}
@media screen and (max-width: 768px) {
  .top-flow .top-flow__item {
    gap: 1.3rem;
    padding-bottom: 6rem;
  }
}
.top-flow .top-flow__line {
  position: absolute;
  left: 2.2rem;
  top: 4.6rem;
  bottom: 0;
  width: 1px;
  background-color: #d9d9d9;
  z-index: 0;
  opacity: 0;
}
.top-flow .top-flow__step-num {
  width: 4.6rem;
  height: 4.6rem;
  min-width: 4rem;
  flex-shrink: 0;
  border-radius: 1rem;
  color: #fff;
  font-family: "Zen Antique", serif;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.top-flow .top-flow__step-num--1 {
  background-color: #CCEAFF;
}
.top-flow .top-flow__step-num--2 {
  background-color: #A9D9FF;
}
.top-flow .top-flow__step-num--3 {
  background-color: #6EBBFF;
}
.top-flow .top-flow__step-num--4 {
  background-color: #49A7EE;
}
.top-flow .top-flow__step-num--5 {
  background-color: #2B90D8;
}
.top-flow .top-flow__step-body {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 6.1rem;
  padding-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .top-flow .top-flow__step-body {
    flex-direction: column;
    gap: 2rem;
    padding-top: 1.1rem;
  }
}
.top-flow .top-flow__step-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  min-width: 16rem;
}
.top-flow .top-flow__step-text-area {
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.top-flow .top-flow__step-text {
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .top-flow .top-flow__step-text {
    line-height: 1.8;
  }
}

.about-top {
  background-color: #FCFDFE;
}
.about-top .about-top__inner {
  max-width: 104rem;
  text-align: center;
  padding: 11.1rem 3rem 12.1rem;
}
@media screen and (max-width: 768px) {
  .about-top .about-top__inner {
    max-width: none;
    padding: 7.2rem 3rem 8rem;
  }
}
.about-top .about-top__text {
  line-height: 2;
}

.about-profile-sec {
  background-color: #EEF7FF;
}
.about-profile-sec .about-profile-sec__inner {
  max-width: 104rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-profile-sec__inner {
    max-width: none;
  }
}
.about-profile-sec .about-profile-sec__title-contents {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-profile-sec__title-contents {
    margin-bottom: 6rem;
  }
}
.about-profile-sec .about-profile-sec__profile {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-profile-sec__profile {
    gap: 4.1rem;
    margin-bottom: 7.9rem;
  }
}
.about-profile-sec .about-profile-sec__profile-text-area {
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-profile-sec__profile-text {
    line-height: 2;
  }
}
.about-profile-sec .about-career__title-contents {
  margin-bottom: 4.8rem;
  color: #155888;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__title-contents {
    margin-bottom: 4rem;
  }
}
.about-profile-sec .about-career__title-en {
  font-size: 4.8rem;
  margin-left: 0.4rem;
}
.about-profile-sec .about-career__contents-area {
  position: relative;
  max-width: 85rem;
  margin-inline: auto;
  margin-bottom: 15rem;
}
.about-profile-sec .about-career__image {
  display: block;
  width: 100%;
}
.about-profile-sec .about-career__image img {
  width: 100%;
  height: auto;
}
.about-profile-sec .about-career__item {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.about-profile-sec .about-career__item--1 {
  max-width: 28.4rem;
  top: 5.5%;
  left: 6.2%;
}
.about-profile-sec .about-career__item--2 {
  max-width: 33.5rem;
  top: 28.9%;
  right: 0.9%;
}
.about-profile-sec .about-career__item--3 {
  max-width: 29.2rem;
  top: 52.2%;
  left: 6.2%;
}
.about-profile-sec .about-career__item--4 {
  max-width: 33.9rem;
  top: 75.6%;
  right: -0.8%;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__contents-area-sp {
    display: flex;
    gap: 3rem;
  }
}
.about-profile-sec .about-career__image-sp {
  display: block;
  width: 2.7rem;
  margin-left: -1.4rem;
}
.about-profile-sec .about-career__list-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.84rem;
  margin-top: 2rem;
}
.about-profile-sec .about-career__item-sp {
  width: 30.4rem;
}
.about-profile-sec .about-career__head {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__head {
    flex-direction: row;
    align-items: center;
    gap: 1.7rem;
    margin-bottom: 1.5rem;
  }
}
.about-profile-sec .about-career__num {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  color: #9CCCED;
  line-height: 1;
  letter-spacing: 0.15em;
}
.about-profile-sec .about-career__en {
  font-family: "Zen Antique", serif;
  font-size: 1.1rem;
  color: #9CCCED;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}
.about-profile-sec .about-career__title {
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__title {
    border-bottom: 1px solid #9CCCED;
  }
}
.about-profile-sec .about-career__text {
  line-height: 2;
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__text {
    margin-top: 1.5rem;
  }
}
.about-profile-sec .about-career__box {
  max-width: 75rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  padding: 2rem 5rem 2.1rem;
  background-color: #FCFDFE;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(74, 96, 112, 0.15);
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__box {
    flex-direction: column;
    gap: 1rem;
    margin-top: 7.4rem;
    padding: 2rem;
  }
}
.about-profile-sec .about-career__box img {
  width: 5.8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__box img {
    width: 4.5rem;
  }
}
.about-profile-sec .about-career__box-text {
  color: #155888;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about-profile-sec .about-career__box-text {
    font-size: 1.4rem;
  }
}

.about-values {
  background-color: #FCFDFE;
}
.about-values .about-values__inner {
  max-width: 107.4rem;
  padding-bottom: 11.1rem;
}
@media screen and (max-width: 768px) {
  .about-values .about-values__inner {
    max-width: none;
    padding-bottom: 12rem;
  }
}
.about-values .about-values__title-contents {
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 768px) {
  .about-values .about-values__title-contents {
    margin-bottom: 6rem;
  }
}
.about-values .about-values__title-en::after {
  left: 44%;
}
.about-values .about-values__contents {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}
@media screen and (max-width: 768px) {
  .about-values .about-values__contents {
    gap: 4.9rem;
  }
}
.about-values .about-values__item {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .about-values .about-values__item {
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
  }
}
.about-values .about-values__item img {
  width: 15.4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about-values .about-values__item img {
    width: 10rem;
  }
}
.about-values .about-values__text-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 82.7rem;
}
.about-values .about-values__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about-values .about-values__sub-title {
    text-align: center;
  }
}
.about-values .about-values__text {
  line-height: 2;
}

.about-skills {
  background-color: #EEF7FF;
}
.about-skills .about-skills__inner {
  max-width: 104rem;
}
.about-skills .about-skills__title-contents {
  margin-bottom: 7.9rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__title-contents {
    margin-bottom: 6rem;
  }
}
.about-skills .about-skills__title-en::after {
  left: 50%;
}
.about-skills .about-skills__contents {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__contents {
    gap: 3.9rem;
  }
}
.about-skills .about-skills__item {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  border-bottom: 1px solid #9CCCED;
  padding-bottom: 7.8rem;
}
.about-skills .about-skills__item:nth-child(2) {
  flex-direction: row-reverse;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item:nth-child(2) {
    flex-direction: column;
    gap: 1.9rem;
  }
}
.about-skills .about-skills__item:nth-child(2) img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item:nth-child(2) img {
    margin-bottom: 0.7rem;
  }
}
.about-skills .about-skills__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item:last-child {
    gap: 2.2rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}
.about-skills .about-skills__item img {
  height: auto;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-skills .about-skills__item .about-skills__img-1 {
  width: 34.6rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item .about-skills__img-1 {
    width: 23rem;
  }
}
.about-skills .about-skills__item .about-skills__img-2 {
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item .about-skills__img-2 {
    width: 22rem;
  }
}
.about-skills .about-skills__item .about-skills__img-3 {
  width: 35.1rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills__item .about-skills__img-3 {
    width: 23rem;
  }
}
.about-skills .about-skills__text-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
.about-skills .about-skills-item__title-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1.5rem;
  margin-inline: initial;
  margin-bottom: 1rem;
}
.about-skills .about-skills-item__title-en {
  font-family: "Zen Antique", serif;
  font-size: 3.6rem;
  line-height: 1;
  color: #155888;
  text-transform: capitalize;
  margin-left: 0;
}
.about-skills .about-skills-item__title-jp {
  color: #155888;
  font-weight: 700;
  line-height: 1;
  font-size: 1.6rem;
}
.about-skills .about-skills-item__text {
  line-height: 2;
}
.about-skills .about-skills-item__meta {
  display: flex;
  align-items: flex-start;
  gap: 1.9rem;
}
@media screen and (max-width: 768px) {
  .about-skills .about-skills-item__meta {
    flex-direction: column;
    gap: 0.7rem;
  }
}
.about-skills .about-skills-item__meta-label {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  color: #155888;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
  padding: 0.8rem 3rem 0.9rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.about-skills .about-skills-item__meta-text {
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 0.3rem;
}
.about-skills .about-skills-item__meta-text--en {
  font-family: "Zen Antique", serif;
}

.about-info {
  background-color: #FCFDFE;
}
.about-info .about-info__inner {
  max-width: 104rem;
  padding-top: 12.2rem;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__inner {
    padding-top: 8rem;
  }
}
.about-info .about-info__title-contents {
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__title-contents {
    margin-bottom: 5.9rem;
  }
}
@media screen and (max-width: 768px) {
  .about-info .about-info__title-en {
    font-size: 4rem;
  }
}
.about-info .about-info__title-en::after {
  left: 41%;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__title-en::after {
    left: 14%;
  }
}
.about-info .about-info__text-area {
  max-width: 81rem;
  margin-inline: auto;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__text-area {
    gap: 3rem;
    margin-bottom: 4.1rem;
  }
}
.about-info .about-info__sub-title {
  font-family: "Zen Antique", serif;
  font-size: 3.6rem;
  color: #155888;
  line-height: 1;
  margin-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__sub-title {
    font-size: 2.4rem;
    margin-left: 0;
  }
}
.about-info .about-info__text {
  line-height: 2;
}
.about-info .about-info__dl {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-info .about-info__row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 4.3rem;
  padding: 4rem 2.6rem 3.9rem;
  border-bottom: 1px solid #DCE7F0;
  align-items: center;
}
.about-info .about-info__row:first-child {
  padding-top: 0;
}
.about-info .about-info__row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__row {
    grid-template-columns: 10rem 1fr;
    gap: 1.4rem;
    padding: 1.95rem 0 2rem;
    white-space: nowrap;
  }
}
.about-info .about-info__dt {
  color: #155888;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__dt {
    font-size: 1.4rem;
  }
}
.about-info .about-info__dd {
  color: #155888;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .about-info .about-info__dd {
    font-size: 1.4rem;
  }
}

.news-archive__inner {
  max-width: 96rem;
  padding-top: 7.2rem;
  padding-bottom: 11.3rem;
}
@media screen and (max-width: 768px) {
  .news-archive__inner {
    max-width: none;
    padding-top: 4.2rem;
    padding-bottom: 7.3rem;
  }
}
.news-archive__inner .news-archive__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-archive__inner .news-archive__item {
  width: 100%;
}
.news-archive__inner .news-archive__item:last-child {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .news-archive__inner .news-archive__item:last-child {
    margin-bottom: 2.7rem;
  }
}
.news-archive__inner .news-archive__card {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 4.5rem;
  padding: 4rem 0;
  border-bottom: 1px solid #DCE7F0;
}
@media screen and (max-width: 768px) {
  .news-archive__inner .news-archive__card {
    gap: 2.5rem;
    padding: 3.1rem 0;
  }
}
.news-archive__inner .news-archive__date {
  color: #155888;
  line-height: 1.3;
  font-family: "Zen Antique", serif;
}
.news-archive__inner .news-archive__title {
  color: #155888;
  line-height: 1.3;
  font-weight: 700;
}

.news-single {
  background-color: #FCFDFE;
}
.news-single .news-single__inner {
  max-width: 96rem;
  padding-top: 11.1rem;
}
@media screen and (max-width: 768px) {
  .news-single .news-single__inner {
    max-width: none;
    padding-top: 8.1rem;
  }
}
.news-single .news-single-article__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #155888;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .news-single .news-single-article__header {
    margin-bottom: 3rem;
  }
}
.news-single .news-single-article__title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news-single .news-single-article__title {
    font-size: 2rem;
  }
}
.news-single .news-single-article__date {
  font-size: 1.4rem;
  font-family: "Zen Antique", serif;
}
.news-single .news-single__detail {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .news-single .news-single__detail {
    margin-bottom: 6.3rem;
  }
}
.news-single .news-single__detail h2 {
  font-size: 2rem;
  line-height: 1.4;
  color: #155888;
  margin: 4rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .news-single .news-single__detail h2 {
    margin-top: 2.5rem;
  }
}
.news-single .news-single__detail h3 {
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  margin: 4rem 0 1rem;
}
.news-single .news-single__detail h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 0.5rem;
  height: 1em;
  background-color: #155888;
}
@media screen and (max-width: 768px) {
  .news-single .news-single__detail h3 {
    margin-top: 2.5rem;
  }
}
.news-single .news-single__detail p {
  line-height: 1.8;
}

.works-archive .works-archive__inner {
  padding: 11.2rem 3rem;
  max-width: 95rem;
}
@media screen and (max-width: 768px) {
  .works-archive .works-archive__inner {
    padding: 7.3rem 2rem 7.6rem;
  }
}
.works-archive .works-archive__panel-area {
  display: none;
}
.works-archive .works-archive__panel-area.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1rem;
}
@media screen and (max-width: 768px) {
  .works-archive .works-archive__panel-area.active {
    grid-template-columns: 1fr;
    gap: 2.9rem;
  }
}

.works__tab-area {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .works__tab-area {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
}

.works__tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .works__tab-list {
    gap: 1rem;
  }
}

.works__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EEF7FF;
  font-family: "Zen Antique", serif;
  font-size: 2rem;
  color: #155888;
  border-radius: 3rem;
  box-shadow: 2px 2px 5px rgba(74, 96, 112, 0.2);
  padding: 0.8rem 2rem 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
}
.works__tab.active {
  background-color: #155888;
  color: #fff;
}
@media (any-hover: hover) {
  .works__tab.active:hover {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .works__tab:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: ripple 1.5s infinite;
    color: #155888;
  }
}
.works__tab:focus:not(:focus-visible) {
  outline: none;
}
.works__tab:focus-visible {
  outline: 2px solid #8BCEFF;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #155888;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@media screen and (max-width: 768px) {
  .works__tab {
    font-size: 1.6rem;
    padding-bottom: 0.9rem;
  }
}

.works-card {
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: blur(8px);
  transition: none;
}
.works-card .works-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
}
.works-card .works-card__link:hover {
  opacity: 0.75;
}
.works-card .works-card__img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(74, 96, 112, 0.15);
}
@media screen and (max-width: 768px) {
  .works-card .works-card__img {
    margin-bottom: 1rem;
  }
}
.works-card .works-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.works-card:hover .works-card__img img {
  transform: scale(1.03);
}
.works-card .works-card__category {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  color: #8BCEFF;
  line-height: 1;
  margin-bottom: 1rem;
}
.works-card .works-card__category::before {
  content: "# ";
}
.works-card .works-card__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.works-card .works-card__tags {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  color: #90A2B2;
  line-height: 1;
  text-transform: capitalize;
}

section[class^=works-single] {
  background-color: #FCFDFE;
}
section.works-single__detail {
  background-color: #EEF7FF;
}

.works-single__inner {
  max-width: 126rem;
}
@media screen and (max-width: 768px) {
  .works-single__inner {
    max-width: none;
  }
}

.works-single__top .works-single__inner {
  padding-top: 11.1rem;
}
@media screen and (max-width: 768px) {
  .works-single__top .works-single__inner {
    padding-top: 7.3rem;
  }
}
.works-single__top .works-single__info {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 4rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .works-single__top .works-single__info {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .works-single__top .works-single__info .works-single__contents-area {
    grid-row: 2;
  }
  .works-single__top .works-single__info .works-single__thumbnail {
    grid-row: 1;
  }
}
.works-single__top .works-single__contents-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.works-single__top .works-single__category {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  color: #8BCEFF;
  line-height: 1;
}
.works-single__top .works-single__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #155888;
  line-height: 1.5;
}
.works-single__top .works-single__company {
  color: #90A2B2;
  line-height: 1.5;
}
.works-single__top .works-single__url {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #155888;
  opacity: 0.7;
  display: inline-block;
  word-break: break-all;
  transition: opacity 0.3s ease;
}
.works-single__top .works-single__url:hover {
  opacity: 0.5;
}
.works-single__top .works-single__basic {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.3rem 0;
}
.works-single__top .works-single__basic-label {
  font-size: 1.4rem;
  color: #155888;
  white-space: nowrap;
  line-height: 1;
  background-color: #EEF7FF;
  border-radius: 0.5rem;
  padding: 0.8rem 0.9rem 0.9rem;
  width: 10rem;
  text-align: center;
}
.works-single__top .works-single__basic-info {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.works-single__top .works-single__basic-item {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  color: #4a6070;
  display: flex;
  gap: 1rem;
  line-height: 1;
}
.works-single__top .works-single__basic-item span {
  color: #8BCEFF;
  min-width: 4rem;
}
.works-single__top .works-single__description {
  color: #4a6070;
  line-height: 2;
  margin: 2rem 0;
}
.works-single__top .works-single__meta-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.works-single__top .works-single__meta-label {
  font-family: "Zen Antique", serif;
  font-size: 1.4rem;
  color: #155888;
  padding: 0.8rem 2rem 0.9rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
  background-color: #EEF7FF;
  width: 10rem;
  text-align: center;
}
.works-single__top .works-single__meta-value {
  font-size: 1.4rem;
  color: #4a6070;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: capitalize;
}
.works-single__top .works-single__thumbnail {
  box-shadow: 0 0 10px rgba(74, 96, 112, 0.3);
  border-radius: 1rem;
}
.works-single__top .works-single__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.works-single__top .works-password-form__text-area {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .works-single__top .works-password-form__text-area {
    margin-top: 0.4rem;
  }
}
.works-single__top .works-password-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .works-single__top .works-password-form {
    margin-bottom: 5rem;
  }
}
.works-single__top .works-password-form__field {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.works-single__top .works-password-form__input {
  border: 1px solid #DCE7F0;
  border-radius: 0.5rem;
  background-color: #fff;
  width: 28rem;
  height: 5rem;
  padding: 1.5rem 1rem;
}
.works-single__top .works-password-form__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #155888;
  color: #EEF7FF;
  border-radius: 3rem;
  box-shadow: 2px 2px 5px rgba(74, 96, 112, 0.2);
  padding: 0.8rem 2rem 1.2rem;
  cursor: pointer;
  line-height: 1;
}
@media (any-hover: hover) {
  .works-single__top .works-password-form__btn:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: ripple 1.5s infinite;
  }
}
.works-single__top .works-password-form__btn:focus:not(:focus-visible) {
  outline: none;
}
.works-single__top .works-password-form__btn:focus-visible {
  outline: 2px solid #8BCEFF;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #155888;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}

.works-single__detail {
  background-color: #EEF7FF;
}
@media screen and (max-width: 768px) {
  .works-single__detail .works-single__inner {
    padding-bottom: 7.8rem;
  }
}
.works-single__detail .works-single__detail-contents {
  margin-inline: auto;
  max-width: 90rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.works-single__detail .works-single__detail-row {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 4rem;
  padding: 3rem 0;
  border-bottom: 0.1rem solid rgba(139, 206, 255, 0.3);
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .works-single__detail .works-single__detail-row {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.85rem 0;
  }
}
.works-single__detail .works-single__detail-row:first-child {
  padding-top: 0;
}
.works-single__detail .works-single__detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.works-single__detail .works-single__detail-title {
  font-weight: 700;
  color: #155888;
  line-height: 2;
}
.works-single__detail .works-single__detail-text {
  color: #4a6070;
  line-height: 2;
}

.works-single__design .works-single__inner {
  max-width: 137rem;
}
@media screen and (max-width: 768px) {
  .works-single__design .works-single__inner {
    max-width: none;
    padding: 8rem 1.5rem;
  }
}
.works-single__design .works-single__device-tabs {
  display: flex;
  gap: 2rem;
  margin-bottom: 8.3rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .works-single__design .works-single__device-tabs {
    display: none;
  }
}
.works-single__design .works-single__device-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EEF7FF;
  font-family: "Zen Antique", serif;
  font-size: 2rem;
  color: #155888;
  padding: 0.8rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  border-radius: 3rem;
  box-shadow: 2px 2px 5px rgba(74, 96, 112, 0.2);
}
.works-single__design .works-single__device-tab.active {
  background-color: #155888;
  color: #EEF7FF;
}
@media (any-hover: hover) {
  .works-single__design .works-single__device-tab.active:hover {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .works-single__design .works-single__device-tab:hover {
    background-position: right center;
    background-size: 200% auto;
    animation: ripple 1.5s infinite;
    color: #155888;
  }
}
.works-single__design .works-single__device-tab:focus:not(:focus-visible) {
  outline: none;
}
.works-single__design .works-single__device-tab:focus-visible {
  outline: 2px solid #8BCEFF;
}
.works-single__design .works-single__scroll-wrap {
  position: relative;
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .works-single__design .works-single__scroll-wrap--pc {
    display: none;
  }
}
.works-single__design .works-single__scroll-wrap--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .works-single__design .works-single__scroll-wrap--sp {
    display: flex;
    gap: 1.5rem;
  }
}
.works-single__design .works-single__scroll-area {
  flex: 1;
  max-width: 120rem;
  max-height: 70rem;
  aspect-ratio: 12/7;
  margin-left: 5.1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #EEF7FF;
  border: 1px solid #DAE7F2;
  border-radius: 1rem;
}
.works-single__design .works-single__scroll-area:focus:not(:focus-visible) {
  outline: none;
}
.works-single__design .works-single__scroll-area:focus-visible {
  outline: 2px solid #8BCEFF;
}
.works-single__design .works-single__scroll-area::-webkit-scrollbar {
  display: none;
}
.works-single__design .works-single__scroll-area {
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .works-single__design .works-single__scroll-area {
    max-width: none;
    max-height: none;
    min-height: 65rem;
    margin-left: 4.9rem;
    aspect-ratio: 6/13;
  }
}
.works-single__design .works-single__device-panel {
  display: none;
}
.works-single__design .works-single__device-panel.active {
  display: block;
}
.works-single__design .works-single__device-panel img {
  width: 100%;
  height: auto;
  display: block;
}
.works-single__design .works-single__device-panel--sp img {
  width: auto;
  margin-inline: auto;
}
.works-single__design .works-single__scroll-indicator {
  display: block;
  text-align: center;
  flex-shrink: 0;
}
.works-single__design .works-single__scroll-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: #4a6070;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.works-single__design .works-single__scroll-mouse {
  position: relative;
  display: block;
  width: 3.5rem;
  height: 5.5rem;
  margin: 0 auto 1rem;
  box-sizing: border-box;
  border: 1px solid #4a6070;
  border-radius: 2.3rem;
}
.works-single__design .works-single__scroll-mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  background: #4a6070;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
.works-single__design .works-single__scroll-text {
  text-transform: capitalize;
  writing-mode: vertical-rl;
  font-family: "Zen Antique", serif;
  font-size: 1.6rem;
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}

.works-single__gallery .works-single__gallery-contents {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .works-single__gallery .works-single__gallery-contents {
    gap: 6rem;
  }
}
.works-single__gallery .works-single__gallery-item {
  box-shadow: 0 0 10px rgba(74, 96, 112, 0.3);
  border-radius: 1rem;
}
.works-single__gallery .works-single__gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}

.works-single__bottom .works-single__inner {
  padding-top: 0;
}
.works-single__bottom .works-single__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .works-single__bottom .works-single__pagination {
    margin-bottom: 5.7rem;
  }
}
.works-single__bottom .works-single__pagination-prev,
.works-single__bottom .works-single__pagination-next {
  flex: 1;
}
.works-single__bottom .works-single__pagination-next {
  display: flex;
  justify-content: flex-end;
}
.works-single__bottom .works-single__pagination-link {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  transition: opacity 0.3s ease;
}
.works-single__bottom .works-single__pagination-link:hover {
  opacity: 0.7;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .works-single__bottom .works-single__pagination-link {
    flex-direction: column-reverse;
    gap: 0.9rem;
    align-items: flex-start;
  }
  .works-single__bottom .works-single__pagination-link--next {
    flex-direction: column;
    align-items: flex-end;
  }
}
.works-single__bottom .works-single__pagination-link img {
  width: 15rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(74, 96, 112, 0.3);
}
.works-single__bottom .works-single__pagination-label {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .works-single__bottom .works-single__pagination-label {
    gap: 1.9rem;
  }
}
.works-single__bottom .works-single__pagination-arrow {
  font-size: 1rem;
  color: #8BCEFF;
}
.works-single__bottom .works-single__pagination-text {
  font-family: "Zen Antique", serif;
  color: #4a6070;
  line-height: 1;
  text-transform: capitalize;
  margin-right: 3rem;
  padding-top: 0.2rem;
}
.works-single__bottom .works-single__pagination-text--next {
  margin-right: 0;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .works-single__bottom .works-single__pagination-text {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-top {
  background-color: #FCFDFE;
}
.contact-top .contact-top__inner {
  text-align: center;
  padding: 11.1rem 3rem 12.1rem;
}
@media screen and (max-width: 768px) {
  .contact-top .contact-top__inner {
    padding: 7.2rem 3rem 8rem;
  }
}
.contact-top .contact-top__text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-top .contact-top__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.contact-form .contact-form__inner {
  padding-top: 0;
  max-width: 96rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__inner {
    max-width: none;
  }
}
.contact-form .contact-form__area {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__area {
    gap: 5rem;
  }
}
.contact-form .contact-form__row {
  display: grid;
  grid-template-columns: 21rem 1fr;
  gap: 9rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.contact-form .contact-form__row--inquiry-type {
  align-items: flex-start;
}
.contact-form .contact-form__row--inquiry-details {
  align-items: flex-start;
}
.contact-form .contact-form__question {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__question {
    gap: 1rem;
  }
}
.contact-form .contact-form__question--inquiry-type {
  align-items: flex-start;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__question--inquiry-type {
    margin-top: 0;
  }
}
.contact-form .contact-form__question--inquiry-details {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__question--inquiry-details {
    margin-top: 0.2rem;
  }
}
.contact-form .contact-form__question-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__question-item {
    gap: 0.5rem;
  }
}
.contact-form .contact-form__icon {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 0.4rem 1.2rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #155888;
}
.contact-form .contact-form__icon--any {
  color: #4a6070;
  background-color: #DCEEFF;
}
.contact-form .contact-form__question-text {
  line-height: 1.2;
}
.contact-form .contact-form__question-text--note {
  font-size: 1.2rem;
}
.contact-form .contact-form__box {
  background-color: #fff;
  border: 1px solid #DCE7F0;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 60rem;
  height: 5rem;
  padding: 0 1.2rem;
}
.contact-form .contact-form__box--inquiry-details {
  height: 12rem;
  padding: 0.5rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__box {
    max-width: none;
  }
}
.contact-form .contact-form__checkbox-list .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 18rem 23rem 1fr;
  gap: 2rem 3rem;
}
@media (max-width: 1000px) {
  .contact-form .contact-form__checkbox-list .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__checkbox-list .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0;
  }
}
.contact-form .contact-form__checkbox-list .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__checkbox-list .wpcf7-list-item:nth-child(1), .contact-form .contact-form__checkbox-list .wpcf7-list-item:nth-child(2) {
    grid-column: 1/-1;
  }
}
.contact-form .contact-form__checkbox-list .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 3.9rem;
  font-size: clamp(1rem, 3.25vw, 1.4rem);
}
.contact-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.1rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #DCE7F0;
  border-radius: 0.5rem;
}
.contact-form input[type=checkbox] + span::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: 1.6rem;
  font-weight: 900;
  font-style: normal;
  color: #155888;
  position: absolute;
  top: 50%;
  left: 0.9rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}
.contact-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-form .contact-form__privacy-policy {
  margin-inline: auto;
  margin-top: -4.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__privacy-policy {
    margin-inline: initial;
    margin-top: -3.5rem;
  }
}
.contact-form .contact-form__privacy-policy .wpcf7-list-item-label {
  padding-left: 1.6rem;
  margin-right: 2.8rem;
}
.contact-form .contact-form__privacy-policy input[type=checkbox] + span::before {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.contact-form .contact-form__privacy-policy input[type=checkbox] + span::after {
  content: "";
  background-color: #155888;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  left: 0.5rem;
}
.contact-form .contact-form__privacy-policy-link {
  color: #2B90D8;
  display: inline-block;
}
.contact-form .contact-form__submit {
  width: 12rem;
  text-align: center;
  margin-inline: auto;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-form__submit {
    width: 11rem;
    margin-top: -1rem;
  }
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-response-output {
  display: none;
}
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #4a6070;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.contact-thanks__inner {
  max-width: 96rem;
}
@media screen and (max-width: 768px) {
  .contact-thanks__inner {
    max-width: none;
  }
}
.contact-thanks__inner .contact-thanks__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .contact-thanks__inner .contact-thanks__contents {
    gap: 6rem;
  }
}
.contact-thanks__inner .contact-thanks__head {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #2B90D8;
}
@media screen and (max-width: 768px) {
  .contact-thanks__inner .contact-thanks__head {
    font-size: 2.4rem;
  }
}
.contact-thanks__inner .contact-thanks__text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-thanks__inner .contact-thanks__text-area {
    align-items: flex-start;
    text-align: left;
  }
}
.contact-thanks__inner .contact-thanks__text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-thanks__inner .contact-thanks__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}/*# sourceMappingURL=style.css.map */