@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/*----------------------------------------
  変数
----------------------------------------*/
/**
* 画面の高さを基準としたフォントサイズのclamp関数を返す
* 最小フォントサイズと最大フォントサイズ、可変にする画面の高さの範囲を指定
* 例）m-fontsize__h(12, 24, 480, 768) とした場合、
* 　　高さ480px以下は12px、768px以上は24px、480～768pxの間は可変となる。
* 　　font-size: clamp(12px, -8px + 0.0417 * 100vw, 24px);
*
* @param  $minSize    最小フォントサイズ
* @param  $maxSize    最大フォントサイズ
* @param  $minHeight  フォントサイズを可変にする画面サイズの範囲（開始）
* @param  $maxHeight  フォントサイズを可変にする画面サイズの範囲（終了）
* @return clamp(最小値, 基準値, 最大値)　
*/
/**
* 画面の幅を基準としたフォントサイズのclamp関数を返す
* 最小フォントサイズと最大フォントサイズ、可変にする画面幅の範囲を指定
* 例）m-fontsize__w(12, 24, 480, 768) とした場合、
* 　　幅480px以下は12px、768px以上は24px、480～768pxの間は可変となる。
* 　　font-size: clamp(12px, -8px + 0.0417 * 100vw, 24px);
*
* @param  $minSize    最小フォントサイズ
* @param  $maxSize    最大フォントサイズ
* @param  $minWidth   フォントサイズを可変にする画面サイズの範囲（開始）
* @param  $maxWidth   フォントサイズを可変にする画面サイズの範囲（終了）
* @return clamp(最小値, 基準値, 最大値)　
*/
/**
* 2つの数値からパーセンテージを求める（小数点第一位以下四捨五入）
*
* @param  $num  数値1
* @param  $max  数値2
* @return 数値2を100%とした場合の数値1の割合
*/
/**
* 値から単位を取り除く
*
* @param  $num  値
* @return 数値
*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, a, em {
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.875;
  font-feature-settings: "palt";
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: justify;
  scrollbar-width: thin;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

body > svg {
  display: none;
}

figure {
  margin: 0;
}

/*----------------------------------------
  共通
----------------------------------------*/
#l-wrapper {
  width: 100%;
  position: relative;
}
#l-wrapper > article {
  width: 100%;
}
#l-wrapper > article .l-section {
  width: 100%;
}
#l-wrapper > article .l-section__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #l-wrapper > article .l-section__inner {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #l-wrapper > article .l-section__inner {
    width: calc(100% - 40px);
  }
}
#l-wrapper > article .l-section__inner--narrow {
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #l-wrapper > article .l-section__inner--narrow {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner--narrow {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #l-wrapper > article .l-section__inner--narrow {
    width: calc(100% - 40px);
  }
}

.l-subheader {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-subheader {
    height: 113px;
  }
}
.l-subheader > div {
  width: 300px;
  height: 200px;
  position: absolute;
  right: -50%;
  left: -50%;
  bottom: 0;
  margin: auto;
  padding-top: 63px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-subheader > div {
    height: 100%;
    padding-top: 22px;
  }
}
.l-subheader > div h1 {
  font-size: 50px;
  letter-spacing: 0.07em;
  line-height: 1.34;
}
@media screen and (max-width: 768px) {
  .l-subheader > div h1 {
    font-size: 35px;
  }
}
.l-subheader > div p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3125;
}
@media screen and (max-width: 768px) {
  .l-subheader > div p {
    font-size: 14px;
  }
}

#l-fixdlink {
  width: 228px;
  height: clamp(50px, 6.51vw, 60px);
  position: fixed;
  right: 4.25dvw;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  #l-fixdlink {
    right: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #l-fixdlink {
    width: calc(100% - 60px);
    right: unset;
    left: 50%;
    translate: -50% 0;
  }
}
#l-fixdlink a {
  width: 100%;
  height: 100%;
  padding-top: 7px;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  background-color: #333333;
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 600px) {
  #l-fixdlink a {
    padding-top: 10px;
    font-size: 1.9rem;
    background-color: #C7001C;
  }
}
#l-fixdlink a:hover {
  background-color: #C7001C;
}

#l-totop {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 75px;
  right: 0.48vw;
  z-index: 100;
  cursor: pointer;
}
#l-totop img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #l-totop {
    display: none;
  }
}

/* フェードアニメーション */
.l-fadeIn--active {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-fadeUp--active {
  animation-name: fadeUpAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.l-fadeDown--active {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.l-fadeLeft--active {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.l-fadeRight--active {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.l-fadeIn,
.l-fadeUp,
.l-fadeDown,
.l-fadeLeft,
.l-fadeRight {
  opacity: 0;
}
@media print {
  .l-fadeIn,
.l-fadeUp,
.l-fadeDown,
.l-fadeLeft,
.l-fadeRight {
    opacity: 1;
  }
}

/*----------------------------------------
	ヘッダー
----------------------------------------*/
header {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  transform: translateY(-100%);
  pointer-events: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  header {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 50px;
  }
}
header .l-hd__inner {
  width: 100%;
  height: 80px;
  padding: 0 clamp(16px, 2.08vw, 42px) 0 clamp(16px, 1.78vw, 58px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .l-hd__inner {
    display: none;
  }
}
header .l-hd__inner h1 {
  flex: 1;
}
header .l-hd__inner h1 a {
  font-size: clamp(2.1rem, 2.33vw, 2.2rem);
  letter-spacing: normal;
  display: flex;
  gap: 0 clamp(8px, 0.89vw, 10px);
  align-items: center;
}
header .l-hd__inner h1 a::before {
  content: "";
  width: 100%;
  max-width: 46px;
  aspect-ratio: 46/48;
  background-image: url(../img/common/logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  display: block;
}
header .l-hd__inner nav ul {
  display: flex;
}
header .l-hd__inner nav ul li {
  border-left: solid 1px #cecece;
}
header .l-hd__inner nav ul li:last-of-type {
  border-right: solid 1px #cecece;
}
header .l-hd__inner nav ul li a {
  padding: 10px clamp(8px, 1.04vw, 16px);
  font-size: clamp(1.4rem, 1.56vw, 1.5rem);
  font-weight: 500;
  display: block;
  transition: color 0.3s ease;
}
header .l-hd__inner nav ul li a:hover {
  color: #00A0E9;
}

/*----------------------------------------
  フッタ
----------------------------------------*/
footer {
  background-color: #333333;
}
footer .l-ft__inner {
  width: 100%;
  max-width: 1250px;
  padding: 50px 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  footer .l-ft__inner {
    max-width: 100%;
    padding: 53px clamp(32px, 2.91vw, 40px);
  }
}
footer .l-ft__inner div {
  width: 330px;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner div {
    width: 100%;
  }
}
footer .l-ft__inner div span {
  display: flex;
  align-items: center;
}
footer .l-ft__inner div span a {
  color: #FFFFFF;
}
footer .l-ft__inner div span:nth-of-type(1) {
  margin-bottom: 5px;
  gap: 0 10px;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner div span:nth-of-type(1) {
    margin-bottom: 15px;
    justify-content: center;
  }
}
footer .l-ft__inner div span:nth-of-type(1) a {
  font-size: 2.2rem;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner div span:nth-of-type(1) a {
    font-size: clamp(1.9rem, 3.17vw, 2.2rem);
  }
}
footer .l-ft__inner div span:nth-of-type(1)::before {
  content: "";
  width: 46px;
  aspect-ratio: 46/48;
  background-image: url(../img/common/logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner div span:nth-of-type(1)::before {
    width: clamp(41px, 6.83vw, 46px);
  }
}
footer .l-ft__inner div span:nth-of-type(2) {
  width: fit-content;
  min-width: 155px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner div span:nth-of-type(2) {
    margin: 0 auto;
  }
}
footer .l-ft__inner div span:nth-of-type(2) a {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  transition: color 0.3s ease;
  gap: 0 5px;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner div span:nth-of-type(2) a {
    justify-content: center;
  }
}
footer .l-ft__inner div span:nth-of-type(2) a::after {
  content: "";
  width: 100%;
  max-width: 15px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../img/common/ico_link.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_link.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  display: inline-block;
  transition: background-color 0.3s ease;
}
footer .l-ft__inner div span:nth-of-type(2) a:hover {
  color: #B2DDF5;
}
footer .l-ft__inner div span:nth-of-type(2) a:hover::after {
  background-color: #B2DDF5;
}
footer .l-ft__inner ul {
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner ul {
    display: none;
  }
}
footer .l-ft__inner ul li a {
  padding: 10px clamp(8px, 1.04vw, 16px);
  border-left: solid 1px #cecece;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 1.36vw, 1.6rem);
  font-weight: 500;
  display: block;
  transition: color 0.3s ease;
}
footer .l-ft__inner ul li a:hover {
  color: #B2DDF5;
}
footer .l-ft__inner ul li:last-of-type a {
  border-right: solid 1px #cecece;
}
footer small {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  font-family: "Josefin Sans", serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------
  SPナビ
----------------------------------------*/
.--fixed__spnavi {
  height: 100%;
  overflow: hidden;
}

.l-sn__spnavi__wrapper {
  display: none;
}
.l-sn__spnavi__wrapper::after {
  content: "";
  width: 100%;
  height: 100dvh;
  background-color: #333333;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.l-sn__spnavi__wrapper.--active__spnavi::after {
  content: "";
  opacity: 0.5;
  visibility: visible;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .l-sn__spnavi__wrapper {
    width: 100%;
    height: 80px;
    padding: 0 clamp(16px, 2.08vw, 42px) 0 clamp(16px, 1.78vw, 58px);
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
  }
}
@media screen and (max-width: 1100px) and (max-width: 600px) {
  .l-sn__spnavi__wrapper {
    height: 50px;
  }
}
.l-sn__spnavi__wrapper h1 {
  font-size: clamp(2.1rem, 2.33vw, 2.2rem);
  letter-spacing: normal;
  display: flex;
  gap: 0 clamp(8px, 0.89vw, 10px);
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper h1 {
    font-size: clamp(1.5rem, 4vw, 1.8rem);
  }
}
.l-sn__spnavi__wrapper h1::before {
  content: "";
  width: 100%;
  max-width: 46px;
  aspect-ratio: 46/48;
  background-image: url(../img/common/logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper h1::before {
    width: clamp(30px, 8vw, 36px);
  }
}
.l-sn__spnavi__wrapper .l-sn__hamburger {
  width: 44px;
  height: 44px;
  border: none;
  padding: 0;
  box-sizing: border-box;
  background-color: unset;
  font-size: 8px;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper .l-sn__hamburger {
    width: 33px;
    height: 33px;
  }
}
.l-sn__spnavi__wrapper .l-sn__hamburger::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #333333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #333333;
  display: block;
  position: absolute;
  top: clamp(12px, 2vw, 16px);
  left: 0;
  transition: all 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger span {
  width: 100%;
  height: 100%;
  display: block;
  color: #333333;
}
.l-sn__spnavi__wrapper .l-sn__hamburger span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #333333;
  display: block;
  position: absolute;
  top: clamp(6px, 1vw, 8px);
  left: 0;
  opacity: 1;
  transition: 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger span::after {
  content: "MENU";
  width: 100%;
  color: #333333;
  font-family: "Josefin Sans", serif;
  font-size: clamp(1.1rem, 1.83vw, 1.4rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: normal;
  position: absolute;
  top: clamp(16px, 3.33vw, 20px);
  left: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper .l-sn__hamburger span::after {
    left: -1px;
  }
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi::before {
  background-color: #FFFFFF;
  transform: rotate(30deg);
  top: 6px;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi::after {
  background-color: #FFFFFF;
  transform: rotate(-30deg);
  top: 6px;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi span::before {
  background-color: #FFFFFF;
  transform: translate(10px);
  opacity: 0;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi span::after {
  content: "CLOSE";
  color: #FFFFFF;
  transform: rotateY(180deg) scale(-1, 1);
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi::after {
  background-color: #FFFFFF;
}
.l-sn__spnavi__wrapper nav {
  width: 60%;
  height: 100dvh;
  background: linear-gradient(270deg, rgb(119, 212, 224) 0%, rgb(100, 178, 235) 100%);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-sn__spnavi__wrapper nav {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper nav {
    width: calc(100% - 60px);
  }
}
.l-sn__spnavi__wrapper nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EBF9FA;
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-sn__spnavi__wrapper nav.--active__spnavi {
  left: 40%;
}
@media screen and (max-width: 768px) {
  .l-sn__spnavi__wrapper nav.--active__spnavi {
    left: 160px;
  }
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper nav.--active__spnavi {
    left: 60px;
  }
}
.l-sn__spnavi__wrapper nav ul {
  width: 100%;
  padding: 100px 20px 0;
  margin: 80px 0 clamp(24px, 5vw, 40px);
  display: flex;
  gap: 40px 0;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper nav ul {
    padding: 0 20px 0;
    gap: clamp(28px, 5.83vw, 40px);
  }
}
.l-sn__spnavi__wrapper nav ul li a {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2.67vw, 2rem);
  font-weight: 500;
}
.l-sn__spnavi__wrapper nav ul li:last-of-type a {
  width: clamp(250px, 66.67vw, 280px);
  height: 50px;
  color: #00A0E9;
  background-color: #FFFFFF;
  font-size: clamp(1.6rem, 4.27vw, 1.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sn__spnavi__wrapper nav img {
  width: 100%;
  max-width: 56px;
  aspect-ratio: 56/60;
  margin: 0 auto clamp(24px, 5vw, 32px);
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__corp {
  margin: 0 auto;
  display: flex;
  gap: 0 5px;
  justify-content: center;
  align-items: center;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__corp a {
  color: #FFFFFF;
  font-size: clamp(1.4rem, 2.33vw, 1.8rem);
  font-weight: 500;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__corp::after {
  content: "";
  width: 100%;
  max-width: 15px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: background-color 0.3s ease;
}

/*----------------------------------------
  見出し
----------------------------------------*/
.c-hd__title {
  margin-block: calc((1em - 1lh) / 2);
  display: flex;
  gap: 0 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-hd__title {
    flex-direction: column;
    gap: 12px 0;
  }
}
.c-hd__title span {
  margin-block: calc((1em - 1lh) / 2);
  font-size: clamp(4rem, 5.21vw, 4.2rem);
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-hd__title span {
    font-size: clamp(3.6rem, 6vw, 4rem);
  }
}
.c-hd__title h2 {
  padding-bottom: 1rem;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-hd__title h2 {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
@media screen and (max-width: 600px) {
  .c-hd__title h2 {
    padding-bottom: 0;
  }
}

.c-hd__subtitle__center {
  padding-bottom: 12px;
  color: #0F347F;
  font-size: clamp(2.4rem, 3.13vw, 2.6rem);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-hd__subtitle__center {
    font-size: 2.6rem;
  }
}
.c-hd__subtitle__center::after {
  content: "";
  width: clamp(60px, 4.39vw, 60px);
  height: 4px;
  background: linear-gradient(90deg, rgb(100, 178, 235) 0%, rgb(119, 212, 224) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.c-hd__subtitle__left {
  padding-bottom: 12px;
  color: #0F347F;
  font-size: clamp(2.4rem, 3.13vw, 2.6rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06em;
  text-align: left;
  display: flex;
  gap: 0 0.06em;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-hd__subtitle__left {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hd__subtitle__left::before {
    content: "";
    width: clamp(65px, 18.06vw, 70px);
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.c-hd__subtitle__left::after {
  content: "";
  width: clamp(60px, 4.39vw, 60px);
  height: 4px;
  background: linear-gradient(90deg, rgb(100, 178, 235) 0%, rgb(119, 212, 224) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*----------------------------------------
  svg
----------------------------------------*/
/*----------------------------------------
  テキスト
----------------------------------------*/
/*----------------------------------------
  トップページ
----------------------------------------*/
.p-home .p-home__mv {
  height: 100dvh;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv {
    height: calc(100dvh - 80px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-home .p-home__mv .p-home__mv__video {
  width: 100%;
  height: 100%;
}
.p-home .p-home__mv .p-home__mv__video::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cecece;
  mix-blend-mode: multiply;
  background-size: 5px 5px;
  background-position: 0 0, 3px 3px;
}
.p-home .p-home__mv .p-home__mv__video .mvMovie_pc, .p-home .p-home__mv .p-home__mv__video .mvMovie_sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv .p-home__mv__video .mvMovie_pc {
    display: none;
  }
}
.p-home .p-home__mv .p-home__mv__video .mvMovie_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv .p-home__mv__video .mvMovie_sp {
    display: block;
  }
}
.p-home .p-home__mv img {
  width: 25.4dvw;
  position: absolute;
  top: 28px;
  left: 4.25dvw;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv img {
    display: none;
  }
}
.p-home .p-home__mv .p-home__mv__text {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__text {
    gap: 28px 0;
  }
}
.p-home .p-home__mv .p-home__mv__text h2 {
  width: fit-content;
  color: #FFFFFF;
  font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__text h2 {
    font-size: clamp(1.8rem, 4.8vw, 2.8rem);
    line-height: 1.33;
    text-align: center;
  }
}
.p-home .p-home__mv .p-home__mv__text h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__text h2 br {
    display: block;
  }
}
.p-home .p-home__mv .p-home__mv__text em {
  color: #FFFFFF;
  font-size: clamp(7.2rem, 19.2vw, 8rem);
  line-height: 1;
  letter-spacing: normal;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__text em {
    font-size: clamp(5.2rem, 13.87vw, 7.2rem);
  }
}
.p-home .p-home__mv .p-home__mv__text em br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__text em br {
    display: block;
  }
}
.p-home .p-home__about {
  padding-top: 88px;
  background-color: #F9F9F9;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about {
    padding-top: 100px;
  }
}
.p-home .p-home__about::before {
  content: "";
  width: 100%;
  height: 53.26%;
  background: linear-gradient(0deg, rgba(119, 212, 224, 0.16) 0%, rgba(206, 206, 206, 0.16) 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about::before {
    height: 514px;
  }
}
.p-home .p-home__about .c-hd__title {
  padding-bottom: 7.98%;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__about .c-hd__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about .c-hd__title {
    padding-bottom: 86px;
  }
}
.p-home .p-home__about .c-hd__title::after {
  content: "";
  width: clamp(248px, 41.33vw, 332px);
  aspect-ratio: 332/138;
  background-image: url(../img/home/title_message.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about .c-hd__title::after {
    top: 49px;
  }
}
.p-home .p-home__about h3 {
  margin-bottom: 30px;
  font-size: clamp(3.4rem, 4.43vw, 3.8rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__about h3 {
    font-size: clamp(2.5rem, 6.67vw, 3.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about h3 {
    line-height: 1.33;
  }
}
.p-home .p-home__about h3 span {
  font-size: clamp(3.4rem, 4.43vw, 3.8rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__about h3 span {
    font-size: clamp(2.5rem, 6.67vw, 3.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about h3 span {
    line-height: 1.33;
  }
}
.p-home .p-home__about h3 span em {
  color: #00A0E9;
  font-size: clamp(3.4rem, 4.43vw, 3.8rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__about h3 span em {
    font-size: clamp(2.5rem, 6.67vw, 3.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about h3 span em {
    width: fit-content;
    margin: auto;
    line-height: 1.33;
  }
}
.p-home .p-home__about p {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__about p {
    text-align: justify;
  }
}
.p-home .p-home__about .p-home__about__slider {
  overflow: hidden;
}
.p-home .p-home__about .p-home__about__slider .splide__list {
  display: flex;
  align-items: center;
}
.p-home .p-home__about .p-home__about__slider .splide__list .splide__slide img {
  width: 27.82dvw;
  max-width: 380px;
  aspect-ratio: 380/284;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__about .p-home__about__slider .splide__list .splide__slide img {
    width: 56.8dvw;
    min-width: 213px;
    aspect-ratio: 213/160;
  }
}
.p-home .p-home__work .c-hd__subtitle {
  margin-bottom: 30px;
}
.p-home .p-home__work .p-home__work__flow {
  width: 100%;
  max-width: 904px;
  padding-bottom: 108px;
  margin: 0 auto;
  display: flex;
  gap: 40px 0;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow {
    padding-bottom: 80px;
    gap: 20px 0;
  }
}
.p-home .p-home__work .p-home__work__flow details {
  counter-increment: step 1;
  border: solid 1px #cecece;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details {
    cursor: default;
    padding: 0;
  }
}
.p-home .p-home__work .p-home__work__flow details::before {
  content: "";
  width: clamp(18px, 2.34vw, 36px);
  height: 100%;
  background: linear-gradient(0deg, rgb(100, 178, 235) 0%, rgb(119, 212, 224) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details::before {
    width: 100%;
    height: 10px;
  }
}
.p-home .p-home__work .p-home__work__flow details::after {
  content: "";
  width: clamp(46px, 5.99vw, 92px);
  height: 100%;
  background: linear-gradient(360deg, rgb(100, 178, 235) 0%, rgb(119, 212, 224) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details::after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: clamp(160px, 42.67vw, 240px);
    display: block;
    position: static;
  }
}
@media (hover: hover) {
  .p-home .p-home__work .p-home__work__flow details:hover {
    opacity: 0.6;
  }
}
.p-home .p-home__work .p-home__work__flow details summary {
  padding: 0 clamp(46px, 5.99vw, 92px) 0 clamp(48px, 6.25vw, 96px);
  display: block;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details summary {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.p-home .p-home__work .p-home__work__flow details summary::-webkit-details-marker {
  display: none;
}
.p-home .p-home__work .p-home__work__flow details summary::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  width: 50.27%;
  height: 100%;
  aspect-ratio: 360/287;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details summary::before {
    content: none;
  }
}
.p-home .p-home__work .p-home__work__flow details summary::after {
  content: "";
  width: clamp(40px, 6.67vw, 42px);
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  transition: rotate 0.2s ease;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details summary::after {
    bottom: unset;
    left: unset;
    translate: 0;
    top: 38px;
    right: clamp(12px, 3.2vw, 20px);
  }
}
.p-home .p-home__work .p-home__work__flow details summary div {
  padding: clamp(20px, 2.6vw, 34px) 0;
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details summary div {
    gap: 0 clamp(10px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details summary div {
    padding: 20px clamp(12px, 3.2vw, 20px) 10px;
    gap: 14px;
  }
}
.p-home .p-home__work .p-home__work__flow details summary div span {
  width: 100%;
  max-width: clamp(76px, 9.9vw, 88px);
  aspect-ratio: 1/1;
  padding: clamp(9px, 1.17vw, 18px) clamp(10px, 1.3vw, 20px);
  border-radius: 50%;
  color: #0F347F;
  background-color: #EBF9FA;
  text-align: center;
  display: block;
}
.p-home .p-home__work .p-home__work__flow details summary div span::before {
  content: "STEP";
  font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  letter-spacing: normal;
  position: absolute;
  top: clamp(13px, 1.69vw, 15px);
  left: 50%;
  translate: -50% 0;
}
.p-home .p-home__work .p-home__work__flow details summary div span::after {
  content: counter(step, decimal-leading-zero);
  font-family: "Josefin Sans", serif;
  font-size: clamp(3.4rem, 4.43vw, 4rem);
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  position: absolute;
  bottom: clamp(10px, 1.3vw, 12px);
  left: 50%;
  translate: -50% 0;
}
.p-home .p-home__work .p-home__work__flow details summary div em {
  font-size: clamp(2.2rem, 2.86vw, 2.6rem);
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details summary div em {
    font-size: clamp(2rem, 3.33vw, 2.2rem);
  }
}
.p-home .p-home__work .p-home__work__flow details summary div em i {
  color: #00A0E9;
  font-size: clamp(2.2rem, 2.86vw, 2.6rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details summary div em i {
    font-size: clamp(1.6rem, 2.67vw, 2.2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details summary div em i {
    font-size: 2rem;
  }
}
.p-home .p-home__work .p-home__work__flow details summary div em i::before {
  content: "【";
}
.p-home .p-home__work .p-home__work__flow details summary div em i::afteR {
  content: "】";
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content {
    overflow: hidden;
  }
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content p {
  width: 42.9%;
  padding: 0 0 10px clamp(48px, 6.25vw, 96px);
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  bottom: clamp(10px, 1.3vw, 20px);
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content p {
    width: 100%;
    padding: 10px clamp(12px, 3.2vw, 20px) 20px;
    bottom: unset;
  }
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper {
  padding: 20px clamp(14px, 1.82vw, 18px) 40px;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper {
    gap: 0 1.82%;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper {
    padding: 0 30px 20px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a {
  width: calc((100% - 40px) / 3);
  height: 56px;
  border: solid 1px #00A0E9;
  border-radius: 30px;
  background-color: #00A0E9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a {
    width: 32.12%;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a {
    width: 100%;
  }
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a span {
  width: clamp(168px, 21.88vw, 188px);
  color: #FFFFFF;
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a span {
    width: clamp(148px, 19.27vw, 168px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a span {
    width: 68.11%;
    min-width: 188px;
  }
}
.p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a span::after {
  content: "";
  width: 13px;
  height: 8px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a:hover {
    background-color: #FFFFFF;
  }
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a:hover span {
    color: #00A0E9;
  }
  .p-home .p-home__work .p-home__work__flow details .p-home__work__flow__content .p-home__work__flow__btnwrapper a:hover span::after {
    background-color: #00A0E9;
  }
}
.p-home .p-home__work .p-home__work__flow details[open] summary::after {
  rotate: 180deg;
}
.p-home .p-home__work .p-home__work__flow details[open] .p-home__work__flow__content {
  opacity: 1;
  visibility: visible;
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(1) summary::before {
  background-image: url(../img/home/img_flow01_l.webp);
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(2) summary::before {
  background-image: url(../img/home/img_flow02_l.webp);
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(3) summary::before {
  background-image: url(../img/home/img_flow03_l.webp);
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(4) summary::before {
  background-image: url(../img/home/img_flow04_l.webp);
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(5) summary::before {
  background-image: url(../img/home/img_flow05_l.webp);
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(6) summary::before {
  background-image: url(../img/home/img_flow06_l.webp);
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(7) summary::before {
  background-image: url(../img/home/img_flow07_l.webp);
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(1)::after {
    background-image: url(../img/home/img_flow01_s.webp);
  }
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(2)::after {
    background-image: url(../img/home/img_flow02_s.webp);
  }
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(3)::after {
    background-image: url(../img/home/img_flow03_s.webp);
  }
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(4)::after {
    background-image: url(../img/home/img_flow04_s.webp);
  }
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(5)::after {
    background-image: url(../img/home/img_flow05_s.webp);
  }
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(6)::after {
    background-image: url(../img/home/img_flow06_s.webp);
  }
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(7)::after {
    background-image: url(../img/home/img_flow07_s.webp);
  }
}
.p-home .p-home__work .p-home__work__flow details:nth-of-type(3) summary::before {
  max-height: 287px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(3) summary div em {
    font-size: clamp(1.6rem, 2.67vw, 2.2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__flow details:nth-of-type(3) summary div em {
    font-size: clamp(2rem, 3.33vw, 2.2rem);
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__tab__link {
  width: 90%;
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  gap: 0 25px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__tab__link {
    width: 100%;
    gap: 0 9px;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__tab__link li {
  width: calc((100% - 50px) / 3);
  height: clamp(40px, 8.33vw, 46px);
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__tab__link li {
    width: calc((100% - 18px) / 3);
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__tab__link li a {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #B2DDF5;
  color: #FFFFFF;
  font-size: clamp(1.4rem, 2.92vw, 2rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__tab__link li a.--active {
  background-color: #00A0E9;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper {
  width: 100%;
  padding: 40px 0;
  background-color: #00A0E9;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content {
    width: calc(100% - 40px);
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab p {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab p br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab p br {
    display: block;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul {
  display: flex;
  gap: 22px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul {
    justify-content: flex-start;
    gap: 16px;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li {
  width: 100%;
  height: 100%;
  max-width: 188px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li {
    width: calc((100% - 44px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li {
    width: calc((100% - 16px) / 2);
    max-width: none;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 2px #FFFFFF;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(51, 51, 51, 0.4);
  background-blend-mode: multiply;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button {
  width: 100%;
  height: 100%;
  max-height: 116px;
  border: none;
  background-color: unset;
  display: flex;
  gap: clamp(14px, 1.56vw, 20px) 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  bottom: 24px;
  z-index: 0;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button {
    max-height: 132px;
    gap: clamp(5px, 1.33vw, 20px) 0;
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button {
    top: unset;
    bottom: 20px;
    translate: none;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button em {
  margin: auto 0;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 4.27vw, 1.9rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button em {
    font-size: clamp(1.8rem, 4.8vw, 2rem);
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button span {
  width: 118px;
  height: 40px;
  padding: 0;
  border: solid 1px #0F347F;
  border-radius: 40px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #0F347F;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button span {
    width: clamp(100px, 26.67vw, 118px);
    height: clamp(34px, 9.07vw, 40px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button span {
    font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li button span::after {
  content: "";
  width: 4px;
  height: 7px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li:hover::before {
    background-blend-mode: screen;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li:hover button em {
    color: #333333;
  }
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li:hover button span {
    color: #0F347F;
    background-color: #FFFFFF;
  }
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab ul li:hover button span::after {
    background-color: #0F347F;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(1) ul li:nth-of-type(1)::before {
  background-image: url(../img/home/img_areatab1_btn1.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(1) ul li:nth-of-type(2)::before {
  background-image: url(../img/home/img_areatab1_btn2.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul {
  gap: 0 16px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul {
    gap: 22px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul {
    gap: 16px;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li:nth-of-type(1)::before {
  background-image: url(../img/home/img_areatab2_btn1.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li:nth-of-type(2)::before {
  background-image: url(../img/home/img_areatab2_btn2.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li:nth-of-type(3)::before {
  background-image: url(../img/home/img_areatab2_btn3.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li:nth-of-type(4)::before {
  background-image: url(../img/home/img_areatab2_btn4.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li:nth-of-type(5)::before {
  background-image: url(../img/home/img_areatab2_btn5.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li:nth-of-type(6)::before {
  background-image: url(../img/home/img_areatab3_btn1.webp);
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li em {
    margin-top: 4dvw;
  }
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li em {
    margin: 0 auto;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li span {
  width: clamp(108px, 12vw, 118px);
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(2) ul li span {
    width: 118px;
    font-size: 1.4rem;
  }
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(3) ul li:nth-of-type(1)::before {
  background-image: url(../img/home/img_areatab3_btn3.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(3) ul li:nth-of-type(2)::before {
  background-image: url(../img/home/img_areatab3_btn2.webp);
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab:nth-of-type(3) ul li:nth-of-type(2) button em {
  margin-top: -22px;
  line-height: 1.4;
}
.p-home .p-home__work .p-home__work__area .p-home__work__area__content__wrapper .p-home__work__area__content .p-home__work__area__tab.--active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-home .p-home__work .p-home__work__area .js__workModal {
  width: 80%;
  max-width: 904px;
  padding: 0;
  border: solid 1px #333333;
  border-radius: 10px;
  display: block;
  position: fixed;
  inset: 0;
  margin: auto;
  overflow: visible;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .js__workModal {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .js__workModal {
    width: 89.6%;
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal[open] {
  opacity: 1;
  pointer-events: auto;
}
.p-home .p-home__work .p-home__work__area .js__workModal::backdrop {
  background-color: #333333;
  opacity: 0.5;
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider {
  padding: clamp(40px, 4.44vw, 60px);
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider {
    padding: clamp(32px, 5.33vw, 60px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider {
    padding: clamp(20px, 5.33vw, 32px) clamp(16px, 4.27vw, 32px);
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list {
  display: flex;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide {
  width: 100%;
  display: flex;
  gap: 0 26px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide {
    flex-direction: column;
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide img {
  width: clamp(284px, 31.56vw, 344px);
  aspect-ratio: 344/236;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide img {
    width: 100%;
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide span {
  margin-top: 42px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide span {
    margin-top: clamp(32px, 4.17vw, 42px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide span {
    margin-top: clamp(28px, 4.67vw, 32px);
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide span em {
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 2.67vw, 2.6rem);
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide span em {
    margin-bottom: clamp(5px, 0.83vw, 10px);
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__list .splide__slide span p {
  margin-bottom: 0;
  color: #333333;
  text-align: justify;
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows {
  position: static;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows {
    height: 46px;
    margin-top: clamp(10px, 1.67vw, 20px);
    position: relative;
    display: flex;
    gap: 0 clamp(40px, 6.67vw, 80px);
    justify-content: center;
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow {
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  opacity: 1;
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: opacity 0.3s ease;
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow.--prev {
  position: absolute;
  left: -23px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow.--prev {
    position: relative;
    left: auto;
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow.--prev::before {
  background-image: url(../img/common/ico_arrow_right.svg);
  scale: -1 1;
  transition: opacity 0.3s ease;
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow.--next {
  position: absolute;
  right: -23px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow.--next {
    position: relative;
    right: auto;
  }
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow.--next::before {
  background-image: url(../img/common/ico_arrow_right.svg);
}
.p-home .p-home__work .p-home__work__area .js__workModal .p-home__work__area__slider .splide__arrows .splide__arrow:disabled::before {
  opacity: 0.5;
  cursor: default;
}
.p-home .p-home__work .p-home__work__area .js__workModal .js__closeModal--work {
  display: none;
}
.p-home .p-home__required {
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__required {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__required .c-hd__title span {
    font-size: clamp(3rem, 5vw, 4rem);
  }
}
.p-home .p-home__required ul {
  display: flex;
  gap: clamp(16px, 2.08vw, 23px) clamp(18px, 2.34vw, 28px);
  flex-wrap: wrap;
}
.p-home .p-home__required ul li {
  width: calc((100% - 28px) / 2);
  padding: clamp(20px, 2.6vw, 40px);
  border: solid 1px #B2DDF5;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__required ul li {
    width: 100%;
    padding: clamp(10px, 2.67vw, 20px);
    padding-bottom: clamp(12px, 3.2vw, 23px);
  }
}
.p-home .p-home__required ul li img {
  width: clamp(135px, 22.5vw, 235px);
  aspect-ratio: 1/1;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__required ul li img {
    width: 150px;
    margin-bottom: 16px;
  }
}
.p-home .p-home__required ul li .c-hd__subtitle__center {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.33vw, 2.4rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__required ul li .c-hd__subtitle__center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.p-home .p-home__required ul li .c-hd__subtitle__center br {
  display: none;
}
@media screen and (max-width: 1140px) {
  .p-home .p-home__required ul li .c-hd__subtitle__center br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__required ul li .c-hd__subtitle__center br {
    display: none;
  }
}
.p-home .p-home__required ul li .c-hd__subtitle__center span {
  color: #0F347F;
  font-size: clamp(2rem, 3.33vw, 2.4rem);
  font-weight: 500;
}
.p-home .p-home__required ul li p b {
  background: linear-gradient(transparent 80%, #FFE220 20%);
  font-weight: inherit;
}
.p-home .p-home__required ul li:nth-of-type(2) .c-hd__subtitle__center, .p-home .p-home__required ul li:nth-of-type(3) .c-hd__subtitle__center {
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__required ul li:nth-of-type(2) .c-hd__subtitle__center, .p-home .p-home__required ul li:nth-of-type(3) .c-hd__subtitle__center {
    letter-spacing: 0.06em;
  }
}
.p-home .p-home__suitable {
  background-color: #F9F9F9;
  position: relative;
  z-index: 0;
}
.p-home .p-home__suitable::before {
  content: "";
  width: 100%;
  height: 78.11%;
  background: linear-gradient(180deg, rgba(119, 212, 224, 0.16) 0%, rgba(206, 206, 206, 0.16) 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__suitable::before {
    height: 64.75%;
  }
}
.p-home .p-home__suitable .p-home__suitable__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .p-home .p-home__suitable .p-home__suitable__inner {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__suitable .p-home__suitable__inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__suitable .p-home__suitable__inner {
    width: calc(100% - 60px);
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .c-hd__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__suitable .p-home__suitable__inner .c-hd__title {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 12px 0;
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .c-hd__title span {
  font-size: clamp(3.8rem, 4.95vw, 4.2rem);
}
@media screen and (max-width: 600px) {
  .p-home .p-home__suitable .p-home__suitable__inner .c-hd__title span {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
}
@media screen and (max-width: 360px) {
  .p-home .p-home__suitable .p-home__suitable__inner .c-hd__title span {
    font-size: 2.8rem;
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle {
  width: fit-content;
  margin: 0 auto 48px;
  display: flex;
  gap: 0 12px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle {
    flex-direction: column;
    gap: 16px 0;
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle img {
  width: 100%;
  max-width: 251px;
  filter: drop-shadow(3px 2px 0 rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 600px) {
  .p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle img {
    max-width: 239px;
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle h4 {
  padding-right: 1rem;
  margin-block: calc((1em - 1lh) / 2);
  background: linear-gradient(transparent calc(100% - 9px), rgb(255, 226, 32) 9px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 -4px;
  font-size: clamp(3rem, 3.91vw, 3.6rem);
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle h4 {
    font-size: clamp(2.6rem, 4.33vw, 3rem);
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle h4 span {
  position: absolute;
  bottom: 3px;
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__subtitle h4 span img {
  width: 62px;
  aspect-ratio: 62/73;
  filter: none;
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check {
  display: flex;
  gap: 0 clamp(50px, 6.51vw, 100px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check {
    flex-direction: column;
    gap: 30px 0;
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check ul li {
  padding-left: clamp(32px, 5.33vw, 55px);
  margin-bottom: 30px;
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 500;
  line-height: 1.38;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check ul li {
    font-size: clamp(1.7rem, 3.54vw, 2.2rem);
  }
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check ul li:last-of-type {
  margin-bottom: 0;
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check ul li::before {
  content: "";
  background-image: url(../img/home/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(22px, 2.86vw, 28px);
  aspect-ratio: 1/1;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check ul li span {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-weight: 500;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__suitable .p-home__suitable__inner .p-home__suitable__check ul li span {
    font-size: clamp(1.7rem, 3.54vw, 2.2rem);
  }
}
.p-home .p-home__voice {
  padding-top: 88px;
  margin-bottom: clamp(80px, 13.33vw, 88px);
}
.p-home .p-home__voice .c-hd__title {
  padding-right: 20px;
  padding-bottom: 7.98%;
  margin-bottom: 30px;
  gap: 0 5rem;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .c-hd__title {
    padding-bottom: 82px;
  }
}
.p-home .p-home__voice .c-hd__title::after {
  content: "";
  width: clamp(264px, 44vw, 353px);
  aspect-ratio: 353/130;
  margin-left: 20px;
  background-image: url(../img/home/title_interview.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .c-hd__title::after {
    margin-left: 0;
    top: 48px;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__list {
  display: flex;
  gap: 62px 28px;
  flex-wrap: wrap;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide {
  width: calc((100% - 56px) / 3);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide {
    width: calc((100% - 28px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide {
    width: 100%;
    cursor: default;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, rgb(119, 212, 224) 0%, rgb(100, 178, 235) 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail {
  margin-bottom: 20px;
  position: relative;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail .p-home__voice__recruitment {
  width: 100%;
  max-width: 180px;
  padding: 5px 9px 0 0;
  aspect-ratio: 180/68;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 0.5;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail .p-home__voice__recruitment.--new {
  background-color: #C7001C;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail .p-home__voice__recruitment.--career {
  background-color: #E38313;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail .p-home__voice__recruitment span {
  color: #FFFFFF;
  font-size: 1.2rem;
  opacity: 0.5;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 344/236;
  object-fit: cover;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail em {
  width: 100%;
  padding: 6px 0;
  color: #FFFFFF;
  background-color: #00A0E9;
  font-size: clamp(1.5rem, 1.67vw, 1.7rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__list__thumbnail em {
    min-width: 203px;
    font-size: clamp(1.5rem, 4vw, 1.8rem);
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__title {
  min-height: 66px;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 20px;
  color: #0F347F;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__title {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__title {
    min-height: 66px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide .p-home__voice__title br {
    display: block;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide:nth-of-type(2) .p-home__voice__title, .p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide:nth-of-type(5) .p-home__voice__title {
  letter-spacing: 0.05em;
}
.p-home .p-home__voice .p-home__voice__list .splide__list .splide__slide:nth-of-type(4) .p-home__voice__title {
  letter-spacing: normal;
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows {
  display: none;
  position: static;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__list .splide__arrows {
    height: 46px;
    margin-top: 40px;
    position: relative;
    display: flex;
    gap: 0 clamp(40px, 6.67vw, 80px);
    justify-content: center;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow {
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  opacity: 1;
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: opacity 0.3s ease;
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow.--prev {
  position: absolute;
  left: -23px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow.--prev {
    position: relative;
    left: auto;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow.--prev::before {
  background-image: url(../img/common/ico_arrow_right.svg);
  scale: -1 1;
  transition: opacity 0.3s ease;
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow.--next {
  position: absolute;
  right: -23px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow.--next {
    position: relative;
    right: auto;
  }
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow.--next::before {
  background-image: url(../img/common/ico_arrow_right.svg);
}
.p-home .p-home__voice .p-home__voice__list .splide__arrows .splide__arrow:disabled::before {
  opacity: 0.5;
  cursor: default;
}
.p-home .p-home__voice .p-home__voice__modal {
  width: 80%;
  max-width: 904px;
  height: 90%;
  padding: 0;
  border: solid 1px #333333;
  border-radius: 10px;
  display: block;
  position: fixed;
  inset: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__modal {
    width: 89.6%;
  }
}
.p-home .p-home__voice .p-home__voice__modal[open] {
  padding: clamp(5px, 0.83vw, 7px) clamp(2px, 0.33vw, 4px);
  opacity: 1;
  pointer-events: auto;
}
.p-home .p-home__voice .p-home__voice__modal::backdrop {
  background-color: rgba(51, 51, 51, 0.5);
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider {
  height: 100%;
  padding: clamp(40px, 4.44vw, 60px);
  position: static;
  overflow-y: scroll;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider {
    padding: clamp(20px, 5.33vw, 32px) clamp(16px, 4.27vw, 32px);
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list {
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide {
  height: fit-content;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail {
  margin-bottom: clamp(36px, 4vw, 46px);
  position: relative;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail img {
  width: 100%;
  aspect-ratio: 784/538;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail img {
    aspect-ratio: 303/254;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__recruitment {
  width: 33.42%;
  min-width: 262px;
  aspect-ratio: 262/99;
  padding: 6px 8px 0 0;
  color: #FFFFFF;
  font-size: clamp(2rem, 3.33vw, 2.3rem);
  font-weight: 500;
  line-height: 0.5;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__recruitment {
    width: clamp(190px, 31.67vw, 242px);
    min-width: unset;
    font-size: clamp(1.6rem, 2.67vw, 2rem);
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__recruitment span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__recruitment span {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__recruitment.--new {
  background-color: #C7001C;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__recruitment.--career {
  background-color: #E38313;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail em {
  width: 100%;
  color: #FFFFFF;
  background-color: #00A0E9;
  font-size: clamp(1.5rem, 2.5vw, 1.7rem);
  font-weight: 500;
  font-style: normal;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail em {
    position: relative;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__item__title {
  position: absolute;
  top: min(147px, 10.76vw);
  right: 18px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__item__title {
    top: unset;
    bottom: clamp(35px, 9.33vw, 50px);
    right: 0;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__item__title span {
  padding: 4px 10px 6px;
  color: #0F347F;
  background-color: #FFFFFF;
  font-size: clamp(2rem, 2.22vw, 2.4rem);
  font-weight: 500;
  font-style: normal;
  line-height: 2.2;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__item__title span {
    font-size: clamp(1.6rem, 2.34vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__thumbnail .p-home__voice__item__title span {
    line-height: 2.4;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text .u-ff__josefin {
  color: #B2DDF5;
  font-size: 3.3rem;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div {
  margin-bottom: 20px;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div em {
  margin-bottom: 10px;
  color: #0F347F;
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div em {
    padding-bottom: 5px;
    border-bottom: solid 1px #0F347F;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div em::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background-color: #0F347F;
  flex: 1;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div em::after {
    content: none;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div p:nth-of-type(2) {
  margin-top: 20px;
  color: #00A0E9;
  font-size: clamp(2rem, 2.22vw, 2.4rem);
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div p:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div p:nth-of-type(2) br {
    display: none;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div img {
  width: 100%;
  max-width: 273px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div img {
    max-width: unset;
    aspect-ratio: 273/294;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div:nth-of-type(2) {
  margin-bottom: 0;
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide .p-home__voice__item__text div:nth-of-type(2) {
    flex-direction: column;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(2) .p-home__voice__item__thumbnail .p-home__voice__item__title, .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(3) .p-home__voice__item__thumbnail .p-home__voice__item__title, .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(4) .p-home__voice__item__thumbnail .p-home__voice__item__title {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(2) .p-home__voice__item__thumbnail .p-home__voice__item__title {
    right: 16px;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(3) .p-home__voice__item__thumbnail .p-home__voice__item__title {
  top: min(70px, 8.93vw);
  left: 18px;
  right: unset;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(3) .p-home__voice__item__thumbnail .p-home__voice__item__title {
    top: unset;
    bottom: clamp(35px, 9.33vw, 50px);
    left: 0;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(4) .p-home__voice__item__thumbnail .p-home__voice__item__title {
  top: min(207px, 26.4vw);
  left: 18px;
  right: unset;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__list .splide__slide:nth-of-type(4) .p-home__voice__item__thumbnail .p-home__voice__item__title {
    top: unset;
    bottom: clamp(35px, 9.33vw, 50px);
    left: 0;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows {
  position: static;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows {
    height: 46px;
    margin-top: clamp(30px, 5vw, 40px);
    margin-bottom: clamp(30px, 5vw, 40px);
    position: relative;
    display: flex;
    gap: 0 clamp(40px, 6.67vw, 80px);
    justify-content: center;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow {
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  opacity: 1;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: opacity 0.3s ease;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow.--prev {
  position: absolute;
  left: -23px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow.--prev {
    position: relative;
    left: auto;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow.--prev::before {
  background-image: url(../img/common/ico_arrow_right.svg);
  scale: -1 1;
  transition: opacity 0.3s ease;
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow.--next {
  position: absolute;
  right: -23px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow.--next {
    position: relative;
    right: auto;
  }
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow.--next::before {
  background-image: url(../img/common/ico_arrow_right.svg);
}
.p-home .p-home__voice .p-home__voice__modal .p-home__voice__slider .splide__arrows .splide__arrow:disabled::before {
  opacity: 0.5;
  cursor: default;
}
.p-home .p-home__voice .p-home__voice__modal #js__closeModal--voice {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__voice .p-home__voice__modal #js__closeModal--voice {
    width: 100%;
    height: 41px;
    padding: 12px 0 5px;
    border: solid 1px #0F347F;
    border-radius: 30px;
    color: #0F347F;
    background-color: unset;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-home .p-home__entry {
  padding: 60px 0;
  background: linear-gradient(270deg, rgb(119, 212, 224) 0%, rgb(100, 178, 235) 100%);
  position: relative;
}
.p-home .p-home__entry::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EBF9FA;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__entry .c-hd__title {
    flex-direction: row;
    gap: 0 2rem;
  }
}
.p-home .p-home__entry .c-hd__title span, .p-home .p-home__entry .c-hd__title h2 {
  color: #FFFFFF;
}
.p-home .p-home__entry a {
  width: 420px;
  height: clamp(80px, 13.33vw, 104px);
  padding-top: 5px;
  border: solid 1px #FFFFFF;
  margin: 0 auto;
  color: #00A0E9;
  background-color: #FFFFFF;
  font-size: clamp(2.2rem, 2.86vw, 2.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__entry a {
    font-size: clamp(1.9rem, 3.17vw, 2.2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__entry a {
    width: calc(100% - 40px);
  }
}
.p-home .p-home__entry a:hover {
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  background-color: #0F347F;
}

/*----------------------------------------
  clearfix
----------------------------------------*/
.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------
  font
----------------------------------------*/
.u-ff__josefin {
  font-family: "Josefin Sans", serif;
  font-weight: 600;
  font-style: normal;
}

/*----------------------------------------
  margin
----------------------------------------*/
.u-mt__wide {
  margin-top: 88px;
}
@media screen and (max-width: 600px) {
  .u-mt__wide {
    margin-top: 80px;
  }
}

.u-mt__normal {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .u-mt__normal {
    margin-top: 40px;
  }
}

.u-mt__narrow {
  margin-top: 30px;
}

.u-mb__wide {
  margin-bottom: 88px;
}
@media screen and (max-width: 600px) {
  .u-mb__wide {
    margin-bottom: 80px;
  }
}

.u-mb__normal {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .u-mb__normal {
    margin-bottom: 40px;
  }
}

.u-mb__narrow {
  margin-bottom: 30px;
}

/*----------------------------------------
  padding
----------------------------------------*/
.u-pt__wide {
  padding-top: 88px;
}
@media screen and (max-width: 600px) {
  .u-pt__wide {
    padding-top: 80px;
  }
}

.u-pt__normal {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .u-pt__normal {
    padding-top: 40px;
  }
}

.u-pt__narrow {
  padding-top: 30px;
}

.u-pb__wide {
  padding-bottom: 88px;
}
@media screen and (max-width: 600px) {
  .u-pb__wide {
    padding-bottom: 80px;
  }
}

.u-pb__normal {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .u-pb__normal {
    padding-bottom: 40px;
  }
}

.u-pb__narrow {
  padding-bottom: 30px;
}

/*----------------------------------------
	position
----------------------------------------*/
.u-pos__flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-pos__flex__center--left {
  justify-content: flex-start;
}
.u-pos__flex__center--right {
  justify-content: flex-end;
}

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