@charset "UTF-8";
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

$c-〇〇〇-darker:標準カラーよりやや暗め;
$c-〇〇〇-dark:標準カラーより少し暗め;
$c-〇〇〇:標準カラー;
$c-〇〇〇-lighter:標準カラーより少し薄め;
$c-〇〇〇-light:標準カラーよりやや薄め;

↓

$c-blk-darker:#000;
$c-blk-dark:#111;
$c-blk:#333;
$c-blk-lighter:#555;
$c-blk-light:#777;

*/
/* =====================================
 * メディアクエリ
 * ================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  /*最大横幅制御*/
  height: auto;
  /*縦長比維持*/
  vertical-align: bottom;
  /*画像下部の謎の余白をなくす*/
  line-height: 1;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
  border: 0;
  /*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* =====================================
 * ベース設定
 * ================================== */
html {
  font-size: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

html.is-firefox body {
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  html.is-mobile.is-safari body * {
    -webkit-text-stroke-width: 0.01em !important;
  }
}

body {
  padding-top: 114px;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.7;
  text-align: left;
  color: #00233A;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  min-width: calc(1200px + 2rem);
  width: 100%;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

@media (min-width: 1232px) {
  body {
    overflow-x: hidden;
  }
}

body.is-loaded * {
  -webkit-transition: none !important;
  transition: none !important;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
}

body[data-page-type="form"], body[data-page-slug="download"] {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 768px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}

a:not([class])[href^="#"], a:not([class])[data-type="URL"] {
  color: #01BFB7;
}

ul[class],
ol[class] {
  list-style: none;
}

strong,
span {
  font-size: 100%;
}

strong {
  font-weight: 500;
}

iframe {
  display: block;
  max-width: 100%;
}

cite {
  font-style: normal;
}

input,
textarea,
select {
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="tel"],
input[type="email"],
input[type="number"],
select,
input[type="text"],
textarea {
  display: block;
}

input[type="tel"]:not([size]),
input[type="email"]:not([size]),
input[type="number"]:not([size]),
select:not([size]),
input[type="text"]:not([size]),
textarea:not([size]) {
  width: 100%;
}

input[type="submit"],
button {
  line-height: inherit;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  input[type="submit"]:hover,
  button:hover {
    cursor: pointer;
  }
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d5d5d5;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d5d5d5;
}

::-ms-input-placeholder {
  /* Others */
  color: #d5d5d5;
}

::placeholder {
  /* Others */
  color: #d5d5d5;
}

::-moz-selection {
  background: #01BFB7;
  color: #fff;
}

::selection {
  background: #01BFB7;
  color: #fff;
}

::-moz-selection {
  background: #01BFB7;
  color: #fff;
}

body[data-page-type="home"] {
  padding-top: 0;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.l-header {
  height: 114px;
  /*固定ヘッダーの時にこちらのクラスを付ける*/
}

@media (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.l-header[class] a {
  color: inherit;
  text-decoration: none;
}

.l-header.js-fixed-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header.is-active {
  background-color: #fff;
  z-index: 100000;
}

.l-header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .l-header__container {
    min-width: 1232px;
  }
}

@media (max-width: 767px) {
  .l-header__container {
    height: 60px;
  }
}

.l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 24px;
  width: 100%;
  gap: 0;
  position: relative;
}

@media (max-width: 1399px) {
  .l-header__inner {
    padding-left: 16px;
  }
}

@media (min-width: 1400px) {
  .l-header__inner {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .l-header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 64px;
    padding-right: 16px;
    height: 60px;
  }
}

.l-header__inner::before {
  content: '';
  opacity: .92;
  background-color: #fff;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .l-header__logo img {
    width: auto;
    max-height: 35px;
  }
}

.l-header__link-contact {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media (max-width: 767px) {
  .l-header__link-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__link-contact + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .l-header__link-contact {
    padding-top: 0.875rem;
  }
}

.l-header__link-contact > * + * {
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .l-header__link-contact > * + * {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .l-header__link, .l-header__btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-header__link {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .l-header__link li {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .l-header__link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .l-header__btn {
    width: 60px;
  }
}

.l-header__download[class] > a {
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #01BFB7;
  border: 1px solid #01BFB7;
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 10px 16px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .l-header__download[class] > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    height: auto;
    padding: 1.25rem 1rem;
  }
  * + .l-header__download[class] > a {
    margin-top: 1.75rem;
  }
}

.l-header__download[class] > a::before {
  content: "";
  background-image: url(/assets/img/ico_book.svg);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l-header__download[class] > a:hover {
  background-color: #01BFB7;
  color: #fff;
}

.l-header__download[class] > a:hover::before {
  background-image: url(/assets/img/ico_book_wht.svg);
}

.l-header__menu {
  margin-left: auto;
}

@media (max-width: 767px) {
  .l-header__menu {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0 1rem 2rem;
    margin-top: 60px;
  }
}

.l-header__menu.is-active {
  background-color: #F2FCFB;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__gnav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-header__gnav {
    display: block;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.l-header__menu-list, .l-header__link-list, .l-header__btn-list {
  line-height: 1.5;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__menu-list {
  margin-left: auto;
}

@media (max-width: 767px) {
  .l-header__menu-list {
    display: block;
  }
}

.l-header__menu-list li + li {
  margin-left: 28px;
}

@media (max-width: 1350px) {
  .l-header__menu-list li + li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .l-header__menu-list li + li {
    margin: 0;
  }
}

.l-header__menu-list li {
  line-height: 23px;
}

.l-header__menu-list li a {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1350px) {
  .l-header__menu-list li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .l-header__menu-list li a {
    border-bottom: 1px solid #A6E9E6;
    display: block;
    text-align: center;
    font-size: 1.125rem;
    padding: 0.875rem 0;
  }
}

.l-header__menu-list li a:hover {
  color: #01BFB7;
}

.l-header__menu-list li a.is-selected {
  color: #01BFB7;
}

@media (max-width: 767px) {
  .l-header__menu-list li a.is-selected {
    border-bottom: 1px solid #01BFB7;
  }
}

.l-header__menu-list li a[class]::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .l-header__menu-list li a[class]::after {
    background-color: #01BFB7;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .l-header__menu-list li a:hover {
    text-decoration: none;
  }
  .l-header__menu-list li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
}

.l-header__link-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 20px;
}

.l-header__link-list li + li {
  margin-left: 41px;
}

@media (max-width: 767px) {
  .l-header__link-list li + li {
    margin-left: 1rem;
  }
}

.l-header__link-list li {
  line-height: 20px;
}

.l-header__link-list li a {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .l-header__link-list li a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .l-header__link-list li a {
    font-size: 1rem;
  }
}

.l-header__link-list li:not(:first-child) a {
  position: relative;
}

.l-header__link-list li:not(:first-child) a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -21px;
  width: 1px;
  height: 16px;
  background-color: #d5d5d5;
}

@media (max-width: 767px) {
  .l-header__link-list li:not(:first-child) a::before {
    left: -8px;
  }
}

@media (max-width: 767px) {
  .l-header__link-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__link-list li + li {
    margin-left: 1rem;
  }
  .l-header__link-list li a {
    display: block;
    padding: 0.5rem;
  }
}

@media (max-width: 767px) {
  .l-header__btn-list {
    display: block;
    margin: 0;
  }
}

.l-header__btn-list li a {
  width: 134px;
  white-space: nowrap;
  display: block;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media (max-width: 767px) {
  .l-header__btn-list li a {
    padding-top: 16px;
    padding-bottom: 10px;
    width: 60px;
    height: 60px;
    font-size: 0;
    gap: 0;
    font-size: 1.125rem;
  }
}

.l-header__btn-list li a::before {
  content: "";
  background-image: url(/assets/img/ico_mail.svg);
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header__btn-list li a:hover {
  text-decoration: none;
}

.l-header__btn-list li + li {
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .l-header__btn-list li + li {
    margin: 1rem 0 0 0;
  }
}

.l-header__btn-list[class] li a {
  color: #fff;
}

@media (max-width: 767px) {
  .l-header__btn-list[class] li a {
    font-size: 0;
  }
}

@media (max-width: 767px) {
  .l-header__contact {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.l-header__contact-tel {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 2rem;
  }
}

.l-header__contact-time {
  line-height: 1.5;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .l-header__contact-time {
    font-size: 1rem;
  }
}

.l-header__trigger {
  display: table;
  width: 1.75rem;
  height: 1.75rem;
}

.l-header__trigger-btn {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 24px;
}

.l-header__trigger-btn > * {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #01BFB7;
  font-size: 0;
  color: transparent;
  width: 1.75rem;
  height: 2px;
}

.l-header__trigger-btn > *::before, .l-header__trigger-btn > *::after {
  content: "";
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #01BFB7;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-header__trigger-btn > *::before {
  margin-top: -8px;
}

.l-header__trigger-btn > *::after {
  margin-top: 8px;
}

.l-header__trigger-btn.is-active > *::before {
  -webkit-transform: translate(-50%, 8px) rotate(-45deg);
          transform: translate(-50%, 8px) rotate(-45deg);
}

.l-header__trigger-btn.is-active > * {
  background-color: transparent;
}

.l-header__trigger-btn.is-active > *::after {
  -webkit-transform: translate(-50%, -8px) rotate(45deg);
          transform: translate(-50%, -8px) rotate(45deg);
}

body[data-page-type="form"] .l-header,
body[data-page-slug="download"] .l-header {
  position: relative !important;
}

body[data-page-type="form"] .l-header__btn, body[data-page-type="form"] .l-header__trigger, body[data-page-type="form"] .l-header__menu,
body[data-page-slug="download"] .l-header__btn,
body[data-page-slug="download"] .l-header__trigger,
body[data-page-slug="download"] .l-header__menu {
  display: none;
}

body[data-page-type="form"] .l-header__inner,
body[data-page-slug="download"] .l-header__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  body[data-page-type="form"] .l-header__inner,
  body[data-page-slug="download"] .l-header__inner {
    padding-top: 32px;
    padding-left: 0;
  }
}

.l-footer ~ *:not([class]) {
  display: none;
}

@media (max-width: 767px) {
  .l-footer {
    overflow: visible;
  }
}

.l-footer[class] a {
  color: inherit;
  text-decoration: none;
}

.l-footer[class] a:hover {
  text-decoration: underline;
}

.l-footer__cv-contact {
  background-color: #F2FCFB;
  position: relative;
}

@media (min-width: 768px) {
  .l-footer__cv-contact {
    max-width: 1032px;
    margin-inline: auto;
  }
}

.l-footer__cv-contact::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F2FCFB;
  z-index: -1;
}

@media (min-width: 768px) {
  .l-footer__cv-contact::before {
    min-width: 1232px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact::before {
    width: 100%;
  }
}

.l-footer__cv-contact-inner {
  position: relative;
}

.l-footer__cv-contact-img {
  width: 100%;
  aspect-ratio: 320 / 197;
  z-index: 3;
  position: absolute;
  top: 0;
  right: -140px;
}

.l-footer__cv-contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .l-footer__cv-contact-img {
    max-width: 320px;
  }
}

@media (max-width: 1232px) {
  .l-footer__cv-contact-img {
    right: -60px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact-img {
    max-width: 200px;
    top: -30px;
    right: 0;
  }
}

.l-footer__cv-contact-wave {
  width: 100vw;
  height: 100%;
  aspect-ratio: 1600 / 350;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -150px;
  z-index: 2;
}

@media (min-width: 768px) {
  .l-footer__cv-contact-wave {
    min-width: 1232px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact-wave {
    top: -35vw;
  }
}

.l-footer__cv-contact-wave img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__cv-contact-bg {
  width: 100vw;
  height: 97px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .l-footer__cv-contact-bg {
    min-width: 1232px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact-bg {
    height: auto;
    width: calc(100% + 2.5rem);
    top: -3px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.l-footer__cv-contact-bg img {
  width: 100%;
  height: 100%;
}

.l-footer__cv-contact-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
  font-weight: 500;
  line-height: 23px;
}

.l-footer__cv-contact-subtitle + * {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-subtitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact-subtitle + * {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact-subtitle p::before {
    display: none !important;
  }
}

.l-footer__cv-contact-subtitle p {
  position: relative;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-subtitle p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    width: 35%;
  }
}

.l-footer__cv-contact-subtitle p:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -11px;
  width: 1px;
  height: 16px;
  background-color: #A6E9E6;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-subtitle p:not(:first-child)::before {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: none;
            transform: none;
  }
}

.l-footer__cv-contact-title {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.l-footer__cv-contact-title + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-title + * {
    margin-top: 24px;
  }
}

.l-footer__cv-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-flex {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__cv-contact-flex + * {
  margin-top: 2rem;
}

.l-footer__cv-contact-content {
  padding-top: 230px;
  position: relative;
  z-index: 4;
  padding-bottom: 87px;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-content {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.l-footer__cv-contact-btn {
  width: 100%;
  position: relative;
  height: 300px;
  height: 100px;
  background-color: #fff;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .l-footer__cv-contact-btn {
    width: 500px;
    height: 128px;
  }
}

.l-footer__cv-contact-btn a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.l-footer__cv-contact-btn[class] a:hover {
  text-decoration: none;
}

.l-footer__cv-contact-btn.-contact {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
}

@media (max-width: 767px) {
  .l-footer__cv-contact-btn.-contact {
    font-size: 16px;
  }
}

.l-footer__cv-contact-btn.-contact::before {
  content: "";
  background-image: url(/assets/img/ico_mail.svg);
  width: 18px;
  height: 18px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__cv-contact-btn-inner {
  text-align: center;
}

.l-footer__cv-contact-number {
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  color: #01BFB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 42px;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-number {
    font-size: 20px;
  }
}

.l-footer__cv-contact-number::before {
  content: "";
  background-image: url(/assets/img/ico_phone.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__cv-contact-time {
  color: #01BFB7;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 20px;
}

.l-footer__cv-contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}

@media (min-width: 768px) {
  .l-footer__cv-contact-detail {
    height: 54px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-contact-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px;
  }
}

.l-footer__cv-contact-detail-title {
  font-weight: 500;
  position: relative;
  text-indent: calc(16px + 2px);
  line-height: 27px;
}

.l-footer__cv-contact-detail-title::before {
  content: "";
  position: absolute;
  inset: 6px auto auto 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background-color: #00233A;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-detail-title::before {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
}

@media (min-width: 768px) {
  .l-footer__cv-contact-detail-title {
    min-width: 200px;
  }
}

.l-footer__cv-contact-detail-title + p {
  position: relative;
}

.l-footer__cv-contact-detail-title + p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -40.5px;
  width: 1px;
  height: 100%;
  background-color: #A6E9E6;
}

@media (max-width: 767px) {
  .l-footer__cv-contact-detail-title + p::before {
    top: -14px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.l-footer__cv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .l-footer__cv-inner {
    min-width: 1232px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__cv-download, .l-footer__cv-guide {
  position: relative;
  padding: 40px 0;
  color: #fff;
  width: 100%;
}

.l-footer__cv-download:hover .l-footer__cv-img, .l-footer__cv-guide:hover .l-footer__cv-img {
  opacity: 0;
}

.l-footer__cv-download:hover .l-footer__cv-content::after, .l-footer__cv-guide:hover .l-footer__cv-content::after {
  background-image: url(/assets/img/ico_circle_arr_right_wht_hover.svg);
}

@media (min-width: 768px) {
  .l-footer__cv-download {
    padding-right: 64px;
  }
}

@media (max-width: 1300px) {
  .l-footer__cv-download {
    padding-left: 1rem;
  }
}

@media (max-width: 1232px) {
  .l-footer__cv-download {
    padding-right: calc(64px - 1rem);
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-download {
    padding: 16px;
  }
}

.l-footer__cv-download .l-footer__cv-img {
  opacity: 0.6;
}

.l-footer__cv-download .l-footer__cv-filter {
  background-color: #01BFB7;
}

@media (min-width: 768px) {
  .l-footer__cv-download .l-footer__cv-content {
    margin-left: auto;
    margin-right: 0;
  }
}

.l-footer__cv-guide {
  text-align: left;
}

@media (min-width: 768px) {
  .l-footer__cv-guide {
    padding-left: 64px;
  }
}

@media (max-width: 1300px) {
  .l-footer__cv-guide {
    padding-right: 1rem;
  }
}

@media (max-width: 1232px) {
  .l-footer__cv-guide {
    padding-left: calc(64px - 1rem);
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-guide {
    padding: 16px;
  }
}

.l-footer__cv-guide .l-footer__cv-img {
  opacity: 0.16;
}

.l-footer__cv-guide .l-footer__cv-filter {
  background-color: #3B97CC;
}

@media (min-width: 768px) {
  .l-footer__cv-guide .l-footer__cv-content {
    margin-left: 0;
    margin-right: auto;
  }
}

.l-footer__cv-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -2;
}

.l-footer__cv-img {
  aspect-ratio: auto;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l-footer__cv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

@media (min-width: 1232px) {
  .l-footer__cv-content {
    max-width: 535px;
  }
}

@media (max-width: 767px) {
  .l-footer__cv-content {
    gap: 14px;
  }
}

.l-footer__cv-content::after {
  content: "";
  background-image: url(/assets/img/ico_circle_arr_right_wht.svg);
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .l-footer__cv-content::after {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}

.l-footer__cv-title a {
  font-size: 1.125rem;
  line-height: 29px;
  font-weight: 500;
}

.l-footer__cv-title a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .l-footer__cv-title a {
    font-size: 16px;
  }
}

.l-footer__cv-title[class] a:hover {
  text-decoration: none;
}

.l-footer__cv-title + * {
  margin-top: 0.5rem;
}

.l-footer__cv-desc {
  font-size: 0.875rem;
  line-height: 24px;
}

@media (max-width: 767px) {
  .l-footer__cv-desc {
    font-size: 14px;
  }
}

.l-footer__site {
  padding-top: 6.25rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .l-footer__site {
    padding: 2rem 0;
  }
}

.l-footer__site-btn {
  max-width: 240px;
}

@media (max-width: 767px) {
  .l-footer__site-btn {
    margin-inline: auto;
  }
}

.l-footer__site-btn a {
  display: block;
  border: 2px solid #01BFB7;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  color: #01BFB7;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l-footer__site-btn a::before {
  content: "";
  background-image: url(/assets/img/ico_mail_pri.svg);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l-footer__site-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.l-footer__site-btn a:hover {
  background-color: #01BFB7;
}

.l-footer__site-btn a:hover::before {
  background-image: url(/assets/img/ico_mail_wht.svg);
}

.l-footer__site-btn a:hover::after {
  background-image: url(/assets/img/ico_arr_right_wht.svg);
}

.l-footer__site-btn[class] a {
  color: #01BFB7;
}

.l-footer__site-btn[class] a:hover {
  text-decoration: none;
  color: #fff;
}

.l-footer__site-btn a[href="/download/"] {
  color: #3B97CC;
  border: 2px solid #3B97CC;
}

.l-footer__site-btn a[href="/download/"]::before {
  background-image: url(/assets/img/ico_book_pri-darker.svg);
}

.l-footer__site-btn a[href="/download/"]::after {
  background-image: url(/assets/img/ico_arr_right_pri-darker.svg);
}

.l-footer__site-btn a[href="/download/"]:hover {
  background-color: #3B97CC;
}

.l-footer__site-btn a[href="/download/"]:hover::before {
  background-image: url(/assets/img/ico_book_wht.svg);
}

.l-footer__site-btn a[href="/download/"]:hover::after {
  background-image: url(/assets/img/ico_arr_right_wht.svg);
}

.l-footer__site-btn + * {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .l-footer__site-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-footer__logo + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .l-footer__logo a {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .l-footer__address {
    text-align: center;
  }
}

.l-footer__address + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .l-footer__address + * {
    margin-top: 1rem;
  }
}

.l-footer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #01BFB7;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .l-footer__number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__number::before {
  content: "TEL";
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 1px solid #01BFB7;
  background-color: #01BFB7;
  width: 44px;
  height: 19px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.l-footer__number.-fax::before {
  content: "FAX";
  color: #01BFB7;
  background-color: #fff;
}

.l-footer__time {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .l-footer__time {
    text-align: center;
  }
}

.l-footer__time + * {
  margin-top: 1.5rem;
}

.l-footer__sitemap-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
}

.l-footer__sitemap-list > li > a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.l-footer__sitemap-list > li > a::after {
  content: "";
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__sitemap-list > li > a + .l-footer__sitemap-list-desc {
  margin-top: 16px;
}

.l-footer__sitemap-list > li + li {
  margin-top: 1.25rem;
}

.l-footer__sitemap-list > li > ul {
  margin-top: 8px;
}

.l-footer__sitemap-list > li > ul > li {
  list-style-type: none;
  line-height: 20px;
}

.l-footer__sitemap-list > li > ul > li + li {
  margin-top: 6px;
}

.l-footer__sitemap-list > li > ul > li > a {
  font-size: 0.875rem;
  line-height: 1.5;
  gap: 8px;
  position: relative;
}

.l-footer__sitemap-list > li > ul > li > a::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 8px;
  width: 8px;
  height: 1px;
  background-color: #d5d5d5;
}

.l-footer__sitemap-list-desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.l-footer__sitemap-list-desc + * {
  margin-top: 12px;
}

.l-footer__sitemap-list-desc + ul:not([class]) {
  margin-top: 12px;
}

.l-footer__sitemap-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.l-footer__sitemap-list-category {
  width: 70px;
  height: 26px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #F2FCFB;
  font-size: 0.75rem;
  font-weight: 500;
}

.l-footer__sitemap-list-category + * {
  margin-top: 8px;
}

.l-footer__sitemap-list-item > ul:not([class]) {
  margin-top: 8px;
}

.l-footer__sitemap-list-item > ul:not([class]) li {
  list-style-type: none;
  line-height: 20px;
}

.l-footer__sitemap-list-item > ul:not([class]) li + * {
  margin-top: 6px;
}

.l-footer__sitemap-list-item > ul:not([class]) li a {
  font-size: 0.875rem;
  line-height: 1.5;
  gap: 8px;
  position: relative;
}

.l-footer__sitemap-list-item > ul:not([class]) li a::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 11.5px;
  width: 8px;
  height: 1px;
  background-color: #d5d5d5;
}

.l-footer__sitemap-list.-sm li {
  font-size: 0.875rem;
}

.l-footer__info {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d5d5d5;
}

@media (min-width: 768px) {
  .l-footer__info-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .l-footer__link + * {
    margin-top: 1rem;
  }
}

.l-footer__link-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-footer__link-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__link-list li {
  line-height: 16px;
}

.l-footer__link-list li a {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.l-footer__link-list li + li {
  margin-left: 2rem;
  position: relative;
}

.l-footer__link-list li + li::before {
  content: '';
  position: absolute;
  left: calc(-1rem - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #d5d5d5;
}

.l-footer__copyright {
  font-size: 0.75rem;
  line-height: 18px;
}

@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
  }
}

body[data-page-type="form"] .l-footer__logo-address > *, body[data-page-type="form"] .l-footer__cv-contact, body[data-page-type="form"] .l-footer__link, body[data-page-type="form"] .l-footer__sitemap, body[data-page-type="form"] .l-footer__cv {
  display: none;
}

body[data-page-type="form"] .l-footer__logo, body[data-page-type="form"] .l-footer__address {
  display: block;
}

body[data-page-type="form"] .l-footer__info-inner, body[data-page-type="form"] .l-footer__site-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body[data-page-type="form"] .l-footer__address, body[data-page-type="form"] .l-footer__logo {
  text-align: center;
}

body[data-page-type="form"] .l-footer__site {
  padding-top: 0;
  padding-bottom: 5rem;
}

/* 2番目のリストアイテム全体を非表示にする */
.l-footer__sitemap:nth-child(2) .l-footer__sitemap-list li:nth-child(3) ul, .l-footer__sitemap:nth-child(2) .l-footer__sitemap-list li:nth-child(3) p {
  display: none;
}

/* =====================================
 * コンテンツ幅
 * ================================== */
.l-container {
  max-width: calc(1200px + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-container.-sm {
  max-width: calc(960px + 2rem);
}

.l-container.-lg {
  max-width: 100%;
}

@media (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
  .l-container, .l-container.-lg, .l-container.-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main + * {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .l-main + * {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .l-main__inner.-col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .l-main__inner.-col2 .l-main__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: calc(100% - 260px);
        flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .l-main__sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .l-main__sidebar {
    margin-top: 4rem;
  }
}

body[data-page-slug="home"] .l-main {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body[data-page-type="form"] .l-main {
    margin-top: 2rem;
  }
}

/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .l-header__logo > *, .l-header__btn-list li a, .l-footer__cv-contact-btn.-contact, .l-footer__logo > *, .c-sidebar__bnr-item > *, .c-btn[class] > *, .c-pagetop__btn, .p-home-mv2__btn[class] a, .p-guide__menu-item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .c-hover:hover, .l-header__logo > :hover, .l-header__btn-list li a:hover, .l-footer__cv-contact-btn.-contact:hover, .l-footer__logo > :hover, .c-sidebar__bnr-item > :hover, .c-btn[class] > :hover, .c-pagetop__btn:hover, .p-home-mv2__btn[class] a:hover, .p-guide__menu-item:hover {
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.84;
  }
}

.c-img, .l-footer__cv-img, .c-pagetitle__bg, .c-case__slider-img, .c-under-mv__img, .p-home-mv__bg, .p-home-mv__curve, .p-home-mv__labo, .p-home-reason__curve, .p-home-reason__wave, .p-home-case__bg, .p-home-case__img, .p-home-company__img, .p-home-company__recruit-bg, .p-business__img, .p-business__others-img, .p-reason__img, .p-solution__img, .p-guide__menu-icon, .p-company__thumb, .p-company__img, .p-company-under__img, .p-achievements__img, .p-topics__img, .p-topics-under__mv {
  aspect-ratio: 16 / 9;
}

.c-img img, .l-footer__cv-img img, .c-pagetitle__bg img, .c-case__slider-img img, .c-under-mv__img img, .p-home-mv__bg img, .p-home-mv__curve img, .p-home-mv__labo img, .p-home-reason__curve img, .p-home-reason__wave img, .p-home-case__bg img, .p-home-case__img img, .p-home-company__img img, .p-home-company__recruit-bg img, .p-business__img img, .p-business__others-img img, .p-reason__img img, .p-solution__img img, .p-guide__menu-icon img, .p-company__thumb img, .p-company__img img, .p-company-under__img img, .p-achievements__img img, .p-topics__img img, .p-topics-under__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-no-img::before, .p-topics__img::before, .p-topics-under__mv::before {
  content: "";
  display: block;
  background-color: #d5d5d5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -20;
  pointer-events: none;
}

.c-no-img.c-card01__img::after, .c-card01__img.p-topics__img::after, .c-card01__img.p-topics-under__mv::after {
  content: "NO IMAGE";
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.24;
}

.c-radius-xs, .p-business-card02__label, .p-guide-point__label {
  border-radius: 0.25rem;
}

.c-radius-sm, .c-pointbox, .p-business-intro__check-list li, .p-reason__img img {
  border-radius: 0.5rem;
}

.c-radius {
  border-radius: 1rem;
}

.c-radius-md {
  border-radius: 1.5rem;
}

.c-radius-lg {
  border-radius: 2rem;
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
@media (max-width: 767px) {
  .c-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 64px;
  }
}

.c-sidebar__section + .c-sidebar__section {
  margin-top: 3rem;
}

.c-sidebar__title {
  font-weight: bold;
}

.c-sidebar__title + * {
  margin-top: 1rem;
}

.c-sidebar__bnr-item + .c-sidebar__bnr-item {
  margin-top: 1rem;
}

.c-cat01__list li > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #d5d5d5;
  display: block;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 0.45em auto;
  padding: 1rem 1.5rem 1rem 1rem;
}

.c-cat01__list li > *, .c-cat01__list li > *:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .c-cat01__list li > *:hover {
    background-color: #d5d5d5;
  }
}

.c-cat01__list li:first-child > * {
  border-top: 1px solid #d5d5d5;
}

.c-tag01__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem 0 0 -1rem;
}

.c-tag01__list li {
  margin: 1rem 0 0 1rem;
}

.c-tag01__list li > * {
  text-decoration: none;
  display: inline-block;
  background-color: #d5d5d5;
  padding: 0.25rem 0.5rem;
}

.c-pager__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-pager__item[class] > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  padding-top: 0.375rem;
  text-decoration: none;
  border-radius: 50%;
  background-color: #F2FCFB;
  color: #01BFB7;
}

.c-pager__item[class] > *:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .c-pager__item[class] > *:hover {
    border-color: #01BFB7;
    background-color: #01BFB7;
    color: #fff;
  }
}

.c-pager__item[class] span {
  border-color: #01BFB7;
  background-color: #01BFB7;
  color: #fff;
}

.c-pager__item[class].-skip span {
  background: none;
  border: none;
  color: inherit;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
}

.c-pager__item[class].-prev {
  margin-right: calc(24px - 0.5rem);
}

.c-pager__item[class].-prev > * {
  background-image: url(../img/ico_circle_arr_left_pri.svg);
}

.c-pager__item[class].-prev > *:hover {
  background-image: url(../img/ico_circle_arr_left_pri_hover.svg);
}

.c-pager__item[class].-next {
  margin-left: calc(24px - 0.5rem);
}

.c-pager__item[class].-next > * {
  background-image: url(../img/ico_circle_arr_right_pri.svg);
}

.c-pager__item[class].-next > *:hover {
  background-image: url(../img/ico_circle_arr_right_pri_hover.svg);
}

.c-pager__item + .c-pager__item {
  margin-left: 0.5rem;
}

* + .c-pager {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  * + .c-pager {
    margin-top: 40px;
  }
}

/* =====================================
 * 見出し
 * ================================== */
[class*="c-headline"] {
  line-height: 1.5;
}

.c-headline01__sub {
  text-transform: uppercase;
}

.c-headline01__main {
  font-weight: bold;
  font-size: 2rem;
}

.c-headline02__main {
  background-color: #01BFB7;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.75rem 2.5rem;
}

@media (max-width: 767px) {
  .c-headline02__main {
    font-size: 1.375rem;
    padding: 0.5rem 1.25rem;
  }
}

.c-headline02.-center .c-headline02__main {
  text-align: center;
}

.c-headline02 + .p-business-card01,
.c-headline02 + .p-business-card04 {
  margin-top: 0;
}

.c-headline03 {
  position: relative;
  font-size: 1.5rem;
  padding-left: 19px;
}

.c-headline03::before {
  content: "";
  display: block;
  background-color: #01BFB7;
  width: 3px;
  height: calc(100% - (100% / 3));
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-headline03 + * {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .c-headline03 + * {
    margin-top: 20;
  }
}

* + .c-headline03 {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  * + .c-headline03 {
    margin-top: 32px;
  }
}

.c-headline04__main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .c-headline04__main {
    font-size: 1.25rem;
  }
}

.c-headline04__main::after, .c-headline04__main::before {
  content: "";
  display: block;
  background-color: #d5d5d5;
  height: 1px;
  width: 2.5rem;
}

@media (max-width: 767px) {
  .c-headline04__main::after, .c-headline04__main::before {
    width: 2rem;
  }
}

.c-headline04__main::after {
  margin-left: 1.5rem;
}

@media (max-width: 767px) {
  .c-headline04__main::after {
    margin-left: 1rem;
  }
}

.c-headline04__main::before {
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .c-headline04__main::before {
    margin-right: 1rem;
  }
}

.c-headline04 + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .c-headline04 + * {
    margin-top: 1.25rem;
  }
}

.toc_transparent {
  background-color: #d5d5d5;
  padding: 3rem 4rem;
}

@media (max-width: 767px) {
  .toc_transparent {
    padding: 1.5rem;
  }
}

.toc_title {
  font-weight: bold;
  font-size: 1.25rem;
}

.toc_title + * {
  margin-top: 0.75rem;
}

.toc_list[class] {
  padding-left: 1.5rem;
}

.toc_list[class] > li {
  list-style-type: disc;
}

.toc_list[class] li a {
  color: #00233A;
}

.toc_list[class] li ul {
  margin-top: 0.5rem;
}

.toc_list[class] li + li {
  margin-top: 0.5rem;
}

/* =====================================
 * ボタン基準
 * ================================== */
.c-btn[class] {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .c-btn[class] {
    max-width: 380px;
  }
}

.c-btn[class].-lg {
  max-width: 100%;
}

.c-btn[class].-md {
  max-width: 280px;
}

.c-btn[class].-md > * {
  padding: 20px 24px;
}

.c-btn[class].-xs {
  max-width: 210px;
}

.c-btn[class].-xs > * {
  padding: 12px 16px;
  font-size: 14px;
}

.c-btn[class] > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  background: transparent;
  line-height: 1.25;
  border: 2px solid #01BFB7;
  color: #01BFB7;
  text-align: center;
  font-weight: 500;
  padding: 28px 40px 28px 40px;
  border-radius: 8px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../img/ico_arr_right_pri.svg);
  background-size: 0.875rem 100%;
  background-position-x: calc(100% - 0.875rem);
}

@media (max-width: 767px) {
  .c-btn[class] > * {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.c-btn[class] > *:hover {
  color: #fff;
  background-color: #01BFB7;
  background-image: url(../img/ico_arr_right_wht.svg);
}

.c-btn[class].-submit > * {
  padding: 0;
  gap: 0;
}

.c-btn[class].-submit > * input[type="submit"] {
  display: block;
  width: 100%;
  padding: 28px 40px 28px 40px;
  margin-right: -0.875rem;
}

@media (max-width: 767px) {
  .c-btn[class].-submit > * input[type="submit"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.c-btn[class].-submit > *:after {
  -webkit-transform: translateX(-0.875rem);
          transform: translateX(-0.875rem);
}

* + .c-btn.-xs {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  * + .c-btn.-xs {
    margin-top: 20px;
  }
}

* + .c-btn.-md {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  * + .c-btn.-md {
    margin-top: 24px;
  }
}

.c-btn-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
  line-height: 1.5;
}

.c-btn-text a:after {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/ico_arr_right_pri.svg");
}

.c-btn-text a:not([class])[href^="#"] {
  color: #00233A;
}

.c-btn-text a[target*="_blank"] {
  gap: 8px;
}

.c-btn-text a[target*="_blank"]:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_blank.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn-text a[target*="_blank"]::after {
  display: none;
}

.c-btn-text a[href*=".pdf"]:before,
.c-btn-text a[download]:before {
  width: 0.875em;
  background-image: url("../img/ico_pdf.svg");
  margin-left: 0;
}

.c-btn-text a[href*=".pdf"]:before,
.c-btn-text a[download]:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_pdf.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn-text a[href*=".pdf"]::after,
.c-btn-text a[download]::after {
  display: none;
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex.-max2 {
  margin-left: -1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max2 {
    display: block;
    margin-left: 0;
  }
}

.c-flex.-max2 .c-flex__item {
  -ms-flex-preferred-size: calc(50% - 1.5rem);
      flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  margin-left: 1.5rem;
}

.c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max2 .c-flex__item,
  .c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
    margin-top: 1.5rem;
  }
}

.c-flex.-max3 {
  margin-left: -1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max3 {
    display: block;
    margin-left: 0;
  }
}

.c-flex.-max3 .c-flex__item {
  -ms-flex-preferred-size: calc(100% / 3 - 1.5rem);
      flex-basis: calc(100% / 3 - 1.5rem);
  max-width: calc(100% / 3 - 1.5rem);
  margin-left: 1.5rem;
}

.c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max3 .c-flex__item,
  .c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
    margin-top: 1.5rem;
  }
}

.c-flex.-max4 {
  margin-left: -1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max4 {
    margin-left: -1.5rem;
  }
}

.c-flex.-max4 .c-flex__item[class] {
  -ms-flex-preferred-size: calc(100% / 4 - 1.5rem);
      flex-basis: calc(100% / 4 - 1.5rem);
  max-width: calc(100% / 4 - 1.5rem);
  margin-left: 1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    margin-left: 1.5rem;
  }
}

.c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class],
  .c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class] {
    -ms-flex-preferred-size: calc(100% / 2 - 1.5rem);
        flex-basis: calc(100% / 2 - 1.5rem);
    max-width: calc(100% / 2 - 1.5rem);
  }
}

@media (max-width: 767px) {
  .c-flex.-max4 .c-flex__item[class]:nth-of-type(1),
  .c-flex.-max4 .c-flex__item[class]:nth-of-type(2) {
    margin-top: 0;
  }
}

.c-flex[class] .c-flex__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

@media (max-width: 767px) {
  .c-flex[class] .c-flex__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-flex[class] .c-flex__item:first-child {
    margin-top: 0;
  }
  .c-flex[class] .c-flex__item img {
    display: block;
    margin: 0 auto;
  }
}

/* =====================================
* 画像とテキスト配置
* ================================== */
.c-img-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-img-center .c-img-center__img {
  display: block;
  text-align: center;
}

.c-img-caption, .wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-img-caption + *, .wp-block-image .alignleft figcaption + *, .wp-block-image .alignright figcaption + *, .wp-block-image .aligncenter figcaption + * {
    margin-top: 1.5rem;
  }
}

.c-imgbox::after {
  content: "";
  display: block;
  clear: both;
}

.c-imgbox + * {
  margin-top: 3rem;
}

.c-imgbox .c-imgbox__right {
  float: right;
  margin: 0 0 1.5rem 2.5rem;
}

.c-imgbox .c-imgbox__left {
  float: left;
  margin: 0 2.5rem 1.5rem 0;
}

@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right,
  .c-imgbox .c-imgbox__left {
    text-align: center;
    float: none;
    margin: 0;
  }
  .c-imgbox .c-imgbox__right + *,
  .c-imgbox .c-imgbox__left + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c-imgbox__info {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-imgbox__info > * {
  font-size: 0.875rem;
}

.c-imgbox__info > * + * {
  margin-top: 0.5rem;
}

.c-imgbox__info span:not([class]) {
  line-height: 1.5;
  display: inline-block;
  width: 5.25rem;
  border-right: 1px solid #d5d5d5;
  margin-right: 0.75rem;
}

@media (min-width: 768px) {
  .c-imgbox__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-imgbox__text a:not([class]) {
  color: #01BFB7;
}

.c-imgbox__subdesc {
  background-color: #F2FCFB;
  font-size: 0.875rem;
  padding: 1rem;
}

* + .c-imgbox__subdesc {
  margin-top: 0.75rem;
}

.c-imgbox__subdesc + * {
  margin-top: 2rem;
}

.c-imgbox__headline {
  font-weight: 500;
  font-size: 1.125rem;
}

.c-imgbox__headline[class] + * {
  margin-top: 0.5rem;
}

* + .c-imgbox__headline {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .c-imgbox:has(.c-imgbox__text) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-imgbox:has(.c-imgbox__text) .c-imgbox__left,
.c-imgbox:has(.c-imgbox__text) .c-imgbox__right {
  float: none;
}

@media (min-width: 768px) {
  .c-imgbox:has(.c-imgbox__text) .c-imgbox__left,
  .c-imgbox:has(.c-imgbox__text) .c-imgbox__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .c-imgbox:has(.c-imgbox__text) .c-imgbox__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* =====================================
 * 表組み
 * ================================== */
.c-table {
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  table-layout: fixed;
}

.c-table img {
  vertical-align: middle;
}

* + .c-table {
  margin-top: 3rem;
}

.c-table th,
.c-table td {
  background-clip: padding-box;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  vertical-align: middle;
}

.c-table th {
  width: 246px;
  font-weight: 500;
  background: #F2FCFB;
}

.c-table td {
  background-color: #fff;
}

.c-table td a {
  color: #01BFB7;
}

.c-table th,
.c-table td {
  padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-table.-wide th {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .c-table.-wide th,
  .c-table.-wide td {
    display: table-cell;
  }
}

.c-table.-side th,
.c-table.-side td {
  width: auto;
}

@media (max-width: 767px) {
  .c-table.-side th,
  .c-table.-side td {
    width: auto;
  }
}

@media (max-width: 767px) {
  .c-table.-scroll {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .c-table.-scroll::after {
    content: "スクロールできます";
    text-align: center;
    font-size: 0.75rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: center 1rem;
    background-image: url(../img/ico_scroll.svg);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 4rem 1.25rem 0.5rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .c-table.-scroll tbody {
    min-width: 640px;
  }
}

@media (max-width: 767px) {
  .c-table.-scroll th,
  .c-table.-scroll td {
    display: table-cell;
    width: auto;
  }
}

@media (max-width: 767px) {
  .c-table.-scroll.-scroll.is-show::after {
    -webkit-animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
            animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
  }
}

@-webkit-keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes table_scroll_show {
  0% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
  40% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  41% {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

td.td-color-pri {
  background-color: #01BFB7;
  color: #fff;
  text-align: center;
  text-align: center;
}

td.td-color-pri-darker {
  background-color: #3B97CC;
  color: #fff;
  text-align: center;
}

td.td-color-pri-dark {
  background-color: #02AFC3;
  color: #fff;
  text-align: center;
}

td.td-color-pri-light {
  background-color: #A6E9E6;
  text-align: center;
}

/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-pagetop.is-active {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}

.c-pagetop__btn {
  background-color: #01BFB7;
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: center center;
  background-image: url(../img/ico_arr_up_wht.svg);
  font-size: 0;
  height: 3.5rem;
  width: 3.5rem;
}

/* =====================================
 * パンくずリスト
 * ================================== */
.c-breadcrumb {
  margin-top: 1.25rem;
}

.c-breadcrumb + * {
  margin-top: 7.5rem;
}

@media (max-width: 767px) {
  .c-breadcrumb + * {
    margin-top: 5rem;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.c-breadcrumb__list li {
  list-style-type: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #01BFB7;
}

.c-breadcrumb__list li a {
  text-decoration: none;
  color: #00233A;
}

.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}

.c-breadcrumb__list li a[href="/"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.c-breadcrumb__list li a[href="/"]::before {
  content: "";
  background-image: url(/assets/img/ico_home.svg);
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-breadcrumb__list li + li:before {
  content: '/';
  color: #d5d5d5;
  margin-inline: 8px;
}

body[data-page-type="form"] .c-breadcrumb,
body[data-page-slug="download"] .c-breadcrumb {
  display: none;
}

/* =====================================
 * ページタイトル
 * ================================== */
.c-pagetitle {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .c-pagetitle {
    padding: 5rem 0;
  }
}

.c-pagetitle + * {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .c-pagetitle + * {
    margin-top: 18px;
  }
}

.c-pagetitle__bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1600 / 320;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
}

.c-pagetitle__bg::after {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #00233A;
  opacity: 0.2;
}

.c-pagetitle__subtitle, .c-pagetitle__title {
  line-height: 1.5;
}

.c-pagetitle__subtitle {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #A6E9E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.c-pagetitle__subtitle::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #A6E9E6;
}

@media (max-width: 767px) {
  .c-pagetitle__subtitle::after {
    width: 18px;
  }
}

.c-pagetitle__subtitle::first-letter {
  text-transform: uppercase;
}

.c-pagetitle__subtitle + * {
  margin-top: 4px;
}

.c-pagetitle__subtitle.-pri {
  color: #01BFB7;
}

.c-pagetitle__subtitle.-pri + * {
  margin-top: 1rem;
}

.c-pagetitle__title {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .c-pagetitle__title {
    font-size: 24px;
  }
}

.c-pagetitle__title.-pri {
  color: #01BFB7;
}

.c-pagetitle__title.-blk {
  font-size: 2rem;
  color: #00233A;
}

@media (max-width: 767px) {
  .c-pagetitle__title.-blk {
    font-size: 24px;
  }
}

.c-pagetitle__title.-blk + * {
  margin-top: 1rem;
}

.c-pagetitle__lv3 {
  position: relative;
  padding-top: 7.5rem;
}

@media (max-width: 767px) {
  .c-pagetitle__lv3 {
    padding-top: 3.5rem;
  }
}

.c-pagetitle__lv3 + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .c-pagetitle__lv3 + * {
    margin-top: 24px;
  }
}

.c-pagetitle__wave {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100vw;
  z-index: -1;
}

@media (min-width: 768px) {
  .c-pagetitle__wave {
    min-width: 1232px;
  }
}

.c-pagetitle__wave img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body[data-page-type="form"] .c-pagetitle__subtitle, body[data-page-type="form"] .c-pagetitle__title,
body[data-page-slug="download"] .c-pagetitle__subtitle,
body[data-page-slug="download"] .c-pagetitle__title {
  text-align: center;
}

/* =====================================
 * 下層ページ　テキスト周り
 * ================================== */
.has-small-font-size[class] {
  font-size: 75%;
}

.has-normal-font-size[class] {
  font-size: inherit;
}

.has-medium-font-size[class] {
  font-size: 125%;
}

.has-large-font-size[class] {
  font-size: 200%;
}

.has-huge-font-size[class] {
  font-size: 300%;
}

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

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

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

.wp-block-image {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .wp-block-image {
    margin-top: 1.5rem;
  }
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: inline-block;
}

.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  text-align: center;
}

@media (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-image .alignright {
  margin-left: auto;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  position: relative;
  background-color: #d5d5d5;
  padding: 4rem;
}

@media (max-width: 767px) {
  .wp-block-quote {
    padding: 3.5rem 1.5rem;
  }
}

.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  z-index: 1;
}

.wp-block-quote::before {
  background-image: url(../img/ico_quote_mark01.svg);
  top: 0;
  left: 0;
  margin: 1.5rem 0 0 1.5rem;
}

@media (max-width: 767px) {
  .wp-block-quote::before {
    margin-top: 1rem;
  }
}

.wp-block-quote::after {
  background-image: url(../img/ico_quote_mark02.svg);
  bottom: 0;
  right: 0;
  margin: 0 1.5rem 1.5rem 0;
}

@media (max-width: 767px) {
  .wp-block-quote::after {
    margin-bottom: 1rem;
  }
}

.wp-block-quote cite {
  font-size: 0.75rem;
}

.wp-block-quote cite::before {
  content: "出典：";
  display: inline-block;
}

.wp-block-quote cite a {
  display: inline-block;
  color: #01BFB7;
  text-decoration: underline;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .wp-block-quote cite a:hover {
    text-decoration: none;
  }
}

.wp-block-file {
  text-align: center;
  border: 1px solid #d5d5d5;
  padding: 2rem;
}

@media (max-width: 767px) {
  .wp-block-file {
    padding: 1.5rem;
  }
}

.wp-block-file::before {
  content: "下記よりPDFをダウンロードいただけます。";
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .wp-block-file::before {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }
}

.wp-block-file object {
  display: none;
}

.wp-block-file a:not([download]) {
  display: none;
}

.wp-block-file a[download] {
  font-weight: bold;
  color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.44em auto;
  background-position: left 40%;
  background-size: 1em auto;
  background-image: url("../img/ico_pdf.svg");
  padding-left: 1.875rem;
}

@media (min-width: 768px) {
  .wp-block-file a[download]:hover {
    text-decoration: none;
  }
}

.wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

.wp-block-embed__wrapper iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-content > * + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .c-content > * + * {
    margin-top: 1.5rem;
  }
}

* + .c-section {
  margin-top: 7.5rem;
}

@media (max-width: 767px) {
  * + .c-section {
    margin-top: 5rem;
  }
}

* + .c-section.-lg {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  * + .c-section.-lg {
    margin-top: 4rem;
  }
}

* + .c-section.-sm {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  * + .c-section.-sm {
    margin-top: 2rem;
  }
}

* + .c-section.-md {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  * + .c-section.-md {
    margin-top: 3rem;
  }
}

/* ================================== */
h4[class*="has-text-align"],
h4[class*="font-size"],
h3[class*="has-text-align"],
h3[class*="font-size"],
h2[class*="has-text-align"],
h2[class*="font-size"],
h2:not([class]),
h3:not([class]),
h4:not([class]) {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* ================================== */
h2[class*="has-text-align"],
h2[class*="font-size"],
h2:not([class]) {
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.75rem;
  padding-bottom: 19px;
  position: relative;
}

h2[class*="has-text-align"]::before,
h2[class*="font-size"]::before,
h2:not([class])::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 3px;
  background-color: #01BFB7;
}

h2[class*="has-text-align"] + *,
h2[class*="font-size"] + *,
h2:not([class]) + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  h2[class*="has-text-align"] + *,
  h2[class*="font-size"] + *,
  h2:not([class]) + * {
    margin-top: 24px;
  }
}

* + h2[class*="has-text-align"],
* + h2[class*="font-size"],
* + h2:not([class]) {
  margin-top: 7.5rem;
}

@media (max-width: 767px) {
  * + h2[class*="has-text-align"],
  * + h2[class*="font-size"],
  * + h2:not([class]) {
    margin-top: 5rem;
  }
}

/* ================================== */
h3[class*="has-text-align"],
h3[class*="font-size"],
h3:not([class]) {
  position: relative;
  font-size: 1.5rem;
  padding-left: 19px;
}

h3[class*="has-text-align"]::before,
h3[class*="font-size"]::before,
h3:not([class])::before {
  content: "";
  display: block;
  background-color: #01BFB7;
  width: 3px;
  height: calc(100% - (100% / 3));
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

h3[class*="has-text-align"] + *,
h3[class*="font-size"] + *,
h3:not([class]) + * {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  h3[class*="has-text-align"] + *,
  h3[class*="font-size"] + *,
  h3:not([class]) + * {
    margin-top: 20;
  }
}

* + h3[class*="has-text-align"],
* + h3[class*="font-size"],
* + h3:not([class]) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  * + h3[class*="has-text-align"],
  * + h3[class*="font-size"],
  * + h3:not([class]) {
    margin-top: 32px;
  }
}

/* ================================== */
h4[class*="has-text-align"],
h4[class*="font-size"],
h4:not([class]) {
  font-size: 1.25rem;
}

h4[class*="has-text-align"] + *,
h4[class*="font-size"] + *,
h4:not([class]) + * {
  margin-top: 0.85rem;
}

@media (max-width: 767px) {
  h4[class*="has-text-align"] + *,
  h4[class*="font-size"] + *,
  h4:not([class]) + * {
    margin-top: 14px;
  }
}

* + h4[class*="has-text-align"],
* + h4[class*="font-size"],
* + h4:not([class]) {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  * + h4[class*="has-text-align"],
  * + h4[class*="font-size"],
  * + h4:not([class]) {
    margin-top: 24px;
  }
}

/* ================================== */
ol[class*="font-size"] {
  list-style: decimal;
}

ul[class*="font-size"] {
  list-style: inherit;
}

ol:not([class]),
ul:not([class]),
ol[class*="font-size"],
ul[class*="font-size"] {
  padding: 0 0 0 1.375rem;
}

ol:not([class]) li::marker,
ul:not([class]) li::marker,
ol[class*="font-size"] li::marker,
ul[class*="font-size"] li::marker {
  color: #01BFB7;
}

ol:not([class]) li + li,
ul:not([class]) li + li,
ol[class*="font-size"] li + li,
ul[class*="font-size"] li + li {
  margin-top: 4px;
}

* + ol:not([class]),
* + ul:not([class]),
* + ol[class*="font-size"],
* + ul[class*="font-size"] {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  * + ol:not([class]),
  * + ul:not([class]),
  * + ol[class*="font-size"],
  * + ul[class*="font-size"] {
    margin-top: 1.5rem;
  }
}

.c-achievements__head.c-headline03 + * {
  margin-top: 16px;
}

.c-achievements__title {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #01BFB7;
  font-weight: 500;
}

.c-achievements__title + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .c-achievements__title + * {
    margin-top: 8px;
  }
}

.c-achievements__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 103px;
  gap: 6rem;
}

@media (max-width: 767px) {
  .c-achievements__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.c-achievements__list {
  margin-left: 1rem;
}

.c-achievements__list li {
  list-style-type: disc;
  font-size: 0.875rem;
  line-height: 1.6;
}

.c-achievements__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .c-achievements__list-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.c-achievements__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  position: relative;
}

@media (min-width: 768px) {
  .c-achievements__item-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .c-achievements__item-wrapper {
    width: 100%;
    gap: 2rem;
  }
}

.c-achievements__item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0 auto auto -3rem;
  width: 1px;
  height: 100%;
  background-color: #d5d5d5;
}

@media (max-width: 767px) {
  .c-achievements__item-wrapper::before {
    top: -1rem;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.c-achievements__item-wrapper .c-achievements__item:last-child {
  position: relative;
}

.c-achievements__item-wrapper .c-achievements__item:last-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
}

@media (max-width: 767px) {
  .c-achievements__item-wrapper .c-achievements__item:last-child::before {
    top: -1rem;
  }
}

.c-case__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}

@media (min-width: 1290px) {
  .c-case__flex {
    margin-right: calc(50% - 50vw);
  }
}

@media (max-width: 767px) {
  .c-case__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .c-case__content {
    max-width: 314px;
  }
}

.c-case__btn.c-btn {
  max-width: 168px;
  margin-left: 0;
}

.c-case__btn.c-btn > * {
  padding: 12px 0;
}

.c-case__wrapper {
  width: 100%;
  height: 100%;
}

.c-case__slider {
  width: 100%;
}

.c-case__slider-container {
  overflow: hidden;
}

.c-case__slider-item {
  width: 100%;
}

@media (min-width: 768px) {
  .c-case__slider-item {
    max-width: 260px;
  }
}

.c-case__slider-img {
  aspect-ratio: 260 / 160;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .c-case__slider-img {
    max-width: 260px;
  }
}

.c-case__slider-img + * {
  margin-top: 12px;
}

.c-case__slider-title {
  line-height: 24px;
}

.c-case__slider-title a {
  text-decoration: none;
}

.c-case__slider-prev, .c-case__slider-next {
  position: static;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-case__slider-prev::after, .c-case__slider-next::after {
  display: none;
}

.c-case__slider-prev.swiper-button-prev {
  position: static;
  display: block;
  background-image: url(/assets/img/ico_circle_arr_left_pri.svg);
}

.c-case__slider-prev.swiper-button-prev:hover {
  background-image: url(/assets/img/ico_circle_arr_left_pri_hover.svg);
}

.c-case__slider-next.swiper-button-next {
  position: static;
  display: block;
  background-image: url(/assets/img/ico_circle_arr_right_pri.svg);
}

.c-case__slider-next.swiper-button-next:hover {
  background-image: url(/assets/img/ico_circle_arr_right_pri_hover.svg);
}

.c-case__slider-pagination.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.c-case__slider-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.c-case__slider-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #01BFB7;
}

.c-case__slider-pagination.swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}

.c-case__slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .c-case__slider-control {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-case__slider-control.-wht .c-case__slider-prev {
  background-image: url(/assets/img/ico_circle_arr_left_wht.svg);
}

.c-case__slider-control.-wht .c-case__slider-prev:hover {
  background-image: url(/assets/img/ico_circle_arr_left_wht_hover.svg);
}

.c-case__slider-control.-wht .c-case__slider-next {
  background-image: url(/assets/img/ico_circle_arr_right_wht.svg);
}

.c-case__slider-control.-wht .c-case__slider-next:hover {
  background-image: url(/assets/img/ico_circle_arr_right_wht_hover.svg);
}

.c-case__slider-control.-wht .c-case__slider-pagination .swiper-pagination-bullet {
  background-color: #A6E9E6;
  opacity: 1;
}

.c-case__slider-control.-wht .c-case__slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

* + .c-case__slider-control.-wht {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  * + .c-case__slider-control.-wht {
    margin-top: 20px;
  }
}

.c-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-menu-list li a:not([class]) {
  text-decoration: none;
}

.c-menu-list li a {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  padding-right: 1rem;
  display: block;
  width: 286px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .c-menu-list li a {
    width: 282px;
  }
}

@media (max-width: 767px) {
  .c-menu-list li a {
    width: 100%;
  }
}

.c-menu-list li a:hover {
  border: 2px solid #01BFB7;
  color: #01BFB7;
}

.c-menu-list li a::after {
  content: "";
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-submenu__header + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .c-submenu__header + * {
    margin-top: 1.5rem;
  }
}

.c-submenu__title {
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .c-submenu__title {
    font-size: 1.5rem;
  }
}

.c-submenu__title + * {
  margin-top: 1rem;
}

.c-submenu__desc {
  text-align: center;
}

.c-pointbox {
  position: relative;
  background-color: #F2FCFB;
  padding: 3rem 4rem;
}

@media (max-width: 767px) {
  .c-pointbox {
    padding: 2rem 1.25rem 1.5rem 1.25rem;
  }
}

.c-pointbox__title {
  color: #01BFB7;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 4rem;
}

@media (max-width: 767px) {
  .c-pointbox__title {
    margin-left: 1.25rem;
  }
}

.c-under-mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .c-under-mv__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(14px + 24px);
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .c-under-mv__content {
    max-width: 432px;
  }
}

.c-under-mv__title {
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .c-under-mv__title {
    font-size: 20px;
  }
}

.c-under-mv__title + * {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .c-under-mv__title + * {
    margin-top: 14px;
  }
}

.c-under-mv__img {
  width: 100%;
  aspect-ratio: 460 / 240;
  position: relative;
}

@media (min-width: 768px) {
  .c-under-mv__img {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .c-under-mv__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.c-under-mv__img img {
  border-radius: 4px;
}

.c-under-mv__img::after {
  content: '';
  position: absolute;
  inset: 20px auto auto 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  border-radius: 4px;
}

@media (max-width: 767px) {
  .c-under-mv__img::after {
    top: 14px;
    left: 14px;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.u-text-link {
  color: #01BFB7 !important;
  text-decoration: underline !important;
}

/* =====================================
* contact form 7 デフォルトcss
* ================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
.p-form {
  background-color: #F2FCFB;
  padding: 4rem 5rem;
}

@media (max-width: 767px) {
  .p-form {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-form__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form__inner + * {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .p-form__inner + * {
    margin-top: 2rem;
  }
}

.p-form__inner dt {
  font-weight: bold;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .p-form__inner dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 234px;
        flex-basis: 234px;
    max-width: 234px;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .p-form__inner dt {
    margin-top: 1.5rem;
  }
}

.p-form__inner dt[data-sub-text] {
  position: relative;
  padding-bottom: 1.625rem;
}

.p-form__inner dt[data-sub-text]::before {
  content: attr(data-sub-text);
  font-size: 0.875rem;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  left: 0;
}

@media (min-width: 768px) {
  .p-form__inner dt[data-sub-text]::before {
    margin-top: 2.5rem;
    top: 0;
  }
}

@media (max-width: 767px) {
  .p-form__inner dt[data-sub-text]::before {
    bottom: 0;
  }
}

.p-form__inner dd {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .p-form__inner dd {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 566px;
        flex-basis: 566px;
    max-width: 566px;
  }
}

@media (max-width: 767px) {
  .p-form__inner dd {
    margin-top: 0.5rem;
  }
}

.p-form__req {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .p-form__req {
    padding-right: 0;
  }
}

.p-form__req::after {
  content: "※必須";
  display: inline-block;
  color: #E01C1C;
  font-weight: normal;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.p-form__item + .p-form__item {
  margin-top: 2rem;
}

.p-form__item-headline + * {
  margin-top: 1rem;
}

.p-form__item-headline + * {
  margin-left: 0;
}

.p-form__error-list li[data-error-name="住所"] + li[data-error-name="住所"] {
  display: none !important;
}

.p-form__error-message {
  background-color: #ffe5e5;
  display: none;
  margin: 0 0 2rem;
  padding: 1.5rem;
}

.p-form__error-message.is-show {
  display: block;
}

.p-form__error-headline {
  color: #E01C1C;
  font-weight: bold;
  font-size: 1.375rem;
}

.p-form__error-list[class] {
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
  padding: 0;
}

.p-form__error-list li {
  color: #E01C1C;
  font-size: 1.125rem;
}

.p-form .is-error[class] {
  border: 1px solid #E01C1C;
  background-color: #ffe5e5;
}

.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
  display: block;
  color: #E01C1C;
  font-size: 0.875rem;
  margin: 0.75rem 0 0;
}

.p-form input[type="email"],
.p-form input[type="tel"],
.p-form input[type="number"],
.p-form input[type="text"],
.p-form textarea,
.p-form select {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 1.125rem 1.25rem;
}

.p-form input[type="email"],
.p-form input[type="tel"],
.p-form input[type="number"],
.p-form input[type="text"],
.p-form textarea {
  -webkit-appearance: none;
}

.p-form select {
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  background-position: right center;
  background-position-x: calc(100% - 1rem);
  background-image: url(../img/ico_arr_down_pri.svg);
}

@media (max-width: 767px) {
  .p-form select {
    width: 100%;
  }
}

.p-form input[type="checkbox"],
.p-form input[type="radio"] {
  vertical-align: middle;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  opacity: 0.4;
}

.p-form input[type="checkbox"] + *,
.p-form input[type="radio"] + * {
  vertical-align: middle;
}

.p-form input[type="checkbox"]:checked,
.p-form input[type="radio"]:checked {
  opacity: 1;
}

.p-form textarea {
  display: block;
}

.p-form textarea:focus,
.p-form select:focus,
.p-form input:focus {
  border-color: #01BFB7;
}

.p-form input[type="checkbox"],
.p-form input[type="submit"] {
  padding: 0;
}

.p-form input[type="checkbox"], .p-form input[type="checkbox"]:focus,
.p-form input[type="submit"],
.p-form input[type="submit"]:focus {
  border: none;
}

.p-form input[type="radio"],
.p-form input[type="checkbox"] {
  margin-right: 0.375rem;
}

@media (max-width: 767px) {
  .p-form input[type="radio"],
  .p-form input[type="checkbox"] {
    margin-right: 0.5rem;
  }
}

.p-form button[type="submit"] {
  width: 100%;
}

.p-form .wpcf7-response-output[class] {
  display: none !important;
}

.p-form .wpcf7-list-item.first {
  margin-left: 0;
}

@media (max-width: 767px) {
  .p-form .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .p-form .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0.5rem;
  }
}

.p-form .wpcf7-not-valid-tip {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #E01C1C;
}

.p-form .wpcf7-file,
.p-form .wpcf7-radio,
.p-form .wpcf7-checkbox {
  display: inline-block;
  margin-top: 0.875rem;
}

.p-form .wpcf7-radio > *,
.p-form .wpcf7-checkbox > * {
  display: block;
  margin-left: 0;
}

.p-form .wpcf7-radio > * + *,
.p-form .wpcf7-checkbox > * + * {
  margin-top: 0.5rem;
}

.wpcf7-response-output {
  display: none;
}

html.is-safari .p-form input[type="checkbox"],
html.is-safari .p-form input[type="radio"] {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.8;
}

.p-sitemap {
  background-color: #F2FCFB;
  padding: 4rem 5rem;
}

@media (max-width: 767px) {
  .p-sitemap {
    padding: 1.25rem;
  }
}

.p-sitemap ul {
  list-style: none;
}

.p-sitemap ul li + li {
  margin-top: 0.5rem;
}

.p-sitemap__list[class] + .p-sitemap__list[class] {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-sitemap__list[class] + .p-sitemap__list[class] {
    margin-top: 1rem;
  }
}

.p-sitemap__list[class] > li + li {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-sitemap__list[class] > li + li {
    margin-top: 1rem;
  }
}

.p-sitemap__list[class] > li > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  background-image: url(../img/ico_arr_right_pri.svg);
  padding-right: 1.5rem;
}

.p-sitemap__list[class] > li > a::before {
  display: none;
}

@media (min-width: 768px) {
  .p-sitemap__list[class] > li > a:hover {
    text-decoration: underline;
  }
}

.p-sitemap__list[class] ul {
  padding: 0 0 0 2.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .p-sitemap__list[class] ul {
    padding: 0 0 0 2rem;
  }
}

.p-sitemap__list[class] ul ul {
  padding-left: 0;
}

.p-sitemap__list[class] a {
  position: relative;
  color: #00233A;
}

.p-sitemap__list[class] a[title*="-nolink"], .p-sitemap__list[class] a[title*="-label"] {
  text-decoration: none;
  pointer-events: none;
  background: none;
}

.p-sitemap__list[class] a[title*="-nolink"]::before, .p-sitemap__list[class] a[title*="-label"]::before {
  display: none;
}

.p-sitemap__list[class] a[title*="-label"] {
  background-color: #3B97CC;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.p-sitemap__list[class] a::before {
  content: "";
  background-color: #d5d5d5;
  display: inline-block;
  position: absolute;
  left: -16px;
  top: 50%;
  width: 0.5rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-home-section + .p-home-section {
  margin-top: 7.5rem;
}

@media (max-width: 767px) {
  .p-home-section + .p-home-section {
    margin-top: 5rem;
  }
}

.p-home-section__header + * {
  margin-top: 2rem;
}

.p-home-section__body + * {
  margin-top: 4rem;
}

.p-home-section__full-img {
  height: 460px;
}

@media (max-width: 767px) {
  .p-home-section__full-img {
    height: 32vw;
  }
}

.p-home-section__full-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-home-section__full-img + * {
  margin-top: 6.25rem;
}

@media (max-width: 767px) {
  .p-home-section__full-img + * {
    margin-top: 4.5rem;
  }
}

.p-home-section__container {
  padding: 5rem 0;
  background-color: #F2FCFB;
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-home-section__container {
    padding: 40px 0;
  }
}

.p-home-section__headline02 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-home-section__headline02 {
    font-size: 24px;
  }
}

.p-home-section__headline02 + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-home-section__headline02 + * {
    margin-top: 24px;
  }
}

.p-home-section__subhead {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01BFB7;
  gap: 6px;
}

.p-home-section__subhead::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #01BFB7;
}

.p-home-section__subhead + * {
  margin-top: 0.5rem;
}

.p-home-mv {
  height: 100%;
  overflow-x: hidden;
}

.p-home-mv__inner {
  position: relative;
  background-color: #F2FCFB;
}

.p-home-mv__bg {
  width: 100%;
  aspect-ratio: 1600 / 714;
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
}

@media (min-width: 768px) {
  .p-home-mv__bg {
    min-width: 1232px;
    height: 714px;
  }
}

.p-home-mv__curve {
  width: 100%;
  aspect-ratio: 1600 / 266;
  position: absolute;
  bottom: -87.5px;
  bottom: 46.5px;
  left: 0;
}

@media (min-width: 768px) {
  .p-home-mv__curve {
    min-width: 1232px;
  }
}

@media (max-width: 767px) {
  .p-home-mv__curve {
    bottom: 0;
  }
}

.p-home-mv__wrapper {
  position: relative;
  padding-top: calc(280px + 114px);
}

@media (max-width: 767px) {
  .p-home-mv__wrapper {
    padding-top: 250px;
  }
}

.p-home-mv__content {
  padding: 32px 100px 48px 100px;
  border-radius: 8px;
  background: var(--grd, linear-gradient(105deg, rgba(1, 191, 183, 0.92) 10.95%, rgba(59, 151, 204, 0.92) 99.77%));
  color: #fff;
  margin-left: -100px;
}

@media (min-width: 768px) {
  .p-home-mv__content {
    max-width: 732px;
  }
}

@media (max-width: 767px) {
  .p-home-mv__content {
    padding: 16px;
    width: 100%;
    margin-left: 0;
  }
}

.p-home-mv__content p:not([class]) + .c-btn {
  margin-top: 1.5rem;
}

.p-home-mv__head {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-home-mv__head {
    font-size: 24px;
  }
}

.p-home-mv__head + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .p-home-mv__head + * {
    margin-top: 8px;
  }
}

.p-home-mv__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (max-width: 767px) {
  .p-home-mv__tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-home-mv__tag li {
  border-radius: 8px;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 8px;
  background-color: #fff;
  color: #01BFB7;
}

.p-home-mv__tag + * {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .p-home-mv__tag + * {
    margin-top: 20px;
  }
}

.p-home-mv__btn.c-btn > * {
  border: 2px solid #fff;
  color: #fff;
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  background-color: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  background-image: url(/assets/img/ico_arr_right_wht.svg);
}

.p-home-mv__btn.c-btn > *:hover {
  background-color: #fff;
  color: #01BFB7;
  background-image: url(/assets/img/ico_arr_right_pri.svg);
}

.p-home-mv__labo {
  width: 100%;
  aspect-ratio: 448 / 330;
  position: absolute;
  top: 0;
  left: 0;
}

.p-home-mv__labo-wrapper {
  position: absolute;
  top: calc(394px + 62.5px);
  right: -40px;
  aspect-ratio: 448 / 330;
  width: 100%;
}

@media (min-width: 768px) {
  .p-home-mv__labo-wrapper {
    max-width: 448px;
  }
}

@media (max-width: 767px) {
  .p-home-mv__labo-wrapper {
    top: 23%;
    right: -1rem;
    max-width: 200px;
  }
}

.p-home-mv__detail {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 46px;
}

@media (min-width: 1300px) {
  .p-home-mv__detail {
    right: 0;
  }
}

@media (max-width: 767px) {
  .p-home-mv__detail {
    display: none;
  }
}

.p-home-mv2 + * {
  padding-top: 9.5rem;
  padding-bottom: 6.25rem;
}

@media (max-width: 767px) {
  .p-home-mv2 + * {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.p-home-mv2__inner {
  position: relative;
  padding-top: 9.5rem;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .p-home-mv2__inner {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
}

.p-home-mv2__inner > * {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-home-mv2__btn[class] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 767px) {
  .p-home-mv2__btn[class] + * {
    margin-top: 2rem;
  }
}

.p-home-mv2__btn[class] a {
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  border: none;
  background-repeat: no-repeat;
  color: #fff;
}

.p-home-mv2__btn[class] a:hover {
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
}

.p-home-mv2__btn[class] a::before {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/ico_mail.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  margin-top: -3px;
}

.p-home-mv2__bg {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home-mv2__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-home-mv2__img-wrap {
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(1.5rem);
          filter: blur(1.5rem);
}

@media (min-width: 768px) {
  .p-home-mv2__img-wrap {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    left: 50%;
    max-width: 1600px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-home-mv2__img.-left {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .p-home-mv2__img.-left {
    margin-left: -7rem;
  }
}

@media (min-width: 1300px) {
  .p-home-mv2__img.-left {
    margin-left: 0;
  }
}

.p-home-mv2__img.-right {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .p-home-mv2__img.-right {
    margin-right: -7rem;
  }
}

@media (min-width: 1300px) {
  .p-home-mv2__img.-right {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .p-home-mv2__img.-top, .p-home-mv2__img.-bottom {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

.p-home-mv2__title {
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .p-home-mv2__title {
    font-size: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: -2.5rem;
  }
}

.p-home-mv2__title + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-home-mv2__title + * {
    margin-top: 1.5rem;
  }
}

.p-home-mv2__desc {
  text-align: center;
}

@media (max-width: 767px) {
  .p-home-mv2__desc {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-home-mv2__desc br {
    display: none;
  }
}

.p-home-mv2__desc + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-home-mv2__desc + * {
    margin-top: 1.5rem;
  }
}

.p-home-mv2__line, .p-home-mv2__curve {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-home-mv2__curve {
  z-index: 3;
}

.p-home-mv2__curve img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-home-mv2__line {
  z-index: 8;
  margin-bottom: -14vw;
}

@media (max-width: 767px) {
  .p-home-mv2__line {
    z-index: 30;
    margin-bottom: 34vw;
  }
}

.p-home-mv2__line > * {
  width: 100%;
  height: auto;
}

.p-home-mv2__line svg .svg-elem-1 {
  stroke-dashoffset: 1760.9293212890625px;
  stroke-dasharray: 1760.9293212890625px;
  -webkit-transition: stroke-dashoffset 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  transition: stroke-dashoffset 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
}

body:not(.is-loaded) svg .svg-elem-1 {
  stroke-dashoffset: 0;
}

body:not(.is-loaded) .p-home-mv2__img-wrap {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.p-home-achievements {
  background-color: #F2FCFB;
}

.p-home-reason {
  background-color: #F2FCFB;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

@media (max-width: 767px) {
  .p-home-reason {
    padding-bottom: 5rem;
  }
}

.p-home-reason.p-home-section {
  margin-top: calc(7.5rem + 2.5rem);
}

.p-home-reason__curve {
  aspect-ratio: 1600 / 350;
  width: 100%;
  position: absolute;
  left: 0;
  top: -130px;
  z-index: -2;
}

@media (max-width: 767px) {
  .p-home-reason__curve {
    top: -60px;
  }
}

.p-home-reason__wave {
  aspect-ratio: 1600 / 350;
  width: 100vw;
  position: absolute;
  left: 0;
  top: -180px;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-home-reason__wave {
    top: -80px;
  }
}

.p-home-case {
  position: relative;
  color: #fff;
  padding: 7.5em 0;
}

@media (max-width: 767px) {
  .p-home-case {
    padding: 5rem 0;
  }
}

@media (min-width: 768px) {
  .p-home-case .p-case__slider-item {
    max-width: 355px;
  }
}

.p-home-case__bg {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
  opacity: .08;
}

.p-home-case__filter {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  z-index: -2;
  width: 100%;
  height: 100%;
}

.p-home-case__header {
  color: #fff;
}

@media (min-width: 768px) {
  .p-home-case__header {
    min-width: 366px;
    width: 366px;
  }
}

.p-home-case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  position: relative;
}

@media (min-width: 768px) {
  .p-home-case__inner {
    margin-right: calc(50% - 50vw);
  }
}

@media (max-width: 767px) {
  .p-home-case__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.p-home-case__inner .p-home-section__subhead {
  color: #fff;
}

.p-home-case__inner .p-home-section__subhead::after {
  background-color: #fff;
}

.p-home-case__img {
  position: absolute;
  width: 100%;
  bottom: -80%;
  left: 0;
  aspect-ratio: 340 / 208;
  max-width: 340px;
}

@media (max-width: 767px) {
  .p-home-case__img {
    max-width: 200px;
    bottom: -17%;
    left: -5%;
  }
}

.p-home-case__btn.c-btn > * {
  border: 2px solid #fff;
  color: #fff;
  opacity: 1;
  background-image: url(/assets/img/ico_arr_right_wht.svg);
}

.p-home-case__btn.c-btn > *:hover {
  background-color: #fff;
  color: #01BFB7;
  background-image: url(/assets/img/ico_arr_right_pri.svg);
}

.p-home-case__btn[class] {
  margin-left: 0;
}

.p-home-solution__header + * {
  margin-top: 1.5rem;
}

.p-home-company__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-home-company__menu {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.p-home-company__menu + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-home-company__menu + * {
    margin-top: 32px;
  }
}

.p-home-company__menu li a:not([class]) {
  text-decoration: none;
}

.p-home-company__menu li a {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  padding-right: 1rem;
  display: block;
  width: 286px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .p-home-company__menu li a {
    width: 282px;
  }
}

@media (max-width: 767px) {
  .p-home-company__menu li a {
    width: 100%;
  }
}

.p-home-company__menu li a:hover {
  border: 2px solid #01BFB7;
  color: #01BFB7;
}

.p-home-company__menu li a::after {
  content: "";
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-home-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 92px;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 1232px) {
  .p-home-company__flex {
    margin-left: -1rem;
  }
}

@media (max-width: 767px) {
  .p-home-company__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-left: 0;
  }
}

.p-home-company__img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-home-company__img {
    height: 580px;
  }
}

@media (min-width: 768px) {
  .p-home-company__content {
    max-width: 588px;
  }
}

.p-home-company__recruit {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  border-radius: 8px;
}

.p-home-company__recruit:hover {
  border: 2px solid #01BFB7;
}

.p-home-company__recruit-bg {
  aspect-ratio: 588 / 119;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
}

.p-home-company__recruit-bg img {
  border-radius: 6px;
}

.p-home-company__recruit-title {
  line-height: 1;
}

.p-home-company__recruit-title a {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #01BFB7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .p-home-company__recruit-title a {
    font-size: 20px;
  }
}

.p-home-company__recruit-title a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-home-company__recruit-title + * {
  margin-top: 2px;
}

.p-home-company__recruit-title-wrapper {
  position: relative;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-home-company__recruit-title-wrapper {
    padding: 20px;
  }
}

.p-home-company__recruit-title-wrapper::after {
  content: "";
  background-image: url(/assets/img/ico_circle_arr_right_pri.svg);
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .p-home-company__recruit-title-wrapper::after {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}

.p-home-company__recruit-title-wrapper:hover::after {
  background-image: url(/assets/img/ico_circle_arr_right_pri_hover.svg);
}

.p-home-company__recruit-subtitle {
  font-size: 0.875rem;
  line-height: 0.1;
  line-height: 1.5;
  color: #01BFB7;
}

* + .p-home-company__menu {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  * + .p-home-company__menu {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .p-home-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 92px;
  }
}

@media (max-width: 767px) {
  .p-home-news__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}

.p-home-news__header {
  min-width: 168px;
}

@media (min-width: 768px) {
  .p-home-news__header + * {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-home-news__btn[class] {
  margin-left: 0;
}

* + .p-home-news__btn {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  * + .p-home-news__btn {
    margin-top: 20px;
  }
}

.p-home-business {
  margin-top: 0;
}

.p-business__lead {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-business__lead + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-business__lead + * {
    margin-top: 24px;
  }
}

.p-business__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media (max-width: 767px) {
  .p-business__process {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}

.p-business__process-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .p-business__process-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-business__process-item-wrapper {
    gap: 24px;
  }
}

@media (min-width: 768px) {
  .p-business__process-item {
    max-width: 196px;
  }
}

.p-business__process-item:not(:first-child) .p-business__process-title {
  position: relative;
}

.p-business__process-item:not(:first-child) .p-business__process-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  width: 66px;
  height: 2px;
  background-color: #01BFB7;
}

@media (max-width: 767px) {
  .p-business__process-item:not(:first-child) .p-business__process-title::before {
    top: auto;
    right: auto;
    bottom: 100%;
    width: 2px;
    height: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-business__process > .p-business__process-item {
  position: relative;
}

@media (min-width: 768px) {
  .p-business__process > .p-business__process-item {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .p-business__process > .p-business__process-item {
    padding-bottom: 32px;
  }
}

.p-business__process > .p-business__process-item::before {
  content: '';
  position: absolute;
  top: 28px;
  left: auto;
  right: -62px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #01BFB7;
  background-color: transparent;
}

@media (max-width: 767px) {
  .p-business__process > .p-business__process-item::before {
    right: auto;
    left: calc(50% - 5px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 100%;
  }
}

.p-business__process > .p-business__process-item::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 100%;
  width: 58px;
  height: 2px;
  background-color: #01BFB7;
}

@media (max-width: 767px) {
  .p-business__process > .p-business__process-item::after {
    top: calc(100% - 32px);
    height: 32px;
    width: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-business__process > .p-business__process-item .p-business__process-title {
  background-color: #3B97CC;
}

.p-business__process-title {
  background-color: #01BFB7;
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  border-radius: 8px;
  padding: 17.5px;
}

@media (max-width: 767px) {
  .p-business__process-title {
    padding: 14px;
  }
}

.p-business__process-title + * {
  margin-top: 1rem;
}

.p-business__process-desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

.p-business__head + * {
  margin-top: 1rem;
}

.p-business__head + p:not([class]) + * {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-business__item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
  }
}

@media (max-width: 767px) {
  .p-business__item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-business__item {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .p-business__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(25% - 1rem);
        flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .p-business__item:nth-child(4) ~ .p-business__item {
    margin-top: 1rem;
  }
}

.p-business__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 767px) {
  .p-business__item + .p-business__item {
    margin-top: 1.5rem;
  }
}

.p-business__img {
  width: 100%;
  aspect-ratio: 288 / 160;
  overflow: hidden;
}

.p-business__img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-business__content {
  padding: 1.5rem;
}

@media (max-width: 767px) {
  .p-business__content {
    padding: 1rem;
  }
}

.p-business__title {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-business__title + * {
  margin-top: 0.625rem;
}

.p-business__desc {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .p-business__desc {
    font-size: 14px;
  }
}

.p-business__btn.c-btn {
  max-width: 168px;
}

.p-business__btn.c-btn a {
  padding: 12px 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  gap: 0;
}

.p-business__btn.c-btn a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.p-business__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-business__others {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.p-business__others-img {
  aspect-ratio: 141 / 104;
  position: absolute;
  bottom: 0;
  right: 80px;
}

@media (max-width: 767px) {
  .p-business__others-img {
    right: 45px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .p-business__others-img.u-hidden-pc {
    right: 0;
    height: 100%;
    width: 200px;
  }
}

.p-business__others-item a {
  text-decoration: none;
}

.p-business__others-item a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .p-business__others-item a {
    padding: 0;
    z-index: 1;
  }
}

.p-business__others-item a[href="/business/after-follow/"] + .p-business__others-img {
  aspect-ratio: 364 / 109;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .p-business__others-item a[href="/business/after-follow/"] + .p-business__others-img {
    max-width: 364px;
  }
}

.p-business__others-item {
  width: 100%;
  position: relative;
  height: 109px;
  font-size: 1.125rem;
  border-radius: 8px;
  line-height: 1.6;
  width: 100%;
  position: relative;
  background-color: #EDF6FE;
  padding: 34.5px 16px 34.5px 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-business__others-item {
    font-size: 16px;
    height: 80px;
  }
}

.p-business__others-item:hover::after {
  background-image: url(/assets/img/ico_circle_arr_right_pri_hover.svg);
}

.p-business__others-item + * {
  margin-top: 0.75rem;
}

.p-business__others-item::after {
  content: "";
  background-image: url(/assets/img/ico_circle_arr_right_pri.svg);
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .p-business__others-item::after {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

.p-business__others-desc {
  font-size: 0.875rem;
}

.p-business-intro__header + * {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-business-intro__header + * {
    margin-top: 1.5rem;
  }
}

.p-business-intro__title {
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
}

.p-business-intro__title > *:not([class]) {
  color: #01BFB7;
}

@media (max-width: 767px) {
  .p-business-intro__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-business-intro__title br {
    display: none;
  }
}

@media (min-width: 768px) {
  .p-business-intro__text-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-business-intro__img {
  aspect-ratio: 600 / 332;
}

@media (min-width: 768px) {
  .p-business-intro__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 600px;
  }
}

.p-business-intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .p-business-intro__img {
    text-align: center;
  }
  .p-business-intro__img + * {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-business-intro__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 3rem;
  }
}

.p-business-intro__text > * + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-business-intro__text > * + * {
    margin-top: 1.5rem;
  }
}

.p-business-intro__check-list li {
  background-color: #01BFB7;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 1rem 1.125rem;
  background-image: url(../img/ico_check_wht.svg);
  color: #fff;
  font-size: 1.125rem;
  padding: 0.875rem 1rem 0.75rem 3rem;
}

.p-business-intro__check-list li + li {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .p-business-list01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -3rem 0 0 -3rem;
  }
}

@media (min-width: 768px) {
  .p-business-list01.-lg .p-business-list01__list {
    margin: -2rem 0 0 -2rem;
  }
}

@media (min-width: 768px) {
  .p-business-list01__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 3 - 3rem);
        flex-basis: calc(100% / 3 - 3rem);
    max-width: calc(100% / 3 - 3rem);
    margin: 3rem 0 0 3rem;
  }
}

@media (max-width: 767px) {
  .p-business-list01__item + .p-business-list01__item {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-business-list01.-lg .p-business-list01__item {
    -ms-flex-preferred-size: calc(100% / 3 - 2rem);
        flex-basis: calc(100% / 3 - 2rem);
    max-width: calc(100% / 3 - 2rem);
    margin: 2rem 0 0 2rem;
  }
}

.p-business-list01__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}

.p-business-list01__title + * {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .p-business-list01.-lg .p-business-list01__title {
    font-size: 1.5rem;
  }
}

.p-business-list01.-lg .p-business-list01__title + * {
  margin-top: 1rem;
}

.p-business-list01__img {
  text-align: center;
}

.p-business-list01__img + * {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .p-business-list02__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2rem 0 0 -2rem;
  }
}

@media (min-width: 768px) {
  .p-business-list02__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 3 - 2rem);
        flex-basis: calc(100% / 3 - 2rem);
    max-width: calc(100% / 3 - 2rem);
    margin: 2rem 0 0 2rem;
  }
}

@media (max-width: 767px) {
  .p-business-list02__item + .p-business-list02__item {
    margin-top: 1.25rem;
  }
}

.p-business-list02__img + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-business-list02__img {
    text-align: center;
  }
}

.p-business-list02__title {
  font-weight: 500;
  font-size: 1.125rem;
}

.p-business-list02__title + * {
  margin-top: 0.75rem;
}

.p-business-list02:has(.p-business-list02__desc) .p-business-list02__title {
  font-size: 1.25rem;
}

.p-business-card01__inner {
  background-color: #F2FCFB;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .p-business-card01__inner {
    padding: 1.25rem;
  }
}

.p-business-card01__inner > * + * {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-business-card01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2.25rem 0 0 -2.25rem;
  }
}

@media (min-width: 768px) {
  .p-business-card01__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 3 - 2.25rem);
        flex-basis: calc(100% / 3 - 2.25rem);
    max-width: calc(100% / 3 - 2.25rem);
    margin: 2.25rem 0 0 2.25rem;
  }
}

@media (max-width: 767px) {
  .p-business-card01__item + .p-business-card01__item {
    margin-top: 1.25rem;
  }
}

.p-business-card01__img + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-business-card01__img {
    text-align: center;
  }
}

.p-business-card01__title {
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}

.p-business-card01__title + * {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .p-business-card02__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-business-card02__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .p-business-card02__img {
    text-align: center;
  }
  .p-business-card02__img + * {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-business-card02__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 2.5rem;
  }
}

.p-business-card02__label-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-business-card02__label-title + * {
  margin-top: 0.875rem;
}

.p-business-card02__label {
  display: inline-block;
  background-color: #01BFB7;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem 0.125rem;
}

.p-business-card02__label + * {
  margin-top: 0.5rem;
}

.p-business-card02.-labe-title .p-business-card02__label {
  margin-top: 0.875rem;
}

.p-business-card02.-labe-title .p-business-card02__label + * {
  margin-left: 1rem;
}

.p-business-card02__title {
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .p-business-card02__title br {
    display: none;
  }
}

.p-business-card02__title > * {
  color: #01BFB7;
}

.p-business-card02__title + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-business-card02__title + * {
    margin-top: 1.25rem;
  }
}

.p-business-card02.-border .p-business-card02__title {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.5rem;
}

.p-business-card02.-border .p-business-card02__title + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-business-card02.-border .p-business-card02__title + * {
    margin-top: 1.375rem;
  }
}

.p-business-card02.-title-lg .p-business-card02__title {
  line-height: 1.5;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-business-card02.-title-lg .p-business-card02__title {
    font-size: 1.5rem;
  }
}

.p-business-card02__desc strong {
  display: inline-block;
  color: #01BFB7;
  font-weight: 500;
  font-size: 100%;
}

.p-business-card03__inner {
  background-color: #F2FCFB;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .p-business-card03__inner {
    padding: 1.25rem;
  }
}

.p-business-card03__inner > * + * {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-business-card03__text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .p-business-card03__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .p-business-card03__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .p-business-card03__img {
    text-align: center;
  }
  .p-business-card03__img + * {
    margin-top: 1.25rem;
  }
}

.p-business-card03__title {
  font-weight: 500;
  font-size: 1.25rem;
}

.p-business-card03__title + * {
  margin-top: 1rem;
}

.p-business-card03__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.25rem 0 0 -1.25rem;
}

* + .p-business-card03__list-wrapper {
  margin-top: 1rem;
}

.p-business-card03__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: calc(100% / 5 - 1.25rem);
      flex-basis: calc(100% / 5 - 1.25rem);
  max-width: calc(100% / 5 - 1.25rem);
  margin: 1.25rem 0 0 1.25rem;
}

@media (max-width: 767px) {
  .p-business-card03__item {
    -ms-flex-preferred-size: calc(100% / 2 - 1.25rem);
        flex-basis: calc(100% / 2 - 1.25rem);
    max-width: calc(100% / 2 - 1.25rem);
  }
}

.p-business-card03__thumb + * {
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .p-business-card03__thumb {
    text-align: center;
  }
}

.p-business-card03__caption {
  font-size: 0.75rem;
}

.p-business-card04__inner {
  background-color: #F2FCFB;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .p-business-card04__inner {
    padding: 1.25rem;
  }
}

.p-business-card04__inner > * + * {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .p-business-card04__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2rem 0 0 -2rem;
  }
}

@media (min-width: 768px) {
  .p-business-card04__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 2 - 2rem);
        flex-basis: calc(100% / 2 - 2rem);
    max-width: calc(100% / 2 - 2rem);
    margin: 2.5rem 0 0 2rem;
  }
}

@media (max-width: 767px) {
  .p-business-card04__item + .p-business-card04__item {
    margin-top: 1.25rem;
  }
}

.p-business-card04__img {
  text-align: center;
  background-color: #fff;
}

.p-business-card04__img + * {
  margin-top: 1rem;
}

.p-business-card04__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}

.p-business-card04__title strong {
  color: #01BFB7;
}

.p-business-card04__title + * {
  margin-top: 1rem;
}

.p-business-card04__desc + * {
  margin-top: 1rem;
}

.p-business-card04__subdesc {
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-business-card04__subdesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-business-card04__subdesc > * + * {
    border-left: 1px solid #d5d5d5;
    padding-left: 0.75rem;
    margin-left: 0.75rem;
  }
}

@media (max-width: 767px) {
  .p-business-card04__subdesc > * + * {
    border-top: 1px solid #d5d5d5;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
}

@media (min-width: 768px) {
  .p-business-spec__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-business-spec__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 414px;
        flex-basis: 414px;
    max-width: 414px;
  }
}

@media (max-width: 767px) {
  .p-business-spec__img + * {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-business-spec__img {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .p-business-spec__info {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .p-business-spec__info table th {
    width: 110px;
  }
}

.p-business-spec__info table td,
.p-business-spec__info table th {
  vertical-align: middle;
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
}

.p-business-flow01.-lg .p-business-flow01__list {
  counter-reset: item;
}

.p-business-flow01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-business-flow01__item + .p-business-flow01__item {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-business-flow01__item + .p-business-flow01__item {
    margin-top: 1.25rem;
  }
}

.p-business-flow01.-lg .p-business-flow01__item {
  position: relative;
}

.p-business-flow01.-lg .p-business-flow01__item::before {
  content: "";
  display: block;
  background-color: #01BFB7;
  width: 1px;
  height: calc(100% + 3rem);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  margin-left: 3.75rem;
}

@media (max-width: 767px) {
  .p-business-flow01.-lg .p-business-flow01__item::before {
    margin-left: 2.25rem;
  }
}

.p-business-flow01.-lg .p-business-flow01__item + .p-business-flow01__item {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .p-business-flow01.-lg .p-business-flow01__item + .p-business-flow01__item {
    margin-top: 1.5rem;
  }
}

.p-business-flow01.-lg.-lg-type02 .p-business-flow01__item + .p-business-flow01__item {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-business-flow01.-lg.-lg-type02 .p-business-flow01__item + .p-business-flow01__item {
    margin-top: 1.25rem;
  }
}

.p-business-flow01.-lg .p-business-flow01__item:last-of-type::before {
  display: none;
}

.p-business-flow01__img {
  position: relative;
  border-radius: 50%;
  background-color: #F2FCFB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 4.5rem;
      flex-basis: 4.5rem;
  max-width: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-business-flow01__img img {
  max-width: 2rem;
}

.p-business-flow01__img::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  background-image: url(../img/ico_flow_arr.png);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  .p-business-flow01.-lg .p-business-flow01__img {
    width: 7.5rem;
    height: 7.5rem;
    -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
    max-width: 7.5rem;
  }
  .p-business-flow01.-lg .p-business-flow01__img img {
    max-width: 4rem;
  }
}

@media (min-width: 768px) {
  .p-business-flow01.-lg.-lg-type02 .p-business-flow01__img {
    width: 6.25rem;
    height: 6.25rem;
    -ms-flex-preferred-size: 6.25rem;
        flex-basis: 6.25rem;
    max-width: 6.25rem;
  }
}

.p-business-flow01.-step .p-business-flow01__img::after {
  display: none;
}

.p-business-flow01__item:last-of-type .p-business-flow01__img::after {
  display: none;
}

.p-business-flow01__text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1.5rem;
}

.p-business-flow01__title {
  font-weight: 500;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}

.p-business-flow01__title + * {
  margin-top: 0.5rem;
}

.p-business-flow01.-lg .p-business-flow01__title {
  font-size: 2rem;
}

.p-business-flow01.-lg .p-business-flow01__title + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-business-flow01.-lg .p-business-flow01__title {
    font-size: 1.5rem;
  }
}

.p-business-flow01.-lg.-lg-type02 .p-business-flow01__title {
  font-size: 1.25rem;
}

.p-business-flow01.-lg.-lg-type02 .p-business-flow01__title + * {
  margin-top: 0.75rem;
}

.p-business-flow01.-step .p-business-flow01__title {
  position: relative;
  padding-top: 2.25rem;
}

.p-business-flow01.-step .p-business-flow01__title::after {
  content: "STEP";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #01BFB7;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}

.p-business-flow01.-step .p-business-flow01__title::before {
  counter-increment: item;
  content: "0" counter(item);
  font-weight: 500;
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #01BFB7;
  margin-left: 3rem;
}

.p-business-flow01.-step .p-business-flow01__item:nth-child(9) ~ * .p-business-flow01__title::before {
  content: counter(item);
}

@media (min-width: 768px) {
  .p-business-flow02__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1.5rem 0 0 -1.5rem;
  }
}

@media (min-width: 768px) {
  .p-business-flow02.-sm .p-business-flow02__list {
    margin: -1rem 0 0 -1rem;
  }
}

.p-business-flow02__item {
  background-color: #F2FCFB;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .p-business-flow02__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 4 - 1.5rem);
        flex-basis: calc(100% / 4 - 1.5rem);
    max-width: calc(100% / 4 - 1.5rem);
    margin: 1.5rem 0 0 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-business-flow02__item + .p-business-flow02__item {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-business-flow02.-sm .p-business-flow02__item {
    -ms-flex-preferred-size: calc(100% / 2 - 1rem);
        flex-basis: calc(100% / 2 - 1rem);
    max-width: calc(100% / 2 - 1rem);
    margin: 1rem 0 0 1rem;
  }
}

.p-business-flow02__img {
  text-align: center;
}

.p-business-flow02__img + * {
  margin-top: 1rem;
}

.p-business-flow02__text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-business-flow02__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}

.p-business-flow02__title + * {
  margin-top: 0.75rem;
}

.p-business-flow02.-sm .p-business-flow02__desc {
  font-size: 0.875rem;
}

.p-business-textbox01 {
  background-color: #F2FCFB;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .p-business-textbox01 {
    padding: 1.25rem;
  }
}

.p-business-textbox01__title {
  border-bottom: 1px solid #d5d5d5;
  font-weight: 500;
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .p-business-textbox01__title {
    padding-bottom: 0.875rem;
  }
}

.p-business-textbox01__title + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-business__process > .p-business__process-item:last-of-type::before, .p-business__process > .p-business__process-item:last-of-type::after {
    display: none;
  }
}

.p-reason__img {
  aspect-ratio: 380 / 300;
  width: 100%;
}

@media (min-width: 768px) {
  .p-reason__img {
    max-width: 380px;
  }
}

.p-reason__img + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-reason__img + * {
    margin-top: 20px;
  }
}

.p-reason__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-reason__title {
    font-size: 1.25rem;
  }
}

.p-reason__title + * {
  margin-top: 1rem;
}

.p-reason__title::before {
  counter-increment: circle;
  content: "0" counter(circle);
  font-size: 2rem;
  color: #01BFB7;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 0.75rem;
}

@media (max-width: 767px) {
  .p-reason__title::before {
    font-size: 24px;
    left: 12px;
    top: 2px;
  }
}

.p-reason__title.-secondary::before {
  color: #02AFC3;
}

.p-reason__title.-thirdly::before {
  color: #3B97CC;
}

.p-reason__lead-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-reason__lead-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}

.p-reason__lead-wrapper + * {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .p-reason__lead-wrapper + * {
    margin-top: 32px;
  }
}

.p-reason__lead {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-reason__lead + p:not([class]) {
    max-width: 690px;
  }
}

.p-reason__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  counter-reset: circle;
}

@media (max-width: 767px) {
  .p-reason__flex {
    gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-reason__flex + * {
  margin-top: 4rem;
}

.p-reason__item {
  position: relative;
}

.p-reason__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
  background-color: #F2FCFB;
}

.p-reason__number::before {
  counter-increment: circle;
  content: "0" counter(circle);
  font-size: 2rem;
  color: #01BFB7;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .p-reason__number::before {
    font-size: 24px;
    left: 12px;
    top: 2px;
  }
}

.p-reason__number.-secondary::before {
  color: #02AFC3;
}

.p-reason__number.-thirdly::before {
  color: #3B97CC;
}

.p-reason__number {
  display: none;
}

.p-reason__btn.c-btn {
  max-width: 280px;
}

.p-reason__btn.c-btn > * {
  padding: 20px 20px;
}

.p-reason-card01__inner {
  position: relative;
}

@media (min-width: 768px) {
  .p-reason-card01__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30rem;
  }
}

.p-reason-card01__img {
  aspect-ratio: 800 / 480;
}

@media (min-width: 768px) {
  .p-reason-card01__img {
    width: 50rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .p-reason-card01__img {
    text-align: center;
  }
  .p-reason-card01__img + * {
    margin-top: 1.25rem;
  }
}

.p-reason-card01__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-reason-card01__text {
  position: relative;
  z-index: 10;
}

.p-reason-card01__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-reason-card01__title + * {
  margin-top: 0.875rem;
}

.p-reason-card01__title-number {
  color: #01BFB7;
  line-height: 1;
  font-weight: bold;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .p-reason-card01__title-number {
    font-size: 3rem;
  }
}

.p-reason-card01__title-text {
  color: #01BFB7;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .p-reason-card01__title-text {
    font-size: 1.25rem;
  }
}

.p-reason-card01__catch {
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .p-reason-card01__catch {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .p-reason-card01__catch {
    font-size: 1.5rem;
    padding: 1.25rem;
  }
  .p-reason-card01__catch br {
    display: none;
  }
}

.p-reason-project {
  line-height: 1.125;
  display: inline-block;
}

.p-reason-project__title {
  color: #01BFB7;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-reason-project__title {
    font-size: 1.125rem;
  }
}

.p-reason-project__number {
  color: #01BFB7;
  font-weight: 500;
  font-size: 6.25rem;
}

.p-reason-project__number span:not([class]) {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-reason-project__number span:not([class]) {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .p-reason-project__number {
    font-size: 5rem;
  }
}

.p-reason-project__info {
  color: #01BFB7;
  text-align: right;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .p-reason-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-reason-point__item + .p-reason-point__item {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .p-reason-point__item + .p-reason-point__item {
    margin-top: 2.5rem;
  }
}

.p-reason-point__title {
  font-weight: 500;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .p-reason-point__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 18rem;
        flex-basis: 18rem;
    max-width: 18rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .p-reason-point__title {
    font-size: 1.375rem;
  }
  .p-reason-point__title + * {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .p-reason-point__desc {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-solution__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
}

@media (max-width: 767px) {
  .p-solution__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}

.p-solution__lead {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-solution__lead {
    min-width: 350px;
  }
}

@media (max-width: 767px) {
  .p-solution__lead {
    font-size: 20px;
  }
}

.p-solution__head {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  border-radius: 8px;
  color: #fff;
}

@media (max-width: 767px) {
  .p-solution__head {
    font-size: 16px;
  }
}

.p-solution__head + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-solution__head + * {
    margin-top: 24px;
  }
}

.p-solution__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .p-solution__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-solution__subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #01BFB7;
}

.p-solution__subtitle + * {
  margin-top: 1rem;
}

.p-solution__field-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-solution__field-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.p-solution__field-flex + .p-solution__field-flex {
  position: relative;
  margin-top: 97px;
}

@media (max-width: 767px) {
  .p-solution__field-flex + .p-solution__field-flex {
    margin-top: 48px;
  }
}

.p-solution__field-flex + .p-solution__field-flex::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A6E9E6;
  position: absolute;
  left: 0;
  top: calc(-3rem - 1px);
}

@media (max-width: 767px) {
  .p-solution__field-flex + .p-solution__field-flex::before {
    top: -24px;
  }
}

@media (max-width: 767px) {
  .p-solution__field-list-wrapper {
    width: 100%;
  }
}

.p-solution__field-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-solution__field-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 100%;
  }
}

.p-solution__field-list li a:not([class]) {
  text-decoration: none;
}

.p-solution__field-list li a {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  padding-right: 1rem;
  display: block;
  width: 286px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .p-solution__field-list li a {
    width: 100%;
  }
}

.p-solution__field-list li a:hover {
  border: 2px solid #01BFB7;
  color: #01BFB7;
}

.p-solution__field-list li a::after {
  content: "";
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .p-solution__field-item {
    min-width: 262px;
  }
}

.p-solution__field-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-solution__field-title + * {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-solution__field-title + * {
    margin-top: 14px;
  }
}

.p-solution__field-img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.25rem;
}

@media (max-width: 767px) {
  .p-solution__field-img {
    max-width: 2.25rem;
  }
}

.p-solution__field-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #01BFB7;
}

.p-solution__field-subtitle + * {
  margin-top: 1rem;
}

.p-solution__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .p-solution__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.p-solution__item {
  border-radius: 8px;
  padding: 1.5rem;
  position: relative;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

@media (min-width: 768px) {
  .p-solution__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 4 - 15px);
        flex-basis: calc(100% / 4 - 15px);
    max-width: calc(100% / 4 - 15px);
  }
}

@media (max-width: 767px) {
  .p-solution__item {
    padding: 20px;
  }
}

.p-solution__item::after {
  content: '';
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-solution__item:hover {
  border: 2px solid #01BFB7;
}

.p-solution__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-solution__img {
  width: 100%;
  aspect-ratio: 237 / 120;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-solution__img {
    max-width: 237px;
  }
}

.p-solution__img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-solution__img + * {
  margin-top: 16px;
}

.p-solution__title a {
  font-weight: 500;
  text-decoration: none;
}

.p-solution__title a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .p-solution__title a {
    font-size: 16px;
  }
}

.p-solution__title + * {
  margin-top: 8px;
}

.p-solution__desc {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .p-solution__desc {
    font-size: 14px;
  }
}

* + .p-solution__flex {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  * + .p-solution__flex {
    margin-top: 24px;
  }
}

.p-solution-intro__title {
  font-weight: 500;
  line-height: 1.5;
  font-size: 2rem;
}

.p-solution-intro__title > *:not([class]) {
  color: #01BFB7;
}

@media (max-width: 767px) {
  .p-solution-intro__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-solution-intro__title br {
    display: none;
  }
}

.p-solution-intro__title + * {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .p-solution-intro__title + * {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .p-solution-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-solution-intro__img {
  aspect-ratio: 560 / 332;
}

@media (min-width: 768px) {
  .p-solution-intro__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 560px;
  }
}

.p-solution-intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .p-solution-intro__img {
    text-align: center;
  }
  .p-solution-intro__img + * {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-solution-intro__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 3rem;
  }
}

.p-solution-intro__tag + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-solution-intro__tag + * {
    margin-top: 1.5rem;
  }
}

.p-solution-intro__tag-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.75rem 0 0 -0.75rem;
}

.p-solution-intro__tag-list li {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left 0.125rem;
  background-image: url(../img/ico_check_pri.svg);
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 1.125rem;
  margin: 0.75rem 0 0 0.75rem;
}

@media (min-width: 768px) {
  .p-solution-list01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1rem 0 0 -1rem;
  }
}

.p-solution-list01__item {
  position: relative;
  background-color: #F2FCFB;
  padding: 3rem 1rem 1.5rem 1rem;
}

@media (min-width: 768px) {
  .p-solution-list01__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 3 - 1rem);
        flex-basis: calc(100% / 3 - 1rem);
    max-width: calc(100% / 3 - 1rem);
    margin: 1rem 0 0 1rem;
  }
}

@media (max-width: 767px) {
  .p-solution-list01__item + .p-solution-list01__item {
    margin-top: 1.25rem;
  }
}

.p-solution-list01__title {
  background-color: #01BFB7;
  color: #fff;
  white-space: nowrap;
  line-height: 1.25;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.375rem 1rem 0.25rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-solution-list01__desc {
  text-align: center;
}

.p-solution-list01__desc > * > * {
  color: #01BFB7;
  font-weight: 500;
}

.p-guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

@media (max-width: 767px) {
  .p-guide__flex {
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-guide__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .p-guide__title {
    font-size: 20px;
  }
}

.p-guide__title + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-guide__title + * {
    margin-top: 20px;
  }
}

.p-guide__title-img {
  margin-right: 0.75rem;
}

.p-guide__list {
  padding: 16px 24px;
  padding-left: calc(16px + 20px);
  background-color: #F2FCFB;
}

.p-guide__list li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.5;
}

.p-guide__list li::marker {
  color: #01BFB7;
}

.p-guide__list li + * {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .p-guide__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .p-guide__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-guide__btn.c-btn {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767px) {
  .p-guide__btn.c-btn {
    margin-inline: auto;
  }
}

.p-guide__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

@media (max-width: 767px) {
  .p-guide__menu {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.p-guide__menu-item {
  padding: 2.5rem;
  color: #fff;
  background-color: #01BFB7;
  position: relative;
}

@media (min-width: 768px) {
  .p-guide__menu-item:hover {
    opacity: 0.64;
  }
}

@media (max-width: 767px) {
  .p-guide__menu-item {
    padding: 20px;
  }
}

.p-guide__menu-item.-price {
  background-color: #02AFC3;
}

.p-guide__menu-item.-faq {
  background-color: #3B97CC;
}

.p-guide__menu-item::before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 1rem;
  right: 1rem;
  background-image: url(/assets/img/ico_circle_arr_right_wht.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

@media (max-width: 767px) {
  .p-guide__menu-item::before {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 768px) {
  .p-guide__menu-item:hover::before {
    background-image: url(/assets/img/ico_circle_arr_right_wht_hover.svg);
  }
}

.p-guide__menu-icon {
  aspect-ratio: 1;
  width: 100%;
  max-width: 120px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-guide__menu-icon {
    width: 100px;
    height: 100px;
  }
}

.p-guide__menu-icon + * {
  margin-top: 1rem;
}

.p-guide__menu-title a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #F2FCFB;
  text-decoration: none;
  display: block;
}

@media (max-width: 767px) {
  .p-guide__menu-title a {
    font-size: 16px;
  }
}

.p-guide__menu-title a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.p-guide__menu-title + * {
  margin-top: 1rem;
}

* + .p-guide__list {
  margin-top: 16px;
}

.p-guide-flow__list {
  counter-reset: item;
}

.p-guide-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .p-guide-flow__item {
    padding-bottom: 2rem;
  }
}

.p-guide-flow__item::before {
  content: "";
  display: block;
  background-color: #A6E9E6;
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 3.75rem;
}

@media (max-width: 767px) {
  .p-guide-flow__item::before {
    margin-left: 2.25rem;
  }
}

.p-guide-flow__item:last-child::before {
  display: none;
}

.p-guide-flow__img {
  position: relative;
  border-radius: 50%;
  background-color: #F2FCFB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 7.5rem;
      flex-basis: 7.5rem;
  max-width: 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .p-guide-flow__img {
    -ms-flex-preferred-size: 4.5rem;
        flex-basis: 4.5rem;
    max-width: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}

.p-guide-flow__img img {
  max-width: 4rem;
}

@media (max-width: 767px) {
  .p-guide-flow__img img {
    max-width: 2rem;
  }
}

.p-guide-flow__text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1.5rem;
}

.p-guide-flow__title {
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  padding-top: 2rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-guide-flow__title {
    font-size: 1.75rem;
  }
}

.p-guide-flow__title::before, .p-guide-flow__title::after {
  display: block;
  color: #01BFB7;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.p-guide-flow__title::before {
  content: 'step';
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}

.p-guide-flow__title::after {
  counter-increment: item;
  content: "0" counter(item);
  font-size: 1.25rem;
  margin-left: 2.75rem;
}

.p-guide-flow__title + * {
  margin-top: 1rem;
}

.p-guide-flow__item:nth-child(10) .p-guide-flow__title::after {
  content: counter(item);
}

.p-guide-textbox01 {
  background-color: #F2FCFB;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .p-guide-textbox01 {
    padding: 1.25rem;
  }
}

.p-guide-textbox01__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-guide-textbox01__header + * {
  margin-top: 1rem;
}

.p-guide-textbox01__img + * {
  margin-left: 1rem;
}

.p-guide-textbox01__title {
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .p-guide-textbox01__title {
    font-size: 1.25rem;
  }
}

.p-guide-textbox01__title + * {
  margin-top: 1rem;
}

.p-guide-textbox01.-sm .p-guide-textbox01__title {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .p-guide-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-guide-message__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-right: 4rem;
  }
}

@media (max-width: 767px) {
  .p-guide-message__title + * {
    margin-top: 1.25rem;
  }
  .p-guide-message__title br {
    display: none;
  }
}

.p-guide-message__title-sub {
  color: #01BFB7;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
}

.p-guide-message__title-main {
  color: #01BFB7;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .p-guide-message__desc {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-guide-message__desc > * + * {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .p-guide-list01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2.5rem 0 0 -2.5rem;
  }
}

@media (min-width: 768px) {
  .p-guide-list01__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 2 - 2.5rem);
        flex-basis: calc(100% / 2 - 2.5rem);
    max-width: calc(100% / 2 - 2.5rem);
    margin: 2.5rem 0 0 2.5rem;
  }
}

@media (max-width: 767px) {
  .p-guide-list01__item + .p-guide-list01__item {
    margin-top: 1.25rem;
  }
}

.p-guide-list01__img-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-guide-list01__img-title + * {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .p-guide-list01__img-title + * {
    margin-top: 0.75rem;
  }
}

.p-guide-list01__title {
  font-weight: 500;
  font-size: 1.25rem;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  .p-guide-list01__title {
    padding-left: 1rem;
  }
}

.p-guide-list01__img {
  border-radius: 50%;
  background-color: #F2FCFB;
  width: 5rem;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-guide-list01__img img {
  max-width: 2.5rem;
  max-height: 2.5rem;
}

@media (max-width: 767px) {
  .p-guide-list01__img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .p-guide-list01__img img {
    max-width: 1.75rem;
    max-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .p-guide-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-guide-point__item + .p-guide-point__item {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .p-guide-point__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .p-guide-point__img {
    text-align: center;
  }
  .p-guide-point__img + * {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-guide-point__img img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-guide-point__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 2.5rem;
  }
}

.p-guide-point__title {
  font-weight: 500;
  font-size: 1.5rem;
}

.p-guide-point__title + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-guide-point__title + * {
    margin-top: 1rem;
  }
}

.p-guide-point__label {
  display: inline-block;
  background-color: #01BFB7;
  line-height: 1.5;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem 0.125rem;
}

.p-guide-point__label + * {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .p-guide-plan__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2.5rem 0 0 -2.5rem;
  }
}

@media (min-width: 768px) {
  .p-guide-plan__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 2 - 2.5rem);
        flex-basis: calc(100% / 2 - 2.5rem);
    max-width: calc(100% / 2 - 2.5rem);
    margin: 2.5rem 0 0 2.5rem;
  }
}

@media (max-width: 767px) {
  .p-guide-plan__item + .p-guide-plan__item {
    margin-top: 1.25rem;
  }
}

.p-guide-plan__title {
  font-weight: 500;
  text-align: center;
  font-size: 1.25rem;
}

.p-guide-plan__title + * {
  margin-top: 1.25rem;
}

.p-guide-plan__desc + * {
  margin-top: 1.5rem;
}

.p-guide-process {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .p-guide-process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
  }
}

.p-guide-process__item {
  position: relative;
}

@media (min-width: 768px) {
  .p-guide-process__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .p-guide-process__item + .p-guide-process__item {
    margin-top: 2rem;
  }
}

.p-guide-process__item + .p-guide-process__item::after {
  content: "";
  display: block;
  background-color: #01BFB7;
  position: absolute;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-guide-process__item + .p-guide-process__item::after {
    width: 2rem;
    height: 1px;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .p-guide-process__item + .p-guide-process__item::after {
    width: 1px;
    height: 1.25rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.p-guide-process__subtitle {
  display: block;
  color: #01BFB7;
  text-align: center;
  font-size: 0.875rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: -0.5rem;
}

.p-guide-process__title {
  border: 1px solid #01BFB7;
  background-color: #F2FCFB;
  color: #01BFB7;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.625rem 1rem;
}

@media (max-width: 767px) {
  .p-guide-process__title {
    font-size: 1.125rem;
  }
}

.p-guide-process__title.-bg-pri {
  color: #fff;
  background-color: #01BFB7;
}

.p-guide-process__title + * {
  margin-top: 1.25rem;
}

.p-guide-process__desc {
  font-size: 0.875rem;
}

.p-guide__menu-item::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-news-list__date {
  color: #01BFB7;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-news-list__title a {
  line-height: 1.75;
  text-decoration: none;
}

.p-news-list__title a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.p-news-list__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}

@media (max-width: 767px) {
  .p-news-list__title-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

.p-news-list__item {
  padding-bottom: 21px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #A6E9E6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .p-news-list__item {
    gap: 14px;
  }
}

.p-news-list__item + * {
  padding-top: 1.25rem;
}

.p-news-list__item::after {
  content: "";
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-news-list__item:hover {
  color: #01BFB7;
}

.p-news-list__item.-link-none::after {
  display: none;
}

.p-news-list__item.-link-none:hover {
  color: #00233A;
}

.p-case__wrapper {
  width: 100%;
  height: 100%;
}

.p-case__slider-item {
  background-color: #fff;
  padding: 1.25rem 2rem;
  border-radius: 8px;
  color: #00233A;
  width: 100%;
  position: relative;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .p-case__slider-item {
    max-width: 380px;
  }
}

.p-case__slider-item:hover {
  border: 2px solid #01BFB7;
}

.p-case__slider-item.-under {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

.p-case__slider-title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-case__slider-title {
    font-size: 16px;
  }
}

.p-case__slider-title + * {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .p-case__slider-title + * {
    margin-top: 10px;
  }
}

.p-case__slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.p-case__slider-list + * {
  margin-top: 1rem;
}

.p-case__slider-list li {
  padding: 4px 12px;
  border-radius: 26px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #01BFB7;
  color: #fff;
}

.p-case__slider-desc {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-case__slider-desc + * {
  margin-top: 1rem;
}

.p-case__slider-btn a {
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-case__slider-btn a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.p-case__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 767px) {
  .p-case__flex {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-case__point {
  padding: 3rem 4rem;
  background-color: #F2FCFB;
  position: relative;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .p-case__point {
    padding: 16px;
    padding-top: 20px;
  }
}

.p-case__point-title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #01BFB7;
  position: absolute;
  inset: -1rem auto auto 4rem;
}

@media (max-width: 767px) {
  .p-case__point-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .p-case__point-title {
    left: 16px;
  }
}

.p-case__point ul {
  margin-top: 0;
}

* + .p-case__point {
  margin-top: calc(5rem + 16px);
}

@media (max-width: 767px) {
  * + .p-case__point {
    margin-top: calc(4rem + 14px);
  }
}

.c-case__slider-container {
  z-index: 30;
}

.p-case__slider-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-case__slider-desc {
  display: none;
}

.p-company__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-company__menu {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.p-company__item {
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 8px 4px 20px 0px rgba(176, 176, 176, 0.1);
          box-shadow: 8px 4px 20px 0px rgba(176, 176, 176, 0.1);
  display: block;
}

@media (min-width: 768px) {
  .p-company__item {
    max-width: 286px;
  }
}

.p-company__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-company__thumb {
  width: 100%;
  aspect-ratio: 286 / 160;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.p-company__thumb img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-company__title a {
  padding: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-company__title a::after {
  content: "";
  background-image: url(/assets/img/ico_arr_right_pri.svg);
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-company__title a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.p-company__recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .p-company__recruit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(14px + 24px);
  }
}

.p-company__recruit-title {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #01BFB7;
}

@media (max-width: 767px) {
  .p-company__recruit-title {
    font-size: 32px;
  }
}

.p-company__recruit-title + * {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .p-company__recruit-title + * {
    margin-top: 6px;
  }
}

.p-company__recruit-subtitle {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-company__recruit-subtitle {
    font-size: 14px;
  }
}

.p-company__recruit-subtitle + * {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-company__recruit-subtitle + * {
    margin-top: 20px;
  }
}

.p-company__recruit-btn.c-btn {
  margin-left: 0;
}

.p-company__lead {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-company__lead {
    font-size: 18px;
  }
}

.p-company__lead + * {
  margin-top: 1.5rem;
}

.p-company__img {
  width: 100%;
  aspect-ratio: 560 / 360;
  position: relative;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .p-company__img {
    max-width: 560px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .p-company__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-company__img img {
  border-radius: 8px;
}

.p-company__img.-bg {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
  margin-left: 40px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-company__img.-bg {
    margin-left: 14px;
    margin-top: 14px;
  }
}

.p-company__img.-bg::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  opacity: .8;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .p-company__content {
    max-width: 560px;
  }
}

* + .p-company__menu {
  margin-top: 1rem;
}

* + .p-company__btn {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  * + .p-company__btn {
    margin-top: 20px;
  }
}

* + .p-company__recruit-btn {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  * + .p-company__recruit-btn {
    margin-top: 20px;
  }
}

.p-company-under__history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 148px 1fr;
      grid-template-columns: 148px 1fr;
  gap: 10px;
  letter-spacing: 0.04em;
  line-height: 27px;
}

@media (max-width: 767px) {
  .p-company-under__history {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px;
  }
}

.p-company-under__history + * {
  margin-top: 16px;
}

.p-company-under__year {
  color: #01BFB7;
  font-weight: 500;
}

.p-company-under__list {
  padding-left: 20px;
}

.p-company-under__list li {
  list-style-type: disc;
}

.p-company-under__list li::marker {
  color: #01BFB7;
}

.p-company-under__list li + * {
  margin-top: 16px;
}

.p-company-under__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .p-company-under__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.p-company-under__content {
  width: 100%;
}

@media (min-width: 768px) {
  .p-company-under__content {
    max-width: 360px;
  }
}

.p-company-under__address {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 767px) {
  .p-company-under__address {
    padding-bottom: 16px;
  }
}

.p-company-under__address + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-company-under__address + * {
    margin-top: 16px;
  }
}

.p-company-under__img {
  width: 100%;
  aspect-ratio: 560 / 300;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-company-under__img {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .p-company-under__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-company-under__tel, .p-company-under__fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  left: 0.1em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-company-under__tel, .p-company-under__fax {
    font-size: 16px;
  }
}

.p-company-under__tel a, .p-company-under__fax a {
  text-decoration: none;
}

.p-company-under__tel::before, .p-company-under__fax::before {
  content: 'TEL';
  border: 1px solid #00233A;
  width: 44px;
  height: 19px;
  background-color: #00233A;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.p-company-under__fax::before {
  content: "FAX";
  background-color: #fff;
  color: #00233A;
}

.p-company-under__access {
  font-weight: 500;
  padding: 8px 16px;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
  border-radius: 8px;
  color: #fff;
  display: block;
}

.p-company-under__access + .p-company-under__desc {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-company-under__access + .p-company-under__desc {
    margin-top: 16px;
  }
}

.p-company-under__desc {
  font-weight: 500;
  line-height: 27px;
}

.p-company-under__desc + ul {
  margin-top: 4px;
}

.p-company-under__item {
  width: 100%;
}

.p-company-under__time {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-company-under__map {
    height: 320px;
  }
}

.p-company-under__map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .p-company-under__map-btn.c-btn {
    margin-right: 0;
  }
}

.p-company-under__map-btn.c-btn a::after {
  background-image: url(/assets/img/ico_map.svg);
  width: 16px;
  height: 16px;
}

.p-company-under__map-btn.c-btn a:hover::after {
  background-image: url(/assets/img/ico_map_wht.svg);
}

* + .p-company-under__time {
  margin-top: 8px;
}

* + .p-company-under__desc {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  * + .p-company-under__desc {
    margin-top: 20px;
  }
}

* + .p-company-under__map {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-company-message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-company-message__subtitle {
  text-transform: uppercase;
  color: #01BFB7;
  font-weight: 500;
  font-size: 1.125rem;
}

.p-company-message__subtitle + * {
  margin-top: 0.5rem;
}

.p-company-message__title {
  color: #01BFB7;
  font-weight: 500;
  font-size: 2.5rem;
}

.p-company-message__title + * {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-company-message__title + * {
    margin-top: 1rem;
  }
}

.p-company-message__desc {
  font-weight: 500;
  line-height: 2;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .p-company-message__desc br {
    display: none;
  }
}

@media (min-width: 768px) {
  .p-company-message__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .p-company-message__img + * {
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-company-message__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 2rem;
  }
}

.p-achievements__title {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-achievements__title {
    font-size: 20px;
  }
}

.p-achievements__title + * {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .p-achievements__title + * {
    margin-top: 16px;
  }
}

.p-achievements__flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-achievements__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.p-achievements__img {
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-achievements__img {
    max-width: 380px;
  }
}

.p-achievements__img + * {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .p-achievements__img + * {
    margin-top: 10px;
  }
}

.p-achievements__flex-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 1fr;
      grid-template-columns: 380px 1fr;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-achievements__flex-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.p-achievements__list li {
  font-size: 0.875rem;
  line-height: 24px;
}

@media (max-width: 767px) {
  .p-achievements__list li {
    font-size: 12px;
  }
}

.p-achievements__private {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 32px 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .p-achievements__private {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (min-width: 768px) {
  .p-achievements__desc {
    max-width: 640px;
  }
}

.p-achievements__desc + * {
  margin-top: 24px;
}

* + .p-achievements__flex-list {
  margin-top: 48px;
}

@media (max-width: 767px) {
  * + .p-achievements__flex-list {
    margin-top: 24px;
  }
}

.p-faq__item {
  border-radius: 8px;
  overflow: hidden;
}

.p-faq__item + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .p-faq__item + * {
    margin-top: 24px;
  }
}

.p-faq__question {
  color: #fff;
  background-color: #01BFB7;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.75rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-faq__question {
    font-size: 16px;
    padding-inline: 16px;
    gap: 12px;
  }
}

.p-faq__question::before {
  content: "Q";
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #01BFB7;
  background-color: #fff;
}

.p-faq__answer {
  padding: 1.5rem 2rem;
  background-color: #F2FCFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 1rem;
}

@media (max-width: 767px) {
  .p-faq__answer {
    font-size: 14px;
    padding-inline: 16px;
    gap: 12px;
    padding: 14px 16px;
  }
}

.p-faq__answer::before {
  content: "A";
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--grd, linear-gradient(105deg, #01BFB7 10.95%, #3B97CC 99.77%));
}

.p-topics__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

@media (max-width: 767px) {
  .p-topics__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-topics__item {
  position: relative;
}

.p-topics__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-topics__img {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 360 / 180;
}

.p-topics__img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-topics__img + * {
  margin-top: 1rem;
}

.p-topics__title a {
  display: block;
  font-weight: 500;
  padding-bottom: calc(1rem + 1px);
  border-bottom: 1px solid #d5d5d5;
  text-decoration: none;
}

.p-topics__title a::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.p-topics-under__mv {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 960 / 480;
  position: relative;
}

.p-topics-under__mv + * {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .p-topics-under__mv + * {
    margin-top: 40px;
  }
}

.c-pagetitle__title.-blk + .p-topics-under__mv, * + .p-topics-under__mv {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .c-pagetitle__title.-blk + .p-topics-under__mv, * + .p-topics-under__mv {
    margin-top: 20px;
  }
}

.p-download-pickup + .p-download-pickup {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .p-download-pickup + .p-download-pickup {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-download-pickup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-download-pickup__img {
  text-align: center;
  border: 1px solid #d5d5d5;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .p-download-pickup__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .p-download-pickup__img {
    padding: 1.25rem;
  }
  .p-download-pickup__img + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-download-pickup__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% - 300px);
        flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-right: 2.5rem;
  }
}

.p-download-pickup__title {
  font-weight: bold;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .p-download-pickup__title {
    font-size: 1.5rem;
  }
}

.p-download-pickup__title + * {
  margin-top: 1.5rem;
}

.p-download-pickup__desc + * {
  margin-top: 1.5rem;
}

.p-download-pickup__btn[class] > * {
  margin-left: 0;
}

.p-download-pickup__btn[class] a {
  position: relative;
  display: block;
  text-align: center;
}

.p-download-pickup__btn[class] a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .p-download-list__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2rem 0 0 -2rem;
  }
}

.p-download-list__item {
  position: relative;
  border: 1px solid #d5d5d5;
  padding: 1.5rem 1.5rem 6rem;
}

@media (min-width: 768px) {
  .p-download-list__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 3 - 2rem);
        flex-basis: calc(100% / 3 - 2rem);
    max-width: calc(100% / 3 - 2rem);
    margin: 2rem 0 0 2rem;
  }
}

@media (max-width: 767px) {
  .p-download-list__item {
    padding: 1.25rem 1.25rem 5.5rem;
  }
}

@media (max-width: 767px) {
  .p-download-list__item + .p-download-list__item {
    margin-top: 1.25rem;
  }
}

.p-download-list__img {
  text-align: center;
}

.p-download-list__img + * {
  margin-top: 1.5rem;
}

.p-download-list__title {
  text-align: center;
  font-weight: bold;
}

.p-download-list__title + * {
  margin-top: 0.75rem;
}

.p-download-list__btn[class] {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .p-download-list__btn[class] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-download-list__btn[class] > * {
    max-width: 168px;
  }
}

.p-download-list__btn[class] a {
  font-size: 0.875rem;
  position: relative;
  display: block;
  text-align: center;
  padding: 0.875rem 1rem 0.75rem;
}

.p-download-list__btn[class] a::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1rem;
}
/*# sourceMappingURL=style.css.map */