@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* ボックスモデルのリセット
============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document
============================================ */
/**
 * 1. すべてのブラウザで行の高さを修正。
 * 2. iOSで方向変更後のフォントサイズの調整を禁止
 * 3. iOSのリンク上の灰色のオーバーレイを削除
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections 
 ============================================ */
/**
 * すべてのブラウザでマージンを削除
 */
body {
  margin: 0;
}

/**
 * IEで一貫して「main」要素をレンダリング
 */
main {
  display: block;
}

/* マージンリセット
 ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* リスト
 ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 定義リスト
 ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
 ============================================ */
/**
 * 1. Firefoxで正しいボックスサイズを追加
 * 2. EdgeとIEでオーバーフローを表示
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承と拡大縮小を修正
 * 2. すべてのブラウザーで`em`のフォントサイズが変なのを修正
 */
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

/* テキストレベルの設定
 ============================================ */
/**
 * IE10でアクティブリンクの灰色背景を削除
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Chrome 57-で下部のボーダーを削除
 * 2. Chrome、Edge、IE、Opera、Safariで正しいテキスト装飾を追加
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Chrome、Edge、Safariで正しいフォントウェイトを追加
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承と拡大縮小を修正
 * 2. すべてのブラウザーで`em`のフォントサイズが変なのを修正
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

/**
 * すべてのブラウザで正しいフォントサイズを追加
 */
small {
  font-size: 80%;
}

/**
 * すべてのブラウザで `sub` と `sup` 要素が行の高さに影響しないようにする。
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * フォントスタイルリセット
 */
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

/* 置換要素
 ============================================ */
/**
 * vertical-alignの差異を防ぐ
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img,
abbr,
acronym {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a img {
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Forms
 ============================================ */
/**
 * フォームフィールドをリセットして、スタイル設定できるようにする
 * 1. iOSは特に、システム間でフォーム要素をスタイリング可能にする
 * 2. 親要素から text-transform を継承する
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

/**
 * クリック可能な要素のカーソルを修正
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Firefoxのアウトラインを改善し、入力要素とボタンのスタイルを統一
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * paddingを取り除く
 */
option {
  padding: 0;
}

/**
 * 不可視にリセット
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  padding: 0;
}

/**
 * Chrome、Firefox、Operaで正しいvertical-alignを追加する
 */
progress {
  vertical-align: baseline;
}

/**
 * IE 10+のデフォルトの垂直スクロールバーを削除
 */
textarea {
  overflow: auto;
}

/**
 * Chromeのインクリメントボタンとデクリメントボタンのカーソルスタイルを修正
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Safariのアウトラインスタイルを修正
 */
[type=search] {
  outline-offset: -2px;
}

/**
 * macOSのChromeとSafariで内側のパディングを削除
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. iOSとSafariでクリッカブルタイプのスタイル設定ができない問題を修正
 * 2. フォントの継承を修正
 */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/**
 * Firefoxの外観を修正
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * クリック可能なラベル
 */
label {
  cursor: pointer;
}

/* Interactive 
 ============================================ */
/*
 * Edge、IE 10+、Firefoxで正しく表示されるようにする
 */
details {
  display: block;
}

/*
 * すべてのブラウザで正しく表示されるようにする
 */
summary {
  display: list-item;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

/*
 * 編集可能なコンテンツのアウトラインを削除
 */
[contenteditable]:focus {
  outline: auto;
}

/* テーブル 
 ============================================ */
/**
1. すべてのChromeとSafariで、テーブルのボーダー色の継承を修正
*/
table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

.p-problem-case__links, .p-services-outline__item, .p-company-assoc__logo-acrogroup, .p-company-assoc__logo-acrcfronter, .p-company-access__pic, .p-company-fv__item, .p-post-nav__card, .p-lower-nav__link, .p-pr-solving__btn, .p-cta__req-bnr, .p-cta__app, .c-news-list__card, .c-grade-list__dt, .c-btn, .l-head-nav__btn {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (any-hover: hover) {
  .p-problem-case__links:hover, .p-services-outline__item:hover, .p-company-assoc__logo-acrogroup:hover, .p-company-assoc__logo-acrcfronter:hover, .p-company-access__pic:hover, .p-company-fv__item:hover, .p-post-nav__card:hover, .p-lower-nav__link:hover, .p-pr-solving__btn:hover, .p-cta__req-bnr:hover, .p-cta__app:hover, .c-news-list__card:hover, .c-grade-list__dt:hover, .c-btn:hover, .l-head-nav__btn:hover {
    opacity: 0.75;
  }
}

/* animation
-------------------------------------------------------------- */
@-webkit-keyframes marquee {
  0% {
    translate: 100% 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes marquee {
  0% {
    translate: 100% 0;
  }
  100% {
    translate: -100% 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes txtBgSlide {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    scale: 0 1;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    scale: 1 1;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    scale: 0 1;
  }
}
@keyframes txtBgSlide {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    scale: 0 1;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    scale: 1 1;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    scale: 0 1;
  }
}
@-webkit-keyframes blurFadeIn {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    scale: 1.01;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    scale: 1;
  }
}
@keyframes blurFadeIn {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
    scale: 1.01;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes typewriter {
  0% {
    width: 0;
  }
}
@keyframes typewriter {
  0% {
    width: 0;
  }
}
@-webkit-keyframes blinkTextCursor {
  50% {
    background-color: transparent;
  }
}
@keyframes blinkTextCursor {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes orbitalFadeIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes orbitalFadeIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes orbitalFadeInLast {
  0% {
    height: 0;
  }
  100% {
    height: 88%;
  }
}
@keyframes orbitalFadeInLast {
  0% {
    height: 0;
  }
  100% {
    height: 88%;
  }
}
/* base
-------------------------------------------------------------- */
html,
body {
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-size: 14px;
  cursor: default;
}

body {
  position: relative;
  min-height: 100dvh;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  overflow-wrap: anywhere;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  body {
    overflow: visible visible;
  }
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: #FFF;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.is-loaded::before {
  opacity: 0;
}

/* =a style
-------------------------------------------------------------- */
a {
  font-size: 100%;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* デバイス設定「視差効果を減らす」の時はアニメーションを極限まで短縮する
-------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
/* レスポンシブ
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  body {
    min-width: 1200px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* .l-head 
--------------------------------------------- */
.l-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
}
.l-head__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
}
.l-head__logo {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .l-head__main {
    height: 140px;
    padding-left: min(75px, 5.859375vw);
    border-bottom: 1px solid #808080;
  }
  .l-head__logo {
    width: 245px;
  }
}
@media (max-width: 767px) {
  .l-head {
    border-bottom: 1px solid #808080;
  }
  .l-head__main {
    height: 10.6666666667vw;
    padding: 0 4vw;
  }
  .l-head__logo {
    width: 29.3333333333vw;
  }
  .l-head__hamburger {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3333333333vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 8vw;
    height: 8vw;
  }
  .l-head__hamburger::before, .l-head__hamburger::after {
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #000;
    -webkit-transition: rotate 0.2s ease-out;
    transition: rotate 0.2s ease-out;
  }
  .l-head__hamburger span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .l-head__hamburger[aria-expanded=true]::before, .l-head__hamburger[aria-expanded=true]::after {
    position: absolute;
    top: inherit;
    margin: auto;
  }
  .l-head__hamburger[aria-expanded=true]::before {
    rotate: 45deg;
  }
  .l-head__hamburger[aria-expanded=true]::after {
    rotate: -45deg;
  }
}

/* .l-head-nav
----------------------------------- */
.l-head-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-head-nav__link::before {
  display: block;
  content: "";
  background: #C9C9C9;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media (any-hover: hover) {
  .l-head-nav__link:hover::before {
    background: #0062D6;
  }
}
.l-head-nav__link[aria-current=page]::before {
  background: #0062D6;
}
.l-head-nav__txt-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #808080;
  letter-spacing: 0.05em;
}
.l-head-nav__txt-ja {
  display: block;
  line-height: 1;
  color: #0062D6;
  letter-spacing: 0.25em;
}
.l-head-nav__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.l-head-nav__btn::before, .l-head-nav__btn::after {
  position: absolute;
  display: block;
  content: "";
}
.l-head-nav__btn::before {
  inset: 0;
  background: -webkit-linear-gradient(316.87deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
  background: linear-gradient(133.13deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
}
.l-head-nav__btn::after {
  top: 0;
  right: 100%;
  background: rgb(0, 116, 247);
}
.l-head-nav__btn > * {
  position: relative;
  z-index: 2;
}
.l-head-nav__btn-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.l-head-nav__btn-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0062D6;
}
.l-head-nav__btn-icn::before, .l-head-nav__btn-icn::after {
  display: block;
  content: "";
  background: #FFF;
}
.l-head-nav__btn-icn::after {
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .l-head-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
  .l-head-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-head-nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 14px;
    text-align: center;
  }
  .l-head-nav__link::before {
    width: 100%;
    height: 4px;
  }
  .l-head-nav__txt-en {
    margin-top: 6px;
    font-size: 0.8192857143rem;
  }
  .l-head-nav__txt-ja {
    margin-top: 7px;
    font-size: 0.5078571429rem;
  }
  .l-head-nav__btn {
    gap: 37px;
    width: 194px;
    height: 36px;
    padding: 0 18px;
  }
  .l-head-nav__btn::before {
    -webkit-clip-path: polygon(7px 7px, 7px 0, 100% 0, 100% 100%, 0 100%, 0 7px);
            clip-path: polygon(7px 7px, 7px 0, 100% 0, 100% 100%, 0 100%, 0 7px);
  }
  .l-head-nav__btn::after {
    width: 7px;
    height: 7px;
  }
  .l-head-nav__btn-txt {
    font-size: 1.2142857143rem;
  }
  .l-head-nav__btn-icn {
    width: 22px;
    height: 22px;
  }
  .l-head-nav__btn-icn::before, .l-head-nav__btn-icn::after {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  .l-head-nav {
    position: fixed;
    top: 10.6666666667vw;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: calc(100svh - 10.6666666667vw);
    padding: 8vw 5.3333333333vw;
    margin-top: 1px;
    pointer-events: none;
    background: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .l-head-nav[aria-hidden=false] {
    overflow-y: auto;
    pointer-events: all;
    opacity: 1;
  }
  .l-head-nav__link {
    gap: 1.3333333333vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-head-nav__link::before {
    width: 0.8vw;
    height: 4.8vw;
    background: #0062D6;
  }
  .l-head-nav__link:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  .l-head-nav__txt-en {
    font-size: 3.7333333333vw;
  }
  .l-head-nav__txt-ja {
    font-size: 2.4vw;
  }
  .l-head-nav__btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 53.3333333333vw;
    height: 10.1333333333vw;
    padding: 0 2.4vw 0 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .l-head-nav__btn::before {
    -webkit-clip-path: polygon(2.1333333333vw 2.1333333333vw, 2.1333333333vw 0, 100% 0, 100% 100%, 0 100%, 0 2.1333333333vw);
            clip-path: polygon(2.1333333333vw 2.1333333333vw, 2.1333333333vw 0, 100% 0, 100% 100%, 0 100%, 0 2.1333333333vw);
  }
  .l-head-nav__btn::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: #0062D6;
  }
  .l-head-nav__btn-txt {
    font-size: 4vw;
  }
  .l-head-nav__btn-icn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .l-head-nav__btn-icn::before, .l-head-nav__btn-icn::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

/* .l-head-sub
----------------------------------- */
@media (min-width: 768px) {
  .l-head-sub {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 10px 40px;
    color: #808080;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-head-sub__link {
    display: block;
    font-size: 0.8571428571rem;
    font-weight: 700;
    line-height: 1.9166666667;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .l-head-sub__link:hover {
    color: #0062D6;
  }
}
@media (min-width: 768px) {
  .l-head-sub__link.is-current {
    color: #0062D6;
  }
  .l-head-sub.is-active {
    pointer-events: all;
    opacity: 1;
  }
}

/* .l-foot
--------------------------------------------- */
.l-foot {
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  color: #FFF;
  background: #002652;
}
.l-foot__logo {
  display: block;
}
.l-foot__logo img {
  width: 100%;
}
.l-foot__nav-link {
  display: block;
}
@media (any-hover: hover) {
  .l-foot__nav-link:hover {
    text-decoration: underline;
  }
}
.l-foot__nav-sh {
  font-weight: 800;
}
.l-foot__nav-list, .l-foot__nav-sub {
  font-weight: 500;
}
.l-foot__nav-list {
  line-height: 1.9166666667;
}
.l-foot__iso {
  display: block;
  width: 75px;
}
.l-foot__copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .l-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 65px min(70px, 5.46875vw) 70px min(75px, 5.859375vw);
  }
  .l-foot__logo {
    width: 245px;
  }
  .l-foot__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .l-foot__nav-sh {
    font-size: 1rem;
  }
  .l-foot__nav-list {
    margin-top: 20px;
    font-size: 0.8571428571rem;
  }
  .l-foot__iso {
    margin-top: 13px;
  }
  .l-foot__nav-sub {
    margin-top: 20px;
    font-size: 1rem;
  }
  .l-foot__copyright {
    margin-top: 110px;
    font-size: 0.6428571429rem;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .l-foot {
    padding: 8vw 4vw;
  }
  .l-foot__logo {
    width: 48vw;
    margin-inline: auto;
  }
  .l-foot__nav {
    margin-top: 8vw;
  }
  .l-foot__nav-group:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .l-foot__nav-sh {
    margin: 0 -4vw;
    font-size: 3.7333333333vw;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  .l-foot__nav-sh a {
    padding: 2.6666666667vw 4vw 1.8666666667vw;
  }
  .l-foot__nav-list {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .l-foot__iso {
    max-width: 30%;
    margin-top: 2.6666666667vw;
  }
  .l-foot__nav-sub {
    margin: 5.3333333333vw -4vw 0;
    font-size: 3.7333333333vw;
    border-top: 1px solid #808080;
  }
  .l-foot__nav-sub a {
    padding: 2.6666666667vw 4vw 1.8666666667vw;
  }
  .l-foot__nav-sub + .l-foot__nav-sub {
    margin-top: 0;
  }
  .l-foot__copyright {
    padding-top: 10.6666666667vw;
    margin: 0 -4vw;
    font-size: 2.4vw;
    text-align: center;
    border-top: 1px solid #808080;
  }
}

/* .l-main
----------------------------------- */
/* .c-btn
----------------------------------- */
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-btn {
    opacity: 0.75;
  }
}
.c-btn::before, .c-btn::after {
  position: absolute;
  display: block;
  content: "";
}
.c-btn::before {
  inset: 0;
  background: -webkit-linear-gradient(316.87deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
  background: linear-gradient(133.13deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
}
.c-btn::after {
  top: 0;
  right: 100%;
  background: rgb(0, 116, 247);
}
.c-btn > * {
  position: relative;
  z-index: 2;
}
.c-btn__txt {
  font-weight: 700;
  line-height: 1;
}
.c-btn__icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0062D6;
}
.c-btn__icn::before, .c-btn__icn::after {
  display: block;
  content: "";
  background: #FFF;
}
.c-btn__icn::after {
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .c-btn {
    width: 233px;
    height: 50px;
    padding: 0 9px 0 25px;
  }
  .c-btn::before {
    -webkit-clip-path: polygon(10px 10px, 10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
            clip-path: polygon(10px 10px, 10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  }
  .c-btn::after {
    width: 10px;
    height: 10px;
  }
  .c-btn__txt {
    font-size: 1.5714285714rem;
  }
  .c-btn__icn {
    width: 31px;
    height: 31px;
  }
  .c-btn__icn::before, .c-btn__icn::after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .c-btn {
    width: 26.6666666667vw;
    height: 5.3333333333vw;
    padding: 0 1.3333333333vw 0 2.6666666667vw;
  }
  .c-btn::before {
    -webkit-clip-path: polygon(1.3333333333vw 1.3333333333vw, 1.3333333333vw 0, 100% 0, 100% 100%, 0 100%, 0 1.3333333333vw);
            clip-path: polygon(1.3333333333vw 1.3333333333vw, 1.3333333333vw 0, 100% 0, 100% 100%, 0 100%, 0 1.3333333333vw);
  }
  .c-btn::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .c-btn__txt {
    font-size: 2.9333333333vw;
  }
  .c-btn__icn {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .c-btn__icn::before, .c-btn__icn::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}

/* .c-fvttl
----------------------------------- */
.c-fvttl__txt em {
  font-weight: 700;
}
.c-fvttl__txt span {
  font-weight: 700;
  color: #0062D6;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .c-fvttl {
    max-width: 865px;
    margin-right: auto;
    margin-left: auto;
    padding: 205px 0 100px;
  }
  .c-fvttl__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-fvttl__txt em {
    font-size: 3.7142857143rem;
  }
  .c-fvttl__txt span {
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 767px) {
  .c-fvttl {
    padding: 0 4vw;
  }
  .c-fvttl__txt {
    padding: 21.3333333333vw 0 12vw;
  }
  .c-fvttl__txt em {
    display: block;
    font-size: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .c-fvttl__txt span {
    font-size: 3.4666666667vw;
  }
}

/* .c-fvlead
----------------------------------- */
.c-fvlead__copy {
  font-weight: 700;
  line-height: 1.4;
}
.c-fvlead__txt {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-fvlead {
    max-width: 865px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-fvlead__copy {
    margin-top: 33px;
    font-size: 2.5714285714rem;
  }
  .c-fvlead__txt {
    margin-top: 52px;
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 767px) {
  .c-fvlead {
    padding: 0 4vw;
  }
  .c-fvlead__copy {
    font-size: 7.4666666667vw;
  }
  .c-fvlead__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

/* .c-grade-list
----------------------------------- */
.c-grade-list__item {
  position: relative;
}
.c-grade-list__item::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: -webkit-linear-gradient(347.83deg, rgb(0, 182, 250) 0%, rgb(0, 178, 250) 24.1%, rgb(0, 165, 249) 49.15%, rgb(0, 145, 248) 74.58%, rgb(0, 116, 247) 100%);
  background: linear-gradient(102.17deg, rgb(0, 182, 250) 0%, rgb(0, 178, 250) 24.1%, rgb(0, 165, 249) 49.15%, rgb(0, 145, 248) 74.58%, rgb(0, 116, 247) 100%);
}
.c-grade-list__dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
}
.c-grade-list__dt::-webkit-details-marker {
  display: none;
}
.c-grade-list__dt::after {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: "";
  background: #00B6FA;
}
.c-grade-list__dt > span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.c-grade-list__dt > span::before, .c-grade-list__dt > span::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background: #FFF;
  translate: 0 -50%;
}
.c-grade-list__dt > span::before {
  right: 0;
  height: 1px;
}
.c-grade-list__dt > span::after {
  width: 1px;
  -webkit-transition: opacity 0.2s ease-out, rotate 0.2s ease-out;
  transition: opacity 0.2s ease-out, rotate 0.2s ease-out;
}
.is-opened .c-grade-list__dt > span::after {
  opacity: 0;
  rotate: 90deg;
}
.c-grade-list__dd {
  position: relative;
  overflow: hidden;
  color: #FFF;
}
.c-grade-list__dd > p {
  line-height: 1.6;
  border-top: 1px solid #FFF;
}
@media (min-width: 768px) {
  .c-grade-list {
    width: 693px;
    max-width: 100%;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-grade-list__item::before {
    -webkit-clip-path: polygon(0 12px, 12px 12px, 12px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 12px, 12px 12px, 12px 0, 100% 0, 100% 100%, 0 100%);
  }
  .c-grade-list__item:nth-of-type(n+2) {
    margin-top: 36px;
  }
  .c-grade-list__dt {
    min-height: 62px;
    padding: 13px 29px 13px 35px;
    font-size: 1.7857142857rem;
    letter-spacing: 0.075em;
  }
  .c-grade-list__dt::after {
    width: 12px;
    height: 12px;
  }
  .c-grade-list__dt > span::before {
    width: 37px;
  }
  .c-grade-list__dt > span::after {
    right: calc(37px / 2);
    height: 37px;
  }
  .c-grade-list__dd {
    padding: 0 25px;
  }
  .c-grade-list__dd > p {
    padding: 20px 0;
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 767px) {
  .c-grade-list {
    padding-left: 2.5388266667vw;
  }
  .c-grade-list__item::before {
    -webkit-clip-path: polygon(0 2.5386933333vw, 2.5386933333vw 2.5386933333vw, 2.5386933333vw 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 2.5386933333vw, 2.5386933333vw 2.5386933333vw, 2.5386933333vw 0, 100% 0, 100% 100%, 0 100%);
  }
  .c-grade-list__item:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .c-grade-list__dt {
    min-height: 12.6968533333vw;
    padding: 2.6666666667vw 4vw;
    font-size: 4vw;
  }
  .c-grade-list__dt::after {
    width: 2.5386933333vw;
    height: 2.5386933333vw;
  }
  .c-grade-list__dt > span {
    padding-right: 6.6666666667vw;
  }
  .c-grade-list__dt > span::before {
    width: 5.3333333333vw;
  }
  .c-grade-list__dt > span::after {
    right: 2.6666666667vw;
    height: 5.3333333333vw;
  }
  .c-grade-list__dd {
    padding: 0 4vw;
  }
  .c-grade-list__dd > p {
    padding: 2.6666666667vw 0;
    font-size: 2.6666666667vw;
  }
}

/* .c-news-list
----------------------------------- */
.c-news-list__date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0062D6;
}
.c-news-list__ttl {
  display: block;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-news-list__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-news-list__card:nth-child(n+2) {
    margin-top: 42px;
  }
  .c-news-list__date {
    font-size: 1.2857142857rem;
  }
  .c-news-list__ttl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
    margin-left: 30px;
    font-size: 1.7857142857rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-news-list__btn {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-news-list__card {
    display: block;
  }
  .c-news-list__card:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .c-news-list__date {
    font-size: 2.9333333333vw;
  }
  .c-news-list__ttl {
    font-size: 3.2vw;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .c-news-list__btn {
    margin: 1.3333333333vw 0 0 auto;
  }
}

/* .c-recruit-card
----------------------------------- */
.c-recruit-card {
  position: relative;
  background: #FFF;
}
.c-recruit-card::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
@media (any-hover: hover) {
  .c-recruit-card:hover .c-recruit-card__img {
    scale: 1.05;
  }
}
.c-recruit-card__fig {
  position: relative;
  overflow: hidden;
}
.c-recruit-card__fig::before {
  float: left;
  padding-top: 100%;
  content: "";
}
.c-recruit-card__fig::after {
  display: block;
  clear: both;
  content: "";
}
.c-recruit-card__fig > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-recruit-card__img {
  -webkit-transition: scale 0.2s ease-out;
  transition: scale 0.2s ease-out;
}
.c-recruit-card__ttl {
  display: block;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
.c-recruit-card__txt {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0062D6;
  text-align: center;
}
@media (min-width: 768px) {
  .c-recruit-card {
    display: block;
    width: 32.4075%;
    min-height: 378px;
    padding-bottom: 15px;
  }
  .c-recruit-card::after {
    width: 100%;
    height: 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 116, 247)), color-stop(1.13%, rgb(0, 118, 247)), color-stop(21.34%, rgb(0, 155, 248)), color-stop(41.54%, rgb(0, 185, 249)), color-stop(61.5%, rgb(0, 205, 250)), color-stop(81.12%, rgb(0, 218, 250)), to(rgb(0, 222, 250)));
    background: -webkit-linear-gradient(left, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
    background: linear-gradient(90deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
  }
  .c-recruit-card__bloc {
    margin-top: 25px;
  }
  .c-recruit-card__ttl {
    font-size: 1rem;
  }
  .c-recruit-card__txt {
    margin-top: 15px;
    font-size: 0.7142857143rem;
  }
}
@media (max-width: 767px) {
  .c-recruit-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-recruit-card::after {
    width: 2.1333333333vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 116, 247)), color-stop(1.13%, rgb(0, 118, 247)), color-stop(21.34%, rgb(0, 155, 248)), color-stop(41.54%, rgb(0, 185, 249)), color-stop(61.5%, rgb(0, 205, 250)), color-stop(81.12%, rgb(0, 218, 250)), to(rgb(0, 222, 250)));
    background: -webkit-linear-gradient(top, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
    background: linear-gradient(180deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
  }
  .c-recruit-card:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  .c-recruit-card__fig {
    width: 33%;
  }
  .c-recruit-card__bloc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
  }
  .c-recruit-card__ttl {
    font-size: 3.4666666667vw;
  }
  .c-recruit-card__txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

/* .c-slide-up
----------------------------------- */
.c-slide-up__item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.c-slide-up__item > span {
  display: block;
  translate: 0 100%;
}
.is-view .c-slide-up .c-slide-up__item > span {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slideUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* .c-ttl
----------------------------------- */
.c-ttl {
  text-align: center;
}
.c-ttl em {
  display: block;
  font-weight: 700;
  color: #0062D6;
}
.c-ttl span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .c-ttl {
    margin-bottom: 100px;
  }
  .c-ttl em {
    font-size: 4.2857142857rem;
    margin-bottom: 30px;
  }
  .c-ttl span {
    font-size: 1.6428571429rem;
  }
}
@media (max-width: 767px) {
  .c-ttl {
    margin-bottom: 6.6666666667vw;
  }
  .c-ttl em {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .c-ttl span {
    font-size: 3.4666666667vw;
  }
}

/* .p-cta
----------------------------------- */
.p-cta__typo {
  display: block;
  width: 100%;
}
.p-cta__typo img {
  display: block;
  width: 100%;
}
.p-cta__box {
  margin-top: -1px;
  color: #FFF;
  background: #0062D6;
}
.p-cta__ttl {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
}
.p-cta__ttl .c-slide-up__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.is-view .p-cta__ttl .c-slide-up__item span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-cta__list-item {
  font-weight: 700;
  letter-spacing: 0.025em;
}
.p-cta__list-dt {
  background: url("../img/common/icn_checkbox.svg") no-repeat 0 0.025em;
}
.p-cta__list-dd {
  background: url("../img/common/icn_arw.svg") no-repeat 0 0.02em;
}
.p-cta__req-txt {
  font-weight: 900;
  line-height: 2.0526315789;
  border-left: 13px double currentcolor;
}
.p-cta__req-bnr {
  display: block;
}
.p-cta__req-bnr img {
  width: 100%;
}
.p-cta__app {
  position: relative;
  display: block;
  color: #0062D6;
  background: #FFF;
}
.p-cta__app::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background: url("../img/common/icn_link.svg") no-repeat center center/contain;
  translate: 0 -50%;
}
.p-cta__app-txt {
  display: block;
  font-weight: 700;
}
.p-cta__app-label {
  display: block;
  font-weight: 900;
  letter-spacing: 0.25em;
}
.p-cta__info-h {
  font-weight: 900;
  line-height: 1.5714285714;
  letter-spacing: 0.25em;
  border-left: 13px solid currentcolor;
}
.p-cta__info-tel {
  display: inline-block;
}
.p-cta__info-txt {
  line-height: 1.7333333333;
  letter-spacing: 0.075em;
}
.p-cta__info-txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-cta__info-txt a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .p-cta {
    padding-top: 125px;
    margin-top: 100px;
  }
  .p-cta__box {
    padding: 40px 0 0;
  }
  .p-cta__ttl {
    font-size: 2.5rem;
  }
  .p-cta__list {
    padding: 0 30px 0 98px;
    margin: 40px 0;
  }
  .p-cta__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-cta__list-item:nth-child(n+2) {
    margin-top: 18px;
  }
  .p-cta__list-dt, .p-cta__list-dd {
    font-size: 1.0714285714rem;
  }
  .p-cta__list-dt {
    width: 345px;
    padding-left: 35px;
  }
  .p-cta__list-dd {
    padding-left: 30px;
  }
  .p-cta__req {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 45px 25px;
    margin-top: 60px;
  }
  .p-cta__req-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 5%;
        -ms-flex: 1 1 5%;
            flex: 1 1 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 0;
    padding-left: 34px;
    font-size: 1.3571428571rem;
  }
  .p-cta__req-bnr {
    width: 442px;
  }
  .p-cta__app {
    padding: 30px 175px 25px 58px;
  }
  .p-cta__app::before {
    right: 47px;
    width: 122px;
    height: 122px;
  }
  .p-cta__app-txt {
    font-size: 1rem;
    letter-spacing: 0.075em;
  }
  .p-cta__app-label {
    margin-top: 22px;
    font-size: 4.9285714286rem;
  }
  .p-cta__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 45px;
  }
  .p-cta__info-h {
    padding-left: 1em;
    font-size: 2.5rem;
  }
  .p-cta__info-bloc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 5%;
        -ms-flex: 1 1 5%;
            flex: 1 1 5%;
    min-width: 0;
    padding: 5px 0 0 38px;
    border-left: 5px solid currentcolor;
  }
  .p-cta__info-txt {
    margin-top: 15px;
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 767px) {
  .p-cta {
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-cta__box {
    padding: 5.3333333333vw 0 0;
  }
  .p-cta__ttl {
    font-size: 4.2666666667vw;
  }
  .p-cta__list {
    padding: 0 4vw;
    margin: 5.3333333333vw 0;
  }
  .p-cta__list-item:nth-child(n+2) {
    margin-top: 4.8vw;
  }
  .p-cta__list-dt, .p-cta__list-dd {
    min-height: 1.25em;
    padding-left: 1.85em;
    font-size: 2.9333333333vw;
    background-size: 1.25em auto;
  }
  .p-cta__list-dd {
    margin-top: 0.45em;
  }
  .p-cta__req {
    padding: 0 4vw 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-cta__req-txt {
    padding-left: 0.8em;
    font-size: 3.3333333333vw;
    border-left-width: 2.1333333333vw;
  }
  .p-cta__req-bnr {
    margin-top: 3.2vw;
  }
  .p-cta__app {
    padding: 2.6666666667vw 18.6666666667vw 2.6666666667vw 4vw;
  }
  .p-cta__app::before {
    right: 2.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-cta__app-txt {
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
  .p-cta__app-label {
    margin-top: 1.0666666667vw;
    font-size: 5.8666666667vw;
  }
  .p-cta__info {
    padding: 4vw;
  }
  .p-cta__info-h {
    padding-left: 0.65em;
    font-size: 4.2666666667vw;
    border-left-width: 1.6vw;
  }
  .p-cta__info-bloc {
    padding-top: 4vw;
    margin-top: 4vw;
    border-top: 2px solid currentcolor;
  }
  .p-cta__info-txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

/* .p-pr-solving
----------------------------------- */
.p-pr-solving {
  color: #FFF;
  background: #0062D6;
}
.p-pr-solving__ttl-en .c-slide-up__item, .p-pr-solving__ttl .c-slide-up__item {
  margin-inline: auto;
}
.p-pr-solving__ttl-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  text-align: center;
}
.is-view .p-pr-solving__ttl-en .c-slide-up__item span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-pr-solving__ttl {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
}
.is-view .p-pr-solving__ttl .c-slide-up__item span {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p-pr-solving__copy {
  font-weight: 900;
  letter-spacing: 0.075em;
}
.p-pr-solving__txt {
  font-weight: 900;
  line-height: 1.8947368421;
  letter-spacing: 0.075em;
}
.p-pr-solving__hyphen {
  display: inline-block;
  width: 2em;
  height: 1px;
  margin-right: 0.25em;
  vertical-align: super;
  background: currentcolor;
}
.p-pr-solving__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0062D6;
}
.p-pr-solving__btn::before, .p-pr-solving__btn::after {
  position: absolute;
  display: block;
  content: "";
  background: #FFF;
}
.p-pr-solving__btn::before {
  inset: 0;
}
.p-pr-solving__btn::after {
  top: 0;
  right: 100%;
}
.p-pr-solving__btn > * {
  position: relative;
  z-index: 2;
}
.p-pr-solving__btn-txt {
  display: block;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.p-pr-solving__btn-more {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-pr-solving__btn-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0062D6;
}
.p-pr-solving__btn-icn::before, .p-pr-solving__btn-icn::after {
  display: block;
  content: "";
}
.p-pr-solving__btn-icn::before {
  background: #FFF;
}
.p-pr-solving__btn-icn::after {
  position: absolute;
  top: 50%;
  right: 100%;
  background: #00DEFA;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .p-pr-solving {
    padding: 110px 0 105px;
    margin-top: 230px;
  }
  .p-pr-solving__ttl-en {
    font-size: 4.7142857143rem;
  }
  .p-pr-solving__ttl {
    margin-top: 55px;
    font-size: 1.7142857143rem;
  }
  .p-pr-solving__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: min(90px, 7.03125vw);
    margin-top: 95px;
  }
  .p-pr-solving__copy {
    font-size: clamp(5rem, 5.703125vw, 5.2142857143rem);
    line-height: 1.3835616438;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-pr-solving__bloc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
    max-width: 960px;
  }
  .p-pr-solving__txt {
    padding-left: 35px;
    font-size: 1.3571428571rem;
  }
  .p-pr-solving__list {
    margin-top: 35px;
  }
  .p-pr-solving__btn {
    gap: 45px;
    height: 50px;
  }
  .p-pr-solving__btn:nth-child(n+2) {
    margin-top: 32px;
  }
  .p-pr-solving__btn::before {
    -webkit-clip-path: polygon(10px 10px, 10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
            clip-path: polygon(10px 10px, 10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  }
  .p-pr-solving__btn::after {
    width: 10px;
    height: 10px;
  }
  .p-pr-solving__btn-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 5%;
        -ms-flex: 1 1 5%;
            flex: 1 1 5%;
    min-width: 0;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-pr-solving__btn-more {
    margin-left: auto;
    font-size: 1.5714285714rem;
  }
  .p-pr-solving__btn-icn {
    width: 31px;
    height: 31px;
  }
  .p-pr-solving__btn-icn::before, .p-pr-solving__btn-icn::after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1296px) {
  .p-pr-solving__btn {
    padding: 0 min(108px, 8.4375vw) 0 30px;
  }
}
@media (max-width: 1295px) and (min-width: 768px) {
  .p-pr-solving__btn {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .p-pr-solving {
    padding: 10.6666666667vw 4vw 8vw;
    margin-top: 26.6666666667vw;
  }
  .p-pr-solving__ttl-en {
    font-size: 8vw;
  }
  .p-pr-solving__ttl {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-pr-solving__cont {
    margin-top: 8vw;
  }
  .p-pr-solving__copy {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .p-pr-solving__bloc {
    margin-top: 5.3333333333vw;
  }
  .p-pr-solving__txt {
    font-size: 2.9333333333vw;
  }
  .p-pr-solving__list {
    margin: 5.3333333333vw -4vw 0 0;
  }
  .p-pr-solving__btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8vw 3.2vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1.3333333333vw 4vw 1.3333333333vw 2.6666666667vw;
  }
  .p-pr-solving__btn:nth-child(n+2) {
    margin-top: 4vw;
  }
  .p-pr-solving__btn::before {
    -webkit-clip-path: polygon(1.3333333333vw 1.3333333333vw, 1.3333333333vw 0, 100% 0, 100% 100%, 0 100%, 0 1.3333333333vw);
            clip-path: polygon(1.3333333333vw 1.3333333333vw, 1.3333333333vw 0, 100% 0, 100% 100%, 0 100%, 0 1.3333333333vw);
  }
  .p-pr-solving__btn::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .p-pr-solving__btn-txt {
    width: 100%;
    font-size: 3.4666666667vw;
  }
  .p-pr-solving__btn-more {
    font-size: 2.6666666667vw;
  }
  .p-pr-solving__btn-icn {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .p-pr-solving__btn-icn::before, .p-pr-solving__btn-icn::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}

/* .p-recruit-info
----------------------------------- */
.p-recruit-info {
  overflow: hidden;
}
.p-recruit-info__wrap {
  position: relative;
}
.p-recruit-info__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background: url("../img/common/recruit_ttl.svg") no-repeat center top/contain;
}
.p-recruit-info__box {
  background: -webkit-linear-gradient(315deg, rgba(0, 116, 247, 0.12) 0%, rgba(0, 118, 247, 0.12) 1.13%, rgba(0, 155, 248, 0.12) 80%, rgba(0, 185, 249, 0.12) 85%, rgba(0, 205, 250, 0.12) 90%, rgba(0, 218, 250, 0.12) 95%, rgba(0, 222, 250, 0.12) 100%);
  background: linear-gradient(135deg, rgba(0, 116, 247, 0.12) 0%, rgba(0, 118, 247, 0.12) 1.13%, rgba(0, 155, 248, 0.12) 80%, rgba(0, 185, 249, 0.12) 85%, rgba(0, 205, 250, 0.12) 90%, rgba(0, 218, 250, 0.12) 95%, rgba(0, 222, 250, 0.12) 100%);
}
.p-recruit-info__ttl {
  position: relative;
  font-weight: 400;
  line-height: 1.1054144737;
  color: #FFF;
  letter-spacing: 0.076em;
}
.p-recruit-info__ttl::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background: -webkit-linear-gradient(315deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 45.13%, rgb(0, 155, 248) 61.34%, rgb(0, 185, 249) 71.54%, rgb(0, 205, 250) 81.5%, rgb(0, 218, 250) 91.12%, rgb(0, 222, 250) 100%);
  background: linear-gradient(135deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 45.13%, rgb(0, 155, 248) 61.34%, rgb(0, 185, 249) 71.54%, rgb(0, 205, 250) 81.5%, rgb(0, 218, 250) 91.12%, rgb(0, 222, 250) 100%);
}
.p-recruit-info__ttl > span {
  position: relative;
  z-index: 3;
}
.p-recruit-info__lede {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7873957616;
  text-align: justify;
  letter-spacing: 0.075em;
}
.p-recruit-info__btn {
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-recruit-info {
    margin-top: 230px;
  }
  .p-recruit-info__wrap {
    padding-top: 79px;
  }
  .p-recruit-info__wrap::before {
    height: 160px;
  }
  .p-recruit-info__box {
    padding-top: 125px;
  }
  .p-recruit-info__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
  }
  .p-recruit-info__ttl {
    width: 330px;
    padding: 10px 18px 5px;
    font-size: 5.4285714286rem;
    text-align: right;
  }
  .p-recruit-info__ttl::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: max(540px, 45.3125vw);
    pointer-events: none;
    content: "";
    background: #0062D6;
  }
  .p-recruit-info__head-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 0;
  }
  .p-recruit-info__lede {
    padding-right: 80px;
    font-size: 1rem;
  }
  .p-recruit-info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 9px;
    padding: 0 80px;
    margin-top: 57px;
  }
}
@media (max-width: 767px) {
  .p-recruit-info {
    margin-top: 26.6666666667vw;
  }
  .p-recruit-info__wrap {
    padding-top: 8vw;
  }
  .p-recruit-info__wrap::before {
    height: 22.6666666667vw;
    background-size: 100% auto;
  }
  .p-recruit-info__box {
    padding: 14.6666666667vw 4vw 0;
    margin: 0 -4vw;
  }
  .p-recruit-info__ttl {
    width: 5em;
    padding: 2.6666666667vw 1.3333333333vw 2.1333333333vw 4vw;
    margin-left: -4vw;
    font-size: 9.0666666667vw;
  }
  .p-recruit-info__ttl br {
    display: none;
  }
  .p-recruit-info__head-bloc {
    margin-top: 2.6666666667vw;
  }
  .p-recruit-info__lede {
    font-size: 2.9333333333vw;
  }
  .p-recruit-info__btn {
    margin: 2.6666666667vw 0 0 auto;
  }
  .p-recruit-info__list {
    margin-top: 6.6666666667vw;
  }
}

/* .p-solutions
----------------------------------- */
.p-solutions {
  color: #FFF;
  background: -webkit-linear-gradient(315deg, rgb(0, 116, 247) 45%, rgb(0, 222, 250) 100%);
  background: linear-gradient(135deg, rgb(0, 116, 247) 45%, rgb(0, 222, 250) 100%);
}
.p-solutions__ttl-en, .p-solutions__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-solutions__ttl-en .c-slide-up__item, .p-solutions__ttl .c-slide-up__item {
  margin-inline: auto;
}
.p-solutions__ttl-en {
  font-family: "Roboto", sans-serif;
}
.p-solutions__ttl {
  letter-spacing: 0.25em;
}
.is-view .p-solutions__ttl .c-slide-up__item span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-solutions__lede {
  font-weight: 700;
  line-height: 1.925925;
  text-align: justify;
  letter-spacing: 0.027em;
}
.p-solutions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-solutions__card {
  position: relative;
  display: block;
}
.p-solutions__card > * {
  position: relative;
  z-index: 3;
}
.p-solutions__card::before, .p-solutions__card::after {
  display: block;
  content: "";
}
.p-solutions__card::before {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 116, 247)), to(rgb(0, 222, 250)));
  background: -webkit-linear-gradient(left, rgb(0, 116, 247) 0%, rgb(0, 222, 250) 100%);
  background: linear-gradient(90deg, rgb(0, 116, 247) 0%, rgb(0, 222, 250) 100%);
}
.p-solutions__card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 222, 250)), to(rgb(0, 116, 247)));
  background: -webkit-linear-gradient(left, rgb(0, 222, 250) 0%, rgb(0, 116, 247) 100%);
  background: linear-gradient(90deg, rgb(0, 222, 250) 0%, rgb(0, 116, 247) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (any-hover: hover) {
  .p-solutions__card:hover::after {
    opacity: 1;
  }
}
.p-solutions__card-img {
  display: block;
  width: 100%;
  aspect-ratio: 27/17;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-solutions__card-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-solutions__card-ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 5%;
      -ms-flex: 1 1 5%;
          flex: 1 1 5%;
  min-width: 0;
  font-weight: 700;
  line-height: 1.35;
}
.p-solutions__card-icn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-solutions__card-icn::before {
  display: block;
  content: "";
  background: #FFF;
  -webkit-mask: url("../img/common/icn_link.svg") no-repeat center center/contain;
          mask: url("../img/common/icn_link.svg") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-solutions {
    padding: 100px 0;
  }
  .p-solutions__ttl-en {
    font-size: 6.2142857143rem;
  }
  .p-solutions__ttl {
    margin-top: 25px;
    font-size: 1.7142857143rem;
  }
  .p-solutions__lede {
    max-width: 717px;
    margin: 80px auto 0;
    font-size: 1.1428571429rem;
  }
  .p-solutions__list {
    margin-top: 85px;
  }
  .p-solutions__list::after {
    display: block;
    width: 270px;
    content: "";
  }
  .p-solutions__card {
    width: 270px;
  }
  .p-solutions__card::before {
    height: 10px;
  }
  .p-solutions__card-bloc {
    padding: 10px 13px 25px 18px;
  }
  .p-solutions__card-ttl {
    font-size: 1.4285714286rem;
  }
  .p-solutions__card-icn {
    font-size: 0.7142857143rem;
  }
  .p-solutions__card-icn::before {
    width: 43px;
    height: 43px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .p-solutions {
    padding: 8vw 0;
  }
  .p-solutions__ttl-en {
    font-size: 8.8vw;
  }
  .p-solutions__ttl {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .p-solutions__lede {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
  }
  .p-solutions__list {
    margin-top: 10.6666666667vw;
  }
  .p-solutions__card {
    width: 48%;
  }
  .p-solutions__card::before {
    height: 1.8666666667vw;
  }
  .p-solutions__card-bloc {
    padding: 2.6666666667vw 1.3333333333vw 4vw 2.6666666667vw;
  }
  .p-solutions__card-ttl {
    font-size: 3.7333333333vw;
  }
  .p-solutions__card-icn {
    font-size: 1.8666666667vw;
  }
  .p-solutions__card-icn::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

/* .p-subsc-team
----------------------------------- */
.p-subsc-team {
  position: relative;
}
.p-subsc-team::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background: -webkit-linear-gradient(315deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 95%, rgb(0, 185, 249) 100%);
  background: linear-gradient(135deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 95%, rgb(0, 185, 249) 100%);
  opacity: 0.12;
}
.p-subsc-team > * {
  position: relative;
  z-index: 3;
}
.p-subsc-team__sub-ttl {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-subsc-team__ttl {
  font-weight: 900;
}
.p-subsc-team__copy {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-subsc-team__bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-subsc-team__copy-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0062D6;
  letter-spacing: -0.01em;
}
.p-subsc-team__letter {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  overflow: hidden;
}
.p-subsc-team__letter-line {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.p-subsc-team__letter-line::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  content: "";
  background: #0062D6;
  -webkit-transform-origin: left;
          transform-origin: left;
  scale: 0 1;
}
.p-subsc-team__letter-line img {
  display: block;
  opacity: 0;
}
.p-subsc-team__letter-line:nth-of-type(1) {
  margin-left: auto;
}
.is-view .p-subsc-team__letter-line::before {
  -webkit-animation: txtBgSlide 1.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: txtBgSlide 1.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.is-view .p-subsc-team__letter-line img {
  -webkit-animation: fadeIn 0.8s forwards;
          animation: fadeIn 0.8s forwards;
}
.is-view .p-subsc-team__letter-line:nth-of-type(1) img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.is-view .p-subsc-team__letter-line:nth-of-type(2)::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.is-view .p-subsc-team__letter-line:nth-of-type(2) img {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (min-width: 768px) {
  .p-subsc-team {
    margin-top: 305px;
  }
  .p-subsc-team::before {
    height: 316px;
  }
  .p-subsc-team__hgroup {
    padding: 123px 0 30px 180px;
  }
  .p-subsc-team__sub-ttl {
    font-size: 1.0714285714rem;
  }
  .p-subsc-team__ttl {
    margin-top: 19px;
    font-size: 5.2142857143rem;
  }
  .p-subsc-team__copy {
    margin-top: 19px;
    font-size: 1.5rem;
  }
  .p-subsc-team__bloc {
    margin-top: 30px;
  }
  .p-subsc-team__copy-en {
    font-size: 2.7142857143rem;
  }
  .p-subsc-team__letter {
    top: -77px;
  }
  .p-subsc-team__letter-line:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-subsc-team {
    margin-top: 26.6666666667vw;
  }
  .p-subsc-team::before {
    height: 28.8vw;
  }
  .p-subsc-team__hgroup {
    padding: 9.3333333333vw 0 0 24vw;
  }
  .p-subsc-team__sub-ttl {
    font-size: 2.1333333333vw;
  }
  .p-subsc-team__ttl {
    margin-top: 0.8vw;
    font-size: 5.3333333333vw;
  }
  .p-subsc-team__copy {
    margin-top: 1.0666666667vw;
    font-size: 2.4vw;
    line-height: 1.4;
  }
  .p-subsc-team__bloc {
    margin-top: 4.2666666667vw;
  }
  .p-subsc-team__copy-en {
    font-size: 3.2vw;
  }
  .p-subsc-team__letter {
    top: -6.6666666667vw;
  }
  .p-subsc-team__letter-line {
    height: 12.8vw;
  }
  .p-subsc-team__letter-line img {
    width: auto;
    height: 100%;
  }
  .p-subsc-team__letter-line:nth-of-type(2) {
    margin-top: 3.4666666667vw;
  }
}

/* .p-home
----------------------------------- */
/* .p-home-fv
----------------------------------- */
.p-home-fv__wrap {
  position: relative;
}
.is-loaded .p-home-fv .c-slide-up__item span {
  -webkit-animation: slideUp 0.8s cubic-bezier(0, 0, 0, 1) forwards;
          animation: slideUp 0.8s cubic-bezier(0, 0, 0, 1) forwards;
}
.p-home-fv__ttl {
  font-weight: 700;
  color: #0062D6;
  letter-spacing: 0.05em;
}
.is-loaded .p-home-fv__ttl .c-slide-up__item span {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.p-home-fv__copy-ja {
  margin-top: 1em;
  color: #808080;
  letter-spacing: 0.05em;
}
.is-loaded .p-home-fv__copy-ja .c-slide-up__item span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-home-fv__copy-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3725489872;
  letter-spacing: -0.01em;
}
.is-loaded .p-home-fv__copy-en .c-slide-up__item span {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (min-width: 768px) {
  .p-home-fv {
    padding: 205px 0;
  }
  .p-home-fv__bloc {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    text-align: center;
    translate: 0 -50%;
  }
  .p-home-fv__ttl {
    font-size: 1.1428571429rem;
  }
  .p-home-fv__copy-ja {
    font-size: 0.7142857143rem;
  }
  .p-home-fv__copy-en {
    font-size: 4.3174571429rem;
  }
  .p-home-fv__copy-en p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 0.25em;
  }
}
@media (max-width: 767px) {
  .p-home-fv {
    padding: 21.3333333333vw 0;
  }
  .p-home-fv__bloc {
    margin-top: 5.3333333333vw;
  }
  .p-home-fv__ttl {
    font-size: 3.4666666667vw;
  }
  .p-home-fv__copy-ja {
    margin-top: 1.6vw;
    font-size: 2.4vw;
  }
  .p-home-fv__copy-en {
    font-size: 7.4666666667vw;
  }
}

/* .p-home-msg
----------------------------------- */
.p-home-msg {
  position: relative;
  overflow: hidden;
  container: home-msg/inline-size;
}
.p-home-msg__head {
  background: url("../img/home/message_mark.svg") no-repeat right center;
}
.p-home-msg__logo {
  display: block;
  width: 100%;
}
.p-home-msg__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-home-msg__body {
  position: relative;
}
.p-home-msg__txt {
  font-weight: 900;
  line-height: 1.796388;
}
.p-home-msg__fig {
  position: relative;
}
.p-home-msg__fig::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  background: #0062D6;
}
.p-home-msg__fig::after {
  position: absolute;
}
.p-home-msg__fig img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.p-home-msg__mq {
  position: absolute;
  top: 100%;
  z-index: 3;
  overflow: hidden;
  will-change: animation;
}
.p-home-msg__mq-txt {
  position: relative;
}
.p-home-msg__mq-txt::before, .p-home-msg__mq-txt::after {
  display: block;
  width: 100cqi;
  content: "";
  background: url("../img/home/message_mq.svg") no-repeat 0 center/contain;
  -webkit-animation: marquee 60s linear 0s infinite;
          animation: marquee 60s linear 0s infinite;
}
.p-home-msg__mq-txt::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-delay: -30s;
          animation-delay: -30s;
}
.p-home-msg__mq-txt:nth-child(2)::before {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.p-home-msg__mq-txt:nth-child(2)::after {
  -webkit-animation-delay: -45s;
          animation-delay: -45s;
}
.p-home-msg__msg {
  font-weight: 900;
  line-height: 1.9612793854;
  color: #0062D6;
  text-align: justify;
}
.p-home-msg__msg::after {
  display: block;
  content: "";
  background: currentcolor;
}
@media (min-width: 768px) {
  .p-home-msg {
    padding: 20px 0 220px;
  }
  .p-home-msg__head {
    min-height: 204px;
    padding-right: 265px;
  }
  .p-home-msg__head-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 38px;
  }
  .p-home-msg__ttl {
    font-size: 1.2142857143rem;
  }
  .p-home-msg__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 40px;
    margin-top: 40px;
  }
  .p-home-msg__txt {
    font-size: 1.7857142857rem;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-home-msg__fig {
    width: 600px;
  }
  .p-home-msg__fig::before {
    right: 127px;
    bottom: -67px;
    width: max(680px, 53.15559375vw);
  }
  .p-home-msg__mq {
    right: 50%;
    width: 100cqi;
    margin-top: max(-58px, -4.53125vw);
    translate: 50% 0;
  }
  .p-home-msg__msg {
    margin-top: max(380px, 29.6875vw);
    font-size: 3.0714285714rem;
  }
  .p-home-msg__msg::after {
    height: 27px;
    margin-top: 50px;
  }
}
@media (min-width: 1201px) {
  .p-home-msg__fig::before {
    bottom: min(-67px, -5.234375vw);
    height: max(137px, 10.703125vw);
  }
  .p-home-msg__mq {
    margin-top: max(-60px, -4.6875vw);
  }
  .p-home-msg__mq-txt::before, .p-home-msg__mq-txt::after {
    width: min(3770px, 294.53125vw);
    height: min(141px, 11.015625vw);
  }
  .p-home-msg__mq-txt:nth-child(n+2) {
    margin-top: max(40px, 3.125vw);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .p-home-msg__fig::before {
    bottom: -5.234375vw;
    height: 10.703125vw;
  }
  .p-home-msg__mq {
    margin-top: -55px;
  }
  .p-home-msg__mq-txt::before, .p-home-msg__mq-txt::after {
    width: 294.53125vw;
    height: 11.015625vw;
  }
  .p-home-msg__mq-txt:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-home-msg {
    padding: 5.3333333333vw 0 21.3333333333vw;
  }
  .p-home-msg__head {
    padding-right: 30%;
    background-position: right top;
    background-size: 25% auto;
  }
  .p-home-msg__logo {
    width: 100%;
  }
  .p-home-msg__head-bloc {
    margin-top: 2.6666666667vw;
  }
  .p-home-msg__ttl {
    font-size: 2.9333333333vw;
  }
  .p-home-msg__btn {
    margin-top: 2.1333333333vw;
  }
  .p-home-msg__body {
    margin-top: 8vw;
  }
  .p-home-msg__txt {
    font-size: 4vw;
  }
  .p-home-msg__txt br {
    display: none;
  }
  .p-home-msg__fig {
    margin-top: 4vw;
  }
  .p-home-msg__fig::before {
    right: 40vw;
    bottom: -6.6666666667vw;
    left: -5.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-home-msg__mq {
    right: -5.3333333333vw;
    left: -5.3333333333vw;
    margin-top: -6.6666666667vw;
  }
  .p-home-msg__mq-txt::before, .p-home-msg__mq-txt::after {
    width: 335.2vw;
    height: 12.5333333333vw;
  }
  .p-home-msg__mq-txt:nth-child(n+2) {
    margin-top: 3.7333333333vw;
  }
  .p-home-msg__msg {
    margin-top: 34.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-home-msg__msg::after {
    height: 2.6666666667vw;
    margin-top: 4vw;
  }
}

/* .p-home-news
----------------------------------- */
.p-home-news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-home-news__ttl img {
  width: 100%;
}
.p-home-news__latest-sh, .p-home-news__latest-date, .p-home-news__latest-year {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: right;
}
.p-home-news__latest-sh {
  line-height: 1;
}
.p-home-news__latest-date {
  color: #0062D6;
}
.p-home-news__latest-date, .p-home-news__latest-year {
  line-height: 1.2;
}
.p-home-news__list {
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .p-home-news {
    margin: 228px 0;
  }
  .p-home-news__ttl {
    width: 594px;
  }
  .p-home-news__latest-sh {
    font-size: 1.5rem;
  }
  .p-home-news__latest-date {
    margin-top: 24px;
  }
  .p-home-news__latest-date, .p-home-news__latest-year {
    font-size: 3.0714285714rem;
  }
  .p-home-news__list {
    padding: 95px 0;
  }
}
@media (max-width: 767px) {
  .p-home-news {
    margin: 26.6666666667vw 0;
  }
  .p-home-news__ttl {
    width: 62%;
  }
  .p-home-news__latest-sh {
    font-size: 2.9333333333vw;
  }
  .p-home-news__latest-date {
    margin-top: 2.1333333333vw;
  }
  .p-home-news__latest-date, .p-home-news__latest-year {
    font-size: 4vw;
  }
  .p-home-news__list {
    padding: 9.3333333333vw 0;
  }
}

/* .p-lower-nav
----------------------------------- */
.p-lower-nav__h-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.001em;
}
.p-lower-nav__h-ja {
  font-weight: 700;
  line-height: 1;
  color: #0062D6;
  letter-spacing: 0.25em;
}
.p-lower-nav__txt-ja {
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #0062D6;
  letter-spacing: 0.05em;
}
.p-lower-nav__txt-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.001em;
}
@media (min-width: 768px) {
  .p-lower-nav {
    margin-top: 260px;
  }
  .p-lower-nav__hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-lower-nav__h-en {
    font-size: 4.2857142857rem;
  }
  .p-lower-nav__h-ja {
    font-size: 1.2142857143rem;
  }
  .p-lower-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 120px;
  }
  .p-lower-nav__group {
    min-width: 315px;
  }
  .p-lower-nav__item:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-lower-nav__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-lower-nav__txt-ja {
    font-size: 1.0714285714rem;
  }
  .p-lower-nav__txt-en {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-lower-nav {
    margin-top: 26.6666666667vw;
  }
  .p-lower-nav__h-en {
    font-size: 13.3333333333vw;
  }
  .p-lower-nav__h-ja {
    font-size: 4vw;
  }
  .p-lower-nav__list {
    margin-top: 13.3333333333vw;
  }
  .p-lower-nav__group:nth-child(n+2), .p-lower-nav__item:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .p-lower-nav__link {
    display: block;
  }
  .p-lower-nav__txt-ja {
    font-size: 2.9333333333vw;
  }
  .p-lower-nav__txt-en {
    margin-top: 0.25em;
    font-size: 5.6vw;
  }
}

/* .p-page
----------------------------------- */
/* .p-problem-solving
----------------------------------- */
.p-problem-solving__ttl {
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 116, 247)), color-stop(1.13%, rgb(0, 118, 247)), color-stop(21.34%, rgb(0, 155, 248)), color-stop(41.54%, rgb(0, 185, 249)), color-stop(61.5%, rgb(0, 205, 250)), color-stop(81.12%, rgb(0, 218, 250)), to(rgb(0, 222, 250)));
  background: -webkit-linear-gradient(left, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
  background: linear-gradient(90deg, rgb(0, 116, 247) 0%, rgb(0, 118, 247) 1.13%, rgb(0, 155, 248) 21.34%, rgb(0, 185, 249) 41.54%, rgb(0, 205, 250) 61.5%, rgb(0, 218, 250) 81.12%, rgb(0, 222, 250) 100%);
}
@media (min-width: 768px) {
  .p-problem-solving {
    margin-top: 40px;
  }
  .p-problem-solving__ttl {
    padding: 20px 0;
    font-size: 2.3571428571rem;
  }
  .p-problem-solving__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 39px 1.2919073791%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .p-problem-solving {
    margin-top: 8vw;
  }
  .p-problem-solving__ttl {
    padding: 2.6666666667vw 0;
    font-size: 5.8666666667vw;
  }
  .p-problem-solving__list {
    margin-top: 10.6666666667vw;
  }
}

/* .p-pr-problem
----------------------------------- */
.p-pr-problem__ttl {
  font-weight: 900;
  text-align: center;
}
.p-pr-problem__lede {
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-pr-problem {
    margin-top: 160px;
  }
  .p-pr-problem__ttl {
    font-size: 3rem;
  }
  .p-pr-problem__lede {
    max-width: 690px;
    margin: 60px auto 0;
    font-size: 1rem;
  }
  .p-pr-problem__faq {
    margin-top: 90px;
  }
  .p-pr-problem__faq .c-grade-list__dt {
    font-size: 1.2857142857rem;
  }
}
@media (max-width: 767px) {
  .p-pr-problem {
    margin-top: 13.3333333333vw;
  }
  .p-pr-problem__ttl {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .p-pr-problem__lede {
    margin-top: 8vw;
    font-size: 2.9333333333vw;
  }
  .p-pr-problem__faq {
    margin-top: 10.6666666667vw;
  }
  .p-pr-problem__faq .c-grade-list__dt {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}

/* .p-archive
----------------------------------- */
@media (min-width: 768px) {
  .p-archive {
    padding: 86px 0 100px;
  }
  .p-archive__list {
    margin-top: 95px;
  }
  .p-archive .c-news-list__card {
    gap: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-archive .c-news-list__card:nth-child(n+2) {
    margin-top: 50px;
  }
  .p-archive .c-news-list__ttl {
    font-size: 1.5rem;
    line-height: 1.5238095238;
  }
  .p-archive .c-news-list__btn {
    width: 177px;
    height: 38px;
    padding-left: 19px;
  }
  .p-archive .c-news-list__btn::before {
    -webkit-clip-path: polygon(8px 8px, 8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
            clip-path: polygon(8px 8px, 8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
  }
  .p-archive .c-news-list__btn::after {
    width: 8px;
    height: 8px;
  }
  .p-archive .c-news-list__btn .c-btn__txt {
    font-size: 1.2161214286rem;
  }
  .p-archive .c-news-list__btn .c-btn__icn {
    width: 23px;
    height: 23px;
  }
  .p-archive .c-news-list__btn .c-btn__icn::before, .p-archive .c-news-list__btn .c-btn__icn::after {
    width: 8px;
    height: 8px;
  }
  .p-archive .p-recruit-info {
    margin-top: 350px;
  }
}
@media (max-width: 767px) {
  .p-archive {
    padding: 21.3333333333vw 0 13.3333333333vw;
  }
  .p-archive__list {
    margin-top: 16vw;
  }
  .p-archive .p-recruit-info {
    margin-top: 40vw;
  }
}

/* .p-archive-head
----------------------------------- */
.p-archive-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-archive-head__ttl img {
  width: 100%;
}
.p-archive-head__latest-sh, .p-archive-head__latest-date, .p-archive-head__latest-year {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: right;
}
.p-archive-head__latest-sh {
  line-height: 1;
}
.p-archive-head__latest-date {
  color: #0062D6;
}
.p-archive-head__latest-date, .p-archive-head__latest-year {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-archive-head {
    max-width: 865px;
    margin-inline: auto;
  }
  .p-archive-head__ttl {
    width: 594px;
  }
  .p-archive-head__latest-sh {
    font-size: 1.5rem;
  }
  .p-archive-head__latest-date {
    margin-top: 24px;
  }
  .p-archive-head__latest-date, .p-archive-head__latest-year {
    font-size: 3.0714285714rem;
  }
}
@media (max-width: 767px) {
  .p-archive-head__ttl {
    width: 62%;
  }
  .p-archive-head__latest-sh {
    font-size: 2.9333333333vw;
  }
  .p-archive-head__latest-date {
    margin-top: 2.1333333333vw;
  }
  .p-archive-head__latest-date, .p-archive-head__latest-year {
    font-size: 4vw;
  }
}

/* .p-post-nav
----------------------------------- */
.p-post-nav__card {
  display: block;
}
.p-post-nav__to, .p-post-nav__date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0062D6;
}
.p-post-nav__date {
  margin-top: 0.380952381em;
}
.p-post-nav__ttl {
  display: block;
  margin-top: 0.4893577566em;
  font-weight: 800;
  line-height: 1.5000025756;
}
@media (min-width: 768px) {
  .p-post-nav {
    margin-top: 112px;
  }
  .p-post-nav__card:nth-child(n+2) {
    margin-top: 100px;
  }
  .p-post-nav__to {
    font-size: 5.1428571429rem;
  }
  .p-post-nav__date {
    font-size: 1.5rem;
  }
  .p-post-nav__ttl {
    font-size: 2.7733142857rem;
  }
}
@media (max-width: 767px) {
  .p-post-nav {
    margin-top: 26.6666666667vw;
  }
  .p-post-nav__card:nth-child(n+2) {
    margin-top: 16vw;
  }
  .p-post-nav__to {
    font-size: 8vw;
  }
  .p-post-nav__date {
    font-size: 3.7333333333vw;
  }
  .p-post-nav__ttl {
    font-size: 4.2666666667vw;
  }
}

/* .p-single
----------------------------------- */
.p-single__date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0062D6;
}
.p-single__ttl {
  margin-top: 0.4636020852em;
  font-weight: 800;
  line-height: 1.5000025756;
}
.p-single__post {
  font-weight: 500;
  line-height: 1.7142857143;
}
.p-single__post > :first-child {
  margin-top: 0;
}
.p-single__post > :last-child {
  margin-bottom: 0;
}
.p-single__post p,
.p-single__post ul,
.p-single__post ol {
  margin-top: 1.7142857143em;
}
.p-single__post img {
  display: block;
  margin: 4.2857142857em auto;
}
.p-single__post a {
  color: #0062D6;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-single__post a:hover {
    text-decoration: none;
  }
}
.p-single__post strong,
.p-single__post em {
  font-weight: 700;
}
.p-single__post em {
  font-style: italic;
}
.p-single__post li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-single__post li ul,
.p-single__post li ol {
  margin-top: 0;
}
.p-single__post li ul + ul,
.p-single__post li ul + ol,
.p-single__post li ol + ul,
.p-single__post li ol + ol {
  margin-top: 1em;
}
.p-single__post ul > li::before {
  content: "・";
}
.p-single__post ol {
  counter-reset: list;
}
.p-single__post ol > li {
  counter-increment: list;
}
.p-single__post ol > li::before {
  content: counter(list) ".";
}
.p-single__back {
  text-align: center;
}
.p-single__back a {
  font-weight: 800;
  color: #0062D6;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-single__back a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .p-single {
    padding: 280px 0 210px;
  }
  .p-single__date {
    font-size: 1.5rem;
  }
  .p-single__ttl {
    font-size: 2.7733142857rem;
  }
  .p-single__post {
    margin-top: 185px;
    font-size: 1.5rem;
  }
  .p-single__back {
    margin-top: 240px;
    font-size: 2.1428571429rem;
  }
}
@media (max-width: 767px) {
  .p-single {
    padding: 29.3333333333vw 0 26.6666666667vw;
  }
  .p-single__date {
    font-size: 4.8vw;
  }
  .p-single__ttl {
    font-size: 5.6vw;
  }
  .p-single__post {
    margin-top: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-single__back {
    margin-top: 21.3333333333vw;
    font-size: 4.8vw;
  }
}

/* .p-company-fv
----------------------------------- */
.p-company-fv__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-fv__item span {
  font-weight: 800;
  color: #0062D6;
  letter-spacing: 0.03em;
}
.p-company-fv__item em {
  font-weight: 700;
}
.p-company-fv__pic-txt {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.p-company-fv__pic-txt.is-view {
  -webkit-animation: blurFadeIn 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s forwards;
          animation: blurFadeIn 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s forwards;
}
@media (min-width: 768px) {
  .p-company-fv__pic {
    margin: 230px auto 210px;
  }
  .p-company-fv__pic-img {
    margin: -4.3% auto 0;
  }
  .p-company-fv__bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-company-fv__list:nth-of-type(1) span {
    width: 95px;
  }
  .p-company-fv__list:nth-of-type(2) span {
    width: 140px;
  }
  .p-company-fv__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-company-fv__item:not(:last-of-type) {
    margin-bottom: 34px;
  }
  .p-company-fv__item span {
    font-size: 1.0714285714rem;
  }
  .p-company-fv__item em {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-company-fv__pic {
    margin-top: 16vw;
    margin-bottom: 18.6666666667vw;
  }
  .p-company-fv__pic-img {
    margin: -4.3% auto 0;
  }
  .p-company-fv__item {
    display: block;
    margin-bottom: 4vw;
  }
  .p-company-fv__item span {
    font-size: 2.9333333333vw;
  }
  .p-company-fv__item em {
    display: block;
    font-size: 4.8vw;
  }
}

/* .p-company-phil
----------------------------------- */
.p-company-phil__ttl-en, .p-company-phil__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-company-phil__ttl-en .c-slide-up__item, .p-company-phil__ttl .c-slide-up__item {
  margin-inline: auto;
}
.p-company-phil__ttl-en {
  color: #0062D6;
}
.p-company-phil__ttl {
  letter-spacing: 0.2em;
}
.p-company-phil__lead {
  font-weight: 900;
  line-height: 1.3043903632;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-company-phil__txt span {
  color: #0062D6;
  font-weight: 900;
}
.p-company-phil__txt span:before {
  content: "";
  display: inline-block;
  background-color: #0062D6;
}
.p-company-phil__txt {
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-company-phil {
    margin: 0 auto 237px;
  }
  .p-company-phil__ttl-en {
    font-size: 4.2857142857rem;
    margin-bottom: 30px;
  }
  .p-company-phil__ttl {
    font-size: 1.6428571429rem;
    margin-bottom: 100px;
  }
  .p-company-phil__lead {
    font-size: 5.8407142857rem;
    margin-bottom: 80px;
  }
  .p-company-phil__txt {
    letter-spacing: 0.05em;
    font-size: 1.0157142857rem;
  }
  .p-company-phil__txt span {
    display: inline-block;
  }
  .p-company-phil__txt span:before {
    height: 1px;
    width: 20px;
    margin-right: 11px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .p-company-phil {
    margin-bottom: 18.6666666667vw;
  }
  .p-company-phil__ttl-en {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-phil__ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-company-phil__lead {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-phil__txt {
    font-size: 3.2vw;
  }
  .p-company-phil__txt span {
    display: inline-block;
  }
  .p-company-phil__txt span:before {
    display: inline-block;
    height: 0.2666666667vw;
    width: 4.2666666667vw;
    margin-right: 1.8666666667vw;
    margin-bottom: 0.8vw;
  }
}

/* .p-company-msg
----------------------------------- */
.p-company-msg__ttl {
  text-align: center;
}
.p-company-msg__ttl em {
  display: block;
  font-weight: 700;
  background: #0062D6;
  color: #FFF;
}
.p-company-msg__ttl span {
  display: block;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.p-company-msg__item {
  background: #0062D6;
  color: #FFF;
}
.p-company-msg__lead {
  font-weight: 900;
  line-height: 1.4;
  border-bottom: 1.2px solid #FFF;
  letter-spacing: -0.02em;
}
.p-company-msg__txt {
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-company-msg__name {
  font-weight: 900;
  line-height: 1.4;
  text-align: right;
}
.p-company-msg__name span {
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-company-msg {
    margin-bottom: 220px;
  }
  .p-company-msg__ttl em {
    font-size: 4.2857142857rem;
    padding: 30px;
    margin-bottom: 40px;
  }
  .p-company-msg__ttl span {
    font-size: 1.6428571429rem;
  }
  .p-company-msg__list {
    margin-top: 93px;
  }
  .p-company-msg__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    gap: 0 33px;
    position: relative;
  }
  .p-company-msg__item {
    padding: 0 32px;
  }
  .p-company-msg__item:first-of-type {
    position: relative;
  }
  .p-company-msg__item:first-of-type::before {
    content: "";
    background-color: #FFF;
    height: 32px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-company-msg__item:not(:first-of-type) {
    margin-top: -32px;
  }
  .p-company-msg__item:not(:first-of-type) .p-company-msg__bloc {
    padding-top: 62px;
  }
  .p-company-msg__lead {
    font-size: 1.9428571429rem;
    padding-bottom: 20px;
    margin-bottom: 33px;
  }
  .p-company-msg__bloc {
    padding: 30px 0;
    width: 391px;
  }
  .p-company-msg__txt {
    font-size: 0.8428571429rem;
  }
  .p-company-msg__txt:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-company-msg__name {
    font-size: 1.5214285714rem;
    margin-top: 32px;
  }
  .p-company-msg__pic {
    width: 432px;
  }
}
@media (max-width: 767px) {
  .p-company-msg {
    margin-bottom: 18.6666666667vw;
    scroll-padding-top: 70px;
  }
  .p-company-msg__ttl {
    margin-bottom: 6.6666666667vw;
  }
  .p-company-msg__ttl em {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .p-company-msg__ttl span {
    font-size: 3.4666666667vw;
  }
  .p-company-msg__item {
    padding: 6.6666666667vw 0 4vw;
  }
  .p-company-msg__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
  .p-company-msg__item:nth-of-type(2n) .p-company-msg__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-company-msg__lead {
    font-size: 4.8vw;
    padding-bottom: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-company-msg__txt {
    font-size: 2.9333333333vw;
  }
  .p-company-msg__txt:not(:first-of-type) {
    margin-top: 4vw;
  }
  .p-company-msg__name {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-company-msg__pic {
    width: 100%;
  }
}

/* .p-company-develop
----------------------------------- */
.p-company-develop__item {
  position: relative;
}
.p-company-develop__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.378);
}
.p-company-develop__item:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FFF;
}
.p-company-develop__year {
  position: relative;
  z-index: 1;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(12%, rgb(255, 255, 255)), color-stop(90%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 12% 50%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 12% 50%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0));
}
.p-company-develop__name {
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.p-company-develop__txt {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.p-company-develop__current {
  text-align: center;
}
.p-company-develop__current-ttl {
  margin: 0 auto;
}
.p-company-develop__current-copy {
  background-color: #000;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  display: block;
}
.p-company-develop__current-copy em {
  display: inline-block;
}
.p-company-develop__current-copy em::after {
  content: "";
  background-color: #FFF;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-company-develop {
    margin-bottom: 222px;
  }
  .p-company-develop__list {
    margin-top: -45px;
  }
  .p-company-develop__item::before {
    width: 14px;
    height: 100%;
  }
  .p-company-develop__item:first-of-type::after {
    width: 14px;
    height: 135px;
  }
  .p-company-develop__item:last-of-type::before {
    height: 88%;
  }
  .p-company-develop__year {
    font-size: 6.1428571429rem;
    padding: 6px 0 8px;
    text-align: center;
  }
  .p-company-develop__bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 115px;
    padding: 8px 0 30px;
  }
  .p-company-develop__name {
    width: 440px;
    font-size: 1.7142857143rem;
    text-align: right;
    padding-top: 12px;
  }
  .p-company-develop__txt {
    width: 440px;
    font-size: 1.7142857143rem;
    line-height: 1.75;
  }
  .p-company-develop__current {
    margin-top: 87px;
  }
  .p-company-develop__current-ttl {
    height: 165px;
    width: auto;
  }
  .p-company-develop__current-copy {
    margin: 37px auto;
    font-size: 2.5rem;
    padding: 18px 0 22px;
  }
  .p-company-develop__current-copy em::after {
    width: 50px;
    height: 1.8px;
    margin: 0 11px 12px;
  }
}
@media (max-width: 767px) {
  .p-company-develop {
    margin-bottom: 21.3333333333vw;
  }
  .p-company-develop__list {
    padding: 0 4vw;
  }
  .p-company-develop__item::before {
    left: 2.6666666667vw;
    right: auto;
    width: 2.1333333333vw;
    height: 100%;
  }
  .p-company-develop__item:first-of-type::after {
    left: 2.6666666667vw;
    right: auto;
    width: 2.1333333333vw;
    height: 13.3333333333vw;
  }
  .p-company-develop__item:last-of-type::before {
    height: 86%;
  }
  .p-company-develop__year {
    font-size: 13.3333333333vw;
    padding: 0.8vw 0 2.6666666667vw;
  }
  .p-company-develop__bloc {
    margin-left: 9.3333333333vw;
    padding: 1.8666666667vw 0 5.3333333333vw;
  }
  .p-company-develop__name {
    font-size: 4vw;
    margin-bottom: 1.8666666667vw;
  }
  .p-company-develop__txt {
    font-size: 3.4666666667vw;
  }
  .p-company-develop__current {
    margin-top: 5.3333333333vw;
  }
  .p-company-develop__current-ttl {
    height: 18.6666666667vw;
    width: auto;
  }
  .p-company-develop__current-copy {
    margin: 2.6666666667vw auto;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
    line-height: 1.4;
    text-align: center;
  }
  .p-company-develop__current-copy em::after {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
    margin: 0 1.3333333333vw 1.3333333333vw;
  }
}

/* .p-company-view
----------------------------------- */
.p-company-view__ttl-en, .p-company-view__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-company-view__ttl-en .c-slide-up__item, .p-company-view__ttl .c-slide-up__item {
  margin-inline: auto;
}
.p-company-view__ttl-en {
  color: #0062D6;
}
.p-company-view__ttl {
  letter-spacing: 0.2em;
}
.p-company-view__list li {
  font-weight: 900;
  line-height: 2.3;
}
.p-company-view__list li em {
  color: #0062D6;
}
.p-company-view__list li ol {
  list-style: decimal;
}
@media (min-width: 768px) {
  .p-company-view {
    margin-bottom: 212px;
  }
  .p-company-view__ttl-en {
    font-size: 4.2857142857rem;
    margin-bottom: 30px;
  }
  .p-company-view__ttl {
    font-size: 1.6428571429rem;
    margin-bottom: 100px;
  }
  .p-company-view__bloc {
    margin-top: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-company-view__list {
    width: 31%;
  }
  .p-company-view__list:nth-of-type(2) {
    width: 38%;
  }
  .p-company-view__list li {
    font-size: 1.185rem;
  }
  .p-company-view__list li:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .p-company-view__list li ol {
    padding-left: 1.2em;
  }
  .p-company-view__list li ol li {
    padding-left: 1em;
  }
  .p-company-view__list li ol li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-company-view {
    padding: 0 4vw;
    margin-bottom: 18.6666666667vw;
  }
  .p-company-view__ttl-en {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-view__ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-company-view__list:not(:first-of-type) {
    margin-top: 4vw;
  }
  .p-company-view__list li {
    font-size: 3.2vw;
    line-height: 2;
  }
  .p-company-view__list li:not(:first-of-type) {
    margin-top: 4vw;
  }
  .p-company-view__list li ol {
    padding-left: 1.2em;
  }
  .p-company-view__list li ol li {
    padding-left: 1em;
  }
  .p-company-view__list li ol li:not(:first-of-type) {
    margin-top: 0;
  }
}

/* .p-company-access
----------------------------------- */
.p-company-access__ttl-en, .p-company-access__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-company-access__ttl-en .c-slide-up__item, .p-company-access__ttl .c-slide-up__item {
  margin-inline: auto;
}
.p-company-access__ttl-en {
  color: #0062D6;
}
.p-company-access__ttl {
  letter-spacing: 0.2em;
}
.p-company-access__bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-company-access__bloc::after {
  content: "";
  position: absolute;
  background-color: #0062D6;
  width: 100%;
}
.p-company-access__txt {
  font-weight: 700;
  line-height: 1.8284106892;
  letter-spacing: 0.07em;
}
.p-company-access .c-ttl span {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-company-access {
    margin-bottom: 230px;
  }
  .p-company-access__ttl-en {
    font-size: 4.2857142857rem;
    margin-bottom: 30px;
  }
  .p-company-access__ttl {
    font-size: 1.6428571429rem;
    margin-bottom: 100px;
  }
  .p-company-access__map {
    margin-top: -30px;
    margin-bottom: 34px;
    height: 474px;
  }
  .p-company-access__map iframe {
    width: 100%;
  }
  .p-company-access__txt {
    font-size: 1.0157142857rem;
  }
  .p-company-access__pic {
    width: 128px;
  }
  .p-company-access__bloc {
    padding-bottom: 100px;
  }
  .p-company-access__bloc::after {
    height: 30px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-company-access {
    margin-bottom: 13.3333333333vw;
  }
  .p-company-access__ttl-en {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-access__ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-company-access__map {
    margin-bottom: 1.3333333333vw;
  }
  .p-company-access__map-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .p-company-access__map-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-company-access__bloc {
    padding: 0 5.3333333333vw;
  }
  .p-company-access__txt {
    font-size: 3.2vw;
    letter-spacing: 0;
    width: 55%;
  }
  .p-company-access__txt span {
    display: inline-block;
    margin-top: 1.3333333333vw;
  }
  .p-company-access__pic {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 26.6666666667vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 2.6666666667vw;
    margin-top: 4vw;
  }
}

/* .p-company-isms
----------------------------------- */
.p-company-isms__ttl-en, .p-company-isms__ttl {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-company-isms__ttl-en .c-slide-up__item, .p-company-isms__ttl .c-slide-up__item {
  margin-inline: auto;
}
.p-company-isms__ttl-en {
  color: #0062D6;
}
.p-company-isms__ttl {
  letter-spacing: 0.2em;
}
.p-company-isms__lead {
  text-align: center;
  font-weight: 900;
  line-height: 1.8421052632;
}
.p-company-isms__item-ttl {
  text-align: center;
  color: #0062D6;
  font-weight: 700;
}
.p-company-isms__item-txt {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
.p-company-isms__item-txt a {
  color: #0062D6;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-company-isms__item-txt a:hover {
    text-decoration: none;
  }
}
.p-company-isms__item-txticn {
  color: #0062D6;
}
.p-company-isms .c-ttl span {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-company-isms {
    margin-bottom: 232px;
  }
  .p-company-isms__ttl-en {
    font-size: 4.2857142857rem;
    margin-bottom: 30px;
  }
  .p-company-isms__ttl {
    font-size: 1.6428571429rem;
    margin-bottom: 100px;
  }
  .p-company-isms__lead {
    margin-top: -20px;
    padding-bottom: 66px;
    font-size: 1.3571428571rem;
  }
  .p-company-isms__item:not(:first-of-type) {
    margin-top: 63px;
  }
  .p-company-isms__item-ttl {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  .p-company-isms__item-txt {
    font-size: 1.0714285714rem;
  }
  .p-company-isms__item-txt:not(:first-of-type) {
    margin-top: 30px;
  }
  .p-company-isms__item-txticn {
    padding-right: 3px;
  }
  .p-company-isms__logo-isms {
    width: 161px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .p-company-isms {
    margin-bottom: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-company-isms__ttl-en {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-isms__ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-company-isms__lead {
    margin-top: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
    font-size: 4vw;
  }
  .p-company-isms__item:not(:first-of-type) {
    margin-top: 9.3333333333vw;
  }
  .p-company-isms__item-ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
  .p-company-isms__item-txt {
    font-size: 3.2vw;
    text-align: left;
  }
  .p-company-isms__item-txt:not(:first-of-type) {
    margin-top: 4vw;
  }
  .p-company-isms__item-txticn {
    padding-right: 0.8vw;
  }
  .p-company-isms__logo-isms {
    width: 42.9333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}

/* .p-company-assoc
----------------------------------- */
.p-company-assoc__item {
  background-color: #0062D6;
}
.p-company-assoc__ttl {
  text-align: center;
  font-weight: 700;
}
.p-company-assoc__ttl em {
  color: #FFF;
}
.p-company-assoc__txt {
  color: #FFF;
  font-weight: 800;
  line-height: 2.0625;
  letter-spacing: -0.05em;
}
.p-company-assoc__logos {
  background-color: #FFF;
}
.p-company-assoc .c-ttl span {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-company-assoc {
    margin-bottom: 95px;
  }
  .p-company-assoc__ttl {
    padding-top: 110px;
  }
  .p-company-assoc__ttl em {
    font-size: 4.2857142857rem;
  }
  .p-company-assoc__ttl span {
    font-size: 1.6428571429rem;
  }
  .p-company-assoc__txt {
    width: 717px;
    margin: -20px auto 0;
    font-size: 1.1428571429rem;
  }
  .p-company-assoc__logos {
    margin-top: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 120px;
    padding: 27px 0;
  }
  .p-company-assoc__logo-acrogroup {
    width: 231px;
  }
  .p-company-assoc__logo-acrcfronter {
    width: 231px;
  }
}
@media (max-width: 767px) {
  .p-company-assoc {
    margin-bottom: 13.3333333333vw;
    overflow: hidden;
  }
  .p-company-assoc__ttl {
    padding-top: 13.3333333333vw;
  }
  .p-company-assoc__ttl em {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-assoc__ttl span {
    font-size: 3.4666666667vw;
  }
  .p-company-assoc__txt {
    font-size: 2.9333333333vw;
  }
  .p-company-assoc__logos {
    padding: 1.3333333333vw 0 6.6666666667vw;
    margin: 9.3333333333vw -5.3333333333vw 0;
  }
  .p-company-assoc__logo-acrogroup {
    display: block;
    width: 61.6vw;
    margin: 0 auto;
  }
  .p-company-assoc__logo-acrcfronter {
    display: block;
    width: 61.6vw;
    margin: 6.6666666667vw auto 0;
  }
}

/* .p-company-vietnam
----------------------------------- */
.p-company-vietnam {
  position: relative;
}
.p-company-vietnam::after {
  content: "";
  position: absolute;
  background: url(../img/company/assoc_img01.jpg) center center/cover no-repeat;
}
.p-company-vietnam__item {
  background-color: #0062D6;
}
.p-company-vietnam__ttl {
  text-align: center;
  font-weight: 700;
}
.p-company-vietnam__ttl em {
  color: #FFF;
}
.p-company-vietnam__txt {
  color: #FFF;
  font-weight: 800;
  line-height: 2.0625;
  letter-spacing: -0.05em;
}
.p-company-vietnam__toratech-txt {
  position: relative;
  z-index: 1;
}
.p-company-vietnam .c-ttl span {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-company-vietnam::after {
    width: 100%;
    height: 256px;
    bottom: 30px;
  }
  .p-company-vietnam__item {
    padding-bottom: 311px;
  }
  .p-company-vietnam__ttl {
    padding-top: 110px;
  }
  .p-company-vietnam__ttl em {
    font-size: 4.2857142857rem;
  }
  .p-company-vietnam__ttl span {
    font-size: 1.6428571429rem;
  }
  .p-company-vietnam__txt {
    width: 717px;
    margin: -20px auto 0;
    font-size: 1.1428571429rem;
  }
  .p-company-vietnam__toratech {
    margin-top: 75px;
  }
  .p-company-vietnam__toratech-txt {
    width: 100%;
  }
  .p-company-vietnam__toratech-img {
    margin-top: -63px;
  }
}
@media (max-width: 767px) {
  .p-company-vietnam {
    overflow: hidden;
  }
  .p-company-vietnam::after {
    width: 100%;
    height: 29.3333333333vw;
    bottom: 4vw;
  }
  .p-company-vietnam__item {
    padding-bottom: 37.3333333333vw;
  }
  .p-company-vietnam__ttl {
    padding-top: 13.3333333333vw;
  }
  .p-company-vietnam__ttl em {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-vietnam__ttl span {
    font-size: 3.4666666667vw;
  }
  .p-company-vietnam__txt {
    font-size: 2.9333333333vw;
  }
  .p-company-vietnam__toratech {
    margin: 10.6666666667vw -5.3333333333vw 0;
  }
  .p-company-vietnam__toratech-txt {
    width: 100%;
  }
  .p-company-vietnam__toratech-img {
    margin-top: -8vw;
  }
}

/* .p-services-case
----------------------------------- */
.p-services-case {
  border-bottom: 1px solid #000;
}
.p-services-case__num {
  font-weight: 700;
  line-height: 1;
  color: #0062D6;
}
.p-services-case__info {
  font-weight: 500;
  line-height: 1;
}
.p-services-case__ttl {
  font-weight: 700;
  line-height: 1.6;
}
.p-services-case__txt {
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-services-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .p-services-case:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-services-case__bloc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
  }
  .p-services-case__num {
    font-size: 2.2142857143rem;
  }
  .p-services-case__info {
    margin-top: 10px;
    font-size: 1rem;
  }
  .p-services-case__ttl {
    margin-top: 20px;
    font-size: 1.4285714286rem;
  }
  .p-services-case__txt {
    margin-top: 40px;
    font-size: 1rem;
  }
  .p-services-case__fig {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .p-services-case {
    padding-bottom: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-services-case:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .p-services-case__num {
    font-size: 5.3333333333vw;
  }
  .p-services-case__info {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .p-services-case__ttl {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
  .p-services-case__txt {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .p-services-case__fig {
    margin-top: 4vw;
  }
  .p-services-case__img {
    width: 100%;
  }
}

/* .p-services-check
----------------------------------- */
.p-services-check {
  position: relative;
}
.p-services-check__copy {
  font-weight: 700;
  background: url("../img/services/app/mark.jpg") no-repeat;
}
.p-services-check__h {
  font-weight: 900;
  background: url("../img/services/app/check_icn.jpg") no-repeat;
}
.p-services-check__txt {
  font-weight: 500;
  line-height: 1.5;
}
.p-services-check__sh {
  font-weight: 700;
  color: #0062D6;
}
.p-services-check__point {
  font-weight: 500;
  line-height: 1.5;
  background: #E0EFFE;
}
@media (min-width: 768px) {
  .p-services-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 37px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .p-services-check__copy {
    width: 210px;
    padding: 260px 40px 0 0;
    font-size: 2.2142857143rem;
    background-position: center top;
    background-size: 100% auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .p-services-check__cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
  }
  .p-services-check__h {
    min-height: 80px;
    padding-left: 140px;
    font-size: 1.6428571429rem;
    line-height: 1.55;
  }
  .p-services-check__h:nth-of-type(n+2) {
    margin-top: 70px;
  }
  .p-services-check__txt {
    padding-left: 15px;
    margin-top: 20px;
    font-size: 1rem;
  }
  .p-services-check__sh {
    padding-left: 15px;
    margin-top: 20px;
    font-size: 1.1428571429rem;
  }
  .p-services-check__point {
    padding: 12px 15px;
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-services-check {
    margin-top: 8vw;
  }
  .p-services-check__copy {
    padding-left: 16vw;
    font-size: 4.8vw;
    line-height: 1.6;
    background-size: 13.3333333333vw auto;
  }
  .p-services-check__cont {
    margin-top: 8vw;
  }
  .p-services-check__h {
    min-height: 9.3333333333vw;
    padding-left: 12vw;
    font-size: 4vw;
    line-height: 1.45;
    background-position: 0 1.3333333333vw;
    background-size: 9.3333333333vw auto;
  }
  .p-services-check__h:nth-of-type(n+2) {
    margin-top: 8vw;
  }
  .p-services-check__txt {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .p-services-check__sh {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p-services-check__point {
    padding: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

/* .p-services-dev
----------------------------------- */
.p-services-dev__h {
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: #0062D6;
}
@media (min-width: 768px) {
  .p-services-dev__sec {
    margin-top: -170px;
  }
  .p-services-dev__sec:nth-of-type(n+2) {
    margin-top: 120px;
  }
  .p-services-dev__h {
    padding: 10px;
    font-size: 3.4285714286rem;
  }
}
@media (max-width: 767px) {
  .p-services-dev__sec {
    margin-top: -10.6666666667vw;
  }
  .p-services-dev__sec:nth-of-type(n+2) {
    margin-top: 13.3333333333vw;
  }
  .p-services-dev__h {
    padding: 2.1333333333vw 0;
    font-size: 4.8vw;
  }
}

/* .p-services-feature
----------------------------------- */
.p-services-feature__item {
  font-weight: 700;
  line-height: 1.7;
  background-repeat: no-repeat;
}
.p-services-feature__item:nth-of-type(1) {
  background-image: url("../img/services/app/feature_num-1.jpg");
}
.p-services-feature__item:nth-of-type(2) {
  background-image: url("../img/services/app/feature_num-2.jpg");
}
.p-services-feature__item:nth-of-type(3) {
  background-image: url("../img/services/app/feature_num-3.jpg");
}
@media (min-width: 768px) {
  .p-services-feature {
    margin-top: 60px;
  }
  .p-services-feature__item {
    min-height: 100px;
    padding-top: 0.3em;
    padding-left: 135px;
    font-size: 1.5714285714rem;
    background-position: left center;
  }
  .p-services-feature__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-services-feature {
    margin-top: 8vw;
  }
  .p-services-feature__item {
    min-height: 10.6666666667vw;
    padding-left: 13.3333333333vw;
    font-size: 3.7333333333vw;
    background-size: 10.6666666667vw;
  }
  .p-services-feature__item:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
}

/* .p-services-flow
----------------------------------- */
.p-services-flow__item {
  background-repeat: no-repeat;
}
.p-services-flow__item:nth-of-type(1) {
  background-image: url("../img/services/app/flow_num-1.jpg");
}
.p-services-flow__item:nth-of-type(2) {
  background-image: url("../img/services/app/flow_num-2.jpg");
}
.p-services-flow__item:nth-of-type(3) {
  background-image: url("../img/services/app/flow_num-3.jpg");
}
.p-services-flow__item:nth-of-type(4) {
  background-image: url("../img/services/app/flow_num-4.jpg");
}
.p-services-flow__item:nth-of-type(5) {
  background-image: url("../img/services/app/flow_num-5.jpg");
}
.p-services-flow__item:nth-of-type(6) {
  background-image: url("../img/services/app/flow_num-6.jpg");
}
.p-services-flow__item:nth-of-type(7) {
  background-image: url("../img/services/app/flow_num-7.jpg");
}
.p-services-flow__sh {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.p-services-flow__txt {
  display: block;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-services-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .p-services-flow__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
  }
  .p-services-flow__item {
    min-height: 57px;
  }
  .p-services-flow__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .p-services-flow__sh {
    padding: 2px 0 0 90px;
    font-size: 1.1428571429rem;
  }
  .p-services-flow__txt {
    margin-top: 20px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-services-flow {
    margin-top: 8vw;
  }
  .p-services-flow__item {
    min-height: 9.3333333333vw;
    background-size: 9.3333333333vw auto;
  }
  .p-services-flow__item:nth-of-type(n+2) {
    margin-top: 4.8vw;
  }
  .p-services-flow__sh {
    padding-left: 12vw;
    font-size: 3.4666666667vw;
  }
  .p-services-flow__txt {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

/* .p-services-fv
----------------------------------- */
@media (min-width: 768px) {
  .p-services-fv {
    padding-bottom: 290px;
  }
}
@media (max-width: 767px) {
  .p-services-fv {
    padding-bottom: 24vw;
  }
}

/* .p-services-intro
----------------------------------- */
.p-services-intro {
  position: relative;
}
.p-services-intro__comment {
  font-weight: 500;
  line-height: 1.7;
  border: 5px solid #000;
  border-radius: 20px;
}
.p-services-intro__comment p:nth-child(n+2) {
  margin-top: 1.7em;
}
@media (min-width: 768px) {
  .p-services-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .p-services-intro__img {
    width: 320px;
  }
  .p-services-intro__comment {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    min-width: 0;
    padding: 36px 39px 46px 91px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-services-intro {
    margin-top: 8vw;
  }
  .p-services-intro__comment {
    padding: 5.3333333333vw;
    margin-top: 8vw;
    font-size: 2.9333333333vw;
    border-width: 4px;
  }
  .p-services-intro__img {
    display: block;
    margin: 5.3333333333vw auto 0;
    text-align: center;
  }
}

/* .p-services-outline
----------------------------------- */
.p-services-outline {
  position: relative;
}
.p-services-outline__box {
  position: relative;
  z-index: 2;
  background: -webkit-linear-gradient(315deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 100%);
}
.p-services-outline__dt {
  display: block;
  font-weight: 500;
  color: #0062D6;
}
.p-services-outline__dd {
  display: block;
  font-weight: 700;
}
.p-services-outline__bg {
  position: absolute;
  inset: 0;
}
.p-services-outline__bg::before {
  display: block;
  font-size: 34.15vw;
  font-weight: 900;
  line-height: 0.8;
  color: #0062D6;
  word-break: break-all;
  content: "SERVICES";
  opacity: 0;
}
.p-services-outline__bg.is-view::before {
  -webkit-animation: blurFadeIn 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s forwards;
          animation: blurFadeIn 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s forwards;
}
@media (min-width: 768px) {
  .p-services-outline {
    padding: 11.71875vw 0;
    margin-bottom: 290px;
  }
  .p-services-outline__box {
    width: min(1100px, 100%);
    padding: 50px 65px;
    margin-inline: auto;
  }
  .p-services-outline__dtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-services-outline__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-services-outline__item:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-services-outline__dt {
    min-width: 140px;
    font-size: 1rem;
  }
  .p-services-outline__dd {
    font-size: 2rem;
  }
  .p-services-outline__plan {
    margin-top: 78px;
  }
}
@media (max-width: 767px) {
  .p-services-outline {
    padding: 10.6666666667vw 5.3333333333vw 16vw;
  }
  .p-services-outline__box {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-services-outline__dl:nth-child(n+2), .p-services-outline__item:nth-child(n+2) {
    display: block;
    margin-top: 2.6666666667vw;
  }
  .p-services-outline__dt {
    font-size: 2.6666666667vw;
  }
  .p-services-outline__dd {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-services-outline__plan {
    margin-top: 8vw;
  }
  .p-services-outline__plan .c-grade-list__dt {
    font-size: 3.4666666667vw;
  }
}

/* .p-services
----------------------------------- */
@media (min-width: 768px) {
  .p-services .p-solutions {
    margin-top: 230px;
  }
}
@media (max-width: 767px) {
  .p-services .p-solutions {
    margin-top: 21.3333333333vw;
  }
}

/* .p-subscription
----------------------------------- */
@media (min-width: 768px) {
  .p-subscription {
    padding-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .p-subscription {
    padding-bottom: 26.6666666667vw;
  }
}

/* .p-subscription-fv
----------------------------------- */
.p-subscription-fv__copy {
  font-weight: 800;
}
.p-subscription-fv__copy span {
  font-weight: 700;
  color: #0062D6;
  letter-spacing: 0.05em;
}
.p-subscription-fv__subcopy {
  font-weight: 900;
  line-height: 1.4;
}
.p-subscription-fv__txt {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-subscription-fv {
    padding: 169px 0 247px;
  }
  .p-subscription-fv__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.7142857143rem;
  }
  .p-subscription-fv__copy span {
    font-size: 1.1428571429rem;
  }
  .p-subscription-fv__subcopy {
    margin-top: 143px;
    font-size: 2.5714285714rem;
  }
  .p-subscription-fv__txt {
    margin-top: 65px;
    font-size: 1.0714285714rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .p-subscription-fv {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-subscription-fv__copy {
    font-size: 10.6666666667vw;
  }
  .p-subscription-fv__copy span {
    display: block;
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-subscription-fv__subcopy {
    margin-top: 29.3333333333vw;
    font-size: 7.4666666667vw;
  }
  .p-subscription-fv__txt {
    margin-top: 13.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}

/* .p-subscription-worries
----------------------------------- */
.p-subscription-worries {
  position: relative;
}
.p-subscription-worries__ttl {
  font-weight: 800;
  color: #0062D6;
  text-align: center;
}
.p-subscription-worries__opinion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  padding: 10px;
  font-weight: 700;
  border: 5px solid #000;
  border-radius: 9px;
}
.p-subscription-worries__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  font-weight: 800;
}
.p-subscription-worries__lead img {
  width: 50px;
  margin-right: 15px;
}
.p-subscription-worries__lead-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 5%;
      -ms-flex: 1 1 5%;
          flex: 1 1 5%;
  min-width: 0;
  margin-top: 10px;
  font-weight: 700;
}
.p-subscription-worries__txt {
  margin-top: 50px;
  font-weight: 800;
  text-align: center;
}
.p-subscription-worries__txt strong {
  color: #0062D6;
}
.p-subscription-worries__txt span {
  color: #0062D6;
}
@media (min-width: 768px) {
  .p-subscription-worries__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .p-subscription-worries__item {
    width: 32%;
  }
  .p-subscription-worries__ttl {
    font-size: 28px;
  }
  .p-subscription-worries__opinion {
    font-size: 20px;
  }
  .p-subscription-worries__lead h3 {
    font-size: 26px;
  }
  .p-subscription-worries__lead-txt {
    font-size: 19px;
  }
  .p-subscription-worries__txt {
    font-size: 29px;
  }
  .p-subscription-worries__txt strong {
    font-size: 52px;
  }
  .p-subscription-worries__txt span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .p-subscription-worries {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-subscription-worries__items {
    display: block;
    margin-top: 40px;
  }
  .p-subscription-worries__item {
    width: 100%;
    margin-bottom: 18.6666666667vw;
  }
  .p-subscription-worries__ttl {
    font-size: 6.6666666667vw;
  }
  .p-subscription-worries__opinion {
    font-size: 5.3333333333vw;
  }
  .p-subscription-worries__lead h3 {
    font-size: 5.3333333333vw;
  }
  .p-subscription-worries__lead-txt {
    font-size: 4vw;
  }
  .p-subscription-worries__lead img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-subscription-worries__txt {
    font-size: 6.1333333333vw;
  }
  .p-subscription-worries__txt strong {
    font-size: 10.6666666667vw;
  }
  .p-subscription-worries__txt span {
    font-size: 7.2vw;
  }
}

/* .p-subscription-features
----------------------------------- */
.p-subscription-features {
  position: relative;
}
.p-subscription-features__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.1;
  color: #FFF;
  background: #0062D6;
}
.p-subscription-features__items {
  margin-top: 50px;
}
.p-subscription-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.p-subscription-features__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  font-size: 35px;
  font-weight: 700;
  color: #FFF;
}
.p-subscription-features__lead {
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-subscription-features__wrap {
    margin-top: 200px;
  }
  .p-subscription-features__ttl {
    padding: 20px;
    font-size: 44px;
  }
  .p-subscription-features__lead {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-subscription-features {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-subscription-features__ttl {
    padding: 5.3333333333vw;
    font-size: 11.7333333333vw;
  }
  .p-subscription-features__lead {
    font-size: 5.3333333333vw;
  }
}

/* .p-subscription-case
----------------------------------- */
.p-subscription-case {
  position: relative;
}
.p-subscription-case__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  color: #FFF;
  background: #0062D6;
}
.p-subscription-case__items {
  margin-top: 50px;
}
.p-subscription-case__item {
  border-bottom: 1px solid #000;
}
.p-subscription-case__blok-ttl {
  font-weight: 700;
  color: #0062D6;
}
.p-subscription-case__blok-date {
  margin-top: 10px;
  font-weight: 700;
}
.p-subscription-case__blok-lead {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.p-subscription-case__blok-txt {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.4;
}
.p-subscription-case__lead {
  font-weight: 700;
}
.p-subscription-case__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-subscription-case__wrap {
    margin-top: 200px;
  }
  .p-subscription-case__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .p-subscription-case__img img {
    width: 330px;
    margin-right: 30px;
  }
  .p-subscription-case__blok-ttl {
    font-size: 48px;
  }
  .p-subscription-case__blok-date {
    font-size: 16px;
  }
  .p-subscription-case__blok-lead {
    font-size: 20px;
  }
  .p-subscription-case__lead {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-subscription-case {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-subscription-case__ttl {
    padding: 5.3333333333vw;
    font-size: 11.7333333333vw;
  }
  .p-subscription-case__lead {
    font-size: 5.3333333333vw;
    font-weight: 600;
  }
  .p-subscription-case__item {
    display: block;
    padding-bottom: 8vw;
    margin-top: 8vw;
  }
  .p-subscription-case__img img {
    width: 100%;
    margin-bottom: 8vw;
  }
  .p-subscription-case__blok-ttl {
    font-size: 5.3333333333vw;
  }
  .p-subscription-case__blok-date {
    font-size: 4.2666666667vw;
  }
  .p-subscription-case__blok-lead {
    font-size: 3.7333333333vw;
  }
  .p-subscription-case__blok-txt {
    font-size: 3.7333333333vw;
  }
  .p-subscription-case__lead {
    font-size: 4.2666666667vw;
  }
}

/* .p-subscription-plan
----------------------------------- */
.p-subscription-plan {
  position: relative;
}
.p-subscription-plan__ttl {
  font-weight: 700;
  color: #0062D6;
  text-align: center;
}
.p-subscription-plan__ttl-sub {
  font-weight: 700;
  text-align: center;
}
.p-subscription-plan__lead {
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.6;
}
.p-subscription-plan__item {
  text-align: center;
  background: #FFF;
}
.p-subscription-plan__item::before {
  display: block;
  width: 100%;
  height: 50px;
  content: "";
}
.p-subscription-plan__blok-ttl {
  padding: 30px 10px;
}
.p-subscription-plan__blok-ttl p {
  font-weight: 700;
}
.p-subscription-plan__blok-ttl h3 {
  margin-top: 10px;
  font-weight: 700;
}
.p-subscription-plan__blok-list {
  text-align: left;
}
.p-subscription-plan__blok-list li {
  margin: 6px 0;
  font-weight: 700;
}
.p-subscription-plan__blok-list li::before {
  content: "・";
}
.p-subscription-plan__blok-price {
  padding: 30px 10px;
}
.p-subscription-plan__blok-price p {
  margin: 6px 0;
  font-weight: 700;
}
.p-subscription-plan__blok-price p span {
  margin-left: 10px;
  color: #0062D6;
}
.p-subscription-plan__item {
  --plan-color: #0062D6;
}
.p-subscription-plan__item::before {
  background: var(--plan-color);
}
.p-subscription-plan__item .p-subscription-plan__blok-ttl,
.p-subscription-plan__item .p-subscription-plan__blok-list {
  border-bottom: 1px solid var(--plan-color);
}
.p-subscription-plan__item .p-subscription-plan__blok-price span,
.p-subscription-plan__item li::before {
  color: var(--plan-color);
}
.p-subscription-plan__item[data-plan=light] {
  --plan-color: #AAABAB;
}
.p-subscription-plan__item[data-plan=premium] {
  --plan-color: #FFC300;
}
@media (min-width: 768px) {
  .p-subscription-plan__wrap {
    margin-top: 180px;
  }
  .p-subscription-plan__ttl {
    font-size: 60px;
  }
  .p-subscription-plan__ttl-sub {
    margin-top: 30px;
    font-size: 19px;
  }
  .p-subscription-plan__lead {
    width: 600px;
    margin-top: 100px;
  }
  .p-subscription-plan__items {
    background: #E9E9E9;
  }
  .p-subscription-plan__items-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 70px;
  }
  .p-subscription-plan__item {
    width: 32%;
  }
  .p-subscription-plan__blok-ttl p {
    font-size: 34px;
  }
  .p-subscription-plan__blok-ttl h3 {
    font-size: 15px;
  }
  .p-subscription-plan__blok-list {
    min-height: 150px;
    padding: 30px;
  }
  .p-subscription-plan__blok-list li {
    font-size: 18px;
  }
  .p-subscription-plan__blok-price p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-subscription-plan {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-subscription-plan__ttl {
    font-size: 13.3333333333vw;
  }
  .p-subscription-plan__ttl-sub {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .p-subscription-plan__lead {
    width: 100%;
    margin: 13.3333333333vw auto 0;
    font-size: 4vw;
  }
  .p-subscription-plan__items-wrap {
    display: block;
    margin-top: 18.6666666667vw;
  }
  .p-subscription-plan__item {
    margin-bottom: 13.3333333333vw;
  }
  .p-subscription-plan__blok-ttl p {
    font-size: 9.0666666667vw;
  }
  .p-subscription-plan__blok-ttl h3 {
    font-size: 4vw;
  }
  .p-subscription-plan__blok-list li {
    font-size: 4.8vw;
  }
  .p-subscription-plan__blok-price p {
    font-size: 4.8vw;
  }
}

/* .p-subscription-solutions
----------------------------------- */
.p-subscription-solutions {
  position: relative;
}
.p-subscription-solutions::before {
  top: 0;
  display: block;
  font-weight: 900;
  color: #0062D6;
  text-indent: 0.5em;
  content: "SUBSCRIPTION";
}
.p-subscription-solutions__bloc {
  border-radius: 20px;
}
.p-subscription-solutions__copy, .p-subscription-solutions__txt {
  font-weight: 800;
}
.p-subscription-solutions__cap {
  display: block;
}
@media (min-width: 768px) {
  .p-subscription-solutions::before {
    max-width: 1580px;
    margin-right: auto;
    margin-bottom: -19rem;
    margin-left: auto;
    font-size: 16.796875vw;
    line-height: 1;
  }
  .p-subscription-solutions__bloc {
    min-height: 590px;
    padding-top: 72px;
    padding-right: 72px;
    padding-left: 91px;
    margin-inline: auto;
  }
  .p-subscription-solutions__copy {
    padding-left: 195px;
    font-size: 36px;
  }
  .p-subscription-solutions__cap {
    margin-top: 34px;
    font-size: 16px;
  }
  .p-subscription-solutions__txt {
    margin-top: 117px;
    font-size: 23px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .p-subscription-solutions::before {
    width: 100%;
    margin-bottom: -4.5rem;
    font-size: 21.3333333333vw;
    line-height: 1;
  }
  .p-subscription-solutions__wrap {
    padding: 0 5.3333333333vw;
  }
  .p-subscription-solutions__bloc {
    width: 100%;
    padding: 14.6666666667vw 5.3333333333vw;
  }
  .p-subscription-solutions__copy {
    font-size: 7.4666666667vw;
  }
  .p-subscription-solutions__cap {
    margin-top: 6.9333333333vw;
    font-size: 3.2vw;
  }
  .p-subscription-solutions__txt {
    margin-top: 24vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

/* .p-problem-case
----------------------------------- */
.p-problem-case__num, .p-problem-case__link {
  font-weight: 700;
  color: #0062D6;
}
.p-problem-case__ttl {
  font-weight: 900;
}
.p-problem-case__bloc {
  position: relative;
  border: 5px solid;
  border-radius: 20px;
}
.p-problem-case__txt {
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-problem-case__num {
    font-size: 2.2142857143rem;
  }
  .p-problem-case__ttl {
    margin-top: 26px;
    font-size: 2.5714285714rem;
  }
  .p-problem-case__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 52px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 52px;
  }
  .p-problem-case__txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
  .p-problem-case__txt + .p-problem-case__txt {
    margin-top: 33px;
  }
  .p-problem-case__bloc {
    width: 500px;
    min-height: 724px;
    padding: 36px 39px 46px 91px;
  }
  .p-problem-case__bloc::before {
    position: absolute;
    bottom: 0;
    left: -208px;
    width: 127px;
    height: 124px;
    content: "";
    background: url("../img/problem/logo_case.jpg") no-repeat center top;
  }
  .p-problem-case__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 99px;
  }
  .p-problem-case__link {
    font-size: 1.4285714286rem;
  }
  .p-problem-case__box:not(:first-child) {
    margin-top: 156px;
  }
  .p-problem-case__box:nth-child(2n) .p-problem-case__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-problem-case__box:nth-child(2n) .p-problem-case__bloc::before {
    right: -208px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .p-problem-case {
    padding: 0 5.3333333333vw;
  }
  .p-problem-case__box:not(:first-child) {
    margin-top: 32vw;
  }
  .p-problem-case__num {
    font-size: 6.4vw;
  }
  .p-problem-case__ttl {
    margin-top: 5.3333333333vw;
    font-size: 7.4666666667vw;
  }
  .p-problem-case__inner {
    margin-top: 10.6666666667vw;
  }
  .p-problem-case__txt {
    font-size: 3.4666666667vw;
  }
  .p-problem-case__txt + .p-problem-case__txt {
    margin-top: 6.6666666667vw;
  }
  .p-problem-case__bloc {
    min-height: 148.5333333333vw;
    padding: 7.4666666667vw 8vw 9.3333333333vw;
    margin-top: 8vw;
  }
  .p-problem-case__links {
    display: block;
    margin-top: 20.2666666667vw;
  }
  .p-problem-case__link {
    font-size: 4.2666666667vw;
  }
  .p-problem-case__logo {
    display: block;
    margin-top: 4.2666666667vw;
  }
}

/* .p-problem-fv
----------------------------------- */
.p-problem-fv__copy {
  font-weight: 700;
}
.p-problem-fv__copy span {
  font-weight: 700;
  color: #0062D6;
  letter-spacing: 0.05em;
}
.p-problem-fv__subcopy {
  font-weight: 700;
  line-height: 1.4;
}
.p-problem-fv__txt {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-problem-fv {
    padding: 169px 0 247px;
  }
  .p-problem-fv__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.7142857143rem;
  }
  .p-problem-fv__copy span {
    font-size: 1.1428571429rem;
  }
  .p-problem-fv__subcopy {
    margin-top: 143px;
    font-size: 2.5714285714rem;
  }
  .p-problem-fv__txt {
    margin-top: 65px;
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 767px) {
  .p-problem-fv {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-problem-fv__copy {
    font-size: 10.6666666667vw;
  }
  .p-problem-fv__copy span {
    display: block;
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-problem-fv__subcopy {
    margin-top: 29.3333333333vw;
    font-size: 7.4666666667vw;
  }
  .p-problem-fv__txt {
    margin-top: 13.3333333333vw;
    font-size: 3.2vw;
  }
}

/* .p-problem-solutions
----------------------------------- */
.p-problem-solutions {
  position: relative;
}
.p-problem-solutions::before {
  top: 0;
  display: block;
  font-weight: 900;
  color: #0062D6;
  content: "SOLUTIONS";
}
.p-problem-solutions__bloc {
  border: 10px solid;
  border-radius: 20px;
}
.p-problem-solutions__copy, .p-problem-solutions__txt {
  font-weight: 900;
}
.p-problem-solutions__txt {
  line-height: 1.6;
}
.p-problem-solutions__cap {
  display: block;
}
@media (min-width: 768px) {
  .p-problem-solutions {
    margin-bottom: 156px;
  }
  .p-problem-solutions::before {
    margin-bottom: -1em;
    font-size: 23.4375vw;
    line-height: 1;
  }
  .p-problem-solutions__bloc {
    width: 860px;
    min-height: 590px;
    padding-top: 72px;
    padding-right: 72px;
    padding-left: 91px;
    margin-inline: auto;
  }
  .p-problem-solutions__copy {
    padding-left: 195px;
    font-size: 2.7142857143rem;
  }
  .p-problem-solutions__cap {
    margin-top: 34px;
    font-size: 1.1428571429rem;
  }
  .p-problem-solutions__txt {
    margin-top: 117px;
    font-size: 1.6428571429rem;
  }
}
@media (max-width: 767px) {
  .p-problem-solutions {
    margin-bottom: 32vw;
  }
  .p-problem-solutions::before {
    width: 100%;
    margin-bottom: -4.5rem;
    font-size: 21.3333333333vw;
    line-height: 1;
  }
  .p-problem-solutions__wrap {
    padding: 0 5.3333333333vw;
  }
  .p-problem-solutions__bloc {
    width: 100%;
    padding: 14.6666666667vw 5.3333333333vw;
  }
  .p-problem-solutions__copy {
    font-size: 7.4666666667vw;
  }
  .p-problem-solutions__cap {
    margin-top: 6.9333333333vw;
    font-size: 3.2vw;
  }
  .p-problem-solutions__txt {
    margin-top: 24vw;
    font-size: 4.8vw;
  }
}

/* .p-case-study-fv
----------------------------------- */
.p-case-study-fv__copy {
  font-weight: 800;
  line-height: 1.5;
}
.p-case-study-fv__subcopy {
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-case-study-fv {
    padding: 169px 0 247px;
  }
  .p-case-study-fv__copy {
    font-size: 3.7142857143rem;
  }
  .p-case-study-fv__subcopy {
    margin-top: 143px;
    font-size: 2.5714285714rem;
  }
}
@media (max-width: 767px) {
  .p-case-study-fv {
    padding: 26.6666666667vw 5.3333333333vw;
  }
  .p-case-study-fv__copy {
    font-size: 10.6666666667vw;
  }
  .p-case-study-fv__subcopy {
    margin-top: 29.3333333333vw;
    font-size: 7.4666666667vw;
  }
}

/* .p-case-study-solutions
----------------------------------- */
.p-case-study-solutions__bloc {
  border: 10px solid;
  border-radius: 20px;
}
.p-case-study-solutions__copy, .p-case-study-solutions__cap {
  font-weight: 800;
}
.p-case-study-solutions__copy {
  line-height: 1.5;
}
.p-case-study-solutions__txt {
  font-weight: 700;
  line-height: 2;
}
.p-case-study-solutions__item {
  border-bottom: 1px solid;
}
.p-case-study-solutions__item:last-of-type {
  position: relative;
}
.p-case-study-solutions__item:last-of-type::after {
  position: absolute;
  right: 0;
  content: "";
  background: url("../img/problem/logo_linktech.jpg") no-repeat center top;
}
.p-case-study-solutions__item-ttl {
  font-weight: 700;
  color: #0062D6;
}
.p-case-study-solutions__item-ttl span {
  color: #000;
}
@media (min-width: 768px) {
  .p-case-study-solutions__bloc {
    width: 860px;
    padding: 85px 70px 104px 96px;
    margin: 182px auto 156px;
  }
  .p-case-study-solutions__copy {
    font-size: 2.8571428571rem;
  }
  .p-case-study-solutions__cap {
    margin: 68px 0 65px;
    font-size: 1.6428571429rem;
  }
  .p-case-study-solutions__txt {
    font-size: 1rem;
  }
  .p-case-study-solutions__txt + .p-case-study-solutions__txt {
    margin-top: 39px;
  }
  .p-case-study-solutions__item {
    padding-bottom: 65px;
  }
  .p-case-study-solutions__item:first-of-type {
    margin-top: 120px;
  }
  .p-case-study-solutions__item:not(:first-of-type) {
    margin-top: 65px;
  }
  .p-case-study-solutions__item:last-of-type::after {
    bottom: -0.5rem;
    width: 142px;
    height: 20px;
  }
  .p-case-study-solutions__item-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 46px;
    font-size: 2.2142857143rem;
  }
  .p-case-study-solutions__item-ttl span {
    font-size: 1.2142857143rem;
  }
}
@media (max-width: 767px) {
  .p-case-study-solutions {
    margin-bottom: 32vw;
  }
  .p-case-study-solutions__wrap {
    padding: 0 5.3333333333vw;
  }
  .p-case-study-solutions__bloc {
    width: 100%;
    padding: 14.6666666667vw 5.3333333333vw;
    margin-top: 18.6666666667vw;
  }
  .p-case-study-solutions__copy {
    font-size: 7.4666666667vw;
  }
  .p-case-study-solutions__cap {
    margin: 6.9333333333vw 0;
    font-size: 4.8vw;
  }
  .p-case-study-solutions__txt {
    font-size: 3.4666666667vw;
  }
  .p-case-study-solutions__txt + .p-case-study-solutions__txt {
    margin-top: 6.6666666667vw;
  }
  .p-case-study-solutions__item {
    padding-bottom: 13.3333333333vw;
  }
  .p-case-study-solutions__item:first-of-type {
    margin-top: 24.5333333333vw;
  }
  .p-case-study-solutions__item:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
  .p-case-study-solutions__item:last-of-type::after {
    bottom: -0.5rem;
    width: 142px;
    height: 20px;
  }
  .p-case-study-solutions__item-ttl {
    margin-bottom: 9.3333333333vw;
    font-size: 6.4vw;
  }
  .p-case-study-solutions__item-ttl span {
    display: block;
    margin-top: 0.5rem;
    font-size: 3.4666666667vw;
  }
}

/* .p-case-study-schedule
----------------------------------- */
.p-case-study-schedule__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-case-study-schedule__ttl {
  font-weight: 900;
  line-height: 1.5;
}
.p-case-study-schedule__ttl span {
  display: block;
  font-weight: 700;
  line-height: 1.8;
}
.p-case-study-schedule__fig, .p-case-study-schedule__img {
  width: 100%;
}
.p-case-study-schedule__copy {
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-case-study-schedule__head {
    gap: 34px;
    margin-bottom: 122px;
  }
  .p-case-study-schedule__logo {
    width: 208px;
    height: 204px;
  }
  .p-case-study-schedule__ttl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -0.5rem;
    font-size: 2.8571428571rem;
  }
  .p-case-study-schedule__ttl span {
    margin-top: 44px;
    font-size: 1.2857142857rem;
  }
  .p-case-study-schedule__copy {
    margin-top: 290px;
    font-size: 2.8571428571rem;
  }
}
@media (max-width: 767px) {
  .p-case-study-schedule__wrap {
    padding: 0 5.3333333333vw;
  }
  .p-case-study-schedule__head {
    gap: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
  .p-case-study-schedule__logo {
    width: 27.7333333333vw;
    height: 27.2vw;
  }
  .p-case-study-schedule__ttl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -0.5rem;
    font-size: 6.9333333333vw;
  }
  .p-case-study-schedule__ttl span {
    margin-top: 9.0666666667vw;
    font-size: 3.4666666667vw;
  }
  .p-case-study-schedule__copy {
    margin-top: 38.6666666667vw;
    font-size: 6.9333333333vw;
  }
}

/* .p-case-study-kv
----------------------------------- */
.p-case-study-kv {
  text-align: center;
}
.p-case-study-kv__fig img {
  display: block;
  width: 100%;
}
.p-case-study-kv__subcopy {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-case-study-kv {
    margin-top: 240px;
    margin-bottom: 365px;
  }
  .p-case-study-kv__subcopy {
    margin-top: 151px;
    font-size: 2.0714285714rem;
  }
  .p-case-study-kv__logo {
    margin-top: 140px;
  }
  .p-case-study-kv__thank {
    margin-top: 148px;
  }
  .p-case-study-kv__copyright {
    margin-top: 78px;
  }
}
@media (max-width: 767px) {
  .p-case-study-kv {
    padding: 0 5.3333333333vw;
    margin-top: 26.6666666667vw;
    margin-bottom: 234px;
  }
  .p-case-study-kv__fig {
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
  .p-case-study-kv__subcopy {
    margin-top: 15.4666666667vw;
    font-size: 5.8666666667vw;
  }
  .p-case-study-kv__logo {
    width: 70%;
    margin-top: 14.4vw;
    margin-right: auto;
    margin-left: auto;
  }
  .p-case-study-kv__thank {
    margin-top: 18.6666666667vw;
  }
  .p-case-study-kv__copyright {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
  }
}

/* .p-security
----------------------------------- */
.p-security-fv__copy em {
  font-weight: 700;
}
.p-security-fv__copy span {
  font-weight: 700;
  color: #0062D6;
}
.p-security-fv__lead {
  line-height: 2;
}
.p-security-fv__lead + .p-security-fv__lead {
  margin-top: 1rem;
}
.p-security-item__ttl {
  display: block;
  color: #0062D6;
  font-weight: 700;
  line-height: 1;
}
.p-security-item__txt + .p-security-item__txt {
  margin-top: 1rem;
}
.p-security-item:last-of-type {
  text-align: right;
}
@media (min-width: 768px) {
  .p-security {
    margin-bottom: 200px;
  }
  .p-security-fv__inner {
    padding: 145px 0 20px;
  }
  .p-security-fv__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .p-security-fv__copy em {
    font-size: 60px;
  }
  .p-security-fv__copy span {
    font-size: 1.2142857143rem;
  }
  .p-security-fv__lead {
    font-size: 1.1428571429rem;
  }
  .p-security-fv__lead + .p-security-fv__lead {
    margin-bottom: 60px;
  }
  .p-security-item:not(:first-of-type) {
    margin-top: 60px;
  }
  .p-security-item__ttl {
    font-size: 1.1428571429rem;
    margin-bottom: 30px;
  }
  .p-security-item__txt {
    font-size: 1.1428571429rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .p-security {
    margin-bottom: 26.6666666667vw;
  }
  .p-security-fv__lead {
    font-size: 3.2vw;
  }
  .p-security-fv__lead + .p-security-fv__lead {
    margin-bottom: 5.3333333333vw;
  }
  .p-security-item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .p-security-item__ttl {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .p-security-item__txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* .p-privacy
----------------------------------- */
.p-privacy-fv__copy em {
  font-weight: 700;
}
.p-privacy-fv__copy span {
  font-weight: 700;
  color: #0062D6;
}
.p-privacy-fv__lead {
  line-height: 2;
}
.p-privacy-fv__lead + .p-privacy-fv__lead {
  margin-top: 1rem;
}
.p-privacy-item__ttl {
  display: block;
  color: #0062D6;
  font-weight: 700;
  line-height: 1;
}
.p-privacy-item__txt + .p-privacy-item__txt {
  padding-left: 1em;
}
.p-privacy-item__txt span {
  display: block;
  text-indent: -1.5em;
  padding-left: 0.5em;
}
.p-privacy-item__txt a {
  color: #0062D6;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-privacy-item__txt a:hover {
    text-decoration: none;
  }
}
.p-privacy-item__li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-privacy-item__li:not(:first-of-type) {
  margin-top: 1em;
}
.p-privacy-item:last-of-type {
  text-align: right;
}
@media (min-width: 768px) {
  .p-privacy {
    margin-bottom: 200px;
  }
  .p-privacy-fv__inner {
    padding: 145px 0 20px;
  }
  .p-privacy-fv__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .p-privacy-fv__copy em {
    font-size: 60px;
  }
  .p-privacy-fv__copy span {
    font-size: 1.2142857143rem;
  }
  .p-privacy-fv__lead {
    font-size: 1.1428571429rem;
  }
  .p-privacy-fv__lead + .p-privacy-fv__lead {
    margin-bottom: 60px;
  }
  .p-privacy-item:not(:first-of-type) {
    margin-top: 60px;
  }
  .p-privacy-item__ttl {
    font-size: 1.1428571429rem;
    margin-bottom: 30px;
  }
  .p-privacy-item__txt {
    font-size: 1.1428571429rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .p-privacy {
    margin-bottom: 26.6666666667vw;
  }
  .p-privacy-fv__lead {
    font-size: 3.2vw;
  }
  .p-privacy-fv__lead + .p-privacy-fv__lead {
    margin-bottom: 5.3333333333vw;
  }
  .p-privacy-item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .p-privacy-item__ttl {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .p-privacy-item__txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* .u-wrap
----------------------------------- */
@media (min-width: 768px) {
  .u-wrap {
    max-width: 865px;
    margin-inline: auto;
  }
  .u-wrap-wide {
    max-width: 980px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .u-wrap, .u-wrap-wide {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

/* .u-ls
----------------------------------- */
.u-ls-reset {
  letter-spacing: 0;
}
.u-ls-wide {
  letter-spacing: 0.05em;
}