@charset "UTF-8";
.gradation_color_fill, .home__plan .btn-area .btn-more.--main, .conversion-bnr .btn-conversion, .home__function .btn-area .btn-more.--main, .main-visual .mv__btn-area .btn-mv.--main, .conversion__item-btn.--main, .header__btn a.btn__cv-start {
  text-shadow: 0 0 3px #00AF8E;
  background: linear-gradient(170deg, #00AF8E, #1798DD, #40CAF4);
  text-shadow: 0 0 3px #00AF8E;
  background: linear-gradient(170deg, #086EC6, #22AFD1, #68D0A7);
}

.gradation_color_fill, .home__plan .btn-area .btn-more.--main, .conversion-bnr .btn-conversion, .home__function .btn-area .btn-more.--main, .main-visual .mv__btn-area .btn-mv.--main, .conversion__item-btn.--main, .header__btn a.btn__cv-start {
  text-shadow: 0 0 3px #00AF8E;
  background: linear-gradient(170deg, #00AF8E, #1798DD, #40CAF4);
  text-shadow: 0 0 3px #00AF8E;
  background: linear-gradient(170deg, #086EC6, #22AFD1, #68D0A7);
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* for mozilla: always display scrollbar */
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
tbody,
tfoot,
thead,
object,
iframe,
code,
fieldset,
legend,
caption,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale→ */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fieldset,
  input,
  textarea,
  p,
  blockquote,
  table,
  th,
  td,
  tbody,
  tfoot,
  thead,
  object,
  iframe,
  code,
  fieldset,
  legend,
  caption,
  article,
  aside,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  audio,
  video,
  canvas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
address,
caption,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  font-size: 1.5rem;
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

img,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

figure {
  text-align: center;
}

br {
  letter-spacing: normal;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out;
  display: inline-block;
  color: inherit;
}

/* default */
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
[class^=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before {
  font-family: "icons";
}

.icon-home:before {
  content: "\e900";
}

.icon-home2:before {
  content: "\e901";
}

.icon-home3:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e903";
}

.icon-newspaper:before {
  content: "\e904";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-quill:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e908";
}

.icon-blog:before {
  content: "\e909";
}

.icon-eyedropper:before {
  content: "\e90a";
}

.icon-droplet:before {
  content: "\e90b";
}

.icon-paint-format:before {
  content: "\e90c";
}

.icon-image:before {
  content: "\e90d";
}

.icon-images:before {
  content: "\e90e";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-dice:before {
  content: "\e915";
}

.icon-pacman:before {
  content: "\e916";
}

.icon-spades:before {
  content: "\e917";
}

.icon-clubs:before {
  content: "\e918";
}

.icon-diamonds:before {
  content: "\e919";
}

.icon-bullhorn:before {
  content: "\e91a";
}

.icon-connection:before {
  content: "\e91b";
}

.icon-podcast:before {
  content: "\e91c";
}

.icon-feed:before {
  content: "\e91d";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-library:before {
  content: "\e921";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-profile:before {
  content: "\e923";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-files-empty:before {
  content: "\e925";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-copy:before {
  content: "\e92c";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-folder-plus:before {
  content: "\e931";
}

.icon-folder-minus:before {
  content: "\e932";
}

.icon-folder-download:before {
  content: "\e933";
}

.icon-folder-upload:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-barcode:before {
  content: "\e937";
}

.icon-qrcode:before {
  content: "\e938";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-dollar:before {
  content: "\e93b";
}

.icon-coin-euro:before {
  content: "\e93c";
}

.icon-coin-pound:before {
  content: "\e93d";
}

.icon-coin-yen:before {
  content: "\e93e";
}

.icon-credit-card:before {
  content: "\e93f";
}

.icon-calculator:before {
  content: "\e940";
}

.icon-lifebuoy:before {
  content: "\e941";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-pushpin:before {
  content: "\e946";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass:before {
  content: "\e949";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e94b";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-bell:before {
  content: "\e951";
}

.icon-stopwatch:before {
  content: "\e952";
}

.icon-calendar:before {
  content: "\e953";
}

.icon-printer:before {
  content: "\e954";
}

.icon-keyboard:before {
  content: "\e955";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop:before {
  content: "\e957";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-tablet:before {
  content: "\e95a";
}

.icon-tv:before {
  content: "\e95b";
}

.icon-drawer:before {
  content: "\e95c";
}

.icon-drawer2:before {
  content: "\e95d";
}

.icon-box-add:before {
  content: "\e95e";
}

.icon-box-remove:before {
  content: "\e95f";
}

.icon-download:before {
  content: "\e960";
}

.icon-upload:before {
  content: "\e961";
}

.icon-floppy-disk:before {
  content: "\e962";
}

.icon-drive:before {
  content: "\e963";
}

.icon-database:before {
  content: "\e964";
}

.icon-undo:before {
  content: "\e965";
}

.icon-redo:before {
  content: "\e966";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-forward:before {
  content: "\e969";
}

.icon-reply:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles3:before {
  content: "\e96f";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-user:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-user-minus:before {
  content: "\e974";
}

.icon-user-check:before {
  content: "\e975";
}

.icon-user-tie:before {
  content: "\e976";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-spinner:before {
  content: "\e97a";
}

.icon-spinner2:before {
  content: "\e97b";
}

.icon-spinner3:before {
  content: "\e97c";
}

.icon-spinner4:before {
  content: "\e97d";
}

.icon-spinner5:before {
  content: "\e97e";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-spinner7:before {
  content: "\e980";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-spinner9:before {
  content: "\e982";
}

.icon-spinner10:before {
  content: "\e983";
}

.icon-spinner11:before {
  content: "\e984";
}

.icon-binoculars:before {
  content: "\e985";
}

.icon-search:before {
  content: "\e986";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-shrink:before {
  content: "\e98a";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-shrink2:before {
  content: "\e98c";
}

.icon-key:before {
  content: "\e98d";
}

.icon-key2:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-equalizer:before {
  content: "\e992";
}

.icon-equalizer2:before {
  content: "\e993";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\e996";
}

.icon-magic-wand:before {
  content: "\e997";
}

.icon-aid-kit:before {
  content: "\e998";
}

.icon-bug:before {
  content: "\e999";
}

.icon-pie-chart:before {
  content: "\e99a";
}

.icon-stats-dots:before {
  content: "\e99b";
}

.icon-stats-bars:before {
  content: "\e99c";
}

.icon-stats-bars2:before {
  content: "\e99d";
}

.icon-trophy:before {
  content: "\e99e";
}

.icon-gift:before {
  content: "\e99f";
}

.icon-glass:before {
  content: "\e9a0";
}

.icon-glass2:before {
  content: "\e9a1";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-leaf:before {
  content: "\e9a4";
}

.icon-rocket:before {
  content: "\e9a5";
}

.icon-meter:before {
  content: "\e9a6";
}

.icon-meter2:before {
  content: "\e9a7";
}

.icon-hammer2:before {
  content: "\e9a8";
}

.icon-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-magnet:before {
  content: "\e9ab";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-bin2:before {
  content: "\e9ad";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\e9af";
}

.icon-truck:before {
  content: "\e9b0";
}

.icon-road:before {
  content: "\e9b1";
}

.icon-accessibility:before {
  content: "\e9b2";
}

.icon-target:before {
  content: "\e9b3";
}

.icon-shield:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-power-cord:before {
  content: "\e9b7";
}

.icon-clipboard:before {
  content: "\e9b8";
}

.icon-list-numbered:before {
  content: "\e9b9";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-list2:before {
  content: "\e9bb";
}

.icon-tree:before {
  content: "\e9bc";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-menu2:before {
  content: "\e9be";
}

.icon-menu3:before {
  content: "\e9bf";
}

.icon-menu4:before {
  content: "\e9c0";
}

.icon-cloud:before {
  content: "\e9c1";
}

.icon-cloud-download:before {
  content: "\e9c2";
}

.icon-cloud-upload:before {
  content: "\e9c3";
}

.icon-cloud-check:before {
  content: "\e9c4";
}

.icon-download2:before {
  content: "\e9c5";
}

.icon-upload2:before {
  content: "\e9c6";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-flag:before {
  content: "\e9cc";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-plus:before {
  content: "\e9cf";
}

.icon-eye-minus:before {
  content: "\e9d0";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-sun:before {
  content: "\e9d4";
}

.icon-contrast:before {
  content: "\e9d5";
}

.icon-brightness-contrast:before {
  content: "\e9d6";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-heart-broken:before {
  content: "\e9db";
}

.icon-man:before {
  content: "\e9dc";
}

.icon-woman:before {
  content: "\e9dd";
}

.icon-man-woman:before {
  content: "\e9de";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-tongue:before {
  content: "\e9e3";
}

.icon-tongue2:before {
  content: "\e9e4";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-sad2:before {
  content: "\e9e6";
}

.icon-wink:before {
  content: "\e9e7";
}

.icon-wink2:before {
  content: "\e9e8";
}

.icon-grin:before {
  content: "\e9e9";
}

.icon-grin2:before {
  content: "\e9ea";
}

.icon-cool:before {
  content: "\e9eb";
}

.icon-cool2:before {
  content: "\e9ec";
}

.icon-angry:before {
  content: "\e9ed";
}

.icon-angry2:before {
  content: "\e9ee";
}

.icon-evil:before {
  content: "\e9ef";
}

.icon-evil2:before {
  content: "\e9f0";
}

.icon-shocked:before {
  content: "\e9f1";
}

.icon-shocked2:before {
  content: "\e9f2";
}

.icon-baffled:before {
  content: "\e9f3";
}

.icon-baffled2:before {
  content: "\e9f4";
}

.icon-confused:before {
  content: "\e9f5";
}

.icon-confused2:before {
  content: "\e9f6";
}

.icon-neutral:before {
  content: "\e9f7";
}

.icon-neutral2:before {
  content: "\e9f8";
}

.icon-hipster:before {
  content: "\e9f9";
}

.icon-hipster2:before {
  content: "\e9fa";
}

.icon-wondering:before {
  content: "\e9fb";
}

.icon-wondering2:before {
  content: "\e9fc";
}

.icon-sleepy:before {
  content: "\e9fd";
}

.icon-sleepy2:before {
  content: "\e9fe";
}

.icon-frustrated:before {
  content: "\e9ff";
}

.icon-frustrated2:before {
  content: "\ea00";
}

.icon-crying:before {
  content: "\ea01";
}

.icon-crying2:before {
  content: "\ea02";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-point-down:before {
  content: "\ea05";
}

.icon-point-left:before {
  content: "\ea06";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-spell-check:before {
  content: "\ea12";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-previous:before {
  content: "\ea18";
}

.icon-next:before {
  content: "\ea19";
}

.icon-backward:before {
  content: "\ea1a";
}

.icon-forward2:before {
  content: "\ea1b";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-backward2:before {
  content: "\ea1f";
}

.icon-forward3:before {
  content: "\ea20";
}

.icon-first:before {
  content: "\ea21";
}

.icon-last:before {
  content: "\ea22";
}

.icon-previous2:before {
  content: "\ea23";
}

.icon-next2:before {
  content: "\ea24";
}

.icon-eject:before {
  content: "\ea25";
}

.icon-volume-high:before {
  content: "\ea26";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.icon-volume-low:before {
  content: "\ea28";
}

.icon-volume-mute:before {
  content: "\ea29";
}

.icon-volume-mute2:before {
  content: "\ea2a";
}

.icon-volume-increase:before {
  content: "\ea2b";
}

.icon-volume-decrease:before {
  content: "\ea2c";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-infinite:before {
  content: "\ea2f";
}

.icon-shuffle:before {
  content: "\ea30";
}

.icon-arrow-up-left:before {
  content: "\ea31";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-up-right:before {
  content: "\ea33";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-down-right:before {
  content: "\ea35";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-down-left:before {
  content: "\ea37";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\ea45";
}

.icon-move-up:before {
  content: "\ea46";
}

.icon-move-down:before {
  content: "\ea47";
}

.icon-sort-alpha-asc:before {
  content: "\ea48";
}

.icon-sort-alpha-desc:before {
  content: "\ea49";
}

.icon-sort-numeric-asc:before {
  content: "\ea4a";
}

.icon-sort-numberic-desc:before {
  content: "\ea4b";
}

.icon-sort-amount-asc:before {
  content: "\ea4c";
}

.icon-sort-amount-desc:before {
  content: "\ea4d";
}

.icon-command:before {
  content: "\ea4e";
}

.icon-shift:before {
  content: "\ea4f";
}

.icon-ctrl:before {
  content: "\ea50";
}

.icon-opt:before {
  content: "\ea51";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop:before {
  content: "\ea57";
}

.icon-make-group:before {
  content: "\ea58";
}

.icon-ungroup:before {
  content: "\ea59";
}

.icon-scissors:before {
  content: "\ea5a";
}

.icon-filter:before {
  content: "\ea5b";
}

.icon-font:before {
  content: "\ea5c";
}

.icon-ligature:before {
  content: "\ea5d";
}

.icon-ligature2:before {
  content: "\ea5e";
}

.icon-text-height:before {
  content: "\ea5f";
}

.icon-text-width:before {
  content: "\ea60";
}

.icon-font-size:before {
  content: "\ea61";
}

.icon-bold:before {
  content: "\ea62";
}

.icon-underline:before {
  content: "\ea63";
}

.icon-italic:before {
  content: "\ea64";
}

.icon-strikethrough:before {
  content: "\ea65";
}

.icon-omega:before {
  content: "\ea66";
}

.icon-sigma:before {
  content: "\ea67";
}

.icon-page-break:before {
  content: "\ea68";
}

.icon-superscript:before {
  content: "\ea69";
}

.icon-subscript:before {
  content: "\ea6a";
}

.icon-superscript2:before {
  content: "\ea6b";
}

.icon-subscript2:before {
  content: "\ea6c";
}

.icon-text-color:before {
  content: "\ea6d";
}

.icon-pagebreak:before {
  content: "\ea6e";
}

.icon-clear-formatting:before {
  content: "\ea6f";
}

.icon-table:before {
  content: "\ea70";
}

.icon-table2:before {
  content: "\ea71";
}

.icon-insert-template:before {
  content: "\ea72";
}

.icon-pilcrow:before {
  content: "\ea73";
}

.icon-ltr:before {
  content: "\ea74";
}

.icon-rtl:before {
  content: "\ea75";
}

.icon-section:before {
  content: "\ea76";
}

.icon-paragraph-left:before {
  content: "\ea77";
}

.icon-paragraph-center:before {
  content: "\ea78";
}

.icon-paragraph-right:before {
  content: "\ea79";
}

.icon-paragraph-justify:before {
  content: "\ea7a";
}

.icon-indent-increase:before {
  content: "\ea7b";
}

.icon-indent-decrease:before {
  content: "\ea7c";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-embed:before {
  content: "\ea7f";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-terminal:before {
  content: "\ea81";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-mail:before {
  content: "\ea83";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-mail3:before {
  content: "\ea85";
}

.icon-mail4:before {
  content: "\ea86";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google:before {
  content: "\ea88";
}

.icon-google2:before {
  content: "\ea89";
}

.icon-google3:before {
  content: "\ea8a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-google-plus2:before {
  content: "\ea8c";
}

.icon-google-plus3:before {
  content: "\ea8d";
}

.icon-hangouts:before {
  content: "\ea8e";
}

.icon-google-drive:before {
  content: "\ea8f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vine:before {
  content: "\ea97";
}

.icon-vk:before {
  content: "\ea98";
}

.icon-renren:before {
  content: "\ea99";
}

.icon-sina-weibo:before {
  content: "\ea9a";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\ea9c";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.icon-lanyrd:before {
  content: "\eaa2";
}

.icon-flickr:before {
  content: "\eaa3";
}

.icon-flickr2:before {
  content: "\eaa4";
}

.icon-flickr3:before {
  content: "\eaa5";
}

.icon-flickr4:before {
  content: "\eaa6";
}

.icon-dribbble:before {
  content: "\eaa7";
}

.icon-behance:before {
  content: "\eaa8";
}

.icon-behance2:before {
  content: "\eaa9";
}

.icon-deviantart:before {
  content: "\eaaa";
}

.icon-500px:before {
  content: "\eaab";
}

.icon-steam:before {
  content: "\eaac";
}

.icon-steam2:before {
  content: "\eaad";
}

.icon-dropbox:before {
  content: "\eaae";
}

.icon-onedrive:before {
  content: "\eaaf";
}

.icon-github:before {
  content: "\eab0";
}

.icon-npm:before {
  content: "\eab1";
}

.icon-basecamp:before {
  content: "\eab2";
}

.icon-trello:before {
  content: "\eab3";
}

.icon-wordpress:before {
  content: "\eab4";
}

.icon-joomla:before {
  content: "\eab5";
}

.icon-ello:before {
  content: "\eab6";
}

.icon-blogger:before {
  content: "\eab7";
}

.icon-blogger2:before {
  content: "\eab8";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-tumblr2:before {
  content: "\eaba";
}

.icon-yahoo:before {
  content: "\eabb";
}

.icon-yahoo2:before {
  content: "\eabc";
}

.icon-tux:before {
  content: "\eabd";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-finder:before {
  content: "\eabf";
}

.icon-android:before {
  content: "\eac0";
}

.icon-windows:before {
  content: "\eac1";
}

.icon-windows8:before {
  content: "\eac2";
}

.icon-soundcloud:before {
  content: "\eac3";
}

.icon-soundcloud2:before {
  content: "\eac4";
}

.icon-skype:before {
  content: "\eac5";
}

.icon-reddit:before {
  content: "\eac6";
}

.icon-hackernews:before {
  content: "\eac7";
}

.icon-wikipedia:before {
  content: "\eac8";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-lastfm:before {
  content: "\eacb";
}

.icon-lastfm2:before {
  content: "\eacc";
}

.icon-delicious:before {
  content: "\eacd";
}

.icon-stumbleupon:before {
  content: "\eace";
}

.icon-stumbleupon2:before {
  content: "\eacf";
}

.icon-stackoverflow:before {
  content: "\ead0";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-xing:before {
  content: "\ead3";
}

.icon-xing2:before {
  content: "\ead4";
}

.icon-flattr:before {
  content: "\ead5";
}

.icon-foursquare:before {
  content: "\ead6";
}

.icon-yelp:before {
  content: "\ead7";
}

.icon-paypal:before {
  content: "\ead8";
}

.icon-chrome:before {
  content: "\ead9";
}

.icon-firefox:before {
  content: "\eada";
}

.icon-IE:before {
  content: "\eadb";
}

.icon-edge:before {
  content: "\eadc";
}

.icon-safari:before {
  content: "\eadd";
}

.icon-opera:before {
  content: "\eade";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-openoffice:before {
  content: "\eae0";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.icon-libreoffice:before {
  content: "\eae3";
}

.icon-html-five:before {
  content: "\eae4";
}

.icon-html-five2:before {
  content: "\eae5";
}

.icon-css3:before {
  content: "\eae6";
}

.icon-git:before {
  content: "\eae7";
}

.icon-codepen:before {
  content: "\eae8";
}

.icon-svg:before {
  content: "\eae9";
}

.icon-IcoMoon:before {
  content: "\eaea";
}

.icon-uni21:before {
  content: "!";
}

.icon-uni22:before {
  content: '"';
}

.icon-uni23:before {
  content: "#";
}

.icon-uni24:before {
  content: "$";
}

.icon-uni25:before {
  content: "%";
}

.icon-uni26:before {
  content: "&";
}

.icon-uni27:before {
  content: "'";
}

.icon-uni28:before {
  content: "(";
}

.icon-uni29:before {
  content: ")";
}

.icon-uni2A:before {
  content: "*";
}

.icon-uni2B:before {
  content: "+";
}

.icon-uni2C:before {
  content: ",";
}

.icon-uni2D:before {
  content: "-";
}

.icon-uni2E:before {
  content: ".";
}

.icon-uni2F:before {
  content: "/";
}

.icon-uni30:before {
  content: "0";
}

.icon-uni31:before {
  content: "1";
}

.icon-uni32:before {
  content: "2";
}

.icon-uni33:before {
  content: "3";
}

.icon-uni34:before {
  content: "4";
}

.icon-uni35:before {
  content: "5";
}

.icon-uni36:before {
  content: "6";
}

.icon-uni37:before {
  content: "7";
}

.icon-uni38:before {
  content: "8";
}

.icon-uni39:before {
  content: "9";
}

.icon-uni3A:before {
  content: ":";
}

.icon-uni3B:before {
  content: ";";
}

.icon-uni3C:before {
  content: "<";
}

.icon-uni3D:before {
  content: "=";
}

.icon-uni3E:before {
  content: ">";
}

.icon-uni3F:before {
  content: "?";
}

.icon-uni40:before {
  content: "@";
}

.icon-uni41:before {
  content: "A";
}

.icon-uni42:before {
  content: "B";
}

.icon-uni43:before {
  content: "C";
}

.icon-uni44:before {
  content: "D";
}

.icon-uni45:before {
  content: "E";
}

.icon-uni46:before {
  content: "F";
}

.icon-uni47:before {
  content: "G";
}

.icon-uni48:before {
  content: "H";
}

.icon-uni49:before {
  content: "I";
}

.icon-uni4A:before {
  content: "J";
}

.icon-uni4B:before {
  content: "K";
}

.icon-uni4C:before {
  content: "L";
}

.icon-uni4D:before {
  content: "M";
}

.icon-uni4E:before {
  content: "N";
}

.icon-uni4F:before {
  content: "O";
}

.icon-uni50:before {
  content: "P";
}

.icon-uni51:before {
  content: "Q";
}

.icon-uni52:before {
  content: "R";
}

.icon-uni53:before {
  content: "S";
}

.icon-uni54:before {
  content: "T";
}

.icon-uni55:before {
  content: "U";
}

.icon-uni56:before {
  content: "V";
}

.icon-uni57:before {
  content: "W";
}

.icon-uni58:before {
  content: "X";
}

.icon-uni59:before {
  content: "Y";
}

.icon-uni5A:before {
  content: "Z";
}

.icon-uni5B:before {
  content: "[";
}

.icon-uni5C:before {
  content: "\\";
}

.icon-uni5D:before {
  content: "]";
}

.icon-uni5E:before {
  content: "^";
}

.icon-uni5F:before {
  content: "_";
}

.icon-uni60:before {
  content: "`";
}

.icon-uni61:before {
  content: "a";
}

.icon-uni62:before {
  content: "b";
}

.icon-uni63:before {
  content: "c";
}

.icon-uni64:before {
  content: "d";
}

.icon-uni65:before {
  content: "e";
}

.icon-uni66:before {
  content: "f";
}

.icon-uni67:before {
  content: "g";
}

.icon-uni68:before {
  content: "h";
}

.icon-uni69:before {
  content: "i";
}

.icon-uni6A:before {
  content: "j";
}

.icon-uni6B:before {
  content: "k";
}

.icon-uni6C:before {
  content: "l";
}

.icon-uni6D:before {
  content: "m";
}

.icon-uni6E:before {
  content: "n";
}

.icon-uni6F:before {
  content: "o";
}

.icon-uni70:before {
  content: "p";
}

.icon-uni71:before {
  content: "q";
}

.icon-uni72:before {
  content: "r";
}

.icon-uni73:before {
  content: "s";
}

.icon-uni74:before {
  content: "t";
}

.icon-uni75:before {
  content: "u";
}

.icon-uni76:before {
  content: "v";
}

.icon-uni77:before {
  content: "w";
}

.icon-uni78:before {
  content: "x";
}

.icon-uni79:before {
  content: "y";
}

.icon-uni7A:before {
  content: "z";
}

.icon-uni7B:before {
  content: "{";
}

.icon-uni7C:before {
  content: "|";
}

.icon-uni7D:before {
  content: "}";
}

.icon-uni7E:before {
  content: "~";
}

.icon-uniA9:before {
  content: "©";
}

.icon-times-circle:before {
  content: "\ea0d";
}

.pc {
  display: none;
}

@media only screen and (min-width: 960px ) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
body {
  background: #fff;
  font-size: 1.6rem;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", sans-serif;
}

.section__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 560px ) {
  .section__inner {
    padding: 0 70px;
    max-width: 1360px;
  }
}

a,
a::before,
a::after {
  transition: all 0.25s ease-out;
}

.svg-sns-frame {
  fill: rgba(255, 255, 255, 0);
}

br.sp {
  display: none;
}
@media only screen and (max-width: 559px ) {
  br.sp {
    display: inherit;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 2;
  background: #fff;
}

html.side-open {
  overflow: hidden;
}

.side-open .wrapper,
.side-open .overlay {
  transform: translate3d(-300px, 0, 0);
}

/* overlay */
.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}

/* side_menu */
.side-nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 70px;
  background: #fff;
  z-index: 1;
  overflow-y: scroll;
}
.side-open .side-nav {
  right: 0;
}
@media screen and (min-width: 1261px) {
  .side-nav {
    display: none;
  }
}
.side-nav .nav_ul {
  width: 100%;
  height: 70%;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}
.side-nav .nav_ul li + li {
  margin-top: 0.25em;
}
.side-nav .nav_ul li a {
  padding: 0.5em 1em 0.5em 1.5em;
  display: block;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.side-nav .nav_ul li.has_child {
  cursor: pointer;
}
.side-nav .nav_ul li.has_child:not(.sp-no-child) > a {
  position: relative;
}
.side-nav .nav_ul li.has_child:not(.sp-no-child) > a::after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
}
.side-nav .nav_ul li.has_child:not(.sp-no-child) > a.active::after {
  transform: rotate(225deg);
}
.side-nav .nav_ul li .nav--child {
  padding-left: 1em;
  list-style: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.side-nav .nav_ul li .nav--child li {
  font-size: 1.4rem;
}
.side-nav .nav_ul li:not(.sp-no-child) .active + .nav--child {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: fit-content;
  opacity: 1;
  background: #f5f5f5;
}

/* humberger_btn */
.side-menu-btn {
  position: fixed;
  top: 22px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}
@media (hover: hover) {
  .side-menu-btn:hover .top {
    transform: translateY(-2px);
  }
  .side-menu-btn:hover .bot {
    transform: translateY(2px);
  }
}
@media screen and (min-width: 1261px) {
  .side-menu-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .side-menu-btn {
    top: 45px;
  }
}

.page.price .side-menu-btn {
  position: absolute;
}

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  appearance: none;
  outline: none;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #333;
  transition: all 0.3s;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}

.side-open .side-menu-btn {
  top: 10px;
}
.side-open .side-menu-btn .top {
  width: 30px;
  height: 1px;
  transform-origin: left top;
  transform: rotate(45deg);
}
.side-open .side-menu-btn .mid {
  opacity: 0;
}
.side-open .side-menu-btn .bot {
  width: 30px;
  height: 1px;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 500;
}
.header__inner {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
}
.header__nav-area {
  display: flex;
  align-items: center;
  gap: 2.1428571429vw;
}
.header__logo img {
  max-width: 160px;
}
.header__global-nav .nav_ul {
  display: flex;
  gap: 1.5vw;
  font-size: 1.4rem;
}
.header__global-nav .nav_item {
  cursor: pointer;
}
.header__global-nav .nav_item a {
  padding: 0.25em 0.5em;
  font-weight: bold;
}
.header__global-nav .nav_item a:hover {
  opacity: 0.5;
}
.header__global-nav .nav_item.has_child {
  position: relative;
}
.header__global-nav .nav_ul > .has_child > .nav--child {
  position: absolute;
  left: -1em;
  padding: 0 30px;
  width: 280px;
  height: 0;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 7px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.header__global-nav .nav_ul > .has_child > .nav--child:has(.nav-cat-title) {
  width: 700px;
}
.header__global-nav .nav_ul > .has_child > .nav--child.is-open {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow: auto;
  opacity: 1;
  z-index: 500;
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item.nav-cat-title > a {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-left: 0;
  font-size: 1.5rem;
  color: #d12b1a;
  border-bottom: 2px solid #eee;
  cursor: default;
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item.nav-cat-title > a:hover {
  opacity: 1;
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item.nav-cat-title > a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 2px;
  content: "";
  background: currentColor;
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item + .nav_item {
  margin-top: 1.5em;
}
.header__global-nav .nav--child > .has_child > .nav--child {
  display: flex;
  flex-wrap: wrap;
}
.header__global-nav .nav--child > .has_child > .nav--child .nav_item {
  margin-right: 1em;
}
.header__cv-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__btn a {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
.header__btn a:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.header__btn a.btn__cv-start {
  padding: calc(0.75em + 2px) 0.75em;
  color: #fff;
}
.header__btn a.btn__cv-contact {
  padding: 0.75em;
  color: #777;
  background: #fff;
  border: 2px solid #777;
}
.header .searchform {
  display: flex;
  align-items: center;
  gap: 0.25em;
  padding: 2px;
  width: 34px;
  font-size: 1.3rem;
  border: 1px solid;
  border-color: rgba(204, 204, 204, 0);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.header .searchform__toggle-btn {
  font-size: 2rem;
  padding: 0.2em;
  cursor: pointer;
}
.header .searchform.is-open {
  width: 180px;
  border-color: #cccccc;
  background: white;
}
@media screen and (max-width: 1260px) {
  .header__global-nav {
    display: none;
  }
  .header__cv-area {
    padding-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 43px 1em 6px;
  }
  .header__logo img {
    max-width: 130px;
  }
  .header__cv-area {
    padding-right: 32px;
  }
  .header__btn {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .header__btn01 {
    left: 0;
  }
  .header__btn02 {
    right: 0;
  }
  .header__btn a {
    padding: 0.75em 1.25em;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0;
  }
  .header .searchform.is-open {
    width: 150px;
  }
}

.page.price .header {
  position: absolute;
}

.section__title {
  margin-bottom: 0.75em;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 960px ) {
  .section__title {
    font-size: 4rem;
  }
}

.section__copy {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 960px ) {
  .section__copy {
    font-size: 3rem;
  }
}

.btn-area {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-area .btn-more {
  padding: 1em;
  width: 100%;
  max-width: 300px;
  color: #777;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid #777;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease-out;
}
.btn-area .btn-more:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.btn-area .btn-more:not(.--main) {
  padding: 0.75em 1em;
  max-width: 240px;
}

.btn-sub {
  padding: 0.75em 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #777;
  border-radius: 7px;
}

.news-list .news-item + .news-item {
  margin-top: 0.25em;
}
.news-list .news-item a {
  position: relative;
  padding: 0.75em 0;
  display: block;
}
.news-list .news-item a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #ccc;
  transition: all 0.25s ease-out;
}
.news-list .news-item a:hover::before {
  width: 100%;
}
.news-list .news-item time {
  display: block;
  font-size: 1.2rem;
  color: #999;
}
.news-list .news-item__title {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 559px ) {
  .news-list .news-item time {
    margin-bottom: 0.25em;
  }
}
@media only screen and (min-width: 560px ) {
  .news-list .news-item a {
    display: flex;
    align-items: center;
    gap: 1.5em;
  }
  .news-list .news-item time {
    width: 5em;
  }
  .news-list .news-item__title {
    flex: 1;
  }
}

.conversion__item-btn {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 7px;
}
.conversion__item-btn.--main {
  padding: 1em;
  max-width: 300px;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (min-width: 560px ) {
  .conversion__item-btn.--main {
    font-size: 1.8rem;
  }
}

.conversion {
  position: relative;
  margin-top: 80px;
  padding: 40px 0;
}
.conversion::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f8f8f8;
  z-index: -1;
}
.conversion::after {
  position: absolute;
  top: 0;
  left: -130%;
  width: 130%;
  height: 100%;
  content: "";
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  background: #d12b1a;
  z-index: -1;
}
.conversion__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.conversion__item-main a {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}
.conversion__item-main a:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.conversion__item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.conversion__item-icon {
  width: 2.75em;
  padding: 10px;
  background: #f3f5f7;
  border-radius: 50%;
}
.conversion__item-text {
  margin-top: 0.75em;
  text-align: center;
}
.conversion .conversion__item-btn {
  margin: 1.25em auto 0;
}
.conversion__item-main {
  width: 100%;
}
.conversion__item-main .conversion__item-title {
  font-size: 2rem;
}
.conversion__item-sub {
  flex: 1;
}
.conversion__item-sub a {
  display: block;
  transition: all 0.25s ease-out;
}
.conversion__item-sub a:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.conversion__item-sub .conversion__item-btn {
  padding: 0.6em 1em;
  background: #fff;
  border: solid 2px #333;
}
@media screen and (max-width: 438px) {
  .conversion__item-sub {
    flex: inherit;
    width: 100%;
  }
  .conversion__item-sub .conversion__item-btn {
    margin: 0;
  }
}
@media screen and (max-width: 634px) {
  .conversion__item-sub .conversion__item-title,
  .conversion__item-sub .conversion__item-text {
    display: none;
  }
  .conversion__item-sub .conversion__item-btn {
    padding: 0.8em 1em;
    font-size: 14px;
  }
}
@media screen and (min-width: 635px) {
  .conversion {
    padding: 60px 0;
  }
  .conversion__list {
    gap: 24px;
  }
  .conversion__item-sub a {
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .conversion__item-title {
    gap: 20px;
  }
  .conversion__item-icon {
    width: 2.75em;
  }
  .conversion__item-main .conversion__item-title {
    font-size: 2.6rem;
  }
  .conversion__item-sub .conversion__item-title {
    font-size: 2rem;
  }
  .conversion__item-sub .conversion__item-btn {
    max-width: 150px;
    font-size: 14px;
  }
  .conversion__item-sub.conversion__item-resister .conversion__item-btn {
    max-width: inherit;
    width: fit-content;
  }
}
@media only screen and (min-width: 960px ) {
  .conversion {
    margin-top: 120px;
  }
}

.footer {
  background: #3e2727;
}
.footer__inner {
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
  max-width: 1460px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 0.25em 0.75em;
  font-size: 1.4rem;
  color: #fff;
}
.footer-nav li a {
  position: relative;
}
.footer-nav li a::after {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  opacity: 0.7;
  transition: all 0.25s ease-out;
}
.footer-nav li a:hover::after {
  width: 100%;
}
.footer-nav li:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer-nav li:not(:last-child) a {
  margin-right: 0.75em;
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.footer__sns a:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.footer__sns img {
  width: 26px;
}
.footer .copyright {
  margin-top: 60px;
  color: #fff;
}
@media only screen and (max-width: 559px ) {
  .footer__sns {
    margin-top: 1.5em;
  }
  .footer .copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 560px ) {
  .footer__inner {
    padding: 40px 30px;
  }
  .footer__nav-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
  }
  .footer-nav {
    justify-content: left;
    gap: 0.25em 1em;
    font-size: 1.6rem;
  }
  .footer-nav li:not(:last-child) a {
    margin-right: 1em;
  }
  .footer__sns {
    justify-content: right;
  }
  .footer .copyright {
    margin-top: 36px;
  }
}

.main-visual {
  position: relative;
  padding-top: 82px;
}
.main-visual__inner {
  padding: 40px 6vw 30px;
  width: 100%;
  max-width: 1420px;
}
.main-visual .main-copy {
  text-align: center;
}
.main-visual .main-copy__heading {
  margin-bottom: 0.25em;
  display: block;
  font-size: max(4vw, 3rem);
  font-size: clamp(2.6rem, 3.125vw, 3.2rem);
  font-weight: bold;
  color: #444;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.main-visual .main-copy:has(.main-copy__logo) .main-copy__heading {
  font-size: 2rem;
}
.main-visual .main-copy__logo {
  display: block;
}
.main-visual .main-copy__logo img {
  width: 100%;
  max-width: 280px;
}
.main-visual .sub-copy {
  margin-top: 1.25em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.main-visual:has(.main-copy__logo) .sub-copy {
  margin-top: 0.5em;
}
.main-visual .mv__btn-area {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.main-visual .mv__btn-area .btn-mv {
  padding: 0.75em;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease-out;
}
.main-visual .mv__btn-area .btn-mv:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.main-visual .mv__btn-area .btn-mv.--main {
  color: #fff;
}
.main-visual .mv__btn-area .btn-mv.--sub {
  color: #777;
  border: 2px solid #777;
}
.main-visual .mv__facility-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 5px;
  margin-top: 30px;
}
.main-visual .mv__facility-list .mv__facility-item figure {
  display: flex;
  flex-wrap: wrap;
  padding: 5%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.main-visual .mv__facility-list .mv__facility-item figure img {
  margin: 0 auto;
  width: 32%;
  min-width: 30px;
}
.main-visual .mv__facility-list .mv__facility-item figure figcaption {
  margin-top: 0.5em;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
}
.main-visual .mv__img {
  position: relative;
  width: 90%;
  max-width: 500px;
  height: fit-content;
}
.main-visual .mv__img.sp {
  margin: 1em auto 0;
}
.main-visual .mv__img--pc {
  width: 100%;
}
.main-visual .mv__img--pc img {
  width: 100%;
}
.main-visual .mv__img--sp {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 26%;
}
.main-visual .mv__foot-contents {
  position: relative;
  margin-top: 40px;
}
.main-visual .mv-news {
  position: absolute;
  right: -6vw;
  bottom: 0;
  padding: 0.6em 1em;
  display: flex;
  align-items: center;
  gap: 1em 20px;
  width: 92%;
  max-width: 472px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  z-index: 1;
}
.main-visual .mv-news__title {
  padding: 0.5em 1.5em 0.5em 0;
  font-size: 1.4rem;
  color: #d12b1a;
  letter-spacing: 0.125em;
  border-right: 1px solid #c1c1c1;
}
.main-visual .mv-news__list {
  flex: 1;
  font-size: 1.2rem;
}
.main-visual .mv-news__item {
  width: 100% !important;
}
.main-visual .mv-news__item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main-visual .mv-news__item a:hover {
  opacity: 0.5;
}
.main-visual .mv-scroll {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual .mv-scroll__wrapper {
  width: 13%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.06));
  transform: translateX(-3vw);
}
.main-visual .mv-scroll::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 60%;
  content: "";
  background: #333;
}
.main-visual .mv-scroll::after {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  aspect-ratio: 1/1;
  content: "";
  background: #333;
  border-radius: 50%;
  animation: mvScroll 2s cubic-bezier(0, 0, 0.38, 0.97) infinite;
}
@media only screen and (min-width: 560px ) and (max-width: 959px ) {
  .main-visual .mv__facility-list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 960px ) {
  .main-visual {
    padding-top: 72px;
  }
  .main-visual__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 36px 5vw 55px;
    min-height: calc(90vh - 80px);
  }
  .main-visual .catchcopy {
    width: 48%;
  }
  .main-visual .mv__img {
    flex: 1;
    width: 100%;
    max-width: inherit;
  }
  .main-visual .main-copy {
    text-align: left;
  }
  .main-visual .main-copy__heading {
    margin-bottom: 0;
    font-size: clamp(3.2rem, 2.8vw, 6rem);
  }
  .main-visual .main-copy:has(.main-copy__logo) .main-copy__heading {
    font-size: clamp(2.6rem, 2vw, 3.2rem);
  }
  .main-visual .main-copy__logo img {
    max-width: 510px;
  }
  .main-visual .sub-copy {
    font-size: 1.6rem;
    text-align: left;
  }
  .main-visual .mv__btn-area {
    margin-top: 40px;
    justify-content: left;
  }
  .main-visual .mv__btn-area .btn-mv {
    flex: 1;
    max-width: 240px;
  }
  .main-visual .mv__btn-area .btn-mv.--main {
    max-width: 240px;
  }
  .main-visual .mv__btn-area .btn-mv.--sub {
    max-width: 200px;
  }
  .main-visual .mv__facility-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 95%;
    min-width: 380px;
  }
  .main-visual .mv__facility-list .mv__facility-item {
    width: calc((100% - 15px) / 4);
  }
  .main-visual .mv__facility-list .mv__facility-item figure figcaption {
    font-size: clamp(10px, 0.8vw, 12px);
  }
  .main-visual .mv__foot-contents {
    position: inherit;
    margin-top: 0;
  }
  .main-visual .mv-news {
    position: absolute;
    right: 0;
    bottom: -40px;
    padding: 20px;
    width: 96%;
  }
  .main-visual .mv-news__title {
    padding: 0.5em 1.5em 0.5em 0;
    font-size: 1.4rem;
  }
  .main-visual .mv-scroll__wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 60px;
    width: 10%;
    max-width: 130px;
    min-width: 70px;
    aspect-ratio: 1/1;
    transform: translateY(50%);
  }
  .main-visual .mv-scroll::after {
    width: 7px;
    animation: mvScroll 2.2s cubic-bezier(0, 0, 0.38, 0.97) infinite;
  }
}
@media only screen and (min-width: 960px ) and (prefers-reduced-motion: reduce) {
  .main-visual .mv-scroll::after {
    animation: mvScroll 2.2s cubic-bezier(0, 0, 0.38, 0.97) infinite;
  }
}
@media screen and (min-width: 1700px) {
  .main-visual__inner {
    max-width: 1600px;
  }
}

@keyframes mvScroll {
  0% {
    opacity: 1;
    top: 20%;
  }
  45% {
    opacity: 1;
    top: 75%;
  }
  70% {
    opacity: 0;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
.home__numerical {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 960px ) {
  .home__numerical {
    margin: 70px auto 20px;
  }
}

.numerical-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.numerical-list .numerical-item {
  padding: 14px 14px 14px;
  width: 50%;
  text-align: center;
}
.numerical-list .numerical-item p {
  color: #d12b1a;
  font-size: 1.4rem;
  font-weight: bold;
}
.numerical-list .numerical-item__counter {
  margin-top: 0.3em;
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.numerical-list .numerical-item__counter .counter {
  font-size: 4.4rem;
  letter-spacing: -0.01em;
}
.numerical-list .numerical-item__counter .counter small {
  display: inline-block;
  margin-left: 2px;
  font-size: 50%;
  transform: translateY(-2px);
}
@media screen and (max-width: 959px) {
  .numerical-list .numerical-item {
    border-bottom: 1px solid #ccc;
  }
  .numerical-list .numerical-item:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .numerical-list .numerical-item:nth-last-child(1), .numerical-list .numerical-item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 960px ) {
  .numerical-list .numerical-item {
    flex: 1;
  }
  .numerical-list .numerical-item p {
    font-size: 1.5rem;
  }
  .numerical-list .numerical-item:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  .numerical-list .numerical-item__counter {
    margin-top: 0.5em;
  }
  .numerical-list .numerical-item__counter .counter {
    font-size: 7.2rem;
  }
}

.home__feature {
  position: relative;
}
.home__feature__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  transition: all 0.5s ease-out;
}
.home__feature.grad-item01 {
  color: #3b341b;
}
.home__feature.grad-item02 {
  color: #2f1b1b;
}
.home__feature.grad-item03 {
  color: #202e37;
}
.home__feature .feature__text-area {
  padding: 80px 0;
}
.home__feature .feature__text-area .feature-item + .feature-item {
  padding-top: 80px;
}
.home__feature .feature-item__img--sp {
  margin: 5vw 0;
}
.home__feature .feature-item__img--sp img {
  width: 100%;
  max-width: 420px;
}
.home__feature .feature__img-area {
  display: none;
}
.home__feature .feature-item__num {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  font-weight: bold;
}
.home__feature .feature-item__num .num {
  font-size: 1.6rem;
}
.home__feature .feature-item__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.home__feature .feature-item__title br {
  display: none;
}
.home__feature .feature-item__text {
  margin-top: 1.5em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 960px ) {
  .home__feature .feature-item__img--sp {
    display: none;
  }
  .home__feature .feature__inner {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
  }
  .home__feature .feature__text-area {
    padding: 0;
    width: 54vw;
  }
  .home__feature .feature__text-area .feature-item + .feature-item {
    padding-top: 0;
  }
  .home__feature .feature__text-area .feature-item {
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .home__feature .feature__text-area .feature-item__inner {
    transform: translateY(-1.75vw);
  }
  .home__feature .feature__img-area {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    width: 44vw;
    height: 100vh;
  }
  .home__feature .feature__img-area .feature-item {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: fit-content;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-out;
  }
  .home__feature .feature__img-area .feature-item.active {
    visibility: visible;
    opacity: 1;
  }
  .home__feature .feature-item__num {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  .home__feature .feature-item__num .num {
    display: inline-block;
    margin-left: 0.15em;
    font-size: 1.8rem;
  }
  .home__feature .feature-item__title {
    font-size: 4rem;
  }
  .home__feature .feature-item__title br {
    display: inherit;
  }
  .home__feature .feature-item__text {
    font-size: 2rem;
  }
}

.home__function {
  margin-top: 80px;
}
.home__function-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.home__function-item {
  width: 100%;
  border-radius: 20px;
}
.home__function .function-item__icon {
  margin-bottom: 1em;
}
.home__function .function-item__icon img {
  width: 60%;
  max-width: 180px;
}
.home__function .function-item__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.home__function .function-item__description {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: break-all;
}
.home__function .btn-area {
  margin-top: 60px;
}
.home__function .btn-area .btn-more.--main {
  color: #fff;
  border: none;
}
@media only screen and (min-width: 560px ) {
  .home__function-list {
    gap: 10vw 4vw;
  }
  .home__function-item {
    width: calc((100% - 4vw) / 2);
  }
  .home__function .function-item__icon {
    margin-bottom: 1.5em;
  }
  .home__function .function-item__icon img {
    width: 72%;
  }
  .home__function .function-item__title {
    font-size: 1.6rem;
  }
  .home__function .function-item__description {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px ) {
  .home__function {
    margin-top: 100px;
  }
  .home__function-list {
    margin-top: 80px;
    gap: 5vw 4vw;
  }
  .home__function-item {
    width: calc((100% - 12vw) / 4);
    border-radius: 20px;
  }
  .home__function .function-item__icon img {
    max-width: 180px;
  }
}

.conversion-bnr {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
  padding: 4px;
  max-width: 960px;
  border: 2px solid #1b94e0;
  border-radius: 7px;
  background: #F5F8FA;
}
.conversion-bnr.home__conversion-bnr {
  margin-top: 60px;
}
.conversion-bnr__text-area {
  padding: 10px 20px;
  width: 100%;
}
.conversion-bnr__img {
  width: 100%;
  aspect-ratio: 16/5;
  position: relative;
  overflow: hidden;
}
.conversion-bnr__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 5px 5px 0;
}
.conversion-bnr__img::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% + 1px);
  height: 20%;
  content: "";
  background: #F5F8FA;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.conversion-bnr__btn-area {
  margin-top: 1em;
  text-align: center;
}
.conversion-bnr__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.conversion-bnr__title strong {
  display: inline-block;
  color: transparent;
  background: linear-gradient(170deg, #1B94E0, #84C7F0);
  background-clip: text;
}
.conversion-bnr__title br {
  display: none;
}
.conversion-bnr .btn-conversion {
  padding: 0.75em 1em;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.conversion-bnr .btn-conversion:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
@media only screen and (min-width: 960px ) {
  .conversion-bnr {
    flex-direction: inherit;
  }
  .conversion-bnr.home__conversion-bnr {
    margin-top: 100px;
  }
  .conversion-bnr__img {
    width: inherit;
    aspect-ratio: inherit;
    flex: 1;
  }
  .conversion-bnr__img::after {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: -1px;
    width: 20%;
    height: calc(100% + 1px);
    content: "";
    background: #F5F8FA;
    clip-path: polygon(0 0, 1px 0, 100% 100%, 0 100%);
  }
  .conversion-bnr__text-area {
    padding: 24px 0 24px 30px;
    width: 43%;
  }
  .conversion-bnr__btn-area {
    margin-top: 1.75em;
    text-align: left;
  }
  .conversion-bnr__title {
    font-size: 4rem;
    text-align: left;
  }
  .conversion-bnr__title br {
    display: inherit;
  }
  .conversion-bnr .btn-conversion {
    padding: 0.75em 1em;
    max-width: 300px;
  }
}

.home__plan {
  margin-top: 80px;
}
@media only screen and (min-width: 960px ) {
  .home__plan {
    margin-top: 100px;
  }
}
.home__plan .btn-area {
  margin-top: 50px;
}
.home__plan .btn-area .btn-more.--main {
  color: #fff;
  border: none;
}

.plan-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4285714286vw;
}
.plan-list .plan-item {
  padding: 1.75em 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: center;
  border: 1px solid #ccc;
  border-top: 10px solid #aaa;
  border-radius: 10px;
  background: #fff;
  transition: all 0.25s ease-out;
}
.plan-list .plan-item:has(.btn-sub:hover) {
  transform: scale(0.98);
  opacity: 0.5;
}
.plan-list .plan-item.recommended {
  position: relative;
}
.plan-list .plan-item.recommended::after {
  position: absolute;
  top: -10px;
  right: 0;
  width: 38%;
  height: auto;
  aspect-ratio: 60/47;
  content: "";
  background: url("../img/plan_belt.webp") top right/contain no-repeat;
}
.plan-list .plan-item__info {
  width: 100%;
}
.plan-list .plan-item__conversion {
  width: 100%;
}
.plan-list .plan-item__copy {
  margin-bottom: 0.2em;
  font-size: 1.2rem;
}
.plan-list .plan-item__name {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.plan-list .plan-item__price {
  font-weight: bold;
}
.plan-list .plan-item__price .num {
  font-size: 3rem;
}
.plan-list .plan-item__price .unit {
  padding-left: 0.25em;
  font-size: 1.6rem;
}
.plan-list .plan-item__cycle {
  font-size: 1.2rem;
}
.plan-list .plan-item__description {
  margin-top: 1em;
  font-size: 1.4rem;
}
.plan-list .plan-item__btn-area {
  margin-top: 1.5em;
}
.plan-list .plan-item__btn-area .btn-sub:hover {
  background: #f5f5f5;
}
@media only screen and (max-width: 559px ) {
  .plan-list {
    gap: 1em;
  }
  .plan-list .plan-item {
    margin: 0 auto;
    padding: 1.5em 0.5em;
    width: 90%;
    max-width: 270px;
  }
}
@media only screen and (min-width: 560px ) {
  .plan-list {
    gap: 1em;
  }
  .plan-list .plan-item {
    padding: 2em 0.5em;
    width: calc((100% - 2em) / 3);
  }
  .plan-list .plan-item__name {
    margin-bottom: 1em;
    font-size: 2.1rem;
  }
  .plan-list .plan-item__price .num {
    font-size: 2.3rem;
  }
  .plan-list .plan-item__price .unit {
    font-size: 1.4rem;
  }
  .plan-list .plan-item__description {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .plan-list {
    margin-top: 60px;
    gap: 1.4285714286vw;
  }
  .plan-list .plan-item {
    flex: 1;
  }
  .plan-list .plan-item.recommended::after {
    width: 40%;
  }
}

.home__solution {
  margin-top: 80px;
  /**
   **
   ** ソリューション
   **
   **/
  /**
   **
   ** 導入実績
   **
   **/
}
.home__solution-list {
  margin-top: 40px;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.home__solution-list__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f8f8f8;
}
.home__solution-item a {
  padding: 0.5em 1.25em 0.55em 0.75em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  min-height: 5.5em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease-out;
}
.home__solution-item a:hover {
  transform: scale(0.98);
  opacity: 0.5;
}
.home__solution .solution-item__icon {
  padding: 6px;
  max-width: 58px;
}
.home__solution .solution-item__title {
  flex: 1;
  margin-left: 0.5em;
  font-weight: bold;
}
.home__solution-annotation {
  margin-top: 30px;
  color: #d12b1a;
  font-size: 1.4rem;
  text-align: center;
}
.home__solution .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: max(3vw, 2em);
  margin-top: 60px;
}
.home__solution .article-item {
  width: 100%;
}
.home__solution .article-item a {
  width: 100%;
  height: 100%;
}
.home__solution .article-item a:not([href]) {
  pointer-events: none;
}
.home__solution .article-item__img {
  aspect-ratio: 16/9;
  background: #ccc;
  overflow: hidden;
}
.home__solution .article-item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.home__solution .article-item__textarea {
  padding-top: 0.75em;
}
.home__solution .article-item__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.home__solution .article-item__text {
  margin-top: 0.25em;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .home__solution .article-item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .home__solution .article-item a:hover img {
    transform: scale(1.1);
  }
}
.home__solution .btn-area {
  margin-top: 40px;
}
@media only screen and (min-width: 560px ) and (max-width: 959px ) {
  .home__solution {
    /**
    **
    ** 導入実績
    **
    **/
  }
  .home__solution .article-list {
    margin: 40px auto 0;
    max-width: 560px;
  }
}
@media only screen and (min-width: 960px ) {
  .home__solution {
    margin-top: 100px;
    /**
    **
    ** ソリューション
    **
    **/
    /**
    **
    ** 導入実績
    **
    **/
  }
  .home__solution-list {
    margin-top: 70px;
    gap: 2.1428571429vw;
  }
  .home__solution-list__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home__solution-item a {
    padding: 0.75em 1.5em 0.75em 1em;
    border-top-width: 0.75em;
    min-height: 6em;
  }
  .home__solution-annotation {
    font-size: 2rem;
  }
  .home__solution .article-list {
    gap: 2vw;
  }
  .home__solution .article-item {
    width: calc((100% - 6vw) / 4);
  }
  .home__solution .btn-area {
    margin-top: 50px;
  }
}

.home__knowhow {
  margin-top: 80px;
}
.home__knowhow-list {
  margin-top: 20px;
  position: relative;
}
.home__knowhow-list .slick-list {
  height: initial !important;
}
.home__knowhow-list .slick-track {
  padding: 20px 0;
}
.home__knowhow-list .slick-arrow {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #3E4048;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 10;
}
.home__knowhow-list .slick-arrow:hover, .home__knowhow-list .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.5);
}
.home__knowhow-list .slick-arrow::after {
  color: #2e2e2e;
  display: block;
  font-family: "icons";
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home__knowhow-list .slick-arrow.slick-next::before, .home__knowhow-list .slick-arrow.slick-prev:before {
  background: none;
}
.home__knowhow-list .slick-arrow.slick-next {
  right: 20px;
}
.home__knowhow-list .slick-arrow.slick-next::after {
  content: "\ea3c";
}
.home__knowhow-list .slick-arrow.slick-prev {
  left: 20px;
}
.home__knowhow-list .slick-arrow.slick-prev::after {
  content: "\ea40";
}
.home__knowhow .knowhow-item {
  margin: 0 1vw;
}
.home__knowhow .knowhow-item a {
  display: block;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.home__knowhow .knowhow-item a .knowhow-item__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home__knowhow .knowhow-item a .knowhow-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.home__knowhow .knowhow-item a .knowhow-item__title {
  padding: 1em;
  font-weight: bold;
}
.home__knowhow .knowhow-item a .knowhow-item__title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.home__knowhow .knowhow-item a:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.home__knowhow .knowhow-item a:hover .knowhow-item__img img {
  transform: scale(1.1);
}
.home__knowhow .btn-area {
  margin-top: 40px;
}
@media only screen and (min-width: 960px ) {
  .home__knowhow {
    margin-top: 120px;
  }
  .home__knowhow .btn-area {
    margin-top: 50px;
  }
}

.home__news {
  margin-top: 80px;
}
.home__news .section__inner {
  max-width: 960px;
}
.home__news-list {
  margin: 30px auto 0;
}
.home__news .btn-area {
  margin-top: 30px;
}
@media only screen and (min-width: 960px ) {
  .home__news {
    margin-top: 120px;
  }
  .home__news-list {
    margin: 70px auto 0;
  }
  .home__news .btn-area {
    margin-top: 40px;
  }
}

.page-visual__inner {
  margin: 0 auto;
  padding: 75px 70px 0;
  width: 100%;
  max-width: 1360px;
}
.page-title {
  margin-top: 1.5em;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .page-visual__inner {
    padding: 90px 20px 0;
  }
  .page-title {
    margin-top: 1em;
    font-size: 3.6rem;
  }
}

#breadcrumb {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1.3rem;
  color: #555;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}
#breadcrumb ul li:not(:last-child) {
  position: relative;
  padding-right: 1.5em;
}
#breadcrumb ul li:not(:last-child)::before {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  content: "〉";
}
@media only screen and (max-width: 559px ) {
  #breadcrumb {
    font-size: 1.2rem;
  }
}

.page-headline {
  margin-top: 20px;
}
.single-solutions .page-headline {
  margin-top: 40px;
}
.page-headline__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.page-headline__text {
  margin-top: 1em;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .page-headline {
    margin-top: 0;
  }
  .single-solutions .page-headline {
    margin-top: 30px;
  }
  .page-headline__title {
    font-size: 2.1rem;
  }
  .page-headline__text {
    margin-top: 0.5em;
    font-size: 1.6rem;
  }
}

.pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pager a,
.pager span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.pager .current {
  color: #fff;
  background: #333;
  border-radius: 3px;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.55;
  color: #808080;
}

.term__list {
  margin-top: 80px;
}

.cat__title {
  margin-top: 80px;
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}

.cat-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cat-post__item {
  position: relative;
}
.cat-post__image {
  overflow: hidden;
}
.cat-post__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 0.25s ease-out;
}
.cat-post__txtarea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(41, 60, 80, 0.7);
  transition: all 0.25s ease-out;
}
.cat-post__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px #293c50;
}
.cat-post__item:hover .cat-post__image img {
  transform: scale(1);
}
.cat-post__item:hover .cat-post__txtarea {
  background: rgba(41, 60, 80, 0.1);
}

.function__page-headline .headline-title {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
}
.function__page-headline .headline-title__sub {
  margin-bottom: 0.2em;
  display: inline-block;
}
.function__page-headline .headline-title__main {
  font-size: 5rem;
  line-height: 1.4;
  background: linear-gradient(transparent 49%, #ffdbc1 50%);
}
.function__page-headline .headline-title__explain {
  margin-top: 1em;
  text-align: center;
}

.function__inner-link {
  margin-top: 50px;
  background: #f1f3f5;
}
.function__inner-link .cat__list {
  display: flex;
  flex-wrap: wrap;
}
.function__inner-link .cat__list__item {
  position: relative;
  flex: 1;
}
.function__inner-link .cat__list__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 66%;
  content: "";
  background: #d2d2d2;
}
.function__inner-link .cat__list__item:last-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 66%;
  content: "";
  background: #d2d2d2;
}
.function__inner-link .cat__list__item a {
  padding: 1.25em 1em;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .function__inner-link .cat__list__item a:hover {
    background: rgba(229, 231, 233, 0.5);
  }
}
.function__inner-link .cat__list__item__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  height: 100%;
  gap: 6px;
  transition: all 0.2s ease-out;
}
.function__inner-link .cat__list__item .icon-arrow {
  width: 22px;
  min-width: 14px;
  height: 22px;
}
.function__inner-link .cat__list__item .icon-arrow .path-arrow {
  stroke: rgba(0, 0, 0, 0);
  fill: #333;
}
@media screen and (max-width: 959px) {
  .function__inner-link .cat__list__item {
    flex: inherit;
    width: 50%;
  }
  .function__inner-link .cat__list__item:nth-child(2n):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 66%;
    content: "";
    background: #d2d2d2;
  }
  .function__inner-link .cat__list__item:nth-child(3):after {
    display: none;
  }
  .function__inner-link .cat__list__item a {
    text-align: left;
  }
  .function__inner-link .cat__list__item__txt {
    width: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 559px ) {
  .function__inner-link {
    margin-top: 30px;
  }
  .function__inner-link .cat__list {
    padding: 4px 0;
  }
  .function__inner-link .cat__list__item {
    width: 100%;
  }
  .function__inner-link .cat__list__item + .cat__list__item {
    border-top: 1px solid #dcdcdc;
  }
  .function__inner-link .cat__list__item:before, .function__inner-link .cat__list__item:after {
    display: none;
  }
  .function__inner-link .cat__list__item a {
    padding: 0.75em 0;
  }
}

.function-cat__title {
  margin: 100px 0 1.1em;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .function-cat__title {
    margin: 40px 0 0.5em;
    font-size: 3rem;
  }
}

.function-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.function-list::after {
  content: "";
  display: block;
  width: calc((100% - 32px) / 3);
}
@media only screen and (max-width: 559px ) {
  .function-list {
    gap: 10px;
  }
  .function-list::after {
    display: none;
  }
}
.function-list .function-item a {
  position: relative;
  padding: 1.5em 0.75em;
  display: flex;
  gap: 1em;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.function-list .function-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #f1f3f5;
  border-radius: 6px;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .function-list .function-item a:hover:before {
    left: 0;
    width: 100%;
  }
}
.function-list .function-item__icon {
  padding: 7px;
  width: 64px;
  height: 64px;
  background: #f1f3f5;
  border-radius: 50%;
}
.function-list .function-item__textarea {
  flex: 1;
}
.function-list .function-item__title {
  font-size: 1.8rem;
  font-weight: 800;
}
.function-list .function-item__text {
  margin-top: 0.25em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px ) {
  .function-list .function-item {
    width: 100%;
  }
  .function-list .function-item a {
    padding: 1em 0.75em;
  }
  .function-list .function-item__icon {
    width: 56px;
    height: 56px;
  }
  .function-list .function-item__title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 560px ) {
  .function-list .function-item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 960px ) {
  .function-list .function-item {
    width: calc((100% - 32px) / 3);
  }
}

.seminar__bnr-area {
  margin-top: 80px;
}

.seminar-item + .seminar-item {
  margin-top: 10px;
}
.seminar-item a {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .seminar-item a:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.seminar-item__img {
  width: 22%;
  min-width: 240px;
}
.seminar-item__textarea {
  flex: 1;
  padding: 20px 28px;
}
.seminar-item__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.seminar-item__btnarea {
  margin-top: 0.5em;
}
.seminar-item__text {
  flex: 1;
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.seminar-item__btn {
  margin-top: 1em;
}
.seminar-item__btn span {
  margin: 0 0 0 auto;
  padding: 0.75em 1.25em;
  display: block;
  max-width: 140px;
  font-size: 1.2rem;
  color: #d12b1a;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #d12b1a;
  border-radius: 5px;
}
@media only screen and (max-width: 559px ) {
  .seminar-item + .seminar-item {
    margin-top: 30px;
  }
  .seminar-item a {
    padding: 0;
    display: inherit;
  }
  .seminar-item__img {
    width: 100%;
    min-width: inherit;
  }
  .seminar-item__textarea {
    padding: 1em;
  }
  .seminar-item__title {
    font-size: 1.8rem;
  }
  .seminar-item__text {
    -webkit-line-clamp: 2;
  }
  .seminar-item__btnarea {
    display: inherit;
    margin-top: 0.75em;
  }
  .seminar-item__btn span {
    margin: 1.5em auto 0;
    max-width: inherit;
  }
}

.installation-record__article-list {
  margin-top: 60px;
}
.installation-record__article-list .article-list {
  display: grid;
  gap: min(2vw, 30px);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.installation-record__article-list .article-item a {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.installation-record__article-list .article-item__img {
  aspect-ratio: 16/9;
  background: #ccc;
  overflow: hidden;
}
.installation-record__article-list .article-item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.installation-record__article-list .article-item__title {
  padding: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 1px solid #eee;
}
@media (hover: hover) {
  .installation-record__article-list .article-item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .installation-record__article-list .article-item a:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 559px ) {
  .installation-record__article-list {
    margin-top: 30px;
  }
  .installation-record__article-list .article-list {
    gap: 6vw;
  }
}

.dx-knowledge__terms-list {
  margin-top: 50px;
}
.dx-knowledge__terms-list .term-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 15px;
}
.dx-knowledge__terms-list .term-item {
  line-height: 1;
}
.dx-knowledge__terms-list .term-item a {
  padding: 0.4em;
}
.dx-knowledge__terms-list .term-item:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 559px ) {
  .dx-knowledge__terms-list {
    margin-top: 30px;
  }
  .dx-knowledge__terms-list .term-list {
    justify-content: left;
  }
  .dx-knowledge__terms-list .term-item {
    font-size: 1.4rem;
  }
}
.dx-knowledge__article-list {
  margin-top: 60px;
}
.dx-knowledge__article-list .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.dx-knowledge__article-list .article-item {
  width: calc((100% - 6vw) / 3);
}
.dx-knowledge__article-list .article-item a {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.dx-knowledge__article-list .article-item__img {
  aspect-ratio: 16/9;
  background: #ccc;
  overflow: hidden;
}
.dx-knowledge__article-list .article-item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.dx-knowledge__article-list .article-item__title {
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #eee;
}
@media (hover: hover) {
  .dx-knowledge__article-list .article-item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .dx-knowledge__article-list .article-item a:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 559px ) {
  .dx-knowledge__article-list {
    margin-top: 30px;
  }
  .dx-knowledge__article-list .article-list {
    gap: 6vw;
  }
  .dx-knowledge__article-list .article-item {
    width: 100%;
  }
}

.search-visual {
  padding-top: 100px;
}
.search-visual .search-title {
  margin-top: 40px;
  font-size: 3.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 559px ) {
  .search-visual .search-title {
    font-size: 2.2rem;
  }
}

.headline404 {
  padding-top: 180px;
}
.headline404__title {
  font-size: 4.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 559px ) {
  .headline404 {
    padding-top: 160px;
  }
}

.hidden_mokuji .single-body .outline {
  display: none;
}

.single-visual {
  padding-top: 75px;
}
.single-visual #breadcrumb {
  padding: 0 5vw;
}
.single-visual__inner {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.single-visual__eyecatch {
  width: 50%;
}
.single-visual__eyecatch img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single-visual__titlearea {
  margin-left: -50px;
  padding: 40px;
  width: 50%;
  line-height: 1.5;
  background: #fefefe;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.single-visual__title {
  font-size: 3.4rem;
  font-weight: bold;
}
.single-visual__info {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
.single-visual__info time {
  font-size: 1.4rem;
  color: #808080;
}

.single__sns-list {
  display: flex;
  gap: 8px;
}
.single__sns-list .sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #808080;
  border-radius: 50%;
}
.single__sns-list .sns-item a .svg-facebook {
  width: 24px;
}
.single__sns-list .sns-item a .svg-x {
  width: 22px;
}
.single__sns-list .sns-item a .path-facebook,
.single__sns-list .sns-item a .path-x {
  fill: #808080;
}
@media (hover: hover) {
  .single__sns-list .sns-item a:hover {
    background: #808080;
  }
  .single__sns-list .sns-item a:hover .path-facebook,
  .single__sns-list .sns-item a:hover .path-x {
    fill: #fff;
  }
}

.single-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.single-wrapper .single-body {
  flex: 1;
  margin-top: 0;
}
.single-wrapper .singleRelated {
  width: 200px;
}
.single-wrapper .singleRelated__heading {
  padding: 0 0 4px;
  margin: 0 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #808080;
}
.single-wrapper .singleRelated__item:not(:last-child) {
  margin: 0 0 20px;
}
.single-wrapper .singleRelated__item__title {
  font-size: 1.4rem;
  color: #808080;
}
@media only screen and (max-width: 559px ) {
  .single-wrapper {
    margin-top: 48px;
  }
  .single-wrapper .single-body {
    flex: inherit;
    width: 100%;
  }
  .single-wrapper .singleRelated {
    width: 100%;
  }
}

.single-body {
  margin-top: 80px;
  line-height: 1.75;
  text-align: justify;
  /*リスト設定*/
  /*段落*/
  /*画像設定*/
  /*整形済みテキスト*/
  /*ライン*/
  /*テーブル*/
  /*引用*/
  /*     blockquote {
      position: relative;
      color: #3F3F3F;
      margin-top: 20px;
      padding: 20px 20px 20px 70px;
      background-color: #F2F2F2;

      &::before {
          position: absolute;
          top: 10px;
          left: 20px;
          font-family: "icomoon";
          content: "\e909";
          font-size: 1.05em;
          color: #D9D9D9;
      }
  } */
  /*引用*/
  /*枠線ボックス*/
  /*二重線ボックス*/
  /*背景ボックス*/
  /*ペーパーボックス*/
  /*太文字ボックス*/
  /*括弧ボックス*/
  /*はてなボックス*/
  /*ビックリボックス*/
  /*ポイントボックス*/
  /*注釈*/
  /*イエローマーカー*/
  /*ピンクマーカー*/
  /*ブルーマーカー*/
  /*記事内広告*/
  /*YouTube*/
  /*twitter & instagram*/
  /*最初の要素*/
  /*デフォルトブログカードを無理やり表示*/
}
.single-body h2 {
  margin: 60px 0 16px;
  font-size: 2.6rem;
  font-weight: bold;
}
.single-body h3 {
  margin: 36px 0 12px;
  font-size: 2.1rem;
  font-weight: bold;
}
.single-body h4 {
  margin: 24px 0 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.single-body h5 {
  margin: 1em 0 6px;
  font-size: 1.6rem;
  font-weight: bold;
}
.single-body h2 + h3,
.single-body h2 + h4,
.single-body h2 + h5,
.single-body h3 + h4,
.single-body h3 + h5,
.single-body h4 + h5 {
  margin-top: 20px;
}
.single-body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.single-body ul,
.single-body ol {
  list-style-type: none;
  margin-top: 20px;
}
.single-body ul ul,
.single-body ul ol,
.single-body ol ul,
.single-body ol ol {
  margin-top: 0;
}
.single-body ol {
  counter-reset: number;
}
.single-body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.single-body ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.single-body ul li,
.single-body ol li {
  position: relative;
  line-height: 1.5;
  padding: 10px 0 0 20px;
  font-size: 1em;
}
.single-body a {
  display: inline;
  color: #3a4972;
  border-bottom: 1px dotted rgba(58, 73, 114, 0.5);
  transition: border ease 0.2s;
}
.single-body a:hover {
  border-bottom: 1px solid #3a4972;
}
.single-body .outline {
  border: 1px solid #3a4972;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
}
.single-body .outline__toggle {
  display: none;
}
.single-body .outline__toggle:checked + .outline__switch:after {
  content: "\ea41";
}
.single-body .outline__toggle:checked + .outline__switch + .outline__list {
  width: auto;
  height: auto;
  margin-top: 20px;
  transition: 0.2s;
}
.single-body .outline__switch {
  color: #3a4972;
  vertical-align: middle;
}
.single-body .outline__switch::after {
  font-family: "icons";
  content: "\ea43";
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
}
.single-body .outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: -20px;
  transition: 0.2s;
}
.single-body .outline__item:before {
  content: normal;
}
.single-body .outline__item .outline__item .outline__number {
  background: transparent;
  color: #3a4972;
}
.single-body .outline__link {
  display: inline-block;
  color: #191919 !important;
  border-bottom: 1px solid transparent;
}
.single-body .outline__link:hover {
  border-bottom: 1px solid #3a4972;
}
.single-body .outline__number {
  display: inline-block;
  color: #fff;
  background: #3a4972;
  padding: 2px 6px;
  font-weight: 400;
  margin-right: 5px;
}
.single-body .size-full,
.single-body .size-large,
.single-body .size-medium,
.single-body .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.single-body .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.single-body .aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
.single-body .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.single-body .wp-caption {
  margin-top: 20px;
}
.single-body .wp-caption a {
  display: block;
}
.single-body .wp-caption a:hover {
  border-bottom: none;
}
.single-body .wp-caption img {
  vertical-align: bottom;
}
.single-body .wp-caption-text {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4em;
}
.single-body pre {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-size: 1em;
  margin-top: 20px;
  padding: 20px;
  background-color: #F2F2F2;
  border-left: solid 5px #191919;
  color: #7F7F7F;
  overflow: auto;
}
.single-body hr {
  margin-top: 40px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #E5E5E5;
}
.single-body .wp-block-table {
  text-align: left;
}
.single-body table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  font-size: 1em;
}
.single-body table tr:nth-child(2n+1) {
  background: #F2F2F2;
}
.single-body table th {
  padding: 10px;
  background: #323232;
  color: #fff;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.single-body table td {
  padding: 10px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.single-body blockquote.wp-block-quote {
  background-color: #f7f7f7;
  border-left: 5px solid #7d869f;
  color: #2e2e2e;
  margin-top: 20px;
  padding: 20px 20px 20px 40px;
  position: relative;
}
.single-body .borderBox {
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-top: 20px;
}
.single-body .border2Box {
  border: 4px double #E5E5E5;
  padding: 20px;
  margin-top: 20px;
}
.single-body .bgBox {
  background: #F2F2F2;
  padding: 20px;
  margin-top: 20px;
}
.single-body .paperBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background-color: #F2F2F2;
}
.single-body .paperBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: #D8D8D8 #ffffff #ffffff #D8D8D8;
  border-style: solid;
  border-width: 0 0 20px 20px;
}
.single-body .boldBox {
  border: 3px solid #191919;
  padding: 20px;
  margin-top: 20px;
  font-weight: 700;
}
.single-body .bracketsBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
}
.single-body .bracketsBox::before, .single-body .bracketsBox::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 30px;
  content: "";
}
.single-body .bracketsBox::before {
  top: 0;
  left: 0;
  border-top: solid 1px #191919;
  border-left: solid 1px #191919;
}
.single-body .bracketsBox::after {
  right: 0;
  bottom: 0;
  border-right: solid 1px #191919;
  border-bottom: solid 1px #191919;
}
.single-body .questionBox,
.single-body .exclamationBox {
  position: relative;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
}
.single-body .questionBox::before,
.single-body .exclamationBox::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.05em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.single-body .questionBox {
  background-color: #D9EFF7;
}
.single-body .questionBox::before {
  content: "?";
  background: #0096c8;
}
.single-body .exclamationBox {
  background-color: #F6E1DF;
}
.single-body .exclamationBox::before {
  content: "!";
  background: #c53929;
}
.single-body .pointBox {
  position: relative;
  border: 2px solid #c53929;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.single-body .pointBox::before {
  content: "POINT";
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 1em;
  font-weight: 700;
  background-color: #ffffff;
  color: #c53929;
  padding: 0 10px;
}
.single-body .asterisk {
  display: block;
  font-size: 0.9em;
  color: #7F7F7F;
}
.single-body .borderBox > :first-child,
.single-body .border2Box > :first-child,
.single-body .bgBox > :first-child,
.single-body .paperBox > :first-child,
.single-body .boldBox > :first-child,
.single-body .bracketsBox > :first-child,
.single-body .questionBox > :first-child,
.single-body .exclamationBox > :first-child,
.single-body .pointBox > :first-child {
  margin-top: 0;
}
.single-body .borderBox > :last-child,
.single-body .border2Box > :last-child,
.single-body .bgBox > :last-child,
.single-body .paperBox > :last-child,
.single-body .boldBox > :last-child,
.single-body .bracketsBox > :last-child,
.single-body .questionBox > :last-child,
.single-body .exclamationBox > :last-child,
.single-body .pointBox > :last-child {
  margin-bottom: 0;
}
.single-body .markerYellow {
  background: linear-gradient(transparent 60%, #ffffbc 60%);
}
.single-body .markerPink {
  background: linear-gradient(transparent 60%, #FFDFEF 60%);
}
.single-body .markerBlue {
  background: linear-gradient(transparent 60%, #cce5ff 60%);
}
.single-body .adPost {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 10px;
  background-color: #F2F2F2;
  background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
  background-size: 6px 6px;
}
.single-body .adPost__title {
  font-size: 1.2em;
  padding: 10px 0;
  display: block;
  font-weight: normal;
  text-align: center;
}
.single-body .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
.single-body .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-body .twitter-tweet,
.single-body .instagram-media {
  width: 500px !important;
  max-width: 100% !important;
  margin: 20px auto 0 auto !important;
}
.single-body *:first-child {
  margin-top: 0;
}
.single-body figure.wp-block-embed {
  text-align: left;
}
.single-body figure.wp-block-embed blockquote.wp-embedded-content {
  display: none;
}
.single-body figure.wp-block-embed iframe.wp-embedded-content {
  position: inherit !important;
  visibility: visible !important;
  max-width: 100%;
}

.single-body__date {
  margin-top: 40px;
  font-size: 1.4rem;
  color: #808080;
  text-align: right;
}
.single-body__date time {
  display: block;
}
.single-body__date time + time {
  margin-top: 0.25em;
}
.single-body__date time i {
  margin-right: 0.3em;
}

.single-body__sns {
  margin-top: 20px;
}
.single-body__sns .single__sns-list {
  justify-content: flex-end;
}

.singleBody__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 0 0;
  font-size: 1.4rem;
  color: #808080;
  list-style: none;
}
.singleBody__tags li a {
  padding: 8px;
  line-height: 1;
  border: 1px solid #808080;
  cursor: pointer;
  transition: 0.2s;
}
.singleBody__tags li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 959px) {
  .single-visual__titlearea {
    padding: 24px;
  }
  .single-visual__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 559px ) {
  .single-visual__inner {
    display: block;
  }
  .single-visual__eyecatch {
    width: 85%;
  }
  .single-visual__titlearea {
    position: relative;
    margin: -30px 0 0 auto;
    width: 85%;
  }
  .single-visual__info time {
    font-size: 1.2rem;
  }
  .single__sns-list .sns-item a {
    width: 32px;
    height: 32px;
  }
  .single__sns-list .sns-item a .svg-facebook {
    width: 20px;
  }
  .single__sns-list .sns-item a .svg-x {
    width: 18px;
  }
  .single-body {
    margin-top: 48px;
    font-size: 1.4rem;
  }
  .single-body h2 {
    font-size: 2.2rem;
  }
  .single-body h3 {
    font-size: 1.8rem;
  }
  .single-body h4 {
    font-size: 1.6rem;
  }
  .single-body__date {
    font-size: 1.2rem;
  }
}
.solution__main {
  margin-top: 80px;
}
.solution__main-copy {
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.solution__main-description__area {
  margin-top: 1em;
}
.solution__main-description {
  font-size: 1.8rem;
  text-align: center;
}
.solution__main-description:has(.solution__main-description-text02) .solution__main-description-text01:after {
  content: "、";
}
.solution__main .btn-area {
  margin-top: 50px;
}
@media only screen and (max-width: 559px ) {
  .solution__main {
    margin-top: 40px;
  }
  .solution__main-copy {
    font-size: 3.2rem;
  }
  .solution__main-description__area {
    justify-content: inherit;
  }
  .solution__main-description {
    font-size: 1.6rem;
  }
  .solution__main .btn-area {
    margin-top: 30px;
  }
}

.solution__demo-site {
  margin-top: 120px;
}
.solution__demo-site-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__demo-site {
    margin-top: 80px;
  }
  .solution__demo-site-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.solution__demo-site .btn-area {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  .solution__demo-site .btn-area {
    margin-top: 30px;
  }
}

.demo-site {
  position: relative;
  max-height: 38.8vw;
  border: 4px solid #333;
  border-radius: 28px;
  overflow: hidden;
}
.demo-site__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 980px;
}
.demo-site::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05) inset;
  pointer-events: none;
}
.demo-site.--pc {
  width: 74.3%;
}
.demo-site.--sp {
  flex: 1;
}
@media only screen and (min-width: 960px ) {
  .demo-site {
    max-height: 450px;
  }
}
@media only screen and (min-width: 560px ) {
  .demo-site {
    border-radius: 18px;
  }
  .demo-site:after {
    border-radius: 18px;
  }
}
@media only screen and (max-width: 559px ) {
  .demo-site {
    border-radius: 28px;
    max-height: 640px;
  }
  .demo-site__wrapper {
    margin: 20px auto 0;
  }
  .demo-site:after {
    border-radius: 28px;
  }
  .demo-site.--pc {
    display: none;
  }
}
.demo-site figure {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.demo-site figure::-webkit-scrollbar {
  width: 6px;
  background: rgba(255, 255, 255, 0.1);
}
.demo-site figure::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0);
  transition: all 0.3s ease;
  border-top: 24px solid rgba(255, 255, 255, 0.1);
  border-bottom: 24px solid rgba(255, 255, 255, 0.1);
  min-height: 90px;
}
.demo-site figure:hover::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.demo-site figure img {
  width: 100%;
  object-fit: cover;
}

.solution__sub-copy {
  margin-top: 3em;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__sub-copy {
    margin-top: 2em;
    font-size: 2.1rem;
  }
}

.solution__feature {
  margin-top: 100px;
}
.solution__feature-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.solution__feature-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.solution__feature-item + .solution__feature-item {
  margin-top: 60px;
}
.solution__feature-textarea {
  flex: 1;
}
.solution__feature-image {
  width: 40%;
  max-width: 400px;
}
.solution__feature-title {
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
.solution__feature-title .num {
  margin-right: 0.25em;
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1;
  transform: translateY(-0.075em);
}
.solution__feature-text {
  margin-top: 1em;
  font-size: 2.1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 559px ) {
  .solution__feature {
    margin-top: 30px;
  }
  .solution__feature-item {
    display: inherit;
  }
  .solution__feature-item + .solution__feature-item {
    margin-top: 60px;
  }
  .solution__feature-image {
    margin: 0 auto 1em;
    width: 80%;
  }
  .solution__feature-title {
    font-size: 2.1rem;
  }
  .solution__feature-title .num {
    font-size: 3rem;
  }
  .solution__feature-text {
    font-size: 1.6rem;
  }
}

.solution__voice {
  margin-top: 120px;
  /* .section__inner {
      max-width: 960px;
  } */
}
.solution__voice-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__voice {
    margin-top: 80px;
  }
  .solution__voice-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}

.voice-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.voice-item + .voice-item {
  margin-top: 40px;
}
.voice-item__icon {
  width: clamp(64px, 20%, 120px);
}
.voice-item__icon figure {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #dce5ec;
  overflow: hidden;
}
.voice-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-item__icon:not(:has(img)) {
  background: url("../img/icon_id-none.png") center center/cover no-repeat;
}
.voice-item__comment {
  flex: 1;
}
.voice-item__comment .comment__inner {
  position: relative;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.voice-item__comment .comment__inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  width: 18px;
  height: 15px;
  content: "";
  background: #ccc;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.voice-item__comment .comment__inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 16px;
  height: 13px;
  content: "";
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.voice-item__text {
  font-size: 1.8rem;
}
.voice-item__belong {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: right;
  color: #999;
}
@media only screen and (max-width: 559px ) {
  .voice-item + .voice-item {
    margin-top: 30px;
  }
  .voice-item__icon {
    width: clamp(60px, 16%, 120px);
  }
  .voice-item__text {
    font-size: 1.4rem;
  }
  .voice-item__belong {
    font-size: 1.2rem;
  }
}

.solution__function {
  margin-top: 120px;
}
.solution__function-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.solution__function .btn-area {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  .solution__function {
    margin-top: 80px;
  }
  .solution__function-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .solution__function .btn-area {
    margin-top: 30px;
  }
}

.solution__support {
  margin-top: 120px;
}
.solution__support .section__inner {
  max-width: 1120px;
}
.solution__support-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__support {
    margin-top: 80px;
  }
  .solution__support-title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}

.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  justify-content: space-between;
}

.support-item {
  flex: 1;
}
.support-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.support-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-item__text {
  margin-top: 1em;
}
@media only screen and (max-width: 559px ) {
  .support-item {
    width: 100%;
    flex: inherit;
  }
  .support-item__img {
    margin: 0 auto;
    width: 80%;
    max-width: 480px;
    aspect-ratio: inherit;
  }
  .support-item__text {
    margin-top: 1em;
  }
}

.pre-text__conversion {
  margin-top: 100px;
}
.pre-text__conversion p {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .pre-text__conversion {
    margin-top: 80px;
  }
  .pre-text__conversion p {
    font-size: 2.8rem;
  }
}

main:has(.pre-text__conversion) + .conversion {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  main:has(.pre-text__conversion) + .conversion {
    margin-top: 30px;
  }
}

.single-function-visual {
  background: #f1f3f5;
  min-height: 420px;
}
.single-function-visual__inner {
  margin: 0 auto;
  padding: 75px 20px 30px;
  width: 100%;
  max-width: 1280px;
}

.single-function-title {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
.single-function-title__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.5em auto 1em;
  padding: 12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}
.single-function-title span {
  flex: 1;
}
.single-function-title__text {
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .single-function-title {
    font-size: 3.8rem;
  }
  .single-function-title__text {
    text-align: left;
  }
}

.single-function__feature {
  margin-top: 100px;
}
.single-function__feature .section__title {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
}
.single-function__feature .feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.single-function__feature .feature__list__item {
  width: calc((100% - 32px) / 3);
}
.single-function__feature .feature__list__item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 32px 32px 16px;
  width: 100%;
  height: 100%;
  min-height: 138px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.single-function__feature .feature__list__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #f1f3f5;
  border-radius: 6px;
  z-index: -1;
}
.single-function__feature .feature__list__item__title {
  width: 100%;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.single-function__feature .feature__list__item__arrow {
  margin: 1em auto 0;
  display: block;
  width: 32px;
}
.single-function__feature .feature__list__item__arrow .path-arrow {
  fill: #fff;
}
@media screen and (max-width: 959px) {
  .single-function__feature .feature__list {
    gap: 10px;
  }
  .single-function__feature .feature__list__item {
    width: 100%;
  }
  .single-function__feature .feature__list__item a {
    padding: 20px;
    align-items: center;
    min-height: inherit;
  }
  .single-function__feature .feature__list__item__title {
    flex: 1;
    font-size: 1.6rem;
    text-align: left;
  }
  .single-function__feature .feature__list__item__arrow {
    margin: 0 0 0 1em;
    width: 20px;
  }
  .single-function__feature .function-feature__item {
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .single-function__feature .function-feature__item:has(.function-feature__item__title) {
    margin-top: 70px;
  }
  .single-function__feature .function-feature__item:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item:nth-child(2n+1).--reverse {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item:nth-child(2n).--reverse {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item__txtarea, .single-function__feature .function-feature__item__img {
    width: 100%;
    flex: inherit;
  }
  .single-function__feature .function-feature__item__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 559px ) {
  .single-function__feature {
    margin-top: 60px;
  }
  .single-function__feature .section__title {
    font-size: 3rem;
  }
  .single-function__feature .function-feature__item__title {
    font-size: 2.2rem;
  }
}

.function-feature__item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.function-feature__item:has(.feature__item__ttl) {
  margin-top: 80px;
}
.function-feature__item:nth-child(2n+1).--reverse {
  flex-direction: row-reverse;
}
.function-feature__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.function-feature__item:nth-child(2n).--reverse {
  flex-direction: inherit;
}
.function-feature__item__txtarea, .function-feature__item__img {
  flex: 1;
}
.function-feature__item__title {
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: bold;
}
.function-feature__item__title strong {
  font-weight: bold;
  background: linear-gradient(transparent 49%, #ffdbc1 50%);
}
.function-feature__item__txt {
  line-height: 1.75;
  text-align: justify;
}
.function-feature__item img {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.function-feature__item .maxheight_300 img {
  max-height: 300px;
}
.function-feature__item .maxheight_301 img {
  max-height: 301px;
}
.function-feature__item .maxheight_302 img {
  max-height: 302px;
}
.function-feature__item .maxheight_303 img {
  max-height: 303px;
}
.function-feature__item .maxheight_304 img {
  max-height: 304px;
}
.function-feature__item .maxheight_305 img {
  max-height: 305px;
}
.function-feature__item .maxheight_306 img {
  max-height: 306px;
}
.function-feature__item .maxheight_307 img {
  max-height: 307px;
}
.function-feature__item .maxheight_308 img {
  max-height: 308px;
}
.function-feature__item .maxheight_309 img {
  max-height: 309px;
}
.function-feature__item .maxheight_310 img {
  max-height: 310px;
}
.function-feature__item .maxheight_311 img {
  max-height: 311px;
}
.function-feature__item .maxheight_312 img {
  max-height: 312px;
}
.function-feature__item .maxheight_313 img {
  max-height: 313px;
}
.function-feature__item .maxheight_314 img {
  max-height: 314px;
}
.function-feature__item .maxheight_315 img {
  max-height: 315px;
}
.function-feature__item .maxheight_316 img {
  max-height: 316px;
}
.function-feature__item .maxheight_317 img {
  max-height: 317px;
}
.function-feature__item .maxheight_318 img {
  max-height: 318px;
}
.function-feature__item .maxheight_319 img {
  max-height: 319px;
}
.function-feature__item .maxheight_320 img {
  max-height: 320px;
}
.function-feature__item .maxheight_321 img {
  max-height: 321px;
}
.function-feature__item .maxheight_322 img {
  max-height: 322px;
}
.function-feature__item .maxheight_323 img {
  max-height: 323px;
}
.function-feature__item .maxheight_324 img {
  max-height: 324px;
}
.function-feature__item .maxheight_325 img {
  max-height: 325px;
}
.function-feature__item .maxheight_326 img {
  max-height: 326px;
}
.function-feature__item .maxheight_327 img {
  max-height: 327px;
}
.function-feature__item .maxheight_328 img {
  max-height: 328px;
}
.function-feature__item .maxheight_329 img {
  max-height: 329px;
}
.function-feature__item .maxheight_330 img {
  max-height: 330px;
}
.function-feature__item .maxheight_331 img {
  max-height: 331px;
}
.function-feature__item .maxheight_332 img {
  max-height: 332px;
}
.function-feature__item .maxheight_333 img {
  max-height: 333px;
}
.function-feature__item .maxheight_334 img {
  max-height: 334px;
}
.function-feature__item .maxheight_335 img {
  max-height: 335px;
}
.function-feature__item .maxheight_336 img {
  max-height: 336px;
}
.function-feature__item .maxheight_337 img {
  max-height: 337px;
}
.function-feature__item .maxheight_338 img {
  max-height: 338px;
}
.function-feature__item .maxheight_339 img {
  max-height: 339px;
}
.function-feature__item .maxheight_340 img {
  max-height: 340px;
}
.function-feature__item .maxheight_341 img {
  max-height: 341px;
}
.function-feature__item .maxheight_342 img {
  max-height: 342px;
}
.function-feature__item .maxheight_343 img {
  max-height: 343px;
}
.function-feature__item .maxheight_344 img {
  max-height: 344px;
}
.function-feature__item .maxheight_345 img {
  max-height: 345px;
}
.function-feature__item .maxheight_346 img {
  max-height: 346px;
}
.function-feature__item .maxheight_347 img {
  max-height: 347px;
}
.function-feature__item .maxheight_348 img {
  max-height: 348px;
}
.function-feature__item .maxheight_349 img {
  max-height: 349px;
}
.function-feature__item .maxheight_350 img {
  max-height: 350px;
}
.function-feature__item .maxheight_351 img {
  max-height: 351px;
}
.function-feature__item .maxheight_352 img {
  max-height: 352px;
}
.function-feature__item .maxheight_353 img {
  max-height: 353px;
}
.function-feature__item .maxheight_354 img {
  max-height: 354px;
}
.function-feature__item .maxheight_355 img {
  max-height: 355px;
}
.function-feature__item .maxheight_356 img {
  max-height: 356px;
}
.function-feature__item .maxheight_357 img {
  max-height: 357px;
}
.function-feature__item .maxheight_358 img {
  max-height: 358px;
}
.function-feature__item .maxheight_359 img {
  max-height: 359px;
}
.function-feature__item .maxheight_360 img {
  max-height: 360px;
}
.function-feature__item .maxheight_361 img {
  max-height: 361px;
}
.function-feature__item .maxheight_362 img {
  max-height: 362px;
}
.function-feature__item .maxheight_363 img {
  max-height: 363px;
}
.function-feature__item .maxheight_364 img {
  max-height: 364px;
}
.function-feature__item .maxheight_365 img {
  max-height: 365px;
}
.function-feature__item .maxheight_366 img {
  max-height: 366px;
}
.function-feature__item .maxheight_367 img {
  max-height: 367px;
}
.function-feature__item .maxheight_368 img {
  max-height: 368px;
}
.function-feature__item .maxheight_369 img {
  max-height: 369px;
}
.function-feature__item .maxheight_370 img {
  max-height: 370px;
}
.function-feature__item .maxheight_371 img {
  max-height: 371px;
}
.function-feature__item .maxheight_372 img {
  max-height: 372px;
}
.function-feature__item .maxheight_373 img {
  max-height: 373px;
}
.function-feature__item .maxheight_374 img {
  max-height: 374px;
}
.function-feature__item .maxheight_375 img {
  max-height: 375px;
}
.function-feature__item .maxheight_376 img {
  max-height: 376px;
}
.function-feature__item .maxheight_377 img {
  max-height: 377px;
}
.function-feature__item .maxheight_378 img {
  max-height: 378px;
}
.function-feature__item .maxheight_379 img {
  max-height: 379px;
}
.function-feature__item .maxheight_380 img {
  max-height: 380px;
}
.function-feature__item .maxheight_381 img {
  max-height: 381px;
}
.function-feature__item .maxheight_382 img {
  max-height: 382px;
}
.function-feature__item .maxheight_383 img {
  max-height: 383px;
}
.function-feature__item .maxheight_384 img {
  max-height: 384px;
}
.function-feature__item .maxheight_385 img {
  max-height: 385px;
}
.function-feature__item .maxheight_386 img {
  max-height: 386px;
}
.function-feature__item .maxheight_387 img {
  max-height: 387px;
}
.function-feature__item .maxheight_388 img {
  max-height: 388px;
}
.function-feature__item .maxheight_389 img {
  max-height: 389px;
}
.function-feature__item .maxheight_390 img {
  max-height: 390px;
}
.function-feature__item .maxheight_391 img {
  max-height: 391px;
}
.function-feature__item .maxheight_392 img {
  max-height: 392px;
}
.function-feature__item .maxheight_393 img {
  max-height: 393px;
}
.function-feature__item .maxheight_394 img {
  max-height: 394px;
}
.function-feature__item .maxheight_395 img {
  max-height: 395px;
}
.function-feature__item .maxheight_396 img {
  max-height: 396px;
}
.function-feature__item .maxheight_397 img {
  max-height: 397px;
}
.function-feature__item .maxheight_398 img {
  max-height: 398px;
}
.function-feature__item .maxheight_399 img {
  max-height: 399px;
}
.function-feature__item .maxheight_400 img {
  max-height: 400px;
}
.function-feature__item .maxheight_401 img {
  max-height: 401px;
}
.function-feature__item .maxheight_402 img {
  max-height: 402px;
}
.function-feature__item .maxheight_403 img {
  max-height: 403px;
}
.function-feature__item .maxheight_404 img {
  max-height: 404px;
}
.function-feature__item .maxheight_405 img {
  max-height: 405px;
}
.function-feature__item .maxheight_406 img {
  max-height: 406px;
}
.function-feature__item .maxheight_407 img {
  max-height: 407px;
}
.function-feature__item .maxheight_408 img {
  max-height: 408px;
}
.function-feature__item .maxheight_409 img {
  max-height: 409px;
}
.function-feature__item .maxheight_410 img {
  max-height: 410px;
}
.function-feature__item .maxheight_411 img {
  max-height: 411px;
}
.function-feature__item .maxheight_412 img {
  max-height: 412px;
}
.function-feature__item .maxheight_413 img {
  max-height: 413px;
}
.function-feature__item .maxheight_414 img {
  max-height: 414px;
}
.function-feature__item .maxheight_415 img {
  max-height: 415px;
}
.function-feature__item .maxheight_416 img {
  max-height: 416px;
}
.function-feature__item .maxheight_417 img {
  max-height: 417px;
}
.function-feature__item .maxheight_418 img {
  max-height: 418px;
}
.function-feature__item .maxheight_419 img {
  max-height: 419px;
}
.function-feature__item .maxheight_420 img {
  max-height: 420px;
}
.function-feature__item .maxheight_421 img {
  max-height: 421px;
}
.function-feature__item .maxheight_422 img {
  max-height: 422px;
}
.function-feature__item .maxheight_423 img {
  max-height: 423px;
}
.function-feature__item .maxheight_424 img {
  max-height: 424px;
}
.function-feature__item .maxheight_425 img {
  max-height: 425px;
}
.function-feature__item .maxheight_426 img {
  max-height: 426px;
}
.function-feature__item .maxheight_427 img {
  max-height: 427px;
}
.function-feature__item .maxheight_428 img {
  max-height: 428px;
}
.function-feature__item .maxheight_429 img {
  max-height: 429px;
}
.function-feature__item .maxheight_430 img {
  max-height: 430px;
}
.function-feature__item .maxheight_431 img {
  max-height: 431px;
}
.function-feature__item .maxheight_432 img {
  max-height: 432px;
}
.function-feature__item .maxheight_433 img {
  max-height: 433px;
}
.function-feature__item .maxheight_434 img {
  max-height: 434px;
}
.function-feature__item .maxheight_435 img {
  max-height: 435px;
}
.function-feature__item .maxheight_436 img {
  max-height: 436px;
}
.function-feature__item .maxheight_437 img {
  max-height: 437px;
}
.function-feature__item .maxheight_438 img {
  max-height: 438px;
}
.function-feature__item .maxheight_439 img {
  max-height: 439px;
}
.function-feature__item .maxheight_440 img {
  max-height: 440px;
}
.function-feature__item .maxheight_441 img {
  max-height: 441px;
}
.function-feature__item .maxheight_442 img {
  max-height: 442px;
}
.function-feature__item .maxheight_443 img {
  max-height: 443px;
}
.function-feature__item .maxheight_444 img {
  max-height: 444px;
}
.function-feature__item .maxheight_445 img {
  max-height: 445px;
}
.function-feature__item .maxheight_446 img {
  max-height: 446px;
}
.function-feature__item .maxheight_447 img {
  max-height: 447px;
}
.function-feature__item .maxheight_448 img {
  max-height: 448px;
}
.function-feature__item .maxheight_449 img {
  max-height: 449px;
}
.function-feature__item .maxheight_450 img {
  max-height: 450px;
}
.function-feature__item .maxheight_451 img {
  max-height: 451px;
}
.function-feature__item .maxheight_452 img {
  max-height: 452px;
}
.function-feature__item .maxheight_453 img {
  max-height: 453px;
}
.function-feature__item .maxheight_454 img {
  max-height: 454px;
}
.function-feature__item .maxheight_455 img {
  max-height: 455px;
}
.function-feature__item .maxheight_456 img {
  max-height: 456px;
}
.function-feature__item .maxheight_457 img {
  max-height: 457px;
}
.function-feature__item .maxheight_458 img {
  max-height: 458px;
}
.function-feature__item .maxheight_459 img {
  max-height: 459px;
}
.function-feature__item .maxheight_460 img {
  max-height: 460px;
}
.function-feature__item .maxheight_461 img {
  max-height: 461px;
}
.function-feature__item .maxheight_462 img {
  max-height: 462px;
}
.function-feature__item .maxheight_463 img {
  max-height: 463px;
}
.function-feature__item .maxheight_464 img {
  max-height: 464px;
}
.function-feature__item .maxheight_465 img {
  max-height: 465px;
}
.function-feature__item .maxheight_466 img {
  max-height: 466px;
}
.function-feature__item .maxheight_467 img {
  max-height: 467px;
}
.function-feature__item .maxheight_468 img {
  max-height: 468px;
}
.function-feature__item .maxheight_469 img {
  max-height: 469px;
}
.function-feature__item .maxheight_470 img {
  max-height: 470px;
}
.function-feature__item .maxheight_471 img {
  max-height: 471px;
}
.function-feature__item .maxheight_472 img {
  max-height: 472px;
}
.function-feature__item .maxheight_473 img {
  max-height: 473px;
}
.function-feature__item .maxheight_474 img {
  max-height: 474px;
}
.function-feature__item .maxheight_475 img {
  max-height: 475px;
}
.function-feature__item .maxheight_476 img {
  max-height: 476px;
}
.function-feature__item .maxheight_477 img {
  max-height: 477px;
}
.function-feature__item .maxheight_478 img {
  max-height: 478px;
}
.function-feature__item .maxheight_479 img {
  max-height: 479px;
}
.function-feature__item .maxheight_480 img {
  max-height: 480px;
}
.function-feature__item .maxheight_481 img {
  max-height: 481px;
}
.function-feature__item .maxheight_482 img {
  max-height: 482px;
}
.function-feature__item .maxheight_483 img {
  max-height: 483px;
}
.function-feature__item .maxheight_484 img {
  max-height: 484px;
}
.function-feature__item .maxheight_485 img {
  max-height: 485px;
}
.function-feature__item .maxheight_486 img {
  max-height: 486px;
}
.function-feature__item .maxheight_487 img {
  max-height: 487px;
}
.function-feature__item .maxheight_488 img {
  max-height: 488px;
}
.function-feature__item .maxheight_489 img {
  max-height: 489px;
}
.function-feature__item .maxheight_490 img {
  max-height: 490px;
}
.function-feature__item .maxheight_491 img {
  max-height: 491px;
}
.function-feature__item .maxheight_492 img {
  max-height: 492px;
}
.function-feature__item .maxheight_493 img {
  max-height: 493px;
}
.function-feature__item .maxheight_494 img {
  max-height: 494px;
}
.function-feature__item .maxheight_495 img {
  max-height: 495px;
}
.function-feature__item .maxheight_496 img {
  max-height: 496px;
}
.function-feature__item .maxheight_497 img {
  max-height: 497px;
}
.function-feature__item .maxheight_498 img {
  max-height: 498px;
}
.function-feature__item .maxheight_499 img {
  max-height: 499px;
}
.function-feature__item .maxheight_500 img {
  max-height: 500px;
}
.function-feature__item .maxheight_501 img {
  max-height: 501px;
}
.function-feature__item .maxheight_502 img {
  max-height: 502px;
}
.function-feature__item .maxheight_503 img {
  max-height: 503px;
}
.function-feature__item .maxheight_504 img {
  max-height: 504px;
}
.function-feature__item .maxheight_505 img {
  max-height: 505px;
}
.function-feature__item .maxheight_506 img {
  max-height: 506px;
}
.function-feature__item .maxheight_507 img {
  max-height: 507px;
}
.function-feature__item .maxheight_508 img {
  max-height: 508px;
}
.function-feature__item .maxheight_509 img {
  max-height: 509px;
}
.function-feature__item .maxheight_510 img {
  max-height: 510px;
}
.function-feature__item .maxheight_511 img {
  max-height: 511px;
}
.function-feature__item .maxheight_512 img {
  max-height: 512px;
}
.function-feature__item .maxheight_513 img {
  max-height: 513px;
}
.function-feature__item .maxheight_514 img {
  max-height: 514px;
}
.function-feature__item .maxheight_515 img {
  max-height: 515px;
}
.function-feature__item .maxheight_516 img {
  max-height: 516px;
}
.function-feature__item .maxheight_517 img {
  max-height: 517px;
}
.function-feature__item .maxheight_518 img {
  max-height: 518px;
}
.function-feature__item .maxheight_519 img {
  max-height: 519px;
}
.function-feature__item .maxheight_520 img {
  max-height: 520px;
}
.function-feature__item .maxheight_521 img {
  max-height: 521px;
}
.function-feature__item .maxheight_522 img {
  max-height: 522px;
}
.function-feature__item .maxheight_523 img {
  max-height: 523px;
}
.function-feature__item .maxheight_524 img {
  max-height: 524px;
}
.function-feature__item .maxheight_525 img {
  max-height: 525px;
}
.function-feature__item .maxheight_526 img {
  max-height: 526px;
}
.function-feature__item .maxheight_527 img {
  max-height: 527px;
}
.function-feature__item .maxheight_528 img {
  max-height: 528px;
}
.function-feature__item .maxheight_529 img {
  max-height: 529px;
}
.function-feature__item .maxheight_530 img {
  max-height: 530px;
}
.function-feature__item .maxheight_531 img {
  max-height: 531px;
}
.function-feature__item .maxheight_532 img {
  max-height: 532px;
}
.function-feature__item .maxheight_533 img {
  max-height: 533px;
}
.function-feature__item .maxheight_534 img {
  max-height: 534px;
}
.function-feature__item .maxheight_535 img {
  max-height: 535px;
}
.function-feature__item .maxheight_536 img {
  max-height: 536px;
}
.function-feature__item .maxheight_537 img {
  max-height: 537px;
}
.function-feature__item .maxheight_538 img {
  max-height: 538px;
}
.function-feature__item .maxheight_539 img {
  max-height: 539px;
}
.function-feature__item .maxheight_540 img {
  max-height: 540px;
}
.function-feature__item .maxheight_541 img {
  max-height: 541px;
}
.function-feature__item .maxheight_542 img {
  max-height: 542px;
}
.function-feature__item .maxheight_543 img {
  max-height: 543px;
}
.function-feature__item .maxheight_544 img {
  max-height: 544px;
}
.function-feature__item .maxheight_545 img {
  max-height: 545px;
}
.function-feature__item .maxheight_546 img {
  max-height: 546px;
}
.function-feature__item .maxheight_547 img {
  max-height: 547px;
}
.function-feature__item .maxheight_548 img {
  max-height: 548px;
}
.function-feature__item .maxheight_549 img {
  max-height: 549px;
}
.function-feature__item .maxheight_550 img {
  max-height: 550px;
}
.function-feature__item .maxheight_551 img {
  max-height: 551px;
}
.function-feature__item .maxheight_552 img {
  max-height: 552px;
}
.function-feature__item .maxheight_553 img {
  max-height: 553px;
}
.function-feature__item .maxheight_554 img {
  max-height: 554px;
}
.function-feature__item .maxheight_555 img {
  max-height: 555px;
}
.function-feature__item .maxheight_556 img {
  max-height: 556px;
}
.function-feature__item .maxheight_557 img {
  max-height: 557px;
}
.function-feature__item .maxheight_558 img {
  max-height: 558px;
}
.function-feature__item .maxheight_559 img {
  max-height: 559px;
}
.function-feature__item .maxheight_560 img {
  max-height: 560px;
}
.function-feature__item .maxheight_561 img {
  max-height: 561px;
}
.function-feature__item .maxheight_562 img {
  max-height: 562px;
}
.function-feature__item .maxheight_563 img {
  max-height: 563px;
}
.function-feature__item .maxheight_564 img {
  max-height: 564px;
}
.function-feature__item .maxheight_565 img {
  max-height: 565px;
}
.function-feature__item .maxheight_566 img {
  max-height: 566px;
}
.function-feature__item .maxheight_567 img {
  max-height: 567px;
}
.function-feature__item .maxheight_568 img {
  max-height: 568px;
}
.function-feature__item .maxheight_569 img {
  max-height: 569px;
}
.function-feature__item .maxheight_570 img {
  max-height: 570px;
}
.function-feature__item .maxheight_571 img {
  max-height: 571px;
}
.function-feature__item .maxheight_572 img {
  max-height: 572px;
}
.function-feature__item .maxheight_573 img {
  max-height: 573px;
}
.function-feature__item .maxheight_574 img {
  max-height: 574px;
}
.function-feature__item .maxheight_575 img {
  max-height: 575px;
}
.function-feature__item .maxheight_576 img {
  max-height: 576px;
}
.function-feature__item .maxheight_577 img {
  max-height: 577px;
}
.function-feature__item .maxheight_578 img {
  max-height: 578px;
}
.function-feature__item .maxheight_579 img {
  max-height: 579px;
}
.function-feature__item .maxheight_580 img {
  max-height: 580px;
}
.function-feature__item .maxheight_581 img {
  max-height: 581px;
}
.function-feature__item .maxheight_582 img {
  max-height: 582px;
}
.function-feature__item .maxheight_583 img {
  max-height: 583px;
}
.function-feature__item .maxheight_584 img {
  max-height: 584px;
}
.function-feature__item .maxheight_585 img {
  max-height: 585px;
}
.function-feature__item .maxheight_586 img {
  max-height: 586px;
}
.function-feature__item .maxheight_587 img {
  max-height: 587px;
}
.function-feature__item .maxheight_588 img {
  max-height: 588px;
}
.function-feature__item .maxheight_589 img {
  max-height: 589px;
}
.function-feature__item .maxheight_590 img {
  max-height: 590px;
}
.function-feature__item .maxheight_591 img {
  max-height: 591px;
}
.function-feature__item .maxheight_592 img {
  max-height: 592px;
}
.function-feature__item .maxheight_593 img {
  max-height: 593px;
}
.function-feature__item .maxheight_594 img {
  max-height: 594px;
}
.function-feature__item .maxheight_595 img {
  max-height: 595px;
}
.function-feature__item .maxheight_596 img {
  max-height: 596px;
}
.function-feature__item .maxheight_597 img {
  max-height: 597px;
}
.function-feature__item .maxheight_598 img {
  max-height: 598px;
}
.function-feature__item .maxheight_599 img {
  max-height: 599px;
}
.function-feature__item .maxheight_600 img {
  max-height: 600px;
}
.function-feature__item .maxheight_601 img {
  max-height: 601px;
}
.function-feature__item .maxheight_602 img {
  max-height: 602px;
}
.function-feature__item .maxheight_603 img {
  max-height: 603px;
}
.function-feature__item .maxheight_604 img {
  max-height: 604px;
}
.function-feature__item .maxheight_605 img {
  max-height: 605px;
}
.function-feature__item .maxheight_606 img {
  max-height: 606px;
}
.function-feature__item .maxheight_607 img {
  max-height: 607px;
}
.function-feature__item .maxheight_608 img {
  max-height: 608px;
}
.function-feature__item .maxheight_609 img {
  max-height: 609px;
}
.function-feature__item .maxheight_610 img {
  max-height: 610px;
}
.function-feature__item .maxheight_611 img {
  max-height: 611px;
}
.function-feature__item .maxheight_612 img {
  max-height: 612px;
}
.function-feature__item .maxheight_613 img {
  max-height: 613px;
}
.function-feature__item .maxheight_614 img {
  max-height: 614px;
}
.function-feature__item .maxheight_615 img {
  max-height: 615px;
}
.function-feature__item .maxheight_616 img {
  max-height: 616px;
}
.function-feature__item .maxheight_617 img {
  max-height: 617px;
}
.function-feature__item .maxheight_618 img {
  max-height: 618px;
}
.function-feature__item .maxheight_619 img {
  max-height: 619px;
}
.function-feature__item .maxheight_620 img {
  max-height: 620px;
}
.function-feature__item .maxheight_621 img {
  max-height: 621px;
}
.function-feature__item .maxheight_622 img {
  max-height: 622px;
}
.function-feature__item .maxheight_623 img {
  max-height: 623px;
}
.function-feature__item .maxheight_624 img {
  max-height: 624px;
}
.function-feature__item .maxheight_625 img {
  max-height: 625px;
}
.function-feature__item .maxheight_626 img {
  max-height: 626px;
}
.function-feature__item .maxheight_627 img {
  max-height: 627px;
}
.function-feature__item .maxheight_628 img {
  max-height: 628px;
}
.function-feature__item .maxheight_629 img {
  max-height: 629px;
}
.function-feature__item .maxheight_630 img {
  max-height: 630px;
}
.function-feature__item .maxheight_631 img {
  max-height: 631px;
}
.function-feature__item .maxheight_632 img {
  max-height: 632px;
}
.function-feature__item .maxheight_633 img {
  max-height: 633px;
}
.function-feature__item .maxheight_634 img {
  max-height: 634px;
}
.function-feature__item .maxheight_635 img {
  max-height: 635px;
}
.function-feature__item .maxheight_636 img {
  max-height: 636px;
}
.function-feature__item .maxheight_637 img {
  max-height: 637px;
}
.function-feature__item .maxheight_638 img {
  max-height: 638px;
}
.function-feature__item .maxheight_639 img {
  max-height: 639px;
}
.function-feature__item .maxheight_640 img {
  max-height: 640px;
}
.function-feature__item .maxheight_641 img {
  max-height: 641px;
}
.function-feature__item .maxheight_642 img {
  max-height: 642px;
}
.function-feature__item .maxheight_643 img {
  max-height: 643px;
}
.function-feature__item .maxheight_644 img {
  max-height: 644px;
}
.function-feature__item .maxheight_645 img {
  max-height: 645px;
}
.function-feature__item .maxheight_646 img {
  max-height: 646px;
}
.function-feature__item .maxheight_647 img {
  max-height: 647px;
}
.function-feature__item .maxheight_648 img {
  max-height: 648px;
}
.function-feature__item .maxheight_649 img {
  max-height: 649px;
}
.function-feature__item .maxheight_650 img {
  max-height: 650px;
}
.function-feature__item .maxheight_651 img {
  max-height: 651px;
}
.function-feature__item .maxheight_652 img {
  max-height: 652px;
}
.function-feature__item .maxheight_653 img {
  max-height: 653px;
}
.function-feature__item .maxheight_654 img {
  max-height: 654px;
}
.function-feature__item .maxheight_655 img {
  max-height: 655px;
}
.function-feature__item .maxheight_656 img {
  max-height: 656px;
}
.function-feature__item .maxheight_657 img {
  max-height: 657px;
}
.function-feature__item .maxheight_658 img {
  max-height: 658px;
}
.function-feature__item .maxheight_659 img {
  max-height: 659px;
}
.function-feature__item .maxheight_660 img {
  max-height: 660px;
}
.function-feature__item .maxheight_661 img {
  max-height: 661px;
}
.function-feature__item .maxheight_662 img {
  max-height: 662px;
}
.function-feature__item .maxheight_663 img {
  max-height: 663px;
}
.function-feature__item .maxheight_664 img {
  max-height: 664px;
}
.function-feature__item .maxheight_665 img {
  max-height: 665px;
}
.function-feature__item .maxheight_666 img {
  max-height: 666px;
}
.function-feature__item .maxheight_667 img {
  max-height: 667px;
}
.function-feature__item .maxheight_668 img {
  max-height: 668px;
}
.function-feature__item .maxheight_669 img {
  max-height: 669px;
}
.function-feature__item .maxheight_670 img {
  max-height: 670px;
}
.function-feature__item .maxheight_671 img {
  max-height: 671px;
}
.function-feature__item .maxheight_672 img {
  max-height: 672px;
}
.function-feature__item .maxheight_673 img {
  max-height: 673px;
}
.function-feature__item .maxheight_674 img {
  max-height: 674px;
}
.function-feature__item .maxheight_675 img {
  max-height: 675px;
}
.function-feature__item .maxheight_676 img {
  max-height: 676px;
}
.function-feature__item .maxheight_677 img {
  max-height: 677px;
}
.function-feature__item .maxheight_678 img {
  max-height: 678px;
}
.function-feature__item .maxheight_679 img {
  max-height: 679px;
}
.function-feature__item .maxheight_680 img {
  max-height: 680px;
}
.function-feature__item .maxheight_681 img {
  max-height: 681px;
}
.function-feature__item .maxheight_682 img {
  max-height: 682px;
}
.function-feature__item .maxheight_683 img {
  max-height: 683px;
}
.function-feature__item .maxheight_684 img {
  max-height: 684px;
}
.function-feature__item .maxheight_685 img {
  max-height: 685px;
}
.function-feature__item .maxheight_686 img {
  max-height: 686px;
}
.function-feature__item .maxheight_687 img {
  max-height: 687px;
}
.function-feature__item .maxheight_688 img {
  max-height: 688px;
}
.function-feature__item .maxheight_689 img {
  max-height: 689px;
}
.function-feature__item .maxheight_690 img {
  max-height: 690px;
}
.function-feature__item .maxheight_691 img {
  max-height: 691px;
}
.function-feature__item .maxheight_692 img {
  max-height: 692px;
}
.function-feature__item .maxheight_693 img {
  max-height: 693px;
}
.function-feature__item .maxheight_694 img {
  max-height: 694px;
}
.function-feature__item .maxheight_695 img {
  max-height: 695px;
}
.function-feature__item .maxheight_696 img {
  max-height: 696px;
}
.function-feature__item .maxheight_697 img {
  max-height: 697px;
}
.function-feature__item .maxheight_698 img {
  max-height: 698px;
}
.function-feature__item .maxheight_699 img {
  max-height: 699px;
}
.function-feature__item .maxheight_700 img {
  max-height: 700px;
}
.function-feature__item .maxheight_701 img {
  max-height: 701px;
}
.function-feature__item .maxheight_702 img {
  max-height: 702px;
}
.function-feature__item .maxheight_703 img {
  max-height: 703px;
}
.function-feature__item .maxheight_704 img {
  max-height: 704px;
}
.function-feature__item .maxheight_705 img {
  max-height: 705px;
}
.function-feature__item .maxheight_706 img {
  max-height: 706px;
}
.function-feature__item .maxheight_707 img {
  max-height: 707px;
}
.function-feature__item .maxheight_708 img {
  max-height: 708px;
}
.function-feature__item .maxheight_709 img {
  max-height: 709px;
}
.function-feature__item .maxheight_710 img {
  max-height: 710px;
}
.function-feature__item .maxheight_711 img {
  max-height: 711px;
}
.function-feature__item .maxheight_712 img {
  max-height: 712px;
}
.function-feature__item .maxheight_713 img {
  max-height: 713px;
}
.function-feature__item .maxheight_714 img {
  max-height: 714px;
}
.function-feature__item .maxheight_715 img {
  max-height: 715px;
}
.function-feature__item .maxheight_716 img {
  max-height: 716px;
}
.function-feature__item .maxheight_717 img {
  max-height: 717px;
}
.function-feature__item .maxheight_718 img {
  max-height: 718px;
}
.function-feature__item .maxheight_719 img {
  max-height: 719px;
}
.function-feature__item .maxheight_720 img {
  max-height: 720px;
}
.function-feature__item .maxheight_721 img {
  max-height: 721px;
}
.function-feature__item .maxheight_722 img {
  max-height: 722px;
}
.function-feature__item .maxheight_723 img {
  max-height: 723px;
}
.function-feature__item .maxheight_724 img {
  max-height: 724px;
}
.function-feature__item .maxheight_725 img {
  max-height: 725px;
}
.function-feature__item .maxheight_726 img {
  max-height: 726px;
}
.function-feature__item .maxheight_727 img {
  max-height: 727px;
}
.function-feature__item .maxheight_728 img {
  max-height: 728px;
}
.function-feature__item .maxheight_729 img {
  max-height: 729px;
}
.function-feature__item .maxheight_730 img {
  max-height: 730px;
}
.function-feature__item .maxheight_731 img {
  max-height: 731px;
}
.function-feature__item .maxheight_732 img {
  max-height: 732px;
}
.function-feature__item .maxheight_733 img {
  max-height: 733px;
}
.function-feature__item .maxheight_734 img {
  max-height: 734px;
}
.function-feature__item .maxheight_735 img {
  max-height: 735px;
}
.function-feature__item .maxheight_736 img {
  max-height: 736px;
}
.function-feature__item .maxheight_737 img {
  max-height: 737px;
}
.function-feature__item .maxheight_738 img {
  max-height: 738px;
}
.function-feature__item .maxheight_739 img {
  max-height: 739px;
}
.function-feature__item .maxheight_740 img {
  max-height: 740px;
}
.function-feature__item .maxheight_741 img {
  max-height: 741px;
}
.function-feature__item .maxheight_742 img {
  max-height: 742px;
}
.function-feature__item .maxheight_743 img {
  max-height: 743px;
}
.function-feature__item .maxheight_744 img {
  max-height: 744px;
}
.function-feature__item .maxheight_745 img {
  max-height: 745px;
}
.function-feature__item .maxheight_746 img {
  max-height: 746px;
}
.function-feature__item .maxheight_747 img {
  max-height: 747px;
}
.function-feature__item .maxheight_748 img {
  max-height: 748px;
}
.function-feature__item .maxheight_749 img {
  max-height: 749px;
}
.function-feature__item .maxheight_750 img {
  max-height: 750px;
}
.function-feature__item .maxheight_751 img {
  max-height: 751px;
}
.function-feature__item .maxheight_752 img {
  max-height: 752px;
}
.function-feature__item .maxheight_753 img {
  max-height: 753px;
}
.function-feature__item .maxheight_754 img {
  max-height: 754px;
}
.function-feature__item .maxheight_755 img {
  max-height: 755px;
}
.function-feature__item .maxheight_756 img {
  max-height: 756px;
}
.function-feature__item .maxheight_757 img {
  max-height: 757px;
}
.function-feature__item .maxheight_758 img {
  max-height: 758px;
}
.function-feature__item .maxheight_759 img {
  max-height: 759px;
}
.function-feature__item .maxheight_760 img {
  max-height: 760px;
}
.function-feature__item .maxheight_761 img {
  max-height: 761px;
}
.function-feature__item .maxheight_762 img {
  max-height: 762px;
}
.function-feature__item .maxheight_763 img {
  max-height: 763px;
}
.function-feature__item .maxheight_764 img {
  max-height: 764px;
}
.function-feature__item .maxheight_765 img {
  max-height: 765px;
}
.function-feature__item .maxheight_766 img {
  max-height: 766px;
}
.function-feature__item .maxheight_767 img {
  max-height: 767px;
}
.function-feature__item .maxheight_768 img {
  max-height: 768px;
}
.function-feature__item .maxheight_769 img {
  max-height: 769px;
}
.function-feature__item .maxheight_770 img {
  max-height: 770px;
}
.function-feature__item .maxheight_771 img {
  max-height: 771px;
}
.function-feature__item .maxheight_772 img {
  max-height: 772px;
}
.function-feature__item .maxheight_773 img {
  max-height: 773px;
}
.function-feature__item .maxheight_774 img {
  max-height: 774px;
}
.function-feature__item .maxheight_775 img {
  max-height: 775px;
}
.function-feature__item .maxheight_776 img {
  max-height: 776px;
}
.function-feature__item .maxheight_777 img {
  max-height: 777px;
}
.function-feature__item .maxheight_778 img {
  max-height: 778px;
}
.function-feature__item .maxheight_779 img {
  max-height: 779px;
}
.function-feature__item .maxheight_780 img {
  max-height: 780px;
}
.function-feature__item .maxheight_781 img {
  max-height: 781px;
}
.function-feature__item .maxheight_782 img {
  max-height: 782px;
}
.function-feature__item .maxheight_783 img {
  max-height: 783px;
}
.function-feature__item .maxheight_784 img {
  max-height: 784px;
}
.function-feature__item .maxheight_785 img {
  max-height: 785px;
}
.function-feature__item .maxheight_786 img {
  max-height: 786px;
}
.function-feature__item .maxheight_787 img {
  max-height: 787px;
}
.function-feature__item .maxheight_788 img {
  max-height: 788px;
}
.function-feature__item .maxheight_789 img {
  max-height: 789px;
}
.function-feature__item .maxheight_790 img {
  max-height: 790px;
}
.function-feature__item .maxheight_791 img {
  max-height: 791px;
}
.function-feature__item .maxheight_792 img {
  max-height: 792px;
}
.function-feature__item .maxheight_793 img {
  max-height: 793px;
}
.function-feature__item .maxheight_794 img {
  max-height: 794px;
}
.function-feature__item .maxheight_795 img {
  max-height: 795px;
}
.function-feature__item .maxheight_796 img {
  max-height: 796px;
}
.function-feature__item .maxheight_797 img {
  max-height: 797px;
}
.function-feature__item .maxheight_798 img {
  max-height: 798px;
}
.function-feature__item .maxheight_799 img {
  max-height: 799px;
}
.function-feature__item .maxheight_800 img {
  max-height: 800px;
}
.function-feature__item .maxheight_801 img {
  max-height: 801px;
}
.function-feature__item .maxheight_802 img {
  max-height: 802px;
}
.function-feature__item .maxheight_803 img {
  max-height: 803px;
}
.function-feature__item .maxheight_804 img {
  max-height: 804px;
}
.function-feature__item .maxheight_805 img {
  max-height: 805px;
}
.function-feature__item .maxheight_806 img {
  max-height: 806px;
}
.function-feature__item .maxheight_807 img {
  max-height: 807px;
}
.function-feature__item .maxheight_808 img {
  max-height: 808px;
}
.function-feature__item .maxheight_809 img {
  max-height: 809px;
}
.function-feature__item .maxheight_810 img {
  max-height: 810px;
}
.function-feature__item .maxheight_811 img {
  max-height: 811px;
}
.function-feature__item .maxheight_812 img {
  max-height: 812px;
}
.function-feature__item .maxheight_813 img {
  max-height: 813px;
}
.function-feature__item .maxheight_814 img {
  max-height: 814px;
}
.function-feature__item .maxheight_815 img {
  max-height: 815px;
}
.function-feature__item .maxheight_816 img {
  max-height: 816px;
}
.function-feature__item .maxheight_817 img {
  max-height: 817px;
}
.function-feature__item .maxheight_818 img {
  max-height: 818px;
}
.function-feature__item .maxheight_819 img {
  max-height: 819px;
}
.function-feature__item .maxheight_820 img {
  max-height: 820px;
}
.function-feature__item .maxheight_821 img {
  max-height: 821px;
}
.function-feature__item .maxheight_822 img {
  max-height: 822px;
}
.function-feature__item .maxheight_823 img {
  max-height: 823px;
}
.function-feature__item .maxheight_824 img {
  max-height: 824px;
}
.function-feature__item .maxheight_825 img {
  max-height: 825px;
}
.function-feature__item .maxheight_826 img {
  max-height: 826px;
}
.function-feature__item .maxheight_827 img {
  max-height: 827px;
}
.function-feature__item .maxheight_828 img {
  max-height: 828px;
}
.function-feature__item .maxheight_829 img {
  max-height: 829px;
}
.function-feature__item .maxheight_830 img {
  max-height: 830px;
}
.function-feature__item .maxheight_831 img {
  max-height: 831px;
}
.function-feature__item .maxheight_832 img {
  max-height: 832px;
}
.function-feature__item .maxheight_833 img {
  max-height: 833px;
}
.function-feature__item .maxheight_834 img {
  max-height: 834px;
}
.function-feature__item .maxheight_835 img {
  max-height: 835px;
}
.function-feature__item .maxheight_836 img {
  max-height: 836px;
}
.function-feature__item .maxheight_837 img {
  max-height: 837px;
}
.function-feature__item .maxheight_838 img {
  max-height: 838px;
}
.function-feature__item .maxheight_839 img {
  max-height: 839px;
}
.function-feature__item .maxheight_840 img {
  max-height: 840px;
}
.function-feature__item .maxheight_841 img {
  max-height: 841px;
}
.function-feature__item .maxheight_842 img {
  max-height: 842px;
}
.function-feature__item .maxheight_843 img {
  max-height: 843px;
}
.function-feature__item .maxheight_844 img {
  max-height: 844px;
}
.function-feature__item .maxheight_845 img {
  max-height: 845px;
}
.function-feature__item .maxheight_846 img {
  max-height: 846px;
}
.function-feature__item .maxheight_847 img {
  max-height: 847px;
}
.function-feature__item .maxheight_848 img {
  max-height: 848px;
}
.function-feature__item .maxheight_849 img {
  max-height: 849px;
}
.function-feature__item .maxheight_850 img {
  max-height: 850px;
}
.function-feature__item .maxheight_851 img {
  max-height: 851px;
}
.function-feature__item .maxheight_852 img {
  max-height: 852px;
}
.function-feature__item .maxheight_853 img {
  max-height: 853px;
}
.function-feature__item .maxheight_854 img {
  max-height: 854px;
}
.function-feature__item .maxheight_855 img {
  max-height: 855px;
}
.function-feature__item .maxheight_856 img {
  max-height: 856px;
}
.function-feature__item .maxheight_857 img {
  max-height: 857px;
}
.function-feature__item .maxheight_858 img {
  max-height: 858px;
}
.function-feature__item .maxheight_859 img {
  max-height: 859px;
}
.function-feature__item .maxheight_860 img {
  max-height: 860px;
}
.function-feature__item .maxheight_861 img {
  max-height: 861px;
}
.function-feature__item .maxheight_862 img {
  max-height: 862px;
}
.function-feature__item .maxheight_863 img {
  max-height: 863px;
}
.function-feature__item .maxheight_864 img {
  max-height: 864px;
}
.function-feature__item .maxheight_865 img {
  max-height: 865px;
}
.function-feature__item .maxheight_866 img {
  max-height: 866px;
}
.function-feature__item .maxheight_867 img {
  max-height: 867px;
}
.function-feature__item .maxheight_868 img {
  max-height: 868px;
}
.function-feature__item .maxheight_869 img {
  max-height: 869px;
}
.function-feature__item .maxheight_870 img {
  max-height: 870px;
}
.function-feature__item .maxheight_871 img {
  max-height: 871px;
}
.function-feature__item .maxheight_872 img {
  max-height: 872px;
}
.function-feature__item .maxheight_873 img {
  max-height: 873px;
}
.function-feature__item .maxheight_874 img {
  max-height: 874px;
}
.function-feature__item .maxheight_875 img {
  max-height: 875px;
}
.function-feature__item .maxheight_876 img {
  max-height: 876px;
}
.function-feature__item .maxheight_877 img {
  max-height: 877px;
}
.function-feature__item .maxheight_878 img {
  max-height: 878px;
}
.function-feature__item .maxheight_879 img {
  max-height: 879px;
}
.function-feature__item .maxheight_880 img {
  max-height: 880px;
}
.function-feature__item .maxheight_881 img {
  max-height: 881px;
}
.function-feature__item .maxheight_882 img {
  max-height: 882px;
}
.function-feature__item .maxheight_883 img {
  max-height: 883px;
}
.function-feature__item .maxheight_884 img {
  max-height: 884px;
}
.function-feature__item .maxheight_885 img {
  max-height: 885px;
}
.function-feature__item .maxheight_886 img {
  max-height: 886px;
}
.function-feature__item .maxheight_887 img {
  max-height: 887px;
}
.function-feature__item .maxheight_888 img {
  max-height: 888px;
}
.function-feature__item .maxheight_889 img {
  max-height: 889px;
}
.function-feature__item .maxheight_890 img {
  max-height: 890px;
}
.function-feature__item .maxheight_891 img {
  max-height: 891px;
}
.function-feature__item .maxheight_892 img {
  max-height: 892px;
}
.function-feature__item .maxheight_893 img {
  max-height: 893px;
}
.function-feature__item .maxheight_894 img {
  max-height: 894px;
}
.function-feature__item .maxheight_895 img {
  max-height: 895px;
}
.function-feature__item .maxheight_896 img {
  max-height: 896px;
}
.function-feature__item .maxheight_897 img {
  max-height: 897px;
}
.function-feature__item .maxheight_898 img {
  max-height: 898px;
}
.function-feature__item .maxheight_899 img {
  max-height: 899px;
}
.function-feature__item .maxheight_900 img {
  max-height: 900px;
}
.function-feature__item .maxheight_901 img {
  max-height: 901px;
}
.function-feature__item .maxheight_902 img {
  max-height: 902px;
}
.function-feature__item .maxheight_903 img {
  max-height: 903px;
}
.function-feature__item .maxheight_904 img {
  max-height: 904px;
}
.function-feature__item .maxheight_905 img {
  max-height: 905px;
}
.function-feature__item .maxheight_906 img {
  max-height: 906px;
}
.function-feature__item .maxheight_907 img {
  max-height: 907px;
}
.function-feature__item .maxheight_908 img {
  max-height: 908px;
}
.function-feature__item .maxheight_909 img {
  max-height: 909px;
}
.function-feature__item .maxheight_910 img {
  max-height: 910px;
}
.function-feature__item .maxheight_911 img {
  max-height: 911px;
}
.function-feature__item .maxheight_912 img {
  max-height: 912px;
}
.function-feature__item .maxheight_913 img {
  max-height: 913px;
}
.function-feature__item .maxheight_914 img {
  max-height: 914px;
}
.function-feature__item .maxheight_915 img {
  max-height: 915px;
}
.function-feature__item .maxheight_916 img {
  max-height: 916px;
}
.function-feature__item .maxheight_917 img {
  max-height: 917px;
}
.function-feature__item .maxheight_918 img {
  max-height: 918px;
}
.function-feature__item .maxheight_919 img {
  max-height: 919px;
}
.function-feature__item .maxheight_920 img {
  max-height: 920px;
}
.function-feature__item .maxheight_921 img {
  max-height: 921px;
}
.function-feature__item .maxheight_922 img {
  max-height: 922px;
}
.function-feature__item .maxheight_923 img {
  max-height: 923px;
}
.function-feature__item .maxheight_924 img {
  max-height: 924px;
}
.function-feature__item .maxheight_925 img {
  max-height: 925px;
}
.function-feature__item .maxheight_926 img {
  max-height: 926px;
}
.function-feature__item .maxheight_927 img {
  max-height: 927px;
}
.function-feature__item .maxheight_928 img {
  max-height: 928px;
}
.function-feature__item .maxheight_929 img {
  max-height: 929px;
}
.function-feature__item .maxheight_930 img {
  max-height: 930px;
}
.function-feature__item .maxheight_931 img {
  max-height: 931px;
}
.function-feature__item .maxheight_932 img {
  max-height: 932px;
}
.function-feature__item .maxheight_933 img {
  max-height: 933px;
}
.function-feature__item .maxheight_934 img {
  max-height: 934px;
}
.function-feature__item .maxheight_935 img {
  max-height: 935px;
}
.function-feature__item .maxheight_936 img {
  max-height: 936px;
}
.function-feature__item .maxheight_937 img {
  max-height: 937px;
}
.function-feature__item .maxheight_938 img {
  max-height: 938px;
}
.function-feature__item .maxheight_939 img {
  max-height: 939px;
}
.function-feature__item .maxheight_940 img {
  max-height: 940px;
}
.function-feature__item .maxheight_941 img {
  max-height: 941px;
}
.function-feature__item .maxheight_942 img {
  max-height: 942px;
}
.function-feature__item .maxheight_943 img {
  max-height: 943px;
}
.function-feature__item .maxheight_944 img {
  max-height: 944px;
}
.function-feature__item .maxheight_945 img {
  max-height: 945px;
}
.function-feature__item .maxheight_946 img {
  max-height: 946px;
}
.function-feature__item .maxheight_947 img {
  max-height: 947px;
}
.function-feature__item .maxheight_948 img {
  max-height: 948px;
}
.function-feature__item .maxheight_949 img {
  max-height: 949px;
}
.function-feature__item .maxheight_950 img {
  max-height: 950px;
}
.function-feature__item .maxheight_951 img {
  max-height: 951px;
}
.function-feature__item .maxheight_952 img {
  max-height: 952px;
}
.function-feature__item .maxheight_953 img {
  max-height: 953px;
}
.function-feature__item .maxheight_954 img {
  max-height: 954px;
}
.function-feature__item .maxheight_955 img {
  max-height: 955px;
}
.function-feature__item .maxheight_956 img {
  max-height: 956px;
}
.function-feature__item .maxheight_957 img {
  max-height: 957px;
}
.function-feature__item .maxheight_958 img {
  max-height: 958px;
}
.function-feature__item .maxheight_959 img {
  max-height: 959px;
}
.function-feature__item .maxheight_960 img {
  max-height: 960px;
}
.function-feature__item .maxheight_961 img {
  max-height: 961px;
}
.function-feature__item .maxheight_962 img {
  max-height: 962px;
}
.function-feature__item .maxheight_963 img {
  max-height: 963px;
}
.function-feature__item .maxheight_964 img {
  max-height: 964px;
}
.function-feature__item .maxheight_965 img {
  max-height: 965px;
}
.function-feature__item .maxheight_966 img {
  max-height: 966px;
}
.function-feature__item .maxheight_967 img {
  max-height: 967px;
}
.function-feature__item .maxheight_968 img {
  max-height: 968px;
}
.function-feature__item .maxheight_969 img {
  max-height: 969px;
}
.function-feature__item .maxheight_970 img {
  max-height: 970px;
}
.function-feature__item .maxheight_971 img {
  max-height: 971px;
}
.function-feature__item .maxheight_972 img {
  max-height: 972px;
}
.function-feature__item .maxheight_973 img {
  max-height: 973px;
}
.function-feature__item .maxheight_974 img {
  max-height: 974px;
}
.function-feature__item .maxheight_975 img {
  max-height: 975px;
}
.function-feature__item .maxheight_976 img {
  max-height: 976px;
}
.function-feature__item .maxheight_977 img {
  max-height: 977px;
}
.function-feature__item .maxheight_978 img {
  max-height: 978px;
}
.function-feature__item .maxheight_979 img {
  max-height: 979px;
}
.function-feature__item .maxheight_980 img {
  max-height: 980px;
}
.function-feature__item .maxheight_981 img {
  max-height: 981px;
}
.function-feature__item .maxheight_982 img {
  max-height: 982px;
}
.function-feature__item .maxheight_983 img {
  max-height: 983px;
}
.function-feature__item .maxheight_984 img {
  max-height: 984px;
}
.function-feature__item .maxheight_985 img {
  max-height: 985px;
}
.function-feature__item .maxheight_986 img {
  max-height: 986px;
}
.function-feature__item .maxheight_987 img {
  max-height: 987px;
}
.function-feature__item .maxheight_988 img {
  max-height: 988px;
}
.function-feature__item .maxheight_989 img {
  max-height: 989px;
}
.function-feature__item .maxheight_990 img {
  max-height: 990px;
}
.function-feature__item .maxheight_991 img {
  max-height: 991px;
}
.function-feature__item .maxheight_992 img {
  max-height: 992px;
}
.function-feature__item .maxheight_993 img {
  max-height: 993px;
}
.function-feature__item .maxheight_994 img {
  max-height: 994px;
}
.function-feature__item .maxheight_995 img {
  max-height: 995px;
}
.function-feature__item .maxheight_996 img {
  max-height: 996px;
}
.function-feature__item .maxheight_997 img {
  max-height: 997px;
}
.function-feature__item .maxheight_998 img {
  max-height: 998px;
}
.function-feature__item .maxheight_999 img {
  max-height: 999px;
}
.function-feature__item .maxheight_1000 img {
  max-height: 1000px;
}

.single-function__recommend {
  margin-top: 115px;
}
@media only screen and (min-width: 560px ) {
  .single-function__recommend {
    margin-top: 80px;
  }
}

.recommend__box {
  position: relative;
  padding: 5.3571428571vw;
  border: 3px solid #ccc;
  border-radius: 6px;
}
@media only screen and (min-width: 960px ) {
  .recommend__box {
    padding: 60px;
  }
}
.recommend__ttl {
  position: absolute;
  top: -0.8em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 3.9rem;
  font-weight: bold;
  text-align: center;
}
.recommend__ttl span {
  padding: 0 1em;
  display: inline-block;
  background: #fff;
}
.recommend__list {
  margin: 0 auto;
  max-width: 928px;
}
.recommend__list__item {
  position: relative;
  padding-top: 8px;
  padding-left: 34px;
}
.recommend__list__item:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  background: url("../img/icon-i.svg") center center/contain no-repeat;
}
.recommend__list__item:not(:has(.recommend__list__item__example)):after {
  top: 12px;
}
.recommend__list__item + .recommend__list__item {
  margin-top: 20px;
}
.recommend__list__item__example {
  margin-bottom: 4px;
  font-weight: 500;
  color: #777;
}
.recommend__list__item__strength {
  font-size: 2.3rem;
  font-weight: bold;
}
.recommend__list__item__strength strong {
  font-weight: bold;
  z-index: 500;
  background: linear-gradient(transparent 49%, #ffdbc1 50%);
}
@media screen and (max-width: 959px) {
  .recommend__box {
    padding: 5.3571428571vw;
  }
  .recommend__ttl {
    font-size: 2.6rem;
  }
  .recommend__ttl span {
    padding: 0 0.5em;
  }
  .recommend__list__item {
    padding-left: 28px;
  }
  .recommend__list__item:after {
    top: 10px;
    width: 20px;
    height: 20px;
  }
  .recommend__list__item__strength {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px ) {
  .recommend__box {
    padding: 2em 1em;
    border: 2px solid #ccc;
  }
}

.page.subscribe_mail .header__global-nav,
.page.subscribe_mail .header__cv-area,
.page.subscribe_mail .side-menu-btn,
.page.completed .header__global-nav,
.page.completed .header__cv-area,
.page.completed .side-menu-btn {
  display: none;
}

#mc_embed_shell {
  padding-top: 140px;
  padding-bottom: 100px;
}
.completed #mc_embed_shell {
  padding-bottom: 0;
}
#mc_embed_shell #mc_embed_signup {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
#mc_embed_shell #mc_embed_signup form {
  margin: 0;
}
#mc_embed_shell #mc_embed_signup .indicates-required {
  display: none;
  margin-right: 0;
}
#mc_embed_shell #mc_embed_signup .mc-field-group {
  width: 100%;
}
#mc_embed_shell #mc_embed_signup .mc-field-group .asterisk {
  position: inherit;
  top: inherit;
  font-size: inherit;
  color: transparent;
  line-height: 1;
}
#mc_embed_shell #mc_embed_signup .mc-field-group .asterisk::before {
  margin-left: 0.5em;
  padding: 2px 0.5em 1px;
  width: fit-content;
  height: fit-content;
  content: "必須";
  font-size: 12px;
  font-weight: bold;
  color: #e85c41;
  border: 1px solid #e85c41;
  border-radius: 3px;
}
#mc_embed_shell #mc_embed_signup .mc-field-group > label {
  margin-bottom: 0.65em;
  font-weight: bold;
}
#mc_embed_shell #mc_embed_signup .mc-field-group > label:has(.asterisk) {
  display: flex;
  align-items: center;
}
#mc_embed_shell #mc_embed_signup .mc-field-group > strong {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#mc_embed_shell #mc_embed_signup h2 {
  margin-bottom: 1em;
  font-size: 28px;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox] {
  display: none;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox] + label {
  position: relative;
  padding-left: 1.7em;
  cursor: pointer;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.2em;
  height: 1.2em;
  content: "";
  border: 1px solid #999;
  border-radius: 3px;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox]:checked + label::before {
  background: #333;
  border-color: #333;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox]:checked + label::after {
  position: absolute;
  left: 0.45em;
  top: 0.1em;
  margin: auto;
  width: 0.3em;
  height: 0.6em;
  content: "";
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  transform: rotate(45deg);
}
#mc_embed_shell #mc_embed_signup .privacy-policy strong {
  margin-bottom: 0.5em;
}
#mc_embed_shell #mc_embed_signup .privacy-policy .policy-detail {
  padding: 1em;
  max-height: 180px;
  color: #666;
  font-size: 13px;
  line-height: 1.75;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow-y: scroll;
}
#mc_embed_shell #mc_embed_signup .policy-check {
  margin-top: 0.25em;
}
#mc_embed_shell #mc_embed_signup .optionalParent {
  margin-top: 30px;
}
#mc_embed_shell #mc_embed_signup .button {
  padding: 0.75em 1em;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 7px;
  transition: all 0.3s ease;
}
#mc_embed_shell #mc_embed_signup .button:hover {
  opacity: 0.7;
}
#mc_embed_shell #mc_embed_signup .button:disabled {
  pointer-events: none;
  opacity: 0.1;
}
#mc_embed_shell #mc_embed_signup .foot {
  width: 100%;
}
#mc_embed_shell #mc_embed_signup .foot:not(:has(p)) {
  display: block;
}
#mc_embed_shell #mc_embed_signup .foot:not(:has(p)) .button {
  margin: 1em auto 0;
}
@media only screen and (max-width: 559px ) {
  #mc_embed_shell {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  #mc_embed_shell #mc_embed_signup h2 {
    font-size: 21px;
  }
  #mc_embed_shell #mc_embed_signup .optionalParent {
    margin-top: 20px;
  }
}

.completed .contents__completed {
  padding: 60px 30px;
  border-radius: 7px;
  background: #F5F8FA;
}
.completed .contents__completed h3 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.completed .contents__completed p {
  text-align: center;
}

.fixed-bnr__mailmaga {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50%;
  max-width: 240px;
  z-index: 100;
}
.fixed-bnr__mailmaga .bnr__inner {
  position: relative;
}
.fixed-bnr__mailmaga .bnr__hidden-btn {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  content: "";
  cursor: pointer;
}
@media only screen and (max-width: 559px ) {
  .fixed-bnr__mailmaga {
    bottom: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */