@charset "UTF-8";
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* カラー */
/* 背景色 */
/* フォント */
@font-face {
  font-display: swap;
}
/* ===================================
共通
=================================== */
/* rootのフォント */
:root {
  font-size: 16px;
}

body {
  color: #343538;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.667;
  font-optical-sizing: auto;
  font-weight: 400;
}
body.is-modal-open {
  overflow: hidden;
}

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

ul,
ol {
  list-style-type: none;
}

/* メディア
==============================　*/
img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

svg {
  overflow: visible;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: ease 0.23s;
}
@media (any-hover: hover) {
  a:hover {
    outline-width: 0;
    text-decoration: none;
    opacity: 0.7;
  }
}
a:active {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.7;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

hr {
  border: none;
}

/* Slickスライダー
==============================　*/
.slick-slider {
  opacity: 0;
  transition: ease-in 0.24s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

/* フォーム
==============================　*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #d8dde3;
  background-color: transparent;
  padding: 0.625rem 1rem;
  width: 100%;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #343538;
  line-height: 1.5;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #9B9B9B;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #0B3F8D;
}

select {
  border: 2px solid #fff;
  color: #9B9B9B;
  font-size: 1rem;
  padding: 0.84375rem 0.9375rem;
  padding-right: 2.5rem;
  background: #fff;
  background-size: 0.8125rem auto;
  width: 100%;
  border-radius: 0.625rem;
}
select.is-has-value {
  color: #313131;
}

textarea {
  max-width: 100%;
  height: 11.25rem;
  overflow-y: auto;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

input[type=submit],
button[type=submit] {
  appearance: none;
  color: #fff;
  display: block;
  padding: 1rem 0.75rem;
  width: 18.75rem;
  border-radius: 5.625rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  background-color: #0B3F8D;
  border: 1px solid #0B3F8D;
  transition: 300ms ease;
}
@media (any-hover: hover) {
  input[type=submit]:hover,
  button[type=submit]:hover {
    background-color: #fff;
    color: #0B3F8D;
  }
}
input[type=submit]:disabled,
button[type=submit]:disabled {
  pointer-events: none;
  background-color: #9B9B9B;
  border-color: #9B9B9B;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.c-button-inverted, .c-button-basic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem;
  padding-left: 1.25rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 2px;
}
.c-button-inverted::before, .c-button-basic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
}

.c-button-width-normal {
  width: 17.8125rem;
}

.c-button-basic {
  color: #0B3F8D;
}
.c-button-basic.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-button-basic__text {
  position: relative;
  z-index: 3;
}
.c-button-basic__circle {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button-basic__circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0B3F8D;
  transition: transform 0.512s linear;
  z-index: 1;
}
.c-button-basic__arrow {
  stroke-width: 1px;
  width: 0.625rem;
  height: 0.5rem;
  position: relative;
  stroke: #fff;
  z-index: 2;
}
@media (any-hover: hover) {
  .c-button-basic:hover {
    color: #fff;
    opacity: 1;
    border-color: #fff;
  }
  .c-button-basic:hover .c-button-basic__circle::before {
    transform: scale(30);
  }
}

.c-button-inverted {
  border-radius: 2px;
  color: #fff;
}
.c-button-inverted::before {
  background-color: #0B3F8D;
}
.c-button-inverted__text {
  position: relative;
  z-index: 3;
}
.c-button-inverted__circle {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button-inverted__circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.512s linear, background-color 0.312s linear;
  z-index: 1;
}
.c-button-inverted__arrow {
  stroke-width: 1px;
  width: 0.625rem;
  height: 0.5rem;
  position: relative;
  stroke: #0B3F8D;
  z-index: 2;
}
@media (any-hover: hover) {
  .c-button-inverted:hover {
    border-color: #0B3F8D;
    color: #0B3F8D;
    opacity: 1;
  }
  .c-button-inverted:hover .c-button-inverted__circle::before {
    transform: scale(30);
  }
  .c-button-inverted:hover .c-button-inverted__arrow {
    stroke: #0B3F8D;
  }
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.c-headings {
  color: #0B3F8D;
}
.c-headings.--texts-center {
  text-align: center;
}
.c-headings.--texts-color-white {
  color: #fff;
}
.c-headings__bottom-line {
  position: relative;
  padding-bottom: 0.5rem;
}
.c-headings__bottom-line::after {
  content: "";
  background-color: #4B9927;
  height: 2px;
  width: 2.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-headings__bottom-line.--line-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.c-headings__eng-title {
  font-family: "Akshar", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-headings__eng-title {
    font-size: 4.5rem;
  }
}
.c-headings__eng-title.--mb-harf {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-headings__eng-title.--mb-harf {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .c-headings__eng-title.--mb-harf-sp {
    margin-bottom: 0.75rem;
  }
}
.c-headings__eng-title.--font-size-md {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-headings__eng-title.--font-size-md {
    font-size: 2.5rem;
  }
}
.c-headings__jp-read {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
}
.c-headings__jp-read.c-headings__bottom-line {
  padding-bottom: 1.5rem;
}

.c-section-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 0.875rem;
  position: relative;
  color: #0B3F8D;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 1.5rem;
  }
}
.c-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 2.5rem;
  background-color: #4B9927;
}
.c-section-title.--left {
  text-align: left;
}
.c-section-title.--left::after {
  transform: none;
  left: 0;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.c-pagination .page-numbers li span,
.c-pagination .page-numbers li a {
  color: #fff;
  opacity: 0.4;
  font-size: 1.125rem;
  font-family: "Akshar", sans-serif;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
.c-pagination .page-numbers li span.current,
.c-pagination .page-numbers li a.current {
  opacity: 1;
  border-bottom: none;
}
.c-pagination .page-numbers li.prev-link a,
.c-pagination .page-numbers li.prev-link span, .c-pagination .page-numbers li.next-link a,
.c-pagination .page-numbers li.next-link span {
  opacity: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: none;
}
.c-pagination .page-numbers li.prev-link a::before, .c-pagination .page-numbers li.prev-link a::after,
.c-pagination .page-numbers li.prev-link span::before,
.c-pagination .page-numbers li.prev-link span::after, .c-pagination .page-numbers li.next-link a::before, .c-pagination .page-numbers li.next-link a::after,
.c-pagination .page-numbers li.next-link span::before,
.c-pagination .page-numbers li.next-link span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.c-pagination .page-numbers li.prev-link a::before,
.c-pagination .page-numbers li.prev-link span::before, .c-pagination .page-numbers li.next-link a::before,
.c-pagination .page-numbers li.next-link span::before {
  background-color: #fff;
  transform: scale(0);
  transition: ease 0.3s;
}
.c-pagination .page-numbers li.prev-link a::after,
.c-pagination .page-numbers li.prev-link span::after, .c-pagination .page-numbers li.next-link a::after,
.c-pagination .page-numbers li.next-link span::after {
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  .c-pagination .page-numbers li.prev-link a:hover,
  .c-pagination .page-numbers li.prev-link span:hover, .c-pagination .page-numbers li.next-link a:hover,
  .c-pagination .page-numbers li.next-link span:hover {
    opacity: 1;
  }
  .c-pagination .page-numbers li.prev-link a:hover::before,
  .c-pagination .page-numbers li.prev-link span:hover::before, .c-pagination .page-numbers li.next-link a:hover::before,
  .c-pagination .page-numbers li.next-link span:hover::before {
    transform: scale(1);
  }
  .c-pagination .page-numbers li.prev-link a:hover svg,
  .c-pagination .page-numbers li.prev-link span:hover svg, .c-pagination .page-numbers li.next-link a:hover svg,
  .c-pagination .page-numbers li.next-link span:hover svg {
    stroke: #0B3F8D;
  }
}
.c-pagination .page-numbers li.prev-link svg, .c-pagination .page-numbers li.next-link svg {
  stroke: currentColor;
  width: 0.625rem;
  height: 0.5rem;
  stroke-width: 2px;
  position: relative;
  z-index: 2;
}
.c-pagination .page-numbers li.prev-link.is-disabled, .c-pagination .page-numbers li.next-link.is-disabled {
  opacity: 0.4;
}
.c-pagination .page-numbers li.prev-link.is-disabled span, .c-pagination .page-numbers li.next-link.is-disabled span {
  pointer-events: none;
}
.c-pagination .page-numbers li.prev-link a svg,
.c-pagination .page-numbers li.prev-link span svg {
  transform: scale(-1, 1);
}
.c-pagination.--blue .page-numbers li a,
.c-pagination.--blue .page-numbers li span {
  color: #0B3F8D;
  opacity: 1;
  border-bottom-color: #0B3F8D;
}
.c-pagination.--blue .page-numbers li a.current,
.c-pagination.--blue .page-numbers li span.current {
  opacity: 0.4;
  border-bottom: none;
  border: none;
}
@media (any-hover: hover) {
  .c-pagination.--blue .page-numbers li a:hover,
  .c-pagination.--blue .page-numbers li span:hover {
    opacity: 0.7;
  }
}
.c-pagination.--blue .page-numbers li.prev-link span::after,
.c-pagination.--blue .page-numbers li.prev-link a::after, .c-pagination.--blue .page-numbers li.next-link span::after,
.c-pagination.--blue .page-numbers li.next-link a::after {
  border-color: #0B3F8D;
}
.c-pagination.--blue .page-numbers li.prev-link span::before,
.c-pagination.--blue .page-numbers li.prev-link a::before, .c-pagination.--blue .page-numbers li.next-link span::before,
.c-pagination.--blue .page-numbers li.next-link a::before {
  background-color: #0B3F8D;
}
@media (any-hover: hover) {
  .c-pagination.--blue .page-numbers li.prev-link span:hover,
  .c-pagination.--blue .page-numbers li.prev-link a:hover, .c-pagination.--blue .page-numbers li.next-link span:hover,
  .c-pagination.--blue .page-numbers li.next-link a:hover {
    opacity: 1;
  }
  .c-pagination.--blue .page-numbers li.prev-link span:hover svg,
  .c-pagination.--blue .page-numbers li.prev-link a:hover svg, .c-pagination.--blue .page-numbers li.next-link span:hover svg,
  .c-pagination.--blue .page-numbers li.next-link a:hover svg {
    stroke: #fff;
  }
}
.c-pagination.--blue .page-numbers li.prev-link svg, .c-pagination.--blue .page-numbers li.next-link svg {
  stroke: #0B3F8D;
}

.c-list-item-cricle {
  font-size: 1rem;
  position: relative;
  line-height: 1.6;
  padding-left: 1.125rem;
}
.c-list-item-cricle:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.c-list-item-cricle::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0B3F8D;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-list-item-cricle::before {
    top: 0.5625rem;
  }
}

.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-is-no-link {
  pointer-events: none;
}

.u-text-eng {
  text-transform: lowercase;
}
.u-text-eng::first-letter {
  text-transform: uppercase;
}

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

.u-normal-i {
  font-weight: 400 !important;
}

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

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

.u-all-hidden {
  display: none !important;
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  object-position: 50% 0;
}
.u-bg-cover__bg.--pos-bottom {
  object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex {
  display: flex;
}

.u-flex-sb {
  display: flex;
  justify-content: space-between;
}
.u-flex-sb.--wrap {
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .u-flex-sb-pc {
    display: flex;
    justify-content: space-between;
  }
}

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

.u-mb0 {
  margin-bottom: 0 !important;
}

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

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

.u-marker {
  background: linear-gradient(transparent 70%, #FFF79A 70%);
}

.u-text-underline {
  text-decoration: underline;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-no-link {
  pointer-events: none;
}

.u-zoom {
  cursor: pointer;
}
.u-zoom__container img {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .u-zoom:hover .u-zoom__container img {
    transform: scale(1.1);
  }
}

.l-wrapper {
  position: relative;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-wrapper .l-main {
  flex: 1 1 auto;
}
.l-wrapper .l-footer {
  flex: 0 0 auto;
}

.l-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.l-main .p-pages-top {
  flex: 0 0 auto;
}
.l-main .p-content-bg-blue {
  flex: 1 1 auto;
}

.l-outer {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92.5%;
}
@media screen and (max-width: 768px) {
  .l-outer {
    width: 90%;
  }
}

.l-inner {
  width: 66.5rem;
  position: relative;
  margin: 0 auto;
  max-width: 90%;
}
.l-inner.--sm {
  width: 51.25rem;
}
@media screen and (max-width: 768px) {
  .l-inner.--sp-full-width {
    width: 100%;
  }
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  z-index: 10;
  background: rgba(255, 255, 255, 0.8980392157);
  backdrop-filter: blur(13px);
}
@media screen and (max-width: 768px) {
  .l-header {
    transition: ease 0.12s;
  }
}
.l-header.is-open {
  background: transparent;
  backdrop-filter: unset;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 4.1666666667%;
  margin: auto;
  max-width: 1600px;
}
.l-header__logo {
  width: 17.0625rem;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 11.875rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 9.375rem;
  }
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-item {
  font-size: 0.875rem;
  font-weight: 500;
}
.l-header__nav-item:not(:last-of-type) {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item:not(:last-of-type) {
    margin-right: 1.0625rem;
  }
}
.l-header__nav-item a {
  display: block;
  position: relative;
  padding: 0.875rem 0;
  line-height: 1;
  transition: color 0.3s ease;
}
.l-header__nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #4B9927;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.l-header__nav-item a:hover {
  color: #4B9927;
  opacity: 1;
}
.l-header__nav-item a:hover::after {
  transform: scaleX(1);
}
.l-header__toggle {
  display: none;
  position: relative;
  width: 1.875rem;
  height: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #343538;
  transition: ease 0.3s;
}
.l-header__toggle-line:nth-of-type(1) {
  top: 0;
}
.l-header__toggle-line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__toggle-line:nth-of-type(3) {
  bottom: 0;
}
.l-header__toggle.is-open .l-header__toggle-line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.l-header__toggle.is-open .l-header__toggle-line:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-open .l-header__toggle-line:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}

.l-sp-menu {
  display: none;
  position: fixed;
  z-index: 9;
  width: calc(100vw - (100vw - 100%));
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8980392157);
  padding: 7.4375rem 4rem 3.75rem;
  overflow-y: scroll;
  transform: translateX(120%);
  backdrop-filter: blur(13px);
}
@media screen and (max-width: 768px) {
  .l-sp-menu {
    display: block;
    transition: all 0.3s ease;
  }
}
.l-sp-menu.is-open {
  transform: translateX(0);
}
.l-sp-menu__item {
  padding-bottom: 1.5rem;
}
.l-sp-menu__link {
  font-size: 0.75rem;
  line-height: 1;
}
.l-sp-menu__link::before {
  content: attr(data-eng);
  display: block;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1;
  font-optical-sizing: auto;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.l-footer {
  background-color: #343538;
  padding: 3.75rem 0 2.5rem;
  position: relative;
  z-index: 2;
}
.l-footer__logo {
  display: block;
  width: 13.75rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 10.625rem;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 1.375rem;
  }
}
.l-footer__nav-item {
  padding: 0 2.5rem;
  font-size: 0.875rem;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .l-footer__nav-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-item {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item {
    padding: 0;
  }
}
.l-footer__nav-item:first-of-type {
  padding-left: 0;
}
.l-footer__nav-item:last-of-type {
  padding-right: 0;
}
.l-footer__copy {
  text-align: center;
  font-size: 0.625rem;
  color: #fff;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    color: #9B9B9B;
  }
}

/* 固定ページの固定背景（シェイプ）を表示させたくないセクションに指定 */
.l-layar-level02 {
  position: relative;
  z-index: 2;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.top-mv {
  min-height: 830px;
  padding: 9.625rem 7.9861111111%;
}
@media screen and (max-width: 768px) {
  .top-mv {
    padding: 9.0625rem 4.6728971963%;
    min-height: 745px;
  }
}
.top-mv__contents {
  color: #fff;
  max-width: 1350px;
  margin: auto;
}
.top-mv__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-mv__title {
    font-size: 1.9375rem;
  }
}
@media (max-width: 400px) {
  .top-mv__title {
    font-size: 7.2941176471vw;
  }
}
.top-mv__read {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-mv__read {
    font-size: 0.875rem;
  }
}

.top-aboutus {
  background-color: #0B3F8D;
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-aboutus {
    padding: 3.75rem 0;
  }
}
.top-aboutus__headings {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-aboutus__headings {
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 769px) {
  .top-aboutus__col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.top-aboutus__catches {
  color: #fff;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .top-aboutus__catches {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-aboutus__catches {
    margin-bottom: 5rem;
  }
}
.top-aboutus__catches-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .top-aboutus__catches-text {
    font-size: 1.25rem;
    line-height: 220%;
  }
}
.top-aboutus__catches-text:not(:last-of-type) {
  margin-bottom: 0.375rem;
}
.top-aboutus__catches-text.--top {
  display: flex;
  align-items: center;
}
.top-aboutus__catches-group {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.top-aboutus__catches-wish {
  width: 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-aboutus__catches-wish {
    width: 3.3125rem;
  }
}
.top-aboutus__catches-crose {
  margin: 0 0.5rem;
}
.top-aboutus__catches-x {
  width: 0.9375rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-aboutus__catches-x {
    width: 0.8125rem;
  }
}
.top-aboutus__infos {
  flex: 1 1 auto;
}
.top-aboutus__infos-desc {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 3.75rem;
  font-size: 1rem;
}
.top-aboutus__infos-col {
  display: flex;
  justify-content: space-between;
}
.top-aboutus__infos-btn {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .top-aboutus__infos-btn {
    width: 48.2%;
  }
}
.top-aboutus__mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32.375rem;
}
@media screen and (max-width: 768px) {
  .top-aboutus__mark {
    width: 15.9375rem;
    left: auto;
    bottom: auto;
    right: 0;
    top: 3.1875rem;
  }
}

.top-news {
  background-color: #EEF0F6;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 3.75rem 0;
  }
}
.top-news__col {
  display: flex;
}
@media screen and (min-width: 769px) {
  .top-news__col {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-news__col {
    flex-flow: column;
  }
}
.top-news__side {
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .top-news__side {
    margin-right: 4rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-news__side {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .top-news__headings {
    order: 1;
    margin-bottom: 2.5rem;
  }
}
.top-news__btn {
  width: 17.8125rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    order: 3;
    margin: 2.5rem auto 0;
  }
}
.top-news__posts {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .top-news__posts {
    order: 2;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .top-news__article:first-of-type .top-news__article-link {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news__article:first-of-type .top-news__article-link {
    border-top: 1px solid #0B3F8D;
  }
}
.top-news__article-link {
  display: flex;
  padding: 2.5rem;
  border-bottom: 1px solid #0B3F8D;
  color: #0B3F8D;
}
@media screen and (max-width: 768px) {
  .top-news__article-link {
    padding: 2.75rem 1.25rem 2.1875rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .top-news__article-link:hover {
    opacity: 0.7;
  }
}
.top-news__article-date {
  flex: 0 0 auto;
  margin-right: 3.5rem;
  font-family: "Akshar", sans-serif;
  font-weight: 300;
}
.top-news__article-ttl {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 1rem;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.p-page-fixed-shape {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  width: calc(100vw - (100vw - 100%));
  object-fit: cover;
}

.p-pages-top {
  background-color: #0B3F8D;
  padding-top: 4.75rem;
}

.p-content-bg-blue {
  background-color: #0B3F8D;
}

.p-pages-heading {
  padding: 7.75rem 0;
  border-bottom: 1px solid #3466B0;
}
@media screen and (max-width: 768px) {
  .p-pages-heading {
    padding: 9.1875rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-heading.--single {
    padding: 6.875rem 0;
  }
}
.p-pages-heading__items {
  color: #fff;
}
.p-pages-heading__ttl {
  font-family: "Akshar", sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-pages-heading__ttl {
    font-size: 3rem;
  }
}
.p-pages-heading__ttl::after {
  content: "";
  height: 2px;
  width: 2.5rem;
  background-color: #4B9927;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-pages-heading__read {
  font-weight: 700;
}
.p-pages-heading__date {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #d8dde3;
  margin-bottom: 2rem;
}
.p-pages-heading__post-ttl {
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-pages-heading__post-ttl {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

.p-breadcrumb {
  padding: 1.25rem 5%;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    overflow-x: auto;
  }
}
.p-breadcrumb.--boder-bottom {
  border-bottom: 1px solid #3466B0;
}
.p-breadcrumb__list {
  display: flex;
  color: #fff;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__list {
    width: 100%;
    max-width: none;
  }
}
.p-breadcrumb__item {
  font-size: 0.75rem;
  position: relative;
  flex: 0 0 auto;
}
.p-breadcrumb__item a {
  text-decoration: underline;
}
.p-breadcrumb__item:not(:last-of-type) {
  padding-right: 1rem;
  margin-right: 1rem;
}
.p-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  width: 0.3125rem;
  height: 0.3125rem;
}
.p-breadcrumb__item:last-of-type {
  color: rgba(255, 255, 255, 0.5019607843);
  padding-right: 1.25rem;
}
.p-breadcrumb__item:last-of-type a {
  text-decoration: none;
}

.p-post-notfind {
  background-color: #EEF0F6;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.3125rem;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-post-notfind {
    font-size: 1.125rem;
  }
}

.p-custum-scrollbox {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-custum-scrollbox::-webkit-scrollbar {
  display: none;
}
.p-custum-scrollbox .simplebar-scrollbar {
  width: 0.25rem;
}
.p-custum-scrollbox .simplebar-scrollbar::before {
  background-color: #225298;
  border-radius: 3.75rem;
  opacity: 1 !important;
}
.p-custum-scrollbox .simplebar-vertical .simplebar-scrollbar::before {
  width: 100% !important;
  height: 100% !important;
  left: 0;
}
.p-custum-scrollbox .simplebar-horizontal {
  background-color: #fff;
  height: 2px !important;
  border-radius: 10px;
}
.p-custum-scrollbox .simplebar-horizontal .simplebar-scrollbar {
  top: 0 !important;
}
.p-custum-scrollbox .simplebar-horizontal .simplebar-scrollbar::before {
  background-color: #225298;
  border-radius: 30px !important;
}

.p-contact-thanks {
  color: #fff;
  padding: 6.25rem 0 11.25rem;
}
.p-contact-thanks__ttl {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__ttl {
    font-size: 1.5rem;
  }
}
.p-contact-thanks__desc {
  margin-bottom: 3.75rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__desc {
    text-align: left;
  }
}

.p-not-find {
  color: #fff;
  padding: 6.25rem 0 11.25rem;
}
@media screen and (max-width: 768px) {
  .p-not-find {
    padding: 3.75rem 0 6.875rem;
  }
}
.p-not-find__desc {
  margin-bottom: 3.75rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-not-find__desc {
    text-align: left;
  }
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.p-single-news {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-single-news {
    padding: 5.25rem 0 3.75rem;
  }
}
.p-single-news__button {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-single-news__button {
    margin-top: 2.5rem;
  }
}

/* 
エディターの中のスタイル
-----------------*/
.editor-styles-wrapper {
  background-color: #0B3F8D;
}
.editor-styles-wrapper ul {
  padding-left: 0 !important;
}
.editor-styles-wrapper,
.cms-block-editor {
  font-weight: 400;
  color: #fff;
}
.editor-styles-wrapper h1,
.cms-block-editor h1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}
.editor-styles-wrapper h2,
.cms-block-editor h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #fff;
  padding: 0 0 2.5rem;
  position: relative;
  border-bottom: 1px solid #3466B0;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2,
  .cms-block-editor h2 {
    margin-top: 3.5rem;
  }
}
.editor-styles-wrapper h2::before,
.cms-block-editor h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #4B9927;
  width: 2.5rem;
}
.editor-styles-wrapper h3,
.cms-block-editor h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  padding-left: 0.75rem;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3,
  .cms-block-editor h3 {
    margin-top: 2.5rem;
  }
}
.editor-styles-wrapper h3::before,
.cms-block-editor h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4B9927;
  height: 75%;
  width: 3px;
  left: 0;
  border-radius: 20px;
}
.editor-styles-wrapper h4,
.cms-block-editor h4 {
  font-size: 1rem;
  background-color: #225298;
  padding: 0.5rem;
  line-height: 1.4;
  margin-top: 2rem;
}
.editor-styles-wrapper p,
.cms-block-editor p {
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-top: 2rem;
}
.editor-styles-wrapper figure,
.cms-block-editor figure {
  margin-top: 1.5rem;
}
.editor-styles-wrapper figure figcaption,
.cms-block-editor figure figcaption {
  font-size: 0.75rem;
}
.editor-styles-wrapper .wp-block-cover,
.cms-block-editor .wp-block-cover {
  margin-bottom: 1.2rem;
}
.editor-styles-wrapper strong,
.cms-block-editor strong {
  background: linear-gradient(transparent 70%, #3466B0 70%);
  font-weight: normal;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.cms-block-editor ul,
.cms-block-editor ol {
  margin-top: 0.5rem;
}
.editor-styles-wrapper ul,
.cms-block-editor ul {
  list-style-type: none;
}
.editor-styles-wrapper ul li,
.cms-block-editor ul li {
  list-style-type: none;
  font-size: 1rem;
  position: relative;
  line-height: 1.6;
  padding-left: 1.125rem;
}
.editor-styles-wrapper ul li:not(:last-of-type),
.cms-block-editor ul li:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.editor-styles-wrapper ul li::before,
.cms-block-editor ul li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #3466B0;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li::before,
  .cms-block-editor ul li::before {
    top: 0.5625rem;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table,
.cms-block-editor .wp-block-flexible-table-block-table {
  margin-top: 1.5rem;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table tr th,
.cms-block-editor .wp-block-flexible-table-block-table table tr th {
  border-left: none;
  border-right: none;
  border-color: #3466B0;
  border-width: 2px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table tr th,
  .cms-block-editor .wp-block-flexible-table-block-table table tr th {
    border-bottom: none;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table tr td,
.cms-block-editor .wp-block-flexible-table-block-table table tr td {
  border-left: none;
  border-right: none;
}
.editor-styles-wrapper blockquote,
.cms-block-editor blockquote {
  background-color: #f8f8f8;
  padding: 1.3rem;
  font-size: 0.82rem;
  margin-bottom: 1.7rem;
}
.editor-styles-wrapper blockquote p,
.cms-block-editor blockquote p {
  font-size: 0.82rem;
  margin-bottom: 0;
}
.editor-styles-wrapper a,
.cms-block-editor a {
  text-decoration: underline;
  word-break: break-all;
  color: #fff;
}
.editor-styles-wrapper .link-col,
.cms-block-editor .link-col {
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .link-col .link-col-icon,
.cms-block-editor .link-col .link-col-icon {
  width: 1.125rem;
  height: 1.125rem;
  fill: #F3B6B9;
  margin-right: 0.375rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .link-col .link-col-icon,
  .cms-block-editor .link-col .link-col-icon {
    width: 1rem;
    height: 1rem;
  }
}

.cms-block-editor ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.page-investment-policy {
  padding: 6.25rem 0;
}
.page-investment-policy__headings {
  color: #fff;
  margin: 0 auto 4.125rem;
  max-width: 820px;
}
.page-investment-policy__ttl {
  margin-bottom: 3rem;
  color: #fff;
}
.page-investment-policy__read {
  line-height: 1.8;
}
.page-investment-policy__group {
  flex: 0 0 49.4360902256%;
}
@media screen and (max-width: 1024px) {
  .page-investment-policy__group {
    flex-basis: 47.9381443299%;
  }
}
.page-investment-policy__group-ttl {
  text-align: center;
  color: #fff;
  background-color: #225298;
  border: 1px solid #3466B0;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 0;
  font-weight: 700;
  margin-bottom: 1rem;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .page-investment-policy__group-ttl {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-investment-policy__group-ttl {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-investment-policy__group-data {
    display: flex;
    justify-content: space-between;
  }
}
.page-investment-policy__anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EEF0F6;
  color: #0B3F8D;
  flex: 0 0 48.6692015209%;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5625rem 1.25rem;
  padding-left: 1.75rem;
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .page-investment-policy__anchor {
    padding: 0.5625rem 0.625rem;
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-investment-policy__anchor {
    flex-flow: column;
    font-size: 1rem;
    min-height: 6rem;
    padding: 0.5625rem 0.625rem 0.6875rem;
    text-align: center;
  }
  .page-investment-policy__anchor:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-investment-policy__anchor {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .page-investment-policy__anchor {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 769px) {
  .page-investment-policy__anchor-text {
    flex: 1 1 auto;
  }
}
.page-investment-policy__anchor-arw {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0B3F8D;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-investment-policy__anchor-arw {
    flex: 0 0 auto;
  }
}
.page-investment-policy__anchor-arw::after {
  content: "";
  border-right: 0.09375rem solid #fff;
  border-bottom: 0.09375rem solid #fff;
  position: absolute;
  margin: auto;
  transform: translateY(-15%) rotate(45deg);
  inset: 0;
  width: 0.375rem;
  height: 0.375rem;
}

.p-investment-target {
  background-color: #EEF0F6;
  padding: 6.875rem 0;
}
@media screen and (max-width: 768px) {
  .p-investment-target {
    padding: 3.75rem 0;
  }
}
.p-investment-target__title {
  margin-bottom: 2rem;
}
.p-investment-target__list-wrapper {
  background-color: #fff;
  border: 1px solid #D8DDE3;
  border-radius: 0.625rem;
  padding: 4rem 6.625rem;
}
@media screen and (max-width: 768px) {
  .p-investment-target__list-wrapper {
    padding: 2.75rem 1.25rem 3.75rem;
  }
}
.p-investment-target__item {
  align-items: center;
}
.p-investment-target__item:not(:last-of-type) {
  margin-bottom: 3.6875rem;
}
.p-investment-target__icon {
  flex: 0 0 auto;
  width: 14.5rem;
}
@media screen and (min-width: 769px) {
  .p-investment-target__icon {
    margin-right: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-investment-target__icon {
    margin: 0 auto 1.5rem;
  }
}
.p-investment-target__body {
  flex: 1 1 auto;
}
.p-investment-target__heading {
  color: #0B3F8D;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-investment-target__heading {
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-investment-target__feature {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.7;
}
.p-investment-target__feature:not(:last-of-type) {
  margin-bottom: 0.875rem;
}
.p-investment-target__feature::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #3466B0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.375rem;
}

.p-investment-approach {
  background-color: #0B3F8D;
  color: #fff;
  padding: 11.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-investment-approach {
    padding: 3.75rem 0;
    overflow: hidden;
  }
}
.p-investment-approach__title {
  color: #fff;
  margin-bottom: 3.5rem;
}
.p-investment-approach__lead {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-investment-approach__lead {
    font-size: 1.125rem;
  }
}
.p-investment-approach__graph {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-investment-approach__graph {
    width: 112%;
    margin-right: -12%;
  }
}
.p-investment-approach__graph .simplebar-scrollbar {
  height: 100% !important;
}
.p-investment-approach__graph .simplebar-horizontal {
  bottom: 1.0625rem;
  left: 1.25rem !important;
  width: 21.75rem;
}
@media screen and (max-width: 768px) {
  .p-investment-approach__graph-img {
    width: 49.6875rem;
    max-width: none;
  }
}
.p-investment-approach__partner-title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-investment-approach__partner-title {
    font-size: 1.125rem;
  }
}
.p-investment-approach__partner-item {
  border: 1px solid #3466B0;
  padding: 1.75rem 1.25rem 2rem;
  flex: 0 0 32.079887218%;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-investment-approach__partner-item:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.p-investment-approach__partner-icon {
  width: 11.625rem;
  margin: 0 auto 1.5rem;
}
.p-investment-approach__partner-text {
  line-height: 1.8;
}

/*----------------------------------------------------

よく使う関数解説

// 基準フォントサイズ（デザインのベースとなるHTMLのフォントサイズ）
$baseFontsize: 16;
＊レスポンシブの際は16px相当のvwの値へ変換
/fundation/_base.scssでそれぞれのデバイスごとに設定

●pxをremへ変換

// ------------------------------
// rem() 関数
// px単位をremに変換する関数
// 例：rem(24) → 1.5rem
// 計算：24 ÷ $baseFontsize(16) × 1rem = 1.5rem

// ------------------------------
@function rem($pixels) {
      @return math.div($pixels, $baseFontsize) * 1rem;
}
↑は/global/_functions.scssに記載

// --- 使用例 ---
// padding: rem(32); // → 2rem（＝32 ÷ 16）
// font-size: rem(14); // → 0.875rem（＝14 ÷ 16）


-------------------------------------------------------*/
.p-company-policy {
  background-color: #EEF0F6;
  padding: 6.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-company-policy {
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-company-policy__inner {
    /*  max-width: 100%;
    margin-left: 42%;
    margin-right: 0; */
    width: 44.25rem;
    margin: 0;
    margin-left: 41%;
  }
}
.p-company-policy__symbol {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35.7638888889%;
}
@media screen and (max-width: 768px) {
  .p-company-policy__symbol {
    width: 18.75rem;
    left: auto;
    right: 0;
    bottom: 3.625rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .p-company-policy__block {
    margin-left: 23.375rem;
  }
}
.p-company-policy__headings {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company-policy__headings {
    margin-bottom: 3.5rem;
  }
}
.p-company-policy__text {
  line-height: 1.8;
}

.p-company-vision {
  background-color: #0B3F8D;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-company-vision {
    padding: 3.75rem 0;
  }
}
.p-company-vision__headings {
  color: #fff;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .p-company-vision__headings {
    margin-right: 7.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company-vision__headings {
    margin-bottom: 2.5rem;
  }
}
.p-company-vision__list {
  flex: 1 1 auto;
}
.p-company-vision__item {
  color: #fff;
  background: #225298;
  padding: 1.375rem 1.5rem;
  line-height: 1.7;
}
.p-company-vision__item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-company-overview {
  padding: 6.25rem 0 11.25rem;
  background-color: #EEF0F6;
}
@media screen and (max-width: 768px) {
  .p-company-overview {
    padding: 3.75rem 0;
  }
}
.p-company-overview__headings {
  margin-bottom: 2.5rem;
}
.p-company-overview__body {
  background-color: #fff;
  border: 1px solid #D8DDE3;
  border-radius: 0.625rem;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company-overview__body {
    padding: 1.25rem;
  }
}
.p-company-overview__list {
  display: flex;
  padding: 1.875rem 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-company-overview__list {
    display: block;
    padding: 1.25rem 0;
  }
}
.p-company-overview__list:not(:last-of-type) {
  border-bottom: 1px solid #D8DDE3;
}
.p-company-overview__term {
  flex: 0 0 6rem;
  margin-right: 3.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company-overview__term {
    margin-bottom: 1rem;
  }
}
.p-company-overview__desc {
  flex: 1 1 auto;
}
.p-company-overview__info {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
}
.p-company-overview__info-item {
  display: contents;
}

.p-archive-news {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive-news {
    padding: 3.75rem 0;
  }
}
.p-archive-news__inner {
  background-color: #EEF0F6;
  border-radius: 0.625rem;
  padding: 1.25rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-archive-news__inner {
    padding: 1.25rem;
  }
}
.p-archive-news__article {
  border-bottom: 1px solid #d8dde3;
}
.p-archive-news__article-link {
  display: flex;
  padding: 2.75rem 2rem 2.1875rem;
  color: #0B3F8D;
}
@media screen and (max-width: 768px) {
  .p-archive-news__article-link {
    display: block;
    padding: 2.75rem 1.25rem 2.1875rem;
  }
}
.p-archive-news__article-date {
  font-family: "Akshar", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  flex: 0 0 4.6875rem;
  margin-right: 2.5625rem;
  line-height: 1;
}
.p-archive-news__article-ttl {
  font-size: 1rem;
  flex: 1 1 auto;
  font-weight: 400;
  line-height: 1.8;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-news__article-ttl {
    margin-top: 1rem;
  }
}
.p-archive-news__pagenation {
  margin: 5rem 0 3.75rem;
}

.p-archive-team {
  padding: 6.25rem 0 15.625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-team {
    padding: 3.75rem 0 5.25rem;
  }
}
.p-archive-team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-archive-team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-archive-team__item {
  background-color: #EEF0F6;
  cursor: pointer;
  padding: 1.25rem;
  padding-bottom: 1.75rem;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-archive-team__item {
    padding: 1rem;
    padding-bottom: 1.5rem;
  }
}
.p-archive-team__thumb {
  aspect-ratio: 193/257;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-archive-team__thumb {
    aspect-ratio: 152/202;
    margin-bottom: 1rem;
  }
}
.p-archive-team__content {
  line-height: 1.5;
}
.p-archive-team__sub {
  color: #9B9B9B;
  font-size: 0.875rem;
  margin-bottom: 0.5625rem;
}
.p-archive-team__name {
  font-size: 1.375rem;
}
.p-archive-team__eng {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.125rem;
  font-family: "Akshar", sans-serif;
}

.p-modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - (100vw - 100%));
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.p-modal.is-modal-open {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-modal-open .p-modal__content {
  transform: translateY(0);
}
.p-modal__bg {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - (100vw - 100%));
  background-color: rgba(9, 30, 60, 0.8);
  cursor: pointer;
}
.p-modal__content {
  position: relative;
  z-index: 13;
  background-color: #EEF0F6;
  height: 80dvh;
  max-width: calc(100% - 40px);
  width: 1065px;
  border-radius: 2px;
  transition: 0.3s ease;
  transform: translateY(20%);
}
@media screen and (max-width: 768px) {
  .p-modal__content {
    width: 90%;
    max-height: none;
    height: 94dvh;
  }
}
.p-modal__close {
  position: absolute;
  width: 2.5rem;
  top: 1.875rem;
  right: 1.875rem;
  transition: all 0.3s ease;
  z-index: 7;
}
@media (any-hover: hover) {
  .p-modal__close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    top: 0.625rem;
    right: 0.625rem;
    width: 1.875rem;
    position: fixed;
  }
}
@media screen and (min-width: 769px) {
  .p-modal__inner {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__inner {
    overflow-y: auto;
    height: 100%;
    padding: 3.125rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-modal__body {
    display: flex;
    align-items: flex-start;
    padding-left: 7.625rem;
    height: 100%;
  }
}
.p-modal__thumb {
  flex: 0 0 auto;
  width: 13.25rem;
  aspect-ratio: 212/277.44;
}
@media screen and (min-width: 769px) {
  .p-modal__thumb {
    position: fixed;
    left: 7.625rem;
    top: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__thumb {
    margin: 0 auto 2.5rem;
    width: 68%;
    height: auto;
    aspect-ratio: 258/345;
  }
}
.p-modal__detail {
  flex: 1 1 auto;
}
@media screen and (min-width: 769px) {
  .p-modal__detail {
    height: 100%;
    overflow-y: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 19.25rem;
    padding-right: 7.625rem;
  }
}
.p-modal__header {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-modal__header {
    text-align: center;
  }
}
.p-modal__sub-title {
  color: #9B9B9B;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-modal__title-block {
    display: flex;
    align-items: center;
  }
}
.p-modal__main-title {
  font-size: 1.625rem;
}
@media screen and (min-width: 769px) {
  .p-modal__main-title {
    margin-right: 1rem;
  }
}
.p-modal__eng-title {
  font-family: "Akshar", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-modal__eng-title {
    margin-top: 0.125rem;
  }
}
.p-modal__career {
  margin-top: 2rem;
  border: 1px solid #D8DDE3;
  border-radius: 2px;
  padding: 1.25rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-modal__career {
    padding: 1.25rem;
    margin-top: 1rem;
  }
}
.p-modal__career-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.p-archive-investee-company {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive-investee-company {
    padding: 3.75rem 0;
  }
}
.p-archive-investee-company__list {
  display: grid;
  grid-template-columns: repeat(3, 29.3233082707%);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-archive-investee-company__list {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}
.p-archive-investee-company__head {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.p-archive-investee-company__thumb {
  aspect-ratio: 312/249;
  background-color: #EEF0F6;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-archive-investee-company__thumb {
    aspect-ratio: 388/310.18;
  }
}
.p-archive-investee-company__glass {
  position: absolute;
  width: 1.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-archive-investee-company__glass {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.p-archive-investee-company__content {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.p-archive-investee-company__title {
  line-height: 1.2;
  font-size: 1rem;
}
.p-archive-investee-company__category {
  display: flex;
  gap: 0.75rem;
}
.p-archive-investee-company__category-item {
  border: 1px solid currentColor;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.125rem 0.375rem;
}
.p-archive-investee-company__pagenation {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-archive-investee-company__pagenation {
    margin-top: 2.5rem;
  }
}

.p-modal.is-modal-open {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-modal-open .p-modal__content-investee {
  transform: translateY(0);
}
.p-modal__content-investee {
  position: relative;
  z-index: 13;
  background-color: #EEF0F6;
  height: 80dvh;
  max-width: calc(100% - 40px);
  width: 1065px;
  border-radius: 2px;
  transition: 0.3s ease;
  transform: translateY(20%);
}
@media screen and (max-width: 768px) {
  .p-modal__content-investee {
    width: 90%;
    max-height: none;
    height: 94dvh;
  }
}
@media screen and (min-width: 769px) {
  .p-modal__close-investee {
    right: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__close-investee {
    top: 0.625rem;
    right: 0.625rem;
    width: 1.875rem;
  }
}
.p-modal__inner-investee {
  padding: 6.125rem 7.125rem;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-modal__inner-investee {
    padding: 3.125rem 1.25rem;
    width: 100%;
    max-height: 100%;
  }
}
.p-modal__contenair-investee {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-modal__contenair-investee {
    flex-flow: column;
  }
}
.p-modal__investee-top {
  flex: 0 0 21.25rem;
}
@media screen and (min-width: 769px) {
  .p-modal__investee-top {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-modal__investee-top {
    flex-basis: 18.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-modal__investee-top {
    display: contents;
  }
}
.p-modal__investee-thumb {
  aspect-ratio: 340/255;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #d8dde3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-modal__investee-thumb {
    aspect-ratio: 348/261;
    order: 1;
    margin-bottom: 2.5rem;
  }
}
.p-modal__investee-outline {
  font-size: 0.875rem;
  line-height: 1.7;
  padding-top: 1rem;
  border-top: 1px solid #d8dde3;
}
@media screen and (max-width: 768px) {
  .p-modal__investee-outline {
    order: 3;
    border-top: none;
    padding-top: 1.125rem;
  }
}
.p-modal__investee-detail {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-modal__investee-detail {
    order: 2;
  }
}
.p-modal__investee-dl {
  display: flex;
  line-height: 1.8;
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #d8dde3;
}
.p-modal__investee-dl:first-of-type {
  padding-top: 0;
}
.p-modal__investee-label {
  font-weight: 700;
  flex: 0 0 6.625rem;
  margin-right: 1.375rem;
}
.p-modal__investee-value {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-modal__investee-value {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-modal__investee-url {
  background-color: #fff;
  color: #0B3F8D;
  display: flex;
  gap: 0.25rem;
  line-height: 1.8;
  font-size: 0.75rem;
  padding: 0.0625rem 0.4375rem;
  border-radius: 2px;
  border: 1px solid #d8dde3;
  font-weight: 500;
  flex: 0 0 auto;
}
.p-modal__investee-url-icon {
  display: flex;
  align-items: center;
  width: 0.625rem;
}

.p-contact-form {
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    padding: 2.5rem 0 5rem;
  }
}
.p-contact-form__inner {
  background-color: #EEF0F6;
  border-radius: 0.625rem;
  padding: 5rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form__inner {
    padding: 2.5rem 1.25rem 5rem;
  }
}
.p-contact-form__lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form__lead {
    margin-bottom: 3.5rem;
  }
}
.p-contact-form__item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .p-contact-form__field {
    display: flex;
    align-items: center;
  }
}
.p-contact-form__field:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-contact-form__field.--align-top {
    align-items: flex-start;
  }
}
.p-contact-form__label {
  flex: 0 0 13.25rem;
  margin-right: 1.875rem;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact-form__label {
    margin: 0 0 1rem;
  }
}
.p-contact-form__required {
  background-color: #C12620;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 0.375rem;
  margin-left: 0.625rem;
  font-weight: 400;
}
.p-contact-form__input {
  flex: 1 1 auto;
  position: relative;
}
.p-contact-form__input .wpcf7-not-valid-tip {
  position: absolute;
  background-color: rgba(193, 37, 32, 0.8705882353);
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 0.375rem;
  font-weight: 400;
  top: -1.25rem;
  right: 0.625rem;
  border-radius: 2px;
  color: #fff;
}
.p-contact-form__policy {
  height: 13.75rem;
  padding: 1.25rem 1.25rem;
  padding-right: 1.5rem;
  border: 1px solid #0B3F8D;
  border-radius: 0.25rem;
  padding-right: 0.625rem;
  margin-bottom: 2.5rem;
}
.p-contact-form__policy-box {
  height: 100%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form__policy-box {
    padding-right: 1rem;
    overflow-y: auto;
  }
}
.p-contact-form__policy-box .simplebar-scrollbar {
  height: 5rem !important;
}
@media screen and (max-width: 768px) {
  .p-contact-form__policy-box .simplebar-scrollbar {
    left: auto;
  }
}
.p-contact-form__policy-ttl {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
.p-contact-form__policy-read {
  margin-bottom: 0.875rem;
}
.p-contact-form__policy-gr:not(:last-of-type) {
  margin-bottom: 0.875rem;
}
.p-contact-form__policy-list {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.p-contact-form__policy-text {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-contact-form__policy-info {
  margin-top: 0.875rem;
}
.p-contact-form__submit {
  margin: 2rem auto 0;
}

.wpcf7-acceptance {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 1.6875rem 0 3.4375rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance {
    margin-bottom: 2.1875rem;
  }
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
  transition: ease 0.23s;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #343538;
  border-radius: 0.104375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  left: 0.375rem;
  bottom: 0.25rem;
  transform: rotate(32deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #20135F;
  border-color: #20135F;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-response-output {
  /* position: relative;
  z-index: 9999;
  text-align: center;
  color: #fff;
  font-size: 2.5rem; */
  display: none;
}