@charset "UTF-8";
/************************************************
* Library
***********************************************/
/************************************************
* theme
***********************************************/
/*************************************************************
*
* Variables
*
*************************************************************/
/*************************************************************
* デバイスの基準サイズ
*************************************************************/
/*************************************************************
* コンテンツのコンテナ幅
*************************************************************/
/*************************************************************
* Media Query
*************************************************************/
/*************************************************************
* カラーバリエーション
*************************************************************/
/*************************************************************
*
* Function
*
*************************************************************/
/**
 * Line heightの余白を除いたマージンの取得
 *
 * @param px $baseMargin 本来の余白
 * @param px $fontSize フォントサイズ
 * @param float $lineHeight 行間
 **/
/**
 * Fontの上下余白を取得
 *
 * @param float $lineHeight 行間
 * @param float $capitalLetter フォントの上下余白
 * @param float $ratio 取得する余白割合
 **/
/**
 * Pixel => rem変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => em変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => vw変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**************************************************************
* Media Query
**************************************************************/
/**************************************************************
* Media Query Image Ratio
**************************************************************/
/**************************************************************
* Transition
**************************************************************/
/**************************************************************
* Object Fit
**************************************************************/
/**************************************************************
* カラー設定
**************************************************************/
/**************************************************************
* Swiperスライドボタン設定
**************************************************************/
:root {
  /* Contents */
  --max-width: 1840px;
  --space-inline: 40px;
  --footer-height: 0px;
  /* Color */
  --color-gray: #E1E4E5;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light: #F7F7F7;
  --color-dark: #00173C;
  --color-bg: var(--color-white);
  --color-text: #2E2E2E;
  --color-primary: #027726;
  --color-secondary: #00601A;
  --color-accent: #DD3461;
  --color-line: #00D800;
  --color-alert: #FF0000;
  --color-hr: #ddd7cf;
  /* Font Family */
  --font-noto-sans-jp: "Noto Sans JP", serif;
  --font-zen-old-mincho: "Zen Old Mincho", serif;
  --font-primary: var(--font-zen-old-mincho);
  --font-secondary: var(--font-noto-sans-jp);
  --font-en: var(--font-zen-old-mincho);
  /* Line Heigt */
  --line-height: 1.5;
  --line-height-lg: 1.75;
  --letter-spacing: 0.1em;
  /* space */
  --space-xl: 6rem;
  --space-lg: 5rem;
  --space-md: 4rem;
  --space-sm: 2.5rem;
  --space-xs: 2rem;
  --space-grid: var(--space-sm);
  /* Border */
  --border-radius: 1rem;
  /* Anime */
  --anime-duration: 500ms;
  --anime-function: ease-in-out;
}
@media screen and (max-width: 834px) {
  :root {
    --space-inline: 5vw;
  }
}
@media screen and (max-width: 549px) {
  :root {
    --space-inline: 4vw;
  }
}

/************************************************
* Foundation
***********************************************/
/************************************************
/*
/* All Element
/*
/***********************************************/
/************************************************
/*
/* Document
/*
/***********************************************/
/*
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/************************************************
/*
/* 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 */
}

/**
 * 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: 1em; /* 2 */
}

figure {
  margin: 0;
  padding: 0;
}

/************************************************
/*
/* Text Content
/*
/***********************************************/
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.3;
  font-family: inherit;
  margin: 0;
}

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
  margin: 0;
}

br {
  letter-spacing: 0;
}

/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; /* 1 */
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline-width: 0;
}

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

b, strong {
  font-weight: bold;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: normal;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

em {
  font-style: normal;
}

small {
  font-size: inherit;
}

/**
 * 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;
}

q {
  quotes: "“" "”" "‘" "’";
}

/************************************************
/*
/* Embedded Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; /* 1 */
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  width: auto;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/************************************************
/*
/* Scripting Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

button, input {
  line-height: normal;
}

button {
  background-color: transparent;
}

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

button,
select { /* 1 */
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: normal;
  cursor: pointer;
  border: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

/************************************************
/*
/* Interactive Content
/*
/***********************************************/
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/************************************************
/*
/* Table Content
/*
/***********************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th {
  font-weight: normal;
}

/************************************************
/*
/* List Content
/*
/***********************************************/
ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

dd {
  margin-left: 0px;
}

/************************************************
/*
/* Hidden
/*
/***********************************************/
[hidden] {
  display: none;
}

/*************************************************************
*
* Mocorun Custom Normalize
*
*************************************************************/
* {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/* Retinaモニタの際にfont-smoothingを適用 */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/************************************************
/* Document
/***********************************************/
html {
  overflow: auto; /* iOS用*/
  height: 100%; /* iOS用*/
}

/************************************************
/* Grouping Content
/***********************************************/
address {
  font-style: normal;
}

/************************************************
/* Text Content
/***********************************************/
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline-width: 0;
}

strong {
  font-weight: normal;
}

button {
  text-align: left;
  padding: 0;
  border-radius: 0;
  border: none;
}

/*************************************************************
*
* Attribute
*
*************************************************************/
[disabled] {
  cursor: not-allowed;
}

/*************************************************************
*
* Status
*
*************************************************************/
:focus:not(:focus-visible) {
  outline: none;
}

/*************************************************************
*
* Typography
*
*************************************************************/
html {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-text);
  line-height: 1;
  letter-spacing: var(--letter-spacing);
}
@media screen and (max-width: 1839px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 549px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  font-size: inherit;
  overflow: hidden;
  position: relative;
}

/* テキスト反転色 */
::selection {
  background: var(--color-primary); /*背景色*/
  color: #fff; /*文字色*/
}

/************************************************
/************************************************
* Layout
***********************************************/
/*************************************************************
*
* Content
*
*************************************************************/
/*************************************************************
* Page Container
*************************************************************/
/**************************************************************
* Crop Line height
**************************************************************/
/**************************************************************
* Omit row
**************************************************************/
/**************************************************************
* Hover
**************************************************************/
/**************************************************************
* Animation Line
**************************************************************/
/*************************************************************
* Opacity
*************************************************************/
/*************************************************************
* Underline
*************************************************************/
/**************************************************************
*
* Position
*
**************************************************************/
/*************************************
* Common Style
*************************************/
.l-footer {
  width: 100vw;
  background-color: var(--color-white);
  color: var(--color-dark);
}
.l-footer__copyright {
  width: 100%;
  padding: 1.5rem;
  font-size: 0.75rem;
  text-align: center;
  font-weight: bold;
}
.l-fv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
.l-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-fv__en {
  position: absolute;
  top: -2.5rem;
  left: 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.l-fv__en-text {
  padding-right: 7.5rem;
  font-size: 13.4375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-white);
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.l-fv__wrapper {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  padding-top: 17rem;
  padding-bottom: 5.875rem;
  display: flex;
  justify-content: space-around;
  gap: 2.5rem;
}
.l-fv__message, .l-fv__message2 {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--color-primary);
}
.l-fv__message2 {
  font-size: 3.75rem;
}
.l-fv__figure {
  flex: 1;
  max-width: 48.0625rem;
}
@media screen and (min-width: 835px) {
  .l-fv__message, .l-fv__message2 {
    width: 13.875rem;
    min-height: 47.5rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media screen and (max-width: 834px) {
  .l-fv__bg {
    height: 100%;
  }
  .l-fv__en {
    position: absolute;
    top: unset;
    bottom: 11.25rem;
    z-index: 1;
  }
  .l-fv__en-text {
    padding-right: 5rem;
    font-size: 4.75rem;
    animation: marquee 30s linear infinite;
  }
  .l-fv__wrapper {
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--space-inline);
    padding-right: var(--space-inline);
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: baseline;
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
  .l-fv__message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    font-size: 2.875rem;
    text-align: center;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 0 0 0.125rem #fff, 0 0 0.25rem #fff, 0 0 0.375rem #fff;
  }
  .l-fv__message2 {
    font-size: 1.875rem;
  }
  .l-fv__figure {
    flex: 1;
    max-width: 48.0625rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/************************************************
* Object - Utility
***********************************************/
/* PCサイズ以上 */
@media screen and (min-width: 1840px) {
  .over-pc-none {
    display: none;
  }
}
/* ノートPCサイズ以上 */
@media screen and (min-width: 835px) {
  .over-lp-none {
    display: none;
  }
}
/* タブレットサイズ以上 */
@media screen and (min-width: 550px) {
  .over-tb-none {
    display: none;
  }
}
/* ノートPCサイズ以下 */
@media screen and (max-width: 1839px) {
  .under-lp-none {
    display: none;
  }
}
/* タブレットサイズ以下 */
@media screen and (max-width: 834px) {
  .under-tb-none {
    display: none;
  }
}
/* スマホサイズ以下 */
@media screen and (max-width: 549px) {
  .under-sp-none {
    display: none;
  }
}
.u-slide {
  width: 100%;
  overflow: hidden;
}
.u-slide__wrapper {
  display: flex;
  width: max-content;
  animation: slide-left 30s linear infinite;
}
.u-slide__item {
  flex: 0 0 auto; /* 7個表示 */
}

/* アニメーション定義 */
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.u-spinner {
  border-width: 2px;
  border-color: white;
  border-top-color: transparent;
  border-radius: 9999px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* objfit */
img.objfit {
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;object-position: center;";
}

.u-page-container {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.u-page-container.__small {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.u-page-container .u-page-container.__small {
  padding: 0;
}

.u-color-bg-white {
  background-color: var(--color-white);
}

.u-color-bg-light {
  background-color: var(--color-light);
}

.u-color-bg-light-secondary {
  background-color: var(--color-blue-light);
}

.u-color-bg-light-tertiary {
  background-color: var(--color-blue-light2);
}

.u-color-bg-dark {
  background-color: var(--color-dark);
}

.u-color-bg-primary {
  background-color: var(--color-primary);
}

.u-color-text-primary {
  color: var(--color-primary);
}

.u-color-text-alert {
  color: var(--color-alert);
}

/**************************************************************
* Common Style
**************************************************************/
.u-post {
  width: 100%;
  color: #333;
  line-height: 1.6;
}
.u-post p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.u-post img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.u-post blockquote {
  border-left: 4px solid var(--color-primary);
  margin: 1.5em 0;
  padding-left: 1em;
  font-style: italic;
  color: #555;
}
.u-post pre,
.u-post code {
  font-family: "Courier New", monospace;
  background: #eee;
  padding: 5px;
  border-radius: 3px;
}
.u-post strong {
  font-weight: 700;
}
.u-post h2 {
  font-size: 1.625rem;
  margin-top: 2.625rem;
  margin-bottom: 0.875rem;
  font-weight: bold;
  border-bottom: 0.125rem solid var(--color-primary);
  padding-bottom: 0.25rem;
}
.u-post h3 {
  font-size: 1.375rem;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background-color: var(--color-dark);
  color: var(--color-white);
}
.u-post h4 {
  font-size: 1.125rem;
  margin-top: 2.375rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
  padding-inline: 1rem;
  border-left: 2px solid var(--color-primary);
}
.u-post h5 {
  font-size: 1.0625rem;
  margin-top: 2.25rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.u-post h6 {
  font-size: 1rem;
  margin-top: 2.125rem;
  margin-bottom: 0.375rem;
  font-weight: bold;
}
.u-post a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.u-post a:hover {
  text-decoration: none;
}
.u-post a.bookmark {
  color: var(--color-primary);
  font-weight: bold;
}
.u-post a.bookmark:hover {
  filter: brightness(1.1);
}
.u-post .button,
.u-post .wp-block-button__link {
  display: inline-block;
  background-color: var(--color-dark);
  color: var(--color-accent);
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.u-post .button:hover,
.u-post .wp-block-button__link:hover {
  filter: brightness(1.1);
}
.u-post table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.u-post table th,
.u-post table td {
  border: 1px solid #333;
  padding: 10px;
  text-align: left;
}
.u-post table th {
  background-color: var(--color-light);
}
.u-post ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}
.u-post ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}
.u-post .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px 0;
}
.u-post .embed-container iframe,
.u-post .embed-container embed,
.u-post .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-post .wp-block-details {
  background-color: var(--color-light);
  border: 1px solid #333;
  border-radius: 4px;
  overflow: hidden;
  margin: 1.5em 0;
}
.u-post .wp-block-details summary {
  padding: 0.75em 1em;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: var(--color-light);
  cursor: pointer;
  position: relative;
}
.u-post .wp-block-details p {
  padding: 1em;
  margin: 0;
  border-top: 1px solid #333;
}
.u-post .toc {
  margin: 20px 0;
  padding: 15px;
  background-color: var(--color-light);
  border: 1px solid #333;
  border-radius: 4px;
}
.u-post .toc h2,
.u-post .toc h3,
.u-post .toc h4,
.u-post .toc h5,
.u-post .toc h6 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  border-bottom: none;
}
.u-post .toc ul {
  list-style: none;
  padding-left: 0;
}
.u-post .toc ul li {
  margin-bottom: 0.5em;
}
.u-post .toc ul li a {
  color: var(--color-primary);
  text-decoration: none;
}
.u-post .toc ul li a:hover {
  text-decoration: underline;
}
.u-post .cta-button {
  display: inline-block;
  background-color: var(--color-dark);
  color: var(--color-accent);
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.u-post .cta-button:hover {
  filter: brightness(1.1);
}
.u-post .related-pages {
  margin-top: 3em;
  padding: 20px;
  background-color: var(--color-light);
  border-top: 2px solid var(--color-primary);
}
.u-post .related-pages h3 {
  margin-bottom: 1em;
}
.u-post .related-pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-post .related-pages ul li {
  margin-bottom: 0.5em;
}
.u-post .related-pages ul li a {
  text-decoration: none;
  color: var(--color-primary);
}
.u-post .related-pages ul li a:hover {
  text-decoration: underline;
}
.u-post .director-block {
  margin-top: 3em;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.u-post .director-block .director-image {
  flex: 0 0 100px;
  margin-right: 20px;
}
.u-post .director-block .director-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.u-post .director-block .director-info {
  flex: 1;
}
.u-post .director-block .director-info h4 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.u-post .director-block .director-info p {
  margin: 0.5em 0 0;
  font-size: 0.9em;
  color: #555;
}
@media screen and (min-width: 835px) {
  .u-post {
    padding-inline: 20px;
  }
  .u-post h2, .u-post h3, .u-post h4, .u-post h5, .u-post h6 {
    margin-inline: -20px;
  }
}
.u-post > *:first-child {
  margin-top: 0;
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

@media screen and (max-width: 834px) {
  .u-text-center-tb {
    text-align: center;
  }
}
/* 文字折り返し禁止 */
.u-text-nowrap {
  white-space: nowrap;
}

.u-text-small {
  font-size: 0.889em;
}

.u-text-large {
  font-size: 1.266em;
}

.u-text-huge {
  font-size: 2.027em;
}

.u-text-bold {
  font-weight: bold;
}

.u-keep-all {
  word-break: keep-all;
}

.u-dot-text {
  position: relative;
  display: inline-block;
}
.u-dot-text::before {
  content: "・";
  position: absolute;
  top: -0.4em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em;
}

.u-form__relation-item {
  display: none !important;
}

.u-form__asterisk {
  display: inline;
  color: var(--color-alert);
  font-weight: normal;
  line-height: 1;
}

.u-anime-fade {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.6s ease-out;
}
.u-anime-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

/************************************************
* Object - Component
***********************************************/
/*************************************************************
* Opacity
*************************************************************/
.c-anchor-alpha {
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover) {
  .c-anchor-alpha:hover[href], .c-anchor-alpha:hover[type] {
    opacity: 0.7;
    zoom: 1;
  }
}

/*************************************************************
* Underline
*************************************************************/
.c-anchor-underline {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-anchor-underline:hover[href], .c-anchor-underline:hover[type] {
    text-decoration: none;
  }
}

/*************************************************************
* Underline: Animation
*************************************************************/
.c-anchor-line {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
.c-anchor-line:after {
  transition: var(--anime-duration) var(--anime-function);
  transition-property: transform;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: left center;
}
.c-anchor-line:after {
  transform: scaleX(0);
  transform-origin: right center;
}
@media (any-hover: hover) {
  .c-anchor-line:hover[href]:after, .c-anchor-line:hover[type]:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.c-anchor-line.__primary {
  color: var(--color-primary);
}
.c-anchor-line.__flex {
  display: flex;
  gap: var(--space-grid);
  align-items: center;
}

/*************************************************************
* Anchor Menu
*************************************************************/
.c-anchor-menu {
  display: inline-block;
  padding-block: 0.625rem;
  position: relative;
  color: var(--color-text-a);
  font-size: 1.125rem;
  font-weight: 700;
}
.c-anchor-menu.__green {
  --this-color: var(--color-green);
}
.c-anchor-menu.__yellow {
  --this-color: var(--color-yellow);
}
.c-anchor-menu.__orange {
  --this-color: var(--color-orange);
}
.c-anchor-menu.__gray {
  --this-color: var(--color-gray);
}
.c-anchor-menu::first-letter {
  color: var(--color-text-a);
  transition: var(--anime-duration) var(--anime-function);
  transition-property: color;
}
.c-anchor-menu::after {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  background-color: var(--this-color);
  opacity: 0;
  transition: var(--anime-duration) var(--anime-function);
  transition-property: opacity;
}
.c-anchor-menu:hover::first-letter, .c-anchor-menu.is-active::first-letter {
  color: var(--this-color);
}
.c-anchor-menu:hover::after, .c-anchor-menu.is-active::after {
  opacity: 1;
}

/*************************************************************
* Bright
*************************************************************/
.c-anchor-bright {
  transition: filter 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (any-hover: hover) {
  .c-anchor-bright:hover[href], .c-anchor-bright:hover[type] {
    filter: brightness(1.1);
  }
}

/**************************************************************
*
* List
*
**************************************************************/
/*************************************
* Common Style
*************************************/
/**************************************************************
*
* DList01
*
**************************************************************/
.c-dlist01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.c-dlist01 p {
  width: 100%;
}
.c-dlist01__theme {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
  font-family: var(--font-secondary);
  font-size: 1.5rem;
  font-weight: bold;
}
.c-dlist01__theme-tag {
  padding: 0.25rem 0.375rem;
  color: var(--color-gray);
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
.c-dlist01__theme-tag.__required {
  color: var(--color-alert);
}
.c-dlist01__description {
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-dlist01.__block {
  position: relative;
  padding: 1.5rem;
  padding-top: 2rem;
  border-radius: 0.25rem;
  background-color: var(--color-bg-secondary);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
.c-dlist01.__block .c-dlist01__description {
  padding-block: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-dlist01.__block::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: -2rem;
  left: 1.5rem;
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-primary);
  opacity: 0.75;
}
.c-dlist01__container {
  counter-reset: number 0;
}
@media screen and (max-width: 834px) {
  .c-dlist01 {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .c-dlist01__theme {
    width: 100%;
    font-size: 1rem;
  }
  .c-dlist01__theme-tag {
    padding: 0.125rem 0.375rem;
    font-size: 0.75rem;
  }
  .c-dlist01__description {
    width: 100%;
  }
}
/************************************************
* Object - Form
***********************************************/
/*************************************************************
* Text01
*************************************************************/
.f-text01 {
  transition: var(--anime-duration) var(--anime-function);
  transition-property: background-color;
  width: 100%;
  background-color: var(--color-white);
  border: solid 1px var(--color-gray);
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
}
.f-text01.__error {
  border-color: var(--color-alert);
}
.f-text01.__medium {
  max-width: 400px;
}
.f-text01.__small {
  max-width: 80px;
}
.f-text01:placeholder-shown {
  color: #ccc;
}
.f-text01::-webkit-input-placeholder {
  color: #ccc;
}
.f-text01:-moz-placeholder {
  color: #ccc;
}
.f-text01::-moz-placeholder {
  color: #ccc;
}
.f-text01:-ms-input-placeholder {
  color: #ccc;
}

/*************************************************************
* テキストエリア01
*************************************************************/
.f-textarea01 {
  transition: var(--anime-duration) var(--anime-function);
  transition-property: background-color;
  width: 100%;
  min-height: 200px;
  resize: vertical;
  background-color: var(--color-white);
  border: solid 1px var(--color-gray);
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: var(--line-height);
}
.f-textarea01 ::placeholder {
  color: #ccc;
}
.f-textarea01:placeholder-shown {
  color: #ccc;
}
.f-textarea01::-webkit-input-placeholder {
  color: #ccc;
}
.f-textarea01:-moz-placeholder {
  color: #ccc;
}
.f-textarea01::-moz-placeholder {
  color: #ccc;
}
.f-textarea01:-ms-input-placeholder {
  color: #ccc;
}

/************************************************
* Object - Project
***********************************************/
/**************************************************************
*
* Grid
*
**************************************************************/
/**************************************************************
* Flexbox: Common Style
**************************************************************/
/**************************************************************
* Flexbox: Theme Common Style
**************************************************************/
/**************************************************************
* Flexbox: Grid $col:列数 $gap:間隔
**************************************************************/
.p-feature {
  width: 100%;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 29.375rem;
}
.p-feature__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  z-index: -1;
}
.p-feature__arrow {
  margin-bottom: 6.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 8.125rem;
  padding-bottom: 15.625rem;
  font-family: var(--font-secondary);
  font-size: 6.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--color-white);
}
.p-feature__arrow img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-feature__title {
  margin-bottom: 6.25rem;
  font-size: 7.625rem;
  font-weight: 700;
  text-align: center;
}
.p-feature__title .em {
  display: inline-block;
  transform: translateY(1.25rem);
  font-size: 21.625rem;
  line-height: 0.5;
}
.p-feature__voice-image {
  width: 25rem;
  height: auto;
}
.p-feature__text {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-feature {
    padding-bottom: 4.0625rem;
  }
  .p-feature__arrow {
    margin-bottom: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 4.75rem;
    font-size: 1.875rem;
  }
  .p-feature__title {
    margin-bottom: 3rem;
    font-size: 2.375rem;
  }
  .p-feature__title .em {
    transform: translateY(0.5rem);
    font-size: 6.6875rem;
  }
  .p-feature__voice-image {
    width: 12.5rem;
    height: auto;
  }
  .p-feature__text {
    font-size: 1.75rem;
  }
}
.p-work {
  width: 100%;
  position: relative;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
.p-work__title {
  margin-bottom: 6.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-work__title-sub {
  font-size: 4.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-work__title-main {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-secondary);
}
.p-work__wrapper {
  margin-bottom: 6.875rem;
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}
.p-work__item {
  width: calc((100% - 3.125em) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.875rem;
}
.p-work__item-image {
  aspect-ratio: 831/486;
  object-fit: cover;
}
.p-work__item-name {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #2e2e2e;
}
.p-work__message {
  display: none;
  margin-bottom: 7.5rem;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: var(--color-primary);
}
.p-work__slide {
  width: 100%;
  display: flex;
  gap: 0.875rem;
}
.p-work__slide-image {
  height: 40.625rem;
}
@media screen and (max-width: 834px) {
  .p-work {
    padding-top: 1.25rem;
    padding-bottom: 5rem;
  }
  .p-work__title {
    margin-bottom: 2.875rem;
  }
  .p-work__title-sub {
    font-size: 2.3125rem;
  }
  .p-work__title-main {
    font-size: 4.625rem;
  }
  .p-work__wrapper {
    margin-bottom: 3.375rem;
    gap: 1.25rem;
  }
  .p-work__item {
    width: 100%;
    gap: 1.25rem;
  }
  .p-work__item-name {
    font-size: 1.25rem;
  }
  .p-work__message {
    margin-bottom: 3.375rem;
    display: block;
    font-size: 1.875rem;
  }
  .p-work__slide {
    transform: translateX(-100px);
    gap: 0.4375rem;
  }
  .p-work__slide-image {
    height: 19.0625rem;
  }
}
.p-price {
  width: 100%;
  position: relative;
}
.p-price__title {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  width: 100%;
  padding: 2rem;
  background-color: var(--color-accent);
  font-size: 4.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--color-white);
}
.p-price__wrapper {
  margin-top: -5rem;
  position: relative;
  padding-top: 11.25rem;
  padding-bottom: 7.75rem;
}
.p-price__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-price__menu {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: flex;
  justify-content: center;
  gap: 4.375rem;
}
.p-price__course-title {
  margin-bottom: 2rem;
  width: 100%;
  padding: 1.25rem;
  background-color: var(--color-secondary);
  border-radius: 4.25rem;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--color-white);
}
.p-price__course-text {
  width: 100%;
  height: 5rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.008em;
  text-align: center;
  color: var(--color-secondary);
}
.p-price__course-text2 {
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.008em;
  text-align: center;
  color: var(--color-secondary);
}
.p-price__course-flex {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
}
.p-price__course-plan {
  font-size: 5.375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.008em;
  text-align: right;
  width: 100%;
  color: var(--color-secondary);
  white-space: nowrap;
}
.p-price__course-tax {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.008em;
  text-align: right;
  width: 100%;
  color: var(--color-secondary);
}
.p-price__course-notice {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.008em;
  text-align: right;
  width: 100%;
  color: var(--color-secondary);
}
.p-price__content {
  width: 100%;
  padding-block: 7.5rem;
  background-color: var(--color-secondary);
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.004em;
  text-align: center;
  color: var(--color-white);
}
@media screen and (min-width: 835px) {
  .p-price__course {
    width: calc((100% - 4.375rem) / 2);
    border-radius: 0.875rem;
    background-color: var(--color-white);
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-price__title {
    padding: 1.5rem 0;
    font-size: 2.5rem;
  }
  .p-price__wrapper {
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    padding-inline: var(--space-inline);
  }
  .p-price__menu {
    flex-direction: column;
    gap: 0.875rem;
    border-radius: 0.875rem;
    background-color: var(--color-white);
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-inline: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-price__course {
    margin-bottom: 1.5rem;
  }
  .p-price__course-title {
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    border-radius: 1.4375rem;
    font-size: 1.5rem;
  }
  .p-price__course-text {
    display: none;
  }
  .p-price__course-text2 {
    font-size: 0.85rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .p-price__course-flex {
    flex-direction: row;
    justify-content: flex-end;
  }
  .p-price__course-plan {
    font-size: 2rem;
    text-align: unset;
  }
  .p-price__course-tax {
    font-size: 0.875rem;
    text-align: unset;
    line-height: 1.5;
  }
  .p-price__course-notice {
    font-size: 1rem;
  }
}
.p-cta {
  width: 100%;
  position: relative;
  padding-block: 3.375rem;
  background: linear-gradient(to bottom, #ebbe7d, #966c32);
}
.p-cta__catch {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 9.375rem;
  align-items: center;
  justify-content: center;
  font-family: var(--font-secondary);
  font-size: 4.0625rem;
  font-weight: 700;
  letter-spacing: 0.008em;
  color: var(--color-white);
}
.p-cta__wrapper {
  position: relative;
  z-index: 1;
}
.p-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.p-cta__container {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
}
.p-cta__title {
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.004em;
  color: var(--color-secondary);
}
.p-cta__button {
  width: 52.625rem;
  display: block;
  margin-top: 2.5rem;
  padding: 2.25rem 2.75rem;
  background-color: var(--color-line);
  border-radius: 6.1875rem;
  box-shadow: inset 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.16), 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.16);
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.008em;
  text-align: center;
  color: var(--color-white);
}
.p-cta__manager {
  position: absolute;
  right: var(--space-inline);
  bottom: -3.375rem;
  max-width: 47.625rem;
  height: auto;
  z-index: -1;
  max-height: calc(100% + 3.375rem + 3.375rem - 1.5rem);
}
@media screen and (max-width: 834px) {
  .p-cta {
    padding-top: 0;
    padding-bottom: 2rem;
    padding-inline: var(--space-inline);
  }
  .p-cta__catch {
    display: flex;
    height: 5rem;
    font-size: 1.75rem;
  }
  .p-cta__container {
    padding-inline: 0;
    padding-top: 1.375rem;
    padding-bottom: 18.125rem;
  }
  .p-cta__title {
    margin-bottom: 0.5rem;
    font-size: 4.375rem;
    text-align: center;
  }
  .p-cta__button {
    width: 20.3125rem;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.5rem;
    border-radius: 2.875rem;
    font-size: 1.25rem;
  }
  .p-cta__manager {
    right: 50%;
    bottom: -2rem;
    transform: translate(50%);
    width: 16.25rem;
  }
}
.p-manager {
  width: 100%;
  position: relative;
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}
.p-manager__wrapper {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: flex;
  gap: 3.375rem;
}
.p-manager__profile {
  width: 39.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8125rem;
}
.p-manager__image {
  width: 100%;
  height: 73.5rem;
  object-fit: cover;
}
.p-manager__title {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.004em;
  text-align: center;
}
.p-manager__content {
  flex: 1;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.002em;
}
@media screen and (max-width: 834px) {
  .p-manager {
    padding-top: 1.25rem;
    padding-bottom: 3.125rem;
  }
  .p-manager__wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .p-manager__profile {
    width: auto;
    gap: 0;
  }
  .p-manager__image {
    height: auto;
    margin-bottom: 1.875rem;
  }
  .p-manager__title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
  .p-manager__content {
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.75;
    padding-inline: var(--space-inline);
  }
}
.p-disk {
  width: 100%;
  position: relative;
  padding-block: 3.5rem;
  background-color: #fff2f2;
}
.p-disk__container {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: grid;
  grid-template-areas: "image text" "image alert" "image thanks";
}
.p-disk__text {
  grid-area: text;
  font-size: 3.5625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-disk__alert {
  grid-area: alert;
  font-size: 9.375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-alert);
}
.p-disk__image {
  grid-area: image;
  width: 41rem;
}
.p-disk__thanks {
  grid-area: thanks;
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-disk {
    padding-top: 1.5rem;
  }
  .p-disk__container {
    padding: 0;
    display: block;
  }
  .p-disk__text {
    font-size: 1.875rem;
  }
  .p-disk__alert {
    margin-bottom: 1.125rem;
    font-size: 2.8125rem;
  }
  .p-disk__image {
    margin-bottom: 1.125rem;
    width: 100%;
  }
  .p-disk__thanks {
    font-size: 1.25rem;
  }
}
.p-case {
  width: 100%;
  position: relative;
  padding-block: 7.5rem;
  background-color: var(--color-secondary);
}
.p-case__container {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-case__block {
  padding: 7.5rem 3.875rem;
  border-radius: 0.625rem;
  background-color: var(--color-white);
}
.p-case__head {
  display: flex;
  gap: 6.25rem;
  margin-bottom: 4.875rem;
}
.p-case__image {
  width: calc((100% - 6.25rem) / 2);
}
.p-case__title {
  width: calc((100% - 6.25rem) / 2);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: var(--color-primary);
}
.p-case__content {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6.875rem;
}
.p-case__wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.875rem;
}
.p-case__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.625rem;
}
.p-case__item-title {
  max-width: 62.5rem;
  width: 100%;
  padding: 2rem;
  border-radius: 4.25rem;
  background-color: var(--color-secondary);
  font-size: 4.0625rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
}
.p-case__item-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.875rem;
}
.p-case__item-images .objfit {
  width: calc((100% - 2.875rem) / 2);
}
@media screen and (max-width: 834px) {
  .p-case {
    padding-block: 1.5rem;
  }
  .p-case__block {
    padding: 1.5rem;
  }
  .p-case__head {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
  .p-case__image {
    width: 100%;
  }
  .p-case__title {
    width: 100%;
    font-size: 1.425rem;
  }
  .p-case__content {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .p-case__wrapper {
    gap: 2.5rem;
  }
  .p-case__item {
    gap: 2rem;
  }
  .p-case__item-title {
    padding: 0.5rem;
    border-radius: 1.5rem;
    font-size: 1.5rem;
  }
  .p-case__item-images {
    gap: 0.75rem;
  }
  .p-case__item-images .objfit {
    width: 100%;
  }
}
.p-benefits {
  width: 100%;
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.p-benefits__head {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 7.5rem;
}
.p-benefits__image {
  width: 72.5rem;
}
.p-benefits__title {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 66.75rem;
  padding: 7.5rem;
  background-color: var(--color-white);
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  font-size: 4.6875rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-primary);
}
.p-benefits__grid {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.p-benefits__grid-item {
  width: calc((100% - 3.75rem) / 3);
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 6.3125rem;
  font-weight: bold;
  line-height: 1.1;
  color: var(--color-primary);
}
.p-benefits__grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-white);
  opacity: 0.7;
  z-index: 1;
}
.p-benefits__grid-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-benefits__grid-item span {
  z-index: 2;
}
@media screen and (max-width: 1839px) {
  .p-benefits__head {
    padding-bottom: 0;
  }
  .p-benefits__image {
    width: 100%;
    margin-bottom: 7.5rem;
  }
  .p-benefits__title {
    position: static;
    box-shadow: unset;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-benefits {
    padding-bottom: 2.75rem;
  }
  .p-benefits__head {
    margin-bottom: 2.5rem;
  }
  .p-benefits__image {
    margin-bottom: 2.5rem;
  }
  .p-benefits__title {
    font-size: 2.1875rem;
  }
  .p-benefits__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  .p-benefits__grid-item {
    width: calc((100% - 0.625rem) / 2);
    font-size: 2.1875rem;
  }
}
.p-target {
  width: 100%;
  position: relative;
  padding-top: 11.875rem;
}
.p-target__wrapper {
  position: relative;
  padding-bottom: 44.375rem;
}
.p-target__image, .p-target__image2 {
  width: 30%;
}
.p-target__image2 {
  position: absolute;
  top: 30rem;
  left: calc(30% + 1.5rem);
}
.p-target__text {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  font-size: 4.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.004em;
  color: var(--color-secondary);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.p-target__text p:nth-child(2) {
  padding-top: 12.5rem;
}
.p-target__text p:nth-child(3) {
  padding-top: 25rem;
}
.p-target__text p:nth-child(4) {
  padding-top: 37.5rem;
}
@media screen and (max-width: 834px) {
  .p-target {
    padding-top: 2.75rem;
    padding-bottom: 5rem;
  }
  .p-target__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
  }
  .p-target__block {
    gap: 0;
  }
  .p-target__image {
    width: 60%;
  }
  .p-target__text {
    width: 40%;
    font-size: 1.875rem;
  }
}
.p-target-sp {
  width: 100%;
  position: relative;
  padding-top: 11.875rem;
  padding-bottom: 16.25rem;
}
.p-target-sp__wrapper {
  display: flex;
  flex-direction: column;
  gap: 9.375rem;
}
.p-target-sp__block {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.p-target-sp__image {
  width: calc(50% - 2.5rem);
}
.p-target-sp__text {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 5.1875rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.004em;
  color: var(--color-secondary);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-target-sp {
    padding-top: 2.75rem;
    padding-bottom: 5rem;
  }
  .p-target-sp__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
  }
  .p-target-sp__block {
    gap: 0;
  }
  .p-target-sp__image {
    width: 60%;
  }
  .p-target-sp__text {
    width: 40%;
    font-size: 1.875rem;
  }
}
.p-contact {
  width: 100%;
  position: relative;
  margin-top: 8.4375rem;
}
.p-contact__wrapper {
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding-top: 8.75rem;
  padding-bottom: 10rem;
}
.p-contact__title {
  margin-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 1.5;
}
.p-contact__title-en {
  font-size: 5.5rem;
}
.p-contact__title-ja {
  font-size: 2.5rem;
  letter-spacing: 0.005em;
}
.p-contact__form {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}
.p-contact__form-submit {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
.p-contact__form-submit_button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto !important;
  max-width: 37.5rem;
  padding: 2rem;
  background-color: var(--color-dark);
  border-radius: 9.375rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  transition: var(--anime-duration) var(--anime-function);
  transition-property: "color", "background-color";
}
.p-contact__form-submit_button:hover {
  color: var(--color-dark);
  background-color: var(--color-white);
}
@media screen and (max-width: 834px) {
  .p-contact {
    margin-top: var(--space-inline);
    padding-inline: var(--space-inline);
  }
  .p-contact__wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .p-contact__title {
    margin-bottom: 3.125rem;
  }
  .p-contact__title-en {
    font-size: 2.25rem;
  }
  .p-contact__title-ja {
    font-size: 1rem;
    letter-spacing: 0.005em;
  }
}
.p-cta-fix {
  width: auto;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  transform: translateY(calc(100% + 1.5rem));
  opacity: 0;
  transition: var(--anime-duration) var(--anime-function);
  transition-property: transform, opacity;
  z-index: 10;
}
.p-cta-fix.is-fixed {
  transform: translateY(0);
  opacity: 1;
}
.p-cta-fix__button {
  width: fit-content;
  padding: 2rem 2.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  background-color: var(--color-accent);
  box-shadow: var(--box-shadow);
  transition: var(--anime-duration) var(--anime-function);
  transition-property: box-shadow, filter;
}
.p-cta-fix__button-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: var(--color-white);
}
.p-cta-fix__button:hover {
  filter: brightness(1.1);
  box-shadow: var(--box-shadow-hover);
}
.p-cta-fix__manager {
  height: 7.5rem;
}
@media screen and (max-width: 834px) {
  .p-cta-fix {
    right: 0.5rem;
    bottom: 0.5rem;
    transform: translateY(calc(100% + 0.5rem));
  }
  .p-cta-fix__button {
    padding: 1rem 1.25rem;
  }
  .p-cta-fix__button-text {
    font-size: 1rem;
  }
  .p-cta-fix__manager {
    height: 3.75rem;
  }
}