@charset "UTF-8";
/*!
Theme Name: テンプレート
Author: crosswish
Description: テンプレート
Version: 1.0
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*-- globalフォルダの直下の_index.scss --*/
/*====================================
* font
=====================================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 500;
  src: url("../font/MPLUSRounded1c-Medium.woff2") format("woff2"), url("../font/MPLUSRounded1c-Medium.woff") format("woff");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 600;
  src: url("../font/MPLUSRounded1c-Bold.woff2") format("woff2"), url("../font/MPLUSRounded1c-Bold.woff") format("woff");
}
@font-face {
  font-family: "ExpletusSans";
  font-style: normal;
  font-weight: 600;
  src: url("../font/ExpletusSans-SemiBold.woff2") format("woff2"), url("../font/ExpletusSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "BalooTamma2";
  font-style: normal;
  font-weight: 600;
  src: url("../font/BalooTamma2-SemiBold.woff2") format("woff2"), url("../font/BalooTamma2-SemiBold.woff") format("woff");
}
/*====================================
* color
=====================================*/
/*====================================
* ブレイクポイント
=====================================*/
/*====================================
* 三角形
=====================================*/
:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

/*====================================
* 初期設定
=====================================*/
html {
  font-size: 16px;
}

body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.875;
  font-size: 1rem;
}
body p {
  line-height: 1.8;
}
body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: 0.08em;
}

@media screen and (min-width: 901px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .pcOnly {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swiperFadeIn {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}
.js-fadeIn.-active {
  opacity: 1;
  transform: translateY(0px);
}

.js-list > * {
  opacity: 0;
  transform: translateY(40px);
}
.js-list.-active > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
}

.js-blur {
  filter: blur(10px);
  transition: filter 0.6s ease-out;
  will-change: filter;
}
.js-blur.-active {
  filter: blur(0px);
}

.js-fadeList > * {
  opacity: 0;
}
.js-fadeList.-active > * {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/*====================================
* 共通パーツ
=====================================*/
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.l-inner__01 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
}
.l-inner__02 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
  box-sizing: content-box;
}
.l-inner__03 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  box-sizing: content-box;
}

.c-btn {
  margin: 0 auto;
  width: 240px;
  height: 54px;
  display: grid;
  place-content: center;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  line-height: 1.3;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #074C88;
  border: 1px solid #074C88;
  box-sizing: border-box;
  transition: 0.3s;
  transition-property: color, background-color;
}
@media (hover: hover) {
  .c-btn:where(:any-link, :enabled, summary):hover {
    color: #074C88;
    background: #fff;
  }
}
.c-btn span {
  display: block;
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
}
.c-btn.-col02 {
  background-color: #FD3873;
  border: 1px solid #FD3873;
}
@media (hover: hover) {
  .c-btn.-col02:where(:any-link, :enabled, summary):hover {
    color: #FD3873;
    background-color: #fff;
  }
}
.c-btn.-col03 {
  color: #000000;
  background-color: #F2F8FB;
  border: 1px solid #F2F8FB;
  transition-property: color, border, background-color;
}
@media (hover: hover) {
  .c-btn.-col03:where(:any-link, :enabled, summary):hover {
    color: #9DDFDE;
    border: 1px solid #9DDFDE;
    background-color: #fff;
  }
}
.c-btn.-demo {
  border: none;
  color: #fff;
  background: linear-gradient(92.45deg, #04D1D1 -26.57%, #006DCC 48.14%, #AB8BF7 123.72%);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.c-btn.-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: linear-gradient(92.45deg, #4CFCFC -26.57%, #56ADFA 48.14%, #FFBBF9 123.72%);
}
@media (hover: hover) {
  .c-btn.-demo:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}

.c-comment {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  width: 270px;
}
@media screen and (max-width: 900px) {
  .c-comment {
    margin-top: 30px;
  }
}
.c-comment-tex {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.c-comment-tex span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #2156A5;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 0.9375rem;
}
.c-comment-tex span::before, .c-comment-tex span::after {
  content: "";
  display: block;
  width: 1.4px;
  height: 17px;
  background-color: #2156A5;
}
.c-comment-tex span::before {
  rotate: -25deg;
}
.c-comment-tex span::after {
  rotate: 25deg;
}

@media screen and (min-width: 901px) {
  .c-tit__01 div {
    display: flex;
    gap: 1rem;
  }
}
.c-tit__01 div span._en {
  font-size: clamp(3.75rem, 2.8555045872rem + 3.6697247706vw, 6.25rem);
}
@media screen and (max-width: 900px) {
  .c-tit__01 div span._en + ._en {
    line-height: 0.8;
  }
}
.c-tit__01 span {
  display: block;
}
.c-tit__01 span._en {
  font-size: clamp(3rem, 2.2844036697rem + 2.9357798165vw, 5rem);
  font-weight: bold;
  line-height: 1.2;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
}
.c-tit__01 span._en::first-letter {
  color: #074C88;
}
.c-tit__01 span._en.-col01 {
  color: #9DDFDE;
}
.c-tit__01 span._ja {
  margin-top: 7px;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  letter-spacing: 0.08em;
}
.c-tit__02 {
  font-size: clamp(1.5rem, -0.4396551724rem + 3.4482758621vw, 2.75rem);
  font-weight: bold;
  line-height: 1.6;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #074C88;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 901px) {
  .c-tit__02 {
    letter-spacing: 0.08em;
  }
}
.c-tit__02 span {
  color: #FD3873;
}

.c-non-cognitive {
  display: flex;
  gap: clamp(0.375rem, -0.1099137931rem + 0.8620689655vw, 0.6875rem);
  align-items: center;
  font-size: clamp(3rem, -0.1034482759rem + 5.5172413793vw, 5rem);
  font-weight: bold;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.08em;
}
.c-non-cognitive ._no {
  padding: 0.44rem;
  color: #fff;
  display: grid;
  place-content: center;
  width: auto;
  position: relative;
}
.c-non-cognitive ._no::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #074C88;
  border-radius: 8px;
}
.c-non-cognitive ._no > span {
  position: relative;
  z-index: 2;
  line-height: 1;
  letter-spacing: 0;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* ヘッダー
=====================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  transition: background-color 0.3s;
}
.l-header.-scroll {
  background-color: #fff;
}
.l-header.js-loading .l-header-logo,
.l-header.js-loading .l-header-container {
  opacity: 0;
}
.l-header.-active .l-header-logo,
.l-header.-active .l-header-container {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.7s;
}
.l-header .l-header-wrapper {
  padding: 0 clamp(1.25rem, -2.9605263158rem + 6.5789473684vw, 3.125rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: height 0.3s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-header .l-header-wrapper {
    align-items: center;
    height: 120px;
  }
}
.l-header .l-header-logo h1 img {
  width: clamp(12.5rem, -4.3421052632rem + 26.3157894737vw, 20rem);
  vertical-align: middle;
}
.l-header .l-header-logo p {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .l-header .l-header-logo p {
    font-weight: bold;
  }
}

.l-header-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .l-header-menu {
    padding: 0 20px 20vh;
    opacity: 0;
    visibility: hidden;
    padding-top: 106px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F8FB;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header-menu.-active {
    visibility: visible;
    opacity: 1;
  }
}
.l-header-menu ._logo {
  margin: auto;
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .l-header-menu ._logo {
    display: none;
  }
}
.l-header-menu ._nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, -2.5712719298rem + 5.4824561404vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav {
    margin: 38px auto;
    width: 182px;
    flex-direction: column;
  }
}
.l-header-menu ._nav ul {
  display: flex;
  align-items: center;
  gap: 24px clamp(0.9375rem, -1.4484649123rem + 3.7280701754vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-header-menu ._nav ul li a {
  display: block;
  font-weight: 500;
  width: 100%;
  font-size: clamp(0.8125rem, 0.5317982456rem + 0.4385964912vw, 0.9375rem);
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav ul li a {
    padding-left: 22px;
    font-size: 0.9375rem;
    position: relative;
  }
  .l-header-menu ._nav ul li a::before {
    content: "";
    position: absolute;
    top: 9.5px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #074C88;
    border-radius: 50%;
  }
  .l-header-menu ._nav ul li a::after {
    content: "";
    position: absolute;
    top: 12.5px;
    left: 3px;
    width: 5px;
    height: 5px;
    width: 5px;
    height: 5px;
    background-color: #F2F8FB;
    border-radius: 50%;
  }
}
@media (hover: hover) {
  .l-header-menu ._nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #074C88;
  }
}
.l-header-menu ._nav ._btn {
  display: grid;
  place-content: center;
  width: clamp(11.875rem, 6.2609649123rem + 8.7719298246vw, 14.375rem);
  height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #FD3873;
  border-radius: 50px;
  border: 1px solid #FD3873;
  box-sizing: border-box;
  font-size: clamp(0.8125rem, 0.5317982456rem + 0.4385964912vw, 0.9375rem);
  transition: 0.3s;
  transition-property: background-color, color;
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav ._btn {
    display: none;
  }
}
@media (hover: hover) {
  .l-header-menu ._nav ._btn:where(:any-link, :enabled, summary):hover {
    color: #FD3873;
    background-color: #fff;
  }
}
.l-header-menu ._sp-box {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .l-header-menu ._sp-box {
    display: none;
  }
}
.l-header-menu ._sp-box ._wrapper {
  padding: 24px 10px 20px;
  background-color: #fff;
  border-radius: 16px;
}
.l-header-menu ._sp-box ._wrapper .c-comment {
  margin-top: 30px;
}
.l-header-menu ._sp-box ._wrapper ._item {
  margin-top: 20px;
}
.l-header-menu ._sp-box ._wrapper ._item .c-btn {
  font-weight: bold;
}
.l-header-menu ._sp-box ._wrapper ._tit {
  text-align: center;
  font-weight: bold;
}
.l-header-menu ._sp-box ._wrapper ._tit + p {
  margin: 4px auto 0;
  max-width: 480px;
  text-align: justify;
}
.l-header-menu ._sp-box > a {
  margin: 37px auto 0;
  padding-left: 22px;
  display: block;
  font-weight: 500;
  width: fit-content;
  font-size: 0.875rem;
  position: relative;
}
.l-header-menu ._sp-box > a::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #074C88;
  border-radius: 50%;
}
.l-header-menu ._sp-box > a::after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: 3px;
  width: 5px;
  height: 5px;
  width: 5px;
  height: 5px;
  background-color: #F2F8FB;
  border-radius: 50%;
}

.l-header-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header-btn {
    display: grid;
    place-content: center;
    width: 37px;
    height: 9px;
    cursor: pointer;
    z-index: 10;
    position: relative;
  }
  .l-header-btn::before, .l-header-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
  }
  .l-header-btn::before {
    left: 0;
    top: 0;
  }
  .l-header-btn::after {
    right: 0;
    bottom: 0px;
  }
}
.l-header-btn.-active::before {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.l-header-btn.-active::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-15deg);
}
.l-header-btn.-active div {
  opacity: 0;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* フッター
=====================================*/
.l-footer-menu {
  padding: clamp(5rem, 4.0301724138rem + 1.724137931vw, 5.625rem) 0 80px;
  background-color: #F2F8FB;
}
.l-footer-menu ._logo {
  margin: auto;
  width: 240px;
}
.l-footer-menu ._nav {
  margin-top: clamp(3.625rem, 3.0431034483rem + 1.0344827586vw, 4rem);
}
.l-footer-menu ._nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem) 30px;
}
@media screen and (max-width: 900px) {
  .l-footer-menu ._nav ul {
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer-menu ._nav ul li a {
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-footer-menu ._nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #074C88;
  }
}
.l-footer-menu ._about {
  margin-top: 77px;
  text-align: center;
}
.l-footer-menu ._about figure {
  margin: auto;
  padding: 18px 75px;
  width: fit-content;
  background-color: #fff;
  border-radius: 8px;
}
.l-footer-menu ._about figure img {
  width: 250px;
}
.l-footer-menu ._about a {
  margin-top: clamp(1.5rem, 1.4105504587rem + 0.3669724771vw, 1.75rem);
  display: block;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  font-weight: 500;
}

.l-footer ._copyright {
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #074C88;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
main#top + .l-footer, main#kentei + .l-footer {
  padding-top: clamp(6.25rem, 4.3103448276rem + 3.4482758621vw, 7.5rem);
}

.top-mv {
  padding-top: clamp(14.0625rem, 8.3405172414rem + 10.1724137931vw, 17.75rem);
  height: clamp(39.375rem, 20.9482758621rem + 32.7586206897vw, 51.25rem);
  position: relative;
  overflow: hidden;
}
.top-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/img-mv_sp.jpg);
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
  filter: blur(30px);
}
@media screen and (min-width: 601px) {
  .top-mv::before {
    background-image: url(../img/top/img-mv_pc.jpg);
    background-position: right 30% bottom;
  }
}
@media screen and (min-width: 901px) {
  .top-mv::before {
    background-position: center;
  }
}
.top-mv.-active::before {
  filter: blur(0px);
  transition: filter 0.8s ease-in-out;
}
.top-mv.-active ._box,
.top-mv.-active ._news {
  opacity: 1;
}
.top-mv.-active ._box {
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.top-mv.-active ._news {
  transition: background-color 0.3s, opacity 0.3s ease-in-out 0.7s;
}
.top-mv ._box {
  opacity: 0;
}
.top-mv ._box ._copy,
.top-mv ._box p {
  font-size: clamp(0.8125rem, 0.1336206897rem + 1.2068965517vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}
.top-mv ._box ._copy span,
.top-mv ._box p span {
  color: #FD3873;
  font-size: clamp(0.9375rem, 0.0646551724rem + 1.5517241379vw, 1.5rem);
}
.top-mv ._box ._name {
  width: 295px;
}
@media screen and (min-width: 601px) {
  .top-mv ._box ._name {
    width: 50%;
  }
}
@media screen and (min-width: 901px) {
  .top-mv ._box ._name {
    width: min(57.9166666667vw, 695px);
  }
}
.top-mv ._box ._name img {
  width: 100%;
}
.top-mv ._box p {
  margin-top: clamp(2.875rem, 0.2564655172rem + 4.6551724138vw, 4.5625rem);
}
@media screen and (max-width: 900px) {
  .top-mv ._box p {
    font-size: clamp(0.9375rem, 0.4525862069rem + 0.8620689655vw, 1.25rem);
  }
}
.top-mv ._news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
}
.top-mv ._news:has(.c-news-item a:hover) {
  background-color: #fff;
}
.top-mv ._news .c-news-item {
  flex: 1;
}
.top-mv ._news .c-news-item a {
  padding: clamp(0.8125rem, -0.2543103448rem + 1.8965517241vw, 1.5rem) 24px clamp(1rem, 0.224137931rem + 1.3793103448vw, 1.5rem) clamp(1.5rem, -1.9913793103rem + 6.2068965517vw, 3.75rem);
  transition: opacity 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: start;
  gap: 10px clamp(0.75rem, -1.1896551724rem + 3.4482758621vw, 2rem);
}
@media screen and (min-width: 901px) {
  .top-mv ._news .c-news-item a {
    grid-template-columns: auto auto 1fr;
  }
}
@media (hover: hover) {
  .top-mv ._news .c-news-item a:where(:any-link, :enabled, summary):hover ._date,
  .top-mv ._news .c-news-item a:where(:any-link, :enabled, summary):hover ._tit {
    color: #074C88;
  }
  .top-mv ._news .c-news-item a:where(:any-link, :enabled, summary):hover ._cat {
    background-color: #04D1D1;
  }
}
.top-mv ._news .c-news-item a ._tit {
  font-size: clamp(0.9375rem, 0.8405172414rem + 0.1724137931vw, 1rem);
}
@media screen and (max-width: 900px) {
  .top-mv ._news .c-news-item a ._tit {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.top-mv ._news .c-news-item a ._date,
.top-mv ._news .c-news-item a ._tit {
  transition: color 0.3s;
}
.top-mv ._news .c-news-item a ._cat {
  transition: background-color 0.3s;
}
.top-mv .c-btn {
  margin: 18.5px 24px 18.5px 0;
  width: 134px;
  height: 37px;
}
@media screen and (max-width: 900px) {
  .top-mv .c-btn {
    display: none;
  }
}

.top-lead {
  padding-top: clamp(3.75rem, -4.5905172414rem + 14.8275862069vw, 9.125rem);
}
.top-lead ._container {
  display: grid;
  gap: 0 clamp(3.75rem, 0.8405172414rem + 5.1724137931vw, 5.625rem);
  grid-template-areas: "box" "img" "btn";
}
@media screen and (min-width: 901px) {
  .top-lead ._container {
    grid-template-areas: "box img" "btn img";
  }
}
.top-lead ._container ._box {
  grid-area: box;
}
@media screen and (min-width: 901px) {
  .top-lead ._container ._box {
    max-width: 494px;
  }
}
.top-lead ._container ._box ._tit {
  font-weight: bold;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.top-lead ._container ._box p {
  margin: clamp(1.25rem, 0.6681034483rem + 1.0344827586vw, 1.625rem) 0 0;
}
.top-lead ._container .c-btn {
  margin-top: 35px;
  width: 304px;
  height: 49px;
  grid-area: btn;
}
@media screen and (min-width: 901px) {
  .top-lead ._container .c-btn {
    margin-top: 0;
    margin-left: 0;
  }
}
.top-lead ._container figure {
  grid-area: img;
}
@media screen and (max-width: 900px) {
  .top-lead ._container figure {
    margin: 12px auto 0;
    padding: 0 16px;
    max-width: 500px;
  }
}
@media screen and (min-width: 901px) {
  .top-lead ._container figure {
    margin-right: calc(-1 * clamp(0rem, -11.2280701754rem + 17.5438596491vw, 5rem));
  }
}
.top-lead .c-tit__02 {
  margin-top: clamp(4rem, 2.0603448276rem + 3.4482758621vw, 5.25rem);
}
.top-lead .c-tit__02 + p {
  margin-top: clamp(1.5625rem, -0.3771551724rem + 3.4482758621vw, 2.8125rem);
}

.top-potential {
  padding-top: 80px;
  overflow: hidden;
}
.top-potential ._list {
  margin-top: 50px;
  counter-reset: number 0;
}
@media screen and (max-width: 900px) {
  .top-potential ._list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 901px) {
  .top-potential ._list li {
    display: flex;
    align-items: center;
    gap: clamp(2.5rem, -3.3189655172rem + 10.3448275862vw, 6.25rem);
  }
}
@media screen and (min-width: 901px) {
  .top-potential ._list li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.top-potential ._list li:nth-child(even) figure {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 900px) {
  .top-potential ._list li:nth-child(even) figure {
    padding-left: 0;
    padding-right: 26px;
  }
}
@media screen and (min-width: 901px) {
  .top-potential ._list li ._box {
    padding-top: 70px;
    width: min(45%, 500px);
  }
}
.top-potential ._list li ._box ._tit {
  color: #074C88;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  counter-increment: number 1;
  position: relative;
}
.top-potential ._list li ._box ._tit::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "0" counter(number);
  font-size: clamp(3.75rem, -0.1293103448rem + 6.8965517241vw, 6.25rem);
  font-weight: bold;
  color: #F2F8FB;
  font-weight: normal;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  line-height: 1;
  z-index: -1;
}
.top-potential ._list li ._box p {
  margin-top: clamp(1.5rem, -0.0517241379rem + 2.7586206897vw, 2.5rem);
}
.top-potential ._list li figure {
  margin-right: calc(50% - 50vw);
  flex: 1;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-potential ._list li figure {
    margin-top: 20px;
    padding-left: 26px;
  }
}
.top-potential ._list li figure img {
  width: 100%;
}
.top-potential ._list li + li {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .top-potential ._list li + li {
    margin-top: 94px;
  }
}

.top-about {
  padding: clamp(8.25rem, -0.6724137931rem + 15.8620689655vw, 14rem) 0 clamp(6.25rem, -5.9698275862rem + 21.724137931vw, 14.125rem);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-about .l-inner__01 {
    padding: 0 10px;
  }
}
.top-about ._container {
  border-radius: 60px;
  position: relative;
}
.top-about ._container::before {
  content: "";
  position: absolute;
  top: -128px;
  right: -50vw;
  width: 50vw;
  height: calc(100% + 256px);
  background-color: #F2F8FB;
}
@media screen and (max-width: 900px) {
  .top-about ._container::before {
    content: none;
  }
}
.top-about ._container::after {
  content: "";
  position: absolute;
  top: -128px;
  right: calc(-1 * clamp(3.75rem, -4.9784482759rem + 15.5172413793vw, 9.375rem));
  width: 100%;
  height: calc(100% + 256px);
  background-color: #F2F8FB;
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 900px) {
  .top-about ._container::after {
    top: -60px;
    right: -40px;
    height: calc(100% + 120px);
    border-radius: 40px 0 0 40px;
  }
}
.top-about ._container ._wrapper {
  position: relative;
  z-index: 2;
}

.top-column {
  padding: clamp(5.625rem, -0.1939655172rem + 10.3448275862vw, 9.375rem) 0 0;
}
.top-column .c-column-list {
  margin-top: clamp(1.5rem, -0.7306034483rem + 3.9655172414vw, 2.9375rem);
  gap: 38px;
}
@media screen and (min-width: 901px) {
  .top-column .c-column-list {
    gap: 30px;
  }
}
.top-column .c-btn {
  margin-top: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
}

.top-news {
  margin-top: clamp(6.25rem, 3.5344827586rem + 4.8275862069vw, 8rem);
}
@media screen and (max-width: 900px) {
  .top-news .l-inner__01 {
    padding-right: 0;
  }
}
.top-news .l-inner__01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 100vw;
  height: 100%;
  background-color: #F2F8FB;
}
.top-news .l-inner__01 ._wrapper {
  padding-right: 30px;
  width: 100%;
  background-color: #F2F8FB;
  border-radius: 0 40px 40px 0;
}
@media screen and (min-width: 901px) {
  .top-news .l-inner__01 ._wrapper {
    border-radius: 0 60px 60px 0;
  }
}
.top-news .l-inner__01 ._wrapper .l-inner__02 {
  padding: clamp(5rem, 2.4784482759rem + 4.4827586207vw, 6.625rem) 0 clamp(5.625rem, 3.1034482759rem + 4.4827586207vw, 7.25rem) 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .top-news .l-inner__01 ._wrapper .l-inner__02 {
    padding-left: 20px;
  }
}
.top-news ._main span {
  display: block;
}
.top-news ._main span._en {
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  color: #9DDFDE;
  line-height: 1;
  font-size: clamp(3rem, -0.1034482759rem + 5.5172413793vw, 5rem);
}
.top-news ._main span._en::first-letter {
  color: #074C88;
}
.top-news ._main span._ja {
  margin-top: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.top-news .c-news-list {
  margin-top: clamp(2.75rem, 2.1681034483rem + 1.0344827586vw, 3.125rem);
}
.top-news .c-btn {
  margin-top: 34px;
  width: 200px;
}

.top-link {
  padding: clamp(6.25rem, 4.3103448276rem + 3.4482758621vw, 7.5rem) 0 clamp(4.125rem, -0.1422413793rem + 7.5862068966vw, 6.875rem);
}
.top-link ._link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px clamp(1rem, -0.0668103448rem + 1.8965517241vw, 1.6875rem);
}
@media screen and (min-width: 901px) {
  .top-link ._link {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-link ._link li a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .top-link ._link li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.top-link ._link li a figure img {
  width: 100%;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.c-news-list {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
}
@media screen and (min-width: 901px) {
  .c-news-list {
    grid-template-columns: auto auto 1fr;
  }
}
.c-news-list li {
  display: contents;
}
.c-news-list li a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: baseline;
  gap: 10px 10px;
  transition: color 0.3s;
}
@media screen and (min-width: 901px) {
  .c-news-list li a {
    gap: 10px 32px;
  }
}
@media (hover: hover) {
  .c-news-list li a:where(:any-link, :enabled, summary):hover {
    color: #074C88;
  }
  .c-news-list li a:where(:any-link, :enabled, summary):hover ._cat {
    color: #fff;
    background-color: #04D1D1;
  }
}
@media screen and (max-width: 900px) {
  .c-news-list li a ._tit {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.c-news-list li:last-child a {
  border-bottom: 1px solid #9DDFDE;
}
.c-news-list li + li a {
  border-top: 1px solid #9DDFDE;
}

.c-news-item:nth-child(1) a {
  padding-top: 0;
}
.c-news-item a {
  padding-top: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  padding-bottom: clamp(1.375rem, 0.4051724138rem + 1.724137931vw, 2rem);
}
.c-news-item ._date {
  padding-top: 4px;
  font-family: "BalooTamma2", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.c-news-item ._cat {
  padding: 5px 7px;
  display: grid;
  place-content: center;
  line-height: 1;
  font-size: 0.75rem;
  background-color: #9DDFDE;
  border-radius: 3px;
  justify-self: start;
  transition: 0.3s;
  transition-property: color, background-color;
}
@media screen and (min-width: 901px) {
  .c-news-item ._cat {
    margin-right: 5px;
    padding: 7px 11px;
  }
}
.c-news-item ._tit {
  flex: 1;
  line-height: 1.4;
  font-weight: 500;
}

.l-news {
  padding: clamp(4.375rem, -2.4137931034rem + 12.0689655172vw, 8.75rem) 0 clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem);
}
.l-news .c-news-list {
  margin-top: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
}
.l-news .c-pager {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}

.c-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(0.5rem, 0.1120689655rem + 0.6896551724vw, 0.75rem);
  align-items: center;
}
.c-cat-list li a {
  padding: clamp(0.375rem, -0.0129310345rem + 0.6896551724vw, 0.625rem) clamp(0.875rem, 0.2931034483rem + 1.0344827586vw, 1.25rem);
  display: block;
  background-color: #F2F8FB;
  border-radius: 20px;
  line-height: 1;
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
  transition: 0.3s;
}
.c-cat-list li a.-active {
  color: #fff;
  background-color: #074C88;
}
@media (hover: hover) {
  .c-cat-list li a:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #074C88;
  }
}

.l-news-article-header__tit {
  margin-top: 28px;
  font-size: clamp(1.5rem, 1.3211009174rem + 0.7339449541vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.l-news-article-header ._meta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.l-news-article-body {
  margin-top: clamp(2.5rem, 2.0527522936rem + 1.8348623853vw, 3.75rem);
}
.l-news-article-body ._thumb img {
  width: 100%;
  height: auto;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.c-column-list {
  display: grid;
  grid-template-columns: auto;
  gap: 40px 30px;
}
@media screen and (min-width: 901px) {
  .c-column-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-column-list > li {
  display: grid;
}
.c-column-list > li a {
  display: grid;
  grid-template-columns: subgrid;
}
@media (hover: hover) {
  .c-column-list > li a:where(:any-link, :enabled, summary):hover figure img {
    scale: 1.07;
  }
  .c-column-list > li a:where(:any-link, :enabled, summary):hover ._tit {
    color: #074C88;
  }
  .c-column-list > li a:where(:any-link, :enabled, summary):hover .c-column-cat {
    background-color: #9DDFDE;
  }
}
.c-column-list > li a figure {
  border-radius: 16px;
  overflow: hidden;
}
.c-column-list > li a figure img {
  width: 100%;
  height: auto;
  transition: scale 0.3s ease-out;
}
.c-column-list > li a ._tit {
  margin-top: clamp(1rem, 0.1271551724rem + 1.5517241379vw, 1.5625rem);
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.125rem;
  transition: color 0.3s ease-out;
}
.c-column-list > li a ._cats {
  margin-top: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  display: flex;
  gap: 8px;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
}
.c-column-list + .c-pager {
  margin-top: clamp(2.5rem, -0.4094827586rem + 5.1724137931vw, 4.375rem);
}

.c-column-cat {
  display: block;
  padding: 9px 10px;
  border-radius: 20px;
  background-color: #F2F8FB;
  line-height: 1;
  font-size: 0.75rem;
  transition: background-color 0.3s ease-out;
}
@media (hover: hover) {
  .c-column-cat:where(:any-link, :enabled, summary):hover {
    background-color: #9DDFDE;
  }
}

.l-column-archive-tit {
  position: relative;
}
.l-column-archive-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(90deg, #F6EDFF 0%, #DBF0FE 50%, #ACEDEF 100%);
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit::before {
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit {
    margin-bottom: 147px;
  }
}
.l-column-archive-tit ._container {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container {
    padding: 90px 0 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit ._container {
    transform: translateY(147px);
  }
}
.l-column-archive-tit ._container ._tit .l-breadcrumb {
  transform: none;
}
.l-column-archive-tit ._container ._tit figure {
  margin-top: clamp(1.375rem, -0.9525862069rem + 4.1379310345vw, 2.875rem);
  text-align: center;
  width: min(21.9166666667vw, 263px);
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container ._tit figure {
    width: max(42.6666666667vw, 160px);
  }
}
.l-column-archive-tit ._container ._tit figure img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container ._article {
    width: 100%;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .l-column-archive-tit ._container ._article:where(:any-link, :enabled, summary):hover ._box figure img {
    scale: 1.1;
  }
}
.l-column-archive-tit ._container ._article ._box {
  display: flex;
  gap: 4px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container ._article ._box {
    flex-direction: column;
  }
}
.l-column-archive-tit ._container ._article ._box ._item {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container ._article ._box ._item {
    display: flex;
    flex-direction: column;
  }
}
.l-column-archive-tit ._container ._article ._box ._item figure {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit ._container ._article ._box ._item figure {
    width: min(61.6666666667vw, 740px);
  }
}
.l-column-archive-tit ._container ._article ._box ._item figure img {
  width: 100%;
  height: auto;
  transition: scale 0.3s;
}
.l-column-archive-tit ._container ._article ._box ._item .c-column-cat {
  align-self: flex-start;
  font-size: clamp(0.75rem, 0.682912844rem + 0.2752293578vw, 0.9375rem);
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container ._article ._box ._item .c-column-cat {
    margin-top: 13px;
    order: 3;
  }
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit ._container ._article ._box ._item .c-column-cat {
    position: absolute;
    top: 20px;
    left: 30px;
  }
}
.l-column-archive-tit ._container ._article ._box ._item ._tit {
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .l-column-archive-tit ._container ._article ._box ._item ._tit {
    margin-top: 16px;
    order: 2;
  }
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit ._container ._article ._box ._item ._tit {
    padding: 56px 30px 27px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: justify;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.l-column-archive-tit ._container ._article ._box ._en {
  color: #fff;
  font-size: clamp(1.25rem, -0.8836206897rem + 3.7931034483vw, 2.625rem);
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: right;
  opacity: 0.4;
}
@media screen and (min-width: 901px) {
  .l-column-archive-tit ._container ._article ._box ._en {
    writing-mode: vertical-rl;
    text-align: left;
  }
}

.l-column {
  padding: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem) 0 clamp(5rem, 2.0905172414rem + 5.1724137931vw, 6.875rem);
}
.l-column .l-column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px clamp(1.875rem, -4.9137931034rem + 12.0689655172vw, 6.25rem);
}
@media screen and (min-width: 901px) {
  .l-column .l-column-wrapper {
    display: grid;
  }
}
@media screen and (min-width: 1281px) {
  .l-column .l-column-wrapper {
    grid-template-columns: auto 25%;
  }
}
.l-column .l-column-wrapper.-single {
  gap: 60px clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
}
@media screen and (max-width: 1280px) {
  .l-column .l-column-wrapper.-single {
    max-width: 900px;
  }
}
.l-column .l-column-wrapper ._term-tit {
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-weight: bold;
}
.l-column .l-column-wrapper ._term-tit + .c-column-list {
  margin-top: 30px;
}
@media screen and (min-width: 901px) {
  .l-column .l-column-wrapper .c-column-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}

.l-column-sidebar ._section + ._section {
  margin-top: 40px;
}
.l-column-sidebar ._cats {
  padding: 36px 42px;
  background-color: #F2F8FB;
  border-radius: 12px;
}
.l-column-sidebar ._cats ._list {
  margin-top: 20px;
}
.l-column-sidebar ._cats ._list > li a {
  padding-left: 23px;
  line-height: 1;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  transition: opacity 0.3s;
}
.l-column-sidebar ._cats ._list > li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
}
.l-column-sidebar ._cats ._list > li a::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 5px;
  height: 5px;
  width: 5px;
  height: 5px;
  background-color: #F2F8FB;
  border-radius: 50%;
}
.l-column-sidebar ._cats ._list > li a.-active::before {
  background-color: #FD3873;
}
@media (hover: hover) {
  .l-column-sidebar ._cats ._list > li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-column-sidebar ._cats ._list > li + li {
  margin-top: 16px;
}
.l-column-sidebar ._rank ol {
  counter-reset: number 0;
}
.l-column-sidebar ._rank ol > li + li {
  margin-top: 24px;
}
.l-column-sidebar ._rank ol > li:first-child a figure::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  width: 12px;
  height: 10px;
  background-image: url(../img/column/icon-rank.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.l-column-sidebar ._rank ol > li a {
  display: flex;
  gap: 15px;
  counter-increment: number 1;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-column-sidebar ._rank ol > li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-column-sidebar ._rank ol > li a ._post-image {
  width: 90px;
  height: 60px;
  position: relative;
}
.l-column-sidebar ._rank ol > li a ._post-image::before {
  content: counter(number);
  position: absolute;
  top: -8px;
  left: 5px;
  display: grid;
  place-content: center;
  width: 22px;
  height: 22px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #074C88;
  border: 1px solid #074C88;
  border-radius: 50%;
  background-color: #fff;
}
.l-column-sidebar ._rank ol > li a ._post-image img {
  width: 100%;
  height: auto;
}
.l-column-sidebar ._rank ol > li a ._post-textbox {
  flex: 1;
}
.l-column-sidebar ._rank ol > li a ._post-textbox ._post-title {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-column-sidebar ._keywords ._list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.l-column-sidebar ._keywords ._list li a {
  font-size: 0.9375rem;
  transition: opacity 0.3s;
}
.l-column-sidebar ._keywords ._list li a.-active {
  color: #FD3873;
}
@media (hover: hover) {
  .l-column-sidebar ._keywords ._list li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-column-sidebar ._contact {
  border-radius: 12px;
  overflow: hidden;
}
.l-column-sidebar ._contact figure img {
  width: 100%;
}
.l-column-sidebar ._contact ._box {
  padding: 34px 5px 42px;
  background-color: #F2F8FB;
}
.l-column-sidebar ._contact ._box .c-comment {
  margin: 30px auto 0;
}
.l-column-sidebar ._contact ._box p {
  margin: 40px 0 15px;
  font-size: clamp(0.75rem, 0.6530172414rem + 0.1724137931vw, 0.8125rem);
  font-weight: bold;
  text-align: center;
}

.l-column-sidebar-tit {
  margin-bottom: 25px;
  text-align: center;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  font-size: clamp(1.5rem, 0.724137931rem + 1.3793103448vw, 2rem);
  line-height: 1;
  color: #555555;
}
.l-column-sidebar-tit::first-letter {
  color: #FD3873;
}

.l-column-article-header__tit {
  margin-top: 28px;
  font-size: clamp(1.5rem, 1.3211009174rem + 0.7339449541vw, 2rem);
  font-weight: bold;
  line-height: 1.6875;
}
.l-column-article-header ._meta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-column-article-header ._meta .c-column-cat {
  padding: 8px 19px;
  font-size: clamp(0.875rem, 0.7780172414rem + 0.1724137931vw, 0.9375rem);
}
.l-column-article-header ._meta ._keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 16px;
  flex: 1;
}
.l-column-article-header ._meta ._keywords a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-column-article-header ._meta ._keywords a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

.l-column-article-body {
  margin-top: 30px;
}
.l-column-article-body ._thumb img {
  width: 100%;
  height: auto;
}
.l-column-article-body #ez-toc-container {
  padding: 30px clamp(1.25rem, -2.338362069rem + 6.3793103448vw, 3.5625rem);
  width: 100%;
  background: #F2F8FB;
  border: 3px solid #D2C9BF;
  border-radius: 0;
  box-shadow: none;
}
.l-column-article-body #ez-toc-container .ez-toc-title-container .ez-toc-title {
  display: block;
  text-align: center;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  color: #9DDFDE;
  font-size: clamp(1.5rem, 0.724137931rem + 1.3793103448vw, 2rem);
}
.l-column-article-body #ez-toc-container .ez-toc-title-container .ez-toc-title::first-letter {
  color: #FD3873;
}
.l-column-article-body #ez-toc-container nav {
  margin-top: 5px;
  overflow: hidden;
}
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-2 > .ez-toc-link::before {
  content: "";
}
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-2:nth-child(n+2) {
  margin-top: 32px;
  position: relative;
  overflow: visible;
}
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-2:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 5px;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22719%22%20height%3D%222%22%20viewBox%3D%220%200%20719%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%22718%22%20y2%3D%221%22%20stroke%3D%22%23D2C9BF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%220.2%205%22%2F%3E%3C%2Fsvg%3E");
}
.l-column-article-body #ez-toc-container nav ul .ez-toc-heading-level-2 {
  position: relative;
  padding-left: 14px;
}
.l-column-article-body #ez-toc-container nav ul .ez-toc-heading-level-2::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FD3873;
}
.l-column-article-body #ez-toc-container nav .ez-toc-list-level-3,
.l-column-article-body #ez-toc-container nav .ez-toc-list-level-4 {
  margin-top: 16px;
  margin-left: 0;
}
.l-column-article-body #ez-toc-container nav .ez-toc-list-level-3 > li + li,
.l-column-article-body #ez-toc-container nav .ez-toc-list-level-4 > li + li {
  margin-top: 8px;
}
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-3,
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-4 {
  padding-left: 30px;
  position: relative;
}
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-3::before,
.l-column-article-body #ez-toc-container nav .ez-toc-heading-level-4::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 17px;
  height: 1.5px;
  background-color: #000000;
}

.l-column-article-footer {
  margin-top: 50px;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  line-height: 1;
}
.l-column-article-footer ._sns-tit {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.125rem, 1.0802752294rem + 0.1834862385vw, 1.25rem);
}
.l-column-article-footer ._sns ul {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 0.3211009174rem + 0.7339449541vw, 1rem);
}
.l-column-article-footer ._sns ul li a {
  display: block;
  width: clamp(2.625rem, 2.4684633028rem + 0.6422018349vw, 3.0625rem);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-column-article-footer ._sns ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* ページ共通
=====================================*/
.l-page-tit {
  padding-top: clamp(7.875rem, -2.2112068966rem + 17.9310344828vw, 14.375rem);
  background: linear-gradient(90deg, #F8F5FF 0%, #D1ECF1 100%);
  position: relative;
}
.l-page-tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg-deco_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 601px) {
  .l-page-tit::after {
    background-image: url(../img/common/bg-deco.png);
  }
}
.l-page-tit .l-inner__01 {
  position: relative;
  z-index: 2;
}
.l-page-tit ._tit {
  margin-bottom: clamp(3.125rem, -2.5rem + 10vw, 6.75rem);
  font-weight: 500;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.06em;
}
.l-page-tit ._tit span {
  display: block;
}
.l-page-tit ._tit span._ja {
  font-size: clamp(1.5rem, -0.4396551724rem + 3.4482758621vw, 2.75rem);
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-page-tit ._tit span._en {
  font-size: clamp(0.6875rem, -0.1853448276rem + 1.5517241379vw, 1.25rem);
  color: #074C88;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
}
.l-page-tit ._tit span._en::first-letter {
  text-transform: uppercase;
}
.l-page-tit.-column {
  padding-top: 120px;
  background: linear-gradient(90deg, #F6EDFF 0%, #DBF0FE 50%, #ACEDEF 100%);
}

.l-page-contents {
  padding: clamp(4.375rem, -2.4137931034rem + 12.0689655172vw, 8.75rem) 0 clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem);
}

.c-contact {
  padding: 80px 0 clamp(5.625rem, 2.036637931rem + 6.3793103448vw, 7.9375rem);
  background: linear-gradient(100.95deg, #365A8F -5.29%, #222E52 100%);
}
.c-contact .c-tit__01 {
  text-align: center;
  color: #fff;
}
.c-contact .c-tit__01 ._en::first-letter {
  color: #FD3873;
}
.c-contact .c-tit__01 ._ja {
  margin-top: clamp(1.375rem, 0.599137931rem + 1.3793103448vw, 1.875rem);
  font-size: clamp(1rem, 0.224137931rem + 1.3793103448vw, 1.5rem);
}
.c-contact ._list {
  margin-top: clamp(1.5rem, 0.9181034483rem + 1.0344827586vw, 1.875rem);
}
.c-contact ._list li {
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .c-contact ._list li {
    border-radius: 32px;
  }
}
.c-contact ._list li + li {
  margin-top: 11px;
}
.c-contact ._list li .l-inner__02 {
  padding: clamp(2rem, 0.0603448276rem + 3.4482758621vw, 3.25rem) 20px clamp(2.5rem, 1.3362068966rem + 2.0689655172vw, 3.25rem);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .c-contact ._list li .l-inner__02 {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .c-contact ._list li .l-inner__02 {
    align-items: center;
    justify-content: space-between;
  }
}
.c-contact ._list li ._tit {
  font-weight: bold;
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
}
.c-contact ._list li ._tit span {
  display: block;
  font-size: clamp(0.75rem, 0.5560344828rem + 0.3448275862vw, 0.875rem);
  line-height: 1.2;
}
.c-contact ._list li .c-btn {
  width: clamp(14.375rem, 9.525862069rem + 8.6206896552vw, 17.5rem);
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
}
@media screen and (min-width: 901px) {
  .c-contact ._list li .c-btn {
    margin: 0;
  }
}
.c-contact ._list li p {
  text-align: justify;
}
@media screen and (min-width: 901px) {
  .c-contact ._list li p {
    max-width: 490px;
  }
}
.c-contact ._list li p a {
  color: #0066C0;
  border-bottom: 1px solid #0066C0;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-contact ._list li p a:where(:any-link, :enabled, summary):hover {
    color: #00B1F9;
    border-color: #00B1F9;
  }
}

.c-about-container {
  background-color: #fff;
  border: 2px solid #074C88;
  border-radius: 20px;
}
@media screen and (min-width: 901px) {
  .c-about-container {
    border-radius: 60px;
  }
}
.c-about-container ._inner {
  margin: auto;
  padding: clamp(3.125rem, -0.9482758621rem + 7.2413793103vw, 5.75rem) 20px clamp(4rem, -2.5948275862rem + 11.724137931vw, 8.25rem);
  max-width: 900px;
  box-sizing: content-box;
}
.c-about-container ._header ._tit {
  display: flex;
  gap: clamp(0.3125rem, 0.0888761468rem + 0.9174311927vw, 0.9375rem);
  align-items: center;
  justify-content: center;
}
.c-about-container ._header ._tit ._name img {
  width: max(50.6329113924vw, 200px);
}
@media screen and (min-width: 901px) {
  .c-about-container ._header ._tit ._name img {
    width: min(30.4166666667vw, 364px);
  }
}
.c-about-container ._header ._tit > div.-color {
  padding-top: 10px;
  font-size: clamp(1.5rem, 1.0527522936rem + 1.8348623853vw, 2.75rem);
  line-height: 1;
  color: #074C88;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-about-container ._header ._list {
  margin-top: clamp(1.875rem, 0.3232758621rem + 2.7586206897vw, 2.875rem);
}
.c-about-container ._header ._list > li {
  position: relative;
  padding-left: 16px;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .c-about-container ._header ._list > li {
    padding-left: 22px;
  }
}
.c-about-container ._header ._list > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #074C88;
}
@media screen and (min-width: 901px) {
  .c-about-container ._header ._list > li::before {
    top: 13px;
    left: 6px;
  }
}
@media screen and (max-width: 900px) {
  .c-about-container ._header ._list > li + li {
    margin-top: 10px;
  }
}
.c-about-container ._header ._items {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-about-container ._header ._items li {
  padding: 10px;
  background-color: #FFF3E6;
  line-height: 1;
  border-radius: 20px;
}
.c-about-container ._body {
  margin-top: clamp(2.375rem, 0.7262931034rem + 2.9310344828vw, 3.4375rem);
}
.c-about-container ._body > ._tit {
  margin-top: 40px;
  color: #074C88;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.c-about-container ._body > ._tit:first-child {
  margin-top: 0;
}
.c-about-container ._body > ._tit + p {
  margin-top: 11px;
}
.c-about-container ._body .c-tit__02 {
  margin-top: clamp(3.75rem, -2.650862069rem + 11.3793103448vw, 7.875rem);
  text-align: center;
}
.c-about-container ._body .c-tit__02 + p {
  margin-top: 40px;
}
.c-about-container ._body > p a {
  color: #0066C0;
  border-bottom: 1px solid #0066C0;
}
.c-about-container ._body > figure {
  margin-top: 36px;
}
.c-about-container ._body ._flow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: auto;
  gap: 100px clamp(2.5rem, -3.3189655172rem + 10.3448275862vw, 6.25rem);
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-about-container ._body ._flow {
    margin-top: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-about-container ._body ._flow > li:nth-child(2) {
  display: grid;
  place-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(1.625rem, -0.3146551724rem + 3.4482758621vw, 2.875rem);
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._flow > li:nth-child(2) {
    width: 46px;
  }
}
.c-about-container ._body ._flow > li ._name {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.25rem, 0.8620689655rem + 0.6896551724vw, 1.5rem);
  letter-spacing: 0;
}
.c-about-container ._body ._flow > li ._detail {
  margin-top: 9px;
  font-weight: bold;
  text-align: center;
}
.c-about-container ._body ._flow > li ._detail ol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.3125rem, -1.1422413793rem + 2.5862068966vw, 1.25rem);
  counter-reset: number 0;
}
.c-about-container ._body ._flow > li ._detail ol > li {
  counter-increment: number 1;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: clamp(0.9375rem, 0.8405172414rem + 0.1724137931vw, 1rem);
}
.c-about-container ._body ._flow > li ._detail ol > li::before {
  content: counter(number) "";
  display: grid;
  place-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-weight: normal;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  background-color: #9DDFDE;
}
.c-about-container ._body ._flow > li figure {
  margin-top: clamp(0.625rem, 0.0431034483rem + 1.0344827586vw, 1rem);
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #074C88;
}
.c-about-container ._body ._flow > li figure img {
  width: 100%;
}
.c-about-container ._body ._flow > li p {
  margin-top: 16px;
}
.c-about-container ._body ._flow + ._tit {
  margin-top: 50px;
}
.c-about-container ._body ._contents {
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._contents {
    margin-top: 60px;
  }
}
.c-about-container ._body ._contents ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._contents ol {
    flex-direction: column;
  }
}
.c-about-container ._body ._contents ol li:not(._break) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 190px;
  height: 160px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  background-color: #074C88;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._contents ol li:not(._break) {
    width: 275px;
    height: 100px;
  }
}
.c-about-container ._body ._contents ol li:not(._break) figure {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.c-about-container ._body ._contents ol li:not(._break) span._l {
  display: block;
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
}
.c-about-container ._body ._contents ol li:not(._break) span._type {
  padding: 1.5px 6.5px;
  margin-left: 5px;
  color: #074C88;
  font-size: clamp(0.8125rem, 0.7155172414rem + 0.1724137931vw, 0.875rem);
  background-color: #fff;
  border-radius: 4px;
}
.c-about-container ._body ._contents ol li._break {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-about-container ._body ._contents ol li._break {
    flex-direction: column;
    width: 120px;
  }
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._contents ol li._break {
    transform: translateY(-14px);
    height: 100px;
  }
}
.c-about-container ._body ._contents ol li._break::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #074C88;
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._contents ol li._break::before {
    width: 1px;
    height: 100%;
  }
}
.c-about-container ._body ._contents ol li._break figure {
  position: relative;
  z-index: 2;
}
.c-about-container ._body ._contents ol li._break p {
  height: 0;
  white-space: nowrap;
  color: #074C88;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._contents ol li._break p {
    transform: translateX(8px);
    width: 0;
    height: auto;
  }
}
.c-about-container ._body ._result {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
@media screen and (min-width: 901px) {
  .c-about-container ._body ._result {
    flex-direction: row;
    width: calc(100% + 20px);
  }
}
.c-about-container ._body ._result figure {
  margin-top: 0;
}
@media screen and (min-width: 901px) {
  .c-about-container ._body ._result figure + figure {
    transform: translate(-20px, 20px);
  }
}
.c-about-container ._body ._result figure:nth-child(2) {
  transition-delay: 0.2s;
}
.c-about-container ._body ._result + p {
  margin-top: 25px;
}
.c-about-container ._body ._link {
  margin: 40px auto 0;
  max-width: 835px;
  display: flex;
  justify-content: space-between;
  gap: 35px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._link {
    flex-direction: column;
  }
}
.c-about-container ._body ._link ._btns {
  display: flex;
  gap: clamp(0.625rem, -1.3146551724rem + 3.4482758621vw, 1.875rem);
}
@media screen and (max-width: 900px) {
  .c-about-container ._body ._link ._btns {
    flex-direction: column;
  }
}
.c-about-container ._body ._note {
  margin-top: 60px;
  font-size: clamp(0.8125rem, 0.7677752294rem + 0.1834862385vw, 0.9375rem);
  text-indent: -1em;
  padding-left: 1em;
}

.l-breadcrumb {
  padding-right: clamp(1.25rem, -2.6293103448rem + 6.8965517241vw, 3.75rem);
  height: 30px;
  width: fit-content;
  max-width: calc(100vw - 60px);
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  transform: translateY(50%);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 901px) {
  .l-breadcrumb {
    height: 60px;
  }
}
.l-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  height: 100%;
  width: 50vw;
  background-color: #fff;
}
.l-breadcrumb ._wrapper {
  white-space: nowrap;
  overflow: auto;
  font-size: clamp(0.75rem, 0.5560344828rem + 0.3448275862vw, 0.875rem);
}
.l-breadcrumb ul {
  display: flex;
}
.l-breadcrumb ul li:not(:last-child) {
  position: relative;
}
.l-breadcrumb ul li:not(:last-child)::after {
  content: "";
  transform: translateY(-3px);
  width: 15px;
  height: 4px;
  margin: 0 12px 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%224%22%20viewBox%3D%220%200%2015%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%222%22%20r%3D%221.5%22%20fill%3D%22%23CCCCCC%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%222%22%20r%3D%221.5%22%20fill%3D%22%23CCCCCC%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%222%22%20r%3D%221.5%22%20fill%3D%22%23CCCCCC%22%2F%3E%3C%2Fsvg%3E");
}
.l-breadcrumb ul li a {
  color: #999999;
}
@media screen and (min-width: 901px) {
  .l-breadcrumb ul li a {
    transition: color 0.3s;
  }
  .l-breadcrumb ul li a:hover {
    color: #AAAAAA;
  }
}

.c-pager {
  margin: auto;
  width: fit-content;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
}
.c-pager nav .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots) {
  display: grid;
  place-content: center;
  width: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
  height: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
  border-radius: 50%;
  background-color: #F2F8FB;
  transition: 0.3s;
}
.c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots).current {
  color: #fff;
  background-color: #074C88;
}
@media (hover: hover) {
  .c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots):where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #074C88;
  }
}
.c-pager nav .nav-links .page-numbers.dots {
  margin: 0 2px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.c-pager nav .nav-links .page-numbers.prev, .c-pager nav .nav-links .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: opacity 0.3s;
}
.c-pager nav .nav-links .page-numbers.prev::before, .c-pager nav .nav-links .page-numbers.next::before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9473%206.25968C17.0132%206.09567%2017.0132%205.90433%2016.9473%205.74032C16.9143%205.65831%2016.8682%205.58314%2016.8023%205.52164L11.6826%200.198177C11.4256%20-0.0683377%2011.0105%20-0.0683377%2010.7535%200.198177C10.4965%200.464692%2010.4965%200.895216%2010.7535%201.16173L14.7531%205.30979L0.658915%205.30979C0.296512%205.30979%200%205.61731%200%205.99317C0%206.18451%200.0724806%206.35535%200.191085%206.47836C0.30969%206.60137%200.474419%206.67654%200.658915%206.67654L14.7531%206.67654L10.7535%2010.8246C10.4965%2011.0911%2010.4965%2011.5216%2010.7535%2011.7882C11.0105%2012.0547%2011.4256%2012.0547%2011.6826%2011.7882L16.8089%206.47153C16.8682%206.41002%2016.9143%206.33485%2016.9539%206.25285L16.9473%206.25968Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .c-pager nav .nav-links .page-numbers.prev:where(:any-link, :enabled, summary):hover, .c-pager nav .nav-links .page-numbers.next:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-pager nav .nav-links .page-numbers.prev {
  margin-right: 14px;
}
.c-pager nav .nav-links .page-numbers.prev::before {
  rotate: 180deg;
}
.c-pager nav .nav-links .page-numbers.next {
  flex-direction: row-reverse;
  margin-left: 14px;
}

.c-article-pager {
  margin-top: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
  display: flex;
  gap: clamp(0.9375rem, 0.6020642202rem + 1.376146789vw, 1.875rem);
  align-items: center;
  justify-content: center;
}
.c-article-pager .c-pager-btn a {
  display: grid;
  place-content: center;
  width: clamp(12.5rem, 9.9431818182rem + 6.8181818182vw, 16.25rem);
  height: 56px;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s;
}
.c-article-pager .c-pager-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto clamp(0.5rem, 0.3434633028rem + 0.6422018349vw, 0.9375rem) auto auto;
  display: block;
  width: clamp(0.75rem, 0.6381880734rem + 0.4587155963vw, 1.0625rem);
  height: 11px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9473%206.25968C17.0132%206.09567%2017.0132%205.90433%2016.9473%205.74032C16.9143%205.65831%2016.8682%205.58314%2016.8023%205.52164L11.6826%200.198177C11.4256%20-0.0683377%2011.0105%20-0.0683377%2010.7535%200.198177C10.4965%200.464692%2010.4965%200.895216%2010.7535%201.16173L14.7531%205.30979L0.658915%205.30979C0.296512%205.30979%200%205.61731%200%205.99317C0%206.18451%200.0724806%206.35535%200.191085%206.47836C0.30969%206.60137%200.474419%206.67654%200.658915%206.67654L14.7531%206.67654L10.7535%2010.8246C10.4965%2011.0911%2010.4965%2011.5216%2010.7535%2011.7882C11.0105%2012.0547%2011.4256%2012.0547%2011.6826%2011.7882L16.8089%206.47153C16.8682%206.41002%2016.9143%206.33485%2016.9539%206.25285L16.9473%206.25968Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .c-article-pager .c-pager-btn a:where(:any-link, :enabled, summary):hover {
    background-color: #F2F8FB;
  }
}
.c-article-pager .prev a,
.c-article-pager .next a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
}
.c-article-pager .prev a::before,
.c-article-pager .next a::before {
  content: "";
  display: block;
  width: clamp(0.75rem, 0.6381880734rem + 0.4587155963vw, 1.0625rem);
  height: 11px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9473%206.25968C17.0132%206.09567%2017.0132%205.90433%2016.9473%205.74032C16.9143%205.65831%2016.8682%205.58314%2016.8023%205.52164L11.6826%200.198177C11.4256%20-0.0683377%2011.0105%20-0.0683377%2010.7535%200.198177C10.4965%200.464692%2010.4965%200.895216%2010.7535%201.16173L14.7531%205.30979L0.658915%205.30979C0.296512%205.30979%200%205.61731%200%205.99317C0%206.18451%200.0724806%206.35535%200.191085%206.47836C0.30969%206.60137%200.474419%206.67654%200.658915%206.67654L14.7531%206.67654L10.7535%2010.8246C10.4965%2011.0911%2010.4965%2011.5216%2010.7535%2011.7882C11.0105%2012.0547%2011.4256%2012.0547%2011.6826%2011.7882L16.8089%206.47153C16.8682%206.41002%2016.9143%206.33485%2016.9539%206.25285L16.9473%206.25968Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .c-article-pager .prev:where(:any-link, :enabled, summary):hover,
  .c-article-pager .next:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-article-pager .prev a::before {
  rotate: 180deg;
}
.c-article-pager .next a {
  flex-direction: row-reverse;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* contact / お問い合わせ
=====================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.contact .grecaptcha-badge {
  visibility: visible;
}

.c-required,
.c-any {
  padding: 1.5px 4px 2.5px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  border-radius: 4px;
  background-color: #BA1A1A;
}

.c-any {
  background-color: #074C88;
}

.contact-contents ._lead ._tit {
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-weight: bold;
  text-align: center;
}
.contact-contents ._lead ._tit + p {
  margin-top: clamp(2.5rem, 0.1724137931rem + 4.1379310345vw, 4rem);
  text-align: center;
}
.contact-contents ._lead p + p {
  margin-top: 25px;
}
.contact-contents ._lead p .c-required,
.contact-contents ._lead p .c-any {
  margin: 0 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.contact-contents ._lead ._box {
  margin-top: 30px;
  padding: 40px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  border: 3px solid #F2F8FB;
}
.contact-contents ._lead ._box p {
  letter-spacing: 0.04em;
}
.contact-contents ._lead ._box ._tel {
  margin-top: 20px;
  text-align: center;
}
.contact-contents ._lead ._box ._tel ._num {
  margin: auto;
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: clamp(1.5rem, 1.2316513761rem + 1.1009174312vw, 2.25rem);
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
}
.contact-contents ._lead ._box ._tel ._num::before {
  content: "";
  width: clamp(1.125rem, 1.0131880734rem + 0.4587155963vw, 1.4375rem);
  height: clamp(1.5625rem, 1.4506880734rem + 0.4587155963vw, 1.875rem);
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2231%22%20viewBox%3D%220%200%2023%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.05635%201.31366C-0.00474381%202.6951%20-0.40964%207.01324%200.368516%2010.5326C0.974542%2013.2734%202.26299%2016.9498%204.43564%2020.4118C6.47951%2023.6686%209.33101%2026.5889%2011.5053%2028.2785C14.2974%2030.448%2018.2776%2031.827%2020.3387%2030.4456C21.3809%2029.747%2022.9293%2027.8385%2023%2027.4961C23%2027.4961%2022.092%2026.0493%2021.8928%2025.7318L18.8479%2020.8798C18.6216%2020.5193%2017.2026%2020.8488%2016.4818%2021.2708C15.5094%2021.8402%2014.6139%2023.3679%2014.6139%2023.3679C13.9472%2023.766%2013.3887%2023.3693%2012.2219%2022.8144C10.7878%2022.1325%209.17552%2020.0138%207.89229%2018.0949C6.72025%2016.1016%205.50591%2013.7161%205.48834%2012.0848C5.47387%2010.7575%205.35118%2010.0689%205.97484%209.60204C5.97484%209.60204%207.68981%209.38007%208.58942%208.6948C9.2562%208.1867%2010.126%206.98218%209.89978%206.62156L6.85488%201.7697C6.65563%201.4522%205.74764%200.00536929%205.74764%200.00536929C5.41621%20-0.0675896%203.09856%200.615136%202.05635%201.31366Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
.contact-contents ._lead ._box ._tel span {
  display: block;
}
.contact-contents ._lead ._box + .c-btn {
  margin-top: 60px;
  position: relative;
}
.contact-contents ._lead ._box + .c-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 20px auto auto;
  display: block;
  width: 11px;
  height: 18px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.58586%208.99995L0.292969%201.70706L1.70718%200.292847L10.4143%208.99995L1.70718%2017.7071L0.292969%2016.2928L7.58586%208.99995Z%22%20fill%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .contact-contents ._lead ._box + .c-btn:where(:any-link, :enabled, summary):hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.4141%209L1.70703%2017.707L0.292969%2016.293L7.58594%209L0.292969%201.70703L1.70703%200.292969L10.4141%209Z%22%20fill%3D%22%239DDFDE%22%2F%3E%3C%2Fsvg%3E");
  }
}

.contact-form {
  margin: 60px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 901px) {
  .contact-form {
    margin: 80px auto 0;
  }
}
.contact-form > dl + dl {
  margin-top: 32px;
}
.contact-form > dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
}
.contact-form > dl dt a {
  border-bottom: 1px solid #000000;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .contact-form > dl dt a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.contact-form > dl dd {
  margin-top: 12px;
}
.contact-form > dl dd .error,
.contact-form > dl dd .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.contact-form > dl dd label {
  cursor: pointer;
}
.contact-form > dl dd input:not([type=checkbox], [type=radio], [type=submit]), .contact-form > dl dd textarea:not([type=checkbox], [type=radio], [type=submit]) {
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #555;
  border-radius: 4px;
  line-height: 1.4;
  background-color: #fff;
}
.contact-form > dl dd input:not([type=checkbox], [type=radio], [type=submit])::placeholder, .contact-form > dl dd textarea:not([type=checkbox], [type=radio], [type=submit])::placeholder {
  color: #BBBBBB;
}
.contact-form > dl dd input:not([type=checkbox], [type=radio], [type=submit]) input[type=radio], .contact-form > dl dd textarea:not([type=checkbox], [type=radio], [type=submit]) input[type=radio] {
  display: none;
}
.contact-form > dl dd input.wpcf7-not-valid, .contact-form > dl dd textarea.wpcf7-not-valid {
  background-color: #F8E9E8;
}
.contact-form > dl dd textarea {
  resize: vertical;
}
.contact-form > dl dd input[type=radio] {
  display: none;
}
.contact-form > dl dd input[type=radio]:checked + .mwform-radio-field-text::after,
.contact-form > dl dd input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form > dl dd .wpcf7-list-item {
  margin: 0;
}
.contact-form > dl dd .wpcf7-list-item.last {
  margin-left: 15px;
}
.contact-form > dl dd .wpcf7-list-item.last.first {
  margin-left: 0;
}
.contact-form > dl dd .mwform-radio-field label span,
.contact-form > dl dd .wpcf7-radio label span {
  padding-left: 24px;
  position: relative;
}
.contact-form > dl dd .mwform-radio-field label span::before, .contact-form > dl dd .mwform-radio-field label span::after,
.contact-form > dl dd .wpcf7-radio label span::before,
.contact-form > dl dd .wpcf7-radio label span::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.contact-form > dl dd .mwform-radio-field label span::before,
.contact-form > dl dd .wpcf7-radio label span::before {
  top: 2.5px;
  left: 0;
  border: 2.5px solid #555;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.contact-form > dl dd .mwform-radio-field label span::after,
.contact-form > dl dd .wpcf7-radio label span::after {
  top: 7.5px;
  left: 5px;
  background-color: #555;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
}
.contact-form > dl dd .type-check-hidden {
  display: none;
}
.contact-form > dl dd + dt {
  margin-top: 30px;
}
.contact-form > dl dd ._box {
  display: flex;
  gap: 12px;
}
.contact-form > dl dd ._box ._item {
  flex: 1;
}
.contact-form > dl dd ._box ._item dt {
  font-weight: normal;
}
.contact-form > dl dd ._box ._item dd {
  margin-top: 8px;
}
.contact-form > dl._privacy dt {
  font-weight: normal;
}
.contact-form > dl._privacy .mwform-checkbox-field {
  width: 100%;
  display: inline-block;
  padding: 14px 12px;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
}
.contact-form > dl._privacy .privacyCheck {
  padding: 14px 12px;
  border-radius: 4px;
  border: 1px solid #555;
}
.contact-form > dl._privacy .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form > dl._privacy .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
}
.contact-form > dl .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.contact-form > dl .wpcf7-checkbox label input {
  position: absolute;
  opacity: 0;
}
.contact-form > dl .wpcf7-checkbox label input:checked + span::before {
  background-color: #7D7D7D;
  border-color: #7D7D7D;
}
.contact-form > dl .wpcf7-checkbox label input:checked + span::after {
  opacity: 1;
}
.contact-form > dl .wpcf7-checkbox label span {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.contact-form > dl .wpcf7-checkbox label span::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 2.5px solid #7D7D7D;
  background-color: #fff;
  transition: all 0.3s;
}
.contact-form > dl .wpcf7-checkbox label span::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 9px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.contact-form > dl ._select {
  position: relative;
}
.contact-form > dl ._select::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.7002%201.69995L6.7002%207.69995L0.700195%201.69995L2.10019%200.299951L6.7002%204.89995L11.3002%200.299951L12.7002%201.69995Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  pointer-events: none;
}
.contact-form > dl ._select select {
  padding: 12px 12px;
  width: 100%;
  line-height: 1.4;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form > dl ._select select.wpcf7-not-valid {
  background-color: #F8E9E8;
}
.contact-form > dl ._radio .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.contact-form > dl ._address dl:not(._item) dt {
  font-weight: normal;
}
.contact-form > dl ._address dl:not(._item) + dl {
  margin-top: 32px;
}
.contact-form > dl ._address ._box + dl {
  margin-top: 32px;
}
.contact-form .btn-box {
  margin: 74px auto 0;
  height: 63px;
  width: 280px;
  position: relative;
  color: #fff;
  background-color: #FD3873;
  border: 1px solid #FD3873;
  box-sizing: border-box;
  border-radius: 40px;
  transition: 0.3s;
  transition-property: color, background-color;
  position: relative;
}
.contact-form .btn-box::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 20px auto auto;
  display: block;
  width: 11px;
  height: 18px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.23233%209.00009L0.116211%201.88398L1.88398%200.116211L10.7679%209.00009L1.88398%2017.884L0.116211%2016.1162L7.23233%209.00009Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.contact-form .btn-box:hover {
  color: #FD3873;
  background-color: #fff;
}
.contact-form .btn-box:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.4141%209L1.70703%2017.707L0.292969%2016.293L7.58594%209L0.292969%201.70703L1.70703%200.292969L10.4141%209Z%22%20fill%3D%22%23FD3873%22%2F%3E%3C%2Fsvg%3E");
}
.contact-form .btn-box input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  font-weight: bold;
}
.contact-form .btn-box input:disabled {
  background-color: #BBBBBB;
  cursor: not-allowed;
}
.contact-form .btn-box .wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: auto -15% auto auto;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*====================================
* privacy-policy
=====================================*/
.privacy-contents h2 {
  margin-bottom: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-weight: bold;
}
.privacy-contents h3 {
  margin: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem) 0 clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-weight: bold;
}
.privacy-contents p {
  margin-bottom: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.privacy-contents p + p {
  margin-top: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
.privacy-contents p a {
  color: #0066C0;
}
.privacy-contents ul {
  margin-bottom: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  padding: 0;
}
.privacy-contents ul li {
  position: relative;
  padding-left: 14px;
}
.privacy-contents ul li::before {
  content: "";
  position: absolute;
  top: calc((2 * 1em - 0.5em) / 2);
  width: 0.5em;
  height: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #074C88;
}
.privacy-contents ul li ul {
  margin-top: 10px;
}
.privacy-contents ul li ul > li::before {
  border: 1px solid #074C88;
  background-color: #fff;
}
.privacy-contents ul li + li {
  margin-top: 8px;
}

/*====================================
* 404
=====================================*/
.not-found {
  padding: clamp(10rem, 2.2413793103rem + 13.7931034483vw, 15rem) 0 clamp(4.375rem, -2.4137931034rem + 12.0689655172vw, 8.75rem);
  text-align: center;
  background-image: url(../img/common/bg-404.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .not-found {
    background-position: right 30% bottom 0%;
  }
}
.not-found ._container {
  padding: clamp(2.5rem, 0.0754310345rem + 4.3103448276vw, 4.0625rem) 24px clamp(1.875rem, 1.3900862069rem + 0.8620689655vw, 2.1875rem);
  margin: auto;
  max-width: 570px;
  border-radius: 60px;
  background-color: #fff;
}
.not-found ._container ._tit span {
  display: block;
}
.not-found ._container ._tit span._ja {
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.not-found ._container ._tit span._num {
  color: #9DDFDE;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: clamp(5rem, 3.0603448276rem + 3.4482758621vw, 6.25rem);
}
.not-found ._container ._tit span._num::first-letter {
  color: #074C88;
}
.not-found ._container ._tit + p {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.not-found ._container .c-btn {
  margin-top: 40px;
  position: relative;
}
.not-found ._container .c-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 20px auto auto;
  display: block;
  width: 11px;
  height: 18px;
  transition: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.23233%209.00009L0.116211%201.88398L1.88398%200.116211L10.7679%209.00009L1.88398%2017.884L0.116211%2016.1162L7.23233%209.00009Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .not-found ._container .c-btn:where(:any-link, :enabled, summary):hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.4141%209L1.70703%2017.707L0.292969%2016.293L7.58594%209L0.292969%201.70703L1.70703%200.292969L10.4141%209Z%22%20fill%3D%22%23074C88%22%2F%3E%3C%2Fsvg%3E");
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* 非認知能力とは
=====================================*/
.non-cognitive-skills-lead p {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}

.non-cognitive-skills-body ._contents ._tit {
  margin-top: clamp(3.125rem, 1.1853448276rem + 3.4482758621vw, 4.375rem);
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  color: #074C88;
}
.non-cognitive-skills-body ._contents ._sub-tit {
  margin-top: 58px;
  font-weight: bold;
  color: #074C88;
}
.non-cognitive-skills-body ._contents > p {
  margin-top: 30px;
}
.non-cognitive-skills-body ._contents ._items {
  margin-top: 24px;
  padding: 30px 20px;
  background-color: #F2F8FB;
  border-radius: 40px;
}
@media screen and (min-width: 901px) {
  .non-cognitive-skills-body ._contents ._items {
    padding: 34px;
  }
}
.non-cognitive-skills-body ._contents ._items ol {
  display: grid;
  grid-template-columns: auto;
  gap: 12px 10px;
  counter-reset: number 0;
  position: relative;
}
@media screen and (min-width: 601px) {
  .non-cognitive-skills-body ._contents ._items ol {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .non-cognitive-skills-body ._contents ._items ol {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .non-cognitive-skills-body ._contents ._items ol::after {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
  }
}
.non-cognitive-skills-body ._contents ._items ol::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 207px;
  aspect-ratio: 207/201;
  background-image: url(../img/page/img-parent.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  .non-cognitive-skills-body ._contents ._items ol::before {
    right: 20px;
  }
}
@media screen and (min-width: 901px) {
  .non-cognitive-skills-body ._contents ._items ol::before {
    bottom: -34px;
  }
}
.non-cognitive-skills-body ._contents ._items ol > li {
  padding: 20px 12px 26px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
}
.non-cognitive-skills-body ._contents ._items ol > li h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #074C88;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
  counter-increment: number 1;
}
.non-cognitive-skills-body ._contents ._items ol > li h5::before {
  content: counter(number) "";
  display: grid;
  place-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  background-color: #074C88;
}
.non-cognitive-skills-body ._contents ._items ol > li ul {
  margin-top: 10px;
}
.non-cognitive-skills-body ._contents ._items ol > li ul > li {
  text-align: left;
  position: relative;
  padding-left: 16px;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
}
.non-cognitive-skills-body ._contents ._items ol > li ul > li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #074C88;
}
.non-cognitive-skills-body ._contents ._items ol > li ul > li span {
  font-size: clamp(0.6875rem, 0.6651376147rem + 0.0917431193vw, 0.75rem);
}
.non-cognitive-skills-body ._contents ._items ol > li ul > li + li {
  margin-top: 5px;
}
.non-cognitive-skills-body ._cycle {
  margin-top: 30px;
  padding: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 40px;
  color: #074C88;
  background-color: #F2F8FB;
}
@media screen and (max-width: 600px) {
  .non-cognitive-skills-body ._cycle {
    flex-direction: column;
  }
}
.non-cognitive-skills-body ._cycle > div {
  display: grid;
  place-content: center;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.non-cognitive-skills-body ._cycle > div._non {
  background-color: #9DDFDE;
}
.non-cognitive-skills-body ._cycle > div._on {
  background-color: #fff;
  border: 1px solid #9DDFDE;
}
.non-cognitive-skills-body ._cycle > div p {
  font-size: clamp(0.8125rem, 0.6185344828rem + 0.3448275862vw, 0.9375rem);
  font-weight: bold;
  text-align: center;
}
.non-cognitive-skills-body ._cycle > div p span {
  display: block;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.non-cognitive-skills-body ._box {
  margin-top: clamp(3.75rem, -0.1293103448rem + 6.8965517241vw, 6.25rem);
  padding: clamp(3.125rem, 2.1551724138rem + 1.724137931vw, 3.75rem) clamp(1.25rem, -1.6594827586rem + 5.1724137931vw, 3.125rem);
  border: 1px solid #074C88;
  background-color: #F2F8FB;
  border-radius: 40px;
}
.non-cognitive-skills-body ._box ._main-tit {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(1.125rem, -0.2327586207rem + 2.4137931034vw, 2rem);
  color: #074C88;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .non-cognitive-skills-body ._box ._main-tit {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.non-cognitive-skills-body ._box ._main-tit img {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .non-cognitive-skills-body ._box ._main-tit img {
    width: 90%;
  }
}
@media screen and (min-width: 901px) {
  .non-cognitive-skills-body ._box ._main-tit img {
    margin-right: 16px;
  }
}
.non-cognitive-skills-body ._box ._main-tit span {
  color: #FD3873;
}
.non-cognitive-skills-body ._box ._inner {
  margin-top: clamp(1.875rem, 0.1293103448rem + 3.1034482759vw, 3rem);
}
.non-cognitive-skills-body ._box ._inner ._sub-tit {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  line-height: 1.6;
  color: #074C88;
}
.non-cognitive-skills-body ._box ._inner ._sub-tit span {
  color: #FD3873;
}
.non-cognitive-skills-body ._box ._inner p {
  margin-top: 24px;
}
.non-cognitive-skills-body ._box ._imgs {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .non-cognitive-skills-body ._box ._imgs {
    flex-direction: column;
  }
}
.non-cognitive-skills-body ._box ._imgs figure {
  border-radius: 15px;
  overflow: hidden;
}
.non-cognitive-skills-body ._box .c-btn {
  margin-top: 44px;
  width: 215px;
}
.non-cognitive-skills-body ._reference {
  margin-top: 48px;
  font-size: clamp(0.8125rem, 0.7901376147rem + 0.0917431193vw, 0.875rem);
}
.non-cognitive-skills-body ._reference ._tit {
  font-weight: bold;
  letter-spacing: 0;
}
.non-cognitive-skills-body ._reference ul {
  margin-top: 10px;
}
.non-cognitive-skills-body ._reference ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.non-cognitive-skills-body ._reference ul li span {
  font-size: clamp(0.6875rem, 0.6651376147rem + 0.0917431193vw, 0.75rem);
}

/*====================================
* 非認知能力検定とは
=====================================*/
.non-cognitive-skills-assessment-lead {
  padding-bottom: clamp(3.75rem, -0.1293103448rem + 6.8965517241vw, 6.25rem);
}
.non-cognitive-skills-assessment-lead p {
  margin-top: clamp(2.5rem, 0.3663793103rem + 3.7931034483vw, 3.875rem);
}

.non-cognitive-skills-assessment-body {
  padding: clamp(3.75rem, 0.6465517241rem + 5.5172413793vw, 5.75rem) 0 clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
  background-color: #F2F8FB;
}

.non-cognitive-skills-assessment-sample {
  padding: clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem) 0 clamp(5rem, -2.7586206897rem + 13.7931034483vw, 10rem);
  background-color: #F2F8FB;
  overflow: hidden;
}
.non-cognitive-skills-assessment-sample .c-tit__02 {
  text-align: center;
  line-height: 1;
}
.non-cognitive-skills-assessment-sample ._sample-swiper {
  overflow: visible;
  transform: translateY(-10px);
}
.non-cognitive-skills-assessment-sample ._sample-swiper .swiper-scrollbar {
  inset: 0;
  margin: auto auto 0;
  width: 80%;
}
@media screen and (min-width: 901px) {
  .non-cognitive-skills-assessment-sample ._sample-swiper .swiper-scrollbar {
    width: 500px;
  }
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list {
  padding-bottom: 82px;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item {
  padding: clamp(1.875rem, -2.0043103448rem + 6.8965517241vw, 4.375rem) clamp(1.25rem, -1.4655172414rem + 4.8275862069vw, 3rem) clamp(1.875rem, -2.7801724138rem + 8.275862069vw, 4.875rem);
  width: 98%;
  height: auto;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (min-width: 769px) {
  .non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item {
    width: 90%;
  }
}
@media screen and (min-width: 901px) {
  .non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item {
    width: 550px;
  }
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._type {
  color: #074C88;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-weight: bold;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._question {
  margin-top: 34px;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._question ._tit {
  font-weight: bold;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._answer {
  margin-top: 30px;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._answer ._point > li {
  padding-left: 20px;
  position: relative;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._answer ._point > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #074C88;
}
.non-cognitive-skills-assessment-sample ._sample-swiper ._list ._item ._answer ._note > li {
  text-indent: -1em;
  padding-left: 1em;
}

.non-cognitive-skills-assessment-link {
  padding-top: clamp(3.125rem, 0.6034482759rem + 4.4827586207vw, 4.75rem);
}
.non-cognitive-skills-assessment-link ._wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px 46px;
}
@media screen and (max-width: 900px) {
  .non-cognitive-skills-assessment-link ._wrapper {
    flex-direction: column;
  }
}
.non-cognitive-skills-assessment-link ._wrapper a,
.non-cognitive-skills-assessment-link ._wrapper .c-comment {
  margin: 0;
}

/*====================================
* サンプル
=====================================*/
.l-page-contents:has(.sample-container) {
  padding-bottom: 0;
}

.sample-tit {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.4013761468rem + 0.9174311927vw, 1.25rem);
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #074C88;
  font-weight: bold;
  font-size: clamp(1.25rem, -0.3017241379rem + 2.7586206897vw, 2.25rem);
  letter-spacing: 0;
  line-height: 1.4;
}
.sample-tit span {
  padding: clamp(0.25rem, 0.1605504587rem + 0.3669724771vw, 0.5rem) clamp(1rem, 0.6869266055rem + 1.2844036697vw, 1.875rem);
  color: #fff;
  background-color: #074C88;
  font-weight: bold;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  font-size: clamp(0.8125rem, 0.1336206897rem + 1.2068965517vw, 1.25rem);
  border-radius: 30px;
}

.sample-lead {
  padding-bottom: clamp(3.75rem, -0.1293103448rem + 6.8965517241vw, 6.25rem);
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  font-weight: bold;
}

.sample-contents {
  padding: clamp(4.375rem, -2.4137931034rem + 12.0689655172vw, 8.75rem) 0 clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem);
  background-color: #F2F8FB;
}
.sample-contents .l-inner__02 {
  padding: 0 10px;
}

.sample-container {
  padding: clamp(2.8125rem, 0.3879310345rem + 4.3103448276vw, 4.375rem) clamp(0.625rem, -5.1939655172rem + 10.3448275862vw, 4.375rem) clamp(3.75rem, 2.7801724138rem + 1.724137931vw, 4.375rem);
  background-color: #fff;
  border: 1px solid #074C88;
  border-radius: 12px;
}
@media screen and (min-width: 901px) {
  .sample-container {
    border-radius: 40px;
  }
}
.sample-container + .sample-container {
  margin-top: clamp(2.5rem, -1.1853448276rem + 6.5517241379vw, 4.875rem);
}
.sample-container__header {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.8620689655rem + 0.6896551724vw, 1.5rem) clamp(1.25rem, -0.3987068966rem + 2.9310344828vw, 2.3125rem);
}
@media screen and (min-width: 901px) {
  .sample-container__header:has(figure) {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 24px clamp(1.25rem, -0.3987068966rem + 2.9310344828vw, 2.3125rem);
  }
  .sample-container__header:has(figure) .sample-tit {
    grid-area: 1/1/2/2;
  }
  .sample-container__header:has(figure) p {
    grid-area: 2/1/3/2;
  }
  .sample-container__header:has(figure) figure {
    grid-area: 1/2/3/3;
  }
}
.sample-container__header p {
  font-size: 1rem;
}
.sample-container__header figure {
  margin: 0 auto;
}
.sample-container__header figure img {
  border: 3px solid #074C88;
  border-radius: 15px;
}
.sample-container-discussion__sample {
  margin-top: 54px;
  padding: 50px 0 35px;
  background-color: #9DDFDE;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .sample-container-discussion__sample {
    margin-top: 34px;
    border-radius: 32px;
  }
}
.sample-container-discussion__sample-tit {
  padding: 6px clamp(0.5rem, -0.6637931034rem + 2.0689655172vw, 1.25rem);
  width: 100%;
  max-width: 310px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #9DDFDE;
  border-radius: 40px;
  color: #63ACB9;
  text-align: center;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sample-container-discussion__sample-tit {
    width: 68%;
  }
}
.sample-container-discussion__sample ._theme {
  margin: 0 auto clamp(1.875rem, 1.2931034483rem + 1.0344827586vw, 2.25rem);
  padding: clamp(0.75rem, -0.025862069rem + 1.3793103448vw, 1.25rem) clamp(0.75rem, -0.4137931034rem + 2.0689655172vw, 1.5rem);
  max-width: 740px;
  background-color: #fff;
  border: 2px solid #63ACB9;
  border-radius: 8px;
  font-size: clamp(0.9375rem, 0.6465517241rem + 0.5172413793vw, 1.125rem);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .sample-container-discussion__sample ._theme {
    letter-spacing: 0;
  }
}
.sample-container-discussion__sample ._inner {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 740px;
  overflow: hidden;
}
.sample-container-discussion__sample ._inner ._person {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .sample-container-discussion__sample ._inner ._person {
    align-items: center;
  }
}
.sample-container-discussion__sample ._inner ._person ._line {
  margin-top: 15px;
  padding: clamp(0.5rem, -0.275862069rem + 1.3793103448vw, 1rem) clamp(0.75rem, -0.4137931034rem + 2.0689655172vw, 1.5rem);
  width: fit-content;
  min-width: 50%;
  border-radius: 16px;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.4;
  font-size: clamp(0.8125rem, 0.745412844rem + 0.2752293578vw, 1rem);
  position: relative;
}
@media screen and (min-width: 769px) {
  .sample-container-discussion__sample ._inner ._person ._line {
    margin-top: 0;
    min-width: 272px;
    line-height: 1.5;
  }
}
.sample-container-discussion__sample ._inner ._person ._line::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -13px;
  width: 15px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #fff;
}
.sample-container-discussion__sample ._inner ._person._fac {
  gap: 2px;
}
@media screen and (min-width: 769px) {
  .sample-container-discussion__sample ._inner ._person._fac {
    transform: translateX(calc(-1 * clamp(1.5rem, 1.3060344828rem + 0.3448275862vw, 1.625rem)));
    gap: clamp(0.25rem, -0.9137931034rem + 2.0689655172vw, 1rem);
  }
}
.sample-container-discussion__sample ._inner ._person._fac figure {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .sample-container-discussion__sample ._inner ._person._fac figure {
    width: 70px;
    min-width: 70px;
    transform: translateX(-12px);
  }
}
.sample-container-discussion__sample ._inner ._person._fac ._line {
  flex: 1;
  background-color: #04D1D1;
}
@media screen and (max-width: 768px) {
  .sample-container-discussion__sample ._inner ._person._fac ._line {
    margin-left: -10px;
  }
}
@media screen and (min-width: 769px) {
  .sample-container-discussion__sample ._inner ._person._fac ._line.-long {
    margin-right: calc(-1 * clamp(1.5rem, 1.3060344828rem + 0.3448275862vw, 1.625rem));
  }
}
.sample-container-discussion__sample ._inner ._person._fac ._line::before {
  background: #04D1D1;
}
.sample-container-discussion__sample ._inner ._person._child {
  gap: clamp(1rem, -0.3577586207rem + 2.4137931034vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .sample-container-discussion__sample ._inner ._person._child figure {
    width: 46px;
    min-width: 46px;
  }
}
@media screen and (min-width: 769px) {
  .sample-container-discussion__sample ._inner ._person._child figure {
    width: 68px;
    min-width: 68px;
  }
}
.sample-container-discussion__sample ._inner ._discussion {
  margin-top: 24px;
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sample-container-discussion__sample ._inner ._discussion {
    gap: 20px;
  }
}
.sample-container-discussion__sample ._inner ._discussion::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 40px;
  background-image: url(../img/page/icon-sample-dots.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sample-container-discussion__sample ._inner ._discussion ._child {
  display: flex;
}
.sample-container-discussion__sample ._inner ._discussion ._child:nth-child(even) {
  flex-direction: row-reverse;
}
.sample-container-discussion__sample ._inner ._discussion ._child:nth-child(even) ._line::before {
  left: auto;
  right: -13px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.sample-container-discussion__sample ._inner ._discussion ._child:last-child {
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .sample-container-discussion__sample ._inner ._discussion ._child:has(.-long) {
    margin: 5px 0;
  }
}
.sample-container-web__list {
  margin-top: clamp(1.75rem, 1.3620689655rem + 0.6896551724vw, 2rem);
}
.sample-container-web__list > li {
  padding: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  border: 1px solid #63ACB9;
  background-color: #F2F8FB;
}
.sample-container-web__list > li + li {
  margin-top: clamp(1.25rem, 0.8620689655rem + 0.6896551724vw, 1.5rem);
}
.sample-container-web__list > li ._tit {
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .sample-container-web__list > li ._tit {
    letter-spacing: 0;
  }
}
.sample-container-web__list > li ._list {
  margin-top: 20px;
  padding: 24px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  background-color: #fff;
}
.sample-container-web__list > li ._list > li {
  margin: auto;
  padding-bottom: 10px;
  padding-left: 34px;
  max-width: 740px;
  border-bottom: 1px solid #ccc;
  position: relative;
  counter-increment: number 1;
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.8405172414rem + 0.1724137931vw, 1rem);
}
.sample-container-web__list > li ._list > li::before {
  content: counter(number) "";
  position: absolute;
  top: calc((1.5 * 1em - 24px) / 2);
  width: 24px;
  height: 24px;
  left: 0;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #074C88;
  border-radius: 50%;
}
.sample-container-web__list > li ._list > li + li {
  margin-top: 16px;
}
.sample-container-result .sample-container__body {
  margin-top: 40px;
}
.sample-container-result .sample-container__body .sample-tit {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.sample-container-result .sample-container__body .sample-tit span {
  padding: 6px clamp(0.75rem, 0.5711009174rem + 0.7339449541vw, 1.25rem);
  font-size: clamp(0.75rem, 0.5560344828rem + 0.3448275862vw, 0.875rem);
}
.sample-container-result .sample-container__body figure + figure {
  margin-top: 20px;
}
.sample-container-result__data {
  margin-top: 25px;
}
.sample-container-result__data dl {
  display: flex;
  border: 2px solid #555555;
}
.sample-container-result__data dl + dl {
  margin-top: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
}
.sample-container-result__data dl dt {
  display: grid;
  place-content: center;
  width: clamp(6.25rem, 4.0137614679rem + 9.1743119266vw, 12.5rem);
  background-color: #FFF2CD;
  border-right: 2px solid #555555;
  font-weight: bold;
  font-size: clamp(0.9375rem, 0.4525862069rem + 0.8620689655vw, 1.25rem);
}
.sample-container-result__data dl dd {
  padding: 10px clamp(0.5rem, 0.2204701835rem + 1.1467889908vw, 1.28125rem);
  flex: 1;
  font-size: clamp(0.8125rem, 0.745412844rem + 0.2752293578vw, 1rem);
}

/*====================================
* FAQ
=====================================*/
.faq-nav nav ul {
  padding: 28px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  background-color: #F2F8FB;
  font-size: clamp(0.875rem, 0.7780172414rem + 0.1724137931vw, 0.9375rem);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .faq-nav nav ul {
    justify-content: center;
  }
}
.faq-nav nav ul li a {
  display: flex;
  gap: clamp(0.5rem, 0.1120689655rem + 0.6896551724vw, 0.75rem);
  align-items: center;
  transition: opacity 0.3s;
}
.faq-nav nav ul li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2210%22%20viewBox%3D%220%200%2013%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%202.27363L1.47431%200.92218L6.23715%206.11801L11%200.92218L12.4743%202.27363L6.23715%209.0778L0%202.27363Z%22%20fill%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .faq-nav nav ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.faq-nav + .faq-contents {
  margin-top: clamp(3.75rem, 1.4224137931rem + 4.1379310345vw, 5.25rem);
}

.faq-contents + .faq-contents {
  margin-top: clamp(1.875rem, -2.974137931rem + 8.6206896552vw, 5rem);
}
.faq-contents__tit {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}

.c-faq-list {
  margin: clamp(1.5rem, 0.724137931rem + 1.3793103448vw, 2rem) auto 0;
  max-width: 900px;
}
.c-faq-list ._item {
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}
.c-faq-list ._item + li {
  margin-top: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
}
.c-faq-list ._item + li a {
  color: #3D6ADD;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .c-faq-list ._item + li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.c-faq-list ._item ._question {
  padding: 11px 10px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.6666666667;
  font-size: clamp(0.9375rem, 0.8405172414rem + 0.1724137931vw, 1rem);
  transition: opacity 0.3s;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._question {
    padding: 17px 40px;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .c-faq-list ._item ._question:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-faq-list ._item ._question::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(0.5rem, -1.6336206897rem + 3.7931034483vw, 1.875rem);
  font-size: clamp(1.375rem, 1.1810344828rem + 0.3448275862vw, 1.5rem);
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  color: #074C88;
  line-height: 1.2;
  align-self: flex-start;
}
.c-faq-list ._item ._question[aria-expanded=true] ._tit::after {
  rotate: 0deg;
}
.c-faq-list ._item ._question[aria-expanded=true] + .answer {
  margin: 15px 0 20px;
}
.c-faq-list ._item ._question ._tit {
  padding-right: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
  display: inline-block;
  width: 100%;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 900px) {
  .c-faq-list ._item ._question ._tit {
    line-height: 1.6;
  }
}
.c-faq-list ._item ._question ._tit::before, .c-faq-list ._item ._question ._tit::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 5px auto auto;
  width: 14px;
  height: 2px;
  transition: rotate 0.3s;
  background-color: #000;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._question ._tit::before, .c-faq-list ._item ._question ._tit::after {
    width: 19px;
  }
}
.c-faq-list ._item ._question ._tit::after {
  rotate: 90deg;
}
.c-faq-list ._item ._answer {
  height: 0;
  transition: all 0.5s;
}
.c-faq-list ._item ._answer ._inner {
  padding: 24px 38px 19px 11px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #F2F8FB;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._answer ._inner {
    padding: 24px 78px 24px 40px;
  }
}
.c-faq-list ._item ._answer ._inner::before {
  content: "A";
  display: block;
  margin-right: clamp(0.5rem, -1.6336206897rem + 3.7931034483vw, 1.875rem);
  font-size: clamp(1.375rem, 1.1810344828rem + 0.3448275862vw, 1.5rem);
  color: #FD3873;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  align-self: flex-start;
}
.c-faq-list ._item ._answer ._inner p {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .c-faq-list ._item ._answer ._inner p {
    line-height: 1.6;
  }
}
.c-faq-list ._item ._answer ._inner p a {
  color: #0066C0;
  border-bottom: 1px solid #0066C0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-faq-list ._item ._answer ._inner p a:where(:any-link, :enabled, summary):hover {
    color: #00B1F9;
    border-color: #00B1F9;
  }
}
@media screen and (max-width: 768px) {
  .c-faq-list ._item ._answer ._inner p {
    padding-top: 3px;
  }
}
.c-faq-list ._item ._answer ._inner span {
  font-weight: bold;
}

/*====================================
* 非認知能力検定協会概要
=====================================*/
.association-overview ._info dl {
  display: flex;
  gap: clamp(0.25rem, 0.1158256881rem + 0.5504587156vw, 0.625rem);
}
.association-overview ._info dl dt, .association-overview ._info dl dd {
  padding: 20px clamp(0.625rem, 0.0431034483rem + 1.0344827586vw, 1rem) 25px;
}
.association-overview ._info dl dt {
  width: clamp(5.625rem, 2.4048165138rem + 13.2110091743vw, 14.625rem);
  color: #074C88;
  border-bottom: 1px solid #074C88;
}
.association-overview ._info dl dd {
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
  border-bottom: 1px solid #ccc;
  flex: 1;
}
.association-overview ._info dl dd ul li {
  padding-left: 16px;
  position: relative;
}
.association-overview ._info dl dd ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: calc((1.875 * 1em - 0.3em) / 2);
  width: 0.3em;
  height: 0.3em;
  background-color: #000000;
  border-radius: 50%;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.ez-toc-debug-messages {
  display: none;
}

.wp-block-gallery.has-nested-images {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
}
@media screen and (min-width: 601px) {
  .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media screen and (min-width: 901px) {
  .wp-block-gallery.has-nested-images {
    gap: 40px;
  }
}
.wp-block-gallery.has-nested-images .wp-block-image {
  width: auto !important;
}

.wp-block-other-link {
  margin-top: clamp(3.125rem, 0.2155172414rem + 5.1724137931vw, 5rem);
  padding: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem) clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
  display: flex;
  align-items: center;
  gap: 20px clamp(0.75rem, 0.3474770642rem + 1.6513761468vw, 1.875rem);
  border: 1px solid #555555;
  color: #000;
  transition: background-color 0.3s;
}
@media screen and (max-width: 900px) {
  .wp-block-other-link {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .wp-block-other-link:where(:any-link, :enabled, summary):hover {
    background-color: #F2F8FB;
  }
}
.wp-block-other-link ._img {
  width: clamp(7.5rem, 4.2127293578rem + 13.4862385321vw, 16.6875rem) !important;
  overflow: hidden;
}
.wp-block-other-link ._img img {
  width: 100%;
  height: auto;
  aspect-ratio: 267/200;
  object-fit: cover;
}
.wp-block-other-link ._box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.wp-block-other-link ._box::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9473%206.25968C17.0132%206.09567%2017.0132%205.90433%2016.9473%205.74032C16.9143%205.65831%2016.8682%205.58314%2016.8023%205.52164L11.6826%200.198177C11.4256%20-0.0683377%2011.0105%20-0.0683377%2010.7535%200.198177C10.4965%200.464692%2010.4965%200.895216%2010.7535%201.16173L14.7531%205.30979L0.658915%205.30979C0.296512%205.30979%200%205.61731%200%205.99317C0%206.18451%200.0724806%206.35535%200.191085%206.47836C0.30969%206.60137%200.474419%206.67654%200.658915%206.67654L14.7531%206.67654L10.7535%2010.8246C10.4965%2011.0911%2010.4965%2011.5216%2010.7535%2011.7882C11.0105%2012.0547%2011.4256%2012.0547%2011.6826%2011.7882L16.8089%206.47153C16.8682%206.41002%2016.9143%206.33485%2016.9539%206.25285L16.9473%206.25968Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #F2F8FB;
  transition: background 0.3s;
}
.wp-block-other-link ._box > div {
  flex: 1;
}
.wp-block-other-link ._box ._tit {
  padding: 0;
  font-size: clamp(0.875rem, 0.7855504587rem + 0.3669724771vw, 1.125rem);
  font-weight: bold;
}
.wp-block-other-link ._box ._tex {
  margin-top: 10px;
  font-size: clamp(0.75rem, 0.7052752294rem + 0.1834862385vw, 0.875rem);
}
.wp-block-other-link + .wp-block-other-link {
  margin-top: 20px;
}

@media screen and (min-width: 601px) {
  .l-news-article-body .wp-block-gallery.has-nested-images,
  .l-column-article-body .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

.l-news-article-body > *,
.editor-styles-wrapper > * {
  margin: clamp(2.5rem, 1.6055045872rem + 3.6697247706vw, 5rem) auto 0;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
.l-news-article-body > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0;
}
.l-news-article-body > p,
.editor-styles-wrapper > p {
  margin-top: 40px;
}
.l-news-article-body h2,
.editor-styles-wrapper h2 {
  font-size: clamp(1.25rem, 1.1605504587rem + 0.3669724771vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  color: #074C88;
}
.l-news-article-body h3,
.editor-styles-wrapper h3 {
  font-size: clamp(1.125rem, 1.0802752294rem + 0.1834862385vw, 1.25rem);
  font-weight: bold;
}
.l-news-article-body h4,
.editor-styles-wrapper h4 {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: bold;
}
.l-news-article-body a:not(.wp-block-other-link, .c-btn a),
.editor-styles-wrapper a:not(.wp-block-other-link, .c-btn a) {
  color: #065FD4;
  border-bottom: 1px solid #065FD4;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .l-news-article-body a:not(.wp-block-other-link, .c-btn a):where(:any-link, :enabled, summary):hover,
  .editor-styles-wrapper a:not(.wp-block-other-link, .c-btn a):where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-news-article-body .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  margin-top: 60px;
  max-width: 800px;
}
@media screen and (min-width: 901px) {
  .l-news-article-body .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin-top: 50px;
  }
}
.l-news-article-body .wp-block-image + p,
.editor-styles-wrapper .wp-block-image + p {
  margin-top: 60px;
}
.l-news-article-body ul,
.editor-styles-wrapper ul {
  margin-top: clamp(1.875rem, -2.0043103448rem + 6.8965517241vw, 4.375rem);
  padding: 0;
  list-style: none !important;
}
.l-news-article-body ul li,
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 14px;
}
.l-news-article-body ul li::before,
.editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  top: calc((2 * 1em - 0.5em) / 2);
  width: 0.5em;
  height: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #074C88;
}
.l-news-article-body ol,
.editor-styles-wrapper ol {
  margin-top: clamp(1.875rem, -2.0043103448rem + 6.8965517241vw, 4.375rem);
  padding: 0;
  counter-reset: number 0;
  list-style: none !important;
}
.l-news-article-body ol li,
.editor-styles-wrapper ol li {
  padding-left: 20px;
  position: relative;
  counter-increment: number 1;
}
.l-news-article-body ol li::before,
.editor-styles-wrapper ol li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}
.l-news-article-body ol li + li,
.editor-styles-wrapper ol li + li {
  margin-top: 10px;
}
.l-news-article-body blockquote,
.editor-styles-wrapper blockquote {
  padding: clamp(1.5625rem, 0.1077586207rem + 2.5862068966vw, 2.5rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) clamp(3.125rem, -3.6637931034rem + 12.0689655172vw, 7.5rem);
  border: 1px solid #000;
  position: relative;
}
.l-news-article-body blockquote::before,
.editor-styles-wrapper blockquote::before {
  content: "";
  position: absolute;
  top: clamp(1.25rem, -1.8534482759rem + 5.5172413793vw, 3.25rem);
  left: clamp(0.875rem, -2.2284482759rem + 5.5172413793vw, 2.875rem);
  width: clamp(1.285625rem, 0.8383772936rem + 1.8348623853vw, 2.535625rem);
  aspect-ratio: 40.57/35.15;
  background: url(../img/common/icon-quote.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .l-news-article-body blockquote p,
  .editor-styles-wrapper blockquote p {
    line-height: 2;
  }
}
.l-news-article-body blockquote p + p,
.editor-styles-wrapper blockquote p + p {
  margin-top: 10px;
}
.l-news-article-body blockquote cite,
.editor-styles-wrapper blockquote cite {
  margin-top: 20px;
  display: block;
  font-style: normal;
  color: #FD3873;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.l-column-article-body > *,
.editor-styles-wrapper > * {
  margin: clamp(1.875rem, 1.6513761468rem + 0.9174311927vw, 2.5rem) auto 0;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
.l-column-article-body > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0;
}
.l-column-article-body > p,
.editor-styles-wrapper > p {
  margin-top: 40px;
}
.l-column-article-body > p + p,
.editor-styles-wrapper > p + p {
  margin-top: 20px;
}
.l-column-article-body ul, .l-column-article-body ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin-top: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
}
.l-column-article-body h2, .l-column-article-body h3, .l-column-article-body h4, .l-column-article-body h5, .l-column-article-body h6,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  color: #074C88;
}
.l-column-article-body h2,
.editor-styles-wrapper h2 {
  margin-top: clamp(2.5rem, 2.0527522936rem + 1.8348623853vw, 3.75rem);
  padding-bottom: 14px;
  font-size: clamp(1.25rem, 1.1605504587rem + 0.3669724771vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #074C88;
}
.l-column-article-body h3,
.editor-styles-wrapper h3 {
  padding-left: 22px;
  font-size: clamp(1.125rem, 1.0802752294rem + 0.1834862385vw, 1.25rem);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.l-column-article-body h3::before,
.editor-styles-wrapper h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: calc(100% - 1px);
  background-color: #074C88;
}
.l-column-article-body h4,
.editor-styles-wrapper h4 {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: bold;
}
.l-column-article-body h4 + p,
.editor-styles-wrapper h4 + p {
  margin-top: 20px;
}
.l-column-article-body a:not(.wp-block-other-link, .c-btn a, #ez-toc-container a),
.editor-styles-wrapper a:not(.wp-block-other-link, .c-btn a, #ez-toc-container a) {
  color: #065FD4;
  border-bottom: 1px solid #065FD4;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .l-column-article-body a:not(.wp-block-other-link, .c-btn a, #ez-toc-container a):where(:any-link, :enabled, summary):hover,
  .editor-styles-wrapper a:not(.wp-block-other-link, .c-btn a, #ez-toc-container a):where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-column-article-body .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  margin-top: 60px;
  max-width: 800px;
}
@media screen and (min-width: 901px) {
  .l-column-article-body .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin-top: 50px;
  }
}
.l-column-article-body .wp-block-image + p,
.editor-styles-wrapper .wp-block-image + p {
  margin-top: 60px;
}
.l-column-article-body ul:not(#ez-toc-container ul),
.editor-styles-wrapper ul:not(#ez-toc-container ul) {
  padding: 0;
  list-style: none !important;
}
.l-column-article-body ul:not(#ez-toc-container ul) li,
.editor-styles-wrapper ul:not(#ez-toc-container ul) li {
  position: relative;
  padding-left: 14px;
}
.l-column-article-body ul:not(#ez-toc-container ul) li::before,
.editor-styles-wrapper ul:not(#ez-toc-container ul) li::before {
  content: "";
  position: absolute;
  top: calc((2 * 1em - 0.5em) / 2);
  width: 0.5em;
  height: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #000000;
}
.l-column-article-body ol,
.editor-styles-wrapper ol {
  counter-reset: number 0;
  list-style: none !important;
}
.l-column-article-body ol li,
.editor-styles-wrapper ol li {
  padding-left: 28px;
  position: relative;
  counter-increment: number 1;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .l-column-article-body ol li,
  .editor-styles-wrapper ol li {
    padding-left: 34px;
  }
}
.l-column-article-body ol li::before,
.editor-styles-wrapper ol li::before {
  content: counter(number) "";
  position: absolute;
  top: calc(1em - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  font-size: clamp(0.75rem, 0.3620689655rem + 0.6896551724vw, 1rem);
  background-color: #F2F8FB;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .l-column-article-body ol li::before,
  .editor-styles-wrapper ol li::before {
    top: calc(1em - 12.5px);
    width: 25px;
    height: 25px;
  }
}
.l-column-article-body ol li + li,
.editor-styles-wrapper ol li + li {
  margin-top: 10px;
}
.l-column-article-body blockquote,
.editor-styles-wrapper blockquote {
  padding: clamp(1.5625rem, 0.1077586207rem + 2.5862068966vw, 2.5rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) clamp(3.125rem, -3.6637931034rem + 12.0689655172vw, 7.5rem);
  border: 1px solid #000;
  position: relative;
}
.l-column-article-body blockquote::before,
.editor-styles-wrapper blockquote::before {
  content: "";
  position: absolute;
  top: clamp(1.25rem, -1.8534482759rem + 5.5172413793vw, 3.25rem);
  left: clamp(0.875rem, -2.2284482759rem + 5.5172413793vw, 2.875rem);
  width: clamp(1.285625rem, 0.8383772936rem + 1.8348623853vw, 2.535625rem);
  aspect-ratio: 40.57/35.15;
  background: url(../img/common/icon-quote.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .l-column-article-body blockquote p,
  .editor-styles-wrapper blockquote p {
    line-height: 2;
  }
}
.l-column-article-body blockquote p + p,
.editor-styles-wrapper blockquote p + p {
  margin-top: 10px;
}
.l-column-article-body blockquote cite,
.editor-styles-wrapper blockquote cite {
  margin-top: 20px;
  display: block;
  font-style: normal;
  color: #FD3873;
}
.l-column-article-body .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  overflow-x: auto;
}
.l-column-article-body .wp-block-table table,
.editor-styles-wrapper .wp-block-table table {
  table-layout: auto;
  min-width: 840px;
}
.l-column-article-body .wp-block-table table thead,
.editor-styles-wrapper .wp-block-table table thead {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.l-column-article-body .wp-block-table table tr th, .l-column-article-body .wp-block-table table tr td,
.editor-styles-wrapper .wp-block-table table tr th,
.editor-styles-wrapper .wp-block-table table tr td {
  border: none;
  min-width: 240px;
  vertical-align: middle;
  line-height: 1.6;
}
.l-column-article-body .wp-block-table table tr th,
.editor-styles-wrapper .wp-block-table table tr th {
  padding: 25px 16px;
  background-color: #F2F8FB;
}
.l-column-article-body .wp-block-table table tr td,
.editor-styles-wrapper .wp-block-table table tr td {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
