@charset "UTF-8";
:root {
  --header-height: 80px;
}
@media (max-width: 767px) {
  :root {
    --header-height: 72px;
  }
}

/*! 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;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1E2A38;
  background-color: #FFFFFF;
}

.bg-color {
  background-color: #F4F7F9;
}

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

a {
  color: #1E2A38;
}

img {
  max-width: 100%;
}

p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .indent {
    display: block;
    text-indent: 2em;
  }
}

.current-menu-item > a {
  color: #95AABC;
  font-weight: 700;
}

.no-header {
  margin-top: var(--header-height);
}

.breadcrumb__inner {
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    font-size: 0.875rem;
  }
}
.breadcrumb__inner a {
  transition: all 0.6s ease;
}
.breadcrumb__inner a:hover {
  color: #95AABC;
}
.breadcrumb__inner span:first-child {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner span:first-child {
    margin-right: 1px;
  }
}
.breadcrumb__inner span:nth-child(n+1) {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner span:nth-child(n+1) {
    margin-left: 1px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border-radius: 22px;
  border: 1px solid #D99A5B;
  color: #D99A5B;
  font-weight: 500;
  transition: all 0.6s ease;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
}
.btn:hover {
  background-color: #D99A5B;
  color: #FFFFFF;
}
.btn:hover .btn__text {
  transform: translateX(0);
}
.btn:hover .btn__arrow {
  background-color: #FFFFFF;
  opacity: 1;
  transform: translateX(0);
}
.btn:hover .btn__arrow::after {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 7px 16px;
  }
}
.btn--mv {
  font-size: 1.25rem;
  padding: 8px 40px;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  .btn--mv {
    width: 100%;
    padding: 7px 16px;
  }
}
.btn__text {
  transform: translateX(20px);
  transition: all 0.6s ease;
}
.btn__arrow {
  position: relative;
  width: 32px;
  height: 1px;
  background-color: #D99A5B;
  margin-top: 6px;
  margin-left: 8px;
  transform: translateX(-20px);
  transition: all 0.6s ease;
  opacity: 0;
}
.btn__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 1px;
  background-color: #D99A5B;
  transform-origin: right bottom;
  transform: rotate(45deg);
  transition: all 0.6s ease;
}

.content-header {
  background-color: #95AABC;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
}
@media screen and (max-width: 767px) {
  .content-header {
    padding: 12px;
  }
}
.content-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .content-header h3 {
    font-size: 1rem;
    padding-left: 16px;
  }
}
.content-header h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-10deg);
  width: 10px;
  height: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .content-header h3::before {
    width: 6px;
    height: 24px;
  }
}
.content-header span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .content-header span {
    display: none;
  }
}
.content-header--com {
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-header--com span {
  font-size: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .content-header--com span {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .content-header--com span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content-header--com span {
    display: none;
  }
}

.hamburger {
  display: none;
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #4F7396;
  transition: 0.6s ease;
  left: 0;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line:nth-child(3) {
  bottom: 0;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.page-header {
  margin-top: var(--header-height);
}
.page-header__title {
  background-color: #DFE7F0;
  padding: 24px 48px 48px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .page-header__title {
    padding: 16px;
  }
}
.page-header__en {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-header__en {
    font-size: 1.5rem;
  }
}
.page-header__jp {
  margin-top: 56px;
  font-size: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-header__jp {
    margin-top: 40px;
    font-size: 1rem;
  }
}

/* スクロールインジケーターをまとめるコンテナ */
.scroll-indicator {
  position: absolute;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; /* テキストと矢印の間隔 */
}

/* 矢印の配置領域 */
.arrow-wrapper {
  position: relative;
  width: 16px;
  height: 48px; /* 矢印の全長 */
}

/* 矢印の共通形状（縦線＋V字） */
.arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 矢印の縦線部分 */
.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

/* 矢印の先端（V字）部分 */
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid currentColor;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

/* 1. ベースとなる半透明の矢印 */
.arrow-base {
  color: rgba(255, 255, 255, 0.4);
}

/* 2. 上から下へ白く光るアニメーション用の矢印 */
.arrow-highlight {
  color: rgb(255, 255, 255);
  /* clip-pathアニメーションで表示領域を変化させる */
  animation: flowDown 2s cubic-bezier(0.6, 0.05, 0.4, 1) infinite;
}

/* アニメーションのキーフレーム定義 */
@keyframes flowDown {
  0% {
    /* 最初は全て隠す */
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  40% {
    /* 上から下へ表示領域が伸びて全体が見える状態に */
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  60% {
    /* 少しの間、全体が白い状態をキープ */
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    /* 上から下へ表示領域が縮んで隠れていく */
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header + * {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .section-header + * {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .section-header + * {
    margin-top: 32px;
  }
}
.section-header__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #415A80;
}
@media screen and (max-width: 767px) {
  .section-header__title {
  font-size: 1.5rem;
  }
}
.section-header__link {
  font-family: "Montserrat", sans-serif;
}

.works-category {
  display: inline-block;
  padding: 2px 16px 4px;
  background-color: #95AABC;
  color: #FFFFFF;
  border: 1px solid #95AABC;
  border-radius: 16px;
}

.works-tag {
  display: inline-block;
  padding: 2px 16px 4px;
  color: #95AABC;
  border: 1px solid #95AABC;
  border-radius: 16px;
}

/* =====================================================
   パソコン用ヘッダー
===================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  z-index: 90;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header__title a {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #415A80;
}
@media screen and (max-width: 767px) {
  .header__title a {
    font-size: 1.5rem;
  }
}
.header__title a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav__list {
  display: flex;
  gap: 24px;
}
.nav__list a {
  transition: all 0.6s ease;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav__list a:hover {
  color: #4F7396;
  border-bottom: 3px solid #4F7396;
}
.nav__list .is-active > a {
  color: #4F7396;
  border-bottom: 3px solid #4F7396;
}

/* =====================================================
   スマホ・タブレット用メニュー
===================================================== */
.header__sp-nav {
  position: fixed;
  top: var(--header-height);
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: calc(100vh - var(--header-height));
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.6s ease;
  z-index: 80;
  padding: 24px;
}
.header__sp-nav.is-active {
  transform: translateX(0);
}

.sp-nav__list {
  display: flex;
  flex-direction: column;
}
.sp-nav__item {
  border-bottom: 1px solid #999999;
  position: relative;
}
.sp-nav__item a {
  display: block;
  padding: 16px 8px;
  padding-right: 24px;
  text-decoration: none;
  color: inherit;
}
.sp-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* =====================================================
   スクロール禁止用のクラス（bodyに付与します）
===================================================== */
body.is-noscroll {
  overflow: hidden;
}

/* =====================================================
   オーバーレイのスタイル
===================================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 75;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #415A80;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}
.footer__nav {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer__nav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.footer__nav a {
  color: #FFFFFF;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .footer__nav a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.footer__nav a:hover {
  color: #95AABC;
}
.footer__copyright {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
}

#go-top {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 70;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #FFFFFF;
  border: 1px solid #95AABC;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #go-top {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}
#go-top::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #95AABC;
  /* 矢印の線の太さと色（白） */
  border-right: 3px solid #95AABC;
  transform: rotate(-45deg);
  /* 傾けて上向きの矢印にする */
  margin-top: 6px;
  /* 矢印の位置を少し下げる（中央調整） */
}
#go-top:hover {
  cursor: pointer;
  scale: 1.1;
}
#go-top.show {
  opacity: 1;
  /* 不透明にする（見えるようにする） */
  visibility: visible;
  /* クリックできるようにする */
}

/* =====================================================
   基本幅
===================================================== */
.base-inner {
  width: 83.3333333333%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .base-inner {
    width: 89.3333333333%;
  }
}

/* =====================================================
   基本幅
===================================================== */
.wideInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* =====================================================
   ナロー幅
===================================================== */
.narrow-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.error-404__body {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .error-404__body {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .error-404__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.error-404__body {
  text-align: center;
}
.error-404__title {
  font-size: 2rem;
  font-weight: 700;
}
.error-404__subtitle {
  margin-top: 16px;
  font-weight: 700;
}
.error-404__content {
  margin-top: 40px;
}
.error-404__back-to-home {
  margin-top: 64px;
}

/* =====================================================
About
===================================================== */
.about {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .about {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about__inner {
  position: relative;
}
.about__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/logo.png") no-repeat right bottom/160px;
}
@media screen and (max-width: 767px) {
  .about__inner::before {
    background-position: right 0 bottom 32px;
    opacity: 0.1;
  }
}
.about__text {
  width: 60%;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 32px;
  border-bottom: 3px solid #415A80;
}
@media screen and (max-width: 767px) {
  .about__text {
    width: 100%;
  }
}
.about__img {
  text-align: right;
}
.about__img img {
  width: 160px;
  height: auto;
}

/* =====================================================
   Outline
===================================================== */
.outline {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .outline {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .outline {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.outline__list {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .outline__list {
    width: 100%;
  }
}
.outline__row {
  display: grid;
  grid-template-columns: 144px 1fr;
  row-gap: 8px;
  border-bottom: 1px solid #95AABC;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .outline__row {
    grid-template-columns: 1fr;
  }
}
.outline__row dt {
  grid-column: 1;
  font-weight: 700;
  white-space: nowrap;
}
.outline__row dd {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .outline__row dd {
    grid-column: 1;
  }
  .outline__row dd:first-of-type {
    margin-top: 8px;
  }
}

/* =====================================================
   フォーム共通
===================================================== */
.contact-form {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .contact-form {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.form-row + .form-row {
  margin-top: 32px;
}

.form-row__title {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form-row__title {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.is-required {
  display: inline-block;
  background-color: #4F7396;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 4px 16px;
  margin-left: 16px;
  font-size: 0.75rem;
}

.not-required {
  display: inline-block;
  background-color: #95AABC;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 4px 16px;
  margin-left: 16px;
  font-size: 0.75rem;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-response-output {
  border-color: #95AABC;
  padding: 0.5em 1em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  background-color: #F4F7F9;
  margin-top: 8px;
  padding: 16px;
  border-radius: 4px;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

input::placeholder,
textarea::placeholder {
  color: #95AABC;
}

/* =====================================================
   ラジオボタン：お問い合せ種別
===================================================== */
.form-radio .radio-choices {
  margin-top: 16px;
}
.form-radio .wpcf7-list-item {
  display: block;
  margin-top: 8px;
}
.form-radio .wpcf7-list-item:first-child {
  margin-top: 0;
}

/* --- ラジオボタンのカスタムデザイン --- */
/* 1. デフォルトのラジオボタンを隠す */
.radio-choices input[type=radio] {
  position: absolute;
  opacity: 0;
}

/* 2. テキスト部分（span）を基準に設定する */
.radio-choices .wpcf7-list-item label {
  position: relative;
  padding-left: 32px;
  /* 丸を配置するための余白 */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  /* 丸のサイズと合わせるとテキストが綺麗に中央に揃います */
}

/* 3. 独自の丸（外側のグレーの枠線）を作る */
.radio-choices .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #95AABC;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}

/* 4. 内側の緑色の丸（初期状態は透明）を作る */
.radio-choices .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  /* 外側の丸のど真ん中に来るように計算 */
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #4F7396;
  border-radius: 50%;
  opacity: 0;
  /* 初期状態は非表示 */
  transition: opacity 0.3s ease;
}

/* --- チェック時の動き --- */
/* 5. チェックされた時、外側の丸の枠線を指定の色にする */
.radio-choices input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #4F7396;
}

/* 6. チェックされた時、内側の指定の色の丸を表示する！ */
.radio-choices input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 不透明にして表示 */
}

/* =====================================================
   チェックボックス:プライバシーポリシーに同意
===================================================== */
/* --- チェックボックスのカスタムデザイン --- */
.custom-checkbox {
  margin-top: 24px;
}

/* 1. デフォルトのチェックボックスを隠す */
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

/* 2. テキスト部分（span）を基準に設定する */
.custom-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  /* 四角を配置するための余白 */
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
}

/* 3. 独自の四角い枠を作る */
.custom-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #95AABC;
  /* 通常時の枠線の色 */
  border-radius: 4px;
  /* 少しだけ角を丸くする */
  background-color: #FFFFFF;
  transition: border-color 0.6s ease;
}

/* 4. 指定の色のチェックマークを作る（初期状態は透明） */
/* ※長方形の右と下の枠線だけを描画し、45度回転させて「レ」の字を作ります */
.custom-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  /* 枠の真ん中に来るように微調整 */
  transform: translateY(-65%) rotate(45deg);
  /* 位置を少し上にズレさせて45度回転 */
  width: 8px;
  /* チェックマークの横幅 */
  height: 16px;
  /* チェックマークの縦幅 */
  border-right: 3px solid #4F7396;
  /* 緑色の線（右） */
  border-bottom: 3px solid #4F7396;
  /* 緑色の線（下） */
  opacity: 0;
  /* 初期状態は非表示 */
  transition: opacity 0.6s ease;
}

/* --- チェック時の動き --- */
/* 5. チェックされた時、外側の四角の枠線を指定の色にする */
.custom-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #4F7396;
}

/* 6. チェックされた時、緑色のチェックマークを表示する！ */
.custom-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  /* 不透明にして表示 */
}

.custom-checkbox a {
  text-decoration: underline;
  color: #4F7396;
}

/* =====================================================
   送信ボタン
===================================================== */
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #D99A5B;
  border-radius: 4px;
  color: #D99A5B;
  cursor: pointer;
  display: inline-block;
  padding: 9px 56px;
  text-decoration: none;
  transition: all 0.6s ease 0s;
  width: auto;
  margin-top: 40px;
  text-align: center;
  border-radius: 22px;
}
@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=button] {
    width: 100%;
  }
}

input[type=submit]:hover,
input[type=button]:hover {
  background-color: #D99A5B;
  color: #FFFFFF;
}

/* =====================================================
   メインビジュアル
===================================================== */
.mv {
  margin-top: var(--header-height);
  position: relative;
}
.mv__inner {
  display: flex;
  align-items: center;
  min-height: calc(100svh - var(--header-height) - 96px);
  background: url("../img/mv.webp") no-repeat center/cover;
  position: relative;
  z-index: 30;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .mv__inner {
    min-height: calc(100svh - var(--header-height) - 56px);
    background: url("../img/mv-vertical.webp") no-repeat center/cover;
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mv__content {
  padding: 32px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  width: 464px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 30px rgba(30, 42, 56, 0.1);
}
@media screen and (max-width: 1199px) {
  .mv__content {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (max-width: 767px) {
  .mv__content {
    padding: 16px;
    width: 100%;
  }
}
.mv__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.25rem;
    white-space: nowrap;
  }
}
.mv__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 1rem;
  }
}
.mv__btn {
  display: inline-block;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .mv__btn {
    display: block;
    margin-top: 40px;
  }
}

/* =====================================================
   About
===================================================== */
.front-about {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .front-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .front-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.front-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.front-about__content {
  width: 560px;
}
@media screen and (max-width: 1199px) {
  .front-about__content {
    width: 432px;
  }
}
@media screen and (max-width: 767px) {
  .front-about__content {
    width: 100%;
  }
}
.front-about__text {
  text-align: justify;
  line-height: 1.8;
  padding-bottom: 32px;
  border-bottom: 3px solid #415A80;
}
@media screen and (max-width: 767px) {
  .front-about__text {
    padding-bottom: 24px;
  }
}
.front-about__img {
  width: 144px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .front-about__img {
    display: none;
  }
}

/* =====================================================
   Services
===================================================== */
.services {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .services {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.services__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}
@media screen and (max-width: 1199px) {
  .services__content {
    grid-template-columns: 1fr;
  }
}

.services-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 3px solid #415A80;
}
@media screen and (max-width: 1199px) {
  .services-card {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .services-card {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .services-card__header {
    flex: 0 0 264px;
  }
}
@media screen and (max-width: 767px) {
  .services-card__header {
    flex: 1;
  }
}
.services-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.services-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-card__title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.125rem;
}
.services-card__text {
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .services-card__text {
    flex: 1;
  }
}

/* =====================================================
   works
===================================================== */
.front-works {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .front-works {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .front-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.front-works__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px;
}
@media screen and (max-width: 1199px) {
  .front-works__content {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.front-works-card__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.front-works-card__link:hover .front-works-card__img {
  overflow: hidden;
}
.front-works-card__link:hover .front-works-card__img img {
  transform: scale(1.05);
}
.front-works-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.front-works-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.front-works-card__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-works-card__desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.front-works-card__title {
  font-weight: 700;
}

.page-template {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .page-template {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .page-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template__inner > h1 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .page-template__inner > h1 {
    font-size: 1.5rem;
  }
}
.page-template__inner > h2 {
  margin-top: 72px;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .page-template__inner > h2 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .page-template__inner > h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.page-template__inner > h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0.875em;
  text-indent: -0.875em;
}
@media screen and (max-width: 767px) {
  .page-template__inner > h3 {
    font-size: 1rem;
  }
}
.page-template__inner > ul {
  margin-top: 24px;
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (max-width: 1199px) {
  .page-template__inner > ul {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-template__inner > ul {
    margin-top: 8px;
  }
}
.page-template__inner > ul li {
  line-height: 1.8;
}
.page-template__inner > p {
  text-align: justify;
  line-height: 1.8;
}

.single-works {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .single-works {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .single-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.single-works-item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .single-works-item {
    flex-direction: column;
    gap: 24px;
  }
}
.single-works-item__img {
  flex: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.single-works-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-works-item__content {
  flex: 1;
}
.single-works-item__title {
  font-size: 1.25rem;
}
.single-works-item__category {
  margin-top: 24px;
}
.single-works-item__tags {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
.single-works-item__text {
  margin-top: 24px;
}
.single-works-item__text a {
  word-break: break-all;
  text-decoration: underline;
}
.single-works-item__text p {
  text-align: justify;
  line-height: 1.8;
}

/* =====================================================
   ページナビ
===================================================== */
.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 3px solid #415A80;
}
.post-nav__prev {
  margin-right: auto;
}
.post-nav__next {
  margin-left: auto;
  text-align: right;
}
.post-nav a {
  display: inline-block;
  padding: 8px 0;
  transition: all 0.6s ease;
}
.post-nav a:hover {
  color: #4F7396;
}

.works {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1199px) {
  .works {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.works-item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .works-item {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .works-item {
    gap: 16px;
  }
}
.works-item + .works-item {
  margin-top: 96px;
}
@media screen and (max-width: 1199px) {
  .works-item + .works-item {
    margin-top: 56px;
  }
}
.works-item__img {
  flex: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.works-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-item__content {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .works-item__header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .works-item__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.works-item__title {
  font-size: 1.25rem;
}
.works-item__category {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .works-item__category {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .works-item__category {
    margin-top: 16px;
  }
}
.works-item__tags {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
.works-item__text {
  margin-top: 24px;
}
.works-item__text a {
  word-break: break-all;
  text-decoration: underline;
}
.works-item__text p {
  text-align: justify;
  line-height: 1.8;
}

/* アニメーション前の状態（透明 ＆ 少し下に配置） */
.fadeUp {
  opacity: 0;
  transform: translateY(30px); /* 30px下から浮き上がる。お好みで調整してください */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* 0.8秒かけて変化 */
}

/* アニメーション後の状態（不透明 ＆ 元の位置） */
.fadeUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   ローディング
===================================================== */
/* ローディング画面の基本設定 */
#custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease 0.5s, visibility 0.8s ease 0.5s;
}

/* 読み込み完了後：背景を消す処理（＝サイトがフワッと現れる） */
#custom-loader.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease 0.5s, visibility 0.8s ease 0.5s;
}

/* 表示する文字のデザイン */
.loader-text {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  color: #95AABC;
  opacity: 0;
  animation: textFadeIn 0.5s ease forwards;
}
.loader-text__sinc {
  color: #415A80;
}

/* 読み込み完了後：文字だけを先に消す */
#custom-loader.loaded .loader-text {
  animation: textFadeOut 0.5s ease forwards;
}

/* 文字が現れる時のアニメーション詳細 */
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 文字が消える時のアニメーション詳細 */
@keyframes textFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .only-pc {
    display: none;
  }
}

.except-pc {
  display: none;
}
@media screen and (max-width: 1199px) {
  .except-pc {
    display: block;
  }
}

.only-tab {
  display: none;
}
@media screen and (max-width: 1199px) {
  .only-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .only-tab {
    display: none;
  }
}

.except-tab {
  display: block;
}
@media screen and (max-width: 1199px) {
  .except-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .except-tab {
    display: block;
  }
}

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

.except-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .except-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */