@charset "UTF-8";
* {
  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.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype");
}
[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: #fcfcfc;
  font-size: 1.6rem;
  color: #262626;
  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: #fcfcfc;
}

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: #fcfcfc;
  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: auto;
}
.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: 20px;
  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: 48px;
  }
}

.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: 8px 20px;
  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: 190px;
}
.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: 16px;
  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: #156abf;
  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: 12px;
}
.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;
  text-shadow: 0 0 3px #d86d00;
  background: linear-gradient(170deg, #ffba77, #d86d00);
}
.header__btn a.btn__cv-contact {
  padding: 0.75em;
  color: #666;
  background: #fff;
  border: 2px solid #666;
  background: #fff;
}
.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 (min-width: 1261px) and (max-width: 1362px) {
  .header .nav_ul {
    gap: 0.75vw;
    font-size: 1.3rem;
  }
  .header .searchform.is-open {
    width: 160px;
  }
}
@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: 42px 1em 1px;
  }
  .header__logo img {
    max-width: 160px;
  }
  .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 {
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0;
  }
  .header .searchform.is-open {
    width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .header__btn a {
    font-size: 1.1rem;
  }
  .header__btn a.btn__cv-start {
    padding: calc(1em + 2px) 0.75em;
  }
  .header__btn a.btn__cv-contact {
    padding: 1em 0.75em;
  }
}

.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: #666;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid #666;
  border-radius: 16px;
  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 #666;
  border-radius: 10px;
}

.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: #777;
}
.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: 16px;
}
.conversion__item-btn.--main {
  padding: 1em;
  max-width: 300px;
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 0 0 3px #d86d00;
  background: linear-gradient(170deg, #ffba77, #d86d00);
}
@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: #f4f5f5;
  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: #156abf;
  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;
  border-radius: 10px;
}
@media screen and (max-width: 438px) {
  .conversion__item-sub {
    flex: inherit;
    width: 100%;
  }
  .conversion__item-sub .conversion__item-btn {
    margin: 0;
  }
}
@media only screen and (max-width: 559px ) {
  .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 only screen and (min-width: 560px ) {
  .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: #234362;
}
.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.5em;
  display: block;
  font-size: max(4vw, 3rem);
  font-size: clamp(2.3rem, 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 .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: 16px;
  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;
  text-shadow: 0 0 3px #d86d00;
  background: linear-gradient(170deg, #ffba77, #d86d00);
}
.main-visual .mv__btn-area .btn-mv.--sub {
  color: #666;
  border: 2px solid #666;
}
.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;
  height: fit-content;
}
.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 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: 50px;
}
.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: #156abf;
  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 50px 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.25em;
    font-size: clamp(2.9rem, 2.6666666667vw, 4.8rem);
  }
  .main-visual .main-copy:has(.main-copy__logo) .main-copy__heading {
    font-size: clamp(2.6rem, 2vw, 3.2rem);
  }
  .main-visual .main-copy__logo {
    margin-top: 20px;
  }
  .main-visual .main-copy__logo img {
    max-width: 580px;
  }
  .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.6962025316vw, 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: #156abf;
  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;
  --gradient-offset: 0;
  background: linear-gradient(210deg, rgb(236, 241, 241) calc(0% - var(--gradient-offset) * 1%), rgb(236, 240, 238) calc(30% - var(--gradient-offset) * 1%), rgb(236, 240, 238) calc(50% - var(--gradient-offset) * 1%), rgb(255, 255, 255) calc(80% - var(--gradient-offset) * 1%), rgb(255, 255, 255) calc(106% - var(--gradient-offset) * 1%), rgb(242, 245, 243) calc(140% - var(--gradient-offset) * 1%), rgb(242, 245, 243) calc(200% - var(--gradient-offset) * 1%));
  opacity: 1;
  transition: all 0.5s ease-out;
}
.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.75em;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.35em 0.9em;
  color: #1a76d1;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 100px;
}
.home__feature .feature-item__num .num {
  font-size: 113%;
}
.home__feature .feature-item__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.home__feature .feature-item__title br {
  display: none;
}
.home__feature .feature-item__text {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (min-width: 960px ) {
  .home__feature {
    background-attachment: fixed;
  }
  .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: 50vw;
  }
  .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: 48vw;
    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: 1.25em;
    font-size: 1.4rem;
  }
  .home__feature .feature-item__num .num {
    display: inline-block;
    margin-left: 0.15em;
  }
  .home__feature .feature-item__title {
    font-size: clamp(2.6rem, 2.1333333333vw, 3.6rem);
  }
  .home__feature .feature-item__title br {
    display: inherit;
  }
}

.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: 90%;
  max-width: 200px;
}
.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;
  text-shadow: 0 0 3px #d86d00;
  background: linear-gradient(170deg, #ffba77, #d86d00);
  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: 90%;
  }
  .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;
  text-shadow: 0 0 3px #d86d00;
  background: linear-gradient(170deg, #ffba77, #d86d00);
  border-radius: 16px;
  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;
  text-shadow: 0 0 3px #d86d00;
  background: linear-gradient(170deg, #ffba77, #d86d00);
  border: none;
}

.plan-list {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.plan-list .plan-item {
  padding: 1.6em 1.25em 1.25em;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: center;
  border: 1px solid #ccc;
  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__info {
  width: 100%;
}
.plan-list .plan-item__conversion {
  width: 100%;
}
.plan-list .plan-item__name {
  margin: 0 auto 1.45em;
  padding: 0.25em 0.5em 0.15em;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 3px;
  background: #444;
}
.plan-list .plan-item__price {
  font-weight: bold;
  line-height: 1;
}
.plan-list .plan-item__price .num {
  font-size: 3.9rem;
  letter-spacing: -0.02em;
}
.plan-list .plan-item__price .unit {
  padding-left: 0.25em;
  font-size: 1.3rem;
}
.plan-list .plan-item__cycle {
  font-size: 1.1rem;
  color: #777;
}
.plan-list .plan-item__description {
  margin-top: 1em;
  font-size: 1.3rem;
  text-align: left;
}
.plan-list .plan-item__btn-area {
  margin-top: 1em;
}
.plan-list .plan-item__btn-area .btn-sub {
  width: 100%;
  background: #fff;
  color: #666;
  border-color: #666;
}
.plan-list .plan-item__btn-area .btn-sub:hover {
  background: #f5f5f5;
}
.plan-list .plan-item.recommended {
  position: relative;
  border: 3px solid #f89934;
  background: #fffcfa;
  /* .plan-item__btn-area {
      .btn-sub {
          color: #ed9230;
          border-color: currentColor;
      }
  } */
}
.plan-list .plan-item.recommended::after {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "＼ おすすめ ／";
  font-size: 1.2rem;
  font-weight: bold;
  color: #f89934;
}
@media only screen and (max-width: 559px ) {
  .plan-list .plan-item {
    width: 100%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 560px ) {
  .plan-list .plan-item {
    width: calc((100% - 24px) / 3);
    min-width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .plan-list .plan-item {
    width: calc((100% - 48px) / 5);
    min-width: 200px;
  }
}

.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: #f4f5f5;
}
.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: 16px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease-out;
}
.home__solution-item a[href]: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: #156abf;
  font-size: 1.4rem;
  text-align: center;
}
.home__solution .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: max(3vw, 1em);
  margin-top: 60px;
}
.home__solution .article-item {
  width: 100%;
}
.home__solution .article-item a {
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.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__title {
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #eee;
}
@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: 3vw;
  }
  .home__solution .article-item {
    width: calc((100% - 6vw) / 3);
  }
  .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: 16px;
  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: 60px;
}
@media only screen and (max-width: 559px ) {
  .seminar__bnr-area {
    margin-top: 40px;
  }
}

.seminar-list__title {
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  font-weight: bold;
}
* + .seminar-list__title {
  margin-top: 60px;
}
@media only screen and (max-width: 559px ) {
  .seminar-list__title {
    font-size: 2.1rem;
  }
}

.seminar-list {
  display: grid;
}
.seminar-list.--now {
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 30px;
}
.seminar-list.--past {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 559px ) {
  .seminar-list {
    gap: 20px;
  }
  .seminar-list.--now, .seminar-list.--past {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

.seminar-item a {
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all 0.25s ease-out;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 1em;
}
@media (hover: hover) {
  .seminar-item a[href]:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.--past .seminar-item a:not([href]) {
  opacity: 0.35;
  pointer-events: none;
}
.seminar-item__title {
  padding: 16px 16px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.seminar-item__text {
  padding: 0.25em 16px 0;
  font-size: 1.4rem;
}
.seminar-item__btn {
  padding: 0 16px 16px;
  width: 100%;
}
.seminar-item__btn span {
  margin: 0 auto;
  padding: 0.75em 1.25em;
  display: block;
  max-width: 200px;
  font-size: 1.4rem;
  color: #156abf;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border: 2px solid;
  border-radius: 12px;
}
.--past .seminar-item__btn span {
  color: #555;
  border-color: #555;
}

.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%;
  }
}

.section__security {
  line-height: 1.7;
}
.section__security .section-title {
  margin: 80px 0 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.section__security .block-title {
  margin: 80px 0 16px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.section__security .block-contents {
  /* @media screen and (min-width: 481px) {
      &:has(.block-img):nth-of-type(2n+1) {
          flex-direction: row-reverse;
      }
  } */
}
.section__security .block-contents:has(.block-sub-title) {
  margin-top: 24px;
}
.section__security .block-contents + .block-contents {
  margin-top: 60px;
}
.section__security .block-sub-title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.section__security .section-title + .block-title {
  margin-top: 24px;
}
.section__security .flex-block {
  display: flex;
  gap: 30px;
}
.section__security .flex-block .block-text {
  flex: 6;
}
.section__security .flex-block .block-img {
  flex: 2;
  min-width: 180px;
}
.section__security .side-note {
  margin-top: 1.5em;
  padding: 1.5em;
  background: #f7f6f5;
}
.section__security .function-list {
  margin-top: 18px;
}
@media only screen and (max-width: 559px ) {
  .section__security .section-title {
    margin: 48px 0 16px;
    font-size: 2.6rem;
  }
  .section__security .block-title {
    margin: 48px 0 16px;
    font-size: 2.2rem;
  }
  .section__security .block-contents:has(.block-sub-title) {
    margin-top: 18px;
  }
  .section__security .block-contents + .block-contents {
    margin-top: 40px;
  }
  .section__security .flex-block {
    flex-direction: column;
    gap: 0;
  }
  .section__security .block-text {
    display: contents;
  }
  .section__security .block-sub-title {
    order: 1;
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .section__security .block-textarea {
    order: 3;
  }
  .section__security .side-note {
    order: 4;
    margin-top: 1.25em;
    padding: 1.25em;
  }
  .section__security .block-img {
    order: 2;
    margin-bottom: 1em;
  }
  .section__security .block-img img {
    max-width: 280px;
  }
  .section__security .function-list {
    margin-top: 18px;
  }
}

.security-base {
  margin-top: 100px;
}
@media only screen and (max-width: 559px ) {
  .security-base {
    margin-top: 48px;
  }
}

.search-visual {
  padding-top: 75px;
}
.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;
}
@media only screen and (max-width: 559px ) {
  .single-visual {
    padding-top: 95px;
  }
}

.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.7;
  /*リスト設定*/
  /*段落*/
  /*画像設定*/
  /*整形済みテキスト*/
  /*ライン*/
  /*テーブル*/
  /*引用*/
  /*     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: 80px 0 16px;
  font-size: 2.6rem;
  font-weight: bold;
}
.single-body h3 {
  margin: 52px 0 10px;
  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;
  line-height: 1.4;
  overflow-wrap: anywhere;
  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 > .wp-block-image {
  margin-top: 20px;
}
.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;
  max-height: var(--img-max-height, 600px);
  height: auto;
  object-fit: cover;
}

.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: #fcfcfc;
}
.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 */